data_get_cached_price_data
Retrieve historical stock price data from local cache. Avoid external API calls by checking what data is available locally for a ticker and date range.
Instructions
Get cached price data directly from the database.
This tool retrieves data from the local cache without making external API calls. Useful for checking what data is available locally.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ticker | Yes | Stock ticker symbol | |
| start_date | Yes | Start date in YYYY-MM-DD format | |
| end_date | No | End date in YYYY-MM-DD format (optional, defaults to today) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||