FKP to CNY exchange rate API
Falkland Islands Pound to Yuan Renminbi · quoted 2026-09-25
8.8688
▼ +3.29% over 30D
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 30 days, FKP/CNY traded between 8.8688 and 9.1702, averaged 9.0397 and fell 3.29%. 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 30D: show the values
| Point | FKP/CNY |
|---|---|
| 2026-08-26 | 9.1702 |
| 2026-08-27 | 9.1275 |
| 2026-08-28 | 9.1336 |
| 2026-08-29 | 9.1059 |
| 2026-08-30 | 9.1149 |
| 2026-08-31 | 9.1016 |
| 2026-09-01 | 9.1011 |
| 2026-09-02 | 9.0754 |
| 2026-09-03 | 9.0676 |
| 2026-09-04 | 9.0800 |
| 2026-09-05 | 9.0740 |
| 2026-09-06 | 9.0781 |
| 2026-09-07 | 9.0661 |
| 2026-09-08 | 9.0848 |
| 2026-09-09 | 9.0867 |
| 2026-09-10 | 9.0907 |
| 2026-09-11 | 9.0558 |
| 2026-09-12 | 9.0727 |
| 2026-09-13 | 9.0836 |
| 2026-09-14 | 9.0597 |
| 2026-09-15 | 9.0501 |
| 2026-09-16 | 9.0417 |
| 2026-09-17 | 8.9731 |
| 2026-09-18 | 8.9385 |
| 2026-09-19 | 8.9759 |
| 2026-09-20 | 8.9814 |
| 2026-09-21 | 8.9605 |
| 2026-09-22 | 8.9664 |
| 2026-09-23 | 8.9322 |
| 2026-09-24 | 8.8839 |
| 2026-09-25 | 8.8692 |
High
9.1702
Low
8.8688
Average
9.0397
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.