EtfInfo
Complete stock holdings and daily share flow for an ETF.
▶Proto definition.proto
message EtfInfo { Ticker etf = 1; repeated Ticker tickers = 2; Date date = 3; optional int64 share_flow = 4; int64 tape_time = 5; }
Fields
The ETF represented by this snapshot and the Kafka message key.
Current stock holdings of the ETF.
Latest date for which a signed share flow is available.
share_flow
int64
optional
4
Signed ETF share change on date with positive values representing inflow.
tape_time
int64
5
Unix timestamp in milliseconds when this snapshot was published.