Skip to content

FKP to UZS exchange rate API

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

15667.67

▼ +3.24% over YTD

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 year to date, FKP/UZS traded between 15667.67 and 16839.41, averaged 16204.12 and fell 3.24%. 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 YTD

FKP/UZS over YTD: show the values
PointFKP/UZS
2025-12-3116191.95
2026-01-0716183.18
2026-01-1416228.08
2026-01-2116225.49
2026-01-2816735.19
2026-02-0416791.32
2026-02-1116839.41
2026-02-1816473.59
2026-02-2516483.19
2026-03-0416279.26
2026-03-1116347.26
2026-03-1816168.57
2026-03-2516327.41
2026-04-0116167.07
2026-04-0816335.70
2026-04-1516352.21
2026-04-2216350.76
2026-04-2916355.80
2026-05-0616275.12
2026-05-1416341.49
2026-05-2116229.73
2026-05-2916135.32
2026-06-0516085.76
2026-06-1416065.02
2026-06-2115955.86
2026-06-2815848.65
2026-07-0515990.66
2026-07-1216183.23
2026-07-1916185.85
2026-07-2616019.46
2026-08-0216122.42
2026-08-0916125.14
2026-08-1616094.40
2026-08-2416164.42
2026-08-3116027.91
2026-09-0715912.66
2026-09-1415854.84
2026-09-2115839.68

High

16839.41

Low

15667.67

Average

16204.12

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.