工具 API

get_filing_content

Get the content of a specific SEC filing with paging support. Args: identifier: Company ticker symbol or CIK number accession_number: The accession number of the filing offset: Character offset into the filing content (default: 0) max_chars: Maximum number of characters to return (default: 50000) Returns: Dictionary containing filing content page and pagination metadata

finance1 积分

调用信息

工具标识
smg-sec-edgar.get_filing_content
服务提供方
SEC EDGAR
平均响应
0 ms
近 7 天调用
0

输入参数

identifier必填

string

accession_number必填

string

offset

integer

max_chars

integer