PLN to XOF exchange rate API
Zloty to CFA Franc BCEAO · quoted 2026-09-27
150.0277
▼ +3.54% over YTD
1 PLN = 150.0277 XOF · 1 XOF = 0.006665 PLN · Get this rate via the API
1 PLN buys 150.0277 XOF as of 2026-09-27, so 1 XOF buys 0.006665 PLN. Over the year to date, PLN/XOF traded between 149.9061 and 156.0810, averaged 153.6088 and fell 3.54%. The API holds daily PLN/XOF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
PLN/XOF over YTD: show the values
| Point | PLN/XOF |
|---|---|
| 2025-12-31 | 155.5368 |
| 2026-01-07 | 155.5681 |
| 2026-01-14 | 155.5689 |
| 2026-01-21 | 155.5183 |
| 2026-01-28 | 156.0810 |
| 2026-02-04 | 155.3790 |
| 2026-02-11 | 155.5913 |
| 2026-02-18 | 155.7933 |
| 2026-02-25 | 155.2066 |
| 2026-03-04 | 154.4109 |
| 2026-03-11 | 153.9906 |
| 2026-03-18 | 153.3114 |
| 2026-03-25 | 153.6034 |
| 2026-04-01 | 153.5171 |
| 2026-04-08 | 154.5419 |
| 2026-04-15 | 154.5171 |
| 2026-04-22 | 154.4350 |
| 2026-04-29 | 154.4009 |
| 2026-05-06 | 155.1811 |
| 2026-05-13 | 154.2630 |
| 2026-05-20 | 154.0612 |
| 2026-05-27 | 154.8433 |
| 2026-06-03 | 154.8103 |
| 2026-06-10 | 154.2754 |
| 2026-06-17 | 154.7153 |
| 2026-06-24 | 152.7415 |
| 2026-07-01 | 152.5188 |
| 2026-07-08 | 152.0800 |
| 2026-07-15 | 151.1910 |
| 2026-07-22 | 151.4915 |
| 2026-07-29 | 151.2675 |
| 2026-08-05 | 152.4873 |
| 2026-08-12 | 152.5232 |
| 2026-08-19 | 151.4516 |
| 2026-08-26 | 152.8001 |
| 2026-09-02 | 151.5555 |
| 2026-09-09 | 152.2367 |
| 2026-09-16 | 150.9519 |
| 2026-09-23 | 149.9061 |
High
156.0810
Low
149.9061
Average
153.6088
Get this rate via the API
One GET request returns the PLN/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=PLN¤cies=XOF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PLN¤cies=XOF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PLN¤cies=XOF").json()Replace YOUR_API_KEY with the key from your dashboard.
PLN/XOF API questions
How do I get the PLN/XOF exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PLN¤cies=XOF, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest PLN/XOF rate in rates.XOF.
How far back does PLN/XOF historical data go?
Daily PLN/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 PLN/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.