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

Company profile

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

Format
JSON

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

Parameters

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

Response fields

Field
tickerstring
Echoed ticker.
cikstring
SEC Central Index Key, zero-padded.
namestring
Company name.
exchangesarray
Markets the issuer is listed on.
other_tickersarray
Additional tickers for the same issuer, e.g. share classes. Empty when there are none.
sic_codestring
SIC industry classification code.
sic_descriptionstring
Human-readable SIC industry label.
entity_typestring
Entity classification, e.g. operating.
fiscal_year_endstring (MMDD)
Fiscal year end, month and day.

More in Discovery

See all