---
title: "Vietnam Bank Exchange Rates Today: Vietcombank, BIDV, Agribank, VietinBank vs Central Bank"
description: "Buy and sell exchange rates from Vietcombank, BIDV, Agribank, VietinBank for every major currencies, bank by bank, next to the State Bank of Vietnam official rate. Updated hourly, free JSON API."
canonical: https://allratestoday.com/bank-exchange-rate-api/vn/
source: AllRatesToday (https://allratestoday.com/) — Markdown mirror of the page above; index of all pages at https://allratestoday.com/llms.txt
generated: 2026-09-22T16:20:32.998Z
---

# Vietnam Bank Exchange Rates Today: Vietcombank, BIDV, Agribank, VietinBank vs Central Bank

Buy and sell exchange rates from Vietcombank, BIDV, Agribank, VietinBank for every major currencies, bank by bank, next to the State Bank of Vietnam official rate. Updated hourly, free JSON API.

The first read of the bank boards has not landed yet. The table appears automatically after the next hourly run.

## Banks in Vietnam

  [![](https://allratestoday.com/logos/banks/vcb.webp)  **Vietcombank** first read pending  Full board](https://allratestoday.com/bank-exchange-rate-api/vn/vcb/)[![](https://allratestoday.com/logos/banks/bidv.webp)  **BIDV** first read pending  Full board](https://allratestoday.com/bank-exchange-rate-api/vn/bidv/)[![](https://allratestoday.com/logos/banks/agribank.webp)  **Agribank** first read pending  Full board](https://allratestoday.com/bank-exchange-rate-api/vn/agribank/)[![](https://allratestoday.com/logos/banks/vietinbank.webp)  **VietinBank** first read pending  Full board](https://allratestoday.com/bank-exchange-rate-api/vn/vietinbank/)

## About these rates

The State Bank of Vietnam sets a daily central rate and commercial banks may quote only within a band around it, so every board moves together and the competition is in the spread. Banks publish a cash buying rate, a transfer buying rate and one selling rate; the pair shown here is the cash buy and the board sell.

## Free JSON API

Keyless and CORS-open, refreshed with every read. Attribution back to allratestoday.com is the only condition.

```
# Every covered bank in this country, latest board
curl "https://allratestoday.com/api/open/bank-rates/vn"

# One bank, one currency
curl "https://allratestoday.com/api/open/bank-rates/vn/vcb?ccy=INR"
```

```
{
  "bank": "vcb", "name": "Vietcombank", "quote_ccy": "VND",
  "captured_at": "2026-09-22T16:11:18.000Z",
  "bank_updated_at": "the bank's own stamp, where its page prints one",
  "basis": "which board these rates are, e.g. telegraphic transfer",
  "ccy": "USD", "buy": …, "sell": …, "mid": …,
  "spread_pct": …, "official": …, "vs_official_pct": …,
  "disclaimer": "Retail buy/sell rates as displayed on each bank's own website …"
}
```

## Frequently asked questions

### What is the difference between a bank’s buying rate and selling rate?

Both are quoted as the local currency per one unit of the foreign currency. The buying rate is what the bank pays you when you hand it foreign currency; the selling rate is what it charges when you buy foreign currency from it. The gap between them is the bank’s spread.

### Why do these rates differ from the central bank rate?

The central bank publishes one reference rate per currency per business day. Banks quote around it with a margin and refresh their boards several times a day. The central bank row is the number to use for accounting, tax and customs; the bank rows are what you would get at the counter or in the app.

### How often are the bank rates updated?

AllRatesToday reads each bank’s public rates page once an hour and shows the time next to every row. Where the bank prints its own last-updated time, that is shown instead. Banks can change boards between reads, so treat every figure as indicative and confirm with the bank before a transaction.

### Can I get these rates through an API?

Yes. The keyless endpoint /api/open/bank-rates/{country} returns every covered bank’s latest board as JSON, and /api/open/bank-rates/{country}/{bank} returns one bank, optionally narrowed with ?ccy=INR. Attribution back to allratestoday.com is the only condition.

  [VietcombankFull board, spread and mid vs official](https://allratestoday.com/bank-exchange-rate-api/vn/vcb/)[BIDVFull board, spread and mid vs official](https://allratestoday.com/bank-exchange-rate-api/vn/bidv/)[AgribankFull board, spread and mid vs official](https://allratestoday.com/bank-exchange-rate-api/vn/agribank/)[VietinBankFull board, spread and mid vs official](https://allratestoday.com/bank-exchange-rate-api/vn/vietinbank/) [State Bank of VietnamOfficial rate, daily, with history](https://allratestoday.com/central-bank-rates-api/sbv/) [Mid-Market Exchange Rate APIReal-time interbank midpoint](https://allratestoday.com/exchange-rate-api/)
