Skip to content

FKP to UZS exchange rate API

Falkland Islands Pound to Uzbekistan Sum · quoted 2026-09-27

15667.67

▼ +2.97% over 6M

1 FKP = 15667.67 UZS · 1 UZS = 0.000064 FKP · Get this rate via the API

1 FKP buys 15667.67 UZS as of 2026-09-27, so 1 UZS buys 0.000064 FKP. Over the last 6 months, FKP/UZS traded between 15667.67 and 16517.70, averaged 16077.56 and fell 2.97%. The API holds daily FKP/UZS rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

FKP/UZS over 6M

FKP/UZS over 6M: show the values
PointFKP/UZS
2026-03-3116147.96
2026-04-0716077.02
2026-04-1416351.78
2026-04-2116339.62
2026-04-2816335.77
2026-05-0516296.73
2026-05-1216517.70
2026-05-2016130.42
2026-05-2816050.83
2026-06-0416038.02
2026-06-1316104.21
2026-06-2015952.30
2026-06-2715904.28
2026-07-0416026.62
2026-07-1116127.12
2026-07-1816179.21
2026-07-2515999.42
2026-08-0116101.21
2026-08-0816089.96
2026-08-1516106.54
2026-08-2316168.91
2026-08-3016004.98
2026-09-0615930.70
2026-09-1315918.04
2026-09-2015859.30
2026-09-2715667.67

High

16517.70

Low

15667.67

Average

16077.56

For developers

Get this rate via the API

One GET request returns the FKP/UZS 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=UZS"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FKP&currencies=UZS");
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=UZS").json()

Replace YOUR_API_KEY with the key from your dashboard.

FKP/UZS API questions

How do I get the FKP/UZS exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FKP&currencies=UZS, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest FKP/UZS rate in rates.UZS.

How far back does FKP/UZS historical data go?

Daily FKP/UZS 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/UZS 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.