USD to PGK exchange rate API
US Dollar to Kina · quoted 2026-09-27
4.3285
▲ +0.12% over 6M
1 USD = 4.3285 PGK · 1 PGK = 0.23103 USD · Get this rate via the API
1 USD buys 4.3285 PGK as of 2026-09-27, so 1 PGK buys 0.23103 USD. Over the last 6 months, USD/PGK traded between 4.3231 and 4.4679, averaged 4.3862 and rose 0.12%. The API holds daily USD/PGK rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
USD/PGK over 6M: show the values
| Point | USD/PGK |
|---|---|
| 2026-03-31 | 4.3231 |
| 2026-04-07 | 4.3282 |
| 2026-04-14 | 4.3280 |
| 2026-04-21 | 4.3513 |
| 2026-04-28 | 4.3511 |
| 2026-05-05 | 4.3382 |
| 2026-05-12 | 4.3620 |
| 2026-05-19 | 4.3615 |
| 2026-05-26 | 4.3597 |
| 2026-06-02 | 4.3648 |
| 2026-06-09 | 4.3843 |
| 2026-06-16 | 4.3671 |
| 2026-06-23 | 4.3752 |
| 2026-06-30 | 4.4017 |
| 2026-07-07 | 4.3907 |
| 2026-07-14 | 4.4028 |
| 2026-07-21 | 4.4142 |
| 2026-07-28 | 4.4182 |
| 2026-08-04 | 4.4027 |
| 2026-08-11 | 4.4364 |
| 2026-08-18 | 4.4241 |
| 2026-08-25 | 4.4514 |
| 2026-09-01 | 4.4251 |
| 2026-09-08 | 4.4504 |
| 2026-09-15 | 4.4679 |
| 2026-09-22 | 4.4194 |
High
4.4679
Low
4.3231
Average
4.3862
Get this rate via the API
One GET request returns the USD/PGK 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=USD¤cies=PGK"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD¤cies=PGK");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD¤cies=PGK").json()Replace YOUR_API_KEY with the key from your dashboard.
USD/PGK API questions
How do I get the USD/PGK exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD¤cies=PGK, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest USD/PGK rate in rates.PGK.
How far back does USD/PGK historical data go?
Daily USD/PGK 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 USD/PGK 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.