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: show the values
| Point | FJD/PHP |
|---|---|
| 2026-08-26 | 27.9357 |
| 2026-08-27 | 28.0336 |
| 2026-08-28 | 28.1956 |
| 2026-08-29 | 28.3326 |
| 2026-08-30 | 28.1983 |
| 2026-08-31 | 28.1957 |
| 2026-09-01 | 28.2072 |
| 2026-09-02 | 28.2081 |
| 2026-09-03 | 28.2233 |
| 2026-09-04 | 28.3518 |
| 2026-09-05 | 28.4674 |
| 2026-09-06 | 28.3278 |
| 2026-09-07 | 28.3638 |
| 2026-09-08 | 28.3153 |
| 2026-09-09 | 28.2891 |
| 2026-09-10 | 28.2832 |
| 2026-09-11 | 28.2424 |
| 2026-09-12 | 28.2796 |
| 2026-09-13 | 28.2656 |
| 2026-09-14 | 28.3808 |
| 2026-09-15 | 28.3163 |
| 2026-09-16 | 28.2597 |
| 2026-09-17 | 28.1077 |
| 2026-09-18 | 28.2144 |
| 2026-09-19 | 28.4005 |
| 2026-09-20 | 28.3859 |
| 2026-09-21 | 28.2030 |
| 2026-09-22 | 27.9746 |
| 2026-09-23 | 28.0345 |
| 2026-09-24 | 28.0209 |
| 2026-09-25 | 27.9756 |
High
28.4674
Low
27.9341
Average
28.2164
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD¤cies=PHP"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD¤cies=PHP");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD¤cies=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¤cies=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.