https://api.apifreaks.com/v1.0/currency/converter/ip-to-currency
$ pip install requests
Click Test it to start the request and see the response here!
Field | Type | Requirement | Description |
---|---|---|---|
date | String | Mandatory | 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. |
from | String | Mandatory | It is the base currency code whose amount will be converted. |
to | String | Mandatory | It is the desired currency code of which converted value is required |
rate | String | Mandatory | It is the current base rate with base currency as desired converted currency and quote currency as from currency code |
ipAdress | String | Mandatory | 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. |
givenAmount | String | Mandatory | The amount to be converted. It can be given in the input |
convertedAmount | String | Mandatory | Converted amount in the desired currency |