Skip to content

PLN to XOF exchange rate API

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

150.0277

▼ +3.54% over YTD

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 year to date, PLN/XOF traded between 149.9061 and 156.0810, averaged 153.6088 and fell 3.54%. 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 YTD

PLN/XOF over YTD: show the values
PointPLN/XOF
2025-12-31155.5368
2026-01-07155.5681
2026-01-14155.5689
2026-01-21155.5183
2026-01-28156.0810
2026-02-04155.3790
2026-02-11155.5913
2026-02-18155.7933
2026-02-25155.2066
2026-03-04154.4109
2026-03-11153.9906
2026-03-18153.3114
2026-03-25153.6034
2026-04-01153.5171
2026-04-08154.5419
2026-04-15154.5171
2026-04-22154.4350
2026-04-29154.4009
2026-05-06155.1811
2026-05-13154.2630
2026-05-20154.0612
2026-05-27154.8433
2026-06-03154.8103
2026-06-10154.2754
2026-06-17154.7153
2026-06-24152.7415
2026-07-01152.5188
2026-07-08152.0800
2026-07-15151.1910
2026-07-22151.4915
2026-07-29151.2675
2026-08-05152.4873
2026-08-12152.5232
2026-08-19151.4516
2026-08-26152.8001
2026-09-02151.5555
2026-09-09152.2367
2026-09-16150.9519
2026-09-23149.9061

High

156.0810

Low

149.9061

Average

153.6088

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.