Skip to content

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

INR/JPY over YTD: show the values
PointINR/JPY
2025-12-311.7433
2026-01-071.7423
2026-01-141.7566
2026-01-211.7218
2026-01-281.6601
2026-02-041.7325
2026-02-111.6854
2026-02-181.6941
2026-02-251.7235
2026-03-041.7062
2026-03-111.7221
2026-03-181.7176
2026-03-251.6921
2026-04-011.6946
2026-04-081.7149
2026-04-151.7027
2026-04-221.6973
2026-04-291.6847
2026-05-061.6511
2026-05-131.6491
2026-05-201.6425
2026-05-271.6659
2026-06-031.6702
2026-06-101.6847
2026-06-171.6958
2026-06-241.7078
2026-07-011.7082
2026-07-081.7004
2026-07-151.6870
2026-07-221.6886
2026-07-291.7113
2026-08-051.6567
2026-08-121.6687
2026-08-191.6613
2026-08-261.6670
2026-09-021.6804
2026-09-091.6115
2026-09-161.6157
2026-09-231.6494

High

1.7566

Low

1.6115

Average

1.6875

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.