Currency

ipdata helps you personalize your ecommerce pages with the user's home currency.

Example Request

curl "https://api.ipdata.co/203.100.0.51/currency?api-key=<<apiKey>>"
ipdata 203.100.0.51 -f currency

Sample Response

{
    "name": "Australian Dollar",
    "code": "AUD",
    "symbol": "AU$",
    "native": "$",
    "plural": "Australian dollars"
}

Data Fields

nameThe singular name of the currency
codeThe ISO 4217 currency code
symbolThe symbol of the currency
nativeThe native symbol of the currency
pluralThe plural version of the currency. For example; US dollars, Australian dollars, Euros