Skip to main content
GET
获取新闻文章
某只股票的近期新闻标题:titlesourcedateurl 以及回显的 ticker,放在 news 数组中。tickerlimit 是仅有的两个参数——没有全文检索,也没有日期过滤,因此请通过调高或调低 limit 来控制范围,而不是靠查询词。适合用于查看你已经确定的某家公司的近期报道。仅返回标题:不含正文,正文请沿 url 打开。如需公司自己的申报文件而不是媒体报道,请使用 get_financial_filings

授权

Authorization
string
header
必填

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

查询参数

ticker
string

公司的股票代码。若查询大盘市场新闻,请省略。

limit
integer
默认值:5

要返回的新闻文章最大数量(默认值:5,最大值:10)。

必填范围: x <= 10

响应

新闻文章响应

news
object[]