Skip to content

PLN to ETB exchange rate API

Zloty to Ethiopian Birr · quoted 2026-09-27

42.1636

▲ +46.24% over 5Y

1 PLN = 42.1636 ETB · 1 ETB = 0.02372 PLN · Get this rate via the API

1 PLN buys 42.1636 ETB as of 2026-09-27, so 1 ETB buys 0.02372 PLN. Over the last 5 years, PLN/ETB traded between 28.8319 and 43.7869, averaged 37.9236 and rose 46.24%. The API holds daily PLN/ETB rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

PLN/ETB over 5Y

PLN/ETB over 5Y: show the values
PointPLN/ETB
2024-08-2428.8319
2024-10-0730.5642
2024-11-0629.7052
2024-12-0631.0463
2025-01-0530.8791
2025-02-0431.2458
2025-03-0633.0828
2025-04-0633.6269
2025-05-0635.4585
2025-06-0735.7185
2025-07-0737.4269
2025-08-0636.9141
2025-09-0539.3344
2025-10-0639.7498
2025-11-0541.1873
2025-12-0542.8155
2026-01-0543.0603
2026-02-0443.4992
2026-03-0641.8368
2026-04-0542.1231
2026-05-0543.1464
2026-06-0643.1098
2026-07-0842.3861
2026-08-0743.3152
2026-09-0743.7869

High

43.7869

Low

28.8319

Average

37.9236

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PLN&currencies=ETB").json()

Replace YOUR_API_KEY with the key from your dashboard.

PLN/ETB API questions

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

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

How far back does PLN/ETB historical data go?

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