Skip to content

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

FKP/CNY over 30D: show the values
PointFKP/CNY
2026-08-269.1702
2026-08-279.1275
2026-08-289.1336
2026-08-299.1059
2026-08-309.1149
2026-08-319.1016
2026-09-019.1011
2026-09-029.0754
2026-09-039.0676
2026-09-049.0800
2026-09-059.0740
2026-09-069.0781
2026-09-079.0661
2026-09-089.0848
2026-09-099.0867
2026-09-109.0907
2026-09-119.0558
2026-09-129.0727
2026-09-139.0836
2026-09-149.0597
2026-09-159.0501
2026-09-169.0417
2026-09-178.9731
2026-09-188.9385
2026-09-198.9759
2026-09-208.9814
2026-09-218.9605
2026-09-228.9664
2026-09-238.9322
2026-09-248.8839
2026-09-258.8692

High

9.1702

Low

8.8688

Average

9.0397

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.