Skip to content

INR to KRW exchange rate API

Indian Rupee to Won · quoted 2026-09-26

14.1556

▼ +10.92% over 1Y

1 INR = 14.1556 KRW · 1 KRW = 0.07064 INR · Get this rate via the API

1 INR buys 14.1556 KRW as of 2026-09-26, so 1 KRW buys 0.07064 INR. Over the last year, INR/KRW traded between 14.0525 and 16.4856, averaged 15.7410 and fell 10.92%. The API holds daily INR/KRW rates from 2009-01-02 — 17 years of history — so any past day, or a whole series, is one request away.

INR/KRW over 1Y

INR/KRW over 1Y: show the values
PointINR/KRW
2025-09-2615.8913
2025-10-0315.8307
2025-10-1016.0188
2025-10-1716.1439
2025-10-2416.3939
2025-10-3116.0971
2025-11-0716.4604
2025-11-1416.3691
2025-11-2116.4472
2025-11-2816.4248
2025-12-0516.3733
2025-12-1216.3172
2025-12-1916.4856
2025-12-2616.1034
2026-01-0216.0192
2026-01-0916.1810
2026-01-1616.2348
2026-01-2315.9757
2026-01-3015.6911
2026-02-0616.1857
2026-02-1315.9636
2026-02-2015.9398
2026-02-2715.8319
2026-03-0616.1717
2026-03-1316.1466
2026-03-2016.0312
2026-03-2715.9421
2026-04-0316.3911
2026-04-1015.9686
2026-04-1715.9335
2026-04-2415.6711
2026-05-0115.5724
2026-05-0815.5233
2026-05-1515.6259
2026-05-2215.8582
2026-05-2915.8553
2026-06-0516.2289
2026-06-1215.9829
2026-06-1916.2443
2026-06-2616.2754
2026-07-0316.0818
2026-07-1015.7858
2026-07-1715.4262
2026-07-2415.1293
2026-07-3115.1346
2026-08-0714.8715
2026-08-1414.7889
2026-08-2114.4642
2026-08-2814.4103
2026-09-0414.2909
2026-09-1114.0525
2026-09-1814.4778
2026-09-2514.1420

High

16.4856

Low

14.0525

Average

15.7410

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

INR/KRW API questions

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

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

How far back does INR/KRW historical data go?

Daily INR/KRW 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 INR/KRW 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.