Skip to main content
GET
获取内部人士交易
某只股票的 Form 4 内部人交易。每行包含交易人(nametitleis_board_director)、交易本身(transaction_datetransaction_codetransaction_typetransaction_sharestransaction_price_per_sharetransaction_value)、交易后的持仓(shares_owned_before_transactionshares_owned_after_transaction)以及申报信息(form_typefiling_datesecurity_title)。ticker 为必填。可用 nametransaction_type 过滤,并用 filing_datefiling_date_gtefiling_date_ltefiling_date_gtfiling_date_lt 按申报日期限定范围。适合用于查看公司内部人在何时买入或卖出。

授权

Authorization
string
header
必填

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

查询参数

ticker
string
必填

公司的股票代码。

limit
integer
默认值:10

返回的最大交易数量(默认值:10)。

name
string

按内部人士姓名筛选(例如 'Jen Hsun Huang')。使用 /insider-trades/names 端点获取某个股票代码的可用姓名。

transaction_type
string

按交易类型筛选(例如 'Open market sale'、'Gift')。使用 /insider-trades/transaction-types 端点获取可用类型。

filing_date
string<date>

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

filing_date_gte
string<date>

筛选申报日期大于或等于此日期的记录(YYYY-MM-DD)。

filing_date_lte
string<date>

筛选申报日期早于或等于此日期的记录 (YYYY-MM-DD)。

filing_date_gt
string<date>

筛选申报日期晚于此日期(YYYY-MM-DD)的记录。

filing_date_lt
string<date>

筛选申报日期早于此日期(YYYY-MM-DD)的记录。

响应

内部人士交易响应

insider_trades
object[]