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: show the values
| Point | PLN/ETB |
|---|---|
| 2024-08-24 | 28.8319 |
| 2024-10-07 | 30.5642 |
| 2024-11-06 | 29.7052 |
| 2024-12-06 | 31.0463 |
| 2025-01-05 | 30.8791 |
| 2025-02-04 | 31.2458 |
| 2025-03-06 | 33.0828 |
| 2025-04-06 | 33.6269 |
| 2025-05-06 | 35.4585 |
| 2025-06-07 | 35.7185 |
| 2025-07-07 | 37.4269 |
| 2025-08-06 | 36.9141 |
| 2025-09-05 | 39.3344 |
| 2025-10-06 | 39.7498 |
| 2025-11-05 | 41.1873 |
| 2025-12-05 | 42.8155 |
| 2026-01-05 | 43.0603 |
| 2026-02-04 | 43.4992 |
| 2026-03-06 | 41.8368 |
| 2026-04-05 | 42.1231 |
| 2026-05-05 | 43.1464 |
| 2026-06-06 | 43.1098 |
| 2026-07-08 | 42.3861 |
| 2026-08-07 | 43.3152 |
| 2026-09-07 | 43.7869 |
High
43.7869
Low
28.8319
Average
37.9236
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PLN¤cies=ETB"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PLN¤cies=ETB");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PLN¤cies=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¤cies=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.