Skip to content

FJD to PGK exchange rate API

Fiji Dollar to Kina · quoted 2026-09-25

1.9918

▲ +6.19% over YTD

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 year to date, FJD/PGK traded between 1.8709 and 2.0122, averaged 1.9597 and rose 6.19%. 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 YTD

FJD/PGK over YTD: show the values
PointFJD/PGK
2025-12-311.8757
2026-01-071.8793
2026-01-141.8709
2026-01-211.8836
2026-01-281.9272
2026-02-041.9311
2026-02-111.9481
2026-02-181.9467
2026-02-251.9472
2026-03-041.9437
2026-03-111.9499
2026-03-181.9460
2026-03-251.9311
2026-04-011.9292
2026-04-081.9323
2026-04-151.9623
2026-04-221.9722
2026-04-291.9692
2026-05-061.9774
2026-05-131.9874
2026-05-201.9773
2026-05-271.9781
2026-06-031.9779
2026-06-101.9787
2026-06-171.9671
2026-06-241.9550
2026-07-011.9630
2026-07-081.9546
2026-07-151.9664
2026-07-221.9770
2026-07-291.9803
2026-08-051.9847
2026-08-122.0032
2026-08-192.0005
2026-08-262.0073
2026-09-021.9947
2026-09-092.0073
2026-09-162.0122
2026-09-231.9985

High

2.0122

Low

1.8709

Average

1.9597

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.