Skip to content

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

PLN/XOF over 30D: show the values
PointPLN/XOF
2026-08-28151.4707
2026-08-29151.0725
2026-08-30151.0621
2026-08-31151.4934
2026-09-01151.3205
2026-09-02151.5555
2026-09-03151.6624
2026-09-04152.0227
2026-09-05152.1313
2026-09-06152.0737
2026-09-07152.2103
2026-09-08151.8060
2026-09-09152.2367
2026-09-10151.6210
2026-09-11151.5249
2026-09-12151.7220
2026-09-13151.6637
2026-09-14151.0047
2026-09-15151.1284
2026-09-16150.9519
2026-09-17150.6183
2026-09-18150.0846
2026-09-19150.3489
2026-09-20150.2875
2026-09-21150.8863
2026-09-22150.9074
2026-09-23149.9061
2026-09-24149.5566
2026-09-25150.2746
2026-09-26150.0277

High

152.2367

Low

149.5566

Average

151.1181

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.