Python for Financial Data Analysis with pandas
- JpStock - Scraping stock data.
- OhlcPlot - Plotting OHLC Chart.
- TechnicalIndicators - Compute Technical Analysis.
- Classifier - Machine Learning Classifier.
- Features - Train Data Generator.
- FileIO - Handling File I/O.
- Draw - Draw Charting.
- Analysis - Analysis codes.
- Aggregator - Summary stock data.
See help for using.
$ python charts.py -h
Startup ipython.
See requirements.txt.
from demo import demo
ti = demo()
ti.stock_raw # Stock Raw Data
ti.stock # Technical Indicators