Ticker Information
Returns general information about the given ticker.
get/api/stock/{ticker}/info
Path parameters
tickerstring required
Response
General information about the ticker.
Example response
{
"announce_time": "premarket",
"avg30_volume": "55973002",
"full_name": "APPLE",
"has_dividend": true,
"has_earnings_history": true,
"has_options": true,
"issue_type": "Common Stock",
"marketcap": "2776014233920",
"next_earnings_date": "2023-10-26",
"sector": "Technology",
"short_description": "Apple Inc. is an American multinational technology company headquartered in Cupertino, California. Apple is the world's largest technology company by ..."
}