Get historical currency rates

Get a paginated list of historical currency rates for the given time range.

GET /currencies/{currency_id}/rates

Query params

Query param
Description

from

Start of the range in the ISO 8601 format

to

End of the range in the ISO 8601 format

Sorting

Property
Description

tracked_at

Sort rates by timestamp

Default sorting is created ASC

Optional properties

None

Response

PaginatedResponse<Rate>

Example

Last updated