findata-mcp-server

getStockQuote

Get the current quote for a stock.

Input Schema

NameRequiredDescriptionDefault
symbolYesThe stock symbol (e.g., AAPL)

Input Schema (JSON Schema)

{ "properties": { "symbol": { "description": "The stock symbol (e.g., AAPL)", "type": "string" } }, "required": [ "symbol" ], "type": "object" }

You must be authenticated.

Other Tools