Rate Overview
Live
1 ALL = 0.010344 EUR
1 EUR = 96.6744 ALL
Avg
0.010346
High
0.010372
Low
0.010287
Last updated: 1/25/2026, 5:18:31 PM
Quick Conversions
| ALL | EUR |
|---|---|
| 1 ALL | 0.01 EUR |
| 10 ALL | 0.10 EUR |
| 50 ALL | 0.52 EUR |
| 100 ALL | 1.03 EUR |
| 500 ALL | 5.17 EUR |
| 1,000 ALL | 10.34 EUR |
Get ALL/EUR Rates via API
Latest Rate
https://api.fxfeed.io/v2/latest?base=ALL¤cies=EURExample Response:
{
"success": true,
"base": "ALL",
"date": "2026-01-25T17:18:31Z",
"rates": {
"EUR": 0.010344
}
}Convert Amount
https://api.fxfeed.io/v2/convert?from=ALL&to=EUR&amount=100Example Response:
{
"success": true,
"query": {
"from": "ALL",
"to": "EUR",
"amount": 100
},
"result": 1.0344,
"rate": 0.010344
}Build with ALL/EUR Exchange Rates
Integrate real-time currency conversion into your app in minutes. Free tier includes 5,000 requests/month.
Get Free API Key