Skip to content

FJD to PHP exchange rate API

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

27.9341

▲ +3.76% over 6M

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 6 months, FJD/PHP traded between 26.9015 and 28.3859, averaged 27.5818 and rose 3.76%. 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 6M

FJD/PHP over 6M: show the values
PointFJD/PHP
2026-03-2926.9206
2026-04-0526.9015
2026-04-1226.9556
2026-04-1926.9465
2026-04-2627.4443
2026-05-0327.8791
2026-05-1027.5854
2026-05-1727.9059
2026-05-2427.8400
2026-05-3127.8443
2026-06-0727.4988
2026-06-1427.2423
2026-06-2127.1143
2026-06-2827.1085
2026-07-0527.2599
2026-07-1227.3721
2026-07-1927.4756
2026-07-2627.5599
2026-08-0227.6459
2026-08-0927.4430
2026-08-1627.6826
2026-08-2327.9710
2026-08-3028.1983
2026-09-0628.3278
2026-09-1328.2656
2026-09-2028.3859

High

28.3859

Low

26.9015

Average

27.5818

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.