Skip to content

VND to ZMW exchange rate API

Dong to Zambian Kwacha · quoted 2026-09-27

0.000750

▼ +16.29% over 1Y

1 VND = 0.000750 ZMW · 1 ZMW = 1333.33 VND · Get this rate via the API

1 VND buys 0.000750 ZMW as of 2026-09-27, so 1 ZMW buys 1333.33 VND. Over the last year, VND/ZMW traded between 0.000664 and 0.000896, averaged 0.000761 and fell 16.29%. The API holds daily VND/ZMW rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

VND/ZMW over 1Y

VND/ZMW over 1Y: show the values
PointVND/ZMW
2025-09-270.000896
2025-10-040.000896
2025-10-110.000868
2025-10-180.000862
2025-10-250.000837
2025-11-010.000843
2025-11-080.000866
2025-11-150.000858
2025-11-220.000881
2025-11-290.000870
2025-12-060.000878
2025-12-140.000875
2025-12-210.000858
2025-12-280.000854
2026-01-040.000838
2026-01-110.000737
2026-01-180.000765
2026-01-250.000742
2026-02-010.000758
2026-02-080.000725
2026-02-150.000701
2026-02-220.000728
2026-03-010.000725
2026-03-080.000738
2026-03-150.000736
2026-03-220.000739
2026-03-290.000714
2026-04-050.000729
2026-04-120.000721
2026-04-190.000723
2026-04-260.000715
2026-05-030.000707
2026-05-100.000719
2026-05-180.000713
2026-05-260.000714
2026-06-020.000692
2026-06-110.000664
2026-06-180.000675
2026-06-250.000682
2026-07-020.000690
2026-07-090.000693
2026-07-160.000695
2026-07-230.000699
2026-07-300.000714
2026-08-060.000725
2026-08-130.000720
2026-08-210.000724
2026-08-280.000726
2026-09-040.000733
2026-09-110.000743
2026-09-180.000751
2026-09-250.000749

High

0.000896

Low

0.000664

Average

0.000761

For developers

Get this rate via the API

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

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

Replace YOUR_API_KEY with the key from your dashboard.

VND/ZMW API questions

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

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

How far back does VND/ZMW historical data go?

Daily VND/ZMW 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 VND/ZMW 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.