A Hello World sample app that makes a simple rest call to xigniteGlobalCurrencies -> ListCurrencies, parses the JSON and prints out the Name and symbol of the currency.
-
Register for an API Token at https://www.xignite.com/Register
-
Clone repo and plug API token in config.py
-
install Requests: HTTP for humans using "pip install requests". Help and documentation here http://docs.python-requests.org/en/latest/user/install/
-
Run script.
-
XigniteGlobalCurrencies Documentation: https://www.xignite.com/product/forex/api/
======================================================
Python Version used : 2.7.5
Uses Requests: HTTP for Humans. http://docs.python-requests.org/en/latest/