Skip to content

FKP to VUV exchange rate API

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

157.1182

▼ +2.57% over 30D

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 30 days, FKP/VUV traded between 156.9109 and 161.2615, averaged 159.2178 and fell 2.57%. 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 30D

FKP/VUV over 30D: show the values
PointFKP/VUV
2026-08-26161.2615
2026-08-27160.3263
2026-08-28160.3370
2026-08-29159.5492
2026-08-30159.5847
2026-08-31160.0533
2026-09-01159.7301
2026-09-02159.5750
2026-09-03159.4580
2026-09-04159.7539
2026-09-05158.8530
2026-09-06159.3969
2026-09-07159.3911
2026-09-08159.5556
2026-09-09159.7025
2026-09-10159.8061
2026-09-11159.3126
2026-09-12158.7999
2026-09-13159.4016
2026-09-14159.8379
2026-09-15159.5909
2026-09-16159.7413
2026-09-17158.5260
2026-09-18158.1806
2026-09-19158.4278
2026-09-20158.7667
2026-09-21158.7119
2026-09-22158.3036
2026-09-23157.7881
2026-09-24156.9109

High

161.2615

Low

156.9109

Average

159.2178

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.