VATComply

FX rates, geolocation and VAT validation

📈 FinanceHEALTHYchecked 10h ago
AUTH NONECORS AGENT HTTPS COMMERCIAL ?

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

98HOW IT'S SCORED ⓘ
Status badge · for your READMEshipapis health badge: 98 · healthy
Uptime history
100%90 days
100%30 days
236P50 · ms
851P95 · ms
operationalpartialdownno data
Response time · last 48 checks
Fastest 44 ms, slowest 666 ms, most recent 89 ms.
Live response samplecaptured by our last successful check
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 · 6HealthyFULL DOCS ↗
Monitored path responding — GET /rates?base=USD236 mschecked 10h ago
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

Stable. No schema drift observed since monitoring began — the response shape has not changed under our checks.

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?

As of our last scheduled check, VATComply is healthy with 100% uptime over 90 days and a 236 ms median response. We re-probe it every sweep — the status badge and uptime chart above always show the latest.