Skip to main content
Glama

Alpha Vantage Stock Analysis MCP Server

get-daily-stock-data

Fetch daily stock market data for a specified symbol using Alpha Vantage API, with options for compact or full historical data to support analysis and decision-making.

Input Schema

NameRequiredDescriptionDefault
outputsizeNoAmount of data to return (compact: latest 100 data points, full: up to 20 years of data)
symbolYesStock symbol (e.g., IBM, AAPL)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "outputsize": { "description": "Amount of data to return (compact: latest 100 data points, full: up to 20 years of data)", "enum": [ "compact", "full" ], "type": "string" }, "symbol": { "description": "Stock symbol (e.g., IBM, AAPL)", "type": "string" } }, "required": [ "symbol" ], "type": "object" }

You must be authenticated.

Other Tools from Alpha Vantage Stock Analysis MCP Server

Related Tools

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/ranveer0323/stock-analysis-mcp'

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