FKP to VND exchange rate API
Falkland Islands Pound to Dong · quoted 2026-09-25
34510.18
▼ +2.83% over YTD
1 FKP = 34510.18 VND · 1 VND = 0.000029 FKP · Get this rate via the API
1 FKP buys 34510.18 VND as of 2026-09-25, so 1 VND buys 0.000029 FKP. Over the year to date, FKP/VND traded between 34510.18 and 36116.66, averaged 35394.03 and fell 2.83%. The API holds daily FKP/VND rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
FKP/VND over YTD: show the values
| Point | FKP/VND |
|---|---|
| 2025-12-31 | 35514.11 |
| 2026-01-07 | 35627.44 |
| 2026-01-14 | 35405.08 |
| 2026-01-21 | 35450.99 |
| 2026-01-28 | 36116.66 |
| 2026-02-04 | 35738.74 |
| 2026-02-11 | 35588.35 |
| 2026-02-18 | 35312.33 |
| 2026-02-25 | 35427.61 |
| 2026-03-04 | 35060.91 |
| 2026-03-11 | 35392.48 |
| 2026-03-18 | 35243.40 |
| 2026-03-25 | 35440.61 |
| 2026-04-01 | 34980.06 |
| 2026-04-08 | 35399.98 |
| 2026-04-15 | 35557.33 |
| 2026-04-22 | 35764.44 |
| 2026-04-29 | 35828.20 |
| 2026-05-06 | 35748.23 |
| 2026-05-14 | 35773.63 |
| 2026-05-21 | 35520.41 |
| 2026-05-29 | 35477.66 |
| 2026-06-05 | 35478.35 |
| 2026-06-14 | 35343.58 |
| 2026-06-21 | 34925.61 |
| 2026-06-28 | 34772.64 |
| 2026-07-05 | 35198.91 |
| 2026-07-12 | 35204.53 |
| 2026-07-19 | 35364.26 |
| 2026-07-26 | 35147.66 |
| 2026-08-02 | 35510.70 |
| 2026-08-09 | 35461.64 |
| 2026-08-16 | 35441.70 |
| 2026-08-24 | 35784.94 |
| 2026-08-31 | 35432.15 |
| 2026-09-07 | 35319.53 |
| 2026-09-14 | 35163.10 |
| 2026-09-21 | 34938.99 |
High
36116.66
Low
34510.18
Average
35394.03
Get this rate via the API
One GET request returns the FKP/VND rate as JSON. The free plan includes 1,000 requests a month, with no credit card required.
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FKP¤cies=VND"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FKP¤cies=VND");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FKP¤cies=VND").json()Replace YOUR_API_KEY with the key from your dashboard.
FKP/VND API questions
How do I get the FKP/VND exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FKP¤cies=VND, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest FKP/VND rate in rates.VND.
How far back does FKP/VND historical data go?
Daily FKP/VND 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/VND 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.