VATComply

FX rates, geolocation and VAT validation

📈 FinanceUNMONITORED
AUTH NONECORS AGENT ?HTTPS COMMERCIAL ?

Daily exchange rates, IP geolocation and EU VAT number checks. Free tier without signup for light read-only use.

HOW IT'S SCORED ⓘ
Status badge · for your READMEshipapis health badge: — · unmonitored
ON PROBE SCHEDULE

We probe a documented GET and expect 2xx JSON — full uptime and health score. Open provider docs ↗

Uptime historystarts after first probe

On our probe schedule. Uptime charts appear after the first check lands.

Example responsefrom provider docs — not verified by us
GET https://api.vatcomply.com/rates?base=USD

{
  "date": "2026-06-25",
  "base": "USD",
  "rates": {
    "EUR": 0.881679,
    "USD": 1,
    "JPY": 161.849762,
    "CZK": 21.383354,
    "DKK": 6.590108,
    "GBP": 0.759857,
    "HUF": 313.463234,
    "PLN": 3.780197
  }
}
Call itcurl · fetch · python
curl "https://api.vatcomply.com/rates?base=USD"
const res = await fetch("https://api.vatcomply.com/rates?base=USD");
const data = await res.json();
console.log(data);
import requests

res = requests.get("https://api.vatcomply.com/rates?base=USD")
print(res.json())
Endpoints · 6On scheduleFULL DOCS ↗
On schedule — GET /rates?base=USD awaits first probe
GET/rates?base=USDPROBED

FX rates, geolocation and VAT validation

GET/rates?limit=5

Exchange or interest rates.

GET/rates?page=1

Exchange or interest rates.

GET/health

Simple liveness check.

GET/ready

Readiness check with dependency checks.

GET/countries

Get list of countries

Machine-readable spec

We probe a documented GET and expect 2xx JSON — full uptime and health score. Export includes every documented route below.

Response-shape history

Not tracked yet. Shape-change history starts once this API joins our probe schedule.

VATComply: common questions

Is VATComply free to use?

Yes — VATComply is a free finance API. Free tier: Free — limits not published. Whether the free tier allows commercial use is unclear — check the provider docs.

Does VATComply need an API key?

No — VATComply needs no API key or signup. You can call it straight away; rate limits still apply (Unpublished).

Can I call VATComply from the browser?

Yes — VATComply returns CORS headers over HTTPS, so front-end code can fetch it directly with no backend proxy. Use the fetch snippet on this page, or hit "Run live" to try it now.

Is VATComply up right now?

VATComply is catalogued but not yet on our probe schedule, so we don't publish a live status for it. Check the provider's own status page or docs for its current state.