get_stock_price_by_date
Retrieve the stock price for a specific stock symbol on a given date using the MCP Yahoo Finance server. Input the symbol and date in YYYY-MM-DD format to access accurate financial data.
Instructions
Get the stock price for a given stock symbol on a specific date.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
date | Yes | The date in YYYY-MM-DD format. | |
symbol | Yes | Stock symbol in Yahoo Finance format. |