Fluctuation b/w two dates

GET https://data.fixer.io/api/fluctuation?symbols=USD&start_date=2015-12-01&end_date=2016-05-24

Using the Fixer API's fluctuation endpoint you will be able to retrieve information about how currencies fluctuate on a day-to-day basis. To use this feature, simply append a start_date and end_date and choose which currencies (symbols) you would like to query the API for. Please note that the maximum allowed timeframe is 365 days.

Request Params

KeyDatatypeRequiredDescription
symbolsstring[optional] Enter a list of comma-separated currency codes to limit output currencies.
start_datestring[required] The start date of your preferred fluctuation timeframe.
end_datestring[required] The end date of your preferred fluctuation timeframe.

RESPONSES

status: OK

{"success":true,"fluctuation":true,"start_date":"2015-12-01","end_date":"2016-05-24","base":"EUR","rates":{"USD":{"start_rate":1.062855,"end_rate":1.114116,"change":0.0513,"change_pct":4.823}}}