PLN to XOF exchange rate API
Zloty to CFA Franc BCEAO · quoted 2026-09-27
150.0277
▼ +1.86% over 6M
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 last 6 months, PLN/XOF traded between 150.0277 and 155.1468, averaged 152.9523 and fell 1.86%. 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 6M: show the values
| Point | PLN/XOF |
|---|---|
| 2026-03-31 | 152.8736 |
| 2026-04-07 | 153.3690 |
| 2026-04-14 | 154.7292 |
| 2026-04-21 | 155.1236 |
| 2026-04-28 | 154.0546 |
| 2026-05-05 | 154.1024 |
| 2026-05-12 | 154.2866 |
| 2026-05-19 | 154.5117 |
| 2026-05-26 | 155.0348 |
| 2026-06-02 | 155.0724 |
| 2026-06-09 | 155.1468 |
| 2026-06-16 | 154.5603 |
| 2026-06-23 | 152.9780 |
| 2026-06-30 | 152.5195 |
| 2026-07-07 | 152.8358 |
| 2026-07-14 | 151.1632 |
| 2026-07-21 | 151.5466 |
| 2026-07-28 | 151.5185 |
| 2026-08-04 | 152.2883 |
| 2026-08-11 | 152.6600 |
| 2026-08-18 | 151.8568 |
| 2026-08-25 | 152.2915 |
| 2026-09-01 | 151.3205 |
| 2026-09-08 | 151.8060 |
| 2026-09-15 | 151.1284 |
| 2026-09-22 | 150.9074 |
High
155.1468
Low
150.0277
Average
152.9523
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.