v36

latestOpenAPI 3.1.0Apache 2.0raw.githubusercontent.com2024-11-1856109168.6 KB

Ticker Information

Returns general information about the given ticker.

get/api/stock/{ticker}/info

Path parameters

tickerstring required

Response

General information about the ticker.

announce_time'unkown' | 'afterhours' | 'premarket'
avg30_volumestring
full_namestring
has_dividendboolean
has_earnings_historyboolean
has_investment_armboolean
has_optionsboolean
issue_type'Common Stock' | 'ETF' | 'Index' | 'ADR'
marketcapstring
next_earnings_datestring date
sector'Basic Materials' | 'Communication Services' | 'Consumer Cyclical' | 'Consumer Defensive' | 'Energy' | 'Financial Services' | 'Healthcare' | 'Industrials' | 'Real Estate' | 'Technology' | 'Utilities'
short_descriptionstring

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 ..."
}