Skip to content

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

FKP/CNY over YTD: show the values
PointFKP/CNY
2025-12-319.4242
2026-01-079.4461
2026-01-149.3635
2026-01-219.3662
2026-01-289.5839
2026-02-049.5133
2026-02-119.4556
2026-02-189.3661
2026-02-259.2821
2026-03-049.1963
2026-03-119.2273
2026-03-189.1996
2026-03-259.2484
2026-04-019.0995
2026-04-089.1507
2026-04-159.1795
2026-04-229.2404
2026-04-299.2599
2026-05-069.2185
2026-05-149.1789
2026-05-219.1340
2026-05-299.0910
2026-06-059.0849
2026-06-149.0753
2026-06-218.9675
2026-06-288.9818
2026-07-059.0624
2026-07-129.0904
2026-07-199.1248
2026-07-269.0325
2026-08-029.1101
2026-08-099.1105
2026-08-169.1331
2026-08-249.1717
2026-08-319.1016
2026-09-079.0661
2026-09-149.0597
2026-09-218.9605

High

9.5839

Low

8.8688

Average

9.1853

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.