get_stock_price_by_date
Retrieve the stock price for a specific stock symbol on a chosen date using the YYYY-MM-DD format. Input the stock symbol and date to access accurate historical pricing 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. |