PLN to FJD exchange rate API
Zloty to Fiji Dollar · quoted 2026-09-24
0.58180
▼ +6.44% over 1Y
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 last year, PLN/FJD traded between 0.58170 and 0.63509, averaged 0.61081 and fell 6.44%. 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 1Y: show the values
| Point | PLN/FJD |
|---|---|
| 2025-09-24 | 0.62184 |
| 2025-10-01 | 0.62295 |
| 2025-10-08 | 0.62238 |
| 2025-10-15 | 0.62521 |
| 2025-10-22 | 0.62936 |
| 2025-10-29 | 0.62411 |
| 2025-11-05 | 0.61957 |
| 2025-11-12 | 0.62744 |
| 2025-11-19 | 0.62941 |
| 2025-11-26 | 0.62809 |
| 2025-12-03 | 0.62966 |
| 2025-12-10 | 0.62689 |
| 2025-12-17 | 0.63481 |
| 2025-12-24 | 0.63509 |
| 2025-12-31 | 0.63258 |
| 2026-01-07 | 0.62937 |
| 2026-01-14 | 0.62962 |
| 2026-01-21 | 0.62948 |
| 2026-01-28 | 0.63191 |
| 2026-02-04 | 0.61943 |
| 2026-02-11 | 0.62150 |
| 2026-02-18 | 0.61970 |
| 2026-02-25 | 0.61551 |
| 2026-03-04 | 0.60520 |
| 2026-03-11 | 0.60113 |
| 2026-03-18 | 0.59603 |
| 2026-03-25 | 0.60561 |
| 2026-04-01 | 0.60730 |
| 2026-04-08 | 0.61607 |
| 2026-04-15 | 0.61382 |
| 2026-04-22 | 0.60949 |
| 2026-04-29 | 0.60735 |
| 2026-05-06 | 0.61083 |
| 2026-05-13 | 0.60515 |
| 2026-05-20 | 0.60188 |
| 2026-05-27 | 0.60457 |
| 2026-06-03 | 0.60400 |
| 2026-06-10 | 0.60236 |
| 2026-06-17 | 0.60708 |
| 2026-06-24 | 0.59273 |
| 2026-07-01 | 0.59414 |
| 2026-07-08 | 0.59446 |
| 2026-07-15 | 0.59018 |
| 2026-07-22 | 0.58857 |
| 2026-07-29 | 0.58933 |
| 2026-08-05 | 0.59621 |
| 2026-08-12 | 0.59604 |
| 2026-08-19 | 0.59602 |
| 2026-08-26 | 0.59961 |
| 2026-09-02 | 0.59336 |
| 2026-09-09 | 0.59647 |
| 2026-09-16 | 0.58908 |
| 2026-09-23 | 0.58170 |
High
0.63509
Low
0.58170
Average
0.61081
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PLN¤cies=FJD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PLN¤cies=FJD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PLN¤cies=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¤cies=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.