/tradeking

Wrappers for TradeKing's API calls.

Primary LanguagePython

tradeking-apis

Wrappers for TradeKing's API calls.

Requirements

requests - 0.14.1

requests-oauth - 0.4.1

pip install requests-oauth

Setup

set environment variables:

TK_CONSUMER_KEY
TK_CONSUMER_SECRET
TK_OAUTH_TOKEN
TK_OAUTH_SECRET

to the values given by tradeking or pass them in explicitly.