@web-core/web-sdk
Preparing search index...
<internal>
IIncomeStatementsRepo
Interface IIncomeStatementsRepo
interface
IIncomeStatementsRepo
{
getIncomeStatements
(
code
:
string
,
consolidated
:
boolean
,
term
:
string
,
zeroValueLines
:
boolean
,
)
:
Promise
<
IncomeStatementsResponse
[]
>
;
}
Index
Methods
get
Income
Statements
Methods
get
Income
Statements
getIncomeStatements
(
code
:
string
,
consolidated
:
boolean
,
term
:
string
,
zeroValueLines
:
boolean
,
)
:
Promise
<
IncomeStatementsResponse
[]
>
Parameters
code
:
string
code
consolidated
:
boolean
consolidated
term
:
string
term
zeroValueLines
:
boolean
zero value lines
Returns
Promise
<
IncomeStatementsResponse
[]
>
Description
get income statements data
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Methods
get
Income
Statements
@web-core/web-sdk
Loading...
code