PLN to XOF exchange rate API
Zloty to CFA Franc BCEAO · quoted 2026-09-27
150.0277
▼ +2.41% over 1Y
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 year, PLN/XOF traded between 150.0277 and 156.1180, averaged 153.8793 and fell 2.41%. 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 1Y: show the values
| Point | PLN/XOF |
|---|---|
| 2025-09-27 | 153.7341 |
| 2025-10-04 | 154.2379 |
| 2025-10-11 | 154.0680 |
| 2025-10-18 | 154.5311 |
| 2025-10-25 | 154.7382 |
| 2025-11-01 | 154.1393 |
| 2025-11-08 | 154.6927 |
| 2025-11-15 | 155.2076 |
| 2025-11-22 | 154.6721 |
| 2025-11-29 | 154.8699 |
| 2025-12-06 | 155.0906 |
| 2025-12-13 | 155.2778 |
| 2025-12-20 | 155.8435 |
| 2025-12-27 | 155.5722 |
| 2026-01-03 | 155.7150 |
| 2026-01-10 | 155.6188 |
| 2026-01-17 | 155.5117 |
| 2026-01-24 | 156.1180 |
| 2026-01-31 | 155.7039 |
| 2026-02-07 | 155.5496 |
| 2026-02-14 | 155.8638 |
| 2026-02-21 | 155.4019 |
| 2026-02-28 | 155.4384 |
| 2026-03-07 | 153.5684 |
| 2026-03-14 | 153.0441 |
| 2026-03-21 | 153.1617 |
| 2026-03-28 | 152.5755 |
| 2026-04-04 | 153.3903 |
| 2026-04-11 | 154.4816 |
| 2026-04-18 | 154.8273 |
| 2026-04-25 | 154.5797 |
| 2026-05-02 | 154.6556 |
| 2026-05-09 | 155.0581 |
| 2026-05-16 | 154.5039 |
| 2026-05-23 | 154.6961 |
| 2026-05-30 | 155.0233 |
| 2026-06-06 | 154.5590 |
| 2026-06-13 | 154.5074 |
| 2026-06-20 | 153.9665 |
| 2026-06-27 | 152.9266 |
| 2026-07-04 | 152.8536 |
| 2026-07-11 | 151.8070 |
| 2026-07-18 | 151.1466 |
| 2026-07-25 | 151.9507 |
| 2026-08-01 | 152.2374 |
| 2026-08-08 | 152.6115 |
| 2026-08-15 | 152.2784 |
| 2026-08-22 | 152.1433 |
| 2026-08-29 | 151.0725 |
| 2026-09-05 | 152.1313 |
| 2026-09-12 | 151.7220 |
| 2026-09-19 | 150.3489 |
| 2026-09-26 | 150.0277 |
High
156.1180
Low
150.0277
Average
153.8793
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.