rayana_ai_ticker_price
Daily close-price history for one ticker over the given period.
Long periods are evenly sampled down to ``max_points`` bars rather than
cut short, so the series still spans the whole period — ``5Y`` and ``MAX``
return the shape of the history, not its last year. ``last_close``,
``change_pct`` and the ``range_low``/``range_high`` extremes are computed
over every bar regardless of sampling.Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| period | No | 1Y | |
| symbol | Yes | ||
| max_points | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| period | Yes | ||
| points | Yes | ||
| ticker | Yes | ||
| range_low | No | ||
| change_pct | No | ||
| last_close | No | ||
| range_high | No |