Skip to content

FKP to VUV exchange rate API

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

157.1182

▼ +1.20% over 6M

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 6 months, FKP/VUV traded between 157.1182 and 161.7584, averaged 159.5633 and fell 1.20%. 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 6M

FKP/VUV over 6M: show the values
PointFKP/VUV
2026-03-29159.0242
2026-04-05157.7555
2026-04-12160.2045
2026-04-19159.5240
2026-04-26159.8212
2026-05-03161.7584
2026-05-10160.8440
2026-05-18157.6574
2026-05-26159.4240
2026-06-02158.8764
2026-06-11159.4589
2026-06-18158.4328
2026-06-25157.7102
2026-07-02159.4469
2026-07-09161.0676
2026-07-16161.5398
2026-07-23159.6814
2026-07-30159.7243
2026-08-06160.4546
2026-08-13160.1284
2026-08-21161.4096
2026-08-28160.3370
2026-09-04159.7539
2026-09-11159.3126
2026-09-18158.1806

High

161.7584

Low

157.1182

Average

159.5633

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.