Skip to content

QAR to FKP exchange rate API

Qatari Rial to Falkland Islands Pound · quoted 2026-09-27

0.20740

▲ +1.07% over 1Y

1 QAR = 0.20740 FKP · 1 FKP = 4.8217 QAR · Get this rate via the API

1 QAR buys 0.20740 FKP as of 2026-09-27, so 1 FKP buys 4.8217 QAR. Over the last year, QAR/FKP traded between 0.20067 and 0.20995, averaged 0.20490 and rose 1.07%. The API holds daily QAR/FKP rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

QAR/FKP over 1Y

QAR/FKP over 1Y: show the values
PointQAR/FKP
2025-09-270.20520
2025-10-040.20378
2025-10-110.20578
2025-10-180.20464
2025-10-250.20636
2025-11-010.20884
2025-11-080.20869
2025-11-150.20849
2025-11-220.20995
2025-11-290.20751
2025-12-060.20609
2025-12-140.20518
2025-12-210.20529
2025-12-280.20357
2026-01-040.20405
2026-01-110.20493
2026-01-180.20532
2026-01-250.20139
2026-02-010.20067
2026-02-080.20181
2026-02-150.20125
2026-02-220.20370
2026-03-010.20373
2026-03-080.20483
2026-03-150.20751
2026-03-220.20594
2026-03-290.20711
2026-04-050.20812
2026-04-120.20411
2026-04-190.20202
2026-04-260.20331
2026-05-030.20152
2026-05-100.20133
2026-05-180.20544
2026-05-260.20371
2026-06-020.20407
2026-06-110.20531
2026-06-180.20633
2026-06-250.20841
2026-07-020.20692
2026-07-090.20506
2026-07-160.20298
2026-07-230.20519
2026-07-300.20576
2026-08-060.20402
2026-08-130.20365
2026-08-210.20132
2026-08-280.20215
2026-09-040.20305
2026-09-110.20351
2026-09-180.20559
2026-09-250.20794

High

0.20995

Low

0.20067

Average

0.20490

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=QAR&currencies=FKP").json()

Replace YOUR_API_KEY with the key from your dashboard.

QAR/FKP API questions

How do I get the QAR/FKP exchange rate from an API?

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

How far back does QAR/FKP historical data go?

Daily QAR/FKP 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 QAR/FKP 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.