Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/astrocoders/bacen-exchange-rates
- Owner: Astrocoders
- License: mit
- Created: 2018-03-13T14:19:55.000Z (almost 7 years ago)
- Default Branch: develop
- Last Pushed: 2018-12-17T12:32:15.000Z (about 6 years ago)
- Last Synced: 2024-10-11T13:37:39.989Z (4 months ago)
- Topics: ocaml, reasonml
- Language: OCaml
- Size: 75.2 KB
- Stars: 16
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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