Skip to content

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

PGK/FJD over 1Y: show the values
PointPGK/FJD
2025-09-250.54475
2025-10-020.54184
2025-10-090.54654
2025-10-160.54511
2025-10-230.55313
2025-10-300.54388
2025-11-060.54282
2025-11-130.54224
2025-11-200.54429
2025-11-270.53830
2025-12-040.53247
2025-12-110.53524
2025-12-180.53627
2025-12-250.52616
2026-01-010.53344
2026-01-080.53248
2026-01-150.53338
2026-01-220.52962
2026-01-290.51771
2026-02-050.51891
2026-02-120.51311
2026-02-190.51407
2026-02-260.51277
2026-03-050.51454
2026-03-120.51265
2026-03-190.51305
2026-03-260.51631
2026-04-020.51975
2026-04-090.51582
2026-04-160.50902
2026-04-230.50797
2026-04-300.50726
2026-05-070.50483
2026-05-140.50647
2026-05-210.50679
2026-05-280.50530
2026-06-040.50344
2026-06-110.50885
2026-06-180.50855
2026-06-250.51063
2026-07-020.50966
2026-07-090.51051
2026-07-160.50485
2026-07-230.50230
2026-07-300.50378
2026-08-060.50437
2026-08-130.50236
2026-08-200.49302
2026-08-270.50028
2026-09-030.49692
2026-09-100.49114
2026-09-170.49941
2026-09-240.50449

High

0.55313

Low

0.49114

Average

0.51805

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK&currencies=FJD"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK&currencies=FJD");
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=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&currencies=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.