Skip to content

FJD to PGK exchange rate API

Fiji Dollar to Kina · quoted 2026-09-25

1.9918

▲ +8.50% over 1Y

1 FJD = 1.9918 PGK · 1 PGK = 0.50206 FJD · Get this rate via the API

1 FJD buys 1.9918 PGK as of 2026-09-25, so 1 PGK buys 0.50206 FJD. Over the last year, FJD/PGK traded between 1.8079 and 2.0361, averaged 1.9322 and rose 8.50%. The API holds daily FJD/PGK rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

FJD/PGK over 1Y

FJD/PGK over 1Y: show the values
PointFJD/PGK
2025-09-251.8357
2025-10-021.8456
2025-10-091.8297
2025-10-161.8345
2025-10-231.8079
2025-10-301.8386
2025-11-061.8422
2025-11-131.8442
2025-11-201.8372
2025-11-271.8577
2025-12-041.8780
2025-12-111.8683
2025-12-181.8647
2025-12-251.9006
2026-01-011.8746
2026-01-081.8780
2026-01-151.8748
2026-01-221.8881
2026-01-291.9316
2026-02-051.9271
2026-02-121.9489
2026-02-191.9453
2026-02-261.9502
2026-03-051.9435
2026-03-121.9507
2026-03-191.9491
2026-03-261.9368
2026-04-021.9240
2026-04-091.9386
2026-04-161.9646
2026-04-231.9686
2026-04-301.9714
2026-05-071.9808
2026-05-141.9745
2026-05-211.9732
2026-05-281.9790
2026-06-041.9863
2026-06-111.9652
2026-06-181.9664
2026-06-251.9584
2026-07-021.9621
2026-07-091.9588
2026-07-161.9808
2026-07-231.9908
2026-07-301.9850
2026-08-061.9827
2026-08-131.9906
2026-08-202.0283
2026-08-271.9989
2026-09-032.0124
2026-09-102.0361
2026-09-172.0024
2026-09-241.9822

High

2.0361

Low

1.8079

Average

1.9322

For developers

Get this rate via the API

One GET request returns the FJD/PGK 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=FJD&currencies=PGK"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD&currencies=PGK");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD&currencies=PGK").json()

Replace YOUR_API_KEY with the key from your dashboard.

FJD/PGK API questions

How do I get the FJD/PGK exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD&currencies=PGK, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest FJD/PGK rate in rates.PGK.

How far back does FJD/PGK historical data go?

Daily FJD/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 FJD/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.