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: show the values
| Point | PGK/ERN |
|---|---|
| 2025-09-24 | 3.6173 |
| 2025-10-01 | 3.6156 |
| 2025-10-08 | 3.5916 |
| 2025-10-15 | 3.5761 |
| 2025-10-22 | 3.6054 |
| 2025-10-29 | 3.5775 |
| 2025-11-05 | 3.5675 |
| 2025-11-12 | 3.5486 |
| 2025-11-19 | 3.5482 |
| 2025-11-26 | 3.5352 |
| 2025-12-03 | 3.4947 |
| 2025-12-11 | 3.5279 |
| 2025-12-18 | 3.5246 |
| 2025-12-25 | 3.4733 |
| 2026-01-01 | 3.5191 |
| 2026-01-08 | 3.5164 |
| 2026-01-15 | 3.5133 |
| 2026-01-22 | 3.5118 |
| 2026-01-29 | 3.5065 |
| 2026-02-05 | 3.5069 |
| 2026-02-12 | 3.4977 |
| 2026-02-19 | 3.4928 |
| 2026-02-26 | 3.4925 |
| 2026-03-05 | 3.4879 |
| 2026-03-12 | 3.4817 |
| 2026-03-19 | 3.4789 |
| 2026-03-26 | 3.4811 |
| 2026-04-02 | 3.4778 |
| 2026-04-09 | 3.4719 |
| 2026-04-16 | 3.4564 |
| 2026-04-23 | 3.4512 |
| 2026-04-30 | 3.4538 |
| 2026-05-07 | 3.4486 |
| 2026-05-15 | 3.4488 |
| 2026-05-23 | 3.4552 |
| 2026-05-30 | 3.4444 |
| 2026-06-06 | 3.4341 |
| 2026-06-15 | 3.4304 |
| 2026-06-22 | 3.4231 |
| 2026-06-29 | 3.4076 |
| 2026-07-06 | 3.4003 |
| 2026-07-13 | 3.3961 |
| 2026-07-20 | 3.3953 |
| 2026-07-27 | 3.3871 |
| 2026-08-03 | 3.3799 |
| 2026-08-10 | 3.3999 |
| 2026-08-17 | 3.3552 |
| 2026-08-25 | 3.3697 |
| 2026-09-01 | 3.3897 |
| 2026-09-08 | 3.3705 |
| 2026-09-15 | 3.3573 |
| 2026-09-22 | 3.3941 |
High
3.6173
Low
3.3552
Average
3.4730
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK¤cies=ERN"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK¤cies=ERN");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK¤cies=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¤cies=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.