Geolocalized Currency Conversion

GET

https://api.apifreaks.com/v1.0/currency/converter/ip-to-currency

format
Format of the Response
updatesString
exchange rates update period.
fromStringrequired
From currency symbol
ipString
IPv4 or IPv6 geolocated currency
amountInteger
The amount to be converted

Sample Responses

400
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
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.
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
ipAdressStringMandatory
It is the IP Address whose country's currency will be extracted and be used as "to". It will be the request IP if it's value is not given.
givenAmountStringMandatory
The amount to be converted. It can be given in the input
convertedAmountStringMandatory
Converted amount in the desired currency