get_shares_float_info
Retrieve detailed float share data for a single company or a list of companies using the Yahoo Finance MCP Server. Specify parameters like symbol, page, and limit to customize the query.
Instructions
获取流通股数据或全部公司流通股列表。
参数说明: info_type: str single 或 all symbol: str 查询单个公司时必填 page: int 列表分页,默认 0 limit: int 返回数量,默认 1000
Input Schema
Name | Required | Description | Default |
---|---|---|---|
info_type | Yes | ||
limit | No | ||
page | No | ||
symbol | No |