Convert CAD to AMD
Canadian Dollar → Armenian Dram
1 CAD = 256.76782 AMD(1 AMD = 0.00389457 CAD)
Currency converter
1 CAD =
256.7678 AMD
CAD to AMD: last 30 days
Over the last 30 days, 1 CAD traded between 256.7678 and 264.1108 AMD, averaging 261.4061 AMD. The CAD/AMD rate is down 2.26% since 2026-08-28.
- 30-day high
- 264.1108
- 2026-09-06
- 30-day low
- 256.7678
- 2026-09-25
- 30-day average
- 261.4061
- Days with data: 30
- 30-day change
- -2.26%
- since 2026-08-28
264.1108
256.76782026-08-28 → 2026-09-26
| Date | 1 CAD in AMD | Daily change |
|---|---|---|
| 2026-09-26 | 256.7678 | 0.00% |
| 2026-09-25 | 256.7678 | -0.40% |
| 2026-09-24 | 257.8035 | -0.09% |
| 2026-09-23 | 258.0485 | -0.32% |
| 2026-09-22 | 258.8859 | -0.06% |
| 2026-09-21 | 259.043 | -0.14% |
| 2026-09-20 | 259.418 | -0.00% |
| 2026-09-19 | 259.4202 | +0.13% |
| 2026-09-18 | 259.0868 | -0.56% |
| 2026-09-17 | 260.5538 | -0.16% |
| 2026-09-16 | 260.971 | +0.13% |
| 2026-09-15 | 260.6409 | -0.34% |
| 2026-09-14 | 261.5316 | -0.25% |
| 2026-09-13 | 262.1934 | +0.09% |
| 2026-09-12 | 261.9647 | -0.33% |
| Date | 1 CAD in AMD | Daily change |
|---|---|---|
| 2026-09-11 | 262.8242 | -0.12% |
| 2026-09-10 | 263.1274 | -0.20% |
| 2026-09-09 | 263.6623 | +0.03% |
| 2026-09-08 | 263.5861 | +0.12% |
| 2026-09-07 | 263.2694 | -0.32% |
| 2026-09-06 | 264.1108 | +0.00% |
| 2026-09-05 | 264.1103 | +0.22% |
| 2026-09-04 | 263.5199 | -0.17% |
| 2026-09-03 | 263.959 | +0.97% |
| 2026-09-02 | 261.4109 | -0.31% |
| 2026-09-01 | 262.2143 | -0.61% |
| 2026-08-31 | 263.834 | +0.17% |
| 2026-08-30 | 263.3763 | +0.00% |
| 2026-08-29 | 263.3737 | +0.25% |
| 2026-08-28 | 262.7091 | — |
CAD to AMD conversion table
1 CAD256.7678 AMD
5 CAD1,283.8391 AMD
10 CAD2,567.6782 AMD
25 CAD6,419.1956 AMD
50 CAD12,838.391 AMD
100 CAD25,676.782 AMD
500 CAD128,383.91 AMD
1,000 CAD256,767.82 AMD
5,000 CAD1,283,839.1 AMD
10,000 CAD2,567,678.2 AMD
Get the CAD/AMD rate in your app
One GET request returns the latest CAD → AMD rate as JSON. Send your API key in the Authorization header.
curl -H "Authorization: Bearer YOUR_API_KEY" \
"https://rate-api.com/api/v1/pair/CAD/AMD"fetch('https://rate-api.com/api/v1/pair/CAD/AMD', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CAD = ${data.rate} AMD`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CAD/AMD",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CAD = {data['rate']} AMD")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CAD/AMD');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 CAD = {$data['rate']} AMD\n";Example response
{
"success": true,
"pair": {
"from": "CAD",
"to": "AMD"
},
"rate": 256.7678,
"timestamp": 1790439646,
"date": "2026-09-26"
}Replace YOUR_API_KEY with a key from your dashboard. The same key also works in the URL path or an X-API-Key header.
Get your free API key
Free plan: 2,500 requests a month, no credit card. Upgrade any time for conversion, historical rates and higher limits.
Related conversions
AMD to CADArmenian Dram → Canadian Dollar0.0038946Convert CAD to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.