Skip to content

SGD to INR exchange rate API

Singapore Dollar to Indian Rupee · quoted 2026-09-24

75.2415

▲ +9.15% over 1Y

1 SGD = 75.2415 INR · 1 INR = 0.01329 SGD · Get this rate via the API

1 SGD buys 75.2415 INR as of 2026-09-24, so 1 INR buys 0.01329 SGD. Over the last year, SGD/INR traded between 67.8299 and 75.6242, averaged 72.2335 and rose 9.15%. The API holds daily SGD/INR rates from 2009-01-02 — 17 years of history — so any past day, or a whole series, is one request away.

SGD/INR over 1Y

SGD/INR over 1Y: show the values
PointSGD/INR
2025-09-2468.9348
2025-10-0168.8250
2025-10-0868.5151
2025-10-1567.9243
2025-10-2268.0609
2025-10-2968.1623
2025-11-0567.8299
2025-11-1268.0111
2025-11-1967.8725
2025-11-2668.7115
2025-12-0369.6693
2025-12-1069.3686
2025-12-1769.9561
2025-12-2469.8880
2025-12-3169.9084
2026-01-0770.1199
2026-01-1470.1085
2026-01-2171.5038
2026-01-2872.8707
2026-02-0471.1186
2026-02-1172.0509
2026-02-1871.7554
2026-02-2571.8952
2026-03-0472.2634
2026-03-1172.2566
2026-03-1872.5058
2026-03-2573.4375
2026-04-0172.8901
2026-04-0872.4519
2026-04-1573.4238
2026-04-2273.6437
2026-04-2974.2587
2026-05-0674.6038
2026-05-1375.2008
2026-05-2075.6242
2026-05-2774.8975
2026-06-0374.6525
2026-06-1073.9456
2026-06-1773.6586
2026-06-2472.9252
2026-07-0173.4464
2026-07-0873.8474
2026-07-1574.4922
2026-07-2274.7909
2026-07-2973.9956
2026-08-0574.2298
2026-08-1274.5422
2026-08-1975.0348
2026-08-2675.1485
2026-09-0274.5961
2026-09-0975.2819
2026-09-1675.3670
2026-09-2374.8955

High

75.6242

Low

67.8299

Average

72.2335

For developers

Get this rate via the API

One GET request returns the SGD/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=SGD&currencies=INR"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SGD&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=SGD&currencies=INR").json()

Replace YOUR_API_KEY with the key from your dashboard.

SGD/INR API questions

How do I get the SGD/INR exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SGD&currencies=INR, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest SGD/INR rate in rates.INR.

How far back does SGD/INR historical data go?

Daily SGD/INR rates are available from 2009-01-02. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.

Is there a free SGD/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.