Skip to content

FKP to CNY exchange rate API

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

8.8688

▼ +3.34% over 6M

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 6 months, FKP/CNY traded between 8.8688 and 9.3081, averaged 9.0947 and fell 3.34%. 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 6M

FKP/CNY over 6M: show the values
PointFKP/CNY
2026-03-299.1751
2026-04-059.0942
2026-04-129.1982
2026-04-199.2494
2026-04-269.2442
2026-05-039.3081
2026-05-109.2738
2026-05-189.0627
2026-05-269.1507
2026-06-029.1041
2026-06-119.0690
2026-06-189.0164
2026-06-258.9612
2026-07-029.0002
2026-07-099.1049
2026-07-169.1586
2026-07-239.0647
2026-07-309.0190
2026-08-069.0881
2026-08-139.0964
2026-08-219.1709
2026-08-289.1336
2026-09-049.0800
2026-09-119.0558
2026-09-188.9385
2026-09-258.8692

High

9.3081

Low

8.8688

Average

9.0947

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.