服务与工具

SEC EDGAR

SEC EDGAR:美国证监会上市公司文件、10-K / 10-Q / 8-K 检索

finance

21 个可用工具

get_recent_filings

Get recent SEC filings for a company or across all filers. Args: identifier: Company ticker/CIK (optional, omit for all recent filings) form_type: Filter by form type (e.g., "10-K…

analyze_8k

Analyze an 8-K current report for material events. Args: identifier: Company ticker symbol or CIK number accession_number: The 8-K filing accession number Returns: An…

analyze_form4_transactions

analyze_insider_sentiment

Analyze insider trading patterns and frequency. Args: identifier: Company ticker symbol or CIK number months: Number of months to analyze (default: 6) Returns: Filing…

compare_periods

discover_company_metrics

Discover what financial metrics are available for a company. <tip>Use this tool to find available XBRL concepts before using get_key_metrics.</tip> Args: identifier: Company ticker s…

discover_xbrl_concepts

Discover all XBRL concepts available in a filing. <tip>Use this to explore available data before extracting specific concepts.</tip> Args: identifier: Company ticker symbol or CIK nu…

get_cik_by_ticker

Convert a stock ticker symbol to its SEC CIK (Central Index Key). Args: ticker: Stock ticker symbol (e.g., "AAPL", "NVDA", "MSFT") Returns: CIK number for use with other SEC …

get_company_facts

get_company_info

Retrieve company information from SEC records. Args: identifier: Company ticker symbol or CIK number Returns: Company details including name, CIK, SIC code, exchange, and fis…

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 of…

get_filing_sections

Extract specific sections from 10-K or 10-Q filings. Args: identifier: Company ticker symbol or CIK number accession_number: Filing accession number form_type: Form type (…

get_financials

get_form4_details

get_insider_summary

Get a summary of insider trading activity. Args: identifier: Company ticker symbol or CIK number days: Number of days to analyze (default: 180) Returns: Summary with …

get_insider_transactions

get_key_metrics

get_recommended_tools

Get recommended tools for analyzing a specific SEC form type. Args: form_type: SEC form type (e.g., "10-K", "8-K", "4", "DEF 14A") Returns: Recommended tools and usage tips f…

get_segment_data

get_xbrl_concepts

search_companies

Search for companies by name in SEC records. Args: query: Company name search query limit: Maximum results to return (default: 10) Returns: List of matching companies…