Skip to content

FJD to PHP exchange rate API

Fiji Dollar to Philippine Peso · quoted 2026-09-25

27.9341

▲ +7.68% over YTD

1 FJD = 27.9341 PHP · 1 PHP = 0.03580 FJD · Get this rate via the API

1 FJD buys 27.9341 PHP as of 2026-09-25, so 1 PHP buys 0.03580 FJD. Over the year to date, FJD/PHP traded between 25.9410 and 28.2891, averaged 27.2515 and rose 7.68%. The API holds daily FJD/PHP rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

FJD/PHP over YTD

FJD/PHP over YTD: show the values
PointFJD/PHP
2025-12-3125.9410
2026-01-0726.1265
2026-01-1426.0875
2026-01-2126.1304
2026-01-2826.4905
2026-02-0426.6503
2026-02-1126.5772
2026-02-1826.2348
2026-02-2526.0935
2026-03-0426.4258
2026-03-1126.8456
2026-03-1827.1038
2026-03-2526.9132
2026-04-0126.8759
2026-04-0826.5320
2026-04-1527.1929
2026-04-2227.2671
2026-04-2927.9247
2026-05-0627.6384
2026-05-1327.9575
2026-05-2027.9453
2026-05-2727.9218
2026-06-0328.0229
2026-06-1027.6751
2026-06-1727.2093
2026-06-2427.3871
2026-07-0127.4929
2026-07-0827.4020
2026-07-1527.5602
2026-07-2227.6472
2026-07-2927.4027
2026-08-0527.3410
2026-08-1227.5501
2026-08-1927.8343
2026-08-2627.9357
2026-09-0228.2081
2026-09-0928.2891
2026-09-1628.2597
2026-09-2328.0345

High

28.2891

Low

25.9410

Average

27.2515

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

FJD/PHP API questions

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

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

How far back does FJD/PHP historical data go?

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