Skip to main content
GET
获取财务指标
某家公司随时间变化的计算比率,每期约 49 项:market_capenterprise_valueprice_to_earnings_ratioprice_to_book_ratioprice_to_sales_ratioenterprise_value_to_ebitda_ratiofree_cash_flow_yieldpeg_ratiogross_marginoperating_marginnet_marginreturn_on_equityreturn_on_assetsreturn_on_invested_capital,以及周转率和流动性比率,每项都带 report_periodfiscal_period 标记。period 为必填;用 tickercik 指定公司。适合用于查看某个比率跨期的走势。如果只需要当前值,get_financial_financial_metrics_snapshot 只返回一行,数据量小得多。

授权

Authorization
string
header
必填

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

查询参数

ticker
string

公司的股票代码。如果未提供 cik,则此项为必填。

cik
string

公司的中央索引键(CIK)。可代替 ticker 使用。

period
enum<string>
必填

财务数据的时间段。

可用选项:
annual,
quarterly,
ttm
limit
integer

要返回的最大结果数量。

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。

响应

某个 ticker 的历史财务指标和比率

financial_metrics
object[]

所请求股票代码的历史财务指标和比率。