Rate Overview
Live
1 ALL = 0.105182 SVC
1 SVC = 9.5073
ALL
Avg
0.104181
High
0.107672
Low
0.095234
Last updated: 3/27/2026, 11:40:34 AM
Quick Conversions
| ALL | SVC |
|---|---|
| 1 ALL | 0.11 SVC |
| 10 ALL | 1.05 SVC |
| 50 ALL | 5.26 SVC |
| 100 ALL | 10.52 SVC |
| 500 ALL | 52.59 SVC |
| 1,000 ALL | 105.18 SVC |
Get ALL/SVC Rates via API
Latest Rate
https://api.fxfeed.io/v2/latest?base=ALL¤cies=SVCExample Response:
{
"success": true,
"base": "ALL",
"date": "2026-03-27T11:40:34Z",
"rates": {
"SVC": 0.105182
}
}Convert Amount
https://api.fxfeed.io/v2/convert?from=ALL&to=SVC&amount=100Example Response:
{
"success": true,
"query": {
"from": "ALL",
"to": "SVC",
"amount": 100
},
"result": 10.5182,
"rate": 0.105182
}Build with ALL/SVC Exchange Rates
Integrate real-time currency conversion into your app in minutes. Free tier includes 5,000 requests/month.
Get Free API Key