From ebcc21f5f15bdd53deaa721d61b81751a0ee005f Mon Sep 17 00:00:00 2001 From: gsilva5 Date: Fri, 14 Aug 2026 22:48:18 -0700 Subject: [PATCH] Correct weekend and holiday behavior for tokenized equity feeds The weekend section stated the feed reports the last closing price prior to the market close. Feeds update on deviation and heartbeat thresholds, so the value held while markets are closed is the last published onchain update, which may occur minutes to hours before the close and may not match the official exchange closing price. Also documents that no updates, including heartbeats, are published while markets are closed. Co-Authored-By: Claude Fable 5 --- src/content/data-feeds/tokenized-equity-feeds/index.mdx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/content/data-feeds/tokenized-equity-feeds/index.mdx b/src/content/data-feeds/tokenized-equity-feeds/index.mdx index f9f25ff082e..eb768bfd8dd 100644 --- a/src/content/data-feeds/tokenized-equity-feeds/index.mdx +++ b/src/content/data-feeds/tokenized-equity-feeds/index.mdx @@ -213,7 +213,8 @@ The session-aware smoothing that mitigates phantom liquidations also introduces Traditional equity markets are closed on weekends and holidays. During these periods: -- The feed will report the last closing price prior to the holiday market close +- The feed will report the last onchain value published before the market closed, which may have occurred minutes to hours before the market close based on the deviation or heartbeat thresholds. It may not match the official exchange closing price of the underlying equity. +- These feeds do not publish updates, including heartbeat updates, while markets are closed. The feed's timestamp reflects the final update published before the market closed. - No new price discovery occurs in the underlying markets - The staleness indicator will show increasingly old timestamps