Skip to content

FJD to VND exchange rate API

Fiji Dollar to Dong · quoted 2026-09-24

11649.39

▲ +2.94% over 5Y

1 FJD = 11649.39 VND · 1 VND = 0.000086 FJD · Get this rate via the API

1 FJD buys 11649.39 VND as of 2026-09-24, so 1 VND buys 0.000086 FJD. Over the last 5 years, FJD/VND traded between 10681.69 and 12038.92, averaged 11445.05 and rose 2.94%. The API holds daily FJD/VND rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

FJD/VND over 5Y

FJD/VND over 5Y: show the values
PointFJD/VND
2024-08-2411316.81
2024-10-0511196.67
2024-11-0411058.88
2024-12-0411046.19
2025-01-0310720.83
2025-02-0210681.69
2025-03-0410812.68
2025-04-0411011.41
2025-05-0411279.16
2025-06-0411434.24
2025-07-0411518.60
2025-08-0311390.91
2025-09-0211532.85
2025-10-0311521.09
2025-11-0211488.07
2025-12-0211566.89
2026-01-0111611.64
2026-01-3111790.16
2026-03-0211811.35
2026-04-0111799.81
2026-05-0112038.92
2026-05-3111900.92
2026-07-0111772.04
2026-07-3111801.70
2026-08-3011818.43

High

12038.92

Low

10681.69

Average

11445.05

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD&currencies=VND").json()

Replace YOUR_API_KEY with the key from your dashboard.

FJD/VND API questions

How do I get the FJD/VND exchange rate from an API?

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

How far back does FJD/VND historical data go?

Daily FJD/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 FJD/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.