FKP to CNY exchange rate API
Falkland Islands Pound to Yuan Renminbi · quoted 2026-09-25
8.8688
▼ +5.89% over YTD
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 year to date, FKP/CNY traded between 8.8688 and 9.5839, averaged 9.1853 and fell 5.89%. 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 YTD: show the values
| Point | FKP/CNY |
|---|---|
| 2025-12-31 | 9.4242 |
| 2026-01-07 | 9.4461 |
| 2026-01-14 | 9.3635 |
| 2026-01-21 | 9.3662 |
| 2026-01-28 | 9.5839 |
| 2026-02-04 | 9.5133 |
| 2026-02-11 | 9.4556 |
| 2026-02-18 | 9.3661 |
| 2026-02-25 | 9.2821 |
| 2026-03-04 | 9.1963 |
| 2026-03-11 | 9.2273 |
| 2026-03-18 | 9.1996 |
| 2026-03-25 | 9.2484 |
| 2026-04-01 | 9.0995 |
| 2026-04-08 | 9.1507 |
| 2026-04-15 | 9.1795 |
| 2026-04-22 | 9.2404 |
| 2026-04-29 | 9.2599 |
| 2026-05-06 | 9.2185 |
| 2026-05-14 | 9.1789 |
| 2026-05-21 | 9.1340 |
| 2026-05-29 | 9.0910 |
| 2026-06-05 | 9.0849 |
| 2026-06-14 | 9.0753 |
| 2026-06-21 | 8.9675 |
| 2026-06-28 | 8.9818 |
| 2026-07-05 | 9.0624 |
| 2026-07-12 | 9.0904 |
| 2026-07-19 | 9.1248 |
| 2026-07-26 | 9.0325 |
| 2026-08-02 | 9.1101 |
| 2026-08-09 | 9.1105 |
| 2026-08-16 | 9.1331 |
| 2026-08-24 | 9.1717 |
| 2026-08-31 | 9.1016 |
| 2026-09-07 | 9.0661 |
| 2026-09-14 | 9.0597 |
| 2026-09-21 | 8.9605 |
High
9.5839
Low
8.8688
Average
9.1853
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.