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: show the values
| Point | INR/KRW |
|---|---|
| 2025-09-26 | 15.8913 |
| 2025-10-03 | 15.8307 |
| 2025-10-10 | 16.0188 |
| 2025-10-17 | 16.1439 |
| 2025-10-24 | 16.3939 |
| 2025-10-31 | 16.0971 |
| 2025-11-07 | 16.4604 |
| 2025-11-14 | 16.3691 |
| 2025-11-21 | 16.4472 |
| 2025-11-28 | 16.4248 |
| 2025-12-05 | 16.3733 |
| 2025-12-12 | 16.3172 |
| 2025-12-19 | 16.4856 |
| 2025-12-26 | 16.1034 |
| 2026-01-02 | 16.0192 |
| 2026-01-09 | 16.1810 |
| 2026-01-16 | 16.2348 |
| 2026-01-23 | 15.9757 |
| 2026-01-30 | 15.6911 |
| 2026-02-06 | 16.1857 |
| 2026-02-13 | 15.9636 |
| 2026-02-20 | 15.9398 |
| 2026-02-27 | 15.8319 |
| 2026-03-06 | 16.1717 |
| 2026-03-13 | 16.1466 |
| 2026-03-20 | 16.0312 |
| 2026-03-27 | 15.9421 |
| 2026-04-03 | 16.3911 |
| 2026-04-10 | 15.9686 |
| 2026-04-17 | 15.9335 |
| 2026-04-24 | 15.6711 |
| 2026-05-01 | 15.5724 |
| 2026-05-08 | 15.5233 |
| 2026-05-15 | 15.6259 |
| 2026-05-22 | 15.8582 |
| 2026-05-29 | 15.8553 |
| 2026-06-05 | 16.2289 |
| 2026-06-12 | 15.9829 |
| 2026-06-19 | 16.2443 |
| 2026-06-26 | 16.2754 |
| 2026-07-03 | 16.0818 |
| 2026-07-10 | 15.7858 |
| 2026-07-17 | 15.4262 |
| 2026-07-24 | 15.1293 |
| 2026-07-31 | 15.1346 |
| 2026-08-07 | 14.8715 |
| 2026-08-14 | 14.7889 |
| 2026-08-21 | 14.4642 |
| 2026-08-28 | 14.4103 |
| 2026-09-04 | 14.2909 |
| 2026-09-11 | 14.0525 |
| 2026-09-18 | 14.4778 |
| 2026-09-25 | 14.1420 |
High
16.4856
Low
14.0525
Average
15.7410
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=INR¤cies=KRW"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=INR¤cies=KRW");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=INR¤cies=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¤cies=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.