Skip to content

PLN to FJD exchange rate API

Zloty to Fiji Dollar · quoted 2026-09-24

0.58180

▼ +8.03% over YTD

1 PLN = 0.58180 FJD · 1 FJD = 1.7188 PLN · Get this rate via the API

1 PLN buys 0.58180 FJD as of 2026-09-24, so 1 FJD buys 1.7188 PLN. Over the year to date, PLN/FJD traded between 0.58170 and 0.63258, averaged 0.60517 and fell 8.03%. The API holds daily PLN/FJD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

PLN/FJD over YTD

PLN/FJD over YTD: show the values
PointPLN/FJD
2025-12-310.63258
2026-01-070.62937
2026-01-140.62962
2026-01-210.62948
2026-01-280.63191
2026-02-040.61943
2026-02-110.62150
2026-02-180.61970
2026-02-250.61551
2026-03-040.60520
2026-03-110.60113
2026-03-180.59603
2026-03-250.60561
2026-04-010.60730
2026-04-080.61607
2026-04-150.61382
2026-04-220.60949
2026-04-290.60735
2026-05-060.61083
2026-05-130.60515
2026-05-200.60188
2026-05-270.60457
2026-06-030.60400
2026-06-100.60236
2026-06-170.60708
2026-06-240.59273
2026-07-010.59414
2026-07-080.59446
2026-07-150.59018
2026-07-220.58857
2026-07-290.58933
2026-08-050.59621
2026-08-120.59604
2026-08-190.59602
2026-08-260.59961
2026-09-020.59336
2026-09-090.59647
2026-09-160.58908
2026-09-230.58170

High

0.63258

Low

0.58170

Average

0.60517

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

PLN/FJD API questions

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

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

How far back does PLN/FJD historical data go?

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