FKP to CNY exchange rate API
Falkland Islands Pound to Yuan Renminbi · quoted 2026-09-25
8.8688
▼ +7.45% over 1Y
1 FKP = 8.8688 CNY · 1 CNY = 0.11275 FKP · Get this rate via the API
1 FKP buys 8.8688 CNY as of 2026-09-25, so 1 CNY buys 0.11275 FKP. Over the last year, FKP/CNY traded between 8.8688 and 9.5989, averaged 9.2454 and fell 7.45%. The API holds daily FKP/CNY rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
FKP/CNY over 1Y: show the values
| Point | FKP/CNY |
|---|---|
| 2025-09-25 | 9.5824 |
| 2025-10-02 | 9.5989 |
| 2025-10-09 | 9.5508 |
| 2025-10-16 | 9.5777 |
| 2025-10-23 | 9.5065 |
| 2025-10-30 | 9.3958 |
| 2025-11-06 | 9.3014 |
| 2025-11-13 | 9.3121 |
| 2025-11-20 | 9.2818 |
| 2025-11-27 | 9.3905 |
| 2025-12-04 | 9.4336 |
| 2025-12-12 | 9.4474 |
| 2025-12-19 | 9.4244 |
| 2025-12-26 | 9.4840 |
| 2026-01-02 | 9.4344 |
| 2026-01-09 | 9.3758 |
| 2026-01-16 | 9.3277 |
| 2026-01-23 | 9.3994 |
| 2026-01-30 | 9.5550 |
| 2026-02-06 | 9.4014 |
| 2026-02-13 | 9.4110 |
| 2026-02-20 | 9.2839 |
| 2026-02-27 | 9.2485 |
| 2026-03-06 | 9.2309 |
| 2026-03-13 | 9.2122 |
| 2026-03-20 | 9.2477 |
| 2026-03-27 | 9.2247 |
| 2026-04-03 | 9.1172 |
| 2026-04-10 | 9.1770 |
| 2026-04-17 | 9.2572 |
| 2026-04-24 | 9.2316 |
| 2026-05-01 | 9.2111 |
| 2026-05-08 | 9.2474 |
| 2026-05-16 | 9.0737 |
| 2026-05-24 | 9.1383 |
| 2026-05-31 | 9.1140 |
| 2026-06-09 | 9.0390 |
| 2026-06-16 | 9.0528 |
| 2026-06-23 | 8.9904 |
| 2026-06-30 | 8.9803 |
| 2026-07-07 | 9.0968 |
| 2026-07-14 | 9.0570 |
| 2026-07-21 | 9.0888 |
| 2026-07-28 | 9.0056 |
| 2026-08-04 | 9.0689 |
| 2026-08-11 | 9.1130 |
| 2026-08-18 | 9.1324 |
| 2026-08-26 | 9.1702 |
| 2026-09-02 | 9.0754 |
| 2026-09-09 | 9.0867 |
| 2026-09-16 | 9.0417 |
| 2026-09-23 | 8.9322 |
High
9.5989
Low
8.8688
Average
9.2454
Get this rate via the API
One GET request returns the FKP/CNY 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=CNY"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FKP¤cies=CNY");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FKP¤cies=CNY").json()Replace YOUR_API_KEY with the key from your dashboard.
FKP/CNY API questions
How do I get the FKP/CNY exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FKP¤cies=CNY, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest FKP/CNY rate in rates.CNY.
How far back does FKP/CNY historical data go?
Daily FKP/CNY 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/CNY 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.