oanda-rest-api: Client to the OANDA REST API

[ api, bsd3, library ] [ Propose Tags ]

Client to the OANDA REST API


[Skip to Readme]

Downloads

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

Maintainer's Corner

Package maintainers

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), containers (>=0.5.2), Decimal (>=0.4.2), http-conduit, lens (>=4.0), old-locale (>=1.0.0.6), scientific (>=0.3.3.0), text (>=1.2.0), thyme, vector (>=0.10.0) [details]
License BSD-3-Clause
Copyright (c) 2015-2016 John David Reaver
Author John David Reaver
Maintainer johndreaver@gmail.com
Revised Revision 1 made by HerbertValerioRiedel at 2016-11-26T20:52:48Z
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
Uploaded by jdreaver at 2016-11-26T17:18:11Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 3005 total (21 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2016-11-26 [all 1 reports]

Readme for oanda-rest-api-0.3.0.0

[back to package description]

oanda-rest-api

Build Status

This library implements Haskell client to the OANDA REST API.

Status

There are still parts of the API that are not yet implemented. Here is the status of each part of the API:

  • Rates: Mostly done, just need to refactor so the parameters are cleaner.
  • Accounts: Done.
  • Orders: Can only get a list of open orders. Can't yet create or modify orders.
  • Trades: Almost done, just need to add closing a trade.
  • Positions: Done.
  • Transaction History: Almost done. Could probably refactor the types to be more specific, instead of putting Maybe everywhere.