Skip to content

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

IDR/JPY over 5Y: show the values
PointIDR/JPY
2021-09-270.007781
2021-11-080.007953
2021-12-200.007878
2022-01-310.008030
2022-03-140.008246
2022-04-270.008884
2022-06-080.009238
2022-07-200.009225
2022-08-310.009341
2022-10-120.009548
2022-11-230.009002
2023-01-050.008520
2023-02-160.008849
2023-03-300.008818
2023-05-160.009167
2023-06-270.009565
2023-08-080.009393
2023-09-190.009601
2023-10-310.009503
2023-12-120.009316
2024-01-260.009375
2024-03-080.009481
2024-04-230.009549
2024-06-050.009554
2024-07-170.009708
2024-08-270.009293
2024-10-010.009377
2024-10-310.009721
2024-11-300.009460
2024-12-300.009748
2025-01-290.009565
2025-02-280.009110
2025-03-300.009027
2025-04-290.008514
2025-05-290.008890
2025-06-280.008911
2025-07-280.009046
2025-08-270.009014
2025-09-260.008962
2025-10-260.009194
2025-11-250.009404
2025-12-250.009297
2026-01-240.009291
2026-02-230.009203
2026-03-250.009429
2026-04-240.009245
2026-05-240.008964
2026-06-230.009013
2026-07-230.009099
2026-08-220.008999
2026-09-210.008800

High

0.009748

Low

0.007781

Average

0.009096

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=IDR&currencies=JPY"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=IDR&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=IDR&currencies=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&currencies=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.