get_investment_prices
Retrieve historical price data for stocks, ETFs, mutual funds, and crypto to track portfolio performance. Filter by ticker, date range, or price type to access OHLCV data for analysis.
Instructions
Get investment price history for portfolio tracking. Returns daily and high-frequency price data for stocks, ETFs, mutual funds, and crypto. Filter by ticker symbol, date range, or price type (daily/hf). Includes OHLCV data when available.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ticker_symbol | No | Filter by ticker symbol (e.g., "AAPL", "BTC-USD", "VTSAX") | |
| start_date | No | Start date (YYYY-MM-DD or YYYY-MM) | |
| end_date | No | End date (YYYY-MM-DD or YYYY-MM) | |
| price_type | No | Filter by price type: daily (monthly aggregates) or hf (high-frequency intraday) | |
| limit | No | Maximum number of results (default: 100, max: 10000) | |
| offset | No | Number of results to skip for pagination (default: 0) |