stock_price
Retrieve real-time and historical stock price data from Alpha Vantage. Specify the ticker symbol, interval, data format, and output size to obtain quotes or time series.
Instructions
Get real-time and historical stock price data from Alpha Vantage
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | Stock ticker symbol | |
| dataType | No | Response data format | |
| interval | No | Time interval between data points | |
| outputSize | No | Amount of data to return (compact = last 100 points, full = all data) |