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: show the values
| Point | JPY/IDR |
|---|---|
| 2021-09-27 | 128.5121 |
| 2021-11-08 | 125.7323 |
| 2021-12-20 | 126.9273 |
| 2022-01-31 | 124.5187 |
| 2022-03-14 | 121.2570 |
| 2022-04-27 | 112.5607 |
| 2022-06-08 | 108.2397 |
| 2022-07-20 | 108.4007 |
| 2022-08-31 | 107.0497 |
| 2022-10-12 | 104.7284 |
| 2022-11-23 | 111.0793 |
| 2023-01-05 | 117.3684 |
| 2023-02-16 | 112.9955 |
| 2023-03-30 | 113.3918 |
| 2023-05-16 | 109.0817 |
| 2023-06-27 | 104.5417 |
| 2023-08-08 | 106.4523 |
| 2023-09-19 | 104.1504 |
| 2023-10-31 | 105.2294 |
| 2023-12-12 | 107.3391 |
| 2024-01-26 | 106.6613 |
| 2024-03-08 | 105.4691 |
| 2024-04-23 | 104.7183 |
| 2024-06-05 | 104.6584 |
| 2024-07-17 | 102.9990 |
| 2024-08-27 | 107.5994 |
| 2024-10-01 | 106.6434 |
| 2024-10-31 | 102.8614 |
| 2024-11-30 | 105.7069 |
| 2024-12-30 | 102.5764 |
| 2025-01-29 | 104.5387 |
| 2025-02-28 | 109.7615 |
| 2025-03-30 | 110.7780 |
| 2025-04-29 | 117.4468 |
| 2025-05-29 | 112.4736 |
| 2025-06-28 | 112.2136 |
| 2025-07-28 | 110.5432 |
| 2025-08-27 | 110.9302 |
| 2025-09-26 | 111.5785 |
| 2025-10-26 | 108.7621 |
| 2025-11-25 | 106.3365 |
| 2025-12-25 | 107.5559 |
| 2026-01-24 | 107.6297 |
| 2026-02-23 | 108.6564 |
| 2026-03-25 | 106.0504 |
| 2026-04-24 | 108.1665 |
| 2026-05-24 | 111.5485 |
| 2026-06-23 | 110.9451 |
| 2026-07-23 | 109.8924 |
| 2026-08-22 | 111.1162 |
| 2026-09-21 | 113.6251 |
High
128.5121
Low
102.5764
Average
110.2376
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JPY¤cies=IDR"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JPY¤cies=IDR");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JPY¤cies=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¤cies=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.