Metadata-Version: 2.1
Name: JellyStocks
Version: 1.0.4
License: BSD-2-Clause
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: setuptools (~=65.6.3)
Requires-Dist: pandas (~=1.5.3)
Requires-Dist: numpy (~=1.23.5)
Requires-Dist: tabulate (~=0.8.10)
Requires-Dist: yfinance (~=0.2.30)
Requires-Dist: tqdm (~=4.64.1)


JellyStock
==========

JellyStock is a Python library for optimizing stock portfolios using the Jellyfish Search optimization algorithm. It 
allows you to create and manage portfolios of stocks, download historical stock data, and find the optimal portfolio 
composition that maximizes the Sharpe ratio.

Features
--------

- **Portfolio Management**: Create and manage portfolios with a list of stock tickers, specifying the start and end 
dates for historical data.

- **Historical Data**: Download historical 'Adj Close' data for a list of stock tickers from Yahoo Finance.

- **Portfolio Optimization**: Use the Jellyfish Search optimization algorithm to find the optimal portfolio weights 
that maximize the Sharpe ratio.

- **Risk Analysis**: Calculate risk metrics such as expected returns, volatility, and Sharpe ratio for your portfolio.

- **User-Friendly**: Provides user-friendly methods for displaying portfolio information and optimization results.
