| CARVIEW |
Select Language
HTTP/1.1 200 OK
Connection: keep-alive
Server: nginx/1.24.0 (Ubuntu)
Content-Type: text/html; charset=utf-8
Cache-Control: public, max-age=300
Content-Encoding: gzip
Via: 1.1 varnish, 1.1 varnish
Accept-Ranges: bytes
Age: 0
Date: Sat, 17 Jan 2026 09:17:04 GMT
X-Served-By: cache-dfw-kdal2120090-DFW, cache-bom-vanm7210067-BOM
X-Cache: MISS, MISS
X-Cache-Hits: 0, 0
X-Timer: S1768641423.215925,VS0,VE1101
Vary: Accept, Accept-Encoding
transfer-encoding: chunked
oanda-rest-api: Client to the OANDA REST API
oanda-rest-api: Client to the OANDA REST API
Downloads
- oanda-rest-api-0.4.1.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
| Versions [RSS] | 0.1.0.0, 0.3.0.0, 0.4.0, 0.4.1 |
|---|---|
| Change log | CHANGES.md |
| Dependencies | aeson (>=0.8.0), base (>=4.8 && <5), bytestring (>=0.10.0), conduit, containers (>=0.5.2), Decimal (>=0.4.2), http-client, http-conduit, lens (>=4.0), old-locale (>=1.0.0.6), resourcet, scientific (>=0.3.3.0), text (>=1.2.0), thyme, transformers, vector (>=0.10.0) [details] |
| License | BSD-3-Clause |
| Copyright | (c) 2015-2016 John David Reaver |
| Author | John David Reaver |
| Maintainer | johndreaver@gmail.com |
| Uploaded | by jdreaver at 2017-06-13T04:46:55Z |
| Category | API |
| Home page | https://github.com/jdreaver/oanda-rest-api#readme |
| Bug tracker | https://github.com/jdreaver/oanda-rest-api/issues |
| Source repo | head: git clone https://github.com/jdreaver/oanda-rest-api |
| Distributions | |
| Reverse Dependencies | 1 direct, 0 indirect [details] |
| Downloads | 3197 total (12 in the last 30 days) |
| Rating | (no votes yet) [estimated by Bayesian average] |
| Your Rating |
|
| Status | Docs available [build log] Last success reported on 2017-06-13 [all 1 reports] |
Readme for oanda-rest-api-0.4.1
[back to package description]oanda-rest-api
This library implements a Haskell client to the OANDA v20 REST API.
Status
Right now the only methods I have implemented are the ones I currently use. Feel free to make a PR or open an issue if there is a missing API endpoint that you need.