Skip to content

SGD to INR exchange rate API

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

75.2415

▲ +37.94% over 5Y

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 5 years, SGD/INR traded between 54.5471 and 75.3820, averaged 64.2807 and rose 37.94%. 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 5Y

SGD/INR over 5Y: show the values
PointSGD/INR
2021-09-2754.5471
2021-11-0854.9699
2021-12-2055.4671
2022-01-3155.1724
2022-03-1456.1524
2022-04-2755.5202
2022-06-0856.4791
2022-07-2057.4479
2022-08-3156.9450
2022-10-1257.3097
2022-11-2359.0878
2023-01-0561.5461
2023-02-1661.9146
2023-03-3061.7750
2023-05-1661.5095
2023-06-2760.8076
2023-08-0861.3988
2023-09-1961.0742
2023-10-3160.8740
2023-12-1262.2119
2024-01-2662.0240
2024-03-0862.1215
2024-04-2361.1618
2024-06-0561.8872
2024-07-1762.3221
2024-08-2764.3719
2024-10-0165.5647
2024-10-3163.6385
2024-11-3063.1342
2024-12-3063.0161
2025-01-2964.0485
2025-02-2864.8080
2025-03-3063.7905
2025-04-2965.0079
2025-05-2966.2799
2025-06-2867.0301
2025-07-2867.5055
2025-08-2768.0847
2025-09-2668.5850
2025-10-2667.8203
2025-11-2568.5160
2025-12-2569.9705
2026-01-2471.9654
2026-02-2371.7785
2026-03-2573.4375
2026-04-2473.8434
2026-05-2474.9824
2026-06-2373.1071
2026-07-2374.7914
2026-08-2275.3820
2026-09-2175.1673

High

75.3820

Low

54.5471

Average

64.2807

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.