Skip to content

FKP to CLP exchange rate API

Falkland Islands Pound to Chilean Peso · quoted 2026-09-25

1274.86

▼ +0.50% over 1Y

1 FKP = 1274.86 CLP · 1 CLP = 0.000784 FKP · Get this rate via the API

1 FKP buys 1274.86 CLP as of 2026-09-25, so 1 CLP buys 0.000784 FKP. Over the last year, FKP/CLP traded between 1162.83 and 1295.19, averaged 1226.06 and fell 0.50%. The API holds daily FKP/CLP rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

FKP/CLP over 1Y

FKP/CLP over 1Y: show the values
PointFKP/CLP
2025-09-251281.32
2025-10-021295.19
2025-10-091275.21
2025-10-161289.78
2025-10-231268.01
2025-10-301243.58
2025-11-061232.85
2025-11-131220.35
2025-11-201216.74
2025-11-271227.03
2025-12-041225.95
2025-12-121224.26
2025-12-191219.63
2025-12-261221.97
2026-01-021214.19
2026-01-091204.72
2026-01-161181.80
2026-01-231175.53
2026-01-301181.15
2026-02-061173.54
2026-02-131167.59
2026-02-201162.83
2026-02-271167.43
2026-03-061211.48
2026-03-131221.04
2026-03-201224.60
2026-03-271238.79
2026-04-031213.48
2026-04-101197.54
2026-04-171203.05
2026-04-241208.55
2026-05-011215.40
2026-05-081211.43
2026-05-161212.60
2026-05-241210.94
2026-05-311197.81
2026-06-091232.42
2026-06-161193.10
2026-06-231200.75
2026-06-301220.39
2026-07-071241.24
2026-07-141244.63
2026-07-211255.05
2026-07-281250.81
2026-08-041242.28
2026-08-111237.66
2026-08-181239.59
2026-08-261246.22
2026-09-021263.97
2026-09-091253.00
2026-09-161286.51
2026-09-231261.10

High

1295.19

Low

1162.83

Average

1226.06

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

FKP/CLP API questions

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

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

How far back does FKP/CLP historical data go?

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