INR to JPY exchange rate API
Indian Rupee to Yen · quoted 2026-09-25
1.6367
▼ +2.46% over 1Y
1 INR = 1.6367 JPY · 1 JPY = 0.61098 INR · Get this rate via the API
1 INR buys 1.6367 JPY as of 2026-09-25, so 1 JPY buys 0.61098 INR. Over the last year, INR/JPY traded between 1.6154 and 1.7766, averaged 1.6977 and fell 2.46%. The API holds daily INR/JPY rates from 2009-01-02 — 17 years of history — so any past day, or a whole series, is one request away.
INR/JPY over 1Y: show the values
| Point | INR/JPY |
|---|---|
| 2025-09-25 | 1.6780 |
| 2025-10-02 | 1.6545 |
| 2025-10-09 | 1.7206 |
| 2025-10-16 | 1.7206 |
| 2025-10-23 | 1.7379 |
| 2025-10-30 | 1.7407 |
| 2025-11-06 | 1.7342 |
| 2025-11-13 | 1.7426 |
| 2025-11-20 | 1.7766 |
| 2025-11-27 | 1.7485 |
| 2025-12-04 | 1.7221 |
| 2025-12-11 | 1.7226 |
| 2025-12-18 | 1.7258 |
| 2025-12-25 | 1.7352 |
| 2026-01-01 | 1.7435 |
| 2026-01-08 | 1.7428 |
| 2026-01-15 | 1.7559 |
| 2026-01-22 | 1.7337 |
| 2026-01-29 | 1.6679 |
| 2026-02-05 | 1.7374 |
| 2026-02-12 | 1.6968 |
| 2026-02-19 | 1.6985 |
| 2026-02-26 | 1.7163 |
| 2026-03-05 | 1.7190 |
| 2026-03-12 | 1.7228 |
| 2026-03-19 | 1.7031 |
| 2026-03-26 | 1.6960 |
| 2026-04-02 | 1.7143 |
| 2026-04-09 | 1.7151 |
| 2026-04-16 | 1.7050 |
| 2026-04-23 | 1.6947 |
| 2026-04-30 | 1.6495 |
| 2026-05-07 | 1.6592 |
| 2026-05-14 | 1.6493 |
| 2026-05-21 | 1.6542 |
| 2026-05-28 | 1.6663 |
| 2026-06-04 | 1.6683 |
| 2026-06-11 | 1.6764 |
| 2026-06-18 | 1.7060 |
| 2026-06-25 | 1.7146 |
| 2026-07-02 | 1.6938 |
| 2026-07-09 | 1.7027 |
| 2026-07-16 | 1.6833 |
| 2026-07-23 | 1.6926 |
| 2026-07-30 | 1.7029 |
| 2026-08-06 | 1.6575 |
| 2026-08-13 | 1.6694 |
| 2026-08-20 | 1.6588 |
| 2026-08-27 | 1.6683 |
| 2026-09-03 | 1.6511 |
| 2026-09-10 | 1.6154 |
| 2026-09-17 | 1.6228 |
| 2026-09-24 | 1.6554 |
High
1.7766
Low
1.6154
Average
1.6977
Get this rate via the API
One GET request returns the INR/JPY 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=JPY"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=INR¤cies=JPY");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=INR¤cies=JPY").json()Replace YOUR_API_KEY with the key from your dashboard.
INR/JPY API questions
How do I get the INR/JPY exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=INR¤cies=JPY, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest INR/JPY rate in rates.JPY.
How far back does INR/JPY historical data go?
Daily INR/JPY 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/JPY 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.