finance
finance copied to clipboard
Python for Financial Data Analysis with pandas
finance
Python for Financial Data Analysis with pandas
Functions
- 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.
Get Started
See help for using.
$ python charts.py -h
Try Demo with ipython
Startup ipython.
Requirements
See requirements.txt.
from demo import demo
ti = demo()
ti.stock_raw # Stock Raw Data
ti.stock # Technical Indicators