Skip to content

FKP to CAD exchange rate API

Falkland Islands Pound to Canadian Dollar · quoted 2026-09-26

1.8684

▲ +0.40% over 1Y

1 FKP = 1.8684 CAD · 1 CAD = 0.53521 FKP · Get this rate via the API

1 FKP buys 1.8684 CAD as of 2026-09-26, so 1 CAD buys 0.53521 FKP. Over the last year, FKP/CAD traded between 1.8157 and 1.8949, averaged 1.8606 and rose 0.40%. The API holds daily FKP/CAD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

FKP/CAD over 1Y

FKP/CAD over 1Y: show the values
PointFKP/CAD
2025-09-261.8609
2025-10-031.8769
2025-10-101.8650
2025-10-171.8859
2025-10-241.8688
2025-10-311.8456
2025-11-071.8518
2025-11-141.8436
2025-11-211.8431
2025-11-281.8545
2025-12-051.8583
2025-12-131.8421
2025-12-201.8454
2025-12-271.8450
2026-01-031.8479
2026-01-101.8643
2026-01-171.8569
2026-01-241.8701
2026-01-311.8636
2026-02-071.8623
2026-02-141.8597
2026-02-211.8449
2026-02-281.8403
2026-03-071.8201
2026-03-141.8157
2026-03-211.8313
2026-03-281.8556
2026-04-041.8398
2026-04-111.8608
2026-04-181.8652
2026-04-251.8460
2026-05-021.8465
2026-05-091.8604
2026-05-171.8325
2026-05-251.8613
2026-06-011.8609
2026-06-101.8644
2026-06-171.8818
2026-06-241.8781
2026-07-011.8823
2026-07-081.8949
2026-07-151.8870
2026-07-221.8855
2026-07-291.8754
2026-08-051.8901
2026-08-121.8804
2026-08-201.8737
2026-08-271.8837
2026-09-031.8612
2026-09-101.8729
2026-09-171.8722
2026-09-241.8684

High

1.8949

Low

1.8157

Average

1.8606

For developers

Get this rate via the API

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

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

Replace YOUR_API_KEY with the key from your dashboard.

FKP/CAD API questions

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

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

How far back does FKP/CAD historical data go?

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