Skip to content

PKR to XOF exchange rate API

Pakistan Rupee to CFA Franc BCEAO · quoted 2026-09-27

2.0773

▲ +4.22% over YTD

1 PKR = 2.0773 XOF · 1 XOF = 0.48141 PKR · Get this rate via the API

1 PKR buys 2.0773 XOF as of 2026-09-27, so 1 XOF buys 0.48141 PKR. Over the year to date, PKR/XOF traded between 1.9538 and 2.0773, averaged 2.0109 and rose 4.22%. The API holds daily PKR/XOF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

PKR/XOF over YTD

PKR/XOF over YTD: show the values
PointPKR/XOF
2025-12-311.9932
2026-01-071.9991
2026-01-142.0082
2026-01-211.9974
2026-01-281.9538
2026-02-041.9808
2026-02-111.9671
2026-02-181.9774
2026-02-251.9828
2026-03-042.0104
2026-03-112.0144
2026-03-182.0287
2026-03-252.0126
2026-04-012.0127
2026-04-081.9961
2026-04-151.9781
2026-04-221.9875
2026-04-291.9943
2026-05-061.9860
2026-05-131.9897
2026-05-202.0097
2026-05-272.0045
2026-06-032.0091
2026-06-102.0200
2026-06-172.0142
2026-06-242.0538
2026-07-012.0470
2026-07-082.0437
2026-07-152.0391
2026-07-222.0448
2026-07-292.0469
2026-08-052.0226
2026-08-122.0237
2026-08-192.0073
2026-08-262.0019
2026-09-022.0173
2026-09-092.0084
2026-09-162.0262
2026-09-232.0480

High

2.0773

Low

1.9538

Average

2.0109

For developers

Get this rate via the API

One GET request returns the PKR/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=PKR&currencies=XOF"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PKR&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=PKR&currencies=XOF").json()

Replace YOUR_API_KEY with the key from your dashboard.

PKR/XOF API questions

How do I get the PKR/XOF exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PKR&currencies=XOF, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest PKR/XOF rate in rates.XOF.

How far back does PKR/XOF historical data go?

Daily PKR/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 PKR/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.