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โ
| Parameter | Type | Default | Required | Description |
|---|---|---|---|---|
base | string | USD | โ | Base currency code |
to | string | โ | โ | 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
}
}
Popular Currency Codesโ
USD ยท EUR ยท GBP ยท JPY ยท INR ยท AUD ยท CAD ยท SGD ยท AED ยท CNY