Skip to content

FJD to PHP exchange rate API

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

27.9341

▼ +0.01% over 30D

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 30 days, FJD/PHP traded between 27.9341 and 28.4674, averaged 28.2164 and fell 0.01%. 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 30D

FJD/PHP over 30D: show the values
PointFJD/PHP
2026-08-2627.9357
2026-08-2728.0336
2026-08-2828.1956
2026-08-2928.3326
2026-08-3028.1983
2026-08-3128.1957
2026-09-0128.2072
2026-09-0228.2081
2026-09-0328.2233
2026-09-0428.3518
2026-09-0528.4674
2026-09-0628.3278
2026-09-0728.3638
2026-09-0828.3153
2026-09-0928.2891
2026-09-1028.2832
2026-09-1128.2424
2026-09-1228.2796
2026-09-1328.2656
2026-09-1428.3808
2026-09-1528.3163
2026-09-1628.2597
2026-09-1728.1077
2026-09-1828.2144
2026-09-1928.4005
2026-09-2028.3859
2026-09-2128.2030
2026-09-2227.9746
2026-09-2328.0345
2026-09-2428.0209
2026-09-2527.9756

High

28.4674

Low

27.9341

Average

28.2164

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.