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: show the values
| Point | SGD/INR |
|---|---|
| 2021-09-27 | 54.5471 |
| 2021-11-08 | 54.9699 |
| 2021-12-20 | 55.4671 |
| 2022-01-31 | 55.1724 |
| 2022-03-14 | 56.1524 |
| 2022-04-27 | 55.5202 |
| 2022-06-08 | 56.4791 |
| 2022-07-20 | 57.4479 |
| 2022-08-31 | 56.9450 |
| 2022-10-12 | 57.3097 |
| 2022-11-23 | 59.0878 |
| 2023-01-05 | 61.5461 |
| 2023-02-16 | 61.9146 |
| 2023-03-30 | 61.7750 |
| 2023-05-16 | 61.5095 |
| 2023-06-27 | 60.8076 |
| 2023-08-08 | 61.3988 |
| 2023-09-19 | 61.0742 |
| 2023-10-31 | 60.8740 |
| 2023-12-12 | 62.2119 |
| 2024-01-26 | 62.0240 |
| 2024-03-08 | 62.1215 |
| 2024-04-23 | 61.1618 |
| 2024-06-05 | 61.8872 |
| 2024-07-17 | 62.3221 |
| 2024-08-27 | 64.3719 |
| 2024-10-01 | 65.5647 |
| 2024-10-31 | 63.6385 |
| 2024-11-30 | 63.1342 |
| 2024-12-30 | 63.0161 |
| 2025-01-29 | 64.0485 |
| 2025-02-28 | 64.8080 |
| 2025-03-30 | 63.7905 |
| 2025-04-29 | 65.0079 |
| 2025-05-29 | 66.2799 |
| 2025-06-28 | 67.0301 |
| 2025-07-28 | 67.5055 |
| 2025-08-27 | 68.0847 |
| 2025-09-26 | 68.5850 |
| 2025-10-26 | 67.8203 |
| 2025-11-25 | 68.5160 |
| 2025-12-25 | 69.9705 |
| 2026-01-24 | 71.9654 |
| 2026-02-23 | 71.7785 |
| 2026-03-25 | 73.4375 |
| 2026-04-24 | 73.8434 |
| 2026-05-24 | 74.9824 |
| 2026-06-23 | 73.1071 |
| 2026-07-23 | 74.7914 |
| 2026-08-22 | 75.3820 |
| 2026-09-21 | 75.1673 |
High
75.3820
Low
54.5471
Average
64.2807
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SGD¤cies=INR"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SGD¤cies=INR");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SGD¤cies=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¤cies=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.