Skip to main content

Forex Rates

150+ world currencies โ€” live exchange rates. Get a single rate or the full table.

Endpointsโ€‹

GET/forex?base=USD&to=INR
Single currency rate.
GET/forex?base=INR
All rates for a base currency.

Query Parametersโ€‹

ParameterTypeDefaultRequiredDescription
basestringUSDโŒBase currency code
tostringโ€”โŒTarget currency (single rate)

Example โ€” USD to INRโ€‹

curl "https://apiw.proxynex.pro/forex?base=USD&to=INR"
{
"status": "ok",
"api": "forex",
"base": "USD",
"date": "2026-08-02",
"rate": 95.5,
"currency": "INR"
}

Example โ€” All INR ratesโ€‹

curl "https://apiw.proxynex.pro/forex?base=INR"
{
"status": "ok",
"api": "forex",
"base": "INR",
"date": "2026-08-02",
"count": 151,
"rates": {
"USD": 0.010472,
"EUR": 0.00911,
"GBP": 0.007788
}
}

USD ยท EUR ยท GBP ยท JPY ยท INR ยท AUD ยท CAD ยท SGD ยท AED ยท CNY