Skip to main content

Simple currency forecasting for IEX data

Project description

Forexcast

Simple currency forecasting for IEX data

Installation

Using pip

$ pip3 install forexcast

From source

$ git clone git@github.com:IntrospectData/forexcast.git

$ python3 -m venv env

$ source env/bin/activate

(env) $ pip3 install forexcast

Setup

On your first use the app will ask for your IEX api key and your desired quote-currency.

These values are stored unencrypted in $HOME/.config/forexcast.json

Usage

$ forexcast --help
Usage: forexcast [OPTIONS] CURRENCY

  Simple currency forecasting for IEX data

  * CURRENCY = 3 char ISO code for target currency

  * Dates should be in YYYY-MM-DD format

Options:
  --from_date TEXT   Data after this date will be included.
  --to_date TEXT     Data after this date will be excluded.
  --periods INTEGER  Periods to predict.
  --out TEXT         If specified will save forecast in specified dir.
  --help             Show this message and exit.

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

forexcast-0.1.0.tar.gz (11.4 kB view hashes)

Uploaded Source

Built Distribution

forexcast-0.1.0-py3-none-any.whl (4.4 kB view hashes)

Uploaded Python 3

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