Skip to content

dr0b0t/finance

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 92.5%
  • Shell 5.0%
  • Ruby 2.5%