We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f35b891 commit 992b5e4Copy full SHA for 992b5e4
src/systemathics/apis/services/static_data/v1/static_data.proto
@@ -496,12 +496,6 @@ message EquityEntry
496
// Total trading volume from the previous day
497
int64 previous_total_volume = 18;
498
499
- // End time of the trading day for EOD calculations
500
- google.type.TimeOfDay trading_day_end_time_eod = 19;
501
-
502
- // Start time of the trading day for EOD calculations
503
- google.type.TimeOfDay trading_day_start_time_eod = 20;
504
505
// List of indices that include this security
506
repeated string index = 21;
507
0 commit comments