Skip to content

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

SVC/INR over 1Y: show the values
PointSVC/INR
2025-09-2510.1358
2025-10-0210.1393
2025-10-0910.1483
2025-10-1610.0488
2025-10-2310.0367
2025-10-3010.1392
2025-11-0610.1228
2025-11-1310.1359
2025-11-2010.1386
2025-11-2710.2174
2025-12-0410.2709
2025-12-1210.3458
2025-12-1910.2512
2025-12-2610.3037
2026-01-0210.3081
2026-01-0910.3108
2026-01-1610.3687
2026-01-2310.4985
2026-01-3010.5074
2026-02-0610.3613
2026-02-1310.3554
2026-02-2010.3938
2026-02-2710.4092
2026-03-0610.4958
2026-03-1310.5582
2026-03-2010.6991
2026-03-2710.8356
2026-04-0310.5955
2026-04-1010.6292
2026-04-1710.6092
2026-04-2410.7707
2026-05-0110.8771
2026-05-0810.7639
2026-05-1610.9703
2026-05-2410.9578
2026-05-3110.8673
2026-06-0910.8972
2026-06-1610.8069
2026-06-2310.8274
2026-06-3010.8184
2026-07-0710.8540
2026-07-1410.9948
2026-07-2110.9984
2026-07-2810.9551
2026-08-0410.9004
2026-08-1110.9074
2026-08-1810.9357
2026-08-2610.9053
2026-09-0210.8543
2026-09-0910.8697
2026-09-1610.9673
2026-09-2310.9418

High

10.9984

Low

10.0367

Average

10.5851

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SVC&currencies=INR"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SVC&currencies=INR");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SVC&currencies=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&currencies=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.