Skip to content

FKP to VUV exchange rate API

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

157.1182

▼ +0.00% over 1Y

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 year, FKP/VUV traded between 155.6371 and 164.5008, averaged 160.4472 and fell 0.00%. 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 1Y

FKP/VUV over 1Y: show the values
PointFKP/VUV
2025-09-25157.1196
2025-10-02161.5945
2025-10-09162.8440
2025-10-16164.5008
2025-10-23162.8250
2025-10-30160.6539
2025-11-06159.4475
2025-11-13160.0444
2025-11-20159.2876
2025-11-27162.4511
2025-12-04162.9821
2025-12-12162.6993
2025-12-19162.3218
2025-12-26163.0549
2026-01-02163.7812
2026-01-09162.8209
2026-01-16162.2482
2026-01-23162.6504
2026-01-30164.4700
2026-02-06162.3230
2026-02-13161.4250
2026-02-20159.6701
2026-02-27160.1928
2026-03-06159.1259
2026-03-13159.3507
2026-03-20159.7105
2026-03-27160.0983
2026-04-03158.0476
2026-04-10160.2905
2026-04-17160.3238
2026-04-24159.7208
2026-05-01159.9620
2026-05-08160.3762
2026-05-16155.6371
2026-05-24159.0840
2026-05-31159.1868
2026-06-09158.9680
2026-06-16159.3320
2026-06-23157.8641
2026-06-30159.0609
2026-07-07160.4729
2026-07-14160.0912
2026-07-21160.4495
2026-07-28158.8908
2026-08-04160.0986
2026-08-11160.4619
2026-08-18160.5048
2026-08-26161.2615
2026-09-02159.5750
2026-09-09159.7025
2026-09-16159.7413
2026-09-23157.7881

High

164.5008

Low

155.6371

Average

160.4472

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.