PHP to XOF exchange rate API
Philippine Peso to CFA Franc BCEAO · quoted 2026-09-25
9.1870
▼ +3.03% over 1Y
1 PHP = 9.1870 XOF · 1 XOF = 0.10885 PHP · Get this rate via the API
1 PHP buys 9.1870 XOF as of 2026-09-25, so 1 XOF buys 0.10885 PHP. Over the last year, PHP/XOF traded between 9.0153 and 9.7166, averaged 9.3897 and fell 3.03%. The API holds daily PHP/XOF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
PHP/XOF over 1Y: show the values
| Point | PHP/XOF |
|---|---|
| 2025-09-25 | 9.4739 |
| 2025-10-02 | 9.4750 |
| 2025-10-09 | 9.7166 |
| 2025-10-16 | 9.6821 |
| 2025-10-23 | 9.6372 |
| 2025-10-30 | 9.5997 |
| 2025-11-06 | 9.6785 |
| 2025-11-13 | 9.5927 |
| 2025-11-20 | 9.6382 |
| 2025-11-27 | 9.6250 |
| 2025-12-04 | 9.5288 |
| 2025-12-11 | 9.4867 |
| 2025-12-18 | 9.5382 |
| 2025-12-25 | 9.4625 |
| 2026-01-01 | 9.4798 |
| 2026-01-08 | 9.5006 |
| 2026-01-15 | 9.4811 |
| 2026-01-22 | 9.4728 |
| 2026-01-29 | 9.2928 |
| 2026-02-05 | 9.4689 |
| 2026-02-12 | 9.5220 |
| 2026-02-19 | 9.5913 |
| 2026-02-26 | 9.6421 |
| 2026-03-05 | 9.6406 |
| 2026-03-12 | 9.5691 |
| 2026-03-19 | 9.4794 |
| 2026-03-26 | 9.4334 |
| 2026-04-02 | 9.3783 |
| 2026-04-09 | 9.3923 |
| 2026-04-16 | 9.2754 |
| 2026-04-23 | 9.2823 |
| 2026-04-30 | 9.1216 |
| 2026-05-07 | 9.2426 |
| 2026-05-14 | 9.1115 |
| 2026-05-21 | 9.1679 |
| 2026-05-28 | 9.1678 |
| 2026-06-04 | 9.1699 |
| 2026-06-11 | 9.2632 |
| 2026-06-18 | 9.4148 |
| 2026-06-25 | 9.4330 |
| 2026-07-02 | 9.3360 |
| 2026-07-09 | 9.3171 |
| 2026-07-16 | 9.2900 |
| 2026-07-23 | 9.3165 |
| 2026-07-30 | 9.2864 |
| 2026-08-06 | 9.3523 |
| 2026-08-13 | 9.2781 |
| 2026-08-20 | 9.0978 |
| 2026-08-27 | 9.0950 |
| 2026-09-03 | 9.0375 |
| 2026-09-10 | 9.0153 |
| 2026-09-17 | 9.1158 |
| 2026-09-24 | 9.1886 |
High
9.7166
Low
9.0153
Average
9.3897
Get this rate via the API
One GET request returns the PHP/XOF 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=PHP¤cies=XOF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PHP¤cies=XOF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PHP¤cies=XOF").json()Replace YOUR_API_KEY with the key from your dashboard.
PHP/XOF API questions
How do I get the PHP/XOF exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PHP¤cies=XOF, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest PHP/XOF rate in rates.XOF.
How far back does PHP/XOF historical data go?
Daily PHP/XOF 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 PHP/XOF 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.