PLN to XOF exchange rate API
Zloty to CFA Franc BCEAO · quoted 2026-09-27
150.0277
▼ +0.95% over 30D
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 30 days, PLN/XOF traded between 149.5566 and 152.2367, averaged 151.1181 and fell 0.95%. 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 30D: show the values
| Point | PLN/XOF |
|---|---|
| 2026-08-28 | 151.4707 |
| 2026-08-29 | 151.0725 |
| 2026-08-30 | 151.0621 |
| 2026-08-31 | 151.4934 |
| 2026-09-01 | 151.3205 |
| 2026-09-02 | 151.5555 |
| 2026-09-03 | 151.6624 |
| 2026-09-04 | 152.0227 |
| 2026-09-05 | 152.1313 |
| 2026-09-06 | 152.0737 |
| 2026-09-07 | 152.2103 |
| 2026-09-08 | 151.8060 |
| 2026-09-09 | 152.2367 |
| 2026-09-10 | 151.6210 |
| 2026-09-11 | 151.5249 |
| 2026-09-12 | 151.7220 |
| 2026-09-13 | 151.6637 |
| 2026-09-14 | 151.0047 |
| 2026-09-15 | 151.1284 |
| 2026-09-16 | 150.9519 |
| 2026-09-17 | 150.6183 |
| 2026-09-18 | 150.0846 |
| 2026-09-19 | 150.3489 |
| 2026-09-20 | 150.2875 |
| 2026-09-21 | 150.8863 |
| 2026-09-22 | 150.9074 |
| 2026-09-23 | 149.9061 |
| 2026-09-24 | 149.5566 |
| 2026-09-25 | 150.2746 |
| 2026-09-26 | 150.0277 |
High
152.2367
Low
149.5566
Average
151.1181
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.