/stocks

Code and notebooks for stock analysis.

Primary LanguagePython

Simple stocks

Because you can never have too many Python libraries focused on equities...

stonks

Functionality

Provides a single access point, the StockData class, that allows the user to:

  • Download and store daily stock price data via yfinance
  • Plots prices, candlesticks, and MACD
  • Calculate returns on a portfolio
  • Apply Monte Carlo forecasting methods
  • Apply simple LSTM for price/signal prediction