Skip to content

FKP to UYU exchange rate API

Falkland Islands Pound to Peso Uruguayo · quoted 2026-09-26

52.9259

▼ +1.24% over 1Y

1 FKP = 52.9259 UYU · 1 UYU = 0.01889 FKP · Get this rate via the API

1 FKP buys 52.9259 UYU as of 2026-09-26, so 1 UYU buys 0.01889 FKP. Over the last year, FKP/UYU traded between 51.6471 and 54.6106, averaged 53.2907 and fell 1.24%. The API holds daily FKP/UYU rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

FKP/UYU over 1Y

FKP/UYU over 1Y: show the values
PointFKP/UYU
2025-09-2653.5904
2025-10-0353.6275
2025-10-1053.3762
2025-10-1753.7186
2025-10-2452.9188
2025-10-3152.4902
2025-11-0752.2579
2025-11-1452.2615
2025-11-2152.0401
2025-11-2852.5957
2025-12-0552.1607
2025-12-1352.5115
2025-12-2052.4265
2025-12-2752.7375
2026-01-0352.5924
2026-01-1052.1863
2026-01-1751.6471
2026-01-2452.3802
2026-01-3151.9153
2026-02-0752.4568
2026-02-1452.6405
2026-02-2152.3108
2026-02-2851.7807
2026-03-0753.9533
2026-03-1453.2799
2026-03-2153.7490
2026-03-2854.0423
2026-04-0453.2279
2026-04-1154.2168
2026-04-1853.8490
2026-04-2553.4445
2026-05-0254.1696
2026-05-0954.2708
2026-05-1753.6017
2026-05-2553.9558
2026-06-0153.9825
2026-06-1054.1670
2026-06-1754.2510
2026-06-2453.0320
2026-07-0153.0874
2026-07-0853.8897
2026-07-1553.7422
2026-07-2253.8564
2026-07-2953.4120
2026-08-0554.1285
2026-08-1254.3523
2026-08-2054.4406
2026-08-2754.6106
2026-09-0354.2661
2026-09-1054.5415
2026-09-1754.0993
2026-09-2453.2358

High

54.6106

Low

51.6471

Average

53.2907

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

FKP/UYU API questions

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

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

How far back does FKP/UYU historical data go?

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