FKP to CLP exchange rate API
Falkland Islands Pound to Chilean Peso · quoted 2026-09-26
1272.59
▲ +1.84% over 30D
1 FKP = 1272.59 CLP · 1 CLP = 0.000786 FKP · Get this rate via the API
1 FKP buys 1272.59 CLP as of 2026-09-26, so 1 CLP buys 0.000786 FKP. Over the last 30 days, FKP/CLP traded between 1249.54 and 1288.18, averaged 1268.98 and rose 1.84%. 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 30D: show the values
| Point | FKP/CLP |
|---|---|
| 2026-08-27 | 1249.54 |
| 2026-08-28 | 1259.12 |
| 2026-08-29 | 1260.46 |
| 2026-08-30 | 1260.74 |
| 2026-08-31 | 1261.77 |
| 2026-09-01 | 1265.39 |
| 2026-09-02 | 1263.97 |
| 2026-09-03 | 1265.59 |
| 2026-09-04 | 1261.83 |
| 2026-09-05 | 1263.16 |
| 2026-09-06 | 1263.03 |
| 2026-09-07 | 1259.42 |
| 2026-09-08 | 1264.85 |
| 2026-09-09 | 1253.00 |
| 2026-09-10 | 1256.79 |
| 2026-09-11 | 1270.21 |
| 2026-09-12 | 1274.85 |
| 2026-09-13 | 1274.94 |
| 2026-09-14 | 1268.82 |
| 2026-09-15 | 1288.18 |
| 2026-09-16 | 1286.51 |
| 2026-09-17 | 1279.76 |
| 2026-09-18 | 1281.75 |
| 2026-09-19 | 1284.93 |
| 2026-09-20 | 1285.27 |
| 2026-09-21 | 1284.86 |
| 2026-09-22 | 1268.50 |
| 2026-09-23 | 1261.10 |
| 2026-09-24 | 1274.86 |
| 2026-09-25 | 1272.59 |
High
1288.18
Low
1249.54
Average
1268.98
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FKP¤cies=CLP"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FKP¤cies=CLP");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FKP¤cies=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¤cies=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.