工具 API
yfinance_ get_ holders
Fetch major holders, institutional holders, mutual fund holders, and insider data. Returns JSON with: - major_holders: Aggregated breakdown including insider % held, institutional % held, institutional % float held, and institution count. - institutional_holders: List of institutional investors with shares held, date reported, value, and % change. - mutualfund_holders: List of mutual fund holders with same fields. - insider_transactions: Recent insider transactions including shares, value, transaction type, and date. - insider_purchases: Summary of insider buy/sell activity over the last 6 months. - insider_roster: List of known insiders by name and position. Use this to analyze ownership concentration, insider activity, and institutional interest.
调用信息
- 工具标识
- smg-yfinance.yfinance_get_holders
- 服务提供方
- Yahoo Finance
- 平均响应
- 0 ms
- 近 7 天调用
- 0
输入参数
symbol必填Stock ticker symbol (e.g., 'AAPL', 'GOOGL', 'MSFT')
max_rowsMaximum rows returned per holder section. Use 0 to return all rows.