Skip to content

ETB to JPY exchange rate API

Ethiopian Birr to Yen · quoted 2026-09-25

0.97018

▼ +3.62% over YTD

1 ETB = 0.97018 JPY · 1 JPY = 1.0307 ETB · Get this rate via the API

1 ETB buys 0.97018 JPY as of 2026-09-25, so 1 JPY buys 1.0307 ETB. Over the year to date, ETB/JPY traded between 0.95293 and 1.0226, averaged 1.0001 and fell 3.62%. The API holds daily ETB/JPY rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

ETB/JPY over YTD

ETB/JPY over YTD: show the values
PointETB/JPY
2025-12-311.00666
2026-01-071.00940
2026-01-141.01886
2026-01-211.01131
2026-01-280.98640
2026-02-041.00779
2026-02-110.98729
2026-02-180.98898
2026-02-251.01152
2026-03-041.01253
2026-03-111.01726
2026-03-181.02122
2026-03-251.01617
2026-04-011.00842
2026-04-081.00401
2026-04-151.01837
2026-04-221.01838
2026-04-291.01534
2026-05-060.99469
2026-05-141.00305
2026-05-211.00816
2026-05-290.99393
2026-06-050.99349
2026-06-141.00523
2026-06-211.01274
2026-06-281.01935
2026-07-051.01005
2026-07-121.01564
2026-07-191.00688
2026-07-261.02261
2026-08-020.98832
2026-08-090.98512
2026-08-160.98327
2026-08-240.98242
2026-08-310.97292
2026-09-070.95293
2026-09-140.95781
2026-09-210.96355

High

1.0226

Low

0.95293

Average

1.0001

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

ETB/JPY API questions

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

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

How far back does ETB/JPY historical data go?

Daily ETB/JPY 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 ETB/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.