Detect every visitor's local currency automatically and display prices they recognise — without asking them to choose.
Most e-commerce sites default to a single currency — usually USD — regardless of where the visitor is browsing from. A visitor in Australia or Japan sees a price that feels unfamiliar, has to do mental arithmetic, and is more likely to abandon before checkout. Adding a manual currency selector adds friction and most visitors simply ignore it.
VisitorAPI resolves the visitor’s country from their IP address and returns a currencies array — the first entry is the primary currency for that country. The whole call resolves in ~25ms on average, so the currency is available before the user finishes reading the headline.
data.currencies[0] — the primary currency code, e.g. "AUD" or "JPY"Select the option that fits your stack — each links to full documentation and setup instructions.
Start using VisitorAPI today and enhance your website with intelligent visitor detection.