oanda / oandapy

Python wrapper for the OANDA REST API
MIT License
324 stars 148 forks source link

autochartist of forexlabs endpoint #37

Closed hootnot closed 8 years ago

hootnot commented 8 years ago

to cover missing autochartist of the forexlabs endpoint: #36

import oandapy
import json

oanda = oandapy.API(environment="practice", access_token="")

response = oanda.get_autochartist(instruments="EUR_USD")
print json.dumps(response, indent=2)