Skip to main content
Glama

Yahoo Finance MCP Server

by 16Coffee
MIT License
  • Apple

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

NameRequiredDescriptionDefault
info_typeYes
limitNo
pageNo
symbolNo

Input Schema (JSON Schema)

{ "properties": { "info_type": { "title": "Info Type", "type": "string" }, "limit": { "default": 1000, "title": "Limit", "type": "integer" }, "page": { "default": 0, "title": "Page", "type": "integer" }, "symbol": { "default": "", "title": "Symbol", "type": "string" } }, "required": [ "info_type" ], "title": "get_shares_float_infoArguments", "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/16Coffee/finance-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server