Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 438 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 438 Bytes

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