sifting/io
GET/fnd/stocks/:ticker/profile

Company profile

Name, exchange listings, SIC industry classification, fiscal year end, and entity type for a single issuer.

Parameters

Parameter
tickerrequiredstring · path
Ticker symbol. Case-insensitive (AAPL, aapl, Aapl all resolve identically).

Example

request · shell
curl -H "X-API-Key: $KEY" \
  "https://api.sifting.io/v1/fnd/stocks/AAPL/profile"
200OKapplication/json
{  "ticker": "AAPL",  "cik": "0000320193",  "name": "Apple Inc.",  "exchanges": ["US"],  "other_tickers": [],  "sic_code": "3571",  "sic_description": "Electronic Computers",  "entity_type": "operating",  "fiscal_year_end": "0928"}
Loading runner…
First load only

More in Discovery

See all