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: show the values
| Point | INR/KRW |
|---|---|
| 2021-09-27 | 15.9954 |
| 2021-11-08 | 15.9476 |
| 2021-12-20 | 15.7118 |
| 2022-01-31 | 16.1827 |
| 2022-03-14 | 16.1772 |
| 2022-04-27 | 16.5532 |
| 2022-06-08 | 16.1764 |
| 2022-07-20 | 16.3925 |
| 2022-08-31 | 16.8806 |
| 2022-10-12 | 17.3309 |
| 2022-11-23 | 16.5442 |
| 2023-01-05 | 15.3860 |
| 2023-02-16 | 15.5614 |
| 2023-03-30 | 15.8202 |
| 2023-05-16 | 16.3055 |
| 2023-06-27 | 15.8607 |
| 2023-08-08 | 15.9364 |
| 2023-09-19 | 15.9179 |
| 2023-10-31 | 16.2256 |
| 2023-12-12 | 15.7112 |
| 2024-01-26 | 16.0573 |
| 2024-03-08 | 15.9439 |
| 2024-04-23 | 16.5402 |
| 2024-06-05 | 16.4411 |
| 2024-07-17 | 16.5062 |
| 2024-08-27 | 15.8620 |
| 2024-10-01 | 15.2820 |
| 2024-10-31 | 16.3952 |
| 2024-11-30 | 16.4826 |
| 2024-12-30 | 17.2416 |
| 2025-01-29 | 16.7124 |
| 2025-02-28 | 16.7077 |
| 2025-03-30 | 16.9224 |
| 2025-04-29 | 16.8637 |
| 2025-05-29 | 16.0860 |
| 2025-06-28 | 15.9277 |
| 2025-07-28 | 15.9805 |
| 2025-08-27 | 15.9279 |
| 2025-09-26 | 15.8913 |
| 2025-10-26 | 16.3658 |
| 2025-11-25 | 16.4225 |
| 2025-12-25 | 16.1056 |
| 2026-01-24 | 15.7993 |
| 2026-02-23 | 15.8809 |
| 2026-03-25 | 15.9406 |
| 2026-04-24 | 15.6711 |
| 2026-05-24 | 15.8930 |
| 2026-06-23 | 16.2143 |
| 2026-07-23 | 15.2485 |
| 2026-08-22 | 14.4823 |
| 2026-09-21 | 14.3203 |
High
17.3309
Low
14.1556
Average
16.0556
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.