An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

proxy.golang.org : github.com/davidhintelmann/Oanda-Go

OandaGo 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. Additionally this package can be used with either Micrsoft SQL or PostgreSQL for inserting data and querying a local database instead of querying Oanda's API each time one needs historical data. You can also insert data from the live stream into a database. Note: `main_psql.go` is for using PostgreSQL and `main_mssql.go` is for using Microsoft SQL as your database.

Registry - Source - Documentation - JSON - codemeta.json
purl: pkg:golang/github.com/davidhintelmann/%21oanda-%21go
Keywords: go , golang , oanda , oanda-api , oanda-api-v20 , oanda-rest , rest , rest-api , restful-api
License: MIT
Latest release: almost 3 years ago
First release: almost 3 years ago
Namespace: github.com/davidhintelmann
Stars: 0 on GitHub
Forks: 0 on GitHub
See more repository details: repos.ecosyste.ms
Last synced: about 14 hours ago

    Loading...
    Readme
    Loading...