Skip to content

PLN to XOF exchange rate API

Zloty to CFA Franc BCEAO · quoted 2026-09-27

150.0277

▼ +2.33% over 5Y

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 5 years, PLN/XOF traded between 148.6695 and 156.1180, averaged 153.0253 and fell 2.33%. 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 5Y

PLN/XOF over 5Y: show the values
PointPLN/XOF
2024-08-24153.6095
2024-10-01151.8983
2024-10-31148.6695
2024-11-30152.4907
2024-12-30151.9367
2025-01-29153.8721
2025-02-28155.6904
2025-03-30155.2868
2025-04-29150.7402
2025-05-29150.9957
2025-06-28154.7936
2025-07-28152.0474
2025-08-27151.2233
2025-09-26150.8790
2025-10-26154.4935
2025-11-25155.4598
2025-12-25155.6074
2026-01-24156.1180
2026-02-23155.2276
2026-03-25153.6034
2026-04-24154.8597
2026-05-24154.6330
2026-06-23152.9780
2026-07-23151.5121
2026-08-22152.1433
2026-09-21150.8863

High

156.1180

Low

148.6695

Average

153.0253

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PLN&currencies=XOF"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PLN&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=PLN&currencies=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&currencies=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.