FJD to VND exchange rate API
Fiji Dollar to Dong · quoted 2026-09-24
11649.39
▲ +0.65% over 1Y
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 year, FJD/VND traded between 11502.31 and 12041.73, averaged 11755.96 and rose 0.65%. 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 1Y: show the values
| Point | FJD/VND |
|---|---|
| 2025-09-24 | 11573.67 |
| 2025-10-01 | 11543.22 |
| 2025-10-08 | 11624.09 |
| 2025-10-15 | 11545.47 |
| 2025-10-22 | 11502.31 |
| 2025-10-29 | 11612.75 |
| 2025-11-05 | 11503.04 |
| 2025-11-12 | 11535.10 |
| 2025-11-19 | 11518.32 |
| 2025-11-26 | 11526.26 |
| 2025-12-03 | 11588.12 |
| 2025-12-10 | 11621.11 |
| 2025-12-17 | 11591.66 |
| 2025-12-24 | 11632.28 |
| 2025-12-31 | 11609.75 |
| 2026-01-07 | 11614.18 |
| 2026-01-14 | 11567.66 |
| 2026-01-21 | 11627.24 |
| 2026-01-28 | 11802.43 |
| 2026-02-04 | 11782.34 |
| 2026-02-11 | 11828.21 |
| 2026-02-18 | 11807.58 |
| 2026-02-25 | 11885.63 |
| 2026-03-04 | 11884.74 |
| 2026-03-11 | 11931.95 |
| 2026-03-18 | 11920.32 |
| 2026-03-25 | 11846.88 |
| 2026-04-01 | 11799.81 |
| 2026-04-08 | 11801.75 |
| 2026-04-15 | 11955.63 |
| 2026-04-22 | 11973.04 |
| 2026-04-29 | 11985.51 |
| 2026-05-06 | 12015.14 |
| 2026-05-13 | 12041.73 |
| 2026-05-20 | 11980.42 |
| 2026-05-27 | 12005.27 |
| 2026-06-03 | 11992.34 |
| 2026-06-11 | 11842.62 |
| 2026-06-18 | 11844.41 |
| 2026-06-25 | 11771.15 |
| 2026-07-02 | 11755.71 |
| 2026-07-09 | 11760.06 |
| 2026-07-16 | 11795.39 |
| 2026-07-23 | 11805.03 |
| 2026-07-30 | 11814.49 |
| 2026-08-06 | 11832.27 |
| 2026-08-13 | 11751.94 |
| 2026-08-20 | 11845.24 |
| 2026-08-27 | 11855.82 |
| 2026-09-03 | 11820.75 |
| 2026-09-10 | 11752.90 |
| 2026-09-17 | 11692.65 |
| 2026-09-24 | 11654.95 |
High
12041.73
Low
11502.31
Average
11755.96
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD¤cies=VND"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD¤cies=VND");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD¤cies=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¤cies=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.