Rate Overview
Live
1 ALL = 0.016670 CAD
1 CAD = 59.9880
ALL
Avg
0.016457
High
0.016936
Low
0.015498
Last updated: 3/27/2026, 1:24:12 PM
Quick Conversions
| ALL | CAD |
|---|---|
| 1 ALL | 0.02 CAD |
| 10 ALL | 0.17 CAD |
| 50 ALL | 0.83 CAD |
| 100 ALL | 1.67 CAD |
| 500 ALL | 8.34 CAD |
| 1,000 ALL | 16.67 CAD |
Get ALL/CAD Rates via API
Latest Rate
https://api.fxfeed.io/v2/latest?base=ALL¤cies=CADExample Response:
{
"success": true,
"base": "ALL",
"date": "2026-03-27T13:24:12Z",
"rates": {
"CAD": 0.01667
}
}Convert Amount
https://api.fxfeed.io/v2/convert?from=ALL&to=CAD&amount=100Example Response:
{
"success": true,
"query": {
"from": "ALL",
"to": "CAD",
"amount": 100
},
"result": 1.667,
"rate": 0.01667
}Build with ALL/CAD Exchange Rates
Integrate real-time currency conversion into your app in minutes. Free tier includes 5,000 requests/month.
Get Free API Key