Armenia Bank Exchange Rates Today: Ameriabank, ACBA vs Central Bank
Buy and sell exchange rates from Ameriabank, ACBA for every major currencies, bank by bank, next to the Central Bank of Armenia 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 Armenia
About these rates
Armenian banks quote separate cash and non-cash boards and move them through the day; the pair here is the cash board, the rate quoted in branches and at exchange points. The Central Bank of Armenia publishes one averaged rate per day, which is what tax and accounting use.
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/am"
# One bank, one currency
curl "https://allratestoday.com/api/open/bank-rates/am/ameria?ccy=INR" {
"bank": "ameria", "name": "Ameriabank", "quote_ccy": "AMD",
"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.