INR to STD exchange rate API
Indian Rupee to Dobra · quoted 2026-09-24
225.1740
▼ +4.96% over 1Y
1 INR = 225.1740 STD · 1 STD = 0.004441 INR · Get this rate via the API
1 INR buys 225.1740 STD as of 2026-09-24, so 1 STD buys 0.004441 INR. Over the last year, INR/STD traded between 215.6712 and 242.6825, averaged 229.2856 and fell 4.96%. The API holds daily INR/STD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
INR/STD over 1Y: show the values
| Point | INR/STD |
|---|---|
| 2025-09-24 | 236.9365 |
| 2025-10-01 | 236.1943 |
| 2025-10-08 | 238.7239 |
| 2025-10-15 | 242.6825 |
| 2025-10-22 | 240.4448 |
| 2025-10-29 | 240.9718 |
| 2025-11-05 | 242.6009 |
| 2025-11-12 | 240.6947 |
| 2025-11-19 | 240.8281 |
| 2025-11-26 | 239.1735 |
| 2025-12-03 | 236.0019 |
| 2025-12-11 | 235.1709 |
| 2025-12-18 | 232.6725 |
| 2025-12-25 | 234.7983 |
| 2026-01-01 | 233.4335 |
| 2026-01-08 | 234.9398 |
| 2026-01-15 | 234.7345 |
| 2026-01-22 | 230.5412 |
| 2026-01-29 | 225.2037 |
| 2026-02-05 | 231.7259 |
| 2026-02-12 | 228.4831 |
| 2026-02-19 | 229.6550 |
| 2026-02-26 | 230.6525 |
| 2026-03-05 | 232.4108 |
| 2026-03-12 | 232.7175 |
| 2026-03-19 | 230.1081 |
| 2026-03-26 | 226.6449 |
| 2026-04-02 | 229.7730 |
| 2026-04-09 | 223.3744 |
| 2026-04-16 | 221.9777 |
| 2026-04-23 | 219.9344 |
| 2026-04-30 | 218.0686 |
| 2026-05-07 | 219.5958 |
| 2026-05-15 | 215.6712 |
| 2026-05-23 | 220.8487 |
| 2026-05-30 | 223.4188 |
| 2026-06-06 | 224.5744 |
| 2026-06-15 | 224.6495 |
| 2026-06-22 | 227.4824 |
| 2026-06-29 | 229.0830 |
| 2026-07-06 | 226.2891 |
| 2026-07-13 | 226.3008 |
| 2026-07-20 | 223.6277 |
| 2026-07-27 | 225.6885 |
| 2026-08-03 | 224.1774 |
| 2026-08-10 | 223.9222 |
| 2026-08-17 | 222.6960 |
| 2026-08-25 | 221.4531 |
| 2026-09-01 | 223.8344 |
| 2026-09-08 | 223.9842 |
| 2026-09-15 | 222.3427 |
| 2026-09-22 | 225.0495 |
High
242.6825
Low
215.6712
Average
229.2856
Get this rate via the API
One GET request returns the INR/STD 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=INR¤cies=STD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=INR¤cies=STD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=INR¤cies=STD").json()Replace YOUR_API_KEY with the key from your dashboard.
INR/STD API questions
How do I get the INR/STD exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=INR¤cies=STD, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest INR/STD rate in rates.STD.
How far back does INR/STD historical data go?
Daily INR/STD 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 INR/STD 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.