Skip to content

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

FKP/CNY over 1Y: show the values
PointFKP/CNY
2025-09-259.5824
2025-10-029.5989
2025-10-099.5508
2025-10-169.5777
2025-10-239.5065
2025-10-309.3958
2025-11-069.3014
2025-11-139.3121
2025-11-209.2818
2025-11-279.3905
2025-12-049.4336
2025-12-129.4474
2025-12-199.4244
2025-12-269.4840
2026-01-029.4344
2026-01-099.3758
2026-01-169.3277
2026-01-239.3994
2026-01-309.5550
2026-02-069.4014
2026-02-139.4110
2026-02-209.2839
2026-02-279.2485
2026-03-069.2309
2026-03-139.2122
2026-03-209.2477
2026-03-279.2247
2026-04-039.1172
2026-04-109.1770
2026-04-179.2572
2026-04-249.2316
2026-05-019.2111
2026-05-089.2474
2026-05-169.0737
2026-05-249.1383
2026-05-319.1140
2026-06-099.0390
2026-06-169.0528
2026-06-238.9904
2026-06-308.9803
2026-07-079.0968
2026-07-149.0570
2026-07-219.0888
2026-07-289.0056
2026-08-049.0689
2026-08-119.1130
2026-08-189.1324
2026-08-269.1702
2026-09-029.0754
2026-09-099.0867
2026-09-169.0417
2026-09-238.9322

High

9.5989

Low

8.8688

Average

9.2454

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FKP&currencies=CNY"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FKP&currencies=CNY");
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=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&currencies=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.