Skip to content

INR to KRW exchange rate API

Indian Rupee to Won · quoted 2026-09-26

14.1556

▼ +11.50% over 5Y

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 5 years, INR/KRW traded between 14.1556 and 17.3309, averaged 16.0556 and fell 11.50%. 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 5Y

INR/KRW over 5Y: show the values
PointINR/KRW
2021-09-2715.9954
2021-11-0815.9476
2021-12-2015.7118
2022-01-3116.1827
2022-03-1416.1772
2022-04-2716.5532
2022-06-0816.1764
2022-07-2016.3925
2022-08-3116.8806
2022-10-1217.3309
2022-11-2316.5442
2023-01-0515.3860
2023-02-1615.5614
2023-03-3015.8202
2023-05-1616.3055
2023-06-2715.8607
2023-08-0815.9364
2023-09-1915.9179
2023-10-3116.2256
2023-12-1215.7112
2024-01-2616.0573
2024-03-0815.9439
2024-04-2316.5402
2024-06-0516.4411
2024-07-1716.5062
2024-08-2715.8620
2024-10-0115.2820
2024-10-3116.3952
2024-11-3016.4826
2024-12-3017.2416
2025-01-2916.7124
2025-02-2816.7077
2025-03-3016.9224
2025-04-2916.8637
2025-05-2916.0860
2025-06-2815.9277
2025-07-2815.9805
2025-08-2715.9279
2025-09-2615.8913
2025-10-2616.3658
2025-11-2516.4225
2025-12-2516.1056
2026-01-2415.7993
2026-02-2315.8809
2026-03-2515.9406
2026-04-2415.6711
2026-05-2415.8930
2026-06-2316.2143
2026-07-2315.2485
2026-08-2214.4823
2026-09-2114.3203

High

17.3309

Low

14.1556

Average

16.0556

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.