Shopify exposes a store’s active selling currency in its live settings. The Currency Detector reads it directly — useful when you’re comparing prices across stores, doing market research, or confirming which currency a price list is denominated in.
▶ Open the Currency Detector →
What the Currency Detector gives you
- The store’s active selling currency
- Its language / locale
- The full store-identity panel
How it works
The tool fetches the store’s homepage and reads the Shopify JavaScript globals that every storefront embeds — the same object you can inspect in your browser’s developer console. Values like the shop domain, theme, currency, and shop ID come straight from there, with no access to private data.
How to use it, step by step
- Open the Currency Detector and paste the Shopify store URL (for example, allbirds.com).
- Click “Detect Currency”. The tool reads the store’s public data — no login, password, or API key is involved.
- Review the result on screen.
What you can use it for
- Normalizing price comparisons across markets
- Confirming a store’s primary market
- International expansion research
- Avoiding currency mix-ups in analysis
Things to keep in mind
Everything here comes from public data, so a few caveats apply. Password-protected and headless stores may not expose every endpoint, and a merchant can choose to disable the public JSON feeds. Very large catalogs are capped at around 5,000 items. And remember: public storefront data never includes private figures such as exact inventory counts or actual sales — any tool claiming to reveal those is estimating, not reporting fact.