Skip to content

JPY to ERN exchange rate API

Yen to Nakfa · quoted 2026-09-27

0.09536

▼ +4.95% over 1Y

1 JPY = 0.09536 ERN · 1 ERN = 10.4864 JPY · Get this rate via the API

1 JPY buys 0.09536 ERN as of 2026-09-27, so 1 ERN buys 10.4864 JPY. Over the last year, JPY/ERN traded between 0.09176 and 0.10173, averaged 0.09542 and fell 4.95%. The API holds daily JPY/ERN rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

JPY/ERN over 1Y

JPY/ERN over 1Y: show the values
PointJPY/ERN
2025-09-270.10033
2025-10-040.10173
2025-10-110.09920
2025-10-180.09960
2025-10-250.09812
2025-11-010.09741
2025-11-080.09776
2025-11-150.09706
2025-11-220.09591
2025-11-290.09604
2025-12-060.09658
2025-12-140.09626
2025-12-210.09516
2025-12-280.09582
2026-01-040.09570
2026-01-110.09492
2026-01-180.09494
2026-01-250.09688
2026-02-010.09676
2026-02-080.09531
2026-02-150.09825
2026-02-220.09681
2026-03-010.09611
2026-03-080.09497
2026-03-150.09398
2026-03-220.09416
2026-03-290.09358
2026-04-050.09393
2026-04-120.09409
2026-04-190.09451
2026-04-260.09404
2026-05-030.09562
2026-05-100.09569
2026-05-180.09448
2026-05-260.09422
2026-06-020.09390
2026-06-110.09344
2026-06-180.09321
2026-06-250.09268
2026-07-020.09283
2026-07-090.09236
2026-07-160.09248
2026-07-230.09176
2026-07-300.09206
2026-08-060.09504
2026-08-130.09414
2026-08-210.09452
2026-08-280.09394
2026-09-040.09600
2026-09-110.09738
2026-09-180.09500
2026-09-250.09518

High

0.10173

Low

0.09176

Average

0.09542

For developers

Get this rate via the API

One GET request returns the JPY/ERN 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=ERN"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JPY&currencies=ERN");
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=ERN").json()

Replace YOUR_API_KEY with the key from your dashboard.

JPY/ERN API questions

How do I get the JPY/ERN exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JPY&currencies=ERN, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest JPY/ERN rate in rates.ERN.

How far back does JPY/ERN historical data go?

Daily JPY/ERN rates are available from 2024-08-24. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.

Is there a free JPY/ERN 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.