Skip to content

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

INR/STD over 1Y: show the values
PointINR/STD
2025-09-24236.9365
2025-10-01236.1943
2025-10-08238.7239
2025-10-15242.6825
2025-10-22240.4448
2025-10-29240.9718
2025-11-05242.6009
2025-11-12240.6947
2025-11-19240.8281
2025-11-26239.1735
2025-12-03236.0019
2025-12-11235.1709
2025-12-18232.6725
2025-12-25234.7983
2026-01-01233.4335
2026-01-08234.9398
2026-01-15234.7345
2026-01-22230.5412
2026-01-29225.2037
2026-02-05231.7259
2026-02-12228.4831
2026-02-19229.6550
2026-02-26230.6525
2026-03-05232.4108
2026-03-12232.7175
2026-03-19230.1081
2026-03-26226.6449
2026-04-02229.7730
2026-04-09223.3744
2026-04-16221.9777
2026-04-23219.9344
2026-04-30218.0686
2026-05-07219.5958
2026-05-15215.6712
2026-05-23220.8487
2026-05-30223.4188
2026-06-06224.5744
2026-06-15224.6495
2026-06-22227.4824
2026-06-29229.0830
2026-07-06226.2891
2026-07-13226.3008
2026-07-20223.6277
2026-07-27225.6885
2026-08-03224.1774
2026-08-10223.9222
2026-08-17222.6960
2026-08-25221.4531
2026-09-01223.8344
2026-09-08223.9842
2026-09-15222.3427
2026-09-22225.0495

High

242.6825

Low

215.6712

Average

229.2856

For developers

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

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