Rate Overview
Live
1 ALL = 0.033208 XCD
1 XCD = 30.1132
ALL
Avg
0.033158
High
0.033210
Low
0.032961
Last updated: 5/8/2026, 3:43:05 PM
Quick Conversions
| ALL | XCD |
|---|---|
| 1 ALL | 0.03 XCD |
| 10 ALL | 0.33 XCD |
| 50 ALL | 1.66 XCD |
| 100 ALL | 3.32 XCD |
| 500 ALL | 16.60 XCD |
| 1,000 ALL | 33.21 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-05-08T15:43:05Z",
"rates": {
"XCD": 0.033208
}
}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.3208,
"rate": 0.033208
}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