curl --location --request GET 'https://api.sugra.ai/v1/quotes/AAPL/price' \
--header 'x-api-key: ABCD314159'
{
"currentPrice": 182.31,
"dayHigh": 184.85,
"dayLow": 181.665,
"fiftyDayAverage": 189.8614,
"fiftyTwoWeekHigh": 199.62,
"fiftyTwoWeekLow": 143.9,
"marketCap": 2815212650496,
"open": 183.42,
"previousClose": 183.86,
"twoHundredDayAverage": 183.48035,
"volume": 49752465
}