get_historical_stock_prices
Retrieve historical stock prices for a specific company by providing the ticker symbol, date range, and interval. Access data for analysis, insights, or decision-making on financial performance.
Instructions
Gets historical stock prices for a company.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
end_date | Yes | ||
interval | No | day | |
interval_multiplier | No | ||
start_date | Yes | ||
ticker | Yes |