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: show the values
| Point | BAM/VUV |
|---|---|
| 2025-09-26 | 69.8486 |
| 2025-10-03 | 72.0915 |
| 2025-10-10 | 72.1161 |
| 2025-10-17 | 73.2584 |
| 2025-10-24 | 72.5045 |
| 2025-10-31 | 72.0594 |
| 2025-11-07 | 72.0459 |
| 2025-11-14 | 72.5023 |
| 2025-11-21 | 72.2359 |
| 2025-11-28 | 72.6438 |
| 2025-12-05 | 72.7884 |
| 2025-12-13 | 72.5767 |
| 2025-12-20 | 72.5849 |
| 2025-12-27 | 72.6200 |
| 2026-01-03 | 72.3394 |
| 2026-01-10 | 71.7555 |
| 2026-01-17 | 71.6256 |
| 2026-01-24 | 72.5777 |
| 2026-01-31 | 72.0034 |
| 2026-02-07 | 72.3345 |
| 2026-02-14 | 72.2078 |
| 2026-02-21 | 71.5641 |
| 2026-02-28 | 71.2988 |
| 2026-03-07 | 70.7261 |
| 2026-03-14 | 69.2274 |
| 2026-03-21 | 70.5936 |
| 2026-03-28 | 70.4276 |
| 2026-04-04 | 70.1825 |
| 2026-04-11 | 71.4184 |
| 2026-04-18 | 71.3034 |
| 2026-04-25 | 70.5226 |
| 2026-05-02 | 71.1544 |
| 2026-05-09 | 70.9946 |
| 2026-05-17 | 70.1335 |
| 2026-05-25 | 70.4101 |
| 2026-06-01 | 70.2535 |
| 2026-06-10 | 70.3692 |
| 2026-06-17 | 70.5144 |
| 2026-06-24 | 69.3860 |
| 2026-07-01 | 70.0699 |
| 2026-07-08 | 70.1363 |
| 2026-07-15 | 69.9191 |
| 2026-07-22 | 69.5918 |
| 2026-07-29 | 69.6442 |
| 2026-08-05 | 70.3197 |
| 2026-08-12 | 70.0119 |
| 2026-08-20 | 70.6531 |
| 2026-08-27 | 70.3093 |
| 2026-09-03 | 70.0648 |
| 2026-09-10 | 70.1498 |
| 2026-09-17 | 69.4535 |
| 2026-09-24 | 68.9648 |
High
73.2584
Low
68.9648
Average
71.0469
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BAM¤cies=VUV"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BAM¤cies=VUV");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BAM¤cies=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¤cies=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.