Rate Overview
Live
1 ALL = 0.032704 XCD
1 XCD = 30.5773
ALL
Avg
0.032892
High
0.033187
Low
0.032619
Last updated: 3/7/2026, 12:13:50 AM
Quick Conversions
| ALL | XCD |
|---|---|
| 1 ALL | 0.03 XCD |
| 10 ALL | 0.33 XCD |
| 50 ALL | 1.64 XCD |
| 100 ALL | 3.27 XCD |
| 500 ALL | 16.35 XCD |
| 1,000 ALL | 32.70 XCD |
Get ALL/XCD Rates via API
Latest Rate
https://api.fxfeed.io/v2/latest?base=ALL¤cies=XCDExample Response:
{
"success": true,
"base": "ALL",
"date": "2026-03-07T00:13:50Z",
"rates": {
"XCD": 0.032704
}
}Convert Amount
https://api.fxfeed.io/v2/convert?from=ALL&to=XCD&amount=100Example Response:
{
"success": true,
"query": {
"from": "ALL",
"to": "XCD",
"amount": 100
},
"result": 3.2703999999999995,
"rate": 0.032704
}Build with ALL/XCD Exchange Rates
Integrate real-time currency conversion into your app in minutes. Free tier includes 5,000 requests/month.
Get Free API Key