Skip to main content
GET
获取利润表
某家公司的利润表,每期约 32 个字段:revenuecost_of_revenuegross_profitoperating_expenseselling_general_and_administrative_expensesresearch_and_developmentoperating_incomeinterest_expenseebitincome_tax_expensenet_incomenet_income_common_stock 以及每股科目,每项都带 report_periodfiscal_periodcurrencyfiling_datefiling_url 标记。period 为必填(annual、quarterly 或 ttm)。适合用于梳理从营收到利润的过程。如需一次获取三张报表,请使用 get_financial_financials

授权

Authorization
string
header
必填

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

查询参数

ticker
string

股票代码。未提供 cik 时必填。

period
enum<string>
必填

损益表的时间周期。

可用选项:
annual,
quarterly,
ttm
limit
integer<int32>

要返回的损益表最大数量。

cik
string

公司的中央索引键(CIK)。

report_period
string<date>

按 YYYY-MM-DD 格式的确切报告期日期筛选。

report_period_gte
string<date>

筛选报告期大于或等于 YYYY-MM-DD 格式指定日期的数据。

report_period_lte
string<date>

筛选报告期小于或等于 YYYY-MM-DD 格式指定日期的数据。

report_period_gt
string<date>

按报告周期筛选,报告周期须晚于 YYYY-MM-DD 格式的日期。

report_period_lt
string<date>

筛选报告周期早于指定日期的报告,日期格式为 YYYY-MM-DD。

响应

利润表响应

income_statements
object[]