Skip to content

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

PLN/XOF over 6M: show the values
PointPLN/XOF
2026-03-31152.8736
2026-04-07153.3690
2026-04-14154.7292
2026-04-21155.1236
2026-04-28154.0546
2026-05-05154.1024
2026-05-12154.2866
2026-05-19154.5117
2026-05-26155.0348
2026-06-02155.0724
2026-06-09155.1468
2026-06-16154.5603
2026-06-23152.9780
2026-06-30152.5195
2026-07-07152.8358
2026-07-14151.1632
2026-07-21151.5466
2026-07-28151.5185
2026-08-04152.2883
2026-08-11152.6600
2026-08-18151.8568
2026-08-25152.2915
2026-09-01151.3205
2026-09-08151.8060
2026-09-15151.1284
2026-09-22150.9074

High

155.1468

Low

150.0277

Average

152.9523

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.