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: show the values
| Point | PKR/XOF |
|---|---|
| 2025-12-31 | 1.9932 |
| 2026-01-07 | 1.9991 |
| 2026-01-14 | 2.0082 |
| 2026-01-21 | 1.9974 |
| 2026-01-28 | 1.9538 |
| 2026-02-04 | 1.9808 |
| 2026-02-11 | 1.9671 |
| 2026-02-18 | 1.9774 |
| 2026-02-25 | 1.9828 |
| 2026-03-04 | 2.0104 |
| 2026-03-11 | 2.0144 |
| 2026-03-18 | 2.0287 |
| 2026-03-25 | 2.0126 |
| 2026-04-01 | 2.0127 |
| 2026-04-08 | 1.9961 |
| 2026-04-15 | 1.9781 |
| 2026-04-22 | 1.9875 |
| 2026-04-29 | 1.9943 |
| 2026-05-06 | 1.9860 |
| 2026-05-13 | 1.9897 |
| 2026-05-20 | 2.0097 |
| 2026-05-27 | 2.0045 |
| 2026-06-03 | 2.0091 |
| 2026-06-10 | 2.0200 |
| 2026-06-17 | 2.0142 |
| 2026-06-24 | 2.0538 |
| 2026-07-01 | 2.0470 |
| 2026-07-08 | 2.0437 |
| 2026-07-15 | 2.0391 |
| 2026-07-22 | 2.0448 |
| 2026-07-29 | 2.0469 |
| 2026-08-05 | 2.0226 |
| 2026-08-12 | 2.0237 |
| 2026-08-19 | 2.0073 |
| 2026-08-26 | 2.0019 |
| 2026-09-02 | 2.0173 |
| 2026-09-09 | 2.0084 |
| 2026-09-16 | 2.0262 |
| 2026-09-23 | 2.0480 |
High
2.0773
Low
1.9538
Average
2.0109
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PKR¤cies=XOF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PKR¤cies=XOF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PKR¤cies=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¤cies=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.