predictions_by_ticker
Retrieve normalized price predictions for a stock ticker, including short, mid, and long-term forecasts with a time series of dates and price ranges.
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 |