Skip to content

AED to FKP exchange rate API

UAE Dirham to Falkland Islands Pound · quoted 2026-09-24

0.20572

▲ +2.10% over 1Y

1 AED = 0.20572 FKP · 1 FKP = 4.8610 AED · Get this rate via the API

1 AED buys 0.20572 FKP as of 2026-09-24, so 1 FKP buys 4.8610 AED. Over the last year, AED/FKP traded between 0.19716 and 0.20907, averaged 0.20300 and rose 2.10%. The API holds daily AED/FKP rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

AED/FKP over 1Y

AED/FKP over 1Y: show the values
PointAED/FKP
2025-09-240.20149
2025-10-010.20254
2025-10-080.20317
2025-10-150.20412
2025-10-220.20362
2025-10-290.20525
2025-11-050.20907
2025-11-120.20720
2025-11-190.20729
2025-11-260.20655
2025-12-030.20584
2025-12-110.20372
2025-12-180.20370
2025-12-250.20148
2026-01-010.20206
2026-01-080.20236
2026-01-150.20268
2026-01-220.20270
2026-01-290.19716
2026-02-050.19962
2026-02-120.19926
2026-02-190.20172
2026-02-260.20075
2026-03-050.20377
2026-03-120.20365
2026-03-190.20478
2026-03-260.20388
2026-04-020.20554
2026-04-090.20258
2026-04-160.20073
2026-04-230.20161
2026-04-300.20150
2026-05-070.20055
2026-05-150.20139
2026-05-230.20273
2026-05-300.20234
2026-06-060.20411
2026-06-150.20239
2026-06-220.20611
2026-06-290.20625
2026-07-060.20405
2026-07-130.20353
2026-07-200.20228
2026-07-270.20393
2026-08-030.20215
2026-08-100.20185
2026-08-170.20092
2026-08-250.19966
2026-09-010.20109
2026-09-080.20110
2026-09-150.20191
2026-09-220.20344

High

0.20907

Low

0.19716

Average

0.20300

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

AED/FKP API questions

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

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

How far back does AED/FKP historical data go?

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