FKP to SAR exchange rate API
Falkland Islands Pound to Saudi Riyal · quoted 2026-09-27
4.9674
▼ +1.06% over 1Y
1 FKP = 4.9674 SAR · 1 SAR = 0.20131 FKP · Get this rate via the API
1 FKP buys 4.9674 SAR as of 2026-09-27, so 1 SAR buys 0.20131 FKP. Over the last year, FKP/SAR traded between 4.9069 and 5.1429, averaged 5.0319 and fell 1.06%. The API holds daily FKP/SAR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
FKP/SAR over 1Y: show the values
| Point | FKP/SAR |
|---|---|
| 2025-09-27 | 5.0206 |
| 2025-10-04 | 5.0554 |
| 2025-10-11 | 5.0063 |
| 2025-10-18 | 5.0343 |
| 2025-10-25 | 4.9923 |
| 2025-11-01 | 4.9331 |
| 2025-11-08 | 4.9365 |
| 2025-11-15 | 4.9413 |
| 2025-11-22 | 4.9069 |
| 2025-11-29 | 4.9646 |
| 2025-12-06 | 4.9988 |
| 2025-12-14 | 5.0314 |
| 2025-12-21 | 5.0273 |
| 2025-12-28 | 5.0698 |
| 2026-01-04 | 5.0587 |
| 2026-01-11 | 5.0355 |
| 2026-01-18 | 5.0270 |
| 2026-01-25 | 5.1217 |
| 2026-02-01 | 5.1429 |
| 2026-02-08 | 5.1116 |
| 2026-02-15 | 5.1278 |
| 2026-02-22 | 5.0670 |
| 2026-03-01 | 5.0663 |
| 2026-03-08 | 5.0421 |
| 2026-03-15 | 4.9724 |
| 2026-03-22 | 5.0152 |
| 2026-03-29 | 4.9859 |
| 2026-04-05 | 4.9627 |
| 2026-04-12 | 5.0573 |
| 2026-04-19 | 5.0911 |
| 2026-04-26 | 5.0773 |
| 2026-05-03 | 5.1162 |
| 2026-05-10 | 5.1331 |
| 2026-05-18 | 5.0492 |
| 2026-05-26 | 5.0574 |
| 2026-06-02 | 5.0484 |
| 2026-06-11 | 5.0180 |
| 2026-06-18 | 4.9931 |
| 2026-06-25 | 4.9529 |
| 2026-07-02 | 4.9770 |
| 2026-07-09 | 5.0241 |
| 2026-07-16 | 5.0754 |
| 2026-07-23 | 5.0209 |
| 2026-07-30 | 5.0068 |
| 2026-08-06 | 5.0496 |
| 2026-08-13 | 5.0588 |
| 2026-08-21 | 5.1173 |
| 2026-08-28 | 5.0962 |
| 2026-09-04 | 5.0738 |
| 2026-09-11 | 5.0623 |
| 2026-09-18 | 4.9558 |
| 2026-09-25 | 4.9543 |
High
5.1429
Low
4.9069
Average
5.0319
Get this rate via the API
One GET request returns the FKP/SAR 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=SAR"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FKP¤cies=SAR");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FKP¤cies=SAR").json()Replace YOUR_API_KEY with the key from your dashboard.
FKP/SAR API questions
How do I get the FKP/SAR exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FKP¤cies=SAR, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest FKP/SAR rate in rates.SAR.
How far back does FKP/SAR historical data go?
Daily FKP/SAR 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/SAR 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.