Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/astrocoders/bacen-exchange-rates

Reason API to fetch the daily reports from BACEN PTAX exchanges
https://github.com/astrocoders/bacen-exchange-rates

ocaml reasonml

Last synced: 3 months ago
JSON representation

Reason API to fetch the daily reports from BACEN PTAX exchanges

Awesome Lists containing this project

README

        

# bacen-exchange-rates
[![Build Status](https://travis-ci.org/Astrocoders/bs-package-boilerplate.svg?branch=master)](https://travis-ci.org/Astrocoders/bs-package-boilerplate)

Demo

```reason
BacenExchangeRatesApi.Daily.fetchCurrencyRatesForPeriod(
~currency=`CAD,
~date=Js.Date.fromString("2018-03-05 10:02:47.732")
)
```

Supported currencies take a look in `Daily.currency` type