raphaelsduraes / finance

Python for Financial Data Analysis with pandas

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Python for Financial Data Analysis with pandas


Languages

Language:Python 94.6%Language:Shell 4.1%Language:Ruby 1.3%