get_historical_data
Retrieve historical market data for a specific symbol on a given date, including price and volume information from sources like Yahoo or CoinGecko.
Instructions
Get historical data for a specific symbol on a specific date.
Retrieves historical market data for a symbol on a specific date, including price and volume information.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | Yes | Date in YYYY-MM-DD format for historical data | |
| symbol | Yes | Symbol/ticker of the asset (e.g., 'AAPL', 'BTC-USD') | |
| data_source | Yes | Data source for the symbol (e.g., 'YAHOO', 'COINGECKO', 'MANUAL') |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||