Skip to content

INR to JPY exchange rate API

Indian Rupee to Yen · quoted 2026-09-25

1.6367

▼ +1.82% over 30D

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 30 days, INR/JPY traded between 1.6035 and 1.6868, averaged 1.6434 and fell 1.82%. 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 30D

INR/JPY over 30D: show the values
PointINR/JPY
2026-08-261.6670
2026-08-271.6683
2026-08-281.6741
2026-08-291.6764
2026-08-301.6749
2026-08-311.6783
2026-09-011.6868
2026-09-021.6804
2026-09-031.6511
2026-09-041.6536
2026-09-051.6545
2026-09-061.6508
2026-09-071.6377
2026-09-081.6271
2026-09-091.6115
2026-09-101.6154
2026-09-111.6120
2026-09-121.6066
2026-09-131.6035
2026-09-141.6174
2026-09-151.6153
2026-09-161.6157
2026-09-171.6228
2026-09-181.6468
2026-09-191.6344
2026-09-201.6331
2026-09-211.6413
2026-09-221.6442
2026-09-231.6494
2026-09-241.6554
2026-09-251.6447

High

1.6868

Low

1.6035

Average

1.6434

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.