PHP to XOF exchange rate API
Philippine Peso to CFA Franc BCEAO · quoted 2026-09-25
9.1870
▲ +0.71% over 30D
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 30 days, PHP/XOF traded between 9.0006 and 9.2234, averaged 9.0750 and rose 0.71%. 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 30D: show the values
| Point | PHP/XOF |
|---|---|
| 2026-08-26 | 9.1221 |
| 2026-08-27 | 9.0950 |
| 2026-08-28 | 9.0623 |
| 2026-08-29 | 9.0913 |
| 2026-08-30 | 9.0786 |
| 2026-08-31 | 9.0618 |
| 2026-09-01 | 9.0583 |
| 2026-09-02 | 9.0548 |
| 2026-09-03 | 9.0375 |
| 2026-09-04 | 9.0088 |
| 2026-09-05 | 9.0055 |
| 2026-09-06 | 9.0006 |
| 2026-09-07 | 9.0119 |
| 2026-09-08 | 9.0289 |
| 2026-09-09 | 9.0221 |
| 2026-09-10 | 9.0153 |
| 2026-09-11 | 9.0268 |
| 2026-09-12 | 9.0373 |
| 2026-09-13 | 9.0059 |
| 2026-09-14 | 9.0284 |
| 2026-09-15 | 9.0510 |
| 2026-09-16 | 9.0677 |
| 2026-09-17 | 9.1158 |
| 2026-09-18 | 9.0993 |
| 2026-09-19 | 9.0752 |
| 2026-09-20 | 9.0780 |
| 2026-09-21 | 9.1032 |
| 2026-09-22 | 9.1638 |
| 2026-09-23 | 9.1923 |
| 2026-09-24 | 9.1886 |
| 2026-09-25 | 9.2234 |
High
9.2234
Low
9.0006
Average
9.0750
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.