Skip to content

FKP to UZS exchange rate API

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

15667.67

▼ +6.69% over 5Y

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 5 years, FKP/UZS traded between 15596.04 and 17309.80, averaged 16395.65 and fell 6.69%. 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 5Y

FKP/UZS over 5Y: show the values
PointFKP/UZS
2024-08-2416790.91
2024-10-0716830.82
2024-11-0616588.60
2024-12-0616384.84
2025-01-0516041.90
2025-02-0416148.37
2025-03-0616658.63
2025-04-0616665.14
2025-05-0617138.19
2025-06-0717309.80
2025-07-0717148.03
2025-08-0616745.50
2025-09-0516680.88
2025-10-0616247.44
2025-11-0515596.04
2025-12-0515922.83
2026-01-0516157.27
2026-02-0416791.32
2026-03-0616283.66
2026-04-0516065.42
2026-05-0516296.73
2026-06-0616068.39
2026-07-0816096.46
2026-08-0716049.38
2026-09-0715912.66

High

17309.80

Low

15596.04

Average

16395.65

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.