Currency Fluctuation API

GET

https://api.apifreaks.com/v1.0/currency/fluctuation

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.
rateFluctuationsMapMandatory

It is the map that will contain fluctuations of symbol currencies. Each Individual currency symbol object contains following fields:

FieldTypeRequirementDescription
startRateStringMandatory
It is the starting rate of currency which will be present in database within interval
endRateStringMandatory
It is end rate of currency which will be present in database within interval
changeStringMandatory
it is change between starting rate and ending rate of currency at start and end of interval. It could be positive or negative
perecentChangeStringMandatory
It is the percentage by which rate has increased or decreased from start of interval at the end of interval.