Skip to content

FKP to CNY exchange rate API

Falkland Islands Pound to Yuan Renminbi · quoted 2026-09-25

8.8688

▼ +5.82% over 5Y

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 5 years, FKP/CNY traded between 8.8688 and 9.7807, averaged 9.3083 and fell 5.82%. 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 5Y

FKP/CNY over 5Y: show the values
PointFKP/CNY
2024-08-249.4168
2024-10-079.2153
2024-11-069.3056
2024-12-069.2561
2025-01-059.0195
2025-02-049.0000
2025-03-069.3530
2025-04-069.2963
2025-05-069.5790
2025-06-079.7266
2025-07-079.7807
2025-08-069.5569
2025-09-059.5997
2025-10-069.5751
2025-11-059.2816
2025-12-059.4269
2026-01-059.3837
2026-02-049.5133
2026-03-069.2309
2026-04-059.0942
2026-05-059.2774
2026-06-069.0304
2026-07-089.0842
2026-08-079.0781
2026-09-079.0661

High

9.7807

Low

8.8688

Average

9.3083

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.