PGK to HNL exchange rate API
Kina to Lempira · quoted 2026-09-24
6.0580
▼ +4.18% over 1Y
1 PGK = 6.0580 HNL · 1 HNL = 0.16507 PGK · Get this rate via the API
1 PGK buys 6.0580 HNL as of 2026-09-24, so 1 HNL buys 0.16507 PGK. Over the last year, PGK/HNL traded between 5.9901 and 6.3376, averaged 6.1468 and fell 4.18%. The API holds daily PGK/HNL rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
PGK/HNL over 1Y: show the values
| Point | PGK/HNL |
|---|---|
| 2025-09-24 | 6.3222 |
| 2025-10-01 | 6.3376 |
| 2025-10-08 | 6.2823 |
| 2025-10-15 | 6.2513 |
| 2025-10-22 | 6.3102 |
| 2025-10-29 | 6.2783 |
| 2025-11-05 | 6.2613 |
| 2025-11-12 | 6.2230 |
| 2025-11-19 | 6.2234 |
| 2025-11-26 | 6.1966 |
| 2025-12-03 | 6.1335 |
| 2025-12-11 | 6.1785 |
| 2025-12-18 | 6.1855 |
| 2025-12-25 | 6.1036 |
| 2026-01-01 | 6.2031 |
| 2026-01-08 | 6.1865 |
| 2026-01-15 | 6.1940 |
| 2026-01-22 | 6.1763 |
| 2026-01-29 | 6.1669 |
| 2026-02-05 | 6.1776 |
| 2026-02-12 | 6.1759 |
| 2026-02-19 | 6.1689 |
| 2026-02-26 | 6.1554 |
| 2026-03-05 | 6.1560 |
| 2026-03-12 | 6.1508 |
| 2026-03-19 | 6.1552 |
| 2026-03-26 | 6.1644 |
| 2026-04-02 | 6.1784 |
| 2026-04-09 | 6.1613 |
| 2026-04-16 | 6.1048 |
| 2026-04-23 | 6.1337 |
| 2026-04-30 | 6.1270 |
| 2026-05-07 | 6.1334 |
| 2026-05-15 | 6.1425 |
| 2026-05-23 | 6.1290 |
| 2026-05-30 | 6.1048 |
| 2026-06-06 | 6.1122 |
| 2026-06-15 | 6.1152 |
| 2026-06-22 | 6.1044 |
| 2026-06-29 | 6.0825 |
| 2026-07-06 | 6.0688 |
| 2026-07-13 | 6.0703 |
| 2026-07-20 | 6.0600 |
| 2026-07-27 | 6.0445 |
| 2026-08-03 | 6.0409 |
| 2026-08-10 | 6.0813 |
| 2026-08-17 | 5.9901 |
| 2026-08-25 | 6.0240 |
| 2026-09-01 | 6.0710 |
| 2026-09-08 | 6.0295 |
| 2026-09-15 | 6.0136 |
| 2026-09-22 | 6.0815 |
High
6.3376
Low
5.9901
Average
6.1468
Get this rate via the API
One GET request returns the PGK/HNL 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=HNL"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK¤cies=HNL");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK¤cies=HNL").json()Replace YOUR_API_KEY with the key from your dashboard.
PGK/HNL API questions
How do I get the PGK/HNL exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK¤cies=HNL, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest PGK/HNL rate in rates.HNL.
How far back does PGK/HNL historical data go?
Daily PGK/HNL 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/HNL 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.