Skip to content

FJD to PHP exchange rate API

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

27.9341

▲ +8.37% over 1Y

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 year, FJD/PHP traded between 25.4069 and 28.2832, averaged 26.8583 and rose 8.37%. 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 1Y

FJD/PHP over 1Y: show the values
PointFJD/PHP
2025-09-2525.7778
2025-10-0225.6529
2025-10-0925.5956
2025-10-1625.4069
2025-10-2325.5499
2025-10-3025.8482
2025-11-0625.6420
2025-11-1325.7168
2025-11-2025.6373
2025-11-2725.6553
2025-12-0425.8997
2025-12-1125.9261
2025-12-1825.6790
2025-12-2525.8959
2026-01-0125.9080
2026-01-0826.0466
2026-01-1526.1351
2026-01-2226.1417
2026-01-2926.6389
2026-02-0526.4640
2026-02-1226.3674
2026-02-1926.2936
2026-02-2626.1632
2026-03-0526.4936
2026-03-1226.9079
2026-03-1927.1930
2026-03-2627.0658
2026-04-0227.0397
2026-04-0926.8358
2026-04-1627.1512
2026-04-2327.3648
2026-04-3027.8969
2026-05-0727.4952
2026-05-1428.0638
2026-05-2127.8909
2026-05-2827.9875
2026-06-0427.9437
2026-06-1127.5011
2026-06-1827.1876
2026-06-2527.2664
2026-07-0227.4391
2026-07-0927.4551
2026-07-1627.5909
2026-07-2327.6158
2026-07-3027.5582
2026-08-0627.3115
2026-08-1327.5612
2026-08-2027.8882
2026-08-2728.0336
2026-09-0328.2233
2026-09-1028.2832
2026-09-1728.1077
2026-09-2428.0209

High

28.2832

Low

25.4069

Average

26.8583

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.