IDR to JPY exchange rate API
Rupiah to Yen · quoted 2026-09-24
0.008905
▲ +14.45% over 5Y
1 IDR = 0.008905 JPY · 1 JPY = 112.2965 IDR · Get this rate via the API
1 IDR buys 0.008905 JPY as of 2026-09-24, so 1 JPY buys 112.2965 IDR. Over the last 5 years, IDR/JPY traded between 0.007781 and 0.009748, averaged 0.009096 and rose 14.45%. The API holds daily IDR/JPY rates from 2005-04-01 — 21 years of history — so any past day, or a whole series, is one request away.
IDR/JPY over 5Y: show the values
| Point | IDR/JPY |
|---|---|
| 2021-09-27 | 0.007781 |
| 2021-11-08 | 0.007953 |
| 2021-12-20 | 0.007878 |
| 2022-01-31 | 0.008030 |
| 2022-03-14 | 0.008246 |
| 2022-04-27 | 0.008884 |
| 2022-06-08 | 0.009238 |
| 2022-07-20 | 0.009225 |
| 2022-08-31 | 0.009341 |
| 2022-10-12 | 0.009548 |
| 2022-11-23 | 0.009002 |
| 2023-01-05 | 0.008520 |
| 2023-02-16 | 0.008849 |
| 2023-03-30 | 0.008818 |
| 2023-05-16 | 0.009167 |
| 2023-06-27 | 0.009565 |
| 2023-08-08 | 0.009393 |
| 2023-09-19 | 0.009601 |
| 2023-10-31 | 0.009503 |
| 2023-12-12 | 0.009316 |
| 2024-01-26 | 0.009375 |
| 2024-03-08 | 0.009481 |
| 2024-04-23 | 0.009549 |
| 2024-06-05 | 0.009554 |
| 2024-07-17 | 0.009708 |
| 2024-08-27 | 0.009293 |
| 2024-10-01 | 0.009377 |
| 2024-10-31 | 0.009721 |
| 2024-11-30 | 0.009460 |
| 2024-12-30 | 0.009748 |
| 2025-01-29 | 0.009565 |
| 2025-02-28 | 0.009110 |
| 2025-03-30 | 0.009027 |
| 2025-04-29 | 0.008514 |
| 2025-05-29 | 0.008890 |
| 2025-06-28 | 0.008911 |
| 2025-07-28 | 0.009046 |
| 2025-08-27 | 0.009014 |
| 2025-09-26 | 0.008962 |
| 2025-10-26 | 0.009194 |
| 2025-11-25 | 0.009404 |
| 2025-12-25 | 0.009297 |
| 2026-01-24 | 0.009291 |
| 2026-02-23 | 0.009203 |
| 2026-03-25 | 0.009429 |
| 2026-04-24 | 0.009245 |
| 2026-05-24 | 0.008964 |
| 2026-06-23 | 0.009013 |
| 2026-07-23 | 0.009099 |
| 2026-08-22 | 0.008999 |
| 2026-09-21 | 0.008800 |
High
0.009748
Low
0.007781
Average
0.009096
Get this rate via the API
One GET request returns the IDR/JPY 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=IDR¤cies=JPY"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=IDR¤cies=JPY");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=IDR¤cies=JPY").json()Replace YOUR_API_KEY with the key from your dashboard.
IDR/JPY API questions
How do I get the IDR/JPY exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=IDR¤cies=JPY, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest IDR/JPY rate in rates.JPY.
How far back does IDR/JPY historical data go?
Daily IDR/JPY 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 IDR/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.