get_stock_price_date_range
Retrieve historical stock prices for a specific symbol within a defined date range. Input the stock symbol and start/end dates to access accurate financial data for analysis or reporting.
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. |