Skip to content

JPY to IDR exchange rate API

Yen to Rupiah · quoted 2026-09-24

112.3574

▼ +0.12% over 1Y

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 year, JPY/IDR traded between 106.0504 and 114.0198, averaged 109.5231 and fell 0.12%. 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 1Y

JPY/IDR over 1Y: show the values
PointJPY/IDR
2025-09-24112.4901
2025-10-01113.0594
2025-10-08108.6872
2025-10-15109.5525
2025-10-22109.4588
2025-10-29108.8403
2025-11-05108.6556
2025-11-12108.2746
2025-11-19107.0740
2025-11-26106.4363
2025-12-03106.9932
2025-12-10106.4576
2025-12-17107.2829
2025-12-24107.3833
2025-12-31106.6915
2026-01-07107.1129
2026-01-14106.3572
2026-01-21107.1723
2026-01-28109.6903
2026-02-04107.2104
2026-02-11109.6662
2026-02-18109.8961
2026-02-25107.2759
2026-03-04107.2775
2026-03-11106.5722
2026-03-18106.5077
2026-03-25106.0504
2026-04-01106.8380
2026-04-08107.3433
2026-04-15107.8252
2026-04-22108.0236
2026-04-29108.5717
2026-05-06110.9257
2026-05-13110.8963
2026-05-20111.3001
2026-05-27111.8863
2026-06-03112.3598
2026-06-10111.5941
2026-06-17111.0511
2026-06-24111.1861
2026-07-01110.3876
2026-07-08111.3256
2026-07-15111.2845
2026-07-22109.8839
2026-07-29110.4114
2026-08-05113.4009
2026-08-12112.1569
2026-08-19112.0905
2026-08-26111.3493
2026-09-02111.0032
2026-09-09114.0198
2026-09-16113.9656
2026-09-23112.6849

High

114.0198

Low

106.0504

Average

109.5231

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.