FKP to ZAR exchange rate API
Falkland Islands Pound to Rand · quoted 2026-09-26
21.6054
▼ +7.20% over 1Y
1 FKP = 21.6054 ZAR · 1 ZAR = 0.04628 FKP · Get this rate via the API
1 FKP buys 21.6054 ZAR as of 2026-09-26, so 1 ZAR buys 0.04628 FKP. Over the last year, FKP/ZAR traded between 21.4855 and 23.3531, averaged 22.2369 and fell 7.20%. The API holds daily FKP/ZAR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
FKP/ZAR over 1Y: show the values
| Point | FKP/ZAR |
|---|---|
| 2025-09-26 | 23.2820 |
| 2025-10-03 | 23.1925 |
| 2025-10-10 | 22.8976 |
| 2025-10-17 | 23.3531 |
| 2025-10-24 | 23.0889 |
| 2025-10-31 | 22.8262 |
| 2025-11-07 | 22.7695 |
| 2025-11-14 | 22.5283 |
| 2025-11-21 | 22.7139 |
| 2025-11-28 | 22.6474 |
| 2025-12-05 | 22.5753 |
| 2025-12-13 | 22.5652 |
| 2025-12-20 | 22.4276 |
| 2025-12-27 | 22.4877 |
| 2026-01-03 | 22.1915 |
| 2026-01-10 | 22.0905 |
| 2026-01-17 | 21.8965 |
| 2026-01-24 | 22.0200 |
| 2026-01-31 | 22.0908 |
| 2026-02-07 | 21.8233 |
| 2026-02-14 | 21.7897 |
| 2026-02-21 | 21.6203 |
| 2026-02-28 | 21.4855 |
| 2026-03-07 | 22.2043 |
| 2026-03-14 | 22.4155 |
| 2026-03-21 | 22.8421 |
| 2026-03-28 | 22.8552 |
| 2026-04-04 | 22.3922 |
| 2026-04-11 | 22.0692 |
| 2026-04-18 | 22.0874 |
| 2026-04-25 | 22.3127 |
| 2026-05-02 | 22.6316 |
| 2026-05-09 | 22.2921 |
| 2026-05-17 | 22.2334 |
| 2026-05-25 | 22.0038 |
| 2026-06-01 | 21.8710 |
| 2026-06-10 | 22.2212 |
| 2026-06-17 | 21.7863 |
| 2026-06-24 | 21.9222 |
| 2026-07-01 | 21.7477 |
| 2026-07-08 | 21.8854 |
| 2026-07-15 | 21.9646 |
| 2026-07-22 | 22.0506 |
| 2026-07-29 | 22.2714 |
| 2026-08-05 | 21.9952 |
| 2026-08-12 | 21.7868 |
| 2026-08-20 | 22.0074 |
| 2026-08-27 | 21.7119 |
| 2026-09-03 | 21.6428 |
| 2026-09-10 | 21.8875 |
| 2026-09-17 | 21.7420 |
| 2026-09-24 | 21.7535 |
High
23.3531
Low
21.4855
Average
22.2369
Get this rate via the API
One GET request returns the FKP/ZAR 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=FKP¤cies=ZAR"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FKP¤cies=ZAR");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FKP¤cies=ZAR").json()Replace YOUR_API_KEY with the key from your dashboard.
FKP/ZAR API questions
How do I get the FKP/ZAR exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FKP¤cies=ZAR, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest FKP/ZAR rate in rates.ZAR.
How far back does FKP/ZAR historical data go?
Daily FKP/ZAR 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 FKP/ZAR 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.