Skip to main content

Python package for DecisionForest API access

Project description

DecisionForest Python CI status CI status

Python package for DecisionForest API access

Installation

The installation process varies depending on your python version and system used. However in most cases the following should work:

pip install decisionforest

Configuration

Sign up at DecisionForest and get the API key

import decisionforest
decisionforest.Config.KEY = 'testkey890123456789012345678901234567890'

Getting Data

The most basic call needed to retrieve a dataset (returns all the data available for a dataset):

python
import decisionforest
decisionforest.Config.KEY = 'testkey890123456789012345678901234567890'
df = decisionforest.get('SMD')

Another example that returns data by date and symbol:

python
import decisionforest
decisionforest.Config.KEY = 'testkey890123456789012345678901234567890'
df = decisionforest.get('SMD', date='2018-12-28', symbol='AAPL')

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

DecisionForest-1.4.0.tar.gz (2.3 kB view hashes)

Uploaded Source

Built Distribution

DecisionForest-1.4.0-py3-none-any.whl (3.8 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