Skip to content

BAM to VUV exchange rate API

Convertible Mark to Vatu · quoted 2026-09-26

68.9978

▼ +1.22% over 1Y

1 BAM = 68.9978 VUV · 1 VUV = 0.01449 BAM · Get this rate via the API

1 BAM buys 68.9978 VUV as of 2026-09-26, so 1 VUV buys 0.01449 BAM. Over the last year, BAM/VUV traded between 68.9648 and 73.2584, averaged 71.0469 and fell 1.22%. The API holds daily BAM/VUV rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

BAM/VUV over 1Y

BAM/VUV over 1Y: show the values
PointBAM/VUV
2025-09-2669.8486
2025-10-0372.0915
2025-10-1072.1161
2025-10-1773.2584
2025-10-2472.5045
2025-10-3172.0594
2025-11-0772.0459
2025-11-1472.5023
2025-11-2172.2359
2025-11-2872.6438
2025-12-0572.7884
2025-12-1372.5767
2025-12-2072.5849
2025-12-2772.6200
2026-01-0372.3394
2026-01-1071.7555
2026-01-1771.6256
2026-01-2472.5777
2026-01-3172.0034
2026-02-0772.3345
2026-02-1472.2078
2026-02-2171.5641
2026-02-2871.2988
2026-03-0770.7261
2026-03-1469.2274
2026-03-2170.5936
2026-03-2870.4276
2026-04-0470.1825
2026-04-1171.4184
2026-04-1871.3034
2026-04-2570.5226
2026-05-0271.1544
2026-05-0970.9946
2026-05-1770.1335
2026-05-2570.4101
2026-06-0170.2535
2026-06-1070.3692
2026-06-1770.5144
2026-06-2469.3860
2026-07-0170.0699
2026-07-0870.1363
2026-07-1569.9191
2026-07-2269.5918
2026-07-2969.6442
2026-08-0570.3197
2026-08-1270.0119
2026-08-2070.6531
2026-08-2770.3093
2026-09-0370.0648
2026-09-1070.1498
2026-09-1769.4535
2026-09-2468.9648

High

73.2584

Low

68.9648

Average

71.0469

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

BAM/VUV API questions

How do I get the BAM/VUV exchange rate from an API?

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

How far back does BAM/VUV historical data go?

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