Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/toumorokoshi/yt.finance
- Owner: toumorokoshi
- Created: 2013-03-15T05:00:39.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-04-05T08:03:14.000Z (over 11 years ago)
- Last Synced: 2024-11-29T03:28:46.869Z (25 days ago)
- Language: Python
- Size: 156 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.