SVC to INR exchange rate API
El Salvador Colon to Indian Rupee · quoted 2026-09-25
10.9977
▲ +8.50% over 1Y
1 SVC = 10.9977 INR · 1 INR = 0.09093 SVC · Get this rate via the API
1 SVC buys 10.9977 INR as of 2026-09-25, so 1 INR buys 0.09093 SVC. Over the last year, SVC/INR traded between 10.0367 and 10.9984, averaged 10.5851 and rose 8.50%. The API holds daily SVC/INR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
SVC/INR over 1Y: show the values
| Point | SVC/INR |
|---|---|
| 2025-09-25 | 10.1358 |
| 2025-10-02 | 10.1393 |
| 2025-10-09 | 10.1483 |
| 2025-10-16 | 10.0488 |
| 2025-10-23 | 10.0367 |
| 2025-10-30 | 10.1392 |
| 2025-11-06 | 10.1228 |
| 2025-11-13 | 10.1359 |
| 2025-11-20 | 10.1386 |
| 2025-11-27 | 10.2174 |
| 2025-12-04 | 10.2709 |
| 2025-12-12 | 10.3458 |
| 2025-12-19 | 10.2512 |
| 2025-12-26 | 10.3037 |
| 2026-01-02 | 10.3081 |
| 2026-01-09 | 10.3108 |
| 2026-01-16 | 10.3687 |
| 2026-01-23 | 10.4985 |
| 2026-01-30 | 10.5074 |
| 2026-02-06 | 10.3613 |
| 2026-02-13 | 10.3554 |
| 2026-02-20 | 10.3938 |
| 2026-02-27 | 10.4092 |
| 2026-03-06 | 10.4958 |
| 2026-03-13 | 10.5582 |
| 2026-03-20 | 10.6991 |
| 2026-03-27 | 10.8356 |
| 2026-04-03 | 10.5955 |
| 2026-04-10 | 10.6292 |
| 2026-04-17 | 10.6092 |
| 2026-04-24 | 10.7707 |
| 2026-05-01 | 10.8771 |
| 2026-05-08 | 10.7639 |
| 2026-05-16 | 10.9703 |
| 2026-05-24 | 10.9578 |
| 2026-05-31 | 10.8673 |
| 2026-06-09 | 10.8972 |
| 2026-06-16 | 10.8069 |
| 2026-06-23 | 10.8274 |
| 2026-06-30 | 10.8184 |
| 2026-07-07 | 10.8540 |
| 2026-07-14 | 10.9948 |
| 2026-07-21 | 10.9984 |
| 2026-07-28 | 10.9551 |
| 2026-08-04 | 10.9004 |
| 2026-08-11 | 10.9074 |
| 2026-08-18 | 10.9357 |
| 2026-08-26 | 10.9053 |
| 2026-09-02 | 10.8543 |
| 2026-09-09 | 10.8697 |
| 2026-09-16 | 10.9673 |
| 2026-09-23 | 10.9418 |
High
10.9984
Low
10.0367
Average
10.5851
Get this rate via the API
One GET request returns the SVC/INR rate as JSON. The free plan includes 1,000 requests a month, with no credit card required.
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SVC¤cies=INR"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SVC¤cies=INR");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SVC¤cies=INR").json()Replace YOUR_API_KEY with the key from your dashboard.
SVC/INR API questions
How do I get the SVC/INR exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SVC¤cies=INR, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest SVC/INR rate in rates.INR.
How far back does SVC/INR historical data go?
Daily SVC/INR rates are available from 2024-08-24. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.
Is there a free SVC/INR exchange rate API?
Yes. The free plan includes 1,000 requests a month, with no credit card required; paid plans raise the limit.
Put these rates in your application
One endpoint, JSON responses, 160+ currencies and history back to 1999. Start on the free plan.