Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/toumorokoshi/yt.finance

A library of finance tools written in python
https://github.com/toumorokoshi/yt.finance

Last synced: 8 days ago
JSON representation

A library of finance tools written in python

Awesome Lists containing this project

README

        

ytfinance
=========

A library of finance tools written in python

Installation
------------

ytfinance requires numpy, which requires the atlas and lapack libraries, fortran and c compilers, and python headers. On debian-based machines:

$ sudo apt-get install libatlas-dev libblas-dev python-dev gfortran gcc

TODO
----
* Fix round methods to always work after the fact, not when values are used for computations.