INR to JPY exchange rate API
Indian Rupee to Yen · quoted 2026-09-25
1.6367
▼ +6.12% over YTD
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 year to date, INR/JPY traded between 1.6115 and 1.7566, averaged 1.6875 and fell 6.12%. 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 YTD: show the values
| Point | INR/JPY |
|---|---|
| 2025-12-31 | 1.7433 |
| 2026-01-07 | 1.7423 |
| 2026-01-14 | 1.7566 |
| 2026-01-21 | 1.7218 |
| 2026-01-28 | 1.6601 |
| 2026-02-04 | 1.7325 |
| 2026-02-11 | 1.6854 |
| 2026-02-18 | 1.6941 |
| 2026-02-25 | 1.7235 |
| 2026-03-04 | 1.7062 |
| 2026-03-11 | 1.7221 |
| 2026-03-18 | 1.7176 |
| 2026-03-25 | 1.6921 |
| 2026-04-01 | 1.6946 |
| 2026-04-08 | 1.7149 |
| 2026-04-15 | 1.7027 |
| 2026-04-22 | 1.6973 |
| 2026-04-29 | 1.6847 |
| 2026-05-06 | 1.6511 |
| 2026-05-13 | 1.6491 |
| 2026-05-20 | 1.6425 |
| 2026-05-27 | 1.6659 |
| 2026-06-03 | 1.6702 |
| 2026-06-10 | 1.6847 |
| 2026-06-17 | 1.6958 |
| 2026-06-24 | 1.7078 |
| 2026-07-01 | 1.7082 |
| 2026-07-08 | 1.7004 |
| 2026-07-15 | 1.6870 |
| 2026-07-22 | 1.6886 |
| 2026-07-29 | 1.7113 |
| 2026-08-05 | 1.6567 |
| 2026-08-12 | 1.6687 |
| 2026-08-19 | 1.6613 |
| 2026-08-26 | 1.6670 |
| 2026-09-02 | 1.6804 |
| 2026-09-09 | 1.6115 |
| 2026-09-16 | 1.6157 |
| 2026-09-23 | 1.6494 |
High
1.7566
Low
1.6115
Average
1.6875
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.