Documentation
¶
Overview ¶
Oanda-Go package is a wrapper API for Oanda-V20 RESTful API. Currently this wrapper API only covers two endpoints:
Get request for Instrument - candles endpoint which returns historical OHLC Bid/Ask.
- Parameters requires instrument symbol, token, and granularity (i.e., 'S5' for 5 second candles)
Get JSON Stream for Pricing - stream endpoint which returns live Bid/Ask.
- Parameters requires list of instruments, token, and id
Don't forget to check Oanda's Best Practices before querying any of their endpoints.
Click to show internal directories.
Click to hide internal directories.