Currency Time Series

GET

https://api.apifreaks.com/v1.0/currency/time-series

format
Format of the Response
startDateStringrequired
Start date (format YYYY-MM-DD) of the preferred time frame
endDateString
End date (format YYYY-MM-DD) of the preferred time frame
baseString
Base currency
symbolsArray
comma separated list of desired currencies/ commodities symbols

Sample Responses

400
400
404
LANGUAGE
Python
PHP
Java
Node
Ruby
$ pip install requests
RESPONSE

Click Test it to start the request and see the response here!


API Response

FieldTypeRequirementDescription
startDateStringMandatory
It is the starting date of interval. It is provided via input.
endDateStringMandatory
It is the ending date of interval. It is provided via input.
baseStringMandatory
It is the base currency with respect to which all rates will be calculated. It can be provided via input.
historicaRatesListArrayMandatory

It is list of all rates of interval required for user. It's individual object will contain following fields:

FieldTypeRequirementDescription
dateStringMandatory
it is the date within the interval of which rates will be provided in that individual object
ratesMapMandatory
It will be a map of all rates of currencies given in symbol.