Rate Overview
Live
1 ALL = 0.105724 SVC
1 SVC = 9.4586
ALL
Avg
0.106383
High
0.107389
Low
0.105422
Last updated: 3/7/2026, 12:11:24 AM
Quick Conversions
| ALL | SVC |
|---|---|
| 1 ALL | 0.11 SVC |
| 10 ALL | 1.06 SVC |
| 50 ALL | 5.29 SVC |
| 100 ALL | 10.57 SVC |
| 500 ALL | 52.86 SVC |
| 1,000 ALL | 105.72 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-07T00:11:24Z",
"rates": {
"SVC": 0.105724
}
}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.5724,
"rate": 0.105724
}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