PGK to ETB exchange rate API
Kina to Ethiopian Birr · quoted 2026-09-24
36.8708
▲ +4.86% over 1Y
1 PGK = 36.8708 ETB · 1 ETB = 0.02712 PGK · Get this rate via the API
1 PGK buys 36.8708 ETB as of 2026-09-24, so 1 ETB buys 0.02712 PGK. Over the last year, PGK/ETB traded between 34.8505 and 36.8708, averaged 36.2041 and rose 4.86%. The API holds daily PGK/ETB rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
PGK/ETB over 1Y: show the values
| Point | PGK/ETB |
|---|---|
| 2025-09-24 | 35.1610 |
| 2025-10-01 | 34.8832 |
| 2025-10-08 | 34.8505 |
| 2025-10-15 | 34.9209 |
| 2025-10-22 | 36.0343 |
| 2025-10-29 | 36.1077 |
| 2025-11-05 | 36.2976 |
| 2025-11-12 | 36.3465 |
| 2025-11-19 | 36.7419 |
| 2025-11-26 | 36.1775 |
| 2025-12-03 | 35.9728 |
| 2025-12-11 | 36.4217 |
| 2025-12-18 | 36.4703 |
| 2025-12-25 | 36.0299 |
| 2026-01-01 | 36.4358 |
| 2026-01-08 | 36.4662 |
| 2026-01-15 | 36.4772 |
| 2026-01-22 | 36.5078 |
| 2026-01-29 | 36.3249 |
| 2026-02-05 | 36.2324 |
| 2026-02-12 | 36.2797 |
| 2026-02-19 | 35.9132 |
| 2026-02-26 | 36.1152 |
| 2026-03-05 | 36.0974 |
| 2026-03-12 | 36.0882 |
| 2026-03-19 | 36.4385 |
| 2026-03-26 | 36.3658 |
| 2026-04-02 | 36.2257 |
| 2026-04-09 | 36.0206 |
| 2026-04-16 | 35.8887 |
| 2026-04-23 | 36.3408 |
| 2026-04-30 | 36.1500 |
| 2026-05-07 | 36.0233 |
| 2026-05-15 | 36.0640 |
| 2026-05-23 | 36.8125 |
| 2026-05-30 | 36.3964 |
| 2026-06-06 | 36.3557 |
| 2026-06-15 | 36.1904 |
| 2026-06-22 | 36.1204 |
| 2026-06-29 | 36.6774 |
| 2026-07-06 | 36.2593 |
| 2026-07-13 | 36.4405 |
| 2026-07-20 | 36.4676 |
| 2026-07-27 | 36.3821 |
| 2026-08-03 | 35.8823 |
| 2026-08-10 | 36.4587 |
| 2026-08-17 | 36.1093 |
| 2026-08-25 | 36.5581 |
| 2026-09-01 | 36.6171 |
| 2026-09-08 | 36.3917 |
| 2026-09-15 | 36.1236 |
| 2026-09-22 | 36.8318 |
High
36.8708
Low
34.8505
Average
36.2041
Get this rate via the API
One GET request returns the PGK/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=PGK¤cies=ETB"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK¤cies=ETB");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK¤cies=ETB").json()Replace YOUR_API_KEY with the key from your dashboard.
PGK/ETB API questions
How do I get the PGK/ETB exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK¤cies=ETB, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest PGK/ETB rate in rates.ETB.
How far back does PGK/ETB historical data go?
Daily PGK/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 PGK/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.