From 6a9abd954493eeb7ff937baa63f233c1d06740df Mon Sep 17 00:00:00 2001 From: catloversg <152669316+catloversg@users.noreply.github.com> Date: Tue, 17 Mar 2026 02:46:43 +0700 Subject: [PATCH] DOCUMENTATION: Update mention of outdated getStockForecast API (#2578) --- src/Documentation/doc/en/basic/stockmarket.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Documentation/doc/en/basic/stockmarket.md b/src/Documentation/doc/en/basic/stockmarket.md index 1929c28ec..9619ece47 100644 --- a/src/Documentation/doc/en/basic/stockmarket.md +++ b/src/Documentation/doc/en/basic/stockmarket.md @@ -49,7 +49,7 @@ Both the forecast and the second-order forecast change over time. A stock's forecast can be viewed after purchasing Four Sigma (4S) Market Data access. This lets you see the forecast info on the Stock Market UI. -If you also purchase access to the 4S Market Data TIX API, then you can view a stock's forecast using the `getStockForecast` function. +If you also purchase access to the 4S Market Data TIX API, then you can view a stock's forecast using the `stock.getForecast` function. A stock's second-order forecast is always hidden.