FJD to PHP exchange rate API
Fiji Dollar to Philippine Peso · quoted 2026-09-25
27.9341
▲ +7.68% over YTD
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 year to date, FJD/PHP traded between 25.9410 and 28.2891, averaged 27.2515 and rose 7.68%. 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 YTD: show the values
| Point | FJD/PHP |
|---|---|
| 2025-12-31 | 25.9410 |
| 2026-01-07 | 26.1265 |
| 2026-01-14 | 26.0875 |
| 2026-01-21 | 26.1304 |
| 2026-01-28 | 26.4905 |
| 2026-02-04 | 26.6503 |
| 2026-02-11 | 26.5772 |
| 2026-02-18 | 26.2348 |
| 2026-02-25 | 26.0935 |
| 2026-03-04 | 26.4258 |
| 2026-03-11 | 26.8456 |
| 2026-03-18 | 27.1038 |
| 2026-03-25 | 26.9132 |
| 2026-04-01 | 26.8759 |
| 2026-04-08 | 26.5320 |
| 2026-04-15 | 27.1929 |
| 2026-04-22 | 27.2671 |
| 2026-04-29 | 27.9247 |
| 2026-05-06 | 27.6384 |
| 2026-05-13 | 27.9575 |
| 2026-05-20 | 27.9453 |
| 2026-05-27 | 27.9218 |
| 2026-06-03 | 28.0229 |
| 2026-06-10 | 27.6751 |
| 2026-06-17 | 27.2093 |
| 2026-06-24 | 27.3871 |
| 2026-07-01 | 27.4929 |
| 2026-07-08 | 27.4020 |
| 2026-07-15 | 27.5602 |
| 2026-07-22 | 27.6472 |
| 2026-07-29 | 27.4027 |
| 2026-08-05 | 27.3410 |
| 2026-08-12 | 27.5501 |
| 2026-08-19 | 27.8343 |
| 2026-08-26 | 27.9357 |
| 2026-09-02 | 28.2081 |
| 2026-09-09 | 28.2891 |
| 2026-09-16 | 28.2597 |
| 2026-09-23 | 28.0345 |
High
28.2891
Low
25.9410
Average
27.2515
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.