Skip to main content

A Django-based Foreign Exchange data toolkit. Part of the Valuehorizon application ecosystem.

Project description

https://badge.fury.io/py/valuehorizon-forex.svg https://travis-ci.org/Valuehorizon/valuehorizon-forex.svg?branch=master https://coveralls.io/repos/Valuehorizon/valuehorizon-forex/badge.svg https://codeclimate.com/github/Valuehorizon/valuehorizon-forex/badges/gpa.svg

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

valuehorizon-forex-0.7.tar.gz (40.2 kB view details)

Uploaded Source

Built Distribution

valuehorizon_forex-0.7-py2-none-any.whl (56.3 kB view details)

Uploaded Python 2

File details

Details for the file valuehorizon-forex-0.7.tar.gz.

File metadata

File hashes

Hashes for valuehorizon-forex-0.7.tar.gz
Algorithm Hash digest
SHA256 14e51ee6a9b67a007fe83b31297dbbacc0fe0536e6b114601d8c639fbd295e01
MD5 03d769da050f2155208361a978d72476
BLAKE2b-256 2abde4fd3a3600fd40ccb3235296e877847a8608928e2975283c6670991791e7

See more details on using hashes here.

File details

Details for the file valuehorizon_forex-0.7-py2-none-any.whl.

File metadata

File hashes

Hashes for valuehorizon_forex-0.7-py2-none-any.whl
Algorithm Hash digest
SHA256 88671db0ec30c307b43c526360ec63280321b26abe606cc2bee6bc19a3e11b55
MD5 7f41d8dc618ac23e94e013850eb5f8bc
BLAKE2b-256 86503518c57524a08c76bef9f8447b122df48cf0caa3fc5374e4454576dd4a66

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page