Skip to content

PGK to ERN exchange rate API

Kina to Nakfa · quoted 2026-09-24

3.3809

▼ +6.54% over 1Y

1 PGK = 3.3809 ERN · 1 ERN = 0.29578 PGK · Get this rate via the API

1 PGK buys 3.3809 ERN as of 2026-09-24, so 1 ERN buys 0.29578 PGK. Over the last year, PGK/ERN traded between 3.3552 and 3.6173, averaged 3.4730 and fell 6.54%. The API holds daily PGK/ERN rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

PGK/ERN over 1Y

PGK/ERN over 1Y: show the values
PointPGK/ERN
2025-09-243.6173
2025-10-013.6156
2025-10-083.5916
2025-10-153.5761
2025-10-223.6054
2025-10-293.5775
2025-11-053.5675
2025-11-123.5486
2025-11-193.5482
2025-11-263.5352
2025-12-033.4947
2025-12-113.5279
2025-12-183.5246
2025-12-253.4733
2026-01-013.5191
2026-01-083.5164
2026-01-153.5133
2026-01-223.5118
2026-01-293.5065
2026-02-053.5069
2026-02-123.4977
2026-02-193.4928
2026-02-263.4925
2026-03-053.4879
2026-03-123.4817
2026-03-193.4789
2026-03-263.4811
2026-04-023.4778
2026-04-093.4719
2026-04-163.4564
2026-04-233.4512
2026-04-303.4538
2026-05-073.4486
2026-05-153.4488
2026-05-233.4552
2026-05-303.4444
2026-06-063.4341
2026-06-153.4304
2026-06-223.4231
2026-06-293.4076
2026-07-063.4003
2026-07-133.3961
2026-07-203.3953
2026-07-273.3871
2026-08-033.3799
2026-08-103.3999
2026-08-173.3552
2026-08-253.3697
2026-09-013.3897
2026-09-083.3705
2026-09-153.3573
2026-09-223.3941

High

3.6173

Low

3.3552

Average

3.4730

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

PGK/ERN API questions

How do I get the PGK/ERN exchange rate from an API?

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

How far back does PGK/ERN historical data go?

Daily PGK/ERN 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/ERN 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.