Skip to content

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

INR/JPY over 1Y: show the values
PointINR/JPY
2025-09-251.6780
2025-10-021.6545
2025-10-091.7206
2025-10-161.7206
2025-10-231.7379
2025-10-301.7407
2025-11-061.7342
2025-11-131.7426
2025-11-201.7766
2025-11-271.7485
2025-12-041.7221
2025-12-111.7226
2025-12-181.7258
2025-12-251.7352
2026-01-011.7435
2026-01-081.7428
2026-01-151.7559
2026-01-221.7337
2026-01-291.6679
2026-02-051.7374
2026-02-121.6968
2026-02-191.6985
2026-02-261.7163
2026-03-051.7190
2026-03-121.7228
2026-03-191.7031
2026-03-261.6960
2026-04-021.7143
2026-04-091.7151
2026-04-161.7050
2026-04-231.6947
2026-04-301.6495
2026-05-071.6592
2026-05-141.6493
2026-05-211.6542
2026-05-281.6663
2026-06-041.6683
2026-06-111.6764
2026-06-181.7060
2026-06-251.7146
2026-07-021.6938
2026-07-091.7027
2026-07-161.6833
2026-07-231.6926
2026-07-301.7029
2026-08-061.6575
2026-08-131.6694
2026-08-201.6588
2026-08-271.6683
2026-09-031.6511
2026-09-101.6154
2026-09-171.6228
2026-09-241.6554

High

1.7766

Low

1.6154

Average

1.6977

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=INR&currencies=JPY"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=INR&currencies=JPY");
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=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&currencies=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.