> For the complete documentation index, see [llms.txt](https://ipforensics.gitbook.io/ipforensics/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ipforensics.gitbook.io/ipforensics/api-response-data/currency.md).

# Currency

We help you personalize your ecommerce pages and accept payment with the user's home currency.

**Sample Response**

```javascript
"currency": {
    "code": "NGN",
    "name": "Nigerian Naira",
    "name_native": "Nigerian Naira",
    "plural": "Nigerian nairas",
    "plural_native": "Nigerian nairas",
    "symbol": "NGN",
    "symbol_native": "₦"
},
```

| Field          | Description                                                                                             |
| -------------- | ------------------------------------------------------------------------------------------------------- |
| code           | The [ISO 4217](https://fr.wikipedia.org/wiki/ISO_4217) 3-letter currency code.                          |
| name           | The name of the currency in US locale.                                                                  |
| name\_native   | The name of the currency in native locale based on detected location and primary language               |
| plural         | The plural name of the given currency in NG locale.                                                     |
| plural\_native | The plural name of the given currency in native locale based on detected location and primary language. |
| symbol         | The symbol of the given currency.                                                                       |
