FKP to DZD exchange rate API
Falkland Islands Pound to Algerian Dinar · quoted 2026-09-25
176.6103
▲ +1.35% over 1Y
1 FKP = 176.6103 DZD · 1 DZD = 0.005662 FKP · Get this rate via the API
1 FKP buys 176.6103 DZD as of 2026-09-25, so 1 DZD buys 0.005662 FKP. Over the last year, FKP/DZD traded between 170.5887 and 181.5009, averaged 176.5130 and rose 1.35%. The API holds daily FKP/DZD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
FKP/DZD over 1Y: show the values
| Point | FKP/DZD |
|---|---|
| 2025-09-25 | 174.2594 |
| 2025-10-02 | 174.6969 |
| 2025-10-09 | 174.6130 |
| 2025-10-16 | 174.9876 |
| 2025-10-23 | 174.1317 |
| 2025-10-30 | 171.6407 |
| 2025-11-06 | 170.8962 |
| 2025-11-13 | 171.1449 |
| 2025-11-20 | 170.5887 |
| 2025-11-27 | 172.9407 |
| 2025-12-04 | 173.3830 |
| 2025-12-12 | 173.7643 |
| 2025-12-19 | 173.6150 |
| 2025-12-26 | 175.1071 |
| 2026-01-02 | 174.7141 |
| 2026-01-09 | 174.6042 |
| 2026-01-16 | 174.6303 |
| 2026-01-23 | 175.1254 |
| 2026-01-30 | 178.0272 |
| 2026-02-06 | 176.0172 |
| 2026-02-13 | 176.5739 |
| 2026-02-20 | 174.9269 |
| 2026-02-27 | 175.2541 |
| 2026-03-06 | 174.8623 |
| 2026-03-13 | 176.4979 |
| 2026-03-20 | 177.4543 |
| 2026-03-27 | 177.5609 |
| 2026-04-03 | 176.0140 |
| 2026-04-10 | 177.8480 |
| 2026-04-17 | 179.2766 |
| 2026-04-24 | 179.0407 |
| 2026-05-01 | 178.6318 |
| 2026-05-08 | 179.8305 |
| 2026-05-16 | 176.7935 |
| 2026-05-24 | 178.7775 |
| 2026-05-31 | 178.3199 |
| 2026-06-09 | 178.4811 |
| 2026-06-16 | 178.3525 |
| 2026-06-23 | 177.0086 |
| 2026-06-30 | 176.2843 |
| 2026-07-07 | 178.3479 |
| 2026-07-14 | 178.1418 |
| 2026-07-21 | 178.9051 |
| 2026-07-28 | 177.4531 |
| 2026-08-04 | 178.6078 |
| 2026-08-11 | 179.5172 |
| 2026-08-18 | 180.1560 |
| 2026-08-26 | 181.5009 |
| 2026-09-02 | 180.1919 |
| 2026-09-09 | 180.3651 |
| 2026-09-16 | 180.3116 |
| 2026-09-23 | 178.4011 |
High
181.5009
Low
170.5887
Average
176.5130
Get this rate via the API
One GET request returns the FKP/DZD 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=DZD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FKP¤cies=DZD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FKP¤cies=DZD").json()Replace YOUR_API_KEY with the key from your dashboard.
FKP/DZD API questions
How do I get the FKP/DZD exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FKP¤cies=DZD, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest FKP/DZD rate in rates.DZD.
How far back does FKP/DZD historical data go?
Daily FKP/DZD 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/DZD 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.