githubEdit

Income statements

get

Retrieves the income statements for a given ticker symbol.

Authorizations
AuthorizationstringRequired
Path parameters
tickerstringRequired
  • The ticker symbol of the company.
Query parameters
periodstring · enumRequired
  • The period type of the income statements.
Possible values:
limitnumber · doubleOptional
  • The maximum number of income statements to return.
cikstringOptional
  • The CIK number of the company.
Header parameters
AuthorizationstringRequired
  • The authorization token.
Responses
chevron-right
200

A promise that resolves to an IncomeStatementsAPIResponse object containing the income statements.

application/json
get
/financial-datasets/income-statements/{ticker}
200

A promise that resolves to an IncomeStatementsAPIResponse object containing the income statements.