Skip to content

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

PHP/XOF over 1Y: show the values
PointPHP/XOF
2025-09-259.4739
2025-10-029.4750
2025-10-099.7166
2025-10-169.6821
2025-10-239.6372
2025-10-309.5997
2025-11-069.6785
2025-11-139.5927
2025-11-209.6382
2025-11-279.6250
2025-12-049.5288
2025-12-119.4867
2025-12-189.5382
2025-12-259.4625
2026-01-019.4798
2026-01-089.5006
2026-01-159.4811
2026-01-229.4728
2026-01-299.2928
2026-02-059.4689
2026-02-129.5220
2026-02-199.5913
2026-02-269.6421
2026-03-059.6406
2026-03-129.5691
2026-03-199.4794
2026-03-269.4334
2026-04-029.3783
2026-04-099.3923
2026-04-169.2754
2026-04-239.2823
2026-04-309.1216
2026-05-079.2426
2026-05-149.1115
2026-05-219.1679
2026-05-289.1678
2026-06-049.1699
2026-06-119.2632
2026-06-189.4148
2026-06-259.4330
2026-07-029.3360
2026-07-099.3171
2026-07-169.2900
2026-07-239.3165
2026-07-309.2864
2026-08-069.3523
2026-08-139.2781
2026-08-209.0978
2026-08-279.0950
2026-09-039.0375
2026-09-109.0153
2026-09-179.1158
2026-09-249.1886

High

9.7166

Low

9.0153

Average

9.3897

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PHP&currencies=XOF"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PHP&currencies=XOF");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PHP&currencies=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&currencies=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.