get_stock_price_by_date
Retrieve the stock price for a specific symbol on a particular date using the YYYY-MM-DD format, providing accurate financial data for analysis or record-keeping.
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. |