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
Name | Required | Description | Default |
---|---|---|---|
outputsize | No | Amount of data to return (compact: latest 100 data points, full: up to 20 years of data) | |
symbol | Yes | Stock symbol (e.g., IBM, AAPL) |