Skip to content

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

PGK/ETB over 1Y: show the values
PointPGK/ETB
2025-09-2435.1610
2025-10-0134.8832
2025-10-0834.8505
2025-10-1534.9209
2025-10-2236.0343
2025-10-2936.1077
2025-11-0536.2976
2025-11-1236.3465
2025-11-1936.7419
2025-11-2636.1775
2025-12-0335.9728
2025-12-1136.4217
2025-12-1836.4703
2025-12-2536.0299
2026-01-0136.4358
2026-01-0836.4662
2026-01-1536.4772
2026-01-2236.5078
2026-01-2936.3249
2026-02-0536.2324
2026-02-1236.2797
2026-02-1935.9132
2026-02-2636.1152
2026-03-0536.0974
2026-03-1236.0882
2026-03-1936.4385
2026-03-2636.3658
2026-04-0236.2257
2026-04-0936.0206
2026-04-1635.8887
2026-04-2336.3408
2026-04-3036.1500
2026-05-0736.0233
2026-05-1536.0640
2026-05-2336.8125
2026-05-3036.3964
2026-06-0636.3557
2026-06-1536.1904
2026-06-2236.1204
2026-06-2936.6774
2026-07-0636.2593
2026-07-1336.4405
2026-07-2036.4676
2026-07-2736.3821
2026-08-0335.8823
2026-08-1036.4587
2026-08-1736.1093
2026-08-2536.5581
2026-09-0136.6171
2026-09-0836.3917
2026-09-1536.1236
2026-09-2236.8318

High

36.8708

Low

34.8505

Average

36.2041

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK&currencies=ETB"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK&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=PGK&currencies=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&currencies=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.