Updates to support calculated betas in the fundamental feed.

This commit is contained in:
2025-05-06 19:07:18 -04:00
parent 664a3f3271
commit 59ba764ae2
8 changed files with 259 additions and 128 deletions

View File

@@ -394,6 +394,8 @@ CREATE TABLE Fundamentals
source VARCHAR(15),
next_earnings_date DATE,
beta NUMERIC(19,2),
beta_calc_36 NUMERIC(19,2),
beta_calc_06 NUMERIC(19,2),
low52 NUMERIC(19,2),
high52 NUMERIC(19,2),
volume BIGINT,