predictions_by_ticker
Get normalized price predictions for a stock ticker, including expected short, mid, and long-term values, with a time series of mid, low, and high estimates.
Instructions
Normalized ticker prediction with a time series: { ticker, name, type, last_update, expected_short/mid/long, series: [{date, mid, low, high}, ...], }
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| req | Yes |