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: show the values
| Point | FJD/PHP |
|---|---|
| 2025-09-25 | 25.7778 |
| 2025-10-02 | 25.6529 |
| 2025-10-09 | 25.5956 |
| 2025-10-16 | 25.4069 |
| 2025-10-23 | 25.5499 |
| 2025-10-30 | 25.8482 |
| 2025-11-06 | 25.6420 |
| 2025-11-13 | 25.7168 |
| 2025-11-20 | 25.6373 |
| 2025-11-27 | 25.6553 |
| 2025-12-04 | 25.8997 |
| 2025-12-11 | 25.9261 |
| 2025-12-18 | 25.6790 |
| 2025-12-25 | 25.8959 |
| 2026-01-01 | 25.9080 |
| 2026-01-08 | 26.0466 |
| 2026-01-15 | 26.1351 |
| 2026-01-22 | 26.1417 |
| 2026-01-29 | 26.6389 |
| 2026-02-05 | 26.4640 |
| 2026-02-12 | 26.3674 |
| 2026-02-19 | 26.2936 |
| 2026-02-26 | 26.1632 |
| 2026-03-05 | 26.4936 |
| 2026-03-12 | 26.9079 |
| 2026-03-19 | 27.1930 |
| 2026-03-26 | 27.0658 |
| 2026-04-02 | 27.0397 |
| 2026-04-09 | 26.8358 |
| 2026-04-16 | 27.1512 |
| 2026-04-23 | 27.3648 |
| 2026-04-30 | 27.8969 |
| 2026-05-07 | 27.4952 |
| 2026-05-14 | 28.0638 |
| 2026-05-21 | 27.8909 |
| 2026-05-28 | 27.9875 |
| 2026-06-04 | 27.9437 |
| 2026-06-11 | 27.5011 |
| 2026-06-18 | 27.1876 |
| 2026-06-25 | 27.2664 |
| 2026-07-02 | 27.4391 |
| 2026-07-09 | 27.4551 |
| 2026-07-16 | 27.5909 |
| 2026-07-23 | 27.6158 |
| 2026-07-30 | 27.5582 |
| 2026-08-06 | 27.3115 |
| 2026-08-13 | 27.5612 |
| 2026-08-20 | 27.8882 |
| 2026-08-27 | 28.0336 |
| 2026-09-03 | 28.2233 |
| 2026-09-10 | 28.2832 |
| 2026-09-17 | 28.1077 |
| 2026-09-24 | 28.0209 |
High
28.2832
Low
25.4069
Average
26.8583
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.