get_historical_summary
Retrieve a ticker's price history summary with moving averages, period high/low, and cumulative return over a chosen lookback window.
Instructions
Get a summarized price history for one ticker: moving averages, high/low, and return.
Args: ticker: Ticker symbol, e.g. 'AAPL' or 'VALE3.SA'. period: Lookback window: one of '1mo','3mo','6mo','1y','2y','5y','10y','ytd','max'.
Returns the 20/50-day simple moving averages, period high/low close, and cumulative return over the window. Moving averages are null when there isn't enough history for that window.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| period | No | 6mo | |
| ticker | Yes |