Skip to content

FJD to PHP exchange rate API

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

27.9341

▲ +9.69% over 5Y

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 last 5 years, FJD/PHP traded between 24.4014 and 28.3326, averaged 26.0299 and rose 9.69%. 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 5Y

FJD/PHP over 5Y: show the values
PointFJD/PHP
2024-08-2425.4664
2024-10-0525.6031
2024-11-0425.9047
2024-12-0425.6100
2025-01-0324.7746
2025-02-0225.1977
2025-03-0424.6307
2025-04-0424.7127
2025-05-0424.4014
2025-06-0424.7324
2025-07-0425.1582
2025-08-0325.4760
2025-09-0225.5143
2025-10-0325.5710
2025-11-0225.6754
2025-12-0225.6448
2026-01-0125.9080
2026-01-3126.7247
2026-03-0226.2325
2026-04-0126.8759
2026-05-0128.0242
2026-05-3127.8443
2026-06-3027.2689
2026-07-3027.5582
2026-08-2928.3326

High

28.3326

Low

24.4014

Average

26.0299

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.