get_price_history
Retrieve historical stock price data for a specified symbol, period, and interval using the Yahoo Finance MCP Server.
Instructions
Fetch historical price data for a given stock symbol over a specified period and interval.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
interval | No | Data interval frequency (e.g. '1d', '1h', '1m') | 1d |
period | No | Time period to retrieve data for (e.g. '1d', '1mo', '1y') | 1mo |
symbol | Yes | The stock symbol |