Skip to content

MoneyPush/AlgorithmicTradingApiPython

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AlgorithmicTradingApiPython

BigDataTrade Financial market stream API in Python enables to access to real-time financial quotes. This repository shows how to get the data with a Python Client

Install Instructions

This package works with the most recent versions of python preferably python3.4

git clone https://github.com/BigDataTrade/AlgorithmicTradingApiPython.git
cd  AlgorithmicTradingApiPython 
python setup.py install

Usage Instructions

Check that your 3002 port is available and opened.

The key required is available in the personal informations of your account at http://www.bigdata-trade.com

    from bigdatatrade import trade
    key = "your_key_with_32_characters"
    request = trade.Request(key)
    request.fetch("{'currencies': ['EUR/GBP', 'EUR/USD']}")

It is also possible to fetch all the symbols at the same time :

    from bigdatatrade import trade
    key = "your_key_with_32_characters"
    request = trade.Request(key)
    request.fetch("{'currencies': ['AllSymbol']}")

About

BigDataTrade Financial market stream API in enables to access to real-time financial quotes. This repository shows how to get the data with a Python Client

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages