JPY to IDR exchange rate API
Yen to Rupiah · quoted 2026-09-24
112.3574
▲ +5.31% over YTD
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 year to date, JPY/IDR traded between 106.0504 and 114.0198, averaged 109.8401 and rose 5.31%. 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 YTD: show the values
| Point | JPY/IDR |
|---|---|
| 2025-12-31 | 106.6915 |
| 2026-01-07 | 107.1129 |
| 2026-01-14 | 106.3572 |
| 2026-01-21 | 107.1723 |
| 2026-01-28 | 109.6903 |
| 2026-02-04 | 107.2104 |
| 2026-02-11 | 109.6662 |
| 2026-02-18 | 109.8961 |
| 2026-02-25 | 107.2759 |
| 2026-03-04 | 107.2775 |
| 2026-03-11 | 106.5722 |
| 2026-03-18 | 106.5077 |
| 2026-03-25 | 106.0504 |
| 2026-04-01 | 106.8380 |
| 2026-04-08 | 107.3433 |
| 2026-04-15 | 107.8252 |
| 2026-04-22 | 108.0236 |
| 2026-04-29 | 108.5717 |
| 2026-05-06 | 110.9257 |
| 2026-05-13 | 110.8963 |
| 2026-05-20 | 111.3001 |
| 2026-05-27 | 111.8863 |
| 2026-06-03 | 112.3598 |
| 2026-06-10 | 111.5941 |
| 2026-06-17 | 111.0511 |
| 2026-06-24 | 111.1861 |
| 2026-07-01 | 110.3876 |
| 2026-07-08 | 111.3256 |
| 2026-07-15 | 111.2845 |
| 2026-07-22 | 109.8839 |
| 2026-07-29 | 110.4114 |
| 2026-08-05 | 113.4009 |
| 2026-08-12 | 112.1569 |
| 2026-08-19 | 112.0905 |
| 2026-08-26 | 111.3493 |
| 2026-09-02 | 111.0032 |
| 2026-09-09 | 114.0198 |
| 2026-09-16 | 113.9656 |
| 2026-09-23 | 112.6849 |
High
114.0198
Low
106.0504
Average
109.8401
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.