-
Notifications
You must be signed in to change notification settings - Fork 1
/
f10k-urls-map.csv
We can't make this file beautiful and searchable because it's too large.
3366 lines (3366 loc) · 565 KB
/
f10k-urls-map.csv
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
cusip6,cik,name,cusip,form10KUrls
001055,4977,{'AFLAC INC'},"{'001055102', '001055952', '000105510', '001055902'}",https://www.sec.gov/Archives/edgar/data/4977/000000497723000055/0000004977-23-000055.txt
001228,1514281,{'AG MORTGAGE INVESTMENT TRUST'},{'001228501'},https://www.sec.gov/Archives/edgar/data/1514281/000151428123000020/0001514281-23-000020.txt
00123Q,1423689,"{'AGNC INVT CORP', 'AGNC Investment Corp.'}","{'00123q104', '00123Q104', '00123Q954', '00123Q904'}",https://www.sec.gov/Archives/edgar/data/1423689/000142368923000017/0001423689-23-000017.txt
00130H,874761,{'AES CORP'},"{'00130H905', '00130H955', '00130H105', '00130h105'}",https://www.sec.gov/Archives/edgar/data/874761/000087476123000010/0000874761-23-000010.txt
00164V,1514991,"{'AMC NETWORKS INC', 'AMC NETWORKS INC A'}","{'00164V103', '00164V903', '00164V953'}",https://www.sec.gov/Archives/edgar/data/1514991/000151499123000009/0001514991-23-000009.txt
00165C,1411579,"{'AMC ENTMT HLDGS INC CL A COM', 'AMC ENTMT HLDGS INC'}","{'00165C904', '00165C954', '00165C104'}",https://www.sec.gov/Archives/edgar/data/1411579/000141157923000038/0001411579-23-000038.txt
00166B,1810182,{'ALX ONCOLOGY HLDGS INC'},{'00166B105'},https://www.sec.gov/Archives/edgar/data/1810182/000095017023007013/0000950170-23-007013.txt
001744,1142750,{'AMN HEALTHCARE SVCS INC'},"{'001744951', '001744101', '001744901'}",https://www.sec.gov/Archives/edgar/data/1142750/000114275023000006/0001142750-23-000006.txt
00175J,1015383,"{'A M M O INC', 'AMMO INC'}","{'00175j107', '00175J907', '00175J957', '00175J206', '00175J107'}",https://www.sec.gov/Archives/edgar/data/1015383/000149315223021280/0001493152-23-021280.txt
00182C,1023024,{'ANI PHARMACEUTICALS INC'},"{'00182C103', '00182C953', '00182C903'}",https://www.sec.gov/Archives/edgar/data/1023024/000102302423000005/0001023024-23-000005.txt
00183L,1705110,"{'ANGI INC', 'Angi Inc Class A'}","{'00183L902', '00183L102'}",https://www.sec.gov/Archives/edgar/data/1705110/000170511023000022/0001705110-23-000022.txt
00191G,1305168,{'ARC DOCUMENT SOLUTIONS INC'},{'00191G103'},https://www.sec.gov/Archives/edgar/data/1305168/000130516823000018/0001305168-23-000018.txt
00191U,890564,"{'A S G N INC', 'ASGN INC'}","{'00191U102', '00191u102'}",https://www.sec.gov/Archives/edgar/data/890564/000089056423000004/0000890564-23-000004.txt
00206R,732717,"{'AT&T Inc. 5 PFD PFD Ser A', 'AT&T INC', 'AT & T, Inc. New'}","{'00206R508', '00206r102', '00206R902', '00206R102', '00206R952'}",https://www.sec.gov/Archives/edgar/data/732717/000073271723000011/0000732717-23-000011.txt
00211Y,907654,{'ARCA BIOPHARMA INC'},"{'00211Y906', '00211Y506', '00211Y956'}",https://www.sec.gov/Archives/edgar/data/907654/000095017023004379/0000950170-23-004379.txt
002120,1339970,"{'aTyr Pharma, Inc.'}",{'002120202'},https://www.sec.gov/Archives/edgar/data/1339970/000095017023007873/0000950170-23-007873.txt
002121,1580808,{'A10 NETWORKS INC'},"{'002121101', '002121901'}",https://www.sec.gov/Archives/edgar/data/1580808/000158080823000058/0001580808-23-000058.txt
00215F,879585,{'ATN INTL INC'},{'00215F107'},https://www.sec.gov/Archives/edgar/data/879585/000155837023003851/0001558370-23-003851.txt
00217D,1780312,{'AST SPACEMOBILE INC'},"{'00217D100', '00217D950', '00217D900'}",https://www.sec.gov/Archives/edgar/data/1780312/000095017023011124/0000950170-23-011124.txt
00246W,1051627,{'AXT INC'},{'00246W103'},https://www.sec.gov/Archives/edgar/data/1051627/000155837023004035/0001558370-23-004035.txt
002474,8947,{'AZZ INC'},{'002474104'},https://www.sec.gov/Archives/edgar/data/8947/000000894723000042/0000008947-23-000042.txt
00258W,1821393,{'THE AARONS COMPANY INC'},{'00258W108'},https://www.sec.gov/Archives/edgar/data/1821393/000182139323000005/0001821393-23-000005.txt
002824,1800,"{'ABBOTT LABORATORIES', 'ABBOTT LABS CALL', 'Abbott Laboratories', 'ABBOTT LABS'}","{'002824950', '002824100', '000282410', '002824900', '002824101'}",https://www.sec.gov/Archives/edgar/data/1800/000162828023004026/0001628280-23-004026.txt
00287Y,1551152,"{'Abbvie, Inc.', 'ABBVIE INC PUT', 'ABBVIE INC', 'ABBVIE INC CALL'}","{'00287Y109', '00287y109', '00287Y909', '00287Y959'}",https://www.sec.gov/Archives/edgar/data/1551152/000155115223000011/0001551152-23-000011.txt
00288U,1703057,"{'ABCELLERA BIOLOGICS INC', 'Abcellera Biologics Inc'}","{'00288u106', '00288U906', '00288U106', '00288U956'}",https://www.sec.gov/Archives/edgar/data/1703057/000156459023002128/0001564590-23-002128.txt
002896,1018840,"{'ABERCROMBIE & FITCH CO', 'ABERCROMBIE & FITCH CO-CL A'}","{'002896957', '002896207', '002896907'}",https://www.sec.gov/Archives/edgar/data/1018840/000101884023000011/0001018840-23-000011.txt
00289Y,318306,{'ABEONA THERAPEUTICS INC'},{'00289Y206'},https://www.sec.gov/Archives/edgar/data/318306/000149315223009381/0001493152-23-009381.txt
003783,1490054,{'APPLE INC'},{'003783310'},https://www.sec.gov/Archives/edgar/data/1490054/000109690623001489/0001096906-23-001489.txt
003881,934549,{'ACACIA RESH CORP'},{'003881307'},https://www.sec.gov/Archives/edgar/data/934549/000093454923000031/0000934549-23-000031.txt
00404A,1520697,"{'ACADIA HEALTHCARE CO', 'ACADIA HEALTHCARE COMPANY IN'}","{'00404A109', '00404a109', '00404A909'}",https://www.sec.gov/Archives/edgar/data/1520697/000156459023002737/0001564590-23-002737.txt
004239,899629,{'ACADIA REALTY TRUST'},{'004239109'},https://www.sec.gov/Archives/edgar/data/899629/000095017023005499/0000950170-23-005499.txt
00430H,727207,"{'Accelerate Diagnos', 'ACCELERATE DIAGNOSTICS INC'}","{'00430H952', '00430H102', '00430h102'}",https://www.sec.gov/Archives/edgar/data/727207/000162828023010221/0001628280-23-010221.txt
00436Q,1698991,{'ACCEL ENTERTAINMENT INC'},{'00436Q106'},https://www.sec.gov/Archives/edgar/data/1698991/000169899123000010/0001698991-23-000010.txt
00437E,1481646,{'ACCOLADE INC'},"{'00437E902', '00437E952', '00437E102'}",https://www.sec.gov/Archives/edgar/data/1481646/000155837023007137/0001558370-23-007137.txt
004397,1138723,{'ACCURAY INC'},"{'004397105', '004397905'}",https://www.sec.gov/Archives/edgar/data/1138723/000095017023047052/0000950170-23-047052.txt
00444T,1427925,{'ACELRX PHARMACEUTICALS INC'},{'00444T209'},https://www.sec.gov/Archives/edgar/data/1427925/000143774923008737/0001437749-23-008737.txt
004468,949858,{'ACHIEVE LIFE SCIENCES INC'},"{'004468500', '004468900'}",https://www.sec.gov/Archives/edgar/data/949858/000156459023003800/0001564590-23-003800.txt
00461U,1557746,"{'ACLARIS THERAPEUTICS', 'ACLARIS THERAPEUTICS INC'}","{'00461U105', '00461U905', '00461U955'}",https://www.sec.gov/Archives/edgar/data/1557746/000155837023001829/0001558370-23-001829.txt
004816,2098,{'ACME UTD CORP'},{'004816104'},https://www.sec.gov/Archives/edgar/data/2098/000156459023003422/0001564590-23-003422.txt
00484M,1008848,"{None, 'ACORDA THERAPEUTICS INC'}","{'00484M601', '00484MAC0'}",https://www.sec.gov/Archives/edgar/data/1008848/000095017023007948/0000950170-23-007948.txt
00507V,718877,{'ACTIVISION BLIZZARD INC'},"{'00507V909', '00507V109', '00507v109', '00507V959'}",https://www.sec.gov/Archives/edgar/data/718877/000162828023004842/0001628280-23-004842.txt
00507W,1388320,{'ACTINIUM PHARMACEUTICALS INC'},"{'00507W906', '00507W956', '00507W206'}",https://www.sec.gov/Archives/edgar/data/1388320/000121390023025597/0001213900-23-025597.txt
00508Y,1144215,"{'ACUITY BRANDS INC COM', 'ACUITY BRANDS INC'}","{'00508Y902', '00508Y102', '00508Y952', '00508y102'}",https://www.sec.gov/Archives/edgar/data/1144215/000114421523000090/0001144215-23-000090.txt
005098,1672013,{'ACUSHNET HLDGS CORP'},{'005098108'},https://www.sec.gov/Archives/edgar/data/1672013/000167201323000011/0001672013-23-000011.txt
005111,1522860,{'ACUTUS MED INC'},"{'005111109', '005111909'}",https://www.sec.gov/Archives/edgar/data/1522860/000162828023009077/0001628280-23-009077.txt
00547W,887247,{'ADAMIS PHARMACEUTICALS CORP'},{'00547W208'},https://www.sec.gov/Archives/edgar/data/887247/000138713123003523/0001387131-23-003523.txt
006351,2178,{'ADAMS RESOURCES & ENERGY INC'},{'006351308'},https://www.sec.gov/Archives/edgar/data/2178/000000217823000038/0000002178-23-000038.txt
00650F,1478320,"{'ADAPTIVE BIOTECHNOLOGIES CORPO', 'ADAPTIVE BIOTECHNOLOGIES COR'}","{'00650F909', '00650F959', '00650f109', '00650F109'}",https://www.sec.gov/Archives/edgar/data/1478320/000095017023002792/0000950170-23-002792.txt
00653A,1621227,{'ADAPTIMMUNE THERAPEUTICS PLC'},{'00653A107'},https://www.sec.gov/Archives/edgar/data/1621227/000155837023002907/0001558370-23-002907.txt
00653H,1823584,{'ADARAACQUISITIONCORP-CLA'},{'00653H102'},https://www.sec.gov/Archives/edgar/data/1823584/000141057823002149/0001410578-23-002149.txt
00653H,1823584,{'ADARAACQUISITIONCORP-CLA'},{'00653H102'},https://www.sec.gov/Archives/edgar/data/1823584/000141057823000458/0001410578-23-000458.txt
00653Q,1725255,"{'ADAPTHEALTH CORP', 'AdaptHealth Corp. Class A'}","{'00653Q102', '00653Q902'}",https://www.sec.gov/Archives/edgar/data/1725255/000162828023005590/0001628280-23-005590.txt
006739,1468328,{'ADDUS HOMECARE CORP'},"{'006739906', '006739106'}",https://www.sec.gov/Archives/edgar/data/1468328/000095017023005160/0000950170-23-005160.txt
00688A,1513525,{'ADIAL PHARMACEUTICALS INC'},{'00688A106'},https://www.sec.gov/Archives/edgar/data/1513525/000121390023024719/0001213900-23-024719.txt
007002,1720580,{'ADICET BIO INC'},{'007002108'},https://www.sec.gov/Archives/edgar/data/1720580/000095017023008130/0000950170-23-008130.txt
007025,1726711,{'ADITXT INC'},{'007025505'},https://www.sec.gov/Archives/edgar/data/1726711/000121390023030316/0001213900-23-030316.txt
00724F,1411207,"{'ADOBE INC', 'ADOBE SYSTEMS INCORPORATED', 'ADOBE SYS INC'}","{'00724F101', '00724F951', '00724f101', '00724F901'}",https://www.sec.gov/Archives/edgar/data/1411207/000095017023002967/0000950170-23-002967.txt
00737L,730464,{'ADTALEM GLOBAL ED INC'},"{'00737L903', '00737L103'}",https://www.sec.gov/Archives/edgar/data/730464/000155837023014509/0001558370-23-014509.txt
00751Y,1158449,"{'ADVANCE AUTO PARTS INC', 'Advance Auto Parts Inc'}","{'00751Y956', '00751Y106', '00751Y906', '00751y106'}",https://www.sec.gov/Archives/edgar/data/1158449/000115844923000035/0001158449-23-000035.txt
007588,852772,{'BECTON DICKINSON & CO'},{'007588710'},https://www.sec.gov/Archives/edgar/data/852772/000085277223000032/0000852772-23-000032.txt
00760J,1040470,{'AEHR TEST SYS'},"{'00760J908', '00760J108', '00760J958'}",https://www.sec.gov/Archives/edgar/data/1040470/000165495423011271/0001654954-23-011271.txt
00766T,868857,"{'AECOM COM', 'AECOM'}","{'00766T100', '00766t100', '00766T900', '00766T950'}",https://www.sec.gov/Archives/edgar/data/868857/000110465923118329/0001104659-23-118329.txt
00770C,1515156,{'ADVANCED EMISSIONS SOLUTIONS'},{'00770C101'},https://www.sec.gov/Archives/edgar/data/1515156/000151515623000024/0001515156-23-000024.txt
00770K,738214,"{'AEMETIS INC COM NEW', 'AEMETIS INC'}","{'00770k202', '00770K202', '00770K902'}",https://www.sec.gov/Archives/edgar/data/738214/000143774923005872/0001437749-23-005872.txt
007737,1036848,{'MEGA MATRIX CORP'},{'007737109'},https://www.sec.gov/Archives/edgar/data/1036848/000121390023025519/0001213900-23-025519.txt
00773J,1636282,{'AEGLEA BIOTHERAPEUTICS INC'},{'00773J103'},https://www.sec.gov/Archives/edgar/data/1636282/000095017023005705/0000950170-23-005705.txt
00773T,1673985,{'ADVANSIX INC'},"{'00773T901', '00773T101'}",https://www.sec.gov/Archives/edgar/data/1673985/000167398523000007/0001673985-23-000007.txt
00773U,1501756,{'ADVERUM BIOTECHNOLOGIES INC'},"{'00773U908', '00773U108'}",https://www.sec.gov/Archives/edgar/data/1501756/000162828023009899/0001628280-23-009899.txt
007800,40888,{'AEROJET ROCKETDYNE HLDGS INC'},"{'007800955', '007800905', '007800105'}",https://www.sec.gov/Archives/edgar/data/40888/000004088823000005/0000040888-23-000005.txt
007903,2488,{'ADVANCED MICRO DEVICES INC'},"{'007903907', '007903107', '007903957'}",https://www.sec.gov/Archives/edgar/data/2488/000000248823000047/0000002488-23-000047.txt
00790R,1604028,"{'ADVANCED DRAIN SYS INC DEL', 'Advanced Drainage Systems, Inc'}","{'00790r104', '00790R104', '00790R904'}",https://www.sec.gov/Archives/edgar/data/1604028/000160402823000015/0001604028-23-000015.txt
00791N,1776661,"{'ADVANTAGE SOLUTIONS INC', None}","{'00791N110', '00791N102'}",https://www.sec.gov/Archives/edgar/data/1776661/000095017023005522/0000950170-23-005522.txt
007973,927003,{'ADVANCED ENERGY INDS'},{'007973100'},https://www.sec.gov/Archives/edgar/data/927003/000155837023001498/0001558370-23-001498.txt
008073,1368622,{'AEROVIRONMENT INC'},"{'008073958', '008073108', '008073908'}",https://www.sec.gov/Archives/edgar/data/1368622/000155837023011469/0001558370-23-011469.txt
00808Y,882291,{'AETHLON MED INC'},{'00808Y307'},https://www.sec.gov/Archives/edgar/data/882291/000168316823004487/0001683168-23-004487.txt
008252,1004434,{'AFFILIATED MANAGERS GROUP IN'},{'008252108'},https://www.sec.gov/Archives/edgar/data/1004434/000100443423000010/0001004434-23-000010.txt
00832E,1823406,{'AFFINITY BANCSHARES INC'},{'00832E103'},https://www.sec.gov/Archives/edgar/data/1823406/000095017023009519/0000950170-23-009519.txt
00846U,1090872,"{'Agilent Technologies, Inc.', 'AGILENT TECHNOLOGIES INC'}","{'00846U901', '00846u101', '00846U951', '00846U101'}",https://www.sec.gov/Archives/edgar/data/1090872/000109087223000020/0001090872-23-000020.txt
00847G,1098972,{'AGENUS INC'},"{'00847G705', '00847G905'}",https://www.sec.gov/Archives/edgar/data/1098972/000095017023008517/0000950170-23-008517.txt
00847J,78749,{'AGILYSYS INC'},"{'00847J905', '00847J955', '00847J105', '00847j105'}",https://www.sec.gov/Archives/edgar/data/78749/000095017023023196/0000950170-23-023196.txt
00847L,1261249,{'AGILE THERAPEUTICS INC'},{'00847L209'},https://www.sec.gov/Archives/edgar/data/1261249/000155837023004386/0001558370-23-004386.txt
00847X,1439222,{'AGIOS PHARMACEUTICALS INC'},"{'00847X104', '00847X954', '00847X904'}",https://www.sec.gov/Archives/edgar/data/1439222/000143922223000039/0001439222-23-000039.txt
00848H,1708599,{'AGEX THERAPEUTICS INC'},{'00848H108'},https://www.sec.gov/Archives/edgar/data/1708599/000149315223010285/0001493152-23-010285.txt
00848K,8504,{'AGEAGLE AERIAL SYS INC NEW'},{'00848K101'},https://www.sec.gov/Archives/edgar/data/8504/000165495423004388/0001654954-23-004388.txt
008492,917251,"{'Agree Realty Corp REIT', 'AGREE RLTY CORP'}","{'008492950', '008492100', '008492900'}",https://www.sec.gov/Archives/edgar/data/917251/000155837023001274/0001558370-23-001274.txt
00856G,1592016,"{'AGROFRESH SOLUTIONS COM', 'AGROFRESH SOLUTIONS INC'}","{'00856g109', '00856G109'}",https://www.sec.gov/Archives/edgar/data/1592016/000159201623000006/0001592016-23-000006.txt
00887A,1420565,{'Aileron Therapeutics Inc. (alrn)'},{'00887A105'},https://www.sec.gov/Archives/edgar/data/1420565/000095017023008767/0000950170-23-008767.txt
00901B,946644,{'AIM IMMUNOTECH INC'},{'00901B105'},https://www.sec.gov/Archives/edgar/data/946644/000149315223010351/0001493152-23-010351.txt
009066,1559720,"{None, 'AIRBNB INC'}","{'009066901', '009066AB7', '009066951', '009066101'}",https://www.sec.gov/Archives/edgar/data/1559720/000155972023000003/0001559720-23-000003.txt
00912N,1009891,{'AIR INDS GROUP'},{'00912N403'},https://www.sec.gov/Archives/edgar/data/1009891/000121390023040540/0001213900-23-040540.txt
00912X,1487712,"{'Air Lease Corp', 'AIR LEASE CORP'}","{'00912X902', '00912x302', '00912X302'}",https://www.sec.gov/Archives/edgar/data/1487712/000162828023003886/0001628280-23-003886.txt
009207,353184,{'AIR T INC'},{'009207101'},https://www.sec.gov/Archives/edgar/data/353184/000035318423000071/0000353184-23-000071.txt
00922R,894081,"{'Air Transport Services Group I', 'AIR TRANSPORT SERVICES GRP I'}","{'00922R905', '00922R105'}",https://www.sec.gov/Archives/edgar/data/894081/000089408123000035/0000894081-23-000035.txt
00938A,1272842,{'AIRGAIN INC'},{'00938A104'},https://www.sec.gov/Archives/edgar/data/1272842/000095017023008785/0000950170-23-008785.txt
00971T,1086222,{'AKAMAI TECHNOLOGIES INC'},"{'00971T901', '00971t101', '00971T101', '00971T951'}",https://www.sec.gov/Archives/edgar/data/1086222/000108622223000078/0001086222-23-000078.txt
00972D,1517022,{'AKEBIA THERAPEUTICS INC'},"{'00972D955', '00972D105', '00972D905'}",https://www.sec.gov/Archives/edgar/data/1517022/000162828023007539/0001628280-23-007539.txt
00973N,1584754,{'AKOUSTIS TECHNOLOGIES INC'},"{'00973N102', '00973N902', '00973N952'}",https://www.sec.gov/Archives/edgar/data/1584754/000121390023074139/0001213900-23-074139.txt
00973Y,1744659,{'AKERO THERAPEUTICS INC'},"{'00973Y958', '00973Y108', '00973Y908'}",https://www.sec.gov/Archives/edgar/data/1744659/000095017023008566/0000950170-23-008566.txt
01021F,1776197,{'AKUMIN INC'},{'01021F109'},https://www.sec.gov/Archives/edgar/data/1776197/000177619723000009/0001776197-23-000009.txt
010392,3153,"{'Alpine Immune Sciences, Inc.'}",{'010392595'},https://www.sec.gov/Archives/edgar/data/3153/000009212223000012/0000092122-23-000012.txt
011311,811532,{'ALAMO GROUP INC'},{'011311107'},https://www.sec.gov/Archives/edgar/data/811532/000081153223000047/0000811532-23-000047.txt
011642,1459200,{'ALARM COM HLDGS INC'},{'011642105'},https://www.sec.gov/Archives/edgar/data/1459200/000145920023000006/0001459200-23-000006.txt
012348,819793,{'Albany International Corporation Class A'},{'012348108'},https://www.sec.gov/Archives/edgar/data/819793/000081979323000010/0000819793-23-000010.txt
012653,915913,{'ALBEMARLE CORP'},"{'012653901', '012653101', '012653951'}",https://www.sec.gov/Archives/edgar/data/915913/000091591323000039/0000915913-23-000039.txt
013091,1646972,"{'Albertsons Cos. Inc.', 'ALBERTSONS COS INC'}","{'013091103', '013091953', '013091903'}",https://www.sec.gov/Archives/edgar/data/1646972/000164697223000045/0001646972-23-000045.txt
013872,1675149,"{'Alcoa Corporation', 'ALCOA CORP'}","{'013872906', '013872106', '013872956'}",https://www.sec.gov/Archives/edgar/data/1675149/000156459023002319/0001564590-23-002319.txt
01438T,1341235,{'ALDEYRA THERAPEUTICS INC'},"{'01438T956', '01438T906', '01438T106'}",https://www.sec.gov/Archives/edgar/data/1341235/000095017023006998/0000950170-23-006998.txt
014442,1653087,{'ALECTOR INC'},"{'014442907', '014442107'}",https://www.sec.gov/Archives/edgar/data/1653087/000095017023005111/0000950170-23-005111.txt
014752,3499,{'ALEXANDERS INC'},{'014752109'},https://www.sec.gov/Archives/edgar/data/3499/000000349923000005/0000003499-23-000005.txt
015271,1035443,"{'ALEXANDRIA REAL ESTATE EQ', 'ALEXANDRIA REAL ESTATE EQ IN'}","{'015271909', '015271109', '015271959'}",https://www.sec.gov/Archives/edgar/data/1035443/000103544323000099/0001035443-23-000099.txt
016230,3545,{'ALICO INC'},{'016230104'},https://www.sec.gov/Archives/edgar/data/3545/000000354523000030/0000003545-23-000030.txt
016255,1097149,{'ALIGN TECHNOLOGY INC'},"{'016255901', '016255101', '016255951'}",https://www.sec.gov/Archives/edgar/data/1097149/000109714923000013/0001097149-23-000013.txt
016259,1267602,{'ALIMERA SCIENCES INC'},{'016259202'},https://www.sec.gov/Archives/edgar/data/1267602/000126760223000027/0001267602-23-000027.txt
01626L,1799448,{'ALIGOS THERAPEUTICS INC'},{'01626L105'},https://www.sec.gov/Archives/edgar/data/1799448/000095017023007033/0000950170-23-007033.txt
01643A,1532390,"{'ALKALINE WTR CO INC', 'ALKALINE WATER CO INC/THE'}","{'01643A306', '01643A207'}",https://www.sec.gov/Archives/edgar/data/1532390/000106299323016652/0001062993-23-016652.txt
01671P,1564824,{'ALLAKOS INC'},"{'01671P100', '01671P900'}",https://www.sec.gov/Archives/edgar/data/1564824/000095017023006248/0000950170-23-006248.txt
01741R,1018963,"{None, 'Allegheny Technologies Inc.', 'ATI INC'}","{'01741R102', '01741RAK8', '01741r102', '01741R952', '01741R902'}",https://www.sec.gov/Archives/edgar/data/1018963/000162828023005017/0001628280-23-005017.txt
01748X,1362468,{'ALLEGIANT TRAVEL CO'},"{'01748X952', '01748X902', '01748x102', '01748X102'}",https://www.sec.gov/Archives/edgar/data/1362468/000136246823000014/0001362468-23-000014.txt
018522,66756,"{'ALLETE, Inc.'}",{'018522300'},https://www.sec.gov/Archives/edgar/data/66756/000006675623000005/0000066756-23-000005.txt
018581,1101215,{'BREAD FINANCIAL HOLDINGS INC'},"{'018581908', '018581108', '018581958'}",https://www.sec.gov/Archives/edgar/data/1101215/000110121523000049/0001101215-23-000049.txt
01877R,1086600,"{'ALLIANCE RESOURCE PAR LP', 'ALLIANCE RESOURCE PARTNERS L', 'Alliance Resource Partners'}","{'01877R908', '01877R958', '01877r108', '01877R108'}",https://www.sec.gov/Archives/edgar/data/1086600/000155837023002034/0001558370-23-002034.txt
018802,939930,{'ALLIANT ENERGY CORP'},"{'018802108', '018802908', '018802958'}",https://www.sec.gov/Archives/edgar/data/939930/000093993023000052/0000939930-23-000052.txt
01881G,825313,"{'Alliance Bernstein Holding LP', 'ALLIANCEBERNSTEIN HOLDING', 'ALLIANCEBERNSTEIN HLDG L P'}","{'01881G906', '01881g106', '01881G106', '01881G956'}",https://www.sec.gov/Archives/edgar/data/825313/000082531323000011/0000825313-23-000011.txt
019170,1708341,{'ALLIED GAMING & ENTRTNMNT IN'},{'019170109'},https://www.sec.gov/Archives/edgar/data/1708341/000121390023022824/0001213900-23-022824.txt
019330,46129,{'AMOT'},{'019330109'},https://www.sec.gov/Archives/edgar/data/46129/000155837023003041/0001558370-23-003041.txt
01973R,1411207,"{'Allison Transmission Holdings,', 'ALLISON TRANSMISSION HLDGS I'}","{'01973R901', '01973R101', '01973R951', '01973r101'}",https://www.sec.gov/Archives/edgar/data/1411207/000095017023002967/0000950170-23-002967.txt
019770,1737287,{'ALLOGENE THERAPEUTICS INC'},"{'019770956', '019770906', '019770106'}",https://www.sec.gov/Archives/edgar/data/1737287/000173728723000018/0001737287-23-000018.txt
019818,1754068,{'ALLOVIR INC'},"{'019818903', '019818103'}",https://www.sec.gov/Archives/edgar/data/1754068/000095017023002830/0000950170-23-002830.txt
020002,899051,"{'ALLSTATE CORP 5.1 PERPTL', 'ALLSTATE CORP'}","{'020002951', '020002901', '020002101', '020002838'}",https://www.sec.gov/Archives/edgar/data/899051/000089905123000020/0000899051-23-000020.txt
02005N,40729,"{'ALLY FINL INC', 'ALLY FINL INC COM', 'ALLY FINANCIAL INC'}","{'02005N100', '02005n100', '02005N900', '02005NBF6', '02005N950'}",https://www.sec.gov/Archives/edgar/data/40729/000004072923000005/0000040729-23-000005.txt
02043Q,1178670,"{'ALNYLAM PHARMACEUTICALS INC', 'ALNYLAM PHARMACEUTICALS'}","{'02043q107', '02043Q107', '02043Q957', '02043Q907'}",https://www.sec.gov/Archives/edgar/data/1178670/000117867023000005/0001178670-23-000005.txt
020772,88000,{'ALPHA PRO TECH LTD'},"{'020772909', '020772959', '020772109'}",https://www.sec.gov/Archives/edgar/data/88000/000095017023010594/0000950170-23-010594.txt
02079K,1652044,"{'Alphabet Inc', 'ALPHABET INC. CLASS A', 'Alphabet Inc. Class C', 'ALPHABET INC', 'Alphabet Inc. Class A'}","{'02079K305', '02079K955', '02079K107', '02079K957', '02079k305', '02079k107', '02079K905', '02079K907'}",https://www.sec.gov/Archives/edgar/data/1652044/000165204423000016/0001652044-23-000016.txt
02081G,1350653,"{'ALPHATEC HLDGS INC', 'ALPHATEC HLDGS INC COM NEW', 'Alphatec Holdings, Inc.'}","{'02081G201', '02081g201', '02081G901'}",https://www.sec.gov/Archives/edgar/data/1350653/000095017023005175/0000950170-23-005175.txt
02083G,1626199,{'ALPINE IMMUNE SCIENCES INC'},{'02083G100'},https://www.sec.gov/Archives/edgar/data/1626199/000162619923000037/0001626199-23-000037.txt
02083X,1786117,"{'ALPINE INCOME PROPERTY TRUST', 'ALPINE INCOME PPTY TR INC'}","{'02083X103', '02083x103'}",https://www.sec.gov/Archives/edgar/data/1786117/000155837023001074/0001558370-23-001074.txt
02128L,1759824,"{'ALTA EQUIPMENT GROUP', 'ALTA EQUIP GROUP INC PFD', 'ALTA EQUIPMENT GROUP INC'}","{'02128L205', '02128L106', '02128l106'}",https://www.sec.gov/Archives/edgar/data/1759824/000095017023007039/0000950170-23-007039.txt
021369,1701732,{'ALTAIR ENGINEERING INC A'},{'021369103'},https://www.sec.gov/Archives/edgar/data/1701732/000095017023004281/0000950170-23-004281.txt
021513,778164,{'ALTO INGREDIENTS INC'},"{'021513956', '021513906', '021513106'}",https://www.sec.gov/Archives/edgar/data/778164/000121390023019976/0001213900-23-019976.txt
02153X,1555074,{'ALTISOURCE ASSET MGMT CORP'},{'02153X108'},https://www.sec.gov/Archives/edgar/data/1555074/000155507423000012/0001555074-23-000012.txt
02155H,1326190,"{'ALTIMMUNE INC', 'Altimmune, Inc.'}","{'02155H950', '02155H900', '02155H200'}",https://www.sec.gov/Archives/edgar/data/1326190/000132619023000008/0001326190-23-000008.txt
02156B,1689923,"{'ALTERYX INC CLASS A', 'ALTERYX INC CLASS A COMMON STO', 'ALTERYX INC'}","{'02156B903', '02156b103', '02156B953', '02156B103'}",https://www.sec.gov/Archives/edgar/data/1689923/000168992323000012/0001689923-23-000012.txt
02156K,1702780,"{'ALTICE U S A INC CLASS A', 'ALTICE USA INC'}","{'02156K953', '02156K903', '02156k103', '02156K103'}",https://www.sec.gov/Archives/edgar/data/1702780/000162828023004614/0001628280-23-004614.txt
02208R,1374535,"{'AIMC', 'ALTRA INDL MOTION CORP'}","{'02208R106', '02208r106'}",https://www.sec.gov/Archives/edgar/data/1374535/000095017023005578/0000950170-23-005578.txt
02209S,764180,"{'Altria Group Inc.', 'ALTRIA GROUP INC'}","{'02209S903', '02209S103', '02209S953', '02209s103'}",https://www.sec.gov/Archives/edgar/data/764180/000076418023000020/0000764180-23-000020.txt
02215L,1692787,"{'KINETIK HOLDINGS INC', 'Kinetik Holdings'}","{'02215l209', '02215L209'}",https://www.sec.gov/Archives/edgar/data/1692787/000169278723000009/0001692787-23-000009.txt
023111,897448,{'AMARIN CORP PLC'},"{'023111906', '023111206', '023111956'}",https://www.sec.gov/Archives/edgar/data/897448/000095017023005336/0000950170-23-005336.txt
023135,1018724,"{'AMAZON COM INC', 'AMAZON COM INC CALL'}","{'023135906', '023135106', '023135956'}",https://www.sec.gov/Archives/edgar/data/1018724/000101872423000004/0001018724-23-000004.txt
023139,874501,"{'AMBAC FINL GROUP INC', 'AMBAC FINANCIAL GROUP INC'}","{'023139884', '023139904'}",https://www.sec.gov/Archives/edgar/data/874501/000087450123000040/0000874501-23-000040.txt
023164,20639,{'AMBASE CORP COM'},{'023164106'},https://www.sec.gov/Archives/edgar/data/20639/000114036123014268/0001140361-23-014268.txt
023436,896262,{'AMEDISYS INC'},"{'023436958', '023436908', '023436108'}",https://www.sec.gov/Archives/edgar/data/896262/000089626223000017/0000896262-23-000017.txt
023551,4447,{'AMERADA HESS CORP'},{'023551104'},https://www.sec.gov/Archives/edgar/data/4447/000162828023005059/0001628280-23-005059.txt
023586,4457,"{'U HAUL HOLDING COMPANY', 'U-Haul Holding Co.'}","{'023586506', '023586900', '023586100', '023586950'}",https://www.sec.gov/Archives/edgar/data/4457/000000445723000052/0000004457-23-000052.txt
023608,1002910,{'AMEREN CORP'},"{'023608102', '023608902'}",https://www.sec.gov/Archives/edgar/data/1002910/000100291023000053/0001002910-23-000053.txt
02361E,1488139,{'AMERESCO INC'},"{'02361E958', '02361E908', '02361e108', '02361E108'}",https://www.sec.gov/Archives/edgar/data/1488139/000148813923000014/0001488139-23-000014.txt
02369M,1843656,{None},{'02369M110'},https://www.sec.gov/Archives/edgar/data/1843656/000147793223001635/0001477932-23-001635.txt
02376R,6201,"{None, 'AMERICAN AIRLS GROUP INC', 'AMERICAN AIRLINES GROUP INC'}","{'02376RAF9', '02376R102', '02376r102', '02376R902', '02376R952'}",https://www.sec.gov/Archives/edgar/data/6201/000000620123000018/0000006201-23-000018.txt
024013,1500217,{'AMERICAN ASSETS TR INC'},{'024013104'},https://www.sec.gov/Archives/edgar/data/1500217/000150021723000010/0001500217-23-000010.txt
024061,1062231,{'AMERICAN AXLE & MFG HLDGS IN'},"{'024061903', '024061103', '024061953'}",https://www.sec.gov/Archives/edgar/data/1062231/000106223123000016/0001062231-23-000016.txt
025537,4904,{'AMERICAN ELEC PWR CO INC'},"{'025537101', '025537951', '025537901'}",https://www.sec.gov/Archives/edgar/data/4904/000000490423000011/0000004904-23-000011.txt
02553E,919012,"{'AMERICAN EAGLE OUTFITTERS IN', 'American Eagle Outfitters Inc'}","{'02553E106', '02553E906', '02553e106', '02553E956'}",https://www.sec.gov/Archives/edgar/data/919012/000095017023007604/0000950170-23-007604.txt
025676,1039828,{'AMERICAN EQTY INVT LIFE HLD'},"{'025676956', '025676906', '025676206'}",https://www.sec.gov/Archives/edgar/data/1039828/000103982823000032/0001039828-23-000032.txt
025816,4962,{'AMERICAN EXPRESS CO'},"{'025816959', '025816909', '025816109'}",https://www.sec.gov/Archives/edgar/data/4962/000000496223000006/0000004962-23-000006.txt
02607T,1568162,"{'NECESSITY RETAIL REIT INC/TH', 'NECESSITY RETAIL 7.5 PFD', 'NECESSITY RET 7.375 PFD'}","{'02607T406', '02607T505', '02607T109'}",https://www.sec.gov/Archives/edgar/data/1568162/000156816223000008/0001568162-23-000008.txt
02665T,1562401,"{'American Homes 4 Rent (AMH)', 'AMERICAN HOMES 4 RENT'}","{'02665t306', '02665T306', '02665T906'}",https://www.sec.gov/Archives/edgar/data/1562401/000156240123000032/0001562401-23-000032.txt
026874,5272,"{'American International Group, Inc.', 'AMERICAN INTL GROUP INC', 'American Intl Group'}","{'026874954', '026874784', '026874904', '026874107'}",https://www.sec.gov/Archives/edgar/data/5272/000000527223000007/0000005272-23-000007.txt
027745,741516,{'AMERICAN NATL BANKSHARES INC'},{'027745108'},https://www.sec.gov/Archives/edgar/data/741516/000143774923006452/0001437749-23-006452.txt
02875D,1808997,{'AMERICAN OUTDOOR BRANDS INC'},"{'02875D909', '02875D109', '02875D959'}",https://www.sec.gov/Archives/edgar/data/1808997/000095017023030394/0000950170-23-030394.txt
02913V,1201792,{'AMERICAN PUB ED INC'},"{'02913V103', '02913V903'}",https://www.sec.gov/Archives/edgar/data/1201792/000120179223000004/0001201792-23-000004.txt
029174,1102238,{'AMERICAN REALTY INVESTORS IN'},{'029174109'},https://www.sec.gov/Archives/edgar/data/1102238/000110223823000004/0001102238-23-000004.txt
02927U,1590715,"{'AMERICAN RES CORP', 'AMERICAN RES CORP CL A'}","{'02927U208', '02927U908'}",https://www.sec.gov/Archives/edgar/data/1590715/000147793223002105/0001477932-23-002105.txt
029595,744825,{'AMERICAN SHARED HOSPITAL SVC'},{'029595105'},https://www.sec.gov/Archives/edgar/data/744825/000143774923008796/0001437749-23-008796.txt
029683,713425,{'AMERICAN SOFTWARE INC-CL A'},{'029683109'},https://www.sec.gov/Archives/edgar/data/713425/000162828023024860/0001628280-23-024860.txt
029899,1056903,{'AMER STATES WTR CO'},{'029899101'},https://www.sec.gov/Archives/edgar/data/1056903/000162828023005869/0001628280-23-005869.txt
029912,1053507,{'AMERICAN TOWER CORP'},{'029912201'},https://www.sec.gov/Archives/edgar/data/1053507/000105350723000023/0001053507-23-000023.txt
030111,880807,{'American Superconductor Corp'},{'030111207'},https://www.sec.gov/Archives/edgar/data/880807/000143774923016265/0001437749-23-016265.txt
03027X,1053507,"{'American Tower Corp', 'AMERICAN TOWER CORP NEW'}","{'03027x100', '03027X950', '03027X100', '03027X900'}",https://www.sec.gov/Archives/edgar/data/1053507/000105350723000023/0001053507-23-000023.txt
030371,5981,{'AMERICAN VANGUARD CORP'},"{'030371108', '030371958', '030371908'}",https://www.sec.gov/Archives/edgar/data/5981/000095017023008438/0000950170-23-008438.txt
030382,1704760,{'AMERICAN VIRTUAL CLOUD TECHN'},{'030382204'},https://www.sec.gov/Archives/edgar/data/1704760/000121390023028156/0001213900-23-028156.txt
030420,1717547,{'AMERICAN WTR WKS CO INC NEW'},"{'030420953', '030420103', '030420903'}",https://www.sec.gov/Archives/edgar/data/1717547/000171754723000009/0001717547-23-000009.txt
03044L,1393584,"{'AMERICAN WELL CORP', 'American Well Corp'}","{'03044l105', '03044L105', '03044L905'}",https://www.sec.gov/Archives/edgar/data/1393584/000095017023003945/0000950170-23-003945.txt
030506,794619,{'AMERICAN WOODMARK CORPORATIO'},"{'030506959', '030506109'}",https://www.sec.gov/Archives/edgar/data/794619/000079461923000040/0000794619-23-000040.txt
03062T,799850,"{'AMERICAS CAR-MART INC', 'AMERICAS CAR MART INC COM'}","{'03062t105', '03062T105'}",https://www.sec.gov/Archives/edgar/data/799850/000117184323004114/0001171843-23-004114.txt
03064D,1455863,"{'AMERICOLD REALTY TRUST INC', 'AMERICOLD REALTY TRUST INC COM'}","{'03064d108', '03064D908', '03064D108'}",https://www.sec.gov/Archives/edgar/data/1455863/000162828023005236/0001628280-23-005236.txt
03071H,1018979,{'AMERISAFE INC'},"{'03071H100', '03071h100'}",https://www.sec.gov/Archives/edgar/data/1018979/000095017023003450/0000950170-23-003450.txt
03073E,1140859,"{'AMERISOURCE BERGEN CORP', 'AMERISOURCEBERGEN CORP'}","{'03073E905', '03073E955', '03073E105', '03073e105', '03073E108'}",https://www.sec.gov/Archives/edgar/data/1140859/000114085923000197/0001140859-23-000197.txt
03074A,707605,{'AMERISERV FINL INC'},{'03074A102'},https://www.sec.gov/Archives/edgar/data/707605/000155837023004728/0001558370-23-004728.txt
03076C,820027,"{'Ameriprise Financial, Inc.', 'AMERIPRISE FINL INC'}","{'03076C106', '03076c106', '03076C956', '03076C906'}",https://www.sec.gov/Archives/edgar/data/820027/000082002723000014/0000820027-23-000014.txt
03076K,351569,{'AMERIS BANCORP'},{'03076K108'},https://www.sec.gov/Archives/edgar/data/351569/000035156923000005/0000351569-23-000005.txt
031001,1132651,{'AMES NATL CORP'},{'031001100'},https://www.sec.gov/Archives/edgar/data/1132651/000143774923006159/0001437749-23-006159.txt
031162,318154,{'AMGEN INC'},"{'031162950', '031162900', '031162101', '031162100'}",https://www.sec.gov/Archives/edgar/data/318154/000031815423000017/0000318154-23-000017.txt
03152W,1178879,{'AMICUS THERAPEUTICS INC'},"{'03152W909', '03152W109', '03152W959'}",https://www.sec.gov/Archives/edgar/data/1178879/000117887923000004/0001178879-23-000004.txt
031652,1047127,{'AMKOR TECHNOLOGY INC'},"{'031652900', '031652100', '031652950'}",https://www.sec.gov/Archives/edgar/data/1047127/000104712723000009/0001047127-23-000009.txt
03168L,1723128,{'AMNEAL PHARMACEUTICALS INC'},{'03168L105'},https://www.sec.gov/Archives/edgar/data/1723128/000172312823000009/0001723128-23-000009.txt
032037,6176,{'AMPCO-PITTSBURGH CORP'},{'032037103'},https://www.sec.gov/Archives/edgar/data/6176/000095017023008972/0000950170-23-008972.txt
032095,820313,"{'AMPHENOL CORP NEW', 'Amphenol Corp.'}","{'032095901', '032095101', '032095951'}",https://www.sec.gov/Archives/edgar/data/820313/000155837023001036/0001558370-23-001036.txt
03209R,1297184,{'AMPHASTAR PHARMACEUTICALS IN'},{'03209R103'},https://www.sec.gov/Archives/edgar/data/1297184/000129718423000019/0001297184-23-000019.txt
03211Q,1518461,{'AMPLITECH GROUP INC'},{'03211Q200'},https://www.sec.gov/Archives/edgar/data/1518461/000147793223001983/0001477932-23-001983.txt
03212B,1533924,"{'AMPLIFY ENERGY CORP NEW', 'AMPLIFY ENERGY CORP'}","{'03212B903', '03212B953', '03212B103', '03212b103'}",https://www.sec.gov/Archives/edgar/data/1533924/000155837023003321/0001558370-23-003321.txt
032159,6207,{'AMREP CORP'},{'032159105'},https://www.sec.gov/Archives/edgar/data/6207/000141057823001494/0001410578-23-001494.txt
032332,720500,{'AMTECH SYS INC'},{'032332504'},https://www.sec.gov/Archives/edgar/data/720500/000095017023070422/0000950170-23-070422.txt
03236M,1365916,"{None, 'Amyris, Inc.', 'AMYRIS INC'}","{'03236m200', '03236M200', '03236M900', '03236MAJ0', '03236M950'}",https://www.sec.gov/Archives/edgar/data/1365916/000136591623000023/0001365916-23-000023.txt
032654,6281,{'ANALOG DEVICES INC'},"{'032654905', '032654955', '032654105'}",https://www.sec.gov/Archives/edgar/data/6281/000000628123000203/0000006281-23-000203.txt
032724,1370053,{'ANAPTYSBIO INC'},{'032724106'},https://www.sec.gov/Archives/edgar/data/1370053/000137005323000020/0001370053-23-000020.txt
032797,1314052,{'ANAVEX LIFE SCIENCES CORP'},"{'032797950', '032797900', '032797300'}",https://www.sec.gov/Archives/edgar/data/1314052/000173112223002197/0001731122-23-002197.txt
03475V,1275187,{'ANGIODYNAMICS INC'},{'03475V101'},https://www.sec.gov/Archives/edgar/data/1275187/000162828023027335/0001628280-23-027335.txt
035255,898437,{'ANIKA THERAPEUTICS INC'},"{'035255908', '035255108'}",https://www.sec.gov/Archives/edgar/data/898437/000117184323001729/0001171843-23-001729.txt
03528H,715446,{'ANIXA BIOSCIENCES INC'},"{'03528H109', '03528H909'}",https://www.sec.gov/Archives/edgar/data/715446/000149315223000346/0001493152-23-000346.txt
035710,1043219,"{'ANNALY CAP MGMT INC COM', 'ANNALY CAPITAL MANAGEMENT IN'}","{'035710909', '035710409', '035710839', '035710959'}",https://www.sec.gov/Archives/edgar/data/1043219/000162828023003895/0001628280-23-003895.txt
03589W,1528115,{'ANNEXON INC'},"{'03589W902', '03589W102', '03589W952'}",https://www.sec.gov/Archives/edgar/data/1528115/000095017023006232/0000950170-23-006232.txt
03615A,1477845,{'ANNOVIS BIO INC'},{'03615A108'},https://www.sec.gov/Archives/edgar/data/1477845/000110465923040275/0001104659-23-040275.txt
03662Q,1013462,{'ANSYS INC'},"{'03662Q905', '03662Q955', '03662q105', '03662Q105'}",https://www.sec.gov/Archives/edgar/data/1013462/000101346223000013/0001013462-23-000013.txt
036752,1156039,{'ELEVANCE HEALTH INC'},"{'036752903', '036752953', '036752103'}",https://www.sec.gov/Archives/edgar/data/1156039/000115603923000007/0001156039-23-000007.txt
03676B,1623925,{'ANTERO MIDSTREAM CORP'},"{'03676B902', '03676b102', '03676B952', '03676B102'}",https://www.sec.gov/Archives/edgar/data/1623925/000155837023001377/0001558370-23-001377.txt
03676C,1304492,{'ANTERIX INC'},"{'03676C950', '03676C900', '03676C100'}",https://www.sec.gov/Archives/edgar/data/1304492/000130449223000030/0001304492-23-000030.txt
037389,315293,{'AON PLC'},{'037389103'},https://www.sec.gov/Archives/edgar/data/315293/000162828023004087/0001628280-23-004087.txt
037411,6769,{'APACHE CORP'},{'037411105'},https://www.sec.gov/Archives/edgar/data/6769/000178403123000008/0001784031-23-000008.txt
03743Q,1841666,"{'APA CORPORATION', 'Apache Corp'}","{'03743q108', '03743Q958', '03743Q908', '03743Q108'}",https://www.sec.gov/Archives/edgar/data/1841666/000178403123000007/0001784031-23-000007.txt
03748R,922864,"{'Apartment Invt. & Mgmt Co. (AIMCO)', 'APARTMENT INVT & MGMT CO', 'APARTMENT INVT MGMT CO A'}","{'03748r747', '03748R907', '03748R747'}",https://www.sec.gov/Archives/edgar/data/922864/000095017023004699/0000950170-23-004699.txt
03753U,1492422,{'APELLIS PHARMACEUTICALS INC'},"{'03753U906', '03753U106', '03753U956'}",https://www.sec.gov/Archives/edgar/data/1492422/000095017023003438/0000950170-23-003438.txt
037598,6845,{'APOGEE ENTERPRISES INC'},{'037598109'},https://www.sec.gov/Archives/edgar/data/6845/000000684523000006/0000006845-23-000006.txt
037612,1411494,{'Apollo Global Mgmt. LLC'},{'037612306'},https://www.sec.gov/Archives/edgar/data/1411494/000141149423000010/0001411494-23-000010.txt
03762U,1467760,"{'Apollo Coml Real Estate Fin In', 'APOLLO COML REAL EST FIN INC'}","{'03762U905', '03762U105', '03762U955', '03762u105'}",https://www.sec.gov/Archives/edgar/data/1467760/000146776023000004/0001467760-23-000004.txt
03763A,1083446,"{'APOLLO MED HLDGS INC', 'APOLLO MEDICAL HOLDINGS INC'}","{'03763A907', '03763A207'}",https://www.sec.gov/Archives/edgar/data/1083446/000162828023005871/0001628280-23-005871.txt
03767D,1251769,{'APOLLO ENDOSURGERY INC'},"{'03767D958', '03767D908', '03767D108'}",https://www.sec.gov/Archives/edgar/data/1251769/000125176923000006/0001251769-23-000006.txt
03782L,1441683,"{'APPIAN CORP A', 'APPIAN CORP'}","{'03782L901', '03782L951', '03782L101'}",https://www.sec.gov/Archives/edgar/data/1441683/000144168323000021/0001441683-23-000021.txt
037833,320193,"{'Apple Inc', 'APPLE INC CALL', 'APPLE INC PUT'}","{'037833900', '037833100', '037833950'}",https://www.sec.gov/Archives/edgar/data/320193/000032019323000106/0000320193-23-000106.txt
03783C,1433195,"{'AppFolio (APPF)', 'APPFOLIO INC A'}","{'03783C100', '03783c100'}",https://www.sec.gov/Archives/edgar/data/1433195/000143319523000021/0001433195-23-000021.txt
03783T,1807707,{'APPHARVEST INC'},"{'03783T953', '03783T103', '03783T903'}",https://www.sec.gov/Archives/edgar/data/1807707/000180770723000030/0001807707-23-000030.txt
03784Y,1418121,{'APPLE HOSPITALITY REIT INC'},"{'03784Y950', '03784Y900', '03784Y200'}",https://www.sec.gov/Archives/edgar/data/1418121/000095017023003449/0000950170-23-003449.txt
03815U,744452,{'APPLIED DNA SCIENCES INC'},"{'03815U950', '03815U300', '03815U900'}",https://www.sec.gov/Archives/edgar/data/744452/000141057823002615/0001410578-23-002615.txt
03819M,879911,{'APPLIED ENERGETICS INC COM'},{'03819M106'},https://www.sec.gov/Archives/edgar/data/879911/000121390023024192/0001213900-23-024192.txt
03820C,109563,"{'APPLIED INDL TECHNOLOGIES INC', 'APPLIED INDLTECH INC COM'}","{'03820C105', '03820c105'}",https://www.sec.gov/Archives/edgar/data/109563/000010956323000075/0000109563-23-000075.txt
03823U,1158114,"{None, 'APPLIED OPTOELECTRONICS INC'}","{'03823UAB8', '03823U102'}",https://www.sec.gov/Archives/edgar/data/1158114/000143774923004648/0001437749-23-004648.txt
03824M,1801777,{'APPLIED MOLECULAR TRANS INC'},{'03824M109'},https://www.sec.gov/Archives/edgar/data/1801777/000180177723000017/0001801777-23-000017.txt
03828A,1697532,{'APPLIED THERAPEUTICS INC'},{'03828A101'},https://www.sec.gov/Archives/edgar/data/1697532/000155837023004398/0001558370-23-004398.txt
038336,896622,{'APTARGROUP INC'},{'038336103'},https://www.sec.gov/Archives/edgar/data/896622/000089662223000008/0000896622-23-000008.txt
03834B,1070050,{'APPTECH PMTS CORP'},{'03834B309'},https://www.sec.gov/Archives/edgar/data/1070050/000190359623000201/0001903596-23-000201.txt
03835L,1671584,{'APTEVO THERAPEUTICS INC'},{'03835L207'},https://www.sec.gov/Archives/edgar/data/1671584/000095017023010757/0000950170-23-010757.txt
03835T,882361,"{'APTOSE BIOSCIENCES INCORPORATED COM NEW', 'APTOSE BIOSCIENCES INC'}","{'03835T200', '03835T309'}",https://www.sec.gov/Archives/edgar/data/882361/000095017023009560/0000950170-23-009560.txt
03836J,1781983,{'APREA THERAPEUTICS INC'},"{'03836J201', '03836J902', '03836J102'}",https://www.sec.gov/Archives/edgar/data/1781983/000155837023005126/0001558370-23-005126.txt
03836N,1674365,{'APTINYX INC'},{'03836N103'},https://www.sec.gov/Archives/edgar/data/1674365/000155837023005096/0001558370-23-005096.txt
03837C,719135,{'APYX MEDICAL CORPORATION'},{'03837C106'},https://www.sec.gov/Archives/edgar/data/719135/000071913523000018/0000719135-23-000018.txt
03837J,1621832,{'AQUA METALS INC'},"{'03837J951', '03837J901', '03837J101'}",https://www.sec.gov/Archives/edgar/data/1621832/000143774923005964/0001437749-23-005964.txt
03842K,1603978,{'AQUABOUNTY TECHNOLOGIES'},{'03842K200'},https://www.sec.gov/Archives/edgar/data/1603978/000160397823000007/0001603978-23-000007.txt
03852U,1584509,"{'Aramark', 'ARAMARK'}","{'03852u106', '03852U906', '03852U106', '03852U956'}",https://www.sec.gov/Archives/edgar/data/1584509/000158450923000237/0001584509-23-000237.txt
03879J,1447028,{'ARBUTUS BIOPHARMA CORP'},"{'03879J100', '03879J900', '03879J950'}",https://www.sec.gov/Archives/edgar/data/1447028/000144702823000018/0001447028-23-000018.txt
03890D,1513818,{'ARAVIVE INC'},"{'03890D108', '03890D908'}",https://www.sec.gov/Archives/edgar/data/1513818/000143774923006587/0001437749-23-006587.txt
038923,1253986,"{'ARBOR REALTY TRUST INC', 'ARBOR RLTY TR 6.375 PFD'}","{'038923876', '038923908', '038923108', '038923958'}",https://www.sec.gov/Archives/edgar/data/1253986/000110465923023097/0001104659-23-023097.txt
039014,1469443,{'ARCADIA BIOSCIENCES INC'},{'039014303'},https://www.sec.gov/Archives/edgar/data/1469443/000095017023011019/0000950170-23-011019.txt
03937C,894405,"{'ARCBEST CORP', 'ARCBEST CORP COM'}","{'03937c105', '03937C905', '03937C105', '03937C955'}",https://www.sec.gov/Archives/edgar/data/894405/000155837023002053/0001558370-23-002053.txt
03940R,1037676,{'ARCH RESOURCES INC'},"{'03940r107', '03940R957', '03940R107', '03940R907'}",https://www.sec.gov/Archives/edgar/data/1037676/000155837023001458/0001558370-23-001458.txt
03957W,1389050,{'ARCHROCK INC'},"{'03957W956', '03957W906', '03957W106'}",https://www.sec.gov/Archives/edgar/data/1389050/000138905023000013/0001389050-23-000013.txt
039587,1558583,{'ARCIMOTO INC'},{'039587209'},https://www.sec.gov/Archives/edgar/data/1558583/000143774923010348/0001437749-23-010348.txt
039653,1739445,{'ARCOSA INC'},{'039653100'},https://www.sec.gov/Archives/edgar/data/1739445/000173944523000018/0001739445-23-000018.txt
03965L,4281,{'Arconic Inc'},{'03965L100'},https://www.sec.gov/Archives/edgar/data/4281/000000428123000004/0000004281-23-000004.txt
03966V,1790982,"{'ARCONIC CORPORATION', 'ARCONIC INC COM'}","{'03966V957', '03966V907', '03966v107', '03966V107'}",https://www.sec.gov/Archives/edgar/data/1790982/000179098223000006/0001790982-23-000006.txt
039697,1437402,{'ARDELYX INC'},"{'039697107', '039697957', '039697907'}",https://www.sec.gov/Archives/edgar/data/1437402/000162828023006041/0001628280-23-006041.txt
03969F,1724521,"{'ARCUS BIOSCIENCES INC', 'Arcus BioSciences, Inc.'}","{'03969f109', '03969F109', '03969F959', '03969F909'}",https://www.sec.gov/Archives/edgar/data/1724521/000095017023005112/0000950170-23-005112.txt
03969K,1787306,{'ARCUTIS BIOTHERAPEUTICS INC'},"{'03969K908', '03969K108'}",https://www.sec.gov/Archives/edgar/data/1787306/000178730623000023/0001787306-23-000023.txt
03969T,1768224,{'ARCTURUS THERAPEUTICS HLDGS'},"{'03969T959', '03969T909', '03969T109'}",https://www.sec.gov/Archives/edgar/data/1768224/000095017023010380/0000950170-23-010380.txt
03990B,1176948,"{'Ares Management Corporation', 'ARES MANAGEMENT CORPORATION', 'ARES MANAGEMENT CORP CLASS A'}","{'03990b101', '03990B101', '03990B951', '03990B901'}",https://www.sec.gov/Archives/edgar/data/1176948/000162828023005081/0001628280-23-005081.txt
04010E,100591,{'ARGAN INC'},"{'04010e109', '04010E959', '04010E109'}",https://www.sec.gov/Archives/edgar/data/100591/000155837023006056/0001558370-23-006056.txt
04010L,1287750,"{'ARES CAPITAL CORP', 'Ares Capital Corp'}","{'04010L103', '04010L903', '04010LAV5', '04010L953', '04010LAY9', '04010l103'}",https://www.sec.gov/Archives/edgar/data/1287750/000128775023000010/0001287750-23-000010.txt
04013V,1529377,{'ARES COML REAL ESTATE CORP'},"{'04013V108', '04013V958', '04013V908'}",https://www.sec.gov/Archives/edgar/data/1529377/000162828023003601/0001628280-23-003601.txt
040334,1614067,{'ARIDIS PHARMACEUTICALS INC'},{'040334104'},https://www.sec.gov/Archives/edgar/data/1614067/000149315223018590/0001493152-23-018590.txt
040413,1534992,{'ARISTA NETWORKS INC'},"{'040413906', '040413106', '040413956'}",https://www.sec.gov/Archives/edgar/data/1534992/000153499223000015/0001534992-23-000015.txt
040712,779544,{'ARK RESTAURANTS CORP'},{'040712101'},https://www.sec.gov/Archives/edgar/data/779544/000077954423000044/0000779544-23-000044.txt
041242,1823794,"{None, 'ARKO CORP'}","{'041242116', '041242108', '041242908'}",https://www.sec.gov/Archives/edgar/data/1823794/000095017023004783/0000950170-23-004783.txt
041356,1209028,"{'C3.AI, INC.'}",{'041356205'},https://www.sec.gov/Archives/edgar/data/1209028/000095017023011256/0000950170-23-011256.txt
04206A,1736946,"{'Arlo Technologies, Inc.', 'ARLO TECHNOLOGIES INC', 'Arlo Technologies Inc'}","{'04206a101', '04206A901', '04206A101'}",https://www.sec.gov/Archives/edgar/data/1736946/000173694623000012/0001736946-23-000012.txt
04208T,1569187,{'ARMADA HOFFLER PPTYS INC'},"{'04208T108', '04208T958', '04208T908'}",https://www.sec.gov/Archives/edgar/data/1569187/000156918723000010/0001569187-23-000010.txt
04216R,921114,{'ARMATA PHARMACEUTICALS INC'},{'04216R102'},https://www.sec.gov/Archives/edgar/data/921114/000155837023004014/0001558370-23-004014.txt
042315,1428205,{'ARMOUR RESIDENTIAL REIT INC'},"{'042315507', '042315957', '042315907'}",https://www.sec.gov/Archives/edgar/data/1428205/000142820523000032/0001428205-23-000032.txt
04271T,1820721,"{None, 'ARRAY TECHNOLOGIES INC'}","{'04271T100', '04271T950', '04271T900', '04271TAB6'}",https://www.sec.gov/Archives/edgar/data/1820721/000182072123000079/0001820721-23-000079.txt
042735,7536,{'ARROW ELECTRS INC'},"{'042735900', '042735100'}",https://www.sec.gov/Archives/edgar/data/7536/000185964423000005/0001859644-23-000005.txt
042744,717538,{'ARROW FINANCIAL CORP COM'},{'042744102'},https://www.sec.gov/Archives/edgar/data/717538/000071753823000132/0000717538-23-000132.txt
04280A,879407,"{'ARROWHEAD PHARMACEUTICALS INC', 'ARROWHEAD PHARMACEUTICALS IN'}","{'04280A100', '04280A900', '04280A950'}",https://www.sec.gov/Archives/edgar/data/879407/000162828023040219/0001628280-23-040219.txt
04301G,1621221,{'ARTELO BIOSCIENCES INC'},{'04301G508'},https://www.sec.gov/Archives/edgar/data/1621221/000164033423000509/0001640334-23-000509.txt
043113,863110,{'ARTESIAN RESOURCES CORP-CL A'},{'043113208'},https://www.sec.gov/Archives/edgar/data/863110/000086311023000004/0000863110-23-000004.txt
043168,7623,{'ARTS WAY MFG INC'},{'043168103'},https://www.sec.gov/Archives/edgar/data/7623/000143774923003620/0001437749-23-003620.txt
04335A,1655759,{'ARVINAS INC'},"{'04335A955', '04335A105', '04335A905'}",https://www.sec.gov/Archives/edgar/data/1655759/000165575923000010/0001655759-23-000010.txt
04342Y,1477720,"{'ASANA INC - CL A', 'ASANA INC'}","{'04342Y954', '04342Y104', '04342Y904'}",https://www.sec.gov/Archives/edgar/data/1477720/000147772023000012/0001477720-23-000012.txt
043436,1144980,{'ASBURY AUTOMOTIVE GROUP INC'},"{'043436954', '043436104', '043436904'}",https://www.sec.gov/Archives/edgar/data/1144980/000114498023000080/0001144980-23-000080.txt
044103,1232582,"{'ASHFORD HOSPITALITY TR INC', 'ASHFORD HOSPITALITY TRUST'}","{'044103909', '044103959', '044103869'}",https://www.sec.gov/Archives/edgar/data/1232582/000123258223000032/0001232582-23-000032.txt
044104,1604738,{'ASHFORD INC'},{'044104107'},https://www.sec.gov/Archives/edgar/data/1604738/000160473823000017/0001604738-23-000017.txt
044186,1674862,{'ASHLAND INC'},"{'044186104', '044186954', '044186904'}",https://www.sec.gov/Archives/edgar/data/1674862/000095017023064715/0000950170-23-064715.txt
04523Y,1145986,"{'ASPEN AEROGELS INC', 'Aspen Aerogels, Inc.'}","{'04523y105', '04523Y105', '04523Y905', '04523Y955'}",https://www.sec.gov/Archives/edgar/data/1145986/000095017023008476/0000950170-23-008476.txt
045396,1426800,{'ASSEMBLY BIOSCIENCES INC'},"{'045396108', '045396908'}",https://www.sec.gov/Archives/edgar/data/1426800/000095017023009184/0000950170-23-009184.txt
04546C,1808665,{'ASSERTIO HOLDINGS INC'},"{'04546C955', '04546C205', '04546C905'}",https://www.sec.gov/Archives/edgar/data/1808665/000180866523000019/0001808665-23-000019.txt
045487,7789,{'ASSOCIATED BANC CORP'},"{'045487905', '045487105'}",https://www.sec.gov/Archives/edgar/data/7789/000000778923000013/0000007789-23-000013.txt
045528,1642122,{'ASSOCIATED CAPITAL GROUP A'},{'045528106'},https://www.sec.gov/Archives/edgar/data/1642122/000143774923006786/0001437749-23-006786.txt
04621X,1267238,"{'Assurant, Inc.', 'ASSURANT INC'}","{'04621X108', '04621x108', '04621X908', '04621X958'}",https://www.sec.gov/Archives/edgar/data/1267238/000126723823000007/0001267238-23-000007.txt
046224,792987,{'ASTEC INDS INC'},{'046224101'},https://www.sec.gov/Archives/edgar/data/792987/000079298723000015/0000792987-23-000015.txt
04638F,8146,{'ASTRONOVA INC'},{'04638F108'},https://www.sec.gov/Archives/edgar/data/8146/000119312523103662/0001193125-23-103662.txt
046433,8063,{'ASTRONICS CORP'},"{'046433908', '046433108'}",https://www.sec.gov/Archives/edgar/data/8063/000000806323000015/0000008063-23-000015.txt
046484,1001907,{'ASTROTECH CORP'},{'046484309'},https://www.sec.gov/Archives/edgar/data/1001907/000143774923027063/0001437749-23-027063.txt
04649U,884144,{'ASURE SOFTWARE INC'},"{'04649U902', '04649U102'}",https://www.sec.gov/Archives/edgar/data/884144/000088414423000012/0000884144-23-000012.txt
046513,1604464,{'ATARA BIOTHERAPEUTICS INC'},"{'046513107', '046513907'}",https://www.sec.gov/Archives/edgar/data/1604464/000095017023002185/0000950170-23-002185.txt
04683R,1593899,{'ATEA PHARMACEUTICALS INC'},"{'04683R106', '04683R906'}",https://www.sec.gov/Archives/edgar/data/1593899/000095017023005186/0000950170-23-005186.txt
04685N,1300699,{'ATHENEX INC'},{'04685N103'},https://www.sec.gov/Archives/edgar/data/1300699/000095017023008734/0000950170-23-008734.txt
04746L,1620463,{'ATHIRA PHARMA INC'},"{'04746L104', '04746L904'}",https://www.sec.gov/Archives/edgar/data/1620463/000095017023009498/0000950170-23-009498.txt
047649,1666138,"{'ATKORE INC', 'ATKR'}","{'047649958', '047649908', '047649108'}",https://www.sec.gov/Archives/edgar/data/1666138/000166613823000111/0001666138-23-000111.txt
04911A,883948,{'ATLANTIC UN BANKSHARES CORP'},{'04911A107'},https://www.sec.gov/Archives/edgar/data/883948/000088394823000027/0000883948-23-000027.txt
04914Y,1464343,{'ATLANTICUS HOLDINGS CORP'},{'04914Y102'},https://www.sec.gov/Archives/edgar/data/1464343/000143774923006513/0001437749-23-006513.txt
049164,1135185,"{'ATLAS AIR WORLDWIDE HOLDINGS', 'ATLAS AIR WORLDWIDE HLDGS IN'}","{'049164205', '049164905'}",https://www.sec.gov/Archives/edgar/data/1135185/000095017023003947/0000950170-23-003947.txt
049430,1751143,{'ATLAS TECHNICAL CONSULTANTS'},{'049430101'},https://www.sec.gov/Archives/edgar/data/1751143/000121390023020359/0001213900-23-020359.txt
049560,731802,{'ATMOS ENERGY CORP'},"{'049560905', '049560105'}",https://www.sec.gov/Archives/edgar/data/731802/000073180223000028/0000731802-23-000028.txt
04962H,1488039,{'ATOSSA THERAPEUTICS INC'},"{'04962H506', '04962H956', '04962H906'}",https://www.sec.gov/Archives/edgar/data/1488039/000143774923007531/0001437749-23-007531.txt
04963C,1001233,{'ATRICURE INC'},"{'04963C909', '04963C209'}",https://www.sec.gov/Archives/edgar/data/1001233/000162828023004666/0001628280-23-004666.txt
04965B,1420520,"{'ATOMERA INC', 'Atomera Inc.'}","{'04965B900', '04965B100', '04965B950'}",https://www.sec.gov/Archives/edgar/data/1420520/000168316823000938/0001683168-23-000938.txt
04965G,1532346,{'ATRECA INC'},{'04965G109'},https://www.sec.gov/Archives/edgar/data/1532346/000155837023004916/0001558370-23-004916.txt
049904,701288,{'ATRION CORP'},{'049904105'},https://www.sec.gov/Archives/edgar/data/701288/000165495423002127/0001654954-23-002127.txt
05072K,1554818,{'AUDDIA INC'},{'05072K107'},https://www.sec.gov/Archives/edgar/data/1554818/000168316823001703/0001683168-23-001703.txt
050734,1362190,"{'AUDIOEYE, INC. CMN'}",{'050734201'},https://www.sec.gov/Archives/edgar/data/1362190/000141057823000236/0001410578-23-000236.txt
05105P,1769804,{'AUGMEDIX INC'},{'05105P107'},https://www.sec.gov/Archives/edgar/data/1769804/000121390023030004/0001213900-23-030004.txt
05156V,1600620,"{'AURINIA PHARMACEUTICALS INC', 'Aurinia Pharmaceuticals'}","{'05156V102', '05156v102', '05156V902', '05156V952'}",https://www.sec.gov/Archives/edgar/data/1600620/000162828023005341/0001628280-23-005341.txt
052800,1034670,{'AUTOLIV INC'},"{'052800959', '052800909', '052800109'}",https://www.sec.gov/Archives/edgar/data/1034670/000095017023002977/0000950170-23-002977.txt
053015,8670,"{'Automatic Data Processing', 'AUTOMATIC DATA PROCESSING IN'}","{'053015903', '053015953', '053015103'}",https://www.sec.gov/Archives/edgar/data/8670/000000867023000030/0000008670-23-000030.txt
05329W,350698,"{'AUTONATION INC PUT', 'AUTONATION INC', 'AUTONATION INC DEL'}","{'05329W102', '05329W902', '05329W952', '05329w102'}",https://www.sec.gov/Archives/edgar/data/350698/000035069823000026/0000350698-23-000026.txt
053332,71691,"{'AUTOZONE INC', 'AUTOZONE INC CALL'}","{'053332902', '053332102', '053332952'}",https://www.sec.gov/Archives/edgar/data/71691/000007169123000006/0000071691-23-000006.txt
05337M,1012477,"{'AVADEL PHARMACEUTICALS PLC', 'AVADEL PHARMACEUTICALS PLC SPONSORED ADR'}","{'05337M904', '05337M104'}",https://www.sec.gov/Archives/edgar/data/1012477/000101247723000009/0001012477-23-000009.txt
05344R,1630212,{'AVALON GLOBOCARE CORP'},{'05344R104'},https://www.sec.gov/Archives/edgar/data/1630212/000121390023024687/0001213900-23-024687.txt
053484,915912,{'AVALONBAY CMNTYS INC'},"{'053484951', '053484901', '053484101'}",https://www.sec.gov/Archives/edgar/data/915912/000091591223000004/0000915912-23-000004.txt
05350V,1606498,"{'AVANOS MED INC', 'AVANOS MEDICAL INC'}","{'05350V106', '05350v106'}",https://www.sec.gov/Archives/edgar/data/1606498/000160649823000020/0001606498-23-000020.txt
05351X,1418100,{'AVAYA HLDGS CORP'},"{'05351X901', '05351X951', '05351X101'}",https://www.sec.gov/Archives/edgar/data/1418100/000141810023000041/0001418100-23-000041.txt
05352A,1722482,{'AVANTOR INC'},"{'05352A950', '05352a100', '05352A100', '05352A900'}",https://www.sec.gov/Archives/edgar/data/1722482/000172248223000040/0001722482-23-000040.txt
05360L,1644963,{'AVENUE THERAPEUTICS INC'},{'05360L304'},https://www.sec.gov/Archives/edgar/data/1644963/000141057823000557/0001410578-23-000557.txt
053611,8818,{'AVERY DENNISON CORP'},"{'053611959', '053611109', '053611909'}",https://www.sec.gov/Archives/edgar/data/8818/000000881823000002/0000008818-23-000002.txt
05366Y,1377789,{'AVIAT NETWORKS INC'},"{'05366y201', '05366Y201'}",https://www.sec.gov/Archives/edgar/data/1377789/000137778923000023/0001377789-23-000023.txt
05367P,896841,"{'AVID TECHNOLOGY INC', 'Avid Technology (AVID)'}","{'05367p100', '05367P100', '05367P900'}",https://www.sec.gov/Archives/edgar/data/896841/000089684123000019/0000896841-23-000019.txt
05368M,704562,{'AVID BIOSERVICES INC'},"{'05368M106', '05368M956', '05368M906', '05368m106'}",https://www.sec.gov/Archives/edgar/data/704562/000168316823004329/0001683168-23-004329.txt
05368V,1122976,"{'AVIENT CORPORATION', 'Avient Corporation Com'}","{'05368V106', '05368v106', '05368V956'}",https://www.sec.gov/Archives/edgar/data/1122976/000112297623000009/0001122976-23-000009.txt
05370A,1599901,{'AVIDITY BIOSCIENCES INC'},"{'05370A958', '05370A108', '05370a108', '05370A908'}",https://www.sec.gov/Archives/edgar/data/1599901/000159990123000009/0001599901-23-000009.txt
053774,723612,{'AVIS BUDGET GROUP'},"{'053774905', '053774955', '053774105'}",https://www.sec.gov/Archives/edgar/data/723612/000072361223000015/0000723612-23-000015.txt
05379B,104918,{'AVISTA CORP'},"{'05379b107', '05379B107'}",https://www.sec.gov/Archives/edgar/data/104918/000095017023003546/0000950170-23-003546.txt
053807,8858,{'AVNET INC'},"{'053807103', '053807953', '053807903'}",https://www.sec.gov/Archives/edgar/data/8858/000000885823000029/0000008858-23-000029.txt
05380C,1762303,{'AVITA MEDICAL INC'},"{'05380C102', '05380C952', '05380C902'}",https://www.sec.gov/Archives/edgar/data/1762303/000156459023002302/0001564590-23-002302.txt
05453N,1015739,"{'AWARE INC MASS', 'AWARE INC MASS COM'}","{'05453N100', '05453n100'}",https://www.sec.gov/Archives/edgar/data/1015739/000095017023008185/0000950170-23-008185.txt
054540,1113232,"{'AXCELIS TECHNOLOGIES INC', 'Axcelis Technologies, Inc.'}","{'054540958', '054540208', '054540908'}",https://www.sec.gov/Archives/edgar/data/1113232/000155837023002006/0001558370-23-002006.txt
05454B,1633070,{'AXCELLA HEALTH INC'},{'05454B105'},https://www.sec.gov/Archives/edgar/data/1633070/000163307023000007/0001633070-23-000007.txt
05455M,1681087,"{'AVROBIO, Inc. (AVRO)', 'Avrobio Inc'}","{'05455m100', '05455M100'}",https://www.sec.gov/Archives/edgar/data/1681087/000095017023009527/0000950170-23-009527.txt
05463X,805928,{'AXOGEN INC'},{'05463X106'},https://www.sec.gov/Archives/edgar/data/805928/000080592823000020/0000805928-23-000020.txt
05464C,1069183,"{'Axon Enterprise Inc', 'AXON ENTERPRISE INC'}","{'05464C101', '05464C951', '05464C901', '05464c101'}",https://www.sec.gov/Archives/edgar/data/1069183/000155837023002413/0001558370-23-002413.txt
05464T,1579428,{'AXSOME THERAPEUTICS INC'},"{'05464T954', '05464T104', '05464T904'}",https://www.sec.gov/Archives/edgar/data/1579428/000095017023004728/0000950170-23-004728.txt
05465C,1299709,{'AXOS FINANCIAL INC'},"{'05465C950', '05465C900', '05465C100', '05465c100'}",https://www.sec.gov/Archives/edgar/data/1299709/000129970923000198/0001299709-23-000198.txt
05465P,1603756,{'AXONICS INC'},"{'05465P101', '05465P951'}",https://www.sec.gov/Archives/edgar/data/1603756/000160375623000010/0001603756-23-000010.txt
05465V,1797336,{'AYALA PHARMACEUTICALS INC'},{'05465V108'},https://www.sec.gov/Archives/edgar/data/1797336/000121390023024952/0001213900-23-024952.txt
054748,1086745,{'AYRO INC'},"{'054748908', '054748108'}",https://www.sec.gov/Archives/edgar/data/1086745/000149315223008631/0001493152-23-008631.txt
054754,1385818,{'AYTU BIOPHARMA INC'},{'054754858'},https://www.sec.gov/Archives/edgar/data/1385818/000155837023016393/0001558370-23-016393.txt
05478C,1782754,"{'AZEK CO INC', 'AZEK CO INC/THE', 'AZEK CO INC CLASS A'}","{'05478C905', '05478c105', '05478C105'}",https://www.sec.gov/Archives/edgar/data/1782754/000095017023066594/0000950170-23-066594.txt
05479K,1708527,{'AZIYO BIOLOGICS INC'},{'05479K106'},https://www.sec.gov/Archives/edgar/data/1708527/000155837023004475/0001558370-23-004475.txt
05508R,1278027,{'B & G FOODS INC NEW'},"{'05508R906', '05508R956', '05508R106'}",https://www.sec.gov/Archives/edgar/data/1278027/000155837023002392/0001558370-23-002392.txt
055298,1228454,{'BCB BANCORP INC'},{'055298103'},https://www.sec.gov/Archives/edgar/data/1228454/000122845423000005/0001228454-23-000005.txt
05541T,1094831,"{'BGC PARTNERS CL A ORD', 'BGC PARTNERS INC'}","{'05541t101', '05541T101'}",https://www.sec.gov/Archives/edgar/data/1094831/000162828023005839/0001628280-23-005839.txt
05550J,1531152,"{'BJS WHSL CLUB HLDGS INC', 'B J S WHOLESALE CLUB HOL'}","{'05550j101', '05550J101', '05550J951', '05550J901'}",https://www.sec.gov/Archives/edgar/data/1531152/000153115223000026/0001531152-23-000026.txt
055630,850033,"{'BP PRUDHOE BAY ROYALTY TRUST', 'BP PRUDHOE BAY RTY TR'}","{'055630907', '055630107'}",https://www.sec.gov/Archives/edgar/data/850033/000119312523072644/0001193125-23-072644.txt
055645,14846,{'BRT APARTMENTS CORP'},{'055645303'},https://www.sec.gov/Archives/edgar/data/14846/000001484623000005/0000014846-23-000005.txt
05580M,1464790,"{'B RILEY FINL INC 6.5 PFD', 'B. RILEY FINANCIAL INC'}","{'05580M958', '05580M108', '05580M801', '05580M908'}",https://www.sec.gov/Archives/edgar/data/1464790/000162828023008179/0001628280-23-008179.txt
05581M,1436229,{'BTCS INC'},{'05581M404'},https://www.sec.gov/Archives/edgar/data/1436229/000149315223010331/0001493152-23-010331.txt
05587G,2186,{'BK TECHNOLOGIES CORPORATION'},"{'05587G203', '05587G104'}",https://www.sec.gov/Archives/edgar/data/2186/000165495423003055/0001654954-23-003055.txt
05589G,1781755,"{'BRP Group Inc.', 'BRP GROUP INC'}","{'05589G102', '05589g102'}",https://www.sec.gov/Archives/edgar/data/1781755/000178175523000006/0001781755-23-000006.txt
05591L,1725872,"{None, 'BM TECHNOLOGIES INC'}","{'05591L107', '05591L115'}",https://www.sec.gov/Archives/edgar/data/1725872/000172587223000002/0001725872-23-000002.txt
05605H,1486957,"{'Bwx Technologies Inc', 'BWX TECHNOLOGIES INC'}","{'05605H100', '05605h100', '05605H900'}",https://www.sec.gov/Archives/edgar/data/1486957/000148695723000008/0001486957-23-000008.txt
05614L,1630805,{'BABCOCK & WILCOX ENTERPRISES'},"{'05614L209', '05614L959', '05614L909'}",https://www.sec.gov/Archives/edgar/data/1630805/000163080523000006/0001630805-23-000006.txt
056525,9092,{'BADGER METER INC'},{'056525108'},https://www.sec.gov/Archives/edgar/data/9092/000095017023003676/0000950170-23-003676.txt
05722G,1701605,"{'Baker Hughes, a GE Company', 'BAKER HUGHES COMPANY', 'Baker Hughes Company'}","{'05722G100', '05722G950', '05722g100', '05722G900'}",https://www.sec.gov/Archives/edgar/data/1701605/000170160523000044/0001701605-23-000044.txt
058498,9389,{'BALL CORP'},"{'058498956', '058498906', '058498106'}",https://www.sec.gov/Archives/edgar/data/9389/000000938923000011/0000009389-23-000011.txt
05945F,760498,"{'BancFirst Corporation', 'BANCFIRST CORP'}","{'05945F103', '05945f103'}",https://www.sec.gov/Archives/edgar/data/760498/000095017023004378/0000950170-23-004378.txt
05969A,1295401,"{'BANCORP INC DEL', 'BANCORP INC DEL COM'}","{'05969A105', '05969A905'}",https://www.sec.gov/Archives/edgar/data/1295401/000156276223000066/0001562762-23-000066.txt
05988J,1514416,"{None, 'BANDWIDTH INC', 'BANDWIDTH INC CLASS A'}","{'05988JAD5', '05988J953', '05988J103', '05988J903'}",https://www.sec.gov/Archives/edgar/data/1514416/000151441623000048/0001514416-23-000048.txt
05990K,1169770,"{'BANC OF CALIFORNIA INC', 'Banc of California, Inc'}","{'05990K906', '05990K956', '05990K106', '05990k106'}",https://www.sec.gov/Archives/edgar/data/1169770/000116977023000021/0001169770-23-000021.txt
06211J,1746109,"{'BANK FIRST NATL CORP', 'BANK FIRST CORP'}","{'06211J100', '06211j100'}",https://www.sec.gov/Archives/edgar/data/1746109/000155837023003499/0001558370-23-003499.txt
063425,1403475,{'BANK MARIN BANCORP'},{'063425102'},https://www.sec.gov/Archives/edgar/data/1403475/000140347523000015/0001403475-23-000015.txt
064058,1390777,{'BANK NEW YORK MELLON CORP'},"{'064058950', '064058900', '064058100'}",https://www.sec.gov/Archives/edgar/data/1390777/000139077723000033/0001390777-23-000033.txt
065066,1007273,{'BANK SOUTH CAROLINA CORP'},{'065066102'},https://www.sec.gov/Archives/edgar/data/1007273/000183988223005612/0001839882-23-005612.txt
06643P,1303942,{'BANKFINANCIAL CORP'},{'06643P104'},https://www.sec.gov/Archives/edgar/data/1303942/000143774923005957/0001437749-23-005957.txt
06652K,1504008,{'BANKUNITED INC'},"{'06652K103', '06652K953'}",https://www.sec.gov/Archives/edgar/data/1504008/000150400823000007/0001504008-23-000007.txt
06652N,1746129,{'BANK7 CORP'},{'06652N107'},https://www.sec.gov/Archives/edgar/data/1746129/000114036123013727/0001140361-23-013727.txt
06652V,946673,{'BANNER CORPORATION'},{'06652V208'},https://www.sec.gov/Archives/edgar/data/946673/000094667323000009/0000946673-23-000009.txt
06654A,1505732,{'BANKWELL FINL GROUP INC'},{'06654A103'},https://www.sec.gov/Archives/edgar/data/1505732/000150573223000109/0001505732-23-000109.txt
067532,1487197,{'BARFRESH FOOD GROUP INC'},{'067532200'},https://www.sec.gov/Archives/edgar/data/1487197/000149315223006567/0001493152-23-006567.txt
06759L,1379785,"{'Barings BDC Inc.', 'BARINGS BDC INC'}","{'06759L103', '06759l103'}",https://www.sec.gov/Archives/edgar/data/1379785/000137978523000012/0001379785-23-000012.txt
06777U,9984,{'BARNES & NOBLE ED INC'},"{'06777U951', '06777U101', '06777U901'}",https://www.sec.gov/Archives/edgar/data/9984/000000998423000060/0000009984-23-000060.txt
067806,9984,{'BARNES GROUP INC'},{'067806109'},https://www.sec.gov/Archives/edgar/data/9984/000000998423000060/0000009984-23-000060.txt
068221,10048,{'BARNWELL INDS INC'},{'068221100'},https://www.sec.gov/Archives/edgar/data/10048/000001004823000022/0000010048-23-000022.txt
068463,902791,{'BARRETT BUSINESS SVCS INC'},{'068463108'},https://www.sec.gov/Archives/edgar/data/902791/000095017023006131/0000950170-23-006131.txt
071734,885590,{'BAUSCH HEALTH COS INC'},"{'071734957', '071734107', '071734907'}",https://www.sec.gov/Archives/edgar/data/885590/000088559023000009/0000885590-23-000009.txt
071813,10456,{'BAXTER INTL INC'},"{'071813109', '071813909', '071813959'}",https://www.sec.gov/Archives/edgar/data/10456/000162828023002864/0001628280-23-002864.txt
073685,1124941,{'BEACON ROOFING SUPPLY INC'},"{'073685109', '073685909'}",https://www.sec.gov/Archives/edgar/data/1124941/000112494123000013/0001124941-23-000013.txt
07373B,1398805,{'BEAM GLOBAL'},"{'07373B109', '07373B909'}",https://www.sec.gov/Archives/edgar/data/1398805/000168316823002090/0001683168-23-002090.txt
07373V,1745999,{'BEAM THERAPEUTICS INC'},"{'07373V105', '07373V905', '07373V955'}",https://www.sec.gov/Archives/edgar/data/1745999/000095017023004866/0000950170-23-004866.txt
074014,1099160,{'BEASLEY BROADCAST GROUP INC'},{'074014101'},https://www.sec.gov/Archives/edgar/data/1099160/000119312523080428/0001193125-23-080428.txt
07556Q,915840,"{'BEAZER HOMES USA', 'BEAZER HOMES USA INC'}","{'07556QBM6', '07556QBR5', '07556Q881', '07556QBT1'}",https://www.sec.gov/Archives/edgar/data/915840/000091584023000053/0000915840-23-000053.txt
075887,10795,{'BECTON DICKINSON & CO'},"{'075887959', '075887109', '075887909', '075887406'}",https://www.sec.gov/Archives/edgar/data/10795/000001079523000098/0000010795-23-000098.txt
075896,886158,{'BED BATH & BEYOND INC'},"{'075896900', '075896950', '075896100'}",https://www.sec.gov/Archives/edgar/data/886158/000088615823000059/0000886158-23-000059.txt
07725L,1651308,{'BEIGENE LTD'},"{'07725L902', '07725L952', '07725L102'}",https://www.sec.gov/Archives/edgar/data/1651308/000165130823000036/0001651308-23-000036.txt
077347,729580,{'BEL FUSE INC-CL B'},{'077347300'},https://www.sec.gov/Archives/edgar/data/729580/000143774923006172/0001437749-23-006172.txt
077454,913142,{'BELDEN INC'},{'077454106'},https://www.sec.gov/Archives/edgar/data/913142/000091314223000008/0000913142-23-000008.txt
078771,1600132,{'BELLEROPHON THERAPEUTICS INC'},{'078771300'},https://www.sec.gov/Archives/edgar/data/1600132/000155837023005200/0001558370-23-005200.txt
079481,1358403,"{'Bellicum Pharmaceuticals, Inc.'}",{'079481404'},https://www.sec.gov/Archives/edgar/data/1358403/000162828023010145/0001628280-23-010145.txt
08160H,863436,{'BENCHMARK ELECTRS INC'},{'08160H101'},https://www.sec.gov/Archives/edgar/data/863436/000095017023004399/0000950170-23-004399.txt
08205P,1808898,{'BENITEC BIOPHARMA INC'},{'08205P100'},https://www.sec.gov/Archives/edgar/data/1808898/000119312523239121/0001193125-23-239121.txt
084423,11544,{'BERKLEY W R CORP'},"{'084423102', '084423902'}",https://www.sec.gov/Archives/edgar/data/11544/000001154423000004/0000011544-23-000004.txt
084670,1067983,"{'Berkshire Hthwy Cl A', 'BERKSHIRE HATHAWAY INC DEL CALL', 'BERKSHIRE HATHAWAY INC DEL', 'Berkshire Hathaway B', 'Berkshire Hathaway'}","{'084670207', '084670902', '084670952', '084670702', '084670991', '084670108'}",https://www.sec.gov/Archives/edgar/data/1067983/000095017023004451/0000950170-23-004451.txt
084680,1108134,{'BERKSHIRE HILLS BANCORP INC'},{'084680107'},https://www.sec.gov/Archives/edgar/data/1108134/000110813423000006/0001108134-23-000006.txt
08579W,1378992,"{'BERRY GLOBAL GROUP INC', 'BERRY PLASTICS GROUP'}","{'08579W103', '08579W903', '08579W953', '08579w103'}",https://www.sec.gov/Archives/edgar/data/1378992/000114036123053869/0001140361-23-053869.txt
08579X,1705873,{'BERRY CORP'},"{'08579X101', '08579X901'}",https://www.sec.gov/Archives/edgar/data/1705873/000170587323000026/0001705873-23-000026.txt
086516,764478,"{'Best Buy Inc', 'BEST BUY INC'}","{'086516102', '086516101', '086516951', '086516901'}",https://www.sec.gov/Archives/edgar/data/764478/000076447823000006/0000764478-23-000006.txt
08772B,1821146,"{None, 'BETTER WORLD ACQUISITION COR'}","{'08772B104', '08772B112'}",https://www.sec.gov/Archives/edgar/data/1821146/000121390023025428/0001213900-23-025428.txt
08862E,1655210,"{'BYND', 'BEYOND MEAT INC 0 Conv Snr Nts 15/03/2027', 'BEYOND MEAT INC'}","{'08862E909', '08862E109', '08862E959', '08862EAB5'}",https://www.sec.gov/Archives/edgar/data/1655210/000165521023000017/0001655210-23-000017.txt
088786,1761612,{'BICYCLE THERAPEUTICS PLC'},{'088786108'},https://www.sec.gov/Archives/edgar/data/1761612/000155837023002238/0001558370-23-002238.txt
08915P,1156388,{'BIG 5 SPORTING GOODS CORP'},"{'08915P951', '08915P901', '08915P101'}",https://www.sec.gov/Archives/edgar/data/1156388/000095017023005451/0000950170-23-005451.txt
089302,768835,{'BIG LOTS INC'},"{'089302953', '089302903', '089302103'}",https://www.sec.gov/Archives/edgar/data/768835/000076883523000033/0000768835-23-000033.txt
08975P,1626450,{'BIGCOMMERCE HLDGS INC'},"{'08975P908', '08975P958', '08975P108'}",https://www.sec.gov/Archives/edgar/data/1626450/000095017023005598/0000950170-23-005598.txt
090043,1786352,"{None, 'BILL COM HLDGS INC'}","{'090043100', '090043950', '090043AB6', '090043900'}",https://www.sec.gov/Archives/edgar/data/1786352/000178635223000054/0001786352-23-000054.txt
090572,12208,"{'BIO RAD LABORATORIES A', 'BIO RAD LABS INC'}","{'090572907', '090572207', '090572957'}",https://www.sec.gov/Archives/edgar/data/12208/000001220823000031/0000012208-23-000031.txt
09057N,1133818,{'BIO-PATH HLDGS INC'},{'09057N300'},https://www.sec.gov/Archives/edgar/data/1133818/000155837023005081/0001558370-23-005081.txt
09058V,882796,"{'BIOCRYST PHARMACEUTICALS', 'BIOCRYST PHARMACEUTICALS INC'}","{'09058v103', '09058V103', '09058V953', '09058V903'}",https://www.sec.gov/Archives/edgar/data/882796/000162828023005259/0001628280-23-005259.txt
09060U,925741,{'BIOCARDIA INC'},{'09060U507'},https://www.sec.gov/Archives/edgar/data/925741/000143774923008312/0001437749-23-008312.txt
09061G,1048477,"{'BIOMARIN PHARMACEUTICAL INC', 'BIOMARIN PHARMACEUTICAL COM US'}","{'09061G901', '09061G951', '09061g101', '09061G101'}",https://www.sec.gov/Archives/edgar/data/1048477/000104847723000009/0001048477-23-000009.txt
09061H,73290,{'BIOMERICA INC'},{'09061H307'},https://www.sec.gov/Archives/edgar/data/73290/000149315223030254/0001493152-23-030254.txt
09061Q,875729,{'BION ENVIRNMNTL TECH'},{'09061Q307'},https://www.sec.gov/Archives/edgar/data/875729/000107997323001327/0001079973-23-001327.txt
09062W,834365,"{'BIOLIFE SOLUTIONS INC NEW', 'BIOLIFE SOLUTIONS INC'}","{'09062w204', '09062W204'}",https://www.sec.gov/Archives/edgar/data/834365/000143774923008875/0001437749-23-008875.txt
09062X,875045,"{'Biogen Inc.', 'BIOGEN INC'}","{'09062X103', '09062x103', '09062X953', '09062X903'}",https://www.sec.gov/Archives/edgar/data/875045/000087504523000009/0000875045-23-000009.txt
09072V,1044378,{'BIOCEPT INC'},{'09072V501'},https://www.sec.gov/Archives/edgar/data/1044378/000095017023013109/0000950170-23-013109.txt
09073M,842023,{'BIO-TECHNE CORP'},"{'09073M904', '09073m104', '09073M104', '09073M954'}",https://www.sec.gov/Archives/edgar/data/842023/000155837023015226/0001558370-23-015226.txt
09073N,1530766,{'BIOSIG TECHNOLOGIES INC'},{'09073N201'},https://www.sec.gov/Archives/edgar/data/1530766/000118518523000298/0001185185-23-000298.txt
09074H,1630113,{'BIOTRICITY INC'},{'09074H104'},https://www.sec.gov/Archives/edgar/data/1630113/000149315223022974/0001493152-23-022974.txt
09075F,1411690,{'BIONANO GENOMICS INC'},"{'09075F957', '09075F907', '09075F107'}",https://www.sec.gov/Archives/edgar/data/1411690/000141169023000010/0001411690-23-000010.txt
09075P,1720893,{'BIOXCEL THERAPEUTICS INC'},"{'09075P105', '09075P955', '09075P905'}",https://www.sec.gov/Archives/edgar/data/1720893/000155837023003940/0001558370-23-003940.txt
09075X,1439725,{'BIODESIX INC'},{'09075X108'},https://www.sec.gov/Archives/edgar/data/1439725/000095017023006092/0000950170-23-006092.txt
09077B,1826892,{'BIOATLA INC'},"{'09077B954', '09077B104'}",https://www.sec.gov/Archives/edgar/data/1826892/000095017023009551/0000950170-23-009551.txt
09090D,1739174,{'BIOMX INC'},{'09090D103'},https://www.sec.gov/Archives/edgar/data/1739174/000121390023024122/0001213900-23-024122.txt
090911,811240,{'BIOLASE INC'},{'090911405'},https://www.sec.gov/Archives/edgar/data/811240/000095017023010364/0000950170-23-010364.txt
09180C,1013488,{'BJS RESTAURANTS INC'},"{'09180C956', '09180C906', '09180C106'}",https://www.sec.gov/Archives/edgar/data/1013488/000095017023004813/0000950170-23-004813.txt
09203E,1701541,{'BLACK DIAMOND THERAPEUTICS I'},{'09203E105'},https://www.sec.gov/Archives/edgar/data/1701541/000170154123000020/0001701541-23-000020.txt
09215C,1627014,{'BLACK KNIGHT INC'},"{'09215C905', '09215C105', '09215C955', '09215c105'}",https://www.sec.gov/Archives/edgar/data/1627014/000155837023002252/0001558370-23-002252.txt
09225M,1621434,"{'BLACK STONE MINERALS L P COM', 'Black Stone Minerals LP', 'BLACK STONE MINERALS L P'}","{'09225M901', '09225M101', '09225m101', '09225M951'}",https://www.sec.gov/Archives/edgar/data/1621434/000162828023004630/0001628280-23-004630.txt
09227Q,1280058,{'BLACKBAUD INC'},"{'09227Q900', '09227Q100', '09227q100', '09227Q950'}",https://www.sec.gov/Archives/edgar/data/1280058/000128005823000006/0001280058-23-000006.txt
09228F,1070235,{'BLACKBERRY LTD'},"{'09228F903', '09228F953', '09228F103'}",https://www.sec.gov/Archives/edgar/data/1070235/000107023523000054/0001070235-23-000054.txt
09239B,1666134,"{None, 'BLACKLINE INC'}","{'09239B109', '09239b109', '09239BAB5', '09239B959', '09239BAD1', '09239B909'}",https://www.sec.gov/Archives/edgar/data/1666134/000166613423000003/0001666134-23-000003.txt
092533,1326003,{'BLACKROCK CAP INVT CORP'},{'092533108'},https://www.sec.gov/Archives/edgar/data/1326003/000095017023005502/0000950170-23-005502.txt
09253U,1393818,{'BLACKSTONE'},{'09253u108'},https://www.sec.gov/Archives/edgar/data/1393818/000119312523048733/0001193125-23-048733.txt
09257W,1061630,"{'BLACKSTONE MTG TR INC', 'BLACKSTONE MORTGAGE TRU-CL A'}","{'09257W950', '09257W100', '09257W900'}",https://www.sec.gov/Archives/edgar/data/1061630/000106163023000010/0001061630-23-000010.txt
09260D,1393818,"{'The Blackstone Group Inc.', 'BLACKSTONE INC'}","{'09260D957', '09260D107', '09260D907', '09260d107'}",https://www.sec.gov/Archives/edgar/data/1393818/000119312523048733/0001193125-23-048733.txt
09354A,1429764,{'BLINK CHARGING CO'},"{'09354A950', '09354A900', '09354A100'}",https://www.sec.gov/Archives/edgar/data/1429764/000149315223007639/0001493152-23-007639.txt
093671,12659,"{'BLOCK H & R INC', 'Block H & R'}","{'093671955', '093671105', '093671905'}",https://www.sec.gov/Archives/edgar/data/12659/000183886223000027/0001838862-23-000027.txt
093712,1664703,"{None, 'BLOOM ENERGY CORP', 'BLOOM ENERGY CORP A'}","{'093712957', '093712107', '093712907', '093712AH0'}",https://www.sec.gov/Archives/edgar/data/1664703/000162828023004301/0001628280-23-004301.txt
094235,1546417,{'BLOOMIN BRANDS INC'},"{'094235108', '094235958', '094235908'}",https://www.sec.gov/Archives/edgar/data/1546417/000154641723000009/0001546417-23-000009.txt
095229,1068875,"{'AVANTAX INC', 'BLUCORA INC'}","{'095229950', '095229900', '095229100'}",https://www.sec.gov/Archives/edgar/data/1068875/000106887523000055/0001068875-23-000055.txt
09523Q,1701114,{'BLUE APRON HLDGS INC'},"{'09523Q309', '09523Q200', '09523Q950', '09523Q900'}",https://www.sec.gov/Archives/edgar/data/1701114/000170111423000020/0001701114-23-000020.txt
095306,1589526,{'BLUE BIRD CORP'},"{'095306956', '095306106'}",https://www.sec.gov/Archives/edgar/data/1589526/000158952623000124/0001589526-23-000124.txt
095825,842717,{'BLUE RIDGE BANKSHARES INC VA'},{'095825105'},https://www.sec.gov/Archives/edgar/data/842717/000095017023007265/0000950170-23-007265.txt
09609G,1293971,{'BLUEBIRD BIO INC'},"{'09609G100', '09609G900', '09609G950'}",https://www.sec.gov/Archives/edgar/data/1293971/000129397123000007/0001293971-23-000007.txt
09624H,1301787,"{'BLUELINX HOLDINGS INC', 'BLUELINX HLDGS INC'}","{'09624H958', '09624H908', '09624H208'}",https://www.sec.gov/Archives/edgar/data/1301787/000130178723000010/0001301787-23-000010.txt
09627Y,1597264,{'BLUEPRINT MEDICINES CORP'},"{'09627Y909', '09627Y109', '09627y109', '09627Y959'}",https://www.sec.gov/Archives/edgar/data/1597264/000155837023001465/0001558370-23-001465.txt
09739D,1328581,{'BOISE CASCADE CO DEL'},"{'09739D900', '09739D950', '09739D100'}",https://www.sec.gov/Archives/edgar/data/1328581/000132858123000020/0001328581-23-000020.txt
097702,1641281,{'BOLT BIOTHERAPEUTICS INC'},{'097702104'},https://www.sec.gov/Archives/edgar/data/1641281/000095017023010613/0000950170-23-010613.txt
09857L,1075531,"{'BOOKING HOLDINGS INC', 'BOOKING HOLDINGS INC CALL', 'BKNG'}","{'09857L958', '09857L908', '09857L108', '09857l108'}",https://www.sec.gov/Archives/edgar/data/1075531/000107553123000016/0001075531-23-000016.txt
099406,1610250,{'BOOT BARN HLDGS INC'},"{'099406950', '099406100', '099406900'}",https://www.sec.gov/Archives/edgar/data/1610250/000155837023010209/0001558370-23-010209.txt
099502,1443646,"{'BOOZ ALLEN HAMILTON HLDG COR', 'Booz Allen Hamilton Holding Corp.'}","{'099502956', '099502906', '099502106'}",https://www.sec.gov/Archives/edgar/data/1443646/000144364623000089/0001443646-23-000089.txt
099724,908255,{'BORGWARNER INC'},"{'099724956', '099724106', '099724906'}",https://www.sec.gov/Archives/edgar/data/908255/000090825523000013/0000908255-23-000013.txt
100557,949870,"{'BOSTON BEER INC', 'BOSTON BEER COMPANY INC A'}","{'100557907', '100557957', '100557107'}",https://www.sec.gov/Archives/edgar/data/949870/000095017023003802/0000950170-23-003802.txt
101044,1494582,{'BOSTON OMAHA CORP'},{'101044105'},https://www.sec.gov/Archives/edgar/data/1494582/000143774923007868/0001437749-23-007868.txt
101121,1037540,{'BOSTON PROPERTIES INC'},"{'101121101', '101121901', '101121951'}",https://www.sec.gov/Archives/edgar/data/1037540/000165642323000013/0001656423-23-000013.txt
101137,52827,{'BOSTON SCIENTIFIC CORP'},"{'101137206', '101137107', '101137957', '101137907'}",https://www.sec.gov/Archives/edgar/data/52827/000005282723000035/0000052827-23-000035.txt
10316T,1372612,"{'BOX INC', 'Box, Inc. Class A'}","{'10316T954', '10316T104', '10316T904'}",https://www.sec.gov/Archives/edgar/data/1372612/000095017023007573/0000950170-23-007573.txt
103197,1624512,{'BOXLIGHT CORP'},{'103197109'},https://www.sec.gov/Archives/edgar/data/1624512/000155837023004059/0001558370-23-004059.txt
103304,906553,{'BOYD GAMING CORP'},"{'103304101', '103304951', '103304901'}",https://www.sec.gov/Archives/edgar/data/906553/000143774923004538/0001437749-23-004538.txt
104674,12208,{'BRADY CORPORATION - CL A'},{'104674106'},https://www.sec.gov/Archives/edgar/data/12208/000001220823000031/0000012208-23-000031.txt
10482B,1574085,"{'Braemar Hotels Resorts', 'BRAEMAR HOTELS & RESORTS INC'}","{'10482B101', '10482b101', '10482B951', '10482B901'}",https://www.sec.gov/Archives/edgar/data/1574085/000157408523000041/0001574085-23-000041.txt
10501E,1137883,{'BRAINSTORM CELL THERAPEUTICS'},{'10501E201'},https://www.sec.gov/Archives/edgar/data/1137883/000141057823000426/0001410578-23-000426.txt
105368,790816,{'Brandywine Realty Trust'},{'105368203'},https://www.sec.gov/Archives/edgar/data/790816/000079081623000013/0000790816-23-000013.txt
106762,1817640,{'BREEZE HOLDINGS ACQUISITN CO'},"{'106762957', '106762107'}",https://www.sec.gov/Archives/edgar/data/1817640/000156459023004918/0001564590-23-004918.txt
10778Y,1610820,{'BRIACELL THERAPEUTICS CORP'},"{'10778Y302', '10778Y952'}",https://www.sec.gov/Archives/edgar/data/1610820/000149315223038298/0001493152-23-038298.txt
10806X,1743881,"{None, 'BRIDGEBIO PHARMA INC', 'BridgeBio Pharma Inc.'}","{'10806XAB8', '10806X102', '10806X952', '10806XAD4', '10806X902', '10806x102'}",https://www.sec.gov/Archives/edgar/data/1743881/000095017023004145/0000950170-23-004145.txt
10807Q,1378590,{'BRIDGELINE DIGITAL INC'},{'10807Q700'},https://www.sec.gov/Archives/edgar/data/1378590/000143774923035439/0001437749-23-035439.txt
108621,1341317,{'BRIDGEWATER BANCSHARES INC'},{'108621103'},https://www.sec.gov/Archives/edgar/data/1341317/000155837023002993/0001558370-23-002993.txt
109194,1437578,{'BRIGHT HORIZONS FAM SOL IN D'},"{'109194100', '109194900'}",https://www.sec.gov/Archives/edgar/data/1437578/000143757823000005/0001437578-23-000005.txt
10921T,1313275,{'BRIGHTCOVE INC'},{'10921T101'},https://www.sec.gov/Archives/edgar/data/1313275/000095017023004153/0000950170-23-004153.txt
10922N,1685040,"{'BRIGHTHOUSE FINL PFD', 'Brighthouse Financial', 'BRIGHTHOUSE FINL INC', 'BRIGHTHOUSE FIN 6.75 PFD'}","{'10922N903', '10922N103', '10922N953', '10922n103', '10922N202', '10922N509'}",https://www.sec.gov/Archives/edgar/data/1685040/000168504023000011/0001685040-23-000011.txt
10948W,1748824,{'BRIGHTSPHERE INVT GROUP INC'},{'10948W103'},https://www.sec.gov/Archives/edgar/data/1748824/000174882423000010/0001748824-23-000010.txt
109641,1758488,{'BRINKER INTL INC'},"{'109641100', '109641950', '109641900'}",https://www.sec.gov/Archives/edgar/data/1758488/000095017023005914/0000950170-23-005914.txt
110122,14272,"{'BRISTOL-MYERS SQUIBB CO', 'Bristol-Myers Squibb'}","{'110122108', '110122908', '110122109', '110122958'}",https://www.sec.gov/Archives/edgar/data/14272/000001427223000046/0000014272-23-000046.txt
11120U,1581068,"{'Brixmor Property Group Inc.', 'BRIXMOR PPTY GROUP INC'}","{'11120U905', '11120u105', '11120U105', '11120U955'}",https://www.sec.gov/Archives/edgar/data/1581068/000158106823000014/0001581068-23-000014.txt
11133T,1383312,"{'BROADRIDGE FINL SOLUTIONS IN', 'BROADRIDGE FINL SOLU'}","{'11133T903', '11133T103', '11133t103', '11133T953'}",https://www.sec.gov/Archives/edgar/data/1383312/000138331223000037/0001383312-23-000037.txt
11135B,1784797,"{'Broadmark Realty Cap Inc', 'BROADMARK RLTY CAP INC'}","{'11135b100', '11135B900', '11135B100'}",https://www.sec.gov/Archives/edgar/data/1784797/000095017023005481/0000950170-23-005481.txt
11135E,1424182,{'BROADSTONE NET LEASE INC'},"{'11135E207', '11135E203', '11135E903'}",https://www.sec.gov/Archives/edgar/data/1424182/000095017023004115/0000950170-23-004115.txt
11135F,1730168,"{'BROADCOM INC', 'BROADCOM INC CALL'}","{'11135F951', '11135F101', '11135f101', '11135F901'}",https://www.sec.gov/Archives/edgar/data/1730168/000173016823000096/0001730168-23-000096.txt
111444,1001171,{'BROADWAY FINL CORP DEL'},{'111444105'},https://www.sec.gov/Archives/edgar/data/1001171/000114036123017732/0001140361-23-017732.txt
11161T,1120370,{'BROADWIND INC COM NEW'},{'11161T207'},https://www.sec.gov/Archives/edgar/data/1120370/000143774923005917/0001437749-23-005917.txt
112463,1332349,"{None, 'BROOKDALE SR LIVING INC'}","{'112463302', '112463904', '112463104', '112463954'}",https://www.sec.gov/Archives/edgar/data/1332349/000133234923000047/0001332349-23-000047.txt
11373M,1049782,{'BROOKLINE BANCORP INC DEL'},{'11373M107'},https://www.sec.gov/Archives/edgar/data/1049782/000104978223000025/0001049782-23-000025.txt
114340,933974,{'AZENTA INC'},"{'114340952', '114340902', '114340102'}",https://www.sec.gov/Archives/edgar/data/933974/000155837023019262/0001558370-23-019262.txt
115236,79282,{'BROWN & BROWN INC'},"{'115236101', '115236901'}",https://www.sec.gov/Archives/edgar/data/79282/000095017023004717/0000950170-23-004717.txt
115637,14693,"{'BROWN FORMAN CORP CLASS B', 'BROWN FORMAN CORP', 'BROWN FORMAN CORP CLASS A'}","{'115637909', '115637100', '115637209'}",https://www.sec.gov/Archives/edgar/data/14693/000001469323000074/0000014693-23-000074.txt
116794,1109354,{'BRUKER CORP'},"{'116794908', '116794108'}",https://www.sec.gov/Archives/edgar/data/1109354/000095017023005251/0000950170-23-005251.txt
117043,14930,{'BRUNSWICK CORP'},"{'117043959', '117043109', '117043909'}",https://www.sec.gov/Archives/edgar/data/14930/000001493023000054/0000014930-23-000054.txt
11776U,1054721,{'BSQUARE CORP'},{'11776U300'},https://www.sec.gov/Archives/edgar/data/1054721/000143774923005665/0001437749-23-005665.txt
118440,885245,{'BUCKLE INC'},"{'118440106', '118440956', '118440906'}",https://www.sec.gov/Archives/edgar/data/885245/000088524523000008/0000885245-23-000008.txt
120076,1113809,"{'BUILD-A-BEAR WORKSHOP INC', 'BuildABear Workshop, Inc.'}","{'120076954', '120076104', '120076904'}",https://www.sec.gov/Archives/edgar/data/1113809/000143774923010169/0001437749-23-010169.txt
12008R,1316835,"{'BUILDERS FIRSTSOURCE INC', 'Builders FirstSource, Inc.'}","{'12008R957', '12008r107', '12008R107', '12008R907'}",https://www.sec.gov/Archives/edgar/data/1316835/000095017023004939/0000950170-23-004939.txt
122017,1579298,{'BURLINGTON STORES INC'},"{'122017956', '122017106', '122017906'}",https://www.sec.gov/Archives/edgar/data/1579298/000095017023007586/0000950170-23-007586.txt
124155,1804176,"{None, 'BUTTERFLY NETWORK INC'}","{'124155110', '124155952', '124155102', '124155902'}",https://www.sec.gov/Archives/edgar/data/1804176/000155837023004464/0001558370-23-004464.txt
124805,944148,{'CBIZ INC'},{'124805102'},https://www.sec.gov/Archives/edgar/data/944148/000162828023005024/0001628280-23-005024.txt
12481V,1473844,{'CBTX INC'},{'12481V104'},https://www.sec.gov/Archives/edgar/data/1473844/000147384423000013/0001473844-23-000013.txt
124830,910612,{'CBL ASSOCIATES PROPERTIES'},{'124830878'},https://www.sec.gov/Archives/edgar/data/910612/000095017023005470/0000950170-23-005470.txt
12503M,1374310,{'CBOE GLOBAL MKTS INC'},"{'12503M108', '12503M908', '12503M958'}",https://www.sec.gov/Archives/edgar/data/1374310/000155837023001489/0001558370-23-001489.txt
12504L,1138118,"{'CBRE Group Inc.', 'CBRE GROUP INC'}","{'12504l109', '12504L909', '12504L959', '12504L109'}",https://www.sec.gov/Archives/edgar/data/1138118/000113811823000009/0001138118-23-000009.txt
125141,3197,{'CECO ENVIRONMENTAL CORP'},"{'125141901', '125141101'}",https://www.sec.gov/Archives/edgar/data/3197/000095017023006169/0000950170-23-006169.txt
12514G,1402057,"{'CDW Corporation', 'CDW CORP'}","{'12514G108', '12514g108', '12514G908', '12514G958'}",https://www.sec.gov/Archives/edgar/data/1402057/000140205723000052/0001402057-23-000052.txt
125269,1324404,{'CF INDS HLDGS INC'},"{'125269950', '125269100', '125269900'}",https://www.sec.gov/Archives/edgar/data/1324404/000132440423000006/0001324404-23-000006.txt
12541W,1043277,"{'C H Robinson Worldwide Inc', 'CH Robinson Worldwide Inc.', 'C H ROBINSON WORLDWIDE INC'}","{'12541W909', '12541W209', '12541w209', '12541W959'}",https://www.sec.gov/Archives/edgar/data/1043277/000104327723000005/0001043277-23-000005.txt
125523,1739940,{'CIGNA CORP NEW'},"{'125523900', '125523100', '125523950'}",https://www.sec.gov/Archives/edgar/data/1739940/000173994023000008/0001739940-23-000008.txt
12562N,352955,{'CKX LDS INC'},{'12562N104'},https://www.sec.gov/Archives/edgar/data/352955/000143774923008793/0001437749-23-008793.txt
12572Q,1156375,"{'CME Group Inc', 'CME GROUP INC'}","{'12572Q105', '12572Q905', '12572Q955', '12572q105'}",https://www.sec.gov/Archives/edgar/data/1156375/000115637523000020/0001156375-23-000020.txt
125896,811156,"{'CMS ENERGY CORP', 'CMS Energy Cor 5.875PFD Due 030179'}","{'125896900', '125896100', '125896845'}",https://www.sec.gov/Archives/edgar/data/811156/000081115623000014/0000811156-23-000014.txt
125919,889348,{'CPI AEROSTRUCTURES INC'},{'125919308'},https://www.sec.gov/Archives/edgar/data/889348/000138713123004743/0001387131-23-004743.txt
126128,736772,{'CNB FINL CORP PA'},{'126128107'},https://www.sec.gov/Archives/edgar/data/736772/000073677223000023/0000736772-23-000023.txt
12618T,1053706,{'CRA INTL INC'},{'12618T105'},https://www.sec.gov/Archives/edgar/data/1053706/000105370623000007/0001053706-23-000007.txt
12621E,1224608,"{'CNO Financial Group, Inc.', 'CNO FINL GROUP INC'}","{'12621E301', '12621E103'}",https://www.sec.gov/Archives/edgar/data/1224608/000122460823000013/0001224608-23-000013.txt
126349,1005757,{'CSG SYS INTL INC'},{'126349109'},https://www.sec.gov/Archives/edgar/data/1005757/000095017023003146/0000950170-23-003146.txt
12637A,1449488,{'CSI Compressco LP (cclp)'},{'12637A103'},https://www.sec.gov/Archives/edgar/data/1449488/000144948823000007/0001449488-23-000007.txt
126389,356037,{'CSP INC'},{'126389105'},https://www.sec.gov/Archives/edgar/data/356037/000035603723000045/0000356037-23-000045.txt
126402,1624794,{'CSW INDUSTRIALS INC'},{'126402106'},https://www.sec.gov/Archives/edgar/data/1624794/000162479423000039/0001624794-23-000039.txt
126408,277948,{'CSX CORP'},"{'126408103', '126408953', '126408903'}",https://www.sec.gov/Archives/edgar/data/277948/000027794823000006/0000277948-23-000006.txt
12648L,891293,{'CTI BIOPHARMA CORP'},"{'12648L901', '12648L601', '12648L951'}",https://www.sec.gov/Archives/edgar/data/891293/000089129323000011/0000891293-23-000011.txt
126501,26058,{'CTS CORP'},{'126501105'},https://www.sec.gov/Archives/edgar/data/26058/000095017023004366/0000950170-23-004366.txt
12653C,1070412,"{'CNX RES CORP', 'CNX RESOURCES CORPORATION'}","{'12653C108', '12653c108', '12653C908', '12653C958'}",https://www.sec.gov/Archives/edgar/data/1070412/000107041223000015/0001070412-23-000015.txt
126600,354647,{'CVB FINL CORP'},{'126600105'},https://www.sec.gov/Archives/edgar/data/354647/000095017023005167/0000950170-23-005167.txt
126601,766792,{'CVD EQUIP CORP'},{'126601103'},https://www.sec.gov/Archives/edgar/data/766792/000143774923008062/0001437749-23-008062.txt
12662P,1376139,{'CVR ENERGY INC'},"{'12662P108', '12662P958', '12662P908'}",https://www.sec.gov/Archives/edgar/data/1376139/000137613923000009/0001376139-23-000009.txt
126633,1425292,{'CVR PARTNERS LP'},"{'126633905', '126633955', '126633205'}",https://www.sec.gov/Archives/edgar/data/1425292/000142529223000008/0001425292-23-000008.txt
126650,64803,"{'CVS Health Corp', 'CVS HEALTH CORP'}","{'126650950', '126650100', '126650900'}",https://www.sec.gov/Archives/edgar/data/64803/000006480323000009/0000064803-23-000009.txt
12674W,1759138,{'CABALETTA BIO INC'},"{'12674W109', '12674W909'}",https://www.sec.gov/Archives/edgar/data/1759138/000095017023008298/0000950170-23-008298.txt
12685J,1632127,"{'CABLE ONE INC COM', 'CABLE ONE INC'}","{'12685J105', '12685j105'}",https://www.sec.gov/Archives/edgar/data/1632127/000143774923004428/0001437749-23-004428.txt
127055,16040,{'CABOT CORP'},"{'127055101', '127055951', '127055901'}",https://www.sec.gov/Archives/edgar/data/16040/000095017023065844/0000950170-23-065844.txt
127097,858470,{'COTERRA ENERGY INC'},"{'127097953', '127097903', '127097103'}",https://www.sec.gov/Archives/edgar/data/858470/000085847023000011/0000858470-23-000011.txt
127190,16058,"{'CACI INTL INC', 'CACI International Inc.'}","{'127190304', '127190954'}",https://www.sec.gov/Archives/edgar/data/16058/000001605823000086/0000016058-23-000086.txt
127203,1699136,{'CACTUS INC A'},{'127203107'},https://www.sec.gov/Archives/edgar/data/1699136/000169913623000017/0001699136-23-000017.txt
127387,813672,{'CADENCE DESIGN SYSTEM INC'},"{'127387108', '127387908', '127387958'}",https://www.sec.gov/Archives/edgar/data/813672/000081367223000011/0000813672-23-000011.txt
127537,727273,{'CADIZ INC'},{'127537207'},https://www.sec.gov/Archives/edgar/data/727273/000143774923008639/0001437749-23-008639.txt
12769G,1590895,"{'CAESARS ENTERTAINMENT INC', 'CAESARS ENTERTAINMENT INC NE'}","{'12769g100', '12769G950', '12769G100', '12769G900'}",https://www.sec.gov/Archives/edgar/data/1590895/000159089523000070/0001590895-23-000070.txt
128030,16160,{'CAL MAINE FOODS INC'},"{'128030952', '128030902', '128030202'}",https://www.sec.gov/Archives/edgar/data/16160/000156276223000287/0001562762-23-000287.txt
128058,320017,{'LISATA THERAPEUTICS INC'},"{'128058902', '128058302'}",https://www.sec.gov/Archives/edgar/data/320017/000032001723000011/0000320017-23-000011.txt
128126,730255,{'CALAMP CORP'},{'128126109'},https://www.sec.gov/Archives/edgar/data/730255/000095017023015460/0000950170-23-015460.txt
129500,14707,{'CALERES INC'},"{'129500954', '129500904', '129500104'}",https://www.sec.gov/Archives/edgar/data/14707/000001470723000018/0000014707-23-000018.txt
13005U,1752036,{'CALIFORNIA BANCORP INC'},"{'13005u101', '13005U101'}",https://www.sec.gov/Archives/edgar/data/1752036/000119312523078646/0001193125-23-078646.txt
13057Q,1609253,"{'CALIFORNIA RESOURCES CORP', 'CALIFORNIA RES CORP'}","{'13057Q305', '13057Q905', '13057Q955'}",https://www.sec.gov/Archives/edgar/data/1609253/000160925323000017/0001609253-23-000017.txt
130788,1035201,{'CALIFORNIA WTR SVC GROUP'},{'130788102'},https://www.sec.gov/Archives/edgar/data/1035201/000103520123000003/0001035201-23-000003.txt
13100M,1406666,{'CALIX INC'},"{'13100M909', '13100M959', '13100M509'}",https://www.sec.gov/Archives/edgar/data/1406666/000140666623000026/0001406666-23-000026.txt
131193,837465,{'TOPGOLF CALLAWAY BRANDS CORP'},"{'131193904', '131193104', '131193954'}",https://www.sec.gov/Archives/edgar/data/837465/000083746523000006/0000837465-23-000006.txt
13123X,928022,{'CALLON PETE CO DEL'},"{'13123X508', '13123X908', '13123X958'}",https://www.sec.gov/Archives/edgar/data/928022/000092802223000017/0000928022-23-000017.txt
131476,1340122,"{'CALUMET SPECIALTY PRODS PART', 'CALUMET SPECIALTY PROD'}","{'131476903', '131476103'}",https://www.sec.gov/Archives/edgar/data/1340122/000134012223000034/0001340122-23-000034.txt
13173L,1705843,{'CALYXT INC'},{'13173L107'},https://www.sec.gov/Archives/edgar/data/1705843/000119312523058346/0001193125-23-058346.txt
13200M,1309082,{'CAMBER ENERGY INC'},"{'13200M907', '13200M957', '13200M607'}",https://www.sec.gov/Archives/edgar/data/1309082/000147793223001554/0001477932-23-001554.txt
132152,711772,{'CAMBRIDGE BANCORP'},{'132152109'},https://www.sec.gov/Archives/edgar/data/711772/000095017023008286/0000950170-23-008286.txt
133034,750686,{'CAMDEN NATL CORP'},{'133034108'},https://www.sec.gov/Archives/edgar/data/750686/000075068623000033/0000750686-23-000033.txt
134429,16732,{'CAMPBELL SOUP CO'},"{'134429109', '134429909', '134429959'}",https://www.sec.gov/Archives/edgar/data/16732/000001673223000109/0000016732-23-000109.txt
13462K,1669779,"{'CAMPING WORLD HLDGS INC', 'CAMPING WORLD HOLDINGS INC A'}","{'13462K909', '13462K109', '13462K959'}",https://www.sec.gov/Archives/edgar/data/1669779/000155837023001813/0001558370-23-001813.txt
13645T,16875,"{'CANADIAN PAC RY LTD', 'CANADIAN PAC RY LTD COM'}","{'13645T100', '13645T900', '13645t100', '13645T950'}",https://www.sec.gov/Archives/edgar/data/16875/000001687523000008/0000016875-23-000008.txt
13765N,1704720,"{'CANNAE HOLDINGS INC', 'CANNAE HLDGS INC'}","{'13765N107', '13765n107'}",https://www.sec.gov/Archives/edgar/data/1704720/000170472023000025/0001704720-23-000025.txt
13803R,1750153,{'CANOO INC'},"{'13803R952', '13803R102', '13803R902'}",https://www.sec.gov/Archives/edgar/data/1750153/000162828023009932/0001628280-23-009932.txt
139674,726601,{'CAPITAL CITY BK GROUP INC'},{'139674105'},https://www.sec.gov/Archives/edgar/data/726601/000072660123000009/0000726601-23-000009.txt
139737,1419536,{'CAPITAL BANCORP INC MD'},{'139737100'},https://www.sec.gov/Archives/edgar/data/1419536/000141953623000054/0001419536-23-000054.txt
14040H,927628,"{'CAPITAL ONE FINL CORP', 'CAPITAL ONE FINANCIAL CP'}","{'14040H905', '14040H105', '14040h105', '14040H955'}",https://www.sec.gov/Archives/edgar/data/927628/000092762823000117/0000927628-23-000117.txt
140475,1043000,{'SONIDA SENIOR LIVING INC'},{'140475203'},https://www.sec.gov/Archives/edgar/data/1043000/000162828023009942/0001628280-23-009942.txt
140501,17313,{'CAPITAL SOUTHWEST CORP'},"{'140501957', '140501107', '140501907'}",https://www.sec.gov/Archives/edgar/data/17313/000001731323000025/0000017313-23-000025.txt
14070B,1133869,{'CAPRICOR THERAPEUTICS INC'},{'14070B309'},https://www.sec.gov/Archives/edgar/data/1133869/000155837023004124/0001558370-23-004124.txt
14070T,1676479,{'CAPSTAR FINL HLDGS INC'},"{'14070T102', '14070t102'}",https://www.sec.gov/Archives/edgar/data/1676479/000095017023006036/0000950170-23-006036.txt
140755,1346830,{'CARA THERAPEUTICS INC'},"{'140755909', '140755109', '140755959'}",https://www.sec.gov/Archives/edgar/data/1346830/000155837023002913/0001558370-23-002913.txt
14147L,1213037,{'CARDIFF ONCOLOGY INC'},"{'14147L108', '14147L958'}",https://www.sec.gov/Archives/edgar/data/1213037/000162828023006037/0001628280-23-006037.txt
14149Y,721371,{'CARDINAL HEALTH INC'},"{'14149Y108', '14149y108', '14149Y958', '14149Y908'}",https://www.sec.gov/Archives/edgar/data/721371/000072137123000060/0000721371-23-000060.txt
14161W,1666071,{'CARDLYTICS INC'},"{'14161W105', '14161W905', '14161W955'}",https://www.sec.gov/Archives/edgar/data/1666071/000166607123000032/0001666071-23-000032.txt
14167L,1217234,"{'CareDx Inc', 'CAREDX INC'}","{'14167L103', '14167L953', '14167L903', '14167l103'}",https://www.sec.gov/Archives/edgar/data/1217234/000121723423000046/0001217234-23-000046.txt
14174T,1590717,"{'CARETRUST REIT INC REIT', 'CARETRUST REIT INC'}","{'14174T907', '14174T107', '14174t107'}",https://www.sec.gov/Archives/edgar/data/1590717/000162828023002955/0001628280-23-002955.txt
141788,1494259,{'CARGURUS INC'},"{'141788109', '141788909'}",https://www.sec.gov/Archives/edgar/data/1494259/000095017023005473/0000950170-23-005473.txt
142339,790051,{'CARLISLE COS INC'},{'142339100'},https://www.sec.gov/Archives/edgar/data/790051/000079005123000044/0000790051-23-000044.txt
14309L,1527166,{'CARLYLE GROUP L P COM UTS LTD PTN'},{'14309L102'},https://www.sec.gov/Archives/edgar/data/1527166/000152716623000014/0001527166-23-000014.txt
143130,1170010,{'CARMAX INC'},"{'143130952', '143130102', '143130902'}",https://www.sec.gov/Archives/edgar/data/1170010/000117001023000010/0001170010-23-000010.txt
14316J,1527166,"{'The Carlyle Group Inc.', 'CARLYLE GROUP INC'}","{'14316J108', '14316J908', '14316J958', '14316j108'}",https://www.sec.gov/Archives/edgar/data/1527166/000152716623000014/0001527166-23-000014.txt
143658,815097,"{None, 'CARNIVAL CORP'}","{'143658900', '143658BT8', '143658300', '143658950'}",https://www.sec.gov/Archives/edgar/data/815097/000081509723000012/0000815097-23-000012.txt
14365C,1125259,{'CARNIVAL PLC'},"{'14365C103', '14365C953', '14365C903'}",https://www.sec.gov/Archives/edgar/data/1125259/000081509723000012/0000815097-23-000012.txt
143905,1016281,{'CARRIAGE SVCS INC'},"{'143905907', '143905107'}",https://www.sec.gov/Archives/edgar/data/1016281/000101628123000045/0001016281-23-000045.txt
14427M,1378950,{'CARPARTS COM INC'},"{'14427M107', '14427M907'}",https://www.sec.gov/Archives/edgar/data/1378950/000137895023000012/0001378950-23-000012.txt
144285,17843,{'CARPENTER TECHNOLOGY CORP'},"{'144285103', '144285903'}",https://www.sec.gov/Archives/edgar/data/17843/000001784323000021/0000017843-23-000021.txt
14448C,1783180,"{'CARRIER GLOBAL CORPORATION', 'Carrier Global Corporation'}","{'14448c104', '14448C104', '14448C954', '14448C904'}",https://www.sec.gov/Archives/edgar/data/1783180/000178318023000012/0001783180-23-000012.txt
14574X,809248,{'CARROLS RESTAURANT GROUP INC'},{'14574X104'},https://www.sec.gov/Archives/edgar/data/809248/000080924823000041/0000809248-23-000041.txt
14575E,1683606,"{'CARS COM INC', 'Cars Inc'}","{'14575e105', '14575E105', '14575E955', '14575E905'}",https://www.sec.gov/Archives/edgar/data/1683606/000095017023004093/0000950170-23-004093.txt
146103,1829576,{'CARTER BANKSHARES INC'},{'146103106'},https://www.sec.gov/Archives/edgar/data/1829576/000182957623000009/0001829576-23-000009.txt
146869,1690820,{'CARVANA CO'},"{'146869902', '146869952', '146869102'}",https://www.sec.gov/Archives/edgar/data/1690820/000169082023000052/0001690820-23-000052.txt
147448,911177,{'CASELLA WASTE SYSTEMS INC A'},{'147448104'},https://www.sec.gov/Archives/edgar/data/911177/000091117723000012/0000911177-23-000012.txt
147528,726958,{'CASEYS GEN STORES INC'},"{'147528103', '147528903'}",https://www.sec.gov/Archives/edgar/data/726958/000072695823000059/0000726958-23-000059.txt
14808P,708781,"{'CASS INFORMATION SYSTEMS INC', 'CASS INFORMATION SYS INC'}","{'14808p109', '14808P109'}",https://www.sec.gov/Archives/edgar/data/708781/000070878123000012/0000708781-23-000012.txt
14817C,1069530,{'CASSAVA SCIENCES INC'},"{'14817c107', '14817C107', '14817C957', '14817C907'}",https://www.sec.gov/Archives/edgar/data/1069530/000106953023000009/0001069530-23-000009.txt
14843C,1447362,{'CASTLE BIOSCIENCES INC'},{'14843C105'},https://www.sec.gov/Archives/edgar/data/1447362/000144736223000038/0001447362-23-000038.txt
148806,1596783,{'CATALENT INC'},"{'148806952', '148806102', '148806902'}",https://www.sec.gov/Archives/edgar/data/1596783/000159678323000185/0001596783-23-000185.txt
14888D,1124105,{'CATALYST BIOSCIENCES INC'},{'14888D208'},https://www.sec.gov/Archives/edgar/data/1124105/000156459023004830/0001564590-23-004830.txt
14888U,1369568,{'CATALYST PHARMACEUTICALS INC'},"{'14888U951', '14888U101', '14888U901'}",https://www.sec.gov/Archives/edgar/data/1369568/000119312523071299/0001193125-23-071299.txt
149123,18230,"{'CATERPILLAR INC', 'CATERPILLAR INC DEL'}","{'149123951', '149123101', '149123901'}",https://www.sec.gov/Archives/edgar/data/18230/000001823023000011/0000018230-23-000011.txt
149150,861842,{'CATHAY GEN BANCORP'},{'149150104'},https://www.sec.gov/Archives/edgar/data/861842/000143774923004952/0001437749-23-004952.txt
149205,18255,{'CATO CORP CLASS A'},{'149205106'},https://www.sec.gov/Archives/edgar/data/18255/000156276223000126/0001562762-23-000126.txt
149568,716133,{'CAVCO INDS INC DEL'},{'149568107'},https://www.sec.gov/Archives/edgar/data/716133/000095017023009198/0000950170-23-009198.txt
14986C,1117171,{'CBAK ENERGY TECHNOLOGY INC'},"{'14986C952', '14986C902', '14986C102'}",https://www.sec.gov/Archives/edgar/data/1117171/000121390023029933/0001213900-23-029933.txt
150185,811532,{'CEDAR FAIR L P'},"{'150185106', '150185906'}",https://www.sec.gov/Archives/edgar/data/811532/000081153223000047/0000811532-23-000047.txt
150602,761648,{'Cedar Realty Trust Inc'},{'150602605'},https://www.sec.gov/Archives/edgar/data/761648/000095017023005812/0000950170-23-005812.txt
150837,725363,{'CEL-SCI CORP'},{'150837607'},https://www.sec.gov/Archives/edgar/data/725363/000165495423015877/0001654954-23-015877.txt
150870,1306830,{'CELANESE CORP DEL'},"{'150870953', '150870903', '150870103'}",https://www.sec.gov/Archives/edgar/data/1306830/000130683023000023/0001306830-23-000023.txt
15102K,1603454,{'CELCUITY INC'},{'15102K100'},https://www.sec.gov/Archives/edgar/data/1603454/000149315223008724/0001493152-23-008724.txt
15117B,744218,"{'CELLDEX THERAPEUTICS INC', 'CELLDEX THERAPEUTICS INC NEW'}","{'15117B202', '15117B952', '15117B902'}",https://www.sec.gov/Archives/edgar/data/744218/000110465923026701/0001104659-23-026701.txt
15117F,1279704,{'CELLECTAR BIOSCIENCES INC'},{'15117F807'},https://www.sec.gov/Archives/edgar/data/1279704/000141057823000224/0001410578-23-000224.txt
15117N,749647,{'IMUNON INC'},{'15117N602'},https://www.sec.gov/Archives/edgar/data/749647/000149315223009604/0001493152-23-009604.txt
15118V,1341766,"{'CELSIUS HLDGS INC', 'Celsius Holdings, Inc.'}","{'15118V957', '15118v207', '15118V907', '15118V207'}",https://www.sec.gov/Archives/edgar/data/1341766/000095017023005612/0000950170-23-005612.txt
15135B,1071739,"{'CENTENE CORP DEL', 'Centene Corporation'}","{'15135b101', '15135B901', '15135B951', '15135B101'}",https://www.sec.gov/Archives/edgar/data/1071739/000107173923000047/0001071739-23-000047.txt
15189T,1130310,"{'CENTERPOINT ENERGY INC', 'CenterPoint Energy Inc'}","{'15189T107', '15189T907', '15189T957', '15189t107'}",https://www.sec.gov/Archives/edgar/data/1130310/000113031023000013/0001130310-23-000013.txt
15202L,798359,{'CENTERSPACE'},{'15202L107'},https://www.sec.gov/Archives/edgar/data/798359/000079835923000013/0000798359-23-000013.txt
153527,887733,"{'CENTRAL GARDEN & PET CO', 'CENTRAL GARDEN AND PET CO A'}","{'153527106', '153527205'}",https://www.sec.gov/Archives/edgar/data/887733/000088773323000017/0000887733-23-000017.txt
154760,701347,{'CENTRAL PACIFIC FINANCIAL CO'},{'154760409'},https://www.sec.gov/Archives/edgar/data/701347/000070134723000008/0000701347-23-000008.txt
155685,1127371,{'CENTRAL VY CMNTY BANCORP'},{'155685100'},https://www.sec.gov/Archives/edgar/data/1127371/000112737123000043/0001127371-23-000043.txt
156431,949157,{'CENTURY ALUM CO'},"{'156431108', '156431958', '156431908'}",https://www.sec.gov/Archives/edgar/data/949157/000094915723000023/0000949157-23-000023.txt
15643U,1065059,"{'Centrus Energy Corp', 'CENTRUS ENERGY CORP'}","{'15643U954', '15643U104', '15643U904'}",https://www.sec.gov/Archives/edgar/data/1065059/000106505923000009/0001065059-23-000009.txt
156492,911147,{'CENTURY CASINOS INC'},"{'156492100', '156492950'}",https://www.sec.gov/Archives/edgar/data/911147/000091114723000008/0000911147-23-000008.txt
156504,1576940,{'CENTURY CMNTYS INC'},"{'156504900', '156504300', '156504950'}",https://www.sec.gov/Archives/edgar/data/1576940/000157694023000005/0001576940-23-000005.txt
156700,18926,{'LUMEN TECHNOLOGIES INC COM'},{'156700106'},https://www.sec.gov/Archives/edgar/data/18926/000001892623000013/0000018926-23-000013.txt
156727,1768267,{'CERENCE INC'},"{'156727959', '156727909', '156727109'}",https://www.sec.gov/Archives/edgar/data/1768267/000095017023066654/0000950170-23-066654.txt
15677J,1725057,{'CERIDIAN HCM HLDG INC'},"{'15677J108', '15677J908', '15677J958'}",https://www.sec.gov/Archives/edgar/data/1725057/000095017023005559/0000950170-23-005559.txt
15678U,1805387,{'CEREVEL THERAPEUTICS HLDNG I'},"{'15678U958', '15678U128', '15678U908'}",https://www.sec.gov/Archives/edgar/data/1805387/000095017023003777/0000950170-23-003777.txt
15687V,1827090,{'CERTARA INC'},"{'15687v109', '15687V109'}",https://www.sec.gov/Archives/edgar/data/1827090/000155837023002605/0001558370-23-002605.txt
157085,1020214,{'CERUS CORP'},"{'157085951', '157085901', '157085101'}",https://www.sec.gov/Archives/edgar/data/1020214/000095017023005558/0000950170-23-005558.txt
157210,1173489,{'CEVA INC'},"{'157210105', '157210955'}",https://www.sec.gov/Archives/edgar/data/1173489/000143774923005106/0001437749-23-005106.txt
15870P,771856,{'CHAMPIONS ONCOLOGY INC'},{'15870P307'},https://www.sec.gov/Archives/edgar/data/771856/000162828023025464/0001628280-23-025464.txt
15872M,1723089,"{'CHAMPIONX CORPORATION', 'CHAMPIONX CORPORATION COM'}","{'15872M104', '15872M954', '15872m104', '15872M904'}",https://www.sec.gov/Archives/edgar/data/1723089/000172308923000011/0001723089-23-000011.txt
15957P,1730346,{'CHARAH SOLUTIONS INC'},"{'15957P303', '15957P105'}",https://www.sec.gov/Archives/edgar/data/1730346/000173034623000028/0001730346-23-000028.txt
15961R,1777393,{'CHARGEPOINT HOLDINGS INC'},"{'15961R955', '15961r105', '15961R905', '15961R105'}",https://www.sec.gov/Archives/edgar/data/1777393/000177739323000008/0001777393-23-000008.txt
159765,1015155,{'CHARLES & COLVARD LTD'},{'159765106'},https://www.sec.gov/Archives/edgar/data/1015155/000114036123048055/0001140361-23-048055.txt
159864,1100682,{'CHARLES RIV LABS INTL INC'},"{'159864107', '159864957', '159864907'}",https://www.sec.gov/Archives/edgar/data/1100682/000110068223000006/0001100682-23-000006.txt
16115Q,892553,"{None, 'CHART INDUSTRIES', 'CHART INDS INC', 'CHART INDUSTRIES INC'}","{'16115Q308', '16115Q958', '16115Q407', '16115q308', '16115Q908', '16115QAE0'}",https://www.sec.gov/Archives/edgar/data/892553/000089255323000043/0000892553-23-000043.txt
16117M,1091667,{'CHARTER COMMUNICATIONS INC D CL A'},{'16117M305'},https://www.sec.gov/Archives/edgar/data/1091667/000109166723000024/0001091667-23-000024.txt
16119P,1091667,"{'CHARTER COMMUNICATIONS INC', 'CHARTER COMMUNICATIONS CL A ORD', 'CHARTER COMMUNICATIONS INC N'}","{'16119P908', '16119P108', '16119p108', '16119P958'}",https://www.sec.gov/Archives/edgar/data/1091667/000109166723000024/0001091667-23-000024.txt
16150R,830524,{'CHASE CORP'},"{'16150R104', '16150r104'}",https://www.sec.gov/Archives/edgar/data/830524/000155837023018600/0001558370-23-018600.txt
162828,1651407,"{'Checkpoint Therapeutics', 'CHECKPOINT THERAPEUTICS INC'}","{'162828107', '162828206'}",https://www.sec.gov/Archives/edgar/data/1651407/000141057823000565/0001410578-23-000565.txt
163072,887596,{'CHEESECAKE FACTORY INC'},"{'163072951', '163072901', '163072101'}",https://www.sec.gov/Archives/edgar/data/887596/000110465923026072/0001104659-23-026072.txt
163086,1517175,{'CHEFS WHSE INC'},"{'163086101', '163086901', '163086951'}",https://www.sec.gov/Archives/edgar/data/1517175/000151717523000004/0001517175-23-000004.txt
163092,1364954,"{None, 'CHEGG INC'}","{'163092959', '163092AD1', '163092109', '163092909'}",https://www.sec.gov/Archives/edgar/data/1364954/000136495423000013/0001364954-23-000013.txt
163572,1092662,{'CHEMBIO DIAGNOSTICS INC'},{'163572209'},https://www.sec.gov/Archives/edgar/data/1092662/000114036123014526/0001140361-23-014526.txt
16359R,19584,"{'Chemed Corp', 'CHEMED CORP NEW'}","{'16359R103', '16359R903', '16359r103'}",https://www.sec.gov/Archives/edgar/data/19584/000156276223000057/0001562762-23-000057.txt
163851,1627223,"{'CHEMOURS CO', 'THE CHEMOURS COMPANY'}","{'163851108', '163851908', '163851958'}",https://www.sec.gov/Archives/edgar/data/1627223/000095017023002467/0000950170-23-002467.txt
16411Q,1383650,"{'CHENIERE ENERGY PARTNERS LP', 'Cheniere Energy Partners L.P.'}","{'16411Q951', '16411Q901', '16411q101', '16411Q101'}",https://www.sec.gov/Archives/edgar/data/1383650/000138365023000008/0001383650-23-000008.txt
16411R,3570,"{'CHENIERE ENERGY INC', 'Cheniere Energy Inc', 'Cheniere Energy, Inc.'}","{'16411R208', '16411R958', '16411r208', '16411R908'}",https://www.sec.gov/Archives/edgar/data/3570/000000357023000042/0000003570-23-000042.txt
164651,1571776,{'CHERRY HILL MTG INVT CORP'},{'164651101'},https://www.sec.gov/Archives/edgar/data/1571776/000114036123010492/0001140361-23-010492.txt
165167,895126,"{'CHESAPEAKE ENERGY CORP', 'Chesapeake Energy Corporation'}","{'165167905', '165167955', '165167735', '165167107'}",https://www.sec.gov/Archives/edgar/data/895126/000089512623000022/0000895126-23-000022.txt
165303,19745,{'CHESAPEAKE UTILS CORP'},{'165303108'},https://www.sec.gov/Archives/edgar/data/19745/000162828023004607/0001628280-23-004607.txt
166764,93410,"{'CHEVRON CORP NEW', 'Chevron Corporation'}","{'166764100', '166764950', '166764900'}",https://www.sec.gov/Archives/edgar/data/93410/000009341023000009/0000093410-23-000009.txt
16679L,1766502,"{'Chewy, Inc. Class A', 'CHEWY INC'}","{'16679L959', '16679L909', '16679L109'}",https://www.sec.gov/Archives/edgar/data/1766502/000176650223000011/0001766502-23-000011.txt
168088,19871,{'CHICAGO RIVET & MACH CO'},{'168088102'},https://www.sec.gov/Archives/edgar/data/19871/000119312523083675/0001193125-23-083675.txt
16842Q,1679063,"{'CHICKEN SOUP FOR THE SOUL EN', 'CHICKEN SOUP FOR THE SOUL ENTERTAINMENT INC'}","{'16842Q100', '16842Q950'}",https://www.sec.gov/Archives/edgar/data/1679063/000155837023005316/0001558370-23-005316.txt
168615,897429,{'CHICOS FAS INC'},"{'168615902', '168615952', '168615102'}",https://www.sec.gov/Archives/edgar/data/897429/000089742923000044/0000897429-23-000044.txt
168905,1041859,{'CHILDRENS PL INC NEW'},"{'168905107', '168905907', '168905957'}",https://www.sec.gov/Archives/edgar/data/1041859/000162828023009382/0001628280-23-009382.txt
168913,721693,{'SMART POWERR CORP'},{'168913309'},https://www.sec.gov/Archives/edgar/data/721693/000121390023037363/0001213900-23-037363.txt
16934Q,1409493,"{'CHIMERA INVT CORP', 'Chimera Investment Corp', 'CHIMERA INVESTMENT CORP', 'CHIMERA INVESTMENT CORPORATION'}","{'16934Q958', '16934Q908', '16934Q109', '16934q208', '16934Q208'}",https://www.sec.gov/Archives/edgar/data/1409493/000162828023003963/0001628280-23-003963.txt
16934W,1117480,{'CHIMERIX INC'},"{'16934W106', '16934W906'}",https://www.sec.gov/Archives/edgar/data/1117480/000111748023000006/0001117480-23-000006.txt
16936R,1157762,{'CHINA AUTOMOTIVE SYS INC'},"{'16936R105', '16936R955', '16936R905'}",https://www.sec.gov/Archives/edgar/data/1157762/000141057823000424/0001410578-23-000424.txt
16941T,1106644,{'CHINA PHARMA HLDGS INC'},{'16941T104'},https://www.sec.gov/Archives/edgar/data/1106644/000121390023024710/0001213900-23-024710.txt
16961L,1435049,{'CHINOOK THERAPEUTICS INC'},"{'16961L956', '16961L906', '16961L106'}",https://www.sec.gov/Archives/edgar/data/1435049/000156459023002589/0001564590-23-002589.txt
169656,1058090,"{'CHIPOTLE MEXICAN GRILL INC', 'CHIPOTLE MEX GRILL', 'CHIPOTLE MEXICAN GRILL INC CALL'}","{'169656105', '169656955', '169656104', '169656905'}",https://www.sec.gov/Archives/edgar/data/1058090/000105809023000010/0001058090-23-000010.txt
170386,803164,{'CHOICEONE FINL SVCS INC'},{'170386106'},https://www.sec.gov/Archives/edgar/data/803164/000143774923007584/0001437749-23-007584.txt
171077,1386570,{'CHROMADEX CORP'},{'171077407'},https://www.sec.gov/Archives/edgar/data/1386570/000162828023006968/0001628280-23-006968.txt
171340,313927,{'CHURCH & DWIGHT CO INC'},"{'171340902', '171340952', '171340102'}",https://www.sec.gov/Archives/edgar/data/313927/000095017023003066/0000950170-23-003066.txt
17143W,1828250,"{None, 'CHURCHILLCAPITALCORPVI-A'}","{'17143W119', '17143W101'}",https://www.sec.gov/Archives/edgar/data/1828250/000119312523090027/0001193125-23-090027.txt
17144M,1828248,"{None, 'CHURCHILLCAPITALCORPVII-A'}","{'17144M102', '17144M110'}",https://www.sec.gov/Archives/edgar/data/1828248/000141057823000285/0001410578-23-000285.txt
17144T,1812234,{'CHURCHILLCAPITALCORPV-A'},{'17144T107'},https://www.sec.gov/Archives/edgar/data/1812234/000119312523089907/0001193125-23-089907.txt
171484,20212,{'CHURCHILL DOWNS INC'},"{'171484108', '171484908'}",https://www.sec.gov/Archives/edgar/data/20212/000002021223000059/0000020212-23-000059.txt
171604,1524931,{'CHUYS HLDGS INC'},{'171604101'},https://www.sec.gov/Archives/edgar/data/1524931/000152493123000007/0001524931-23-000007.txt
171757,1610618,{'CIDARA THERAPEUTICS INC'},"{'171757107', '171757907'}",https://www.sec.gov/Archives/edgar/data/1610618/000161061823000021/0001610618-23-000021.txt
171779,936395,{'CIENA CORP'},"{'171779959', '171779309', '171779909'}",https://www.sec.gov/Archives/edgar/data/936395/000093639523000044/0000936395-23-000044.txt
172062,20286,{'CINCINNATI FINL CORP'},"{'172062901', '172062101', '172062951'}",https://www.sec.gov/Archives/edgar/data/20286/000002028623000008/0000020286-23-000008.txt
172406,1173204,{'CINEDIGM CORP - A'},{'172406209'},https://www.sec.gov/Archives/edgar/data/1173204/000095017023030833/0000950170-23-030833.txt
17243V,1385280,"{None, 'Cinemark Holdings Inc', 'CINEMARK HLDGS INC'}","{'17243V902', '17243V102', '17243V952', '17243VAB8', '17243v102'}",https://www.sec.gov/Archives/edgar/data/1385280/000095017023004235/0000950170-23-004235.txt
17259U,1534254,{'CION INVT CORP'},{'17259U204'},https://www.sec.gov/Archives/edgar/data/1534254/000153425423000004/0001534254-23-000004.txt
17273K,1091883,"{'Circor International Inc.', 'CIRCOR INTL INC'}","{'17273K109', '17273k109'}",https://www.sec.gov/Archives/edgar/data/1091883/000109188323000017/0001091883-23-000017.txt
17275R,858877,"{'CISCO SYS INC CALL', 'CISCO SYS INC'}","{'17275R103', '17275R902', '17275r102', '17275R952', '17275R102'}",https://www.sec.gov/Archives/edgar/data/858877/000085887723000023/0000858877-23-000023.txt
172922,810958,{'CITIZENS & NORTHN CORP'},{'172922106'},https://www.sec.gov/Archives/edgar/data/810958/000155837023003990/0001558370-23-003990.txt
17306X,1318484,{'CITI TRENDS INC'},"{'17306X952', '17306X102', '17306X902'}",https://www.sec.gov/Archives/edgar/data/1318484/000155837023005840/0001558370-23-005840.txt
17322U,1506251,{'CITIUS PHARMACEUTICALS INC'},{'17322U207'},https://www.sec.gov/Archives/edgar/data/1506251/000121390023099889/0001213900-23-099889.txt
174610,759944,"{'CITIZENS FINL GROUP INC', 'Citizens Financial Group Inc', 'Citizens Finl GR 5 PFD PFD'}","{'174610905', '174610204', '174610402', '174610105', '174610955'}",https://www.sec.gov/Archives/edgar/data/759944/000075994423000029/0000759944-23-000029.txt
174615,739421,{'CITIZENS FINL SVCS INC'},{'174615104'},https://www.sec.gov/Archives/edgar/data/739421/000114036123010821/0001140361-23-010821.txt
174715,1075706,{'CITIZENS HLDG CO MISS'},{'174715102'},https://www.sec.gov/Archives/edgar/data/1075706/000143774923006793/0001437749-23-006793.txt
174740,24090,{'CITIZENS INC'},{'174740100'},https://www.sec.gov/Archives/edgar/data/24090/000002409023000027/0000024090-23-000027.txt
174903,1367859,{'CITIZENS CMNTY BANCORP INC M'},{'174903104'},https://www.sec.gov/Archives/edgar/data/1367859/000136785923000077/0001367859-23-000077.txt
177835,726854,{'CITY HLDG CO'},{'177835105'},https://www.sec.gov/Archives/edgar/data/726854/000072685423000015/0000726854-23-000015.txt
178587,1593222,{'CITY OFFICE REIT INC'},{'178587101'},https://www.sec.gov/Archives/edgar/data/1593222/000119312523045574/0001193125-23-045574.txt
17878Y,1590584,{'CIVEO CORP'},{'17878Y207'},https://www.sec.gov/Archives/edgar/data/1590584/000159058423000043/0001590584-23-000043.txt
18270P,913277,{'CLARUS CORP NEW'},"{'18270P109', '18270P959', '18270P909'}",https://www.sec.gov/Archives/edgar/data/913277/000110465923026079/0001104659-23-026079.txt
184496,822818,{'CLEAN HARBORS INC'},{'184496107'},https://www.sec.gov/Archives/edgar/data/822818/000082281823000015/0000822818-23-000015.txt
184499,1368265,{'CLEAN ENERGY FUELS CORP'},"{'184499901', '184499101', '184499951'}",https://www.sec.gov/Archives/edgar/data/1368265/000155837023002365/0001558370-23-002365.txt
18452B,827876,{'CLEANSPARK INC'},"{'18452B909', '18452B959', '18452B209'}",https://www.sec.gov/Archives/edgar/data/827876/000095017023067339/0000950170-23-067339.txt
18453H,1334978,"{'CLEAR CHANNEL OUTDOOR HLDGS', 'CLEAR CHANNEL OUTDOOR HOLDINGS'}","{'18453h106', '18453H106', '18453H906'}",https://www.sec.gov/Archives/edgar/data/1334978/000133497823000006/0001334978-23-000006.txt
18482P,796505,{'CLEARFIELD INC'},"{'18482P953', '18482P903', '18482P103'}",https://www.sec.gov/Archives/edgar/data/796505/000117184323007342/0001171843-23-007342.txt
185063,1539029,{'CLEARSIDE BIOMEDICAL INC'},"{'185063104', '185063904'}",https://www.sec.gov/Archives/edgar/data/1539029/000095017023007732/0000950170-23-007732.txt
185064,1434524,{'CLEARSIGN TECHNOLOGIES CORP'},{'185064102'},https://www.sec.gov/Archives/edgar/data/1434524/000155837023005285/0001558370-23-005285.txt
18506U,840715,{'CLEARONE INC'},{'18506U104'},https://www.sec.gov/Archives/edgar/data/840715/000175392623000346/0001753926-23-000346.txt
18538R,1441236,{'CLEARWATER PAPER CORP'},"{'18538R903', '18538R103'}",https://www.sec.gov/Archives/edgar/data/1441236/000150433723000008/0001504337-23-000008.txt
18539C,1567683,"{'CLEARWAY ENERGY INC A', 'Clearway Energy Inc.', 'Clearway Energy Inc'}","{'18539C105', '18539C204', '18539c204'}",https://www.sec.gov/Archives/edgar/data/1567683/000156768323000011/0001567683-23-000011.txt
185899,764065,"{'CLEVELAND-CLIFFS INC', 'CLEVELAND-CLIFFS INC NEW'}","{'185899101', '185899AH4', '185899901', '185899951'}",https://www.sec.gov/Archives/edgar/data/764065/000076406523000032/0000764065-23-000032.txt
18885T,1649096,"{'CLIPPER RLTY INC', 'Clipper Realty Inc.'}","{'18885T956', '18885t306', '18885T306', '18885T906'}",https://www.sec.gov/Archives/edgar/data/1649096/000143774923006886/0001437749-23-006886.txt
189054,21076,"{'CLOROX COMPANY', 'CLOROX CO DEL'}","{'189054959', '189054909', '189054109'}",https://www.sec.gov/Archives/edgar/data/21076/000002107623000037/0000021076-23-000037.txt
18914F,1801170,{'CLOVER HEALTH INVESTMENTS CO'},"{'18914F103', '18914F953', '18914F903'}",https://www.sec.gov/Archives/edgar/data/1801170/000180117023000015/0001801170-23-000015.txt
18915M,1477333,"{None, 'CLOUDFLARE INC', 'CLOUDFLARE INC CLASS A', 'CLOUDFLARE INC CLASS A'}","{'18915m107', '18915MAC1', '18915M107', '18915MAB3', '18915M957', '18915M907'}",https://www.sec.gov/Archives/edgar/data/1477333/000147733323000017/0001477333-23-000017.txt
189763,1692415,{'CO-DIAGNOSTICS INC'},"{'189763955', '189763905', '189763105'}",https://www.sec.gov/Archives/edgar/data/1692415/000149315223007925/0001493152-23-007925.txt
19046P,1437958,{'COASTAL FINANCIAL CORP/WA'},{'19046P209'},https://www.sec.gov/Archives/edgar/data/1437958/000143795823000051/0001437958-23-000051.txt
191098,317540,{'COCA COLA CONS INC'},{'191098102'},https://www.sec.gov/Archives/edgar/data/317540/000031754023000009/0000317540-23-000009.txt
191216,21344,{'COCA COLA CO'},"{'191216100', '191216900', '191216950', '191216101'}",https://www.sec.gov/Archives/edgar/data/21344/000002134423000011/0000021344-23-000011.txt
19188J,1412486,{'COCRYSTAL PHARMA INC'},{'19188J409'},https://www.sec.gov/Archives/edgar/data/1412486/000149315223009385/0001493152-23-009385.txt
19188U,1334325,{'CODA OCTOPUS GROUP INC COM'},{'19188U206'},https://www.sec.gov/Archives/edgar/data/1334325/000149315223002840/0001493152-23-002840.txt
192005,1200375,{'CODEXIS INC'},{'192005106'},https://www.sec.gov/Archives/edgar/data/1200375/000120037523000012/0001200375-23-000012.txt
192025,806279,{'CODORUS VY BANCORP INC'},{'192025104'},https://www.sec.gov/Archives/edgar/data/806279/000080627923000050/0000806279-23-000050.txt
192108,215466,"{'COEUR MNG INC', 'COEUR MINING INC'}","{'192108904', '192108954', '192108504'}",https://www.sec.gov/Archives/edgar/data/215466/000021546623000027/0000215466-23-000027.txt
192176,1007019,{'COFFEE HLDG CO INC'},{'192176105'},https://www.sec.gov/Archives/edgar/data/1007019/000149315223009523/0001493152-23-009523.txt
19239V,1158324,{'COGENT COMMUNICATIONS HOLDIN'},{'19239V302'},https://www.sec.gov/Archives/edgar/data/1158324/000110465923025123/0001104659-23-025123.txt
19240Q,1622229,{'COGENT BIOSCIENCES INC'},"{'19240Q901', '19240Q201'}",https://www.sec.gov/Archives/edgar/data/1622229/000095017023007729/0000950170-23-007729.txt
192422,851205,{'COGNEX CORP'},"{'192422953', '192422103', '192422903'}",https://www.sec.gov/Archives/edgar/data/851205/000085120523000004/0000851205-23-000004.txt
192446,1058290,"{'COGNIZANT TECHNOLOGY SOLUTIO', 'Cognizant Technology Solutions Corp.'}","{'192446902', '192446952', '192446102'}",https://www.sec.gov/Archives/edgar/data/1058290/000105829023000027/0001058290-23-000027.txt
19247A,1284812,{'COHEN & STEERS INC'},{'19247A100'},https://www.sec.gov/Archives/edgar/data/1284812/000128481223000102/0001284812-23-000102.txt
19249H,1512762,"{None, 'COHERUS BIOSCIENCES INC'}","{'19249H103', '19249H903', '19249HAB9', '19249H953'}",https://www.sec.gov/Archives/edgar/data/1512762/000155837023002917/0001558370-23-002917.txt
19249M,1270436,{'COHEN & CO INC NEW'},{'19249M102'},https://www.sec.gov/Archives/edgar/data/1270436/000143774923005908/0001437749-23-005908.txt
192576,1069157,{'COHU INC'},"{'192576906', '192576106', '192576956'}",https://www.sec.gov/Archives/edgar/data/1069157/000106915723000016/0001069157-23-000016.txt
194014,1420800,{'ENOVIS CORPORATION'},{'194014502'},https://www.sec.gov/Archives/edgar/data/1420800/000142080023000008/0001420800-23-000008.txt
194162,21665,{'COLGATE PALMOLIVE CO'},"{'194162953', '194162903', '194162103'}",https://www.sec.gov/Archives/edgar/data/21665/000002166523000007/0000021665-23-000007.txt
19623P,711669,{'COLONY BANKCORP INC'},{'19623P101'},https://www.sec.gov/Archives/edgar/data/711669/000071166923000041/0000711669-23-000041.txt
197236,887343,{'COLUMBIA BKG SYS INC'},{'197236102'},https://www.sec.gov/Archives/edgar/data/887343/000088734323000072/0000887343-23-000072.txt
198516,1050797,{'COLUMBIA SPORTSWEAR CO'},{'198516106'},https://www.sec.gov/Archives/edgar/data/1050797/000105079723000047/0001050797-23-000047.txt
199333,1005229,{'COLUMBUS MCKINNON CORP N Y'},{'199333105'},https://www.sec.gov/Archives/edgar/data/1005229/000100522923000169/0001005229-23-000169.txt
199908,1035983,{'COMFORT SYS USA INC'},"{'199908104', '199908904'}",https://www.sec.gov/Archives/edgar/data/1035983/000155837023001757/0001558370-23-001757.txt
20030N,1166691,"{'COMCAST CORP NEW', 'COMCAST CL A ORD', 'Comcast Corp Cl A'}","{'20030N951', '20030N901', '20030N101', '20030n101'}",https://www.sec.gov/Archives/edgar/data/1166691/000116669123000010/0001166691-23-000010.txt
200340,28412,{'COMERICA INC'},"{'200340957', '200340907', '200340107'}",https://www.sec.gov/Archives/edgar/data/28412/000002841223000094/0000028412-23-000094.txt
200525,22356,{'COMMERCE BANCSHARES INC'},{'200525103'},https://www.sec.gov/Archives/edgar/data/22356/000002235623000017/0000022356-23-000017.txt
201712,924168,{'COMMERCIAL INTL BK EGYPT S'},{'201712304'},https://www.sec.gov/Archives/edgar/data/924168/000092416823000035/0000924168-23-000035.txt
201723,22444,{'COMMERCIAL METALS CO'},"{'201723103', '201723903', '201723953'}",https://www.sec.gov/Archives/edgar/data/22444/000002244423000126/0000022444-23-000126.txt
202608,1290900,{'COMMERCIAL VEH GROUP INC'},"{'202608905', '202608105'}",https://www.sec.gov/Archives/edgar/data/1290900/000162828023006568/0001628280-23-006568.txt
20337X,1517228,{'COMMSCOPE HLDG CO INC'},"{'20337X959', '20337X109', '20337X909'}",https://www.sec.gov/Archives/edgar/data/1517228/000095017023003856/0000950170-23-003856.txt
203668,1108109,{'COMMUNITY HEALTH SYS INC NEW'},"{'203668108', '203668908', '203668958'}",https://www.sec.gov/Archives/edgar/data/1108109/000156459023002038/0001564590-23-002038.txt
20368X,855874,{'COMMUNITY FINL CORP MD'},"{'20368X101', '20368x101'}",https://www.sec.gov/Archives/edgar/data/855874/000162828023005999/0001628280-23-005999.txt
20369C,1631569,{'COMMUNITY HEALTHCARE TR INC'},{'20369C106'},https://www.sec.gov/Archives/edgar/data/1631569/000163156923000017/0001631569-23-000017.txt
204149,350852,{'COMMUNITY TR BANCORP INC'},{'204149108'},https://www.sec.gov/Archives/edgar/data/350852/000114036123009057/0001140361-23-009057.txt
204157,1051343,{'COMMUNITY WEST BANCSHARES'},{'204157101'},https://www.sec.gov/Archives/edgar/data/1051343/000114036123015469/0001140361-23-015469.txt
204166,1169561,{'COMMVAULT SYS INC'},"{'204166902', '204166102'}",https://www.sec.gov/Archives/edgar/data/1169561/000116956123000044/0001169561-23-000044.txt
20451N,1227654,"{'COMPASS MINERALS INTL INC', 'Compass Minerals International'}","{'20451N951', '20451n101', '20451N901', '20451N101'}",https://www.sec.gov/Archives/edgar/data/1227654/000122765423000226/0001227654-23-000226.txt
20451Q,1345122,"{'COMPASS MINERALS INTERNATION', 'Compass Diversified LP'}","{'20451q104', '20451Q104'}",https://www.sec.gov/Archives/edgar/data/1345122/000134512623000020/0001345126-23-000020.txt
20451W,1816590,"{'COMPASS PATHWAYS PLC', 'Compass Pathways PLC'}","{'20451W101', '20451w101'}",https://www.sec.gov/Archives/edgar/data/1816590/000162828023005356/0001628280-23-005356.txt
20454B,1738021,{'COMPASS THERAPEUTICS INC'},{'20454B104'},https://www.sec.gov/Archives/edgar/data/1738021/000117184323001691/0001171843-23-001691.txt
204833,1828608,{'COMPUTEHEALTHACQUISITION-A'},{'204833107'},https://www.sec.gov/Archives/edgar/data/1828608/000121390023026576/0001213900-23-026576.txt
205306,1169445,{'COMPUTER PROGRAMS & SYS INC'},{'205306103'},https://www.sec.gov/Archives/edgar/data/1169445/000116944523000003/0001169445-23-000003.txt
205477,23111,{'COMPUTER TASK GROUP ORD'},{'205477102'},https://www.sec.gov/Archives/edgar/data/23111/000095017023008194/0000950170-23-008194.txt
20563P,1049606,{'COMPX INTERNATIONAL INC'},{'20563P101'},https://www.sec.gov/Archives/edgar/data/1049606/000155837023002573/0001558370-23-002573.txt
20564W,1158172,{'COMSCORE INC'},{'20564W105'},https://www.sec.gov/Archives/edgar/data/1158172/000115817223000013/0001158172-23-000013.txt
205650,1178727,{'COMSOVEREIGN HLDG CORP COM NEW'},{'205650203'},https://www.sec.gov/Archives/edgar/data/1178727/000121390023093792/0001213900-23-093792.txt
205750,1120970,{'COMSTOCK INC'},{'205750300'},https://www.sec.gov/Archives/edgar/data/1120970/000112097023000017/0001120970-23-000017.txt
205768,23194,{'COMSTOCK RES INC'},"{'205768902', '205768952', '205768302'}",https://www.sec.gov/Archives/edgar/data/23194/000002319423000009/0000023194-23-000009.txt
205887,23217,{'CONAGRA BRANDS INC'},"{'205887102', '205887902', '205887952'}",https://www.sec.gov/Archives/edgar/data/23217/000143774923019879/0001437749-23-019879.txt
20602D,1803599,"{'CONCENTRIX CORP', 'CONCENTRIX CORP COM'}","{'20602d101', '20602D901', '20602D101', '20602D951'}",https://www.sec.gov/Archives/edgar/data/1803599/000180359923000016/0001803599-23-000016.txt
206704,1703956,{'CONCRETE PUMPING HOLDINGS IN'},{'206704108'},https://www.sec.gov/Archives/edgar/data/1703956/000143774923002137/0001437749-23-002137.txt
206787,1677703,{'CONDUENT INC'},"{'206787103', '206787953', '206787903'}",https://www.sec.gov/Archives/edgar/data/1677703/000167770323000011/0001677703-23-000011.txt
20731J,1502292,{'CONIFER HLDGS INC'},{'20731J102'},https://www.sec.gov/Archives/edgar/data/1502292/000095017023009881/0000950170-23-009881.txt
207410,816956,{'CONMED CORP'},"{'207410101', '207410901', '207410951'}",https://www.sec.gov/Archives/edgar/data/816956/000081695623000004/0000816956-23-000004.txt
20786W,712771,"{'CONNECTONE BANCORP', 'CONNECTONE BANCORP INC'}","{'20786w107', '20786W107'}",https://www.sec.gov/Archives/edgar/data/712771/000143774923004537/0001437749-23-004537.txt
208242,1223389,{'CONNS INC'},"{'208242107', '208242957', '208242907'}",https://www.sec.gov/Archives/edgar/data/1223389/000122338923000014/0001223389-23-000014.txt
20825C,1163165,"{'CONOCOPHILLIPS', 'Conocophillips'}","{'20825C954', '20825C904', '20825c104', '20825C104', '20825C105'}",https://www.sec.gov/Archives/edgar/data/1163165/000116316523000006/0001163165-23-000006.txt
20854L,1710366,{'CONSOL ENERGY INC NEW'},"{'20854L108', '20854L958', '20854L908'}",https://www.sec.gov/Archives/edgar/data/1710366/000171036623000005/0001710366-23-000005.txt
209034,1304421,{'CONSOLIDATED COMM HLDGS INC'},{'209034107'},https://www.sec.gov/Archives/edgar/data/1304421/000155837023002817/0001558370-23-002817.txt
209115,1047862,{'CONSOLIDATED EDISON INC'},"{'209115954', '209115104', '209115904'}",https://www.sec.gov/Archives/edgar/data/1047862/000104786223000038/0001047862-23-000038.txt
21036P,16918,"{'CONSTELLATION BRAND CLASS A', 'CONSTELLATION BRANDS INC', 'Constellation Brands, Inc.'}","{'21036p108', '21036P908', '21036P108', '21036P958'}",https://www.sec.gov/Archives/edgar/data/16918/000001691823000045/0000016918-23-000045.txt
21044C,1718227,"{'CONSTRUCTION PARTNERS INC CL A', 'CONSTRUCTION PARTNERS INC A'}","{'21044C107', '21044c107'}",https://www.sec.gov/Archives/edgar/data/1718227/000171822723000081/0001718227-23-000081.txt
210502,889609,{'CONSUMER PORTFOLIO SVCS INC'},"{'210502100', '210502900'}",https://www.sec.gov/Archives/edgar/data/889609/000168316823001523/0001683168-23-001523.txt
210751,1411688,{'CONTAINER STORE GROUP INC'},"{'210751903', '210751953', '210751103'}",https://www.sec.gov/Archives/edgar/data/1411688/000155837023010554/0001558370-23-010554.txt
21077C,1822250,{'CONTEXTLOGIC INC'},"{'21077C957', '21077C907', '21077C107'}",https://www.sec.gov/Archives/edgar/data/1822250/000095017023004711/0000950170-23-004711.txt
21077F,1502377,{'CONTANGO ORE INC'},{'21077F100'},https://www.sec.gov/Archives/edgar/data/1502377/000143774923025785/0001437749-23-025785.txt
212015,732834,"{'CONTINENTAL RES INC', 'CONTINENTAL RESOURCES INC/OK'}","{'212015101', '212015901'}",https://www.sec.gov/Archives/edgar/data/732834/000095017023003794/0000950170-23-003794.txt
212873,1823000,"{None, 'CONX CORP CLASS A SHARES'}","{'212873111', '212873103'}",https://www.sec.gov/Archives/edgar/data/1823000/000110465923027429/0001104659-23-027429.txt
216648,711404,"{'COOPER COS INC', 'COOPER COS INC/THE'}","{'216648952', '216648402', '216648902'}",https://www.sec.gov/Archives/edgar/data/711404/000071140423000072/0000711404-23-000072.txt
217204,1513818,{'COPART INC'},"{'217204956', '217204106', '217204906'}",https://www.sec.gov/Archives/edgar/data/1513818/000143774923006587/0001437749-23-006587.txt
21833P,1595097,"{'CORBUS PHARMACEUTICALS HOLDI', 'CORBUS PHARMACEUTICALS HLDGS'}","{'21833P103', '21833P301'}",https://www.sec.gov/Archives/edgar/data/1595097/000095017023006469/0000950170-23-006469.txt
218352,1088856,{'CORCEPT THERAPEUTICS INC'},"{'218352902', '218352102', '218352952'}",https://www.sec.gov/Archives/edgar/data/1088856/000162828023005581/0001628280-23-005581.txt
218683,1026655,{'CORE MOLDING TECHNOLOGIES IN'},{'218683100'},https://www.sec.gov/Archives/edgar/data/1026655/000102665523000012/0001026655-23-000012.txt
21870U,1347652,{'CORENERGY INFRASTRUCTURE TR'},{'21870U502'},https://www.sec.gov/Archives/edgar/data/1347652/000134765223000035/0001347652-23-000035.txt
21871N,1070985,{'CORECIVIC INC'},"{'21871N951', '21871N901', '21871N101'}",https://www.sec.gov/Archives/edgar/data/1070985/000095017023003390/0000950170-23-003390.txt
21900C,1410098,"{'CORMEDIX INC COM', 'CORMEDIX INC'}","{'21900c308', '21900C308', '21900C958', '21900C908'}",https://www.sec.gov/Archives/edgar/data/1410098/000121390023024310/0001213900-23-024310.txt
219350,24741,"{'Corning Inc', 'CORNING INC'}","{'219350905', '219350955', '219350105'}",https://www.sec.gov/Archives/edgar/data/24741/000143774923003123/0001437749-23-003123.txt
22002T,9466,{'CORPORATE OFFICE PROPERTIES TRUST'},{'22002T108'},https://www.sec.gov/Archives/edgar/data/9466/000110935723000018/0001109357-23-000018.txt
22052L,1755672,{'CORTEVA INC'},"{'22052l104', '22052L904', '22052L954', '22052L104'}",https://www.sec.gov/Archives/edgar/data/1755672/000175567223000005/0001755672-23-000005.txt
22053A,1662774,"{'QUINCE THERAPEUTICS INC', 'Quince Therapeutics Inc'}","{'22053A107', '22053A907'}",https://www.sec.gov/Archives/edgar/data/1662774/000095017023008148/0000950170-23-008148.txt
221006,874866,{'CORVEL CORP'},{'221006109'},https://www.sec.gov/Archives/edgar/data/874866/000095017023024535/0000950170-23-024535.txt
221015,1626971,{'CORVUS PHARMACEUTICALS INC'},{'221015100'},https://www.sec.gov/Archives/edgar/data/1626971/000155837023004792/0001558370-23-004792.txt
221413,1474167,{'COSMOS HEALTH INC'},{'221413305'},https://www.sec.gov/Archives/edgar/data/1474167/000147793223002443/0001477932-23-002443.txt
22160K,909832,"{'COSTCO WHOLESALE', 'COSTCO WHSL CORP NEW', 'COSTCO WHOLESALE CO'}","{'22160k105', '22160K106', '22160K905', '22160K955', '22160K105'}",https://www.sec.gov/Archives/edgar/data/909832/000090983223000042/0000909832-23-000042.txt
22160N,1057352,"{'COSTAR GROUP INC', 'COSTAR GROUP INC COM'}","{'22160N959', '22160N909', '22160N109', '22160n109'}",https://www.sec.gov/Archives/edgar/data/1057352/000105735223000030/0001057352-23-000030.txt
222070,1024305,"{'COTY INC', 'COTY INC-CL A'}","{'222070953', '222070203', '222070903'}",https://www.sec.gov/Archives/edgar/data/1024305/000102430523000060/0001024305-23-000060.txt
222795,25232,{'Cousins Properties'},{'222795502'},https://www.sec.gov/Archives/edgar/data/25232/000002523223000003/0000025232-23-000003.txt
22284P,928658,"{'Covenant Logistics Group, Inc. Class A'}",{'22284P105'},https://www.sec.gov/Archives/edgar/data/928658/000143774923004926/0001437749-23-004926.txt
223622,1466538,"{'COWEN INC', 'COWEN INC A'}","{'223622606', '223622906'}",https://www.sec.gov/Archives/edgar/data/1466538/000146653823000018/0001466538-23-000018.txt
22410J,1067294,"{'CRACKER BARREL OLD CTRY STOR', 'Cracker Barrel'}","{'22410J956', '22410J906', '22410J106', '22410j106'}",https://www.sec.gov/Archives/edgar/data/1067294/000114036123045201/0001140361-23-045201.txt
224633,25475,{'CRAWFORD & CO'},"{'224633107', '224633206'}",https://www.sec.gov/Archives/edgar/data/25475/000095017023006267/0000950170-23-006267.txt
22530J,1356093,{'CREATIVE REALITIES INC'},{'22530J309'},https://www.sec.gov/Archives/edgar/data/1356093/000143774923008631/0001437749-23-008631.txt
225310,885550,{'CREDIT ACCEP CORP MICH'},"{'225310901', '225310101', '225310951'}",https://www.sec.gov/Archives/edgar/data/885550/000088555023000023/0000885550-23-000023.txt
225655,1633336,{'CRESCENT CAP BDC INC'},{'225655109'},https://www.sec.gov/Archives/edgar/data/1633336/000095017023003786/0000950170-23-003786.txt
226344,1136352,"{'CRESTWOOD EQUITY PARTNERS LP', 'Crestwood Equity Partners'}","{'226344109', '226344908', '226344208', '226344958'}",https://www.sec.gov/Archives/edgar/data/1136352/000113635223000003/0001136352-23-000003.txt
22658D,1828962,"{'CRICUT, INC. CMN'}",{'22658D100'},https://www.sec.gov/Archives/edgar/data/1828962/000182896223000011/0001828962-23-000011.txt
22662X,1562151,{'CRIMSON WINE GROUP LTD COM'},{'22662X100'},https://www.sec.gov/Archives/edgar/data/1562151/000156215123000004/0001562151-23-000004.txt
22663K,1658247,{'CRINETICS PHARMACEUTICALS IN'},{'22663K107'},https://www.sec.gov/Archives/edgar/data/1658247/000095017023005132/0000950170-23-005132.txt
226718,1576427,"{'CRITEO S A', 'CRESCENT POINT ENERGY CORP'}","{'226718954', '226718104', '226718904'}",https://www.sec.gov/Archives/edgar/data/1576427/000157642723000023/0001576427-23-000023.txt
227046,1334036,{'CROCS INC'},"{'227046109', '227046959', '227046909'}",https://www.sec.gov/Archives/edgar/data/1334036/000133403623000015/0001334036-23-000015.txt
227483,1141103,{'CROSS CTRY HEALTHCARE INC'},"{'227483104', '227483904', '227483954'}",https://www.sec.gov/Archives/edgar/data/1141103/000162828023004859/0001628280-23-004859.txt
22757R,881787,{'CROSS TIMBERS ROYALTY TRUST'},{'22757R109'},https://www.sec.gov/Archives/edgar/data/881787/000119312523085713/0001193125-23-085713.txt
22758A,1538849,{'Crossamerica Partners LP'},{'22758a105'},https://www.sec.gov/Archives/edgar/data/1538849/000095017023004794/0000950170-23-004794.txt
22766M,1458412,{'CROSSFIRST BANKSHARES INC'},{'22766M109'},https://www.sec.gov/Archives/edgar/data/1458412/000156276223000082/0001562762-23-000082.txt
22788C,1535527,"{'CROWDSTRIKE HOLDINGS INC', 'CROWDSTRIKE HOLDINGS INC - A'}","{'22788C955', '22788C105', '22788C905', '22788c105'}",https://www.sec.gov/Archives/edgar/data/1535527/000153552723000008/0001535527-23-000008.txt
228227,1051470,{'CROWN CASTLE INTL CORP REIT'},{'228227104'},https://www.sec.gov/Archives/edgar/data/1051470/000105147023000041/0001051470-23-000041.txt
22822V,1051470,"{'CROWN CASTLE INC', 'Crown Castle Inc.'}","{'22822V951', '22822v101', '22822V101', '22822V901'}",https://www.sec.gov/Archives/edgar/data/1051470/000105147023000041/0001051470-23-000041.txt
228309,25895,{'CROWN CRAFTS INC'},{'228309100'},https://www.sec.gov/Archives/edgar/data/25895/000143774923018305/0001437749-23-018305.txt
228368,1219601,{'CROWN HLDGS INC'},"{'228368106', '228368906', '228368956'}",https://www.sec.gov/Archives/edgar/data/1219601/000121960123000008/0001219601-23-000008.txt
228895,862692,{'CRYO-CELL INTL INC'},{'228895108'},https://www.sec.gov/Archives/edgar/data/862692/000095017023005220/0000950170-23-005220.txt
228903,784199,{'ARTIVION INC'},{'228903100'},https://www.sec.gov/Archives/edgar/data/784199/000078419923000040/0000784199-23-000040.txt
229050,1124524,{'CRYOPORT INC'},"{'229050307', '229050907', '229050957'}",https://www.sec.gov/Archives/edgar/data/1124524/000141057823000188/0001410578-23-000188.txt
229663,1298675,{'CUBESMART'},"{'229663909', '229663109', '229663959'}",https://www.sec.gov/Archives/edgar/data/1298675/000129867523000009/0001298675-23-000009.txt
22978P,1645460,"{'CUE BIOPHARMA INC', 'Cue Biopharma Incorporated'}","{'22978P956', '22978P906', '22978P106'}",https://www.sec.gov/Archives/edgar/data/1645460/000095017023008927/0000950170-23-008927.txt
229899,39263,"{'Cullen Frost Bankers', 'CULLEN FROST BANKERS INC'}","{'229899909', '229899109', '229899959'}",https://www.sec.gov/Archives/edgar/data/39263/000003926323000008/0000039263-23-000008.txt
230031,1789972,{'CULLINAN ONCOLOGY INC'},{'230031106'},https://www.sec.gov/Archives/edgar/data/1789972/000095017023006839/0000950170-23-006839.txt
230215,723603,{'CULP INC'},{'230215105'},https://www.sec.gov/Archives/edgar/data/723603/000095017023032929/0000950170-23-032929.txt
230770,1087294,{'CUMBERLAND PHARMACEUTICALS I'},{'230770109'},https://www.sec.gov/Archives/edgar/data/1087294/000162828023007727/0001628280-23-007727.txt
231021,26172,{'CUMMINS INC'},"{'231021906', '231021956', '231021106'}",https://www.sec.gov/Archives/edgar/data/26172/000002617223000005/0000026172-23-000005.txt
231082,1058623,{'CUMULUS MEDIA INC-CL A'},{'231082801'},https://www.sec.gov/Archives/edgar/data/1058623/000105862323000010/0001058623-23-000010.txt
231269,1108205,{'CURIS INC'},"{'231269900', '231269200'}",https://www.sec.gov/Archives/edgar/data/1108205/000110820523000023/0001108205-23-000023.txt
23130Q,1776909,{'CURIOSITYSTREAM INC'},{'23130Q107'},https://www.sec.gov/Archives/edgar/data/1776909/000119312523086553/0001193125-23-086553.txt
23131L,1711291,{'CURO GROUP HOLDINGS CORP'},"{'23131L907', '23131L107'}",https://www.sec.gov/Archives/edgar/data/1711291/000171129123000018/0001711291-23-000018.txt
231561,26324,{'CURTISS WRIGHT CORP'},{'231561101'},https://www.sec.gov/Archives/edgar/data/26324/000002632423000005/0000026324-23-000005.txt
23204G,1488813,"{'CUSTOMERS BANCORP INC', 'Customers Bancorp'}","{'23204G100', '23204G950', '23204g100', '23204G900'}",https://www.sec.gov/Archives/edgar/data/1488813/000148881323000012/0001488813-23-000012.txt
232109,1162461,{'CUTERA INC'},"{'232109108', '232109958', '232109908'}",https://www.sec.gov/Archives/edgar/data/1162461/000162828023011123/0001628280-23-011123.txt
23254L,1130166,{'CYCLACEL PHARMACEUTICALS INC'},{'23254L603'},https://www.sec.gov/Archives/edgar/data/1130166/000155837023003163/0001558370-23-003163.txt
23255M,1755237,{'CYCLERION THERAPEUTICS INC'},"{'23255M905', '23255M105'}",https://www.sec.gov/Archives/edgar/data/1755237/000095017023009223/0000950170-23-009223.txt
23257D,1042074,{'CYMABAY THERAPEUTICS INC'},"{'23257D103', '23257D903', '23257D953'}",https://www.sec.gov/Archives/edgar/data/1042074/000119312523077859/0001193125-23-077859.txt
23282W,1061983,{'CYTOKINETICS INC'},"{'23282W605', '23282W905', '23282W955'}",https://www.sec.gov/Archives/edgar/data/1061983/000095017023005515/0000950170-23-005515.txt
23283M,1175680,{'CYTODYN INC'},"{'23283m101', '23283M101'}",https://www.sec.gov/Archives/edgar/data/1175680/000155837023015718/0001558370-23-015718.txt
23284F,1501989,{'CYTOMX THERAPEUTICS INC'},"{'23284F105', '23284F905'}",https://www.sec.gov/Archives/edgar/data/1501989/000095017023009991/0000950170-23-009991.txt
23291C,34067,{'DMC GLOBAL INC'},"{'23291C103', '23291C903'}",https://www.sec.gov/Archives/edgar/data/34067/000003406723000033/0000034067-23-000033.txt
23306J,1613780,{'XTRACKERS HARVEST CSI 300 CH'},{'23306J101'},https://www.sec.gov/Archives/edgar/data/1613780/000119312523058309/0001193125-23-058309.txt
23311P,1338065,{'DCP MIDSTREAM LP'},"{'23311P950', '23311P900', '23311P100'}",https://www.sec.gov/Archives/edgar/data/1338065/000133806523000007/0001338065-23-000007.txt
23331A,882184,"{'D.R. Horton, Inc.', 'D R HORTON INC PUT', 'D R HORTON INC'}","{'23331A959', '23331a109', '23331A109', '23331A909'}",https://www.sec.gov/Archives/edgar/data/882184/000088218423000115/0000882184-23-000115.txt
23331S,1393883,{'DHI GROUP INC'},"{'23331S100', '23331S950'}",https://www.sec.gov/Archives/edgar/data/1393883/000139388323000062/0001393883-23-000062.txt
233331,936340,{'DTE ENERGY CO'},"{'233331107', '233331957', '233331907'}",https://www.sec.gov/Archives/edgar/data/936340/000093634023000073/0000936340-23-000073.txt
23335Q,785557,"{'DLH HLDGS CORP', 'DLH HOLDINGS CORP'}","{'23335q100', '23335Q100'}",https://www.sec.gov/Archives/edgar/data/785557/000078555723000089/0000785557-23-000089.txt
233377,1020710,{'DXP ENTERPRISES INC'},{'233377407'},https://www.sec.gov/Archives/edgar/data/1020710/000102071023000044/0001020710-23-000044.txt
23355L,1688568,"{'DXC TECHNOLOGY CO', 'DXC Technology Company Com.'}","{'23355L956', '23355L106', '23355L906', '23355l106'}",https://www.sec.gov/Archives/edgar/data/1688568/000168856823000030/0001688568-23-000030.txt
233912,783412,{'DAILY JOURNAL CORP'},{'233912104'},https://www.sec.gov/Archives/edgar/data/783412/000143774923035452/0001437749-23-035452.txt
234264,915779,"{'DAKTRONICS INC', 'DAKTRONIC INC COM'}","{'234264959', '234264109', '234264909'}",https://www.sec.gov/Archives/edgar/data/915779/000091577923000046/0000915779-23-000046.txt
235825,26780,{'DANA INC'},"{'235825205', '235825955', '235825905'}",https://www.sec.gov/Archives/edgar/data/26780/000143774923003931/0001437749-23-003931.txt
235851,313616,"{'DANAHER CORPORATION', 'DANAHER CORP'}","{'235851409', '235851102', '235851952', '235851902'}",https://www.sec.gov/Archives/edgar/data/313616/000031361623000087/0000313616-23-000087.txt
236272,1779020,{'DANIMER SCIENTIFIC INC'},"{'236272950', '236272100', '236272900'}",https://www.sec.gov/Archives/edgar/data/1779020/000095017023010363/0000950170-23-010363.txt
23666P,1401914,{'DARE BIOSCIENCE INC'},{'23666P101'},https://www.sec.gov/Archives/edgar/data/1401914/000140191423000013/0001401914-23-000013.txt
237194,940944,"{'DARDEN RESTAURANTS INC', 'Darden Restaurants'}","{'237194905', '237194955', '237194105'}",https://www.sec.gov/Archives/edgar/data/940944/000094094423000037/0000940944-23-000037.txt
23725P,1533998,{'DARIOHEALTH CORP'},{'23725P209'},https://www.sec.gov/Archives/edgar/data/1533998/000155837023003240/0001558370-23-003240.txt
23753F,1642453,{'DASEKE INC'},"{'23753F107', '23753F957'}",https://www.sec.gov/Archives/edgar/data/1642453/000095017023004144/0000950170-23-004144.txt
237690,351998,{'DATA I O CORP'},{'237690102'},https://www.sec.gov/Archives/edgar/data/351998/000165495423003841/0001654954-23-003841.txt
23786R,1419951,{'DARLING INGREDIENTS INC'},{'23786R201'},https://www.sec.gov/Archives/edgar/data/1419951/000173112223000536/0001731122-23-000536.txt
23804L,1561550,"{'DATADOG INC', 'DATADOG INC CLASS A'}","{'23804L953', '23804L903', '23804l103', '23804L103'}",https://www.sec.gov/Archives/edgar/data/1561550/000156155023000006/0001561550-23-000006.txt
238337,1525769,{'DAVE & BUSTERS ENTMT INC'},"{'238337959', '238337909', '238337109'}",https://www.sec.gov/Archives/edgar/data/1525769/000162828023009540/0001628280-23-009540.txt
23918K,927066,"{'DAVITA INC', 'DAVITA HEALTHCARE PT'}","{'23918K958', '23918k108', '23918K108', '23918K908'}",https://www.sec.gov/Archives/edgar/data/927066/000092706623000011/0000927066-23-000011.txt
239360,34088,{'DAWSON GEOPHYSICAL CO NEW'},{'239360100'},https://www.sec.gov/Archives/edgar/data/34088/000003408823000020/0000034088-23-000020.txt
24343R,1656536,{'Decibel Therapeutics Inc.'},{'24343R106'},https://www.sec.gov/Archives/edgar/data/1656536/000095017023007849/0000950170-23-007849.txt
24344T,1654151,{'DECIPHERA PHARMACEUTICALS IN'},"{'24344T901', '24344T101'}",https://www.sec.gov/Archives/edgar/data/1654151/000165415123000003/0001654151-23-000003.txt
24345A,1505611,{'DECISIONPOINT SYS INC NEW'},{'24345A507'},https://www.sec.gov/Archives/edgar/data/1505611/000121390023023973/0001213900-23-023973.txt
243537,910521,{'DECKERS OUTDOOR CORP'},"{'243537957', '243537907', '243537107'}",https://www.sec.gov/Archives/edgar/data/910521/000091052123000016/0000910521-23-000016.txt
244199,315189,{'DEERE & CO'},"{'244199955', '244199905', '244199105'}",https://www.sec.gov/Archives/edgar/data/315189/000155837023019812/0001558370-23-019812.txt
24661P,872912,{'DELCATH SYS INC'},{'24661P807'},https://www.sec.gov/Archives/edgar/data/872912/000119312523079836/0001193125-23-079836.txt
24664T,1552797,"{'Delek Logistics Partners', 'DELEK LOGISTICS PARTNERS LP (A'}","{'24664t103', '24664T103'}",https://www.sec.gov/Archives/edgar/data/1552797/000155279723000010/0001552797-23-000010.txt
24665A,1694426,{'DELEK US HLDGS INC NEW'},"{'24665A953', '24665A903', '24665A103'}",https://www.sec.gov/Archives/edgar/data/1694426/000169442623000007/0001694426-23-000007.txt
24703L,1571996,"{'Dell', 'DELL TECHNOLOGIES -C', 'DELL TECHNOLOGIES INC'}","{'24703l202', '24703L202', '24703l103', '24703L952', '24703L902'}",https://www.sec.gov/Archives/edgar/data/1571996/000157199623000007/0001571996-23-000007.txt
247361,27904,"{'Delta Air Lines Inc.', 'DELTA AIR LINES INC DEL'}","{'247361952', '247361702', '247361902'}",https://www.sec.gov/Archives/edgar/data/27904/000002790423000003/0000027904-23-000003.txt
247368,1101396,{'DELTA APPAREL INC'},{'247368103'},https://www.sec.gov/Archives/edgar/data/1101396/000143774923035505/0001437749-23-035505.txt
24790A,945764,{'DENBURY INC'},"{'24790A901', '24790A101', '24790A951'}",https://www.sec.gov/Archives/edgar/data/945764/000094576423000028/0000945764-23-000028.txt
248019,27996,{'DELUXE CORP'},"{'248019101', '248019951'}",https://www.sec.gov/Archives/edgar/data/27996/000002799623000060/0000027996-23-000060.txt
24823R,1714899,"{'DENALI THERAPEUTICS INC', 'Denali Therapeutics'}","{'24823r105', '24823R905', '24823R955', '24823R105'}",https://www.sec.gov/Archives/edgar/data/1714899/000171489923000049/0001714899-23-000049.txt
24869P,852772,{'DENNYS CORP'},"{'24869P104', '24869P904', '24869P954'}",https://www.sec.gov/Archives/edgar/data/852772/000085277223000032/0000852772-23-000032.txt
249030,818479,{'DENTSPLY INTL INC NEW'},{'249030107'},https://www.sec.gov/Archives/edgar/data/818479/000081847923000017/0000818479-23-000017.txt
24906P,818479,"{'DENTSPLY Sirona Inc', 'DENTSPLY SIRONA INC'}","{'24906P959', '24906P909', '24906p109', '24906P109'}",https://www.sec.gov/Archives/edgar/data/818479/000081847923000017/0000818479-23-000017.txt
24984K,1651944,{'DERMTECH INC'},"{'24984K955', '24984K105', '24984K905'}",https://www.sec.gov/Archives/edgar/data/1651944/000165194423000010/0001651944-23-000010.txt
250565,1319947,"{'DESIGNER BRANDS INC', 'Designer Brands Inc-Class A'}","{'250565908', '250565958', '250565108'}",https://www.sec.gov/Archives/edgar/data/1319947/000131994723000014/0001319947-23-000014.txt
25058X,1754820,"{'DESKTOP METAL INC', 'DESKTOP METAL INC CLASS A COMM', 'DESKTOP METAL INC-A'}","{'25058X955', '25058x105', '25058X905', '25058X105'}",https://www.sec.gov/Archives/edgar/data/1754820/000155837023002567/0001558370-23-002567.txt
25065K,813298,{'DESTINATION XL GROUP INC'},"{'25065K904', '25065K954', '25065K104'}",https://www.sec.gov/Archives/edgar/data/813298/000095017023008413/0000950170-23-008413.txt
251893,730464,{'Adtalem Global Education Inc.'},{'251893103'},https://www.sec.gov/Archives/edgar/data/730464/000155837023014509/0001558370-23-014509.txt
252131,1093557,"{None, 'DEXCOM INC'}","{'252131107', '252131AH0', '252131957', '252131907'}",https://www.sec.gov/Archives/edgar/data/1093557/000109355723000024/0001093557-23-000024.txt
25253X,1401040,{'DIAMEDICA THERAPEUTICS INC'},{'25253X207'},https://www.sec.gov/Archives/edgar/data/1401040/000143774923008189/0001437749-23-008189.txt
25264R,909108,"{'DIAMOND HILL INVESTMENT GROUP', 'DIAMOND HILL INVESTMENT GRP'}","{'25264R207', '25264r207'}",https://www.sec.gov/Archives/edgar/data/909108/000090910823000019/0000909108-23-000019.txt
25271C,949039,{'DIAMOND OFFSHORE DRILLING IN'},"{'25271C201', '25271C901', '25271C951'}",https://www.sec.gov/Archives/edgar/data/949039/000095017023005221/0000950170-23-005221.txt
252784,1298946,{'Diamondrock Hospitality Tr REIT'},{'252784301'},https://www.sec.gov/Archives/edgar/data/1298946/000129894623000015/0001298946-23-000015.txt
25278L,1830188,"{'DIAMONDHEADHOLDINGSCORP-A', 'Diamondhead Holdings Corp'}","{'25278L105', '25278L204'}",https://www.sec.gov/Archives/edgar/data/1830188/000110465923037682/0001104659-23-037682.txt
25278X,1539838,"{'DIAMONDBACK ENERGY INC', 'DIAMONDBACK ENERGY INC COM'}","{'25278x109', '25278X109', '25278X909', '25278X959'}",https://www.sec.gov/Archives/edgar/data/1539838/000153983823000022/0001539838-23-000022.txt
253393,1089063,{'DICKS SPORTING GOODS INC'},"{'253393902', '253393102', '253393952'}",https://www.sec.gov/Archives/edgar/data/1089063/000108906323000023/0001089063-23-000023.txt
253651,28823,{'DIEBOLD NIXDORF INC'},"{'253651903', '253651103'}",https://www.sec.gov/Archives/edgar/data/28823/000002882323000078/0000028823-23-000078.txt
253868,1297996,"{'DIGITAL RLTY TR INC', 'DIGITAL REALTY TRUST PFD'}","{'253868830', '253868903', '253868953', '253868103'}",https://www.sec.gov/Archives/edgar/data/1297996/000155837023002087/0001558370-23-002087.txt
25400W,317788,{'DIGITAL TURBINE INC'},"{'25400W952', '25400W102', '25400W902'}",https://www.sec.gov/Archives/edgar/data/317788/000162828023019814/0001628280-23-019814.txt
25401G,1725134,{'Digital Media Solutions Class A'},{'25401G106'},https://www.sec.gov/Archives/edgar/data/1725134/000162828023010238/0001628280-23-010238.txt
25432X,846617,"{'DIME CMNTY BANCSHARES INC COM', 'DIME CMNTY BANCSHARES INC'}","{'25432x102', '25432X102'}",https://www.sec.gov/Archives/edgar/data/846617/000084661723000018/0000846617-23-000018.txt
254423,49754,{'DINE BRANDS GLOBAL INC'},"{'254423956', '254423106', '254423906'}",https://www.sec.gov/Archives/edgar/data/49754/000004975423000004/0000049754-23-000004.txt
254543,29002,{'DIODES INC'},"{'254543951', '254543101', '254543901'}",https://www.sec.gov/Archives/edgar/data/29002/000095017023002499/0000950170-23-002499.txt
254709,1393612,{'DISCOVER FINL SVCS'},"{'254709108', '254709958', '254709908'}",https://www.sec.gov/Archives/edgar/data/1393612/000139361223000007/0001393612-23-000007.txt
25470M,1001082,"{None, 'DISH NETWORK CORPORATION', 'DISH NETWORK CORP A'}","{'25470M109', '25470MAB5', '25470M909', '25470M959'}",https://www.sec.gov/Archives/edgar/data/1001082/000155837023001811/0001558370-23-001811.txt
25490H,1340476,{'DIRTT ENVIRONMENTAL SOLUTION'},{'25490H106'},https://www.sec.gov/Archives/edgar/data/1340476/000095017023003814/0000950170-23-003814.txt
25525P,1075415,{'DIVERSIFIED HEALTHCARE TR'},{'25525P107'},https://www.sec.gov/Archives/edgar/data/1075415/000107541523000008/0001075415-23-000008.txt
255519,29332,{'DIXIE GROUP INC'},{'255519100'},https://www.sec.gov/Archives/edgar/data/29332/000002933223000015/0000029332-23-000015.txt
256163,1261333,"{None, 'DOCUSIGN INC'}","{'256163956', '256163AD8', '256163106', '256163906'}",https://www.sec.gov/Archives/edgar/data/1261333/000126133323000050/0001261333-23-000050.txt
25659T,1308547,"{'Dolby Laboratories, Inc.', 'DOLBY LABORATORIES INC', 'Dolby Laboratories Inc.'}","{'25659t107', '25659T107', '25659T957'}",https://www.sec.gov/Archives/edgar/data/1308547/000162828023039389/0001628280-23-039389.txt
256669,29534,{'Dollar General Corp.'},{'256669102'},https://www.sec.gov/Archives/edgar/data/29534/000155837023004574/0001558370-23-004574.txt
256677,29534,{'DOLLAR GEN CORP NEW'},"{'256677105', '256677905', '256677955'}",https://www.sec.gov/Archives/edgar/data/29534/000155837023004574/0001558370-23-004574.txt
256746,935703,{'DOLLAR TREE INC'},"{'256746958', '256746108', '256746908'}",https://www.sec.gov/Archives/edgar/data/935703/000093570323000016/0000935703-23-000016.txt
25686H,1282224,{'DOLPHIN ENTMT INC'},{'25686H209'},https://www.sec.gov/Archives/edgar/data/1282224/000155335023000246/0001553350-23-000246.txt
25746U,715957,"{'DOMINION ENERGY INC', 'DOMINION RES'}","{'25746U909', '25746U959', '25746u109', '25746U109'}",https://www.sec.gov/Archives/edgar/data/715957/000095017023003287/0000950170-23-003287.txt
25754A,1286681,{'DOMINOS PIZZA INC'},"{'25754A951', '25754A201', '25754A901', '25754a201'}",https://www.sec.gov/Archives/edgar/data/1286681/000095017023003938/0000950170-23-003938.txt
257554,1505952,"{'DOMO INC CLASS B', 'DOMO INC'}","{'257554905', '257554105'}",https://www.sec.gov/Archives/edgar/data/1505952/000150595223000021/0001505952-23-000021.txt
257651,29644,{'DONALDSON INC'},"{'257651109', '257651909', '257651959'}",https://www.sec.gov/Archives/edgar/data/29644/000002964423000085/0000029644-23-000085.txt
257701,800457,{'DONEGAL GROUP INC-CL A'},{'257701201'},https://www.sec.gov/Archives/edgar/data/800457/000114036123010291/0001140361-23-010291.txt
25787G,1669811,{'DONNELLEY FINL SOLUTIONS INC'},"{'25787g100', '25787G100'}",https://www.sec.gov/Archives/edgar/data/1669811/000095017023003439/0000950170-23-003439.txt
25820R,1172358,{'DORCHESTER MINERALS LP'},{'25820R105'},https://www.sec.gov/Archives/edgar/data/1172358/000143774923004361/0001437749-23-004361.txt
258278,868780,{'DORMAN PRODS INC'},"{'258278100', '258278900'}",https://www.sec.gov/Archives/edgar/data/868780/000162828023005712/0001628280-23-005712.txt
25862V,1819928,"{'DOUBLEVERIFY HLDGS INC', 'DOUBLEVERIFY HOLDINGS INC'}","{'25862V105', '25862V955', '25862v105', '25862V905'}",https://www.sec.gov/Archives/edgar/data/1819928/000155837023002596/0001558370-23-002596.txt
25960P,1364250,{'DOUGLAS EMMETT INC'},"{'25960P109', '25960p109'}",https://www.sec.gov/Archives/edgar/data/1364250/000136425023000009/0001364250-23-000009.txt
25960R,1287213,{'DOUGLAS DYNAMICS INC'},{'25960R105'},https://www.sec.gov/Archives/edgar/data/1287213/000143774923003961/0001437749-23-003961.txt
260003,29905,{'DOVER CORP'},"{'260003958', '260003108', '260003908'}",https://www.sec.gov/Archives/edgar/data/29905/000002990523000008/0000029905-23-000008.txt
260543,29915,"{'Dow, Inc.'}",{'260543103'},https://www.sec.gov/Archives/edgar/data/29915/000175178823000014/0001751788-23-000014.txt
260557,1751788,{'DOW INC'},"{'260557903', '260557103', '260557953'}",https://www.sec.gov/Archives/edgar/data/1751788/000175178823000014/0001751788-23-000014.txt
262037,1042893,{'DRIL-QUIP INC'},"{'262037904', '262037104'}",https://www.sec.gov/Archives/edgar/data/1042893/000095017023005506/0000950170-23-005506.txt
26210C,1467623,"{'DROPBOX INC CLASS A', 'DROPBOX INC CLASS A COMMON STO', 'DROPBOX INC'}","{'26210C954', '26210C904', '26210c104', '26210C104'}",https://www.sec.gov/Archives/edgar/data/1467623/000146762323000012/0001467623-23-000012.txt
263534,30554,{'DU PONT E I DE NEMOURS & CO'},{'263534109'},https://www.sec.gov/Archives/edgar/data/30554/000175567223000005/0001755672-23-000005.txt
264147,30305,{'DUCOMMUN INC DEL'},{'264147109'},https://www.sec.gov/Archives/edgar/data/30305/000162828023003810/0001628280-23-003810.txt
264399,30371,{'DUKE ENERGY'},{'264399106'},https://www.sec.gov/Archives/edgar/data/30371/000188122623000005/0001881226-23-000005.txt
264399,30371,{'DUKE ENERGY'},{'264399106'},https://www.sec.gov/Archives/edgar/data/30371/000132616023000073/0001326160-23-000073.txt
26441C,1326160,"{'Duke Energy Corp', 'DUKE ENERGY 5.625 PFD', 'DUKE ENERGY CORP', 'DUKE ENERGY CORP NEW', 'Duke Energy Corp.'}","{'26441C105', '26441C204', '26441C954', '26441c204', '26441C402', '26441C904', '26441CAL9'}",https://www.sec.gov/Archives/edgar/data/1326160/000132616023000073/0001326160-23-000073.txt
26443V,1649744,"{'DULUTH HOLDINGS INC CL B', 'Duluth Holdings Inc'}","{'26443V101', '26443v101'}",https://www.sec.gov/Archives/edgar/data/1649744/000164974423000008/0001649744-23-000008.txt
266042,1396536,{'DUOS TECHNOLOGIES GROUP INC'},{'266042407'},https://www.sec.gov/Archives/edgar/data/1396536/000155335023000241/0001553350-23-000241.txt
26614N,1666700,"{'DUPONT DE NEMOURS INC', 'Du Pont EI De Nemour'}","{'26614N102', '26614n102', '26614N902', '26614N952'}",https://www.sec.gov/Archives/edgar/data/1666700/000166670023000008/0001666700-23-000008.txt
266605,1082038,{'DURECT CORP'},"{'266605104', '266605500'}",https://www.sec.gov/Archives/edgar/data/1082038/000095017023006743/0000950170-23-006743.txt
26745T,1213809,{'DYADIC INTL INC DEL'},"{'26745T901', '26745T101'}",https://www.sec.gov/Archives/edgar/data/1213809/000143774923008425/0001437749-23-008425.txt
268150,1773383,{'DYNATRACE INC'},"{'268150959', '268150909', '268150109'}",https://www.sec.gov/Archives/edgar/data/1773383/000177338323000055/0001773383-23-000055.txt
268157,720875,{'DYNATRONICS CORP'},{'268157500'},https://www.sec.gov/Archives/edgar/data/720875/000106299323018559/0001062993-23-018559.txt
268158,1029142,{'DYNAVAX TECHNOLOGIES CORP'},"{'268158901', '268158951', '268158201'}",https://www.sec.gov/Archives/edgar/data/1029142/000095017023004130/0000950170-23-004130.txt
26817Q,826675,{'DYNEX CAP INC'},"{'26817Q906', '26817Q886', '26817Q956'}",https://www.sec.gov/Archives/edgar/data/826675/000082667523000023/0000826675-23-000023.txt
26818M,1818794,{'DYNE THERAPEUTICS INC'},{'26818M108'},https://www.sec.gov/Archives/edgar/data/1818794/000095017023005708/0000950170-23-005708.txt
268211,1101680,{'DZS INC'},{'268211109'},https://www.sec.gov/Archives/edgar/data/1101680/000095017023007289/0000950170-23-007289.txt
26856L,1600033,{'E L F BEAUTY INC'},"{'26856L953', '26856L103', '26856L903'}",https://www.sec.gov/Archives/edgar/data/1600033/000160003323000016/0001600033-23-000016.txt
268603,1606366,{'EL POLLO LOCO HLDGS INC'},"{'268603957', '268603107'}",https://www.sec.gov/Archives/edgar/data/1606366/000160636623000007/0001606366-23-000007.txt
26875P,821189,"{'EOG RES INC COM', 'EOG RES INC'}","{'26875p101', '26875P901', '26875P951', '26875P101'}",https://www.sec.gov/Archives/edgar/data/821189/000082118923000015/0000821189-23-000015.txt
26884L,33213,"{None, 'EQT CORP', 'EQT CORP COM'}","{'26884LAK5', '26884L909', '26884l109', '26884L959', '26884L109'}",https://www.sec.gov/Archives/edgar/data/33213/000003321323000008/0000033213-23-000008.txt
26884U,1045450,"{'EPR Properties REIT', 'EPR PROPERTIES', 'EPR PPTYS'}","{'26884U959', '26884u109', '26884U909', '26884U109'}",https://www.sec.gov/Archives/edgar/data/1045450/000104545023000033/0001045450-23-000033.txt
268948,1050441,{'EAGLE BANCORP INC MD'},{'268948106'},https://www.sec.gov/Archives/edgar/data/1050441/000105044123000060/0001050441-23-000060.txt
26927E,1704596,"{'EVO PAYMENTS INC', 'EVO PAYMENTS INC CLASS A'}","{'26927E104', '26927e104'}",https://www.sec.gov/Archives/edgar/data/1704596/000155837023001750/0001558370-23-001750.txt
26929N,65312,{'EVI INDS INC'},{'26929N102'},https://www.sec.gov/Archives/edgar/data/65312/000117494723001191/0001174947-23-001191.txt
26942G,1478454,"{'EAGLE BANCORP MONT INC', 'Eagle Bancorp Montana'}","{'26942G100', '26942g100'}",https://www.sec.gov/Archives/edgar/data/1478454/000143774923005778/0001437749-23-005778.txt
26969P,918646,{'EAGLE MATLS INC'},"{'26969P108', '26969P958', '26969P908'}",https://www.sec.gov/Archives/edgar/data/918646/000095017023023282/0000950170-23-023282.txt
269796,827871,{'EAGLE PHARMACEUTICALS INC'},{'269796108'},https://www.sec.gov/Archives/edgar/data/827871/000082787123000009/0000827871-23-000009.txt
270087,1719395,{'EARGO INC'},"{'270087208', '270087109', '270087909'}",https://www.sec.gov/Archives/edgar/data/1719395/000095017023009521/0000950170-23-009521.txt
27032D,10254,"{'Earthstone Energy', 'EARTHSTONE ENERGY INC', 'EARTHSTONE ENERGY INC A'}","{'27032D954', '27032d304', '27032D304', '27032D904'}",https://www.sec.gov/Archives/edgar/data/10254/000001025423000058/0000010254-23-000058.txt
27579R,1069157,{'EAST WEST BANCORP INC'},"{'27579R904', '27579R104', '27579r104', '27579R954'}",https://www.sec.gov/Archives/edgar/data/1069157/000106915723000016/0001069157-23-000016.txt
27616P,1622194,"{'EASTERLY GOVERNMENT PROPERTIES', 'EASTERLY GOVT PPTYS INC'}","{'27616P953', '27616p103', '27616P103', '27616P903'}",https://www.sec.gov/Archives/edgar/data/1622194/000095017023005057/0000950170-23-005057.txt
27627N,1810546,"{'Eastern Bankshares Inc', 'EASTERN BANKSHARES INC'}","{'27627n105', '27627N905', '27627N105', '27627N955'}",https://www.sec.gov/Archives/edgar/data/1810546/000162828023005001/0001628280-23-005001.txt
276317,31107,{'EASTERN CO'},{'276317104'},https://www.sec.gov/Archives/edgar/data/31107/000165495423002848/0001654954-23-002848.txt
277276,49600,{'EASTGROUP PPTYS INC'},{'277276101'},https://www.sec.gov/Archives/edgar/data/49600/000004960023000021/0000049600-23-000021.txt
277432,915389,{'EASTMAN CHEM CO'},"{'277432100', '277432950', '277432900'}",https://www.sec.gov/Archives/edgar/data/915389/000091538923000015/0000915389-23-000015.txt
277461,31235,{'EASTMAN KODAK CO'},"{'277461906', '277461406', '277461956'}",https://www.sec.gov/Archives/edgar/data/31235/000143774923006897/0001437749-23-006897.txt
277802,1534708,{'EASTSIDE DISTILLING INC'},{'277802302'},https://www.sec.gov/Archives/edgar/data/1534708/000149315223010264/0001493152-23-010264.txt
278642,1065088,"{'EBAY INC.', 'EBAY INC'}","{'278642103', '278642903', '278642953'}",https://www.sec.gov/Archives/edgar/data/1065088/000106508823000006/0001065088-23-000006.txt
278715,814549,{'EBIX INC'},"{'278715206', '278715906'}",https://www.sec.gov/Archives/edgar/data/814549/000162828023008050/0001628280-23-008050.txt
278768,1415404,{'ECHOSTAR CORP A'},{'278768106'},https://www.sec.gov/Archives/edgar/data/1415404/000141540423000005/0001415404-23-000005.txt
278865,31462,{'ECOLAB INC'},"{'278865950', '278865900', '278865100'}",https://www.sec.gov/Archives/edgar/data/31462/000155837023001969/0001558370-23-001969.txt
27888N,1437491,"{'BITNILE METAVERSE INC', 'ECOARK HLDGS INC'}","{'27888N307', '27888N406'}",https://www.sec.gov/Archives/edgar/data/1437491/000121390023057011/0001213900-23-057011.txt
27966L,1540159,{'EDESA BIOTECH INC'},{'27966L108'},https://www.sec.gov/Archives/edgar/data/1540159/000165495423015632/0001654954-23-015632.txt
28035Q,1096752,{'EDGEWELL PERS CARE CO'},"{'28035Q102', '28035Q952'}",https://www.sec.gov/Archives/edgar/data/1096752/000162828023040139/0001628280-23-040139.txt
28036F,1710072,{'EDGEWISE THERAPEUTICS INC'},{'28036F105'},https://www.sec.gov/Archives/edgar/data/1710072/000155837023001895/0001558370-23-001895.txt
28059Q,1832765,{'EDIFYACQUISITIONCORP-CLA'},{'28059Q103'},https://www.sec.gov/Archives/edgar/data/1832765/000141057823000625/0001410578-23-000625.txt
281020,827052,{'EDISON INTL'},"{'281020107', '281020907', '281020957'}",https://www.sec.gov/Archives/edgar/data/827052/000082705223000010/0000827052-23-000010.txt
28106W,1650664,{'EDITAS MEDICINE INC'},"{'28106W103', '28106W903', '28106W953'}",https://www.sec.gov/Archives/edgar/data/1650664/000155837023001764/0001558370-23-001764.txt
281479,31667,{'EDUCATIONAL DEVELOPMENT CORP'},{'281479105'},https://www.sec.gov/Archives/edgar/data/31667/000118518523000539/0001185185-23-000539.txt
28176E,1099800,"{'EDWARDS LIFESCIENCES CORP', 'Edwards Lifesciences'}","{'28176E958', '28176e108', '28176E108', '28176E106', '28176E210', '28176E112', '28176E908'}",https://www.sec.gov/Archives/edgar/data/1099800/000109980023000005/0001099800-23-000005.txt
28225C,1066194,"{'EGAIN CORP', 'EGAIN COMMUNICATIONS CORP'}","{'28225c806', '28225C806'}",https://www.sec.gov/Archives/edgar/data/1066194/000155837023015758/0001558370-23-015758.txt
28238P,1333493,{'EHEALTH INC'},"{'28238P909', '28238P109', '28238P959'}",https://www.sec.gov/Archives/edgar/data/1333493/000133349323000018/0001333493-23-000018.txt
28249U,1305253,{'EIGER BIOPHARMACEUTICALS INC'},"{'28249U905', '28249U105'}",https://www.sec.gov/Archives/edgar/data/1305253/000130525323000005/0001305253-23-000005.txt
28252C,1810140,"{'POLISHED COM INC', 'POLISHED COM INC COM'}","{'28252C109', '28252c109', '28252C909'}",https://www.sec.gov/Archives/edgar/data/1810140/000121390023061380/0001213900-23-061380.txt
282559,1785173,{'89BIO INC'},"{'282559903', '282559103', '282559953'}",https://www.sec.gov/Archives/edgar/data/1785173/000095017023007929/0000950170-23-007929.txt
282644,1549084,{'EKSO BIONICS HLDGS INC'},{'282644301'},https://www.sec.gov/Archives/edgar/data/1549084/000154908423000011/0001549084-23-000011.txt
282914,1023731,"{None, '8X8 INC NEW'}","{'282914100', '282914950', '282914AE0', '282914900'}",https://www.sec.gov/Archives/edgar/data/1023731/000102373123000061/0001023731-23-000061.txt
28414H,1739104,{'ELANCO ANIMAL HEALTH INC'},"{'28414H103', '28414H953', '28414H903'}",https://www.sec.gov/Archives/edgar/data/1739104/000173910423000004/0001739104-23-000004.txt
284849,1637736,"{'ELECTRAMECCANICA VEHS CORPORATION COM NEW', 'ELECTRAMECCANICA VEHS CORP'}","{'284849205', '284849905'}",https://www.sec.gov/Archives/edgar/data/1637736/000141057823000675/0001410578-23-000675.txt
285409,1488917,{'ELECTROMED INC'},{'285409108'},https://www.sec.gov/Archives/edgar/data/1488917/000089710123000380/0000897101-23-000380.txt
285512,712515,{'ELECTRONIC ARTS INC'},"{'285512109', '285512909', '285512959'}",https://www.sec.gov/Archives/edgar/data/712515/000071251523000028/0000712515-23-000028.txt
28618M,1590714,{'ELEMENT SOLUTIONS INC'},"{'28618M906', '28618M956', '28618m106', '28618M106'}",https://www.sec.gov/Archives/edgar/data/1590714/000159071423000027/0001590714-23-000027.txt
28852N,1411342,"{'Ellington Financial Inc', 'ELLINGTON FINANCIAL INC'}","{'28852N109', '28852n109', '28852N959', '28852N909'}",https://www.sec.gov/Archives/edgar/data/1411342/000141134223000056/0001411342-23-000056.txt
288578,1560672,{'ELLINGTON RESIDENTIAL MTG RE'},{'288578107'},https://www.sec.gov/Archives/edgar/data/1560672/000156067223000021/0001560672-23-000021.txt
29076N,1046995,{'EMAGIN CORPORATION'},{'29076N206'},https://www.sec.gov/Archives/edgar/data/1046995/000104699523000007/0001046995-23-000007.txt
290846,808326,{'EMCORE CORP'},{'290846203'},https://www.sec.gov/Archives/edgar/data/808326/000080832623000031/0000808326-23-000031.txt
29084Q,105634,"{'EMCOR GROUP INC', 'EMCOR Group (EME)'}","{'29084Q100', '29084Q900', '29084q100'}",https://www.sec.gov/Archives/edgar/data/105634/000010563423000005/0000105634-23-000005.txt
29089Q,1367644,{'EMERGENT BIOSOLUTIONS INC'},"{'29089Q905', '29089Q105', '29089Q955'}",https://www.sec.gov/Archives/edgar/data/1367644/000136764423000046/0001367644-23-000046.txt