Skip to content

PLN to XOF exchange rate API

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

150.0277

▼ +2.41% over 1Y

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 year, PLN/XOF traded between 150.0277 and 156.1180, averaged 153.8793 and fell 2.41%. 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 1Y

PLN/XOF over 1Y: show the values
PointPLN/XOF
2025-09-27153.7341
2025-10-04154.2379
2025-10-11154.0680
2025-10-18154.5311
2025-10-25154.7382
2025-11-01154.1393
2025-11-08154.6927
2025-11-15155.2076
2025-11-22154.6721
2025-11-29154.8699
2025-12-06155.0906
2025-12-13155.2778
2025-12-20155.8435
2025-12-27155.5722
2026-01-03155.7150
2026-01-10155.6188
2026-01-17155.5117
2026-01-24156.1180
2026-01-31155.7039
2026-02-07155.5496
2026-02-14155.8638
2026-02-21155.4019
2026-02-28155.4384
2026-03-07153.5684
2026-03-14153.0441
2026-03-21153.1617
2026-03-28152.5755
2026-04-04153.3903
2026-04-11154.4816
2026-04-18154.8273
2026-04-25154.5797
2026-05-02154.6556
2026-05-09155.0581
2026-05-16154.5039
2026-05-23154.6961
2026-05-30155.0233
2026-06-06154.5590
2026-06-13154.5074
2026-06-20153.9665
2026-06-27152.9266
2026-07-04152.8536
2026-07-11151.8070
2026-07-18151.1466
2026-07-25151.9507
2026-08-01152.2374
2026-08-08152.6115
2026-08-15152.2784
2026-08-22152.1433
2026-08-29151.0725
2026-09-05152.1313
2026-09-12151.7220
2026-09-19150.3489
2026-09-26150.0277

High

156.1180

Low

150.0277

Average

153.8793

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.