Historical Currency Conversion API

GET

https://api.apifreaks.com/v1.0/currency/converter/historical/prices

format
Format of the Response
fromStringrequired
From currency symbol
toStringrequired
To currency symbol
amountInteger
The amount to be converted
dateStringrequired
specific date (format YYYY-MM-DD) of which exchange rates is used.

Sample Responses

400
400
404
404
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
dateStringMandatory
For the latest rates converter, it is the date and time with timezone included in it (UTC). It represents the exact time at which this rate of conversion was recorded in our database. For historical rates converter, it is the date for which data is requested. It is provided via input param
fromStringMandatory
It is the base currency code whose amount will be converted.
toStringMandatory
It is the desired currency code of which converted value is required
rateStringMandatory
It is the current base rate with base currency as desired converted currency and quote currency as from currency code
givenAmountStringMandatory
The amount to be converted. It can be given in the input
convertedAmountStringMandatory
Converted amount in the desired currency