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 hashes)

Uploaded Source

Built Distribution

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

Uploaded Python 2

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