Loading
Loading
Check the historical data availability range for currency rates. Returns the earliest available date for a given currency pair.
Returns a map showing the date range for which historical data is available for each supported currency.
Pass your API key as the apiKey parameter in every request.
This is version v1.0 of the API.
A successful request returns a 200 OK response with the availability periods for all currencies.
availabilityPeriodA map of all currencies keyed by their currency code. Each entry contains the availability date range for that currency.
availabilityPeriod.[currencyCode]The availability date range for the specified currency in the format "YYYY-MM-DD to YYYY-MM-DD", representing the start and end dates.