Get exchange rate history
GET {{host}}/v1/rates?source=BRL&target=AUD&from=2022-09-01T00:00:00&to=2022-09-30T23:59:59&group=hour
We expose up to 30 days exchange rate history via our API. This helps you to build an analysis page to show trends and implement an alerting system for your users.
See more at Exchange Rates.List
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
source | string | ||
target | string | ||
from | string | ||
to | string | ||
group | string |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string |