PGK to FJD exchange rate API
Kina to Fiji Dollar · quoted 2026-09-25
0.50206
▼ +7.84% over 1Y
1 PGK = 0.50206 FJD · 1 FJD = 1.9918 PGK · Get this rate via the API
1 PGK buys 0.50206 FJD as of 2026-09-25, so 1 FJD buys 1.9918 PGK. Over the last year, PGK/FJD traded between 0.49114 and 0.55313, averaged 0.51805 and fell 7.84%. The API holds daily PGK/FJD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
PGK/FJD over 1Y: show the values
| Point | PGK/FJD |
|---|---|
| 2025-09-25 | 0.54475 |
| 2025-10-02 | 0.54184 |
| 2025-10-09 | 0.54654 |
| 2025-10-16 | 0.54511 |
| 2025-10-23 | 0.55313 |
| 2025-10-30 | 0.54388 |
| 2025-11-06 | 0.54282 |
| 2025-11-13 | 0.54224 |
| 2025-11-20 | 0.54429 |
| 2025-11-27 | 0.53830 |
| 2025-12-04 | 0.53247 |
| 2025-12-11 | 0.53524 |
| 2025-12-18 | 0.53627 |
| 2025-12-25 | 0.52616 |
| 2026-01-01 | 0.53344 |
| 2026-01-08 | 0.53248 |
| 2026-01-15 | 0.53338 |
| 2026-01-22 | 0.52962 |
| 2026-01-29 | 0.51771 |
| 2026-02-05 | 0.51891 |
| 2026-02-12 | 0.51311 |
| 2026-02-19 | 0.51407 |
| 2026-02-26 | 0.51277 |
| 2026-03-05 | 0.51454 |
| 2026-03-12 | 0.51265 |
| 2026-03-19 | 0.51305 |
| 2026-03-26 | 0.51631 |
| 2026-04-02 | 0.51975 |
| 2026-04-09 | 0.51582 |
| 2026-04-16 | 0.50902 |
| 2026-04-23 | 0.50797 |
| 2026-04-30 | 0.50726 |
| 2026-05-07 | 0.50483 |
| 2026-05-14 | 0.50647 |
| 2026-05-21 | 0.50679 |
| 2026-05-28 | 0.50530 |
| 2026-06-04 | 0.50344 |
| 2026-06-11 | 0.50885 |
| 2026-06-18 | 0.50855 |
| 2026-06-25 | 0.51063 |
| 2026-07-02 | 0.50966 |
| 2026-07-09 | 0.51051 |
| 2026-07-16 | 0.50485 |
| 2026-07-23 | 0.50230 |
| 2026-07-30 | 0.50378 |
| 2026-08-06 | 0.50437 |
| 2026-08-13 | 0.50236 |
| 2026-08-20 | 0.49302 |
| 2026-08-27 | 0.50028 |
| 2026-09-03 | 0.49692 |
| 2026-09-10 | 0.49114 |
| 2026-09-17 | 0.49941 |
| 2026-09-24 | 0.50449 |
High
0.55313
Low
0.49114
Average
0.51805
Get this rate via the API
One GET request returns the PGK/FJD 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=FJD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK¤cies=FJD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK¤cies=FJD").json()Replace YOUR_API_KEY with the key from your dashboard.
PGK/FJD API questions
How do I get the PGK/FJD exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK¤cies=FJD, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest PGK/FJD rate in rates.FJD.
How far back does PGK/FJD historical data go?
Daily PGK/FJD 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/FJD 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.