hootnot / oanda-api-v20

OANDA REST-V20 API wrapper. Easy access to OANDA's REST v20 API with oandapyV20 package. Checkout the Jupyter notebooks!
MIT License
397 stars 107 forks source link

Integrate forexlabs endpoint #109

Closed hootnot closed 6 years ago

hootnot commented 6 years ago

Recently OANDA stopped supporting the v1 interface. The only pending endpoint to complete the V20-interface, was the forexlabs endpoint. They now seem to have choosen to support that endpoint under the V20 accounts as an endpoint from the legacy v1 interface.

The forexlabs-endpoint will be implemented according the specs of the v1 forexlabs endpoint.

hootnot commented 6 years ago

Merged #110