Skip to content

JPY to IDR exchange rate API

Yen to Rupiah · quoted 2026-09-24

112.3574

▼ +12.57% over 5Y

1 JPY = 112.3574 IDR · 1 IDR = 0.008900 JPY · Get this rate via the API

1 JPY buys 112.3574 IDR as of 2026-09-24, so 1 IDR buys 0.008900 JPY. Over the last 5 years, JPY/IDR traded between 102.5764 and 128.5121, averaged 110.2376 and fell 12.57%. The API holds daily JPY/IDR rates from 2005-04-01 — 21 years of history — so any past day, or a whole series, is one request away.

JPY/IDR over 5Y

JPY/IDR over 5Y: show the values
PointJPY/IDR
2021-09-27128.5121
2021-11-08125.7323
2021-12-20126.9273
2022-01-31124.5187
2022-03-14121.2570
2022-04-27112.5607
2022-06-08108.2397
2022-07-20108.4007
2022-08-31107.0497
2022-10-12104.7284
2022-11-23111.0793
2023-01-05117.3684
2023-02-16112.9955
2023-03-30113.3918
2023-05-16109.0817
2023-06-27104.5417
2023-08-08106.4523
2023-09-19104.1504
2023-10-31105.2294
2023-12-12107.3391
2024-01-26106.6613
2024-03-08105.4691
2024-04-23104.7183
2024-06-05104.6584
2024-07-17102.9990
2024-08-27107.5994
2024-10-01106.6434
2024-10-31102.8614
2024-11-30105.7069
2024-12-30102.5764
2025-01-29104.5387
2025-02-28109.7615
2025-03-30110.7780
2025-04-29117.4468
2025-05-29112.4736
2025-06-28112.2136
2025-07-28110.5432
2025-08-27110.9302
2025-09-26111.5785
2025-10-26108.7621
2025-11-25106.3365
2025-12-25107.5559
2026-01-24107.6297
2026-02-23108.6564
2026-03-25106.0504
2026-04-24108.1665
2026-05-24111.5485
2026-06-23110.9451
2026-07-23109.8924
2026-08-22111.1162
2026-09-21113.6251

High

128.5121

Low

102.5764

Average

110.2376

For developers

Get this rate via the API

One GET request returns the JPY/IDR 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=JPY&currencies=IDR"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JPY&currencies=IDR");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JPY&currencies=IDR").json()

Replace YOUR_API_KEY with the key from your dashboard.

JPY/IDR API questions

How do I get the JPY/IDR exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JPY&currencies=IDR, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest JPY/IDR rate in rates.IDR.

How far back does JPY/IDR historical data go?

Daily JPY/IDR rates are available from 2005-04-01. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.

Is there a free JPY/IDR 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.