Rates come straight from the ECB, the US Federal Reserve, the State Bank of Pakistan, the Bank of England and the Bank of Canada. Public data, no licence, and a stronger claim than any competitor: sourced from central banks, with staleness reported rather than hidden.
Why it works_
Convert money at a rate you can name
-
01
Central-bank provenance
Each currency is served by the bank that is the authority for it; every rate carries its source and as-of date.
-
02
Arbitrary precision
Conversions run in bcmath at scale 12 — amounts are strings, never floats, because a float cannot hold money.
-
03
Staleness, not silence
A source past its window is marked stale; an unpublished currency is absent, never guessed.
The data behind it_
curl "https://api.localesense.com/v1/fx/convert?from=USD&to=PKR&amount=100" \
-H "Authorization: Bearer ls_live_..."
- FX 1 USD = 1.00 USD · pivot
Keep exploring_