Skip to content

FKP to VUV exchange rate API

Falkland Islands Pound to Vatu · quoted 2026-09-25

157.1182

▲ +0.41% over 5Y

1 FKP = 157.1182 VUV · 1 VUV = 0.006365 FKP · Get this rate via the API

1 FKP buys 157.1182 VUV as of 2026-09-25, so 1 VUV buys 0.006365 FKP. Over the last 5 years, FKP/VUV traded between 150.1687 and 164.0618, averaged 157.6223 and rose 0.41%. The API holds daily FKP/VUV rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

FKP/VUV over 5Y

FKP/VUV over 5Y: show the values
PointFKP/VUV
2024-08-24156.4753
2024-10-07151.6915
2024-11-06151.7739
2024-12-06152.3276
2025-01-05150.7409
2025-02-04150.1687
2025-03-06155.4482
2025-04-06156.5094
2025-05-06155.9603
2025-06-07161.6809
2025-07-07158.6427
2025-08-06155.4716
2025-09-05156.0710
2025-10-06163.0012
2025-11-05158.9734
2025-12-05162.8771
2026-01-05163.0516
2026-02-04164.0618
2026-03-06159.1259
2026-04-05157.7555
2026-05-05160.5428
2026-06-06158.4585
2026-07-08160.5122
2026-08-07160.3474
2026-09-07159.3911

High

164.0618

Low

150.1687

Average

157.6223

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

FKP/VUV API questions

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

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

How far back does FKP/VUV historical data go?

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