get_stock_price_date_range
Retrieve stock prices for a specific symbol within a defined date range using the MCP Yahoo Finance server. Input the stock symbol, start date, and end date in YYYY-MM-DD format to access historical price data.
Instructions
Get the stock prices for a given date range for a given stock symbol.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
end_date | Yes | The end date in YYYY-MM-DD format. | |
start_date | Yes | The start date in YYYY-MM-DD format. | |
symbol | Yes | Stock symbol in Yahoo Finance format. |