A Django-based Foreign Exchange data toolkit. Part of the Valuehorizon application ecosystem.
Project description
A Django-based Foreign Exchange data toolkit. It provides time-series functionality with built-in statistical plugins such as volatility and returns. You can also write your own statistical plugins. It also includes documentation, test coverage and a good amount of sample data to play around with. This app is a part of the Valuehorizon application ecosystem.
Installation
Start by creating a new virtualenv for your project
mkvirtualenv myproject
Next install numpy and pandas and optionally scipy
pip install numpy==1.1.0 pip install pandas==0.13.0
Finally, install valuehorizon-forex using pip:
pip install valuehorizon-forex
Usage
Let’s start by loading some sample data.:
python manage.py load_fixtures --settings=my_settings_file
This dataset contains the exchange rate data for the US Dollar to Euro (USD/EUR) from 2013-01-01 to 2015-12-31. In a django shell, we can try the following:
euro = Currency.objects.get(symbol="EUR")
Contributing
Please file bugs and send pull requests to the GitHub repository and issue tracker.
Commercial Support
This project is sponsored by Valuehorizon. If you require assistance on your project(s), please contact us: support@valuehorizon.com.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for valuehorizon_forex-0.7-py2-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 88671db0ec30c307b43c526360ec63280321b26abe606cc2bee6bc19a3e11b55 |
|
MD5 | 7f41d8dc618ac23e94e013850eb5f8bc |
|
BLAKE2b-256 | 86503518c57524a08c76bef9f8447b122df48cf0caa3fc5374e4454576dd4a66 |