get-time-series
Retrieve daily time series data for stocks, including historical prices and trends, using AlphaVantage-MCP. Specify symbol and output size to access compact (latest 100 data points) or full (up to 20 years) datasets.
Instructions
Get daily time series data for a stock
Input Schema
Name | Required | Description | Default |
---|---|---|---|
outputsize | No | compact (latest 100 data points) or full (up to 20 years of data) | compact |
symbol | Yes | Stock symbol (e.g., AAPL, MSFT) |
Input Schema (JSON Schema)
You must be authenticated.
Other Tools from AlphaVantage-MCP
Related Tools
- @berlinbra/alpha-vantage-mcp
- @ranveer0323/stock-analysis-mcp
- @berlinbra/alpha-vantage-mcp
- @ranveer0323/stock-analysis-mcp
- @xBlueCode/findata-mcp-server