Fetches Yahoo Fianance's (YF) prices, and fundamental data for publically traded securities via the YF API. Properly parses time intervals to trading market time. Timeseries data is stored in a pandas dataframe for techincal analysis. Capable of running analysis on multiple tickers simultaneously. While YF has option data, it has not yet been implimented.
- On-Balance Volume (OBV)
- Moving Average (MA)
- Exponential Moving Average (EMA)
- Moving Average Convergence/Divergence (MACD)
- Return On Investment (ROI)
- Relative Change (RC)
- Pivot points
A Jupyter Notebook is provide with example of how basic functions of the module are used. The project is meant to serve as a starting point for more detail analysis, or basic free analysis for hobbist traders.