curl --location --request GET 'https://api.sugra.ai/v1/quotes/USB/recommendations' \
--header 'x-api-key: ABCD314159'
[
{
"period": "0m",
"strongBuy": 2,
"buy": 4,
"hold": 21,
"sell": 2,
"strongSell": 0
},
{
"period": "-1m",
"strongBuy": 5,
"buy": 7,
"hold": 14,
"sell": 0,
"strongSell": 0
},
{
"period": "-2m",
"strongBuy": 5,
"buy": 7,
"hold": 14,
"sell": 0,
"strongSell": 0
},
{
"period": "-3m",
"strongBuy": 6,
"buy": 6,
"hold": 11,
"sell": 0,
"strongSell": 0
}
]