Mercurial > public > lazybear
changeset 167:82cd1042a72f
Add Local Data
author | Dennis Concepción Martín <66180929+denniscm190@users.noreply.github.com> |
---|---|
date | Fri, 19 Feb 2021 20:26:07 +0100 |
parents | e457c2f62e50 |
children | 9cc6d68ed147 |
files | LazyBear/Functions/ReadJson.swift LazyBear/Local data/companies.json LazyBear/Local data/themes.json LazyBear/Models/ThemeModel.swift |
diffstat | 4 files changed, 152981 insertions(+), 20 deletions(-) [+] |
line wrap: on
line diff
--- a/LazyBear/Functions/ReadJson.swift Fri Feb 19 20:25:45 2021 +0100 +++ b/LazyBear/Functions/ReadJson.swift Fri Feb 19 20:26:07 2021 +0100 @@ -5,16 +5,29 @@ // Created by Dennis Concepción Martín on 19/2/21. // -import SwiftUI +import Foundation + +let companies: [CompanyModel] = load("companies.json") +let themes: [ThemeModel] = load("themes.json") -struct ReadJson: View { - var body: some View { - Text(/*@START_MENU_TOKEN@*/"Hello, World!"/*@END_MENU_TOKEN@*/) +func load<T: Decodable>(_ filename: String) -> T { + let data: Data + + guard let file = Bundle.main.url(forResource: filename, withExtension: nil) + else { + fatalError("Couldn't find \(filename) in main bundle.") + } + + do { + data = try Data(contentsOf: file) + } catch { + fatalError("Couldn't load \(filename) from main bundle:\n\(error)") + } + + do { + let decoder = JSONDecoder() + return try decoder.decode(T.self, from: data) + } catch { + fatalError("Couldn't parse \(filename) as \(T.self):\n\(error)") } } - -struct ReadJson_Previews: PreviewProvider { - static var previews: some View { - ReadJson() - } -}
--- a/LazyBear/Local data/companies.json Fri Feb 19 20:25:45 2021 +0100 +++ b/LazyBear/Local data/companies.json Fri Feb 19 20:26:07 2021 +0100 @@ -0,0 +1,152930 @@ +[ + { + "symbol": "A", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Agilent Technologies Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_46574843354B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000C2V3D6", + "cik": "0001090872", + "lei": "QUIX8Y7A2WP0XRMW7G29" + }, + { + "symbol": "AA", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Alcoa Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4238333734532D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00B3T3HD3", + "cik": "0001675149", + "lei": "549300T12EZ1F6PWWU29" + }, + { + "symbol": "AAA", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Listed Funds Trust - AAF First Priority CLO Bond ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5030314338392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00X5FSP48", + "cik": "0001683471", + "lei": null + }, + { + "symbol": "AAAU", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Goldman Sachs Physical Gold ETF Shares - Goldman Sachs Physical Gold E", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_474B433136332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00LPXX872", + "cik": "0001708646", + "lei": null + }, + { + "symbol": "AACG", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "ATA Creativity Global - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_44595A4C53392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000V2S3P6", + "cik": "0001420529", + "lei": null + }, + { + "symbol": "AACQ", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Artius Acquisition Inc - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5230483539302D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00VR487K7", + "cik": "0001802457", + "lei": null + }, + { + "symbol": "AACQW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Artius Acquisition Inc - Warrants (13/07/2025)", + "date": "2021-01-24", + "type": "wt", + "iexId": "IEX_5750544759342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00X4SRY70", + "cik": "0001802457", + "lei": null + }, + { + "symbol": "AADR", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Advisorshares Trust - AdvisorShares Dorsey Wright ADR ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5253355435362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BDYRW6", + "cik": "0001408970", + "lei": "549300JV5T62F5E7S151" + }, + { + "symbol": "AAIC", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Arlington Asset Investment Corp - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5351474631562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BD1373", + "cik": "0001209028", + "lei": "549300LA9ZT7L8G7IT53" + }, + { + "symbol": "AAIC-B", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Arlington Asset Investment Corp - 7% PRF PERPETUAL USD 25 - Ser B", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_534E425042542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001209028", + "lei": "549300LA9ZT7L8G7IT53" + }, + { + "symbol": "AAIC-C", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Arlington Asset Investment Corp - FXDFR PRF PERPETUAL USD 25 - Ser C", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_565946385A512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001209028", + "lei": "549300LA9ZT7L8G7IT53" + }, + { + "symbol": "AAL", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "American Airlines Group Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4353464A535A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG005P7Q881", + "cik": "0000006201", + "lei": "IWUQB36BXD6OWD6X4T14" + }, + { + "symbol": "AAMC", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "Altisource Asset Management Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5442323844432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG003PNL136", + "cik": "0001555074", + "lei": null + }, + { + "symbol": "AAME", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Atlantic American Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5737584C53442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000B9XB24", + "cik": "0000008177", + "lei": null + }, + { + "symbol": "AAN", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Aarons Company Inc (The)", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_534D305A30592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00WCNDCZ6", + "cik": "0001821393", + "lei": null + }, + { + "symbol": "AAOI", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Applied Optoelectronics Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4C394B5933512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000D6VW15", + "cik": "0001158114", + "lei": "529900I8U6Q5SYDNLT48" + }, + { + "symbol": "AAON", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "AAON Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4E57434244582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000C2LZP3", + "cik": "0000824142", + "lei": null + }, + { + "symbol": "AAP", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Advance Auto Parts Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4850353858392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000F7RCJ1", + "cik": "0001158449", + "lei": "529900UCNQ5H9FSL0Y70" + }, + { + "symbol": "AAPL", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Apple Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4D48333344362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000B9XRY4", + "cik": "0000320193", + "lei": "HWUPKR0MPOU8FGXBT394" + }, + { + "symbol": "AAT", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "American Assets Trust Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4742423330312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00161BCR0", + "cik": "0001500217", + "lei": null + }, + { + "symbol": "AAU", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "Almaden Minerals Ltd", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5639393533472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000DGFSY4", + "cik": "0001015647", + "lei": "5493006ZGSENXLR23P74" + }, + { + "symbol": "AAWW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Atlas Air Worldwide Holdings Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4754595032502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000Q57YP0", + "cik": "0001135185", + "lei": "549300R0A2TUVCYZB465" + }, + { + "symbol": "AAXJ", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "BlackRock Institutional Trust Company N.A. - BTC iShares MSCI All Coun", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4332325853592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000G6GXC5", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "AAXN", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Axon Enterprise Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_52584D56394D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BHJWG1", + "cik": "0001069183", + "lei": "549300QP2IEEGFE16681" + }, + { + "symbol": "AB", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "AllianceBernstein Holding Lp - Unit", + "date": "2021-01-24", + "type": null, + "iexId": "IEX_4E465333304C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000B9WM03", + "cik": "0000825313", + "lei": null + }, + { + "symbol": "ABB", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "ABB Ltd. - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_47395A4B54312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000DK5Q25", + "cik": "0001091587", + "lei": "5493000LKVGOO9PELI61" + }, + { + "symbol": "ABBV", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Abbvie Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4334484252542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0025Y4RY4", + "cik": "0001551152", + "lei": "FR5LCKFTG8054YNNRU85" + }, + { + "symbol": "ABC", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Amerisource Bergen Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_424B324652572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000MDCQC2", + "cik": "0001140859", + "lei": "AI8GXW8LG5WK7E9UD086" + }, + { + "symbol": "ABCB", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Ameris Bancorp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_52584C584A522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000CDY3H5", + "cik": "0000351569", + "lei": "PBJHNT51T5V6G5UQFV42" + }, + { + "symbol": "ABCL", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "AbCellera Biologics Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00LLW2MF2", + "cik": "0001703057", + "lei": "9845000861BC95FF9F73" + }, + { + "symbol": "ABCM", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Abcam - ADR (Sponsored)", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_564B59354A372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00XRJJLG2", + "cik": "0001492074", + "lei": "213800B9N83DSNT33F79" + }, + { + "symbol": "ABEO", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Abeona Therapeutics Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4E31383330472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000DT5D52", + "cik": "0000318306", + "lei": "54930002Z8PIJRCB4576" + }, + { + "symbol": "ABEQ", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Unified Series Trust - Absolute Core Strategy ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_57474C4750582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00RHHGQY2", + "cik": "0001199046", + "lei": null + }, + { + "symbol": "ABEV", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Ambev S.A. - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_56314334584C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BN5VZ4", + "cik": "0001565025", + "lei": null + }, + { + "symbol": "ABG", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Asbury Automotive Group Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5452384E30442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BKDWB5", + "cik": "0001144980", + "lei": "549300JH4DTA7U42GL91" + }, + { + "symbol": "ABIO", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "ARCA biopharma Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5338544E53332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BWNN28", + "cik": "0000907654", + "lei": "529900TG7O4ESUDMGI54" + }, + { + "symbol": "ABM", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "ABM Industries Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_514C4C3154342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000B9YYH7", + "cik": "0000771497", + "lei": "QF02R89VEIOROM77J447" + }, + { + "symbol": "ABMD", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Abiomed Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_484E313935472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000C101X4", + "cik": "0000815094", + "lei": "5493001EZN4ZTB4Z5887" + }, + { + "symbol": "ABNB", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Airbnb Inc - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG001Y2XS07", + "cik": "0001559720", + "lei": "549300HMUDNO0RY56D37" + }, + { + "symbol": "ABR", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Arbor Realty Trust Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5638354657572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000KMVDV1", + "cik": "0001253986", + "lei": "549300ASFUWYQO0RW077" + }, + { + "symbol": "ABR-A", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Arbor Realty Trust Inc. - 8.25% PRF PERPETUAL USD 25 - Ser A", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_5636474453342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001253986", + "lei": "549300ASFUWYQO0RW077" + }, + { + "symbol": "ABR-B", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Arbor Realty Trust Inc. - 7.75% PRF PERPETUAL USD 25 - Ser B", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_53564A4243352D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001253986", + "lei": "549300ASFUWYQO0RW077" + }, + { + "symbol": "ABR-C", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Arbor Realty Trust Inc. - 8.50% PRF PERPETUAL USD 25 - Ser C", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4636303634572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001253986", + "lei": "549300ASFUWYQO0RW077" + }, + { + "symbol": "ABST", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Absolute Software Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4C35365135532D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000CP4V61", + "cik": "0001071058", + "lei": "549300I8AXWGBEESC731" + }, + { + "symbol": "ABT", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Abbott Laboratories", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_53484E444C542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000B9ZXB4", + "cik": "0000001800", + "lei": "HQD377W2YR662HK5JX27" + }, + { + "symbol": "ABTX", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Allegiance Bancshares Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_43324C5043372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BNYLL9", + "cik": "0001642081", + "lei": null + }, + { + "symbol": "ABUS", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Arbutus Biopharma Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5342324E33502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000RR8V85", + "cik": "0001447028", + "lei": "25490064CESONAUIAS23" + }, + { + "symbol": "AC", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Associated Capital Group Inc - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4850503351532D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG008NZ8QC0", + "cik": "0001642122", + "lei": "549300FBGXGSSUE01W24" + }, + { + "symbol": "ACA", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Arcosa Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_424256334B5A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00JGMWFM9", + "cik": "0001739445", + "lei": "549300WFHLTCZV7D6V29" + }, + { + "symbol": "ACAC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Acies Acquisition Corp - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00Y1RQ9M2", + "cik": "0001823878", + "lei": null + }, + { + "symbol": "ACACW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Acies Acquisition Corp - Warrants (30/11/2027)", + "date": "2021-01-24", + "type": "wt", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00YHKH4R6", + "cik": "0001823878", + "lei": null + }, + { + "symbol": "ACAD", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Acadia Pharmaceuticals Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_535A465A36352D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BHG9K0", + "cik": "0001070494", + "lei": "529900O3044NO0PEA039" + }, + { + "symbol": "ACAM", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Acamar Partners Acquisition Corp - Class A", + "date": "2021-01-22", + "type": "cs", + "iexId": "IEX_5438435A304E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00N36CWD4", + "cik": "0001759008", + "lei": null + }, + { + "symbol": "ACAMW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Acamar Partners Acquisition Corp - Warrants (26/02/2026)", + "date": "2021-01-22", + "type": "wt", + "iexId": "IEX_5248574753332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00NWKHBT5", + "cik": "0001759008", + "lei": null + }, + { + "symbol": "ACB", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Aurora Cannabis Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4750444A48562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG006SCSYG7", + "cik": "0001683541", + "lei": "549300F6VHCLKCUWDT34" + }, + { + "symbol": "ACBI", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Atlantic Capital Bancshares Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5458464E56362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG009XQG7V9", + "cik": "0001461755", + "lei": "5493005URKIOUNJO6097" + }, + { + "symbol": "ACC", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "American Campus Communities Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_52505658594D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000M9KP89", + "cik": "0001283630", + "lei": "529900MR3ZXRO3W6UX26" + }, + { + "symbol": "ACCD", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Accolade Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4446384756392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00S2L1Z00", + "cik": "0001481646", + "lei": null + }, + { + "symbol": "ACCO", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Acco Brands Corporation", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5250574354312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000J06K07", + "cik": "0000712034", + "lei": "JCT8P4Y190IH4I1NX328" + }, + { + "symbol": "ACEL", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Accel Entertainment Inc - Class A1", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4E35565A35362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00GX221W3", + "cik": "0001698991", + "lei": null + }, + { + "symbol": "ACER", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Acer Therapeutics Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5752545447382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BG5S59", + "cik": "0001069308", + "lei": "549300BRA7GF5PCH1L04" + }, + { + "symbol": "ACES", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "ALPS Fund Services - ALPS Clean Energy ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_534D4A4331312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00L99FCT0", + "cik": "0001049169", + "lei": null + }, + { + "symbol": "ACET", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Adicet Bio Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4D53473842312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00JCXSJP3", + "cik": "0001720580", + "lei": "549300VRD2QO80WBOP18" + }, + { + "symbol": "ACEV", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "ACE Convergence Acquisition Corp - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_504A373638342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00VYKH0T9", + "cik": "0001813658", + "lei": null + }, + { + "symbol": "ACEVW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "ACE Convergence Acquisition Corp - Warrants (30/09/2027)", + "date": "2021-01-24", + "type": "wt", + "iexId": "IEX_5839385342332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00XD2XXK7", + "cik": "0001813658", + "lei": null + }, + { + "symbol": "ACGL", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Arch Capital Group Ltd", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4C4A4B3850512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000HXNN20", + "cik": "0000947484", + "lei": "549300AYR4P8AFKDCE43" + }, + { + "symbol": "ACGLO", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Arch Capital Group Ltd - 5.45% PRF PERPETUAL USD 25 - Ser F 1/1000 th ", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4D58533556562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000947484", + "lei": "549300AYR4P8AFKDCE43" + }, + { + "symbol": "ACGLP", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Arch Capital Group Ltd - 5.25% PRF PERPETUAL USD 25 - Ser E 1/1000th I", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_5030575A35462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000947484", + "lei": "549300AYR4P8AFKDCE43" + }, + { + "symbol": "ACH", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Aluminum Corporation Of China Limited. - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_5846375A30472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000CMRVH1", + "cik": "0001161611", + "lei": "529900TKZUWQLIQN6T48" + }, + { + "symbol": "ACHC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Acadia Healthcare Company Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_56383944464C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000FPNN38", + "cik": "0001520697", + "lei": "5493005CW985Y9D0NC11" + }, + { + "symbol": "ACHV", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Achieve Life Sciences Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4D4E52424C4E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000FB8S62", + "cik": "0000949858", + "lei": "549300V82ZKZDTAU0A46" + }, + { + "symbol": "ACI", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Albertsons Companies Inc - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4746323656462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG009KG1750", + "cik": "0001646972", + "lei": null + }, + { + "symbol": "ACIA", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Acacia Communications Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5148314C50312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00359HX70", + "cik": "0001651235", + "lei": "549300PZLTIVLKOBPB61" + }, + { + "symbol": "ACIC", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Atlas Crest Investment Corp - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00XRTC910", + "cik": "0001824502", + "lei": null + }, + { + "symbol": "ACIC+", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Atlas Crest Investment Corp - Warrants (01/01/9999)", + "date": "2021-01-24", + "type": "wt", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00YGCV1N9", + "cik": "0001824502", + "lei": null + }, + { + "symbol": "ACIC=", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Atlas Crest Investment Corp - Units (1 Ord Share Class A & 1/3 War)", + "date": "2021-01-24", + "type": null, + "iexId": "IEX_514D364256482D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00XRJLX55", + "cik": "0001824502", + "lei": null + }, + { + "symbol": "ACIO", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "ETF Series Solutions Trust - ETF Series Solutions Aptus Collared Incom", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4A4C3847324A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00PNSDFF3", + "cik": "0001540305", + "lei": null + }, + { + "symbol": "ACIU", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "AC Immune SA", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5334383954322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00D0RHJ38", + "cik": "0001651625", + "lei": "967600VLQ0ZC2HSOG765" + }, + { + "symbol": "ACIW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "ACI Worldwide Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_57504B4842382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000PMBV39", + "cik": "0000935036", + "lei": "5493003BPVMZUJ6F5C02" + }, + { + "symbol": "ACLS", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Axcelis Technologies Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4735474344472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000DW34S2", + "cik": "0001113232", + "lei": "529900HF9B6NL1QG9F05" + }, + { + "symbol": "ACM", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "AECOM", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_565A5A3350322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000F61RJ8", + "cik": "0000868857", + "lei": "0EEB8GF0W0NPCIHZX097" + }, + { + "symbol": "ACMR", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "ACM Research Inc - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_434748584C532D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00HPSG933", + "cik": "0001680062", + "lei": "549300MCTENUWL2GJL61" + }, + { + "symbol": "ACN", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Accenture plc - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4257445A32502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000D9D830", + "cik": "0001467373", + "lei": "549300JY6CF6DO4YFQ03" + }, + { + "symbol": "ACNB", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "ACNB Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_574E464342392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BJ2LY9", + "cik": "0000715579", + "lei": null + }, + { + "symbol": "ACND", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Ascendant Digital Acquisition Corp - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_504B3234574D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00VWBGTZ2", + "cik": "0001805651", + "lei": null + }, + { + "symbol": "ACND+", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Ascendant Digital Acquisition Corp - Warrants (01/01/9999)", + "date": "2021-01-24", + "type": "wt", + "iexId": "IEX_434C374348562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00X71KZF1", + "cik": "0001805651", + "lei": null + }, + { + "symbol": "ACND=", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Ascendant Digital Acquisition Corp - Units ( 1 Ord Cls A & 0.5 Redeem ", + "date": "2021-01-24", + "type": null, + "iexId": "IEX_53434B5750472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00VVMW1X4", + "cik": "0001805651", + "lei": null + }, + { + "symbol": "ACOR", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Acorda Therapeutics Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_56424B4D43482D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000FD10V8", + "cik": "0001008848", + "lei": "5493007NPB5YRM8QGL53" + }, + { + "symbol": "ACP", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Aberdeen Income Credit Strategies Fund", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5659314B36392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0017VSC04", + "cik": "0001503290", + "lei": "JZ9OXI4GGKZDI84RNQ78" + }, + { + "symbol": "ACRE", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Ares Commercial Real Estate Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_44465A5A44312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0022MMQB0", + "cik": "0001529377", + "lei": "549300ZNO5IWXS443S81" + }, + { + "symbol": "ACRS", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Aclaris Therapeutics Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4248464A38512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG003LF0QR9", + "cik": "0001557746", + "lei": "5493000B2LQ9QTW1DF52" + }, + { + "symbol": "ACRX", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Acelrx Pharmaceuticals Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4C535A5044352D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0018YYFX7", + "cik": "0001427925", + "lei": "549300U8W781S4RBUE66" + }, + { + "symbol": "ACSG", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "DBX ETF Trust - Xtrackers MSCI ACWI ex USA ESG Leaders Equity ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5831373248352D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00MQCZF86", + "cik": "0001503123", + "lei": null + }, + { + "symbol": "ACSI", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "ETF Series Solutions Trust - American Customer Satisfaction ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_53484E5254502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00F40VFY6", + "cik": "0001540305", + "lei": null + }, + { + "symbol": "ACST", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Acasti Pharma Inc - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_485730484E482D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG001NMDXS6", + "cik": "0001444192", + "lei": "529900NF00G2BB523B88" + }, + { + "symbol": "ACTC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "ArcLight Clean Transition Corp - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5448595651542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00Y038YV1", + "cik": "0001820630", + "lei": null + }, + { + "symbol": "ACTCW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "ArcLight Clean Transition Corp - Warrants(22/09/2027)", + "date": "2021-01-24", + "type": "wt", + "iexId": "IEX_5044535135362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00Y9DNGV2", + "cik": "0001820630", + "lei": null + }, + { + "symbol": "ACTG", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Acacia Research Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_474E434248302D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000KF9J02", + "cik": "0000934549", + "lei": "529900BCN7BE6ESPDZ72" + }, + { + "symbol": "ACTV", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Two Roads Shared Trust - LeaderShares Activist Leaders ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4B445A3637562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00Y002P42", + "cik": "0001552947", + "lei": null + }, + { + "symbol": "ACU", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "Acme United Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_52344D30524D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BB3LM8", + "cik": "0000002098", + "lei": "549300NVT8NN13WP8M83" + }, + { + "symbol": "ACV", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "AllianzGI Diversified Income & Convertible Fund", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_524C573750342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG008HMBD22", + "cik": "0001636289", + "lei": "5493008LTG04SBNLT367" + }, + { + "symbol": "ACVF", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "ETF Opportunities Trust - American Conservative Values ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4E32565159392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00Y04Q9T7", + "cik": null, + "lei": null + }, + { + "symbol": "ACWF", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "BlackRock Institutional Trust Company N.A. - BTC iShares MSCI Global M", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_533530394A4A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG008LNZHV8", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "ACWI", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "BlackRock Institutional Trust Company N.A. - BTC iShares MSCI ACWI ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5330574D4E422D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000TH6VB3", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "ACWV", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "BlackRock Institutional Trust Company N.A. - BTC iShares MSCI Global M", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_53424D5052542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0025X38X0", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "ACWX", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "BlackRock Institutional Trust Company N.A. - BTC iShares MSCI ACWI ex ", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_505939524D4D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000TH7DF8", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "ACY", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "Aerocentury Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_424E4C5339482D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000B9WP24", + "cik": "0001036848", + "lei": "25490058LPSOM53QUK54" + }, + { + "symbol": "ADAP", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Adaptimmune Therapeutics Plc - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_5232595752342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG008G65WC2", + "cik": "0001621227", + "lei": "549300UUNWK8TRT5EW12" + }, + { + "symbol": "ADBE", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Adobe Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_444A4332544E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BB5006", + "cik": "0000796343", + "lei": "FU4LY2G4933NH2E1CP29" + }, + { + "symbol": "ADC", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Agree Realty Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4B433656424C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BC9DK0", + "cik": "0000917251", + "lei": null + }, + { + "symbol": "ADCT", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Adc Therapeutics SA", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_53484D3832442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00Q6Q3QX1", + "cik": "0001771910", + "lei": null + }, + { + "symbol": "ADES", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Advanced Emissions Solutions Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4336484B38312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000JFNL85", + "cik": "0001515156", + "lei": "52990086HRJSW2EZQH40" + }, + { + "symbol": "ADEX=", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Adit Edtech Acquisition Corp - Units (1 Ord Share & 1/2 War)", + "date": "2021-01-24", + "type": null, + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00YNK5BL2", + "cik": "0001830029", + "lei": null + }, + { + "symbol": "ADEXU", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Adit Edtech Acquisition Corp - Units (1 Ord Share & 1/2 War)", + "date": "2021-01-12", + "type": null, + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001830029", + "lei": null + }, + { + "symbol": "ADFI", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "Two Roads Shared Trust - Anfield Dynamic Fixed Income ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4452505244502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00WRFGTJ5", + "cik": "0001552947", + "lei": null + }, + { + "symbol": "ADI", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Analog Devices Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_463137534A312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BB6G37", + "cik": "0000006281", + "lei": "GYVOE5EZ4GDAVTU4CQ61" + }, + { + "symbol": "ADIL", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Adial Pharmaceuticals Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5652304B32422D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00HNGDTR4", + "cik": "0001513525", + "lei": null + }, + { + "symbol": "ADILW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Adial Pharmaceuticals Inc - Warrants (31/07/2023)", + "date": "2021-01-24", + "type": "wt", + "iexId": "IEX_4B50595734532D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00LLBDVV8", + "cik": "0001513525", + "lei": null + }, + { + "symbol": "ADM", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Archer Daniels Midland Co.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4D51313139582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BB6WG8", + "cik": "0000007084", + "lei": "549300LO13MQ9HYSTR83" + }, + { + "symbol": "ADMA", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Adma Biologics Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4333573739572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG002NCK5M5", + "cik": "0001368514", + "lei": null + }, + { + "symbol": "ADME", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "ETF Series Solutions Trust - Aptus Drawdown Managed Equity ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_44533234434D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00D20HG22", + "cik": "0001540305", + "lei": null + }, + { + "symbol": "ADMP", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Adamis Pharmaceuticals Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_514C4D3833382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BYB544", + "cik": "0000887247", + "lei": "549300EBMD9JZ2H87I37" + }, + { + "symbol": "ADMS", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Adamas Pharmaceuticals Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_544A4B304D332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00203JGZ4", + "cik": "0001328143", + "lei": "529900JBG6S9MXH83I79" + }, + { + "symbol": "ADNT", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Adient plc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5757374442572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG009PN0C87", + "cik": "0001670541", + "lei": "5493002QLDY8O75RTR78" + }, + { + "symbol": "ADOC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Edoc Acquisition Corp - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00YFSYHV8", + "cik": "0001824884", + "lei": null + }, + { + "symbol": "ADOCR", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Edoc Acquisition Corp - Tradeable Rights - Dec 2020", + "date": "2021-01-24", + "type": null, + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00YGCK758", + "cik": "0001824884", + "lei": null + }, + { + "symbol": "ADOCW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Edoc Acquisition Corp - Warrants (30/11/2027)", + "date": "2021-01-24", + "type": "wt", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00YGCXW40", + "cik": "0001824884", + "lei": null + }, + { + "symbol": "ADP", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Automatic Data Processing Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5459323032512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000JG0547", + "cik": "0000008670", + "lei": "HGBOLILQXWER4SAL2I23" + }, + { + "symbol": "ADPT", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Adaptive Biotechnologies Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_574C5A5259332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG001J2PFF5", + "cik": "0001478320", + "lei": "549300ZTF7OT1FW66Q96" + }, + { + "symbol": "ADRE", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Invesco Capital Management LLC - Invesco BLDRS Emerging Markets 50 ADR", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5732375038392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000FQ6838", + "cik": "0001224696", + "lei": null + }, + { + "symbol": "ADS", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Alliance Data System", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4E444E3544542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BFNR17", + "cik": "0001101215", + "lei": "549300G8S4PO686J7H97" + }, + { + "symbol": "ADSK", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Autodesk Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4A584D4C59382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BM7HL0", + "cik": "0000769397", + "lei": "FRKKVKAIQEF3FCSTPG55" + }, + { + "symbol": "ADT", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "ADT Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4C364E514B4B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BP9WJ1", + "cik": "0001703056", + "lei": null + }, + { + "symbol": "ADTN", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Adtran Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5034425A52422D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000C4K3D4", + "cik": "0000926282", + "lei": "549300XWTHXJVGKWU616" + }, + { + "symbol": "ADTX", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Aditx Therapeutics Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4B3146504A472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001726711", + "lei": null + }, + { + "symbol": "ADUS", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Addus HomeCare Corporation", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_51304E324B482D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000NJGX84", + "cik": "0001468328", + "lei": "52990090ZT33AKPDBX62" + }, + { + "symbol": "ADV", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Advantage Solutions Inc. - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4738535748382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00PPWZ8C7", + "cik": "0001776661", + "lei": null + }, + { + "symbol": "ADVM", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Adverum Biotechnologies Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4B31365450382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG006D9MR17", + "cik": "0001501756", + "lei": "529900ZEDOOZL1EWHJ89" + }, + { + "symbol": "ADVWW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Advantage Solutions Inc. - Warrants (28/10/2025)", + "date": "2021-01-24", + "type": "wt", + "iexId": "IEX_4C435A3131572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00Q6CTMG2", + "cik": "0001776661", + "lei": null + }, + { + "symbol": "ADX", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Adams Diversified Equity Fund", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5439524E59362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BB8MR6", + "cik": "0000002230", + "lei": "5493005W7G81BNPP7M23" + }, + { + "symbol": "ADXN", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Addex Therapeutics Ltd - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_4357324D4C372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00R48ST95", + "cik": "0001574232", + "lei": "89450068Y9KVP2MQGH86" + }, + { + "symbol": "ADXS", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Advaxis, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_42475A5A56442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000KVF074", + "cik": "0001100397", + "lei": "549300W71T0G7C14IM07" + }, + { + "symbol": "AE", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "Adams Resources & Energy Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4630334B395A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BB92C5", + "cik": "0000002178", + "lei": "UP28TXL7K8XSRNNC7V02" + }, + { + "symbol": "AEB", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Aegon N. V. - FR CS PERPETUAL USD 25", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4D3948334A582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000769218", + "lei": "O4QK7KMMK83ITNTHUG69" + }, + { + "symbol": "AEE", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Ameren Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_47525344534B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000B9X8C0", + "cik": "0001002910", + "lei": "XRZQ5S7HYJFPHJ78L959" + }, + { + "symbol": "AEF", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "Aberdeen Emerging Markets Equity Income Fund Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_445235384C562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BGWCV5", + "cik": "0000846676", + "lei": "549300MSYUW07RYUZD27" + }, + { + "symbol": "AEFC", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Aegon Funding Company LLC - 5.10% NT REDEEM 15/12/2049 USD 25", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_5337545A484B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": null, + "lei": null + }, + { + "symbol": "AEG", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Aegon N. V. - New York Shares", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_4B5733564D382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000CKQSN6", + "cik": "0000769218", + "lei": "O4QK7KMMK83ITNTHUG69" + }, + { + "symbol": "AEGN", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Aegion Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_464A35544D4C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000KPWTD8", + "cik": "0000353020", + "lei": "549300AG3DVJURRIT691" + }, + { + "symbol": "AEHL", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Antelope Enterprise Holdings Ltd", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4E52564453542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000TXJ4H8", + "cik": "0001470683", + "lei": null + }, + { + "symbol": "AEHR", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Aehr Test Systems", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_54305054384D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BWM083", + "cik": "0001040470", + "lei": "529900A4GWWZFRU2RE97" + }, + { + "symbol": "AEIS", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Advanced Energy Industries Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4252564C4C332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000FKMP26", + "cik": "0000927003", + "lei": "549300756XI3QLFT2U27" + }, + { + "symbol": "AEL", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "American Equity Investment Life Holding Co", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5653355A58572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BB6H99", + "cik": "0001039828", + "lei": "549300RK5RZQ740FPL83" + }, + { + "symbol": "AEL-A", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "American Equity Investment Life Holding Co - FXDFR PRF PERPETUAL USD 2", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4D35315153372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001039828", + "lei": "549300RK5RZQ740FPL83" + }, + { + "symbol": "AEL-B", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "American Equity Investment Life Holding Co - FXDFR PRF PERPETUAL USD 2", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4352584432582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001039828", + "lei": "549300RK5RZQ740FPL83" + }, + { + "symbol": "AEM", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Agnico Eagle Mines Ltd", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4B4448424E4E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000DLVDK3", + "cik": "0000002809", + "lei": "YGE0EUBRF7IJOB3QRX76" + }, + { + "symbol": "AEMD", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Aethlon Medical Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5451384D57392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000L78XT8", + "cik": "0000882291", + "lei": "54930036LMXCIW3XG337" + }, + { + "symbol": "AENZ", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Aenza S.A.A - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_445442444E572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG004ND4949", + "cik": "0001572621", + "lei": null + }, + { + "symbol": "AEO", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "American Eagle Outfitters Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_44314C4A34372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BGXZB5", + "cik": "0000919012", + "lei": "5299001Z9HXK01DHW793" + }, + { + "symbol": "AEP", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "American Electric Power Company Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4435303247392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BB9KF2", + "cik": "0000004904", + "lei": "1B4S6S7G0TW5EE83BO58" + }, + { + "symbol": "AEPPL", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "American Electric Power Company Inc. - Unit", + "date": "2021-01-24", + "type": null, + "iexId": "IEX_5248514838462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000004904", + "lei": "1B4S6S7G0TW5EE83BO58" + }, + { + "symbol": "AEPPZ", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "American Electric Power Company Inc. - Unit - 15/08/2025", + "date": "2021-01-24", + "type": null, + "iexId": "IEX_533554304A4C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000004904", + "lei": "1B4S6S7G0TW5EE83BO58" + }, + { + "symbol": "AER", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Aercap Holdings N.V.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4E38355244582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000Q9FZL4", + "cik": "0001378789", + "lei": "549300SZYINBBLJQU475" + }, + { + "symbol": "AERI", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Aerie Pharmaceuticals Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_48314B32314E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG001KJ7WJ5", + "cik": "0001337553", + "lei": "529900SFXHDHUO324R09" + }, + { + "symbol": "AES", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "AES Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4C59363533482D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000C23KJ3", + "cik": "0000874761", + "lei": "2NUNNB7D43COUIRE5295" + }, + { + "symbol": "AESE", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Allied Esports Entertainment Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_47464D47534E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00J2442Y1", + "cik": "0001708341", + "lei": null + }, + { + "symbol": "AESR", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "Two Roads Shared Trust - Anfield U.S. Equity Sector Rotation ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4A59544443312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00R4084K6", + "cik": "0001552947", + "lei": null + }, + { + "symbol": "AEY", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Addvantage Technologies Group", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_56584C4C47322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000CFWHD5", + "cik": "0000874292", + "lei": null + }, + { + "symbol": "AEYE", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "AudioEye Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5635425050502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG002ZQLQB6", + "cik": "0001362190", + "lei": null + }, + { + "symbol": "AEZS", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Aeterna Zentaris Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5657464C54392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000LZRK22", + "cik": "0001113423", + "lei": "529900BJUYJKNV5H2P27" + }, + { + "symbol": "AFB", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "AllianceBernstein National Municipal Income Fund Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5654395134472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000DTM676", + "cik": "0001162027", + "lei": "MNYPOOOZYY8V01GEIT28" + }, + { + "symbol": "AFBI", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Affinity Bancshares Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00XH58W17", + "cik": "0001823406", + "lei": null + }, + { + "symbol": "AFC", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Allied Capital Corp. - 6.875% NT REDEEM 15/04/2047 USD 25", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4B383256424B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000003906", + "lei": null + }, + { + "symbol": "AFG", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "American Financial Group Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5143534430462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000DPKKK0", + "cik": "0001042046", + "lei": "549300AFOM7IVKIU1G39" + }, + { + "symbol": "AFGB", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "American Financial Group Inc - 5.875% DB REDEEM 30/03/2059 USD 25", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_524D385148572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001042046", + "lei": "549300AFOM7IVKIU1G39" + }, + { + "symbol": "AFGC", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "American Financial Group Inc - 5.125% DB REDEEM 15/12/2059 USD 25", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_524C484658542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001042046", + "lei": "549300AFOM7IVKIU1G39" + }, + { + "symbol": "AFGD", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "American Financial Group Inc - 5.625% DB REDEEM 01/06/2060 USD 25", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4C33394235392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001042046", + "lei": "549300AFOM7IVKIU1G39" + }, + { + "symbol": "AFGE", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "American Financial Group Inc - 4.50% DB REDEEM 15/09/2060 USD 25", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4E35324E435A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001042046", + "lei": "549300AFOM7IVKIU1G39" + }, + { + "symbol": "AFI", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Armstrong Flooring Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_575043314A512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0085ZZXW3", + "cik": "0001655075", + "lei": "549300GBU3OBQ2CBLJ59" + }, + { + "symbol": "AFIB", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Acutus Medical Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_535636424A302D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG001YSZT60", + "cik": "0001522860", + "lei": null + }, + { + "symbol": "AFIF", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "Two Roads Shared Trust - Anfield Universal Fixed Income ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_474A43574B502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00LZQ9356", + "cik": "0001552947", + "lei": null + }, + { + "symbol": "AFIN", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "American Fin Tr Inc - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_47344231505A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG004Z1PW11", + "cik": "0001568162", + "lei": "549300GN4H0K3IUS8983" + }, + { + "symbol": "AFINO", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "American Fin Tr Inc - 7.375% PRF PERPETUAL USD 25 - Ser C", + "date": "2021-01-24", + "type": "ps", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001568162", + "lei": "549300GN4H0K3IUS8983" + }, + { + "symbol": "AFINP", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "American Fin Tr Inc - 7.50% PRF PERPETUAL USD 25 - Ser A", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_425A4A4851542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001568162", + "lei": "549300GN4H0K3IUS8983" + }, + { + "symbol": "AFK", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "VanEck Vectors ETF Trust - VanEck Vectors Africa Index ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4359364758532D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000H0B9J8", + "cik": "0000869178", + "lei": null + }, + { + "symbol": "AFL", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Aflac Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_584C593633562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BBBNC6", + "cik": "0000004977", + "lei": "549300N0B7DOGLXWPP39" + }, + { + "symbol": "AFLG", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "First Trust Exchange-Traded Fund VIII - First Trust Active Factor Larg", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_48374D3252362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00QZ0DQB9", + "cik": "0001667919", + "lei": null + }, + { + "symbol": "AFMC", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "First Trust Exchange-Traded Fund VIII - First Trust Active Factor Mid ", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5850394E48312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00QZ0GVP0", + "cik": "0001667919", + "lei": null + }, + { + "symbol": "AFMD", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Affimed N.V.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_515A313859342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG006R5SSH5", + "cik": "0001608390", + "lei": "8945008KK4QRBYT6R544" + }, + { + "symbol": "AFRM", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Affirm Holdings Inc - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00Y7BP8Y1", + "cik": "0001820953", + "lei": null + }, + { + "symbol": "AFSM", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "First Trust Exchange-Traded Fund VIII - First Trust Active Factor Smal", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5244543552442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00QZ0H932", + "cik": "0001667919", + "lei": null + }, + { + "symbol": "AFT", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Apollo Senior Floating Rate Fund Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4D524335584E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00174L007", + "cik": "0001502573", + "lei": "5493005XHGCCBXT5YQ39" + }, + { + "symbol": "AFTY", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "CSOP Asset Management Limited - Pacer CSOP FTSE China A50 ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_58514C5242312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0087HJHZ1", + "cik": "0001618006", + "lei": null + }, + { + "symbol": "AFYA", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Afya Ltd - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4230565A325A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00PK9C4C7", + "cik": "0001771007", + "lei": "54930008Y7J8Z1BSDT57" + }, + { + "symbol": "AG", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "First Majestic Silver Corporation", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4C35373633372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000CH7WB8", + "cik": "0001308648", + "lei": "529900PWCU5DUH1DYR51" + }, + { + "symbol": "AGBA", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Agba Acquisition Ltd", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_485854384B432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00P4XQ9W4", + "cik": "0001769624", + "lei": "5493006NA1XBERP7JE98" + }, + { + "symbol": "AGBAR", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Agba Acquisition Ltd - Tradeable Rights - July 2019", + "date": "2021-01-24", + "type": null, + "iexId": "IEX_4A485A464D572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00PPX10R3", + "cik": "0001769624", + "lei": "5493006NA1XBERP7JE98" + }, + { + "symbol": "AGBAW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Agba Acquisition Ltd - Warrants (10/05/2024)", + "date": "2021-01-24", + "type": "wt", + "iexId": "IEX_4444543932382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00PPX1PX1", + "cik": "0001769624", + "lei": "5493006NA1XBERP7JE98" + }, + { + "symbol": "AGC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Altimeter Growth Corp - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00YCZJCB5", + "cik": "0001823340", + "lei": null + }, + { + "symbol": "AGCB", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Altimeter Growth Corp 2 - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00YLXWCD3", + "cik": "0001830232", + "lei": null + }, + { + "symbol": "AGCO", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "AGCO Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_53484D48575A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000DCCZW2", + "cik": "0000880266", + "lei": "LYOM0B2GCF1JWXK5ZG04" + }, + { + "symbol": "AGCWW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Altimeter Growth Corp - Warrants (01/10/2025)", + "date": "2021-01-24", + "type": "wt", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00YCZQH26", + "cik": "0001823340", + "lei": null + }, + { + "symbol": "AGD", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Aberdeen Global Dynamic Dividend Fund", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5334443852352D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000PMSMG7", + "cik": "0001362481", + "lei": "2549008871AD4OJQWG76" + }, + { + "symbol": "AGE", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "AgeX Therapeutics Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_545A52434D4A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00HCXQ7B0", + "cik": "0001708599", + "lei": "5493005PJ4B0GQ36ED85" + }, + { + "symbol": "AGEN", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Agenus Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_464D4644465A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000C8SWQ9", + "cik": "0001098972", + "lei": "529900NDQQGU5H4UJK81" + }, + { + "symbol": "AGFS", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "AgroFresh Solutions Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5332343242532D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00699CVL2", + "cik": "0001592016", + "lei": "549300SBHHYUXDIB7F37" + }, + { + "symbol": "AGG", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "BlackRock Institutional Trust Company N.A. - BTC iShares Core U.S. Agg", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_42444E4B51462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000Q123R0", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "AGGP", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "IndexIQ ETF Trust - IQ Enhanced Core Plus Bond U.S. ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_575350384A512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00CVW3NH6", + "cik": "0001415995", + "lei": null + }, + { + "symbol": "AGGY", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "WisdomTree Trust - WisdomTree Yield Enhanced U.S. Aggregate Bond Fund", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_524437425A582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG009KCY2B7", + "cik": "0001350487", + "lei": null + }, + { + "symbol": "AGI", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Alamos Gold Inc. - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5339595251312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG009HT6BL4", + "cik": "0001178819", + "lei": "549300TDOX73YGYXE959" + }, + { + "symbol": "AGIO", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Agios Pharmaceuticals Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4C37425744582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000QY4ZD0", + "cik": "0001439222", + "lei": "529900ONJHY8EOGYT555" + }, + { + "symbol": "AGLE", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Aeglea BioTherapeutics Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_52515332334A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0067L94B2", + "cik": "0001636282", + "lei": null + }, + { + "symbol": "AGM", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Federal Agricultural Mortgage Corp. - Class C", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5843303251572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000G8ZKY4", + "cik": "0000845877", + "lei": "549300MS654K78GYF580" + }, + { + "symbol": "AGM-C", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Federal Agricultural Mortgage Corp. - FXDFR PRF PERPETUAL USD 25 - Ser", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_505A395237362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000845877", + "lei": "549300MS654K78GYF580" + }, + { + "symbol": "AGM-D", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Federal Agricultural Mortgage Corp. - 5.70% PRF PERPETUAL USD 25 - Ser", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_433051565A572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000845877", + "lei": "549300MS654K78GYF580" + }, + { + "symbol": "AGM-E", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Federal Agricultural Mortgage Corp. - 5.75% PRF PERPETUAL USD 25 - Ser", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_5746564B58392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000845877", + "lei": "549300MS654K78GYF580" + }, + { + "symbol": "AGM-F", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Federal Agricultural Mortgage Corp. - 5.25% PRF PERPETUAL USD 25 - Ser", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_5143313533302D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000845877", + "lei": "549300MS654K78GYF580" + }, + { + "symbol": "AGM.A", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Federal Agricultural Mortgage Corp. - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5148424658512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000G8Y1Z6", + "cik": "0000845877", + "lei": "549300MS654K78GYF580" + }, + { + "symbol": "AGMH", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "AGM Group Holdings Inc - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4332463046542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00GQ72GJ2", + "cik": "0001705402", + "lei": null + }, + { + "symbol": "AGNC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "AGNC Investment Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5653354E44502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000TJ8XZ7", + "cik": "0001423689", + "lei": "5TRACI5HRMELWV32OF39" + }, + { + "symbol": "AGNCM", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "AGNC Investment Corp - FXDFR PRF PERPETUAL USD 25 - Ser D 1/1000th int", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4644395336472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001423689", + "lei": "5TRACI5HRMELWV32OF39" + }, + { + "symbol": "AGNCN", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "AGNC Investment Corp - FXDFR PRF PERPETUAL USD 25 - Ser C 1/1000 th In", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_47334358334D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001423689", + "lei": "5TRACI5HRMELWV32OF39" + }, + { + "symbol": "AGNCO", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "AGNC Investment Corp - FXDFR PRF PERPETUAL USD 25 - Ser E 1/1000 th In", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_48585933474B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001423689", + "lei": "5TRACI5HRMELWV32OF39" + }, + { + "symbol": "AGNCP", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "AGNC Investment Corp - FXDFR PRF PERPETUAL USD 25 - 1/1,000th Ser F", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4C374E364B302D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001423689", + "lei": "5TRACI5HRMELWV32OF39" + }, + { + "symbol": "AGO", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Assured Guaranty Ltd", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_56475A4D50322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000CQB185", + "cik": "0001273813", + "lei": "549300BBOQUJEPH87M14" + }, + { + "symbol": "AGO-B", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Assured Guaranty Municipal Holdings Inc - 6.875% BD REDEEM 15/12/2101 ", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4B535A4B35312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000913357", + "lei": null + }, + { + "symbol": "AGO-E", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Assured Guaranty Municipal Holdings Inc - 6.25% NT REDEEM 01/11/2102 U", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4C443451374B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000913357", + "lei": null + }, + { + "symbol": "AGO-F", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Assured Guaranty Municipal Holdings Inc - 5.60% NT REDEEM 15/07/2103 U", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4856504D51332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000913357", + "lei": null + }, + { + "symbol": "AGQ", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "ProShares Trust - ProShares Ultra Silver", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4C51385239442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000F7KQG0", + "cik": "0001174610", + "lei": null + }, + { + "symbol": "AGR", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Avangrid Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_425151474C342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00B8NWRF5", + "cik": "0001634997", + "lei": "549300OX0Q38NLSKPB49" + }, + { + "symbol": "AGRO", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Adecoagro S.A.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4C4648384D502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG001DCNPK3", + "cik": "0001499505", + "lei": "529900Q00UR5LFELO811" + }, + { + "symbol": "AGRX", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Agile Therapeutics Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_565331534A4B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000PZHFB0", + "cik": "0001261249", + "lei": "529900AJZBQ4SDDB0T37" + }, + { + "symbol": "AGS", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "PlayAGS Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_53344B5251562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00JKZKM07", + "cik": "0001593548", + "lei": null + }, + { + "symbol": "AGT", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "iShares Trust - iShares MSCI Argentina and Global Exposure ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_465159514D372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00GKLCXR0", + "cik": "0001006249", + "lei": null + }, + { + "symbol": "AGTC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Applied Genetic Technologies Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4254365146342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG005TVPCW9", + "cik": "0001273636", + "lei": "549300I3X9WJZYN79L35" + }, + { + "symbol": "AGX", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Argan, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_44564C5657572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000K4J3T0", + "cik": "0000100591", + "lei": "529900E4KZWBV9KGBS83" + }, + { + "symbol": "AGYS", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Agilysys, Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_52584C4A54442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BR74W6", + "cik": "0000078749", + "lei": "5299001XWB5V3B5IPN93" + }, + { + "symbol": "AGZ", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "BlackRock Institutional Trust Company N.A. - BTC iShares Agency Bond E", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_564D4E5451472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000G03TV0", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "AGZD", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "WisdomTree Trust - WisdomTree Interest Rate Hedged U.S. Aggregate Bond", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_565A543032462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG005Q26B40", + "cik": "0001350487", + "lei": null + }, + { + "symbol": "AHAC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Alpha Healthcare Acquisition Corp - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4B5A353553312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00XPPT7S7", + "cik": "0001818382", + "lei": null + }, + { + "symbol": "AHACW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Alpha Healthcare Acquisition Corp - Warrants (30/10/2023)", + "date": "2021-01-24", + "type": "wt", + "iexId": "IEX_48334C5048472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00Y3Z1CJ6", + "cik": "0001818382", + "lei": null + }, + { + "symbol": "AHC", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "A.H. Belo Corp - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4831573643342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000TGPLG1", + "cik": "0001413898", + "lei": null + }, + { + "symbol": "AHCO", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "AdaptHealth Corp - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_52394D574B462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00KJQVGV3", + "cik": "0001725255", + "lei": null + }, + { + "symbol": "AHH", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Armada Hoffler Properties Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4330475847312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG004CYX1M0", + "cik": "0001569187", + "lei": "549300WQRSIV6XZT9313" + }, + { + "symbol": "AHH-A", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Armada Hoffler Properties Inc - 6.75% PRF PERPETUAL USD 25 - Ser A", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_54425146364E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001569187", + "lei": "549300WQRSIV6XZT9313" + }, + { + "symbol": "AHL-C", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Aspen Insurance Hldgs - FXDFR PRF PERPETUAL USD 25 - 5.95 %", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_543136324B332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001267395", + "lei": "549300YX6HECG9XQCQ75" + }, + { + "symbol": "AHL-D", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Aspen Insurance Hldgs - 5.625% PRF PERPETUAL USD 25", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4E31333435462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001267395", + "lei": "549300YX6HECG9XQCQ75" + }, + { + "symbol": "AHL-E", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Aspen Insurance Hldgs - 5.625% PRF PERPETUAL USD 25 - 1/1,000th int", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_445648364C332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001267395", + "lei": "549300YX6HECG9XQCQ75" + }, + { + "symbol": "AHPI", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Allied Healthcare Product Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_57444339444D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000C2RD58", + "cik": "0000874710", + "lei": "549300JCNCTXXAG8MR63" + }, + { + "symbol": "AHT", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Ashford Hospitality Trust Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5752563943512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000PRZVD1", + "cik": "0001232582", + "lei": null + }, + { + "symbol": "AHT-D", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Ashford Hospitality Trust Inc - 8.45% PRF PERPETUAL USD 25 - Ser D", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_423134434C422D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001232582", + "lei": null + }, + { + "symbol": "AHT-F", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Ashford Hospitality Trust Inc - 7.375% PRF PERPETUAL USD 25 - Ser F", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_5237563338352D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001232582", + "lei": null + }, + { + "symbol": "AHT-G", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Ashford Hospitality Trust Inc - 7.375% PRF PERPETUAL USD 25 - Ser G", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_574D344E334B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001232582", + "lei": null + }, + { + "symbol": "AHT-H", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Ashford Hospitality Trust Inc - 7.50% PRF PERPETUAL USD 25 - Ser H", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4C33344843352D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001232582", + "lei": null + }, + { + "symbol": "AHT-I", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Ashford Hospitality Trust Inc - 7.50% PRF PERPETUAL USD 25 - Ser I", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_5833343843512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001232582", + "lei": null + }, + { + "symbol": "AI", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "C3.ai Inc - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00Y6G6X31", + "cik": "0001577526", + "lei": "549300YDLK0YQO5B1V80" + }, + { + "symbol": "AIA", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "BlackRock Institutional Trust Company N.A. - BTC iShares Asia 50 ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_574E394C37572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000TVYW56", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "AIC", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Arlington Asset Investment Corp - 6.75% NT REDEEM 15/03/2025 USD 25", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4D4E355754532D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001209028", + "lei": "549300LA9ZT7L8G7IT53" + }, + { + "symbol": "AIEQ", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "ETF Managers Group LLC - AI Powered Equity ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_53514A4243392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00HZ6J8L9", + "cik": "0001645173", + "lei": null + }, + { + "symbol": "AIF", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Apollo Tactical Income Fund Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_42534E5047502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG003NQ4B47", + "cik": "0001526697", + "lei": "549300JOTMM1DVBHF402" + }, + { + "symbol": "AIG", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "American International Group Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_565335394D372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BBDZG3", + "cik": "0000005272", + "lei": "ODVCVCQG2BP6VHV36M30" + }, + { + "symbol": "AIG+", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "American International Group Inc - Warrants (19/01/2021)", + "date": "2021-01-14", + "type": "wt", + "iexId": "IEX_424C485953532D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG001D19DB0", + "cik": "0000005272", + "lei": "ODVCVCQG2BP6VHV36M30" + }, + { + "symbol": "AIG-A", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "American International Group Inc - 5.85% PRF PERPETUAL USD 25 - Ser A ", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4B4D315744362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000005272", + "lei": "ODVCVCQG2BP6VHV36M30" + }, + { + "symbol": "AIH", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Aesthetic Medical International Holdings Group Ltd - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_4E464D4C504D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00QG40Q17", + "cik": "0001757143", + "lei": "549300Z17PKDH79BWD30" + }, + { + "symbol": "AIHS", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Senmiao Technology Ltd", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4A38484256592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00J3Q25V9", + "cik": "0001711012", + "lei": null + }, + { + "symbol": "AIIQ", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "ETF Series Solutions Trust - AI Powered International Equity ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_534D475942512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00L323GY9", + "cik": "0001540305", + "lei": null + }, + { + "symbol": "AIKI", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "AIkido Pharma Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4343353531522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000F2PXX2", + "cik": "0000012239", + "lei": "549300QQLOI22M69XV87" + }, + { + "symbol": "AIM", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "AIM ImmunoTech Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_46445238444C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000JL6Z80", + "cik": "0000946644", + "lei": "549300BYFRN3JS60MY33" + }, + { + "symbol": "AIMC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Altra Industrial Motion Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4B43483536442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000Q26KW0", + "cik": "0001374535", + "lei": "NQ0NIXPGW4YKG4MWM571" + }, + { + "symbol": "AIN", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Albany International Corp. - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_584A4B3731462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BRWWH3", + "cik": "0000819793", + "lei": "L73WCPNCZIRSQGZTW097" + }, + { + "symbol": "AINC", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "Ashford Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_484B584E48432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0069GSFN2", + "cik": "0001604738", + "lei": "549300YCJ2CSI6S5TZ36" + }, + { + "symbol": "AINV", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Apollo Investment Corporation", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5152354744532D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000CBNX94", + "cik": "0001278752", + "lei": "5493005P14I7WFB3FW47" + }, + { + "symbol": "AIO", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "AllianzGI Artificial Intelligence & Technology Opportunities Fund", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4437385146562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00Q7474K8", + "cik": "0001778114", + "lei": "549300ZE8QERJKXOVW89" + }, + { + "symbol": "AIQ", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Global X Funds - Global X Artificial Intelligence & Technology ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_50583942364E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00KX8KG94", + "cik": "0001432353", + "lei": null + }, + { + "symbol": "AIR", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "AAR Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_514731464D352D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BBGQF1", + "cik": "0000001750", + "lei": "MP76T5YQX3YK5VVAQ802" + }, + { + "symbol": "AIRC", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Apartment Income REIT Corp - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00XK3WVD0", + "cik": null, + "lei": null + }, + { + "symbol": "AIRG", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Airgain Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4B54534B48342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0026ZDGG4", + "cik": "0001272842", + "lei": "549300LL8ZO53X8A5U98" + }, + { + "symbol": "AIRI", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "Air Industries Group", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4333324657472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000C8XXR0", + "cik": "0001009891", + "lei": "54930028HTN6H0Z7MY07" + }, + { + "symbol": "AIRR", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "First Trust Exchange-Traded Fund III - First Trust RBA American Indust", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5636334743422D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0063G4FW4", + "cik": "0001424212", + "lei": null + }, + { + "symbol": "AIRT", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Air T Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4A584C584D4D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BBH316", + "cik": "0000353184", + "lei": "549300XSFJNDOT088737" + }, + { + "symbol": "AIRTP", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Air T Inc - 8% PRF PERPETUAL USD 2.50 - (AIT Funding Cap Se)", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_445A5942584D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000353184", + "lei": "549300XSFJNDOT088737" + }, + { + "symbol": "AIRTW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Air T Inc - Warrants (30/08/2021)", + "date": "2021-01-24", + "type": "wt", + "iexId": "IEX_4B50384E4B522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00PBVS5H3", + "cik": "0000353184", + "lei": "549300XSFJNDOT088737" + }, + { + "symbol": "AIT", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Applied Industrial Technologies Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_44394B4B39322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BBHHP9", + "cik": "0000109563", + "lei": "549300NU173IJRC6PO38" + }, + { + "symbol": "AIV", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Apartment Investment & Management Co. - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4359433451312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000DD3510", + "cik": "0000922864", + "lei": "549300O8FT5GJ4RU1D57" + }, + { + "symbol": "AIV#", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Apartment Investment & Management Co. - When Issued - Dec 2020", + "date": "2020-12-15", + "type": null, + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00YCNW0T4", + "cik": "0000922864", + "lei": "549300O8FT5GJ4RU1D57" + }, + { + "symbol": "AIW", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Arlington Asset Investment Corp - 6.625% NT REDEEM 01/05/2023 USD 25", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_56474831324C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001209028", + "lei": "549300LA9ZT7L8G7IT53" + }, + { + "symbol": "AIZ", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Assurant Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5054525931462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BZX1N5", + "cik": "0001267238", + "lei": "H3F39CAXWQRVWURFXL38" + }, + { + "symbol": "AIZN", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Assurant Inc - 5.25% NT REDEEM 15/01/2061 USD 25", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_5735363733472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001267238", + "lei": "H3F39CAXWQRVWURFXL38" + }, + { + "symbol": "AIZP", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Assurant Inc - 6.50% PRF CONVERT 15/03/2021 USD 100 - Ser D", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_42383856444C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001267238", + "lei": "H3F39CAXWQRVWURFXL38" + }, + { + "symbol": "AJAX", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Ajax I - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00XY93L82", + "cik": "0001824963", + "lei": null + }, + { + "symbol": "AJAX+", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Ajax I - Warrants (27/10/2025)", + "date": "2021-01-24", + "type": "wt", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00YG2TX45", + "cik": "0001824963", + "lei": null + }, + { + "symbol": "AJAX=", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Ajax I - Units (1 Ord Share Class A & 1/4 War)", + "date": "2021-01-24", + "type": null, + "iexId": "IEX_433837324C4A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00XTHN1G3", + "cik": "0001824963", + "lei": null + }, + { + "symbol": "AJG", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Arthur J. Gallagher & Co.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_464A314231432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BBHXQ3", + "cik": "0000354190", + "lei": "54930049QLLMPART6V29" + }, + { + "symbol": "AJRD", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Aerojet Rocketdyne Holdings Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5744433330462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BKRHQ7", + "cik": "0000040888", + "lei": "549300VULNLWHE8QWI76" + }, + { + "symbol": "AJX", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Great Ajax Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_464C533850512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG008200KW9", + "cik": "0001614806", + "lei": "5493004ID2QQWNGDYC18" + }, + { + "symbol": "AJXA", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Great Ajax Corp - 7.25% NT CONVERT 30/04/2024 USD 25", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_42344B304D302D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001614806", + "lei": "5493004ID2QQWNGDYC18" + }, + { + "symbol": "AKAM", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Akamai Technologies Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5058314E59542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BJQWD2", + "cik": "0001086222", + "lei": "OC1LZNN2LF5WTJ5RIL89" + }, + { + "symbol": "AKBA", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Akebia Therapeutics Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_544C533343592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000R33R00", + "cik": "0001517022", + "lei": "549300CBQEHMKEEGNX42" + }, + { + "symbol": "AKER", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Akers Biosciences Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5639395339312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000RP05T1", + "cik": "0001321834", + "lei": "213800CSKAC96ELS4K25" + }, + { + "symbol": "AKO.A", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Embotelladora Andina S.A. - ADR (Class A)", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_5339303130342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000J82W71", + "cik": "0000925261", + "lei": "254900NNPKP1J9XTSA53" + }, + { + "symbol": "AKO.B", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Embotelladora Andina S.A. - ADR (Class B)", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_4E5330314A312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000DZ2SW8", + "cik": "0000925261", + "lei": "254900NNPKP1J9XTSA53" + }, + { + "symbol": "AKR", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Acadia Realty Trust", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5452374651382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BJGD54", + "cik": "0000899629", + "lei": null + }, + { + "symbol": "AKRO", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Akero Therapeutics Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_564A31564B532D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00L9211Y8", + "cik": "0001744659", + "lei": "549300SI3KG74LBE2955" + }, + { + "symbol": "AKTS", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Akoustis Technologies Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4B38304336562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG005WX3H09", + "cik": "0001584754", + "lei": "549300DLBFV9XWL6J142" + }, + { + "symbol": "AKTX", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Akari Therapeutics Plc - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_4D4D5757385A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG003PMV495", + "cik": "0001541157", + "lei": "2138001XURASAU3MEB68" + }, + { + "symbol": "AKU", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Akumin Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_53305A5A4C302D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00JKSDZK0", + "cik": "0001776197", + "lei": null + }, + { + "symbol": "AKUS", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Akouos Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4B324C5648442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00JDT0WH1", + "cik": "0001722271", + "lei": null + }, + { + "symbol": "AL", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Air Lease Corp - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_484A593459432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000R3NPZ4", + "cik": "0001487712", + "lei": "5493004NW4M4P8TMMK63" + }, + { + "symbol": "AL-A", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Air Lease Corp - FXDFR PRF PERPETUAL USD 25 - Ser A", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_5035305835482D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001487712", + "lei": "5493004NW4M4P8TMMK63" + }, + { + "symbol": "ALAC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Alberton Acquisition Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_444A314A33362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00MCMK970", + "cik": "0001748621", + "lei": null + }, + { + "symbol": "ALACR", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Alberton Acquisition Corp - Tradeable Rights - April 2021", + "date": "2021-01-24", + "type": null, + "iexId": "IEX_47384B3042522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00MMCKZC7", + "cik": "0001748621", + "lei": null + }, + { + "symbol": "ALACW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Alberton Acquisition Corp - Warrants (26/04/2025)", + "date": "2021-01-24", + "type": "wt", + "iexId": "IEX_4E34364E34582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00MMNB691", + "cik": "0001748621", + "lei": null + }, + { + "symbol": "ALB", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Albemarle Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_444D52574C592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BJ26K7", + "cik": "0000915913", + "lei": "HDBLS2Q6GV1LSKQPBS54" + }, + { + "symbol": "ALBO", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Albireo Pharma Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4654365856472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000QFLCK5", + "cik": "0001322505", + "lei": "549300835H8LC7O8VC29" + }, + { + "symbol": "ALCO", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Alico Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_574C314437572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BBJR57", + "cik": "0000003545", + "lei": null + }, + { + "symbol": "ALDX", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Aldeyra Therapeutics Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4E38314A57472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0029H8ZF6", + "cik": "0001341235", + "lei": null + }, + { + "symbol": "ALE", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Allete, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_514D5833324E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000CYW7N5", + "cik": "0000066756", + "lei": "549300NNLSIMY6Z8OT86" + }, + { + "symbol": "ALEC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Alector Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4C584B5252592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00N0PL198", + "cik": "0001653087", + "lei": "549300Z8RQOIY1JMHC25" + }, + { + "symbol": "ALEX", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Alexander & Baldwin Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5844583950472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00HS2GVL8", + "cik": "0001545654", + "lei": null + }, + { + "symbol": "ALFA", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "ETF Series Solutions Trust - ESS AlphaClone Alternative Alpha ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4A434331484E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0032L2XD5", + "cik": "0001540305", + "lei": null + }, + { + "symbol": "ALG", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Alamo Group Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4B52505A50582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BJTZX0", + "cik": "0000897077", + "lei": "54930080C93RVZRSDV26" + }, + { + "symbol": "ALGM", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Allegro Microsystems Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_443447514A362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00H5S8391", + "cik": "0000866291", + "lei": null + }, + { + "symbol": "ALGN", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Align Technology, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_44445A4230422D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BRNLL2", + "cik": "0001097149", + "lei": "549300N5YSE0U3LCP840" + }, + { + "symbol": "ALGS", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Aligos Therapeutics Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_514752564D472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00QX7QH68", + "cik": "0001799448", + "lei": "549300UU2UJIKJYX0S67" + }, + { + "symbol": "ALGT", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Allegiant Travel", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5637375A4D352D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000LJS6B8", + "cik": "0001362468", + "lei": "549300JM9OZXOHWL2K18" + }, + { + "symbol": "ALIM", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Alimera Sciences Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4C47444A4A362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000QLS2G2", + "cik": "0001267602", + "lei": "5299005C650OO6FJ1R63" + }, + { + "symbol": "ALIN-A", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Altera Infrastructure L.P - 7.25% PRF PERPETUAL USD 25 - Series A", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_5838324A35312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001382298", + "lei": "549300ZJBGOCXKXQWE39" + }, + { + "symbol": "ALIN-B", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Altera Infrastructure L.P - 8.50% PRF PERPETUAL USD 25 - Ser B", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_48434A355A332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001382298", + "lei": "549300ZJBGOCXKXQWE39" + }, + { + "symbol": "ALIN-E", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Altera Infrastructure L.P - FXDFR PRF PERPETUAL USD 25 - Ser E", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_53434A3853332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001382298", + "lei": "549300ZJBGOCXKXQWE39" + }, + { + "symbol": "ALJJ", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Alj Regional Holdings Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4E50504830572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000LCQSJ9", + "cik": "0001438731", + "lei": null + }, + { + "symbol": "ALK", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Alaska Air Group Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4B444A5346302D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BBL0Y1", + "cik": "0000766421", + "lei": "529900G48RT4KWLC6C27" + }, + { + "symbol": "ALKS", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Alkermes plc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4E43424A58502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000C9F2F9", + "cik": "0001520262", + "lei": null + }, + { + "symbol": "ALL", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Allstate Corp (The)", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_42594A59594D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BVMGF2", + "cik": "0000899051", + "lei": "OBT0W1ED8G0NWVOLOJ77" + }, + { + "symbol": "ALL-B", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Allstate Corp (The) - FXDFR DB REDEEM 15/01/2053 USD 25", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_485A4D3550422D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000899051", + "lei": "OBT0W1ED8G0NWVOLOJ77" + }, + { + "symbol": "ALL-G", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Allstate Corp (The) - 5.625% PRF PERPETUAL USD 25 - Ser G", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_474A344A4A532D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000899051", + "lei": "OBT0W1ED8G0NWVOLOJ77" + }, + { + "symbol": "ALL-H", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Allstate Corp (The) - 5.10% PRF PERPETUAL USD 25 - Ser H, 1/1000th Int", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4342534234392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000899051", + "lei": "OBT0W1ED8G0NWVOLOJ77" + }, + { + "symbol": "ALL-I", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Allstate Corp (The) - 4.75% PRF PERPETUAL USD 25 - Ser I", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4A434D3231462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000899051", + "lei": "OBT0W1ED8G0NWVOLOJ77" + }, + { + "symbol": "ALLE", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Allegion plc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_524A564242522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG003PS7JV1", + "cik": "0001579241", + "lei": null + }, + { + "symbol": "ALLK", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Allakos Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5131593750512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG003QBJKN0", + "cik": "0001564824", + "lei": "549300S6ZD1W6BPMDY37" + }, + { + "symbol": "ALLO", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Allogene Therapeutics Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4C4348514E422D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00KHRRDX3", + "cik": "0001737287", + "lei": null + }, + { + "symbol": "ALLT", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Allot Ltd", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_575432514E532D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BKXMG0", + "cik": "0001365767", + "lei": "5493008MLSB5KCVNRK06" + }, + { + "symbol": "ALLY", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Ally Financial Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_54445A46425A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BC2R71", + "cik": "0000040729", + "lei": "549300JBN1OSM8YNAI90" + }, + { + "symbol": "ALNA", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Allena Pharmaceuticals Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_47535A3852542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG002868YT9", + "cik": "0001624658", + "lei": "549300749HO5QS40BX97" + }, + { + "symbol": "ALNY", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Alnylam Pharmaceuticals Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4E4B364656442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BFGNJ5", + "cik": "0001178670", + "lei": "529900S3ZI14OWRJII50" + }, + { + "symbol": "ALOT", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "AstroNova Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5851364C4A302D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BBMCY4", + "cik": "0000008146", + "lei": "549300D8PFP62QX00223" + }, + { + "symbol": "ALP-Q", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Alabama Power Co - 5% PRF PERPETUAL USD 25 - Cls A", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_515858474B482D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000003153", + "lei": "0RL818ELFOHP5JHOFU19" + }, + { + "symbol": "ALPN", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Alpine Immune Sciences Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4E3153444D382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG001J2LL66", + "cik": "0001626199", + "lei": "5493000845S6RLSDWJ40" + }, + { + "symbol": "ALRM", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Alarm.com Holdings Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4E3436424A4C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG007GNPYY7", + "cik": "0001459200", + "lei": "549300HIH92U1EKIHZ32" + }, + { + "symbol": "ALRN", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Aileron Therapeutics Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_57474D394B5A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG002454KR1", + "cik": "0001420565", + "lei": null + }, + { + "symbol": "ALRS", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Alerus Financial Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_52515930304E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BTXSH7", + "cik": "0000903419", + "lei": "5493008BXLBPPELQ3G57" + }, + { + "symbol": "ALSK", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Alaska Communications Systems Group Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_474D333554382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000DFVMC5", + "cik": "0001089511", + "lei": "5493008UFTVT74PK1414" + }, + { + "symbol": "ALSN", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Allison Transmission Holdings Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4434565A4E472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG001KY3845", + "cik": "0001411207", + "lei": "529900RP7DJ882LI9T83" + }, + { + "symbol": "ALT", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Altimmune Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5451424232572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000FXML90", + "cik": "0001326190", + "lei": "549300EOYCQ8SW3NVE64" + }, + { + "symbol": "ALTA", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Altabancorp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_505A585A54342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000QK7PK1", + "cik": "0001636286", + "lei": "254900SHI7FPFYOIFK80" + }, + { + "symbol": "ALTG", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Alta Equipment Group Inc - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_423231484E342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00NZ6JVD4", + "cik": "0001759824", + "lei": null + }, + { + "symbol": "ALTG+", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Alta Equipment Group Inc - Warrants(08/04/2024)", + "date": "2021-01-24", + "type": "wt", + "iexId": "IEX_544A364238332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00NZ6LRK2", + "cik": "0001759824", + "lei": null + }, + { + "symbol": "ALTG-A", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Alta Equipment Group Inc - 10% PRF PERPETUAL USD 25 - Ser A 1/1000th", + "date": "2021-01-24", + "type": "ps", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001759824", + "lei": null + }, + { + "symbol": "ALTL", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Pacer Funds Trust - Pacer Lunt Large Cap Alternator ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4C33375A52352D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00VP22TF7", + "cik": "0001616668", + "lei": null + }, + { + "symbol": "ALTM", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Altus Midstream Co - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4A4B374C394D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00GCLZ7B8", + "cik": "0001692787", + "lei": null + }, + { + "symbol": "ALTR", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Altair Engineering Inc - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_574E485046342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000PN9NB9", + "cik": "0001701732", + "lei": "549300FJ89HZ6GU9S994" + }, + { + "symbol": "ALTS", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "ProShares Trust - ProShares Morningstar Alternatives Solution ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_54474C3243582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0078ZKVX1", + "cik": "0001174610", + "lei": null + }, + { + "symbol": "ALTY", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Global X Funds - Global X SuperDividend Alternatives ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5147573331522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG009L6H4R7", + "cik": "0001432353", + "lei": null + }, + { + "symbol": "ALUS", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Alussa Energy Acquisition Corp - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5447445736532D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00QRX82X1", + "cik": "0001781115", + "lei": null + }, + { + "symbol": "ALUS+", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Alussa Energy Acquisition Corp - Warrants (31/10/2026)", + "date": "2021-01-24", + "type": "wt", + "iexId": "IEX_5658545346322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00RB2FQ81", + "cik": "0001781115", + "lei": null + }, + { + "symbol": "ALUS=", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Alussa Energy Acquisition Corp - Units (1 Ord Class A & 1/2 War)", + "date": "2021-01-24", + "type": null, + "iexId": "IEX_4353564C54422D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00QRNLX15", + "cik": "0001781115", + "lei": null + }, + { + "symbol": "ALV", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Autoliv Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_58304E5050362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BVLRY8", + "cik": "0001034670", + "lei": "A23RUXWKASG834LTMK28" + }, + { + "symbol": "ALVR", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "AlloVir Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_42373538385A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00P80SH34", + "cik": "0001754068", + "lei": null + }, + { + "symbol": "ALX", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Alexander`s Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4E5256444E502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BBNLK8", + "cik": "0000003499", + "lei": "549300TZM28P04U5R635" + }, + { + "symbol": "ALXN", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Alexion Pharmaceuticals Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_544631445A502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000G30YX4", + "cik": "0000899866", + "lei": "M1YXUUZR0EIMU8T0EM75" + }, + { + "symbol": "ALXO", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Alx Oncology Holdings Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4744515656472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00VR8SDG8", + "cik": "0001810182", + "lei": null + }, + { + "symbol": "ALYA", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Alithya Group inc - Class A (Sub Voting)", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_474D514359542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00MFNPFZ5", + "cik": "0001734520", + "lei": null + }, + { + "symbol": "AM", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Antero Midstream Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_47364B5A314C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00GBNZ4M0", + "cik": "0001623925", + "lei": null + }, + { + "symbol": "AMAL", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Amalgamated Bank. - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_58514E335A432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000C67FW6", + "cik": "0000919192", + "lei": "254900FMBXF85WQYV433" + }, + { + "symbol": "AMAT", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Applied Materials Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4D3048364D352D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BBPFB9", + "cik": "0000006951", + "lei": "41BNNE1AFPNAZELZ6K07" + }, + { + "symbol": "AMBA", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Ambarella Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5846355256462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG001QZCPJ2", + "cik": "0001280263", + "lei": "254900XN7F4DG0CEKC02" + }, + { + "symbol": "AMBC", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "AMBAC Financial Group Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_464E3638334A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG004HQHKK0", + "cik": "0000874501", + "lei": "5493000UC0RBBNDHI717" + }, + { + "symbol": "AMBO", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "Ambow Education Holding Ltd - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_4838525A31522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BDCP09", + "cik": "0001494558", + "lei": null + }, + { + "symbol": "AMC", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "AMC Entertainment Holdings Inc - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4A5A504B31462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000TDCVT6", + "cik": "0001411579", + "lei": "549300ZO77UNR6NRBR11" + }, + { + "symbol": "AMCA", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "iShares Trust - iShares Russell 1000 Pure U.S. Revenue ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4E375A5758322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00HDCYCQ9", + "cik": "0001006249", + "lei": null + }, + { + "symbol": "AMCI", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Amci Acquisition Corp - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_44485A3553342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00MDV8X34", + "cik": "0001744494", + "lei": null + }, + { + "symbol": "AMCIW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Amci Acquisition Corp - Warrants (20/05/2025)", + "date": "2021-01-24", + "type": "wt", + "iexId": "IEX_46333442564E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00MVVPD93", + "cik": "0001744494", + "lei": null + }, + { + "symbol": "AMCR", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Amcor Plc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4851324D48462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00LNJRQ09", + "cik": "0001748790", + "lei": "549300GSODGFCDQ3DI89" + }, + { + "symbol": "AMCX", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "AMC Networks Inc - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_425853334C432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000H01H92", + "cik": "0001514991", + "lei": "549300VGG9K75226LR46" + }, + { + "symbol": "AMD", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Advanced Micro Devices Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_52543636594B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BBQCY0", + "cik": "0000002488", + "lei": "R2I72C950HOYXII45366" + }, + { + "symbol": "AME", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Ametek Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_544D54474C542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000B9XG87", + "cik": "0001037868", + "lei": "549300WZDEF9KKE40E98" + }, + { + "symbol": "AMED", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Amedisys Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5043353242462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000B9ZV28", + "cik": "0000896262", + "lei": "5299001RBS9GK9STN379" + }, + { + "symbol": "AMEH", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Apollo Medical Holdings Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_423135474B372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000H7ZK57", + "cik": "0001083446", + "lei": "5493008O4R82Q4STJ936" + }, + { + "symbol": "AMER", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "Emles Trust - Emles Made in America ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5031425133312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00XV4DDY4", + "cik": null, + "lei": null + }, + { + "symbol": "AMG", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Affiliated Managers Group Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4A5437314D362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000C060M4", + "cik": "0001004434", + "lei": "2JE75BUE3T1BLCYYGK54" + }, + { + "symbol": "AMGN", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "AMGEN Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_435942314D302D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BBS2Y0", + "cik": "0000318154", + "lei": "62QBXGPJ34PQ72Z12S66" + }, + { + "symbol": "AMH", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "American Homes 4 Rent - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_44434B5A43502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG003NXJNH6", + "cik": "0001562401", + "lei": "549300ZJUO7A58PNUW40" + }, + { + "symbol": "AMH-D", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "American Homes 4 Rent - 6.50% PRF PERPETUAL USD 25 - Ser D", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4A54323833422D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001562401", + "lei": "549300ZJUO7A58PNUW40" + }, + { + "symbol": "AMH-E", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "American Homes 4 Rent - 6.35% PRF PERPETUAL USD 25 - Ser E", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_5048473048542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001562401", + "lei": "549300ZJUO7A58PNUW40" + }, + { + "symbol": "AMH-F", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "American Homes 4 Rent - 5.875% PRF PERPETUAL USD 25 - Ser F", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_5752545057542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001562401", + "lei": "549300ZJUO7A58PNUW40" + }, + { + "symbol": "AMH-G", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "American Homes 4 Rent - 5.875% PRF PERPETUAL USD 25 - Ser G", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4B33474B51522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001562401", + "lei": "549300ZJUO7A58PNUW40" + }, + { + "symbol": "AMH-H", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "American Homes 4 Rent - 6.25% PRF PERPETUAL USD 25 - Ser H", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_50424742444B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001562401", + "lei": "549300ZJUO7A58PNUW40" + }, + { + "symbol": "AMHC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Amplitude Healthcare Acquisition Corp - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_504337514E352D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00QPZNP97", + "cik": "0001788028", + "lei": null + }, + { + "symbol": "AMHCW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Amplitude Healthcare Acquisition Corp - Warrants (01/12/2026)", + "date": "2021-01-24", + "type": "wt", + "iexId": "IEX_5147383653532D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00RBFC714", + "cik": "0001788028", + "lei": null + }, + { + "symbol": "AMJ", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "JPMorgan Chase & Co. - FR SP ETN REDEEM 24/05/2024 USD 19.03661", + "date": "2021-01-24", + "type": "struct", + "iexId": "IEX_564B384B31522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BHV9F9", + "cik": "0000019617", + "lei": "8I5DZWZKVSZI1NUHU748" + }, + { + "symbol": "AMK", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Assetmark Financial Holdings Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_585237475A4C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00F5PBW11", + "cik": "0001591587", + "lei": "5493001K4EDHT2T6W812" + }, + { + "symbol": "AMKR", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "AMKOR Technology Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_53514732444A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BCKGW7", + "cik": "0001047127", + "lei": "529900VHLRTKPWZJBM84" + }, + { + "symbol": "AMLP", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "ALPS Fund Services - ALPS Alerian MLP ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4C374C534C462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0015CS200", + "cik": "0001049169", + "lei": null + }, + { + "symbol": "AMN", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "AMN Healthcare Services Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5043335153352D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BCT197", + "cik": "0001142750", + "lei": "529900W3ARRTCNFH2I39" + }, + { + "symbol": "AMNA", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "UBS AG London Branch - ZC SP ETN REDEEM 21/06/2050 USD 25 - Ser B", + "date": "2021-01-24", + "type": "struct", + "iexId": "IEX_4B434A514B372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00VM434D2", + "cik": "0001168525", + "lei": null + }, + { + "symbol": "AMNB", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "American National Bankshares Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5332344A51512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BG8NR3", + "cik": "0000741516", + "lei": "5493001AQ734BV16EM88" + }, + { + "symbol": "AMND", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "UBS AG London Branch - ZC SP ETN REDEEM 19/07/2050 USD 25 - Ser B", + "date": "2021-01-24", + "type": "struct", + "iexId": "IEX_50485A32584E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00VYKD1W7", + "cik": "0001168525", + "lei": null + }, + { + "symbol": "AMOM", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Exchange Listed Funds Trust - QRAFT AI Enhanced U.S. Large Cap Momentu", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_503157314A4E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00P5NRM19", + "cik": "0001547950", + "lei": null + }, + { + "symbol": "AMOT", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Allied Motion Technologies Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_464453325A432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BKVYJ3", + "cik": "0000046129", + "lei": "549300I2LHAWYGNBPM97" + }, + { + "symbol": "AMOV", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "America Movil S.A.B.DE C.V. - ADR - Class A", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_5642445333592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000CYNFY5", + "cik": "0001129137", + "lei": "5493000FNR3UCEAONM59" + }, + { + "symbol": "AMP", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Ameriprise Financial Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_534B5A524C512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000G3QLY3", + "cik": "0000820027", + "lei": "6ZLKQF7QB6JAEKQS5388" + }, + { + "symbol": "AMPE", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "Ampio Pharmaceuticals Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_514C52395A362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000JKR4K4", + "cik": "0001411906", + "lei": "529900DG3YQA5XIHV057" + }, + { + "symbol": "AMPH", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Amphastar Pharmaceuticals Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_52434D3852342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BW90S6", + "cik": "0001297184", + "lei": "54930055TH0ZLSAQMJ38" + }, + { + "symbol": "AMPY", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Amplify Energy Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5636305A50312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00F0YM0Z8", + "cik": "0001533924", + "lei": "5493004I7HNFR19BUZ55" + }, + { + "symbol": "AMRB", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "American River Bancshares", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_483050575A592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BJ6X42", + "cik": "0001108236", + "lei": null + }, + { + "symbol": "AMRC", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Ameresco Inc. - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4A483331574E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BD1QL6", + "cik": "0001488139", + "lei": "529900NZXZGBCBXYY327" + }, + { + "symbol": "AMRH", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Ameri Holdings Inc", + "date": "2020-12-31", + "type": "cs", + "iexId": "IEX_4847363148432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BBQ281", + "cik": "0000890821", + "lei": "549300CATCWKUQ6G5854" + }, + { + "symbol": "AMRHW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Ameri Holdings Inc - Warrants (08/11/2023)", + "date": "2020-12-31", + "type": "wt", + "iexId": "IEX_4C3856384A322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00J5RXDM4", + "cik": "0000890821", + "lei": "549300CATCWKUQ6G5854" + }, + { + "symbol": "AMRK", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "A-Mark Precious Metals Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_42444C30424A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG005ZVDK48", + "cik": "0001591588", + "lei": "XP6XYFDZQGKLUMOFGT37" + }, + { + "symbol": "AMRN", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Amarin Corp - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_484B4C345A302D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BPYG99", + "cik": "0000897448", + "lei": "5493009JFIGUFEVPK217" + }, + { + "symbol": "AMRS", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Amyris Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4B345042364E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000DW5XK4", + "cik": "0001365916", + "lei": "549300BG17WCUK6EIM58" + }, + { + "symbol": "AMRX", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Amneal Pharmaceuticals Inc - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4D30423631472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00462PGG0", + "cik": "0001723128", + "lei": "549300VV176ZO5WQHZ61" + }, + { + "symbol": "AMS", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "American Shared Hospital Services", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4C33335136532D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BBVZ37", + "cik": "0000744825", + "lei": null + }, + { + "symbol": "AMSC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "American Superconductor Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4C5932524D392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000CP3D44", + "cik": "0000880807", + "lei": "549300S9YT8Z8LOK4452" + }, + { + "symbol": "AMSF", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Amerisafe Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5352535A39562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000Q0JJQ0", + "cik": "0001018979", + "lei": null + }, + { + "symbol": "AMST", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Amesite Operating Co", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4436505746332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00KY7FCW4", + "cik": "0001807166", + "lei": null + }, + { + "symbol": "AMSWA", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "American Software Inc. - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_564450374A322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BBWFN8", + "cik": "0000713425", + "lei": null + }, + { + "symbol": "AMT", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "American Tower Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_44544B504A502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000B9XYV2", + "cik": "0001053507", + "lei": "5493006ORUSIL88JOE18" + }, + { + "symbol": "AMTB", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Amerant Bancorp Inc - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4D51394A344A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG001KHCXD7", + "cik": "0001734342", + "lei": "5493007OCZP75TGDUY32" + }, + { + "symbol": "AMTBB", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Amerant Bancorp Inc - Class B", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4E39475037312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00LMYS6J0", + "cik": "0001734342", + "lei": "5493007OCZP75TGDUY32" + }, + { + "symbol": "AMTI", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Applied Molecular Transport Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_54354C3844302D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00R240WL5", + "cik": "0001801777", + "lei": null + }, + { + "symbol": "AMTR", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "UBS AG London Branch - ZC SP ETN REDEEM 20/10/2050 USD 25 - Series B", + "date": "2021-01-24", + "type": "struct", + "iexId": "IEX_4231514838472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00XY92M81", + "cik": "0001168525", + "lei": null + }, + { + "symbol": "AMTX", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Aemetis Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4B4E4A5A53592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BWBZY9", + "cik": "0000738214", + "lei": "254900DQF4U5U9W7AR72" + }, + { + "symbol": "AMUB", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "UBS AG London Branch - FR SP ETRACS REDEEM 18/07/2042 USD 25 - Ser B", + "date": "2021-01-24", + "type": "struct", + "iexId": "IEX_52395A4756472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00B59KB85", + "cik": "0001168525", + "lei": null + }, + { + "symbol": "AMWD", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "American Woodmark Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4A4D4E4338342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BBX657", + "cik": "0000794619", + "lei": "5299007PFSDWMA74RB56" + }, + { + "symbol": "AMWL", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "American Well Corporation - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_533833305A372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG002R1JYY1", + "cik": "0001393584", + "lei": null + }, + { + "symbol": "AMX", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "America Movil S.A.B.DE C.V. - ADR - Series L", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_5435324659582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000CYPVX9", + "cik": "0001129137", + "lei": "5493000FNR3UCEAONM59" + }, + { + "symbol": "AMYT", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Amryt Pharma Plc - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_474848525A432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00Q9V0R86", + "cik": null, + "lei": "213800YNUJEOJ84L4T95" + }, + { + "symbol": "AMZA", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "ETFis Series Trust I - Etfis InfraCap MLP ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_445147355A4D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0077X4F42", + "cik": "0001559109", + "lei": null + }, + { + "symbol": "AMZN", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Amazon.com Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4D434E59594C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BVPV84", + "cik": "0001018724", + "lei": "ZXTILKJKG63JELOEG630" + }, + { + "symbol": "AN", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Autonation Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_504A545347422D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BBXLW4", + "cik": "0000350698", + "lei": null + }, + { + "symbol": "ANAB", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "AnaptysBio Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4E444A5039322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0026ZDHR0", + "cik": "0001370053", + "lei": "529900HH4WQT03IG1A12" + }, + { + "symbol": "ANAT", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "American National Group Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4435305458302D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00RQ70GQ2", + "cik": "0001801075", + "lei": "549300I1RRC5M591MY93" + }, + { + "symbol": "ANCN", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Anchiano Therapeutics Ltd - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_4C46595253542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00N0PMGK1", + "cik": "0001534248", + "lei": null + }, + { + "symbol": "ANDA", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Andina Acquisition Corp III", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5642335751342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00MNTKS17", + "cik": "0001691936", + "lei": null + }, + { + "symbol": "ANDAR", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Andina Acquisition Corp III - Tradeable Rights - March 2019", + "date": "2021-01-24", + "type": null, + "iexId": "IEX_56583931534E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00NJ41KD0", + "cik": "0001691936", + "lei": null + }, + { + "symbol": "ANDAW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Andina Acquisition Corp III - Warrants (31/07/2025)", + "date": "2021-01-24", + "type": "wt", + "iexId": "IEX_5748473657352D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00NJD1T78", + "cik": "0001691936", + "lei": null + }, + { + "symbol": "ANDE", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Andersons Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5148354B4D342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BF8CN3", + "cik": "0000821026", + "lei": "L38MWB8MVRFV7HVJPU11" + }, + { + "symbol": "ANET", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Arista Networks Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_544E5A36435A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000N2HDY5", + "cik": "0001596532", + "lei": "635400H1WKBLOQERUU95" + }, + { + "symbol": "ANEW", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "ProShares Trust - ProShares MSCI Transformational Changes ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5451503154362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00XTVWSW5", + "cik": "0001174610", + "lei": null + }, + { + "symbol": "ANF", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Abercrombie & Fitch Co. - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5242423752592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000H9G7X2", + "cik": "0001018840", + "lei": "5493000J7LL72TOGT983" + }, + { + "symbol": "ANGI", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "ANGI Homeservices Inc - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4C54363553382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00HVKH3Q0", + "cik": "0001705110", + "lei": null + }, + { + "symbol": "ANGL", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "VanEck Vectors ETF Trust - VanEck Vectors Fallen Angel High Yield Bond", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4C58543435362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG002VZY764", + "cik": "0000869178", + "lei": null + }, + { + "symbol": "ANGO", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Angiodynamic Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4230364844332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BB5621", + "cik": "0001275187", + "lei": "549300W3VKC5ZKMO8C28" + }, + { + "symbol": "ANH", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Anworth Mortgage Asset Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5639384753542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000C0RS40", + "cik": "0001047884", + "lei": "N2KM5OGWVS7HLNUACF84" + }, + { + "symbol": "ANH-A", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Anworth Mortgage Asset Corp. - 8.625% PRF PERPETUAL USD 25 - Ser A", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4E4346484B472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001047884", + "lei": "N2KM5OGWVS7HLNUACF84" + }, + { + "symbol": "ANH-B", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Anworth Mortgage Asset Corp. - 6.25% PRF PERPETUAL USD 25 - Ser B", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4C534D4B304C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001047884", + "lei": "N2KM5OGWVS7HLNUACF84" + }, + { + "symbol": "ANH-C", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Anworth Mortgage Asset Corp. - 7.625% PRF PERPETUAL USD 25 - Ser C", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_573554344B4C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001047884", + "lei": "N2KM5OGWVS7HLNUACF84" + }, + { + "symbol": "ANIK", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Anika Therapeutics Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_464B395443462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BBKZD8", + "cik": "0000898437", + "lei": "529900R9LS3Z0O6QH455" + }, + { + "symbol": "ANIP", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "ANI Pharmaceuticals Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4A43514230372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000KK1L04", + "cik": "0001023024", + "lei": "5493000T6CXTND40YH31" + }, + { + "symbol": "ANIX", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Anixa Biosciences Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4835344639302D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BG3J79", + "cik": "0000715446", + "lei": "549300PW2C2QTAJL2D19" + }, + { + "symbol": "ANNX", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Annexon Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4854574256522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG007QVDFG2", + "cik": "0001528115", + "lei": null + }, + { + "symbol": "ANPC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "AnPac Bio-Medical Science Co Ltd - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_4A4E525436512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00QRFRFM2", + "cik": "0001786511", + "lei": "5493007H4NXUG3FWYG66" + }, + { + "symbol": "ANSS", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Ansys Inc. - Registered Shares", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_434E375437322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000GXZ4W7", + "cik": "0001013462", + "lei": "549300VJV8H15Z5FJ571" + }, + { + "symbol": "ANTE", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "AirNet Technology Inc - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_563248314C472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BJ8QD5", + "cik": "0001413745", + "lei": "529900PGDUDB8WCIAX18" + }, + { + "symbol": "ANTM", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Anthem Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5654363647352D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BCG930", + "cik": "0001156039", + "lei": "8MYN82XMYQH89CTMTH67" + }, + { + "symbol": "ANVS", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "Annovis Bio Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5231374A56592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00PN9XD40", + "cik": "0001477845", + "lei": "549300IFBVI51FN3NJ32" + }, + { + "symbol": "ANY", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Sphere 3D Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4A475833465A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG004Z3JRW1", + "cik": "0001591956", + "lei": "529900ENV7GOOX5F4S47" + }, + { + "symbol": "AOA", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "BlackRock Institutional Trust Company N.A. - BTC iShares Core Aggressi", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4A33543244362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000KD8RP3", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "AOD", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Aberdeen Total Dynamic Dividend Fund", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4D575456374E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000QLKGN1", + "cik": "0001379400", + "lei": "254900D48NKNOGZ95B43" + }, + { + "symbol": "AOK", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "BlackRock Institutional Trust Company N.A. - BTC iShares Core Conserva", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5250563039572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000KD2X85", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "AOM", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "BlackRock Institutional Trust Company N.A. - BTC iShares Core Moderate", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_584435395A302D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000KD5M13", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "AON", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Aon plc. - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5059354E504E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00SSQFPK6", + "cik": "0001808065", + "lei": null + }, + { + "symbol": "AONE", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "One", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5633315146352D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00X7WQC22", + "cik": "0001816613", + "lei": null + }, + { + "symbol": "AONE+", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "One - Warrants (17/08/2025)", + "date": "2021-01-24", + "type": "wt", + "iexId": "IEX_4B394B3836462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00XRJF884", + "cik": "0001816613", + "lei": null + }, + { + "symbol": "AONE=", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "One - Units (1 Ord Class A & 1/4 War)", + "date": "2021-01-24", + "type": null, + "iexId": "IEX_5348313131302D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00WF4DLY6", + "cik": "0001816613", + "lei": null + }, + { + "symbol": "AOR", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "BlackRock Institutional Trust Company N.A. - BTC iShares Core Growth A", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4A505A3747512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000KD76D3", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "AOS", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "A.O. Smith Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_564659385A512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BC1L02", + "cik": "0000091142", + "lei": "549300XG4US7UJNECY36" + }, + { + "symbol": "AOSL", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Alpha & Omega Semiconductor Ltd", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4A574C315A562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000QLW222", + "cik": "0001387467", + "lei": "5493001FE7J03YOV2V35" + }, + { + "symbol": "AOUT", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "American Outdoor Brands Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5648474844442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00QV8FS02", + "cik": "0001808997", + "lei": null + }, + { + "symbol": "AP", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Ampco-Pittsburgh Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_42313931434C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BC20T6", + "cik": "0000006176", + "lei": null + }, + { + "symbol": "AP+", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "Ampco-Pittsburgh Corp. - Warrants (01/08/2025)", + "date": "2021-01-24", + "type": "wt", + "iexId": "IEX_433731434C322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00XJFRGH0", + "cik": "0000006176", + "lei": null + }, + { + "symbol": "APA", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Apache Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_444D583451592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BC2C10", + "cik": "0000006769", + "lei": "72ZZ1XRHOOU9P9X16K08" + }, + { + "symbol": "APAM", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Artisan Partners Asset Management Inc - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4C324C5152542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG001M6CZY1", + "cik": "0001517302", + "lei": "549300T1FUI6JF63XU51" + }, + { + "symbol": "APD", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Air Products & Chemicals Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4256384A48462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BC4JJ4", + "cik": "0000002969", + "lei": "7QEON6Y1RL5XR3R1W237" + }, + { + "symbol": "APDN", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Applied Dna Sciences Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4C374E32594A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000DGRCY6", + "cik": "0000744452", + "lei": "549300PCOT1RLQ23DL21" + }, + { + "symbol": "APEI", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "American Public Education Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_514B483233432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000RVD346", + "cik": "0001201792", + "lei": null + }, + { + "symbol": "APEN", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Apollo Endosurgery Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_50534D5158442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000K5WM92", + "cik": "0001251769", + "lei": "549300OD82W5UIMD4H13" + }, + { + "symbol": "APG", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "APi Group Corporation", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4C344234374B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00HXKRGY9", + "cik": "0001796209", + "lei": "213800NZT1VX6PZ7BT53" + }, + { + "symbol": "APH", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Amphenol Corp. - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5632483551472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000B9YJ35", + "cik": "0000820313", + "lei": "549300D3L3G0R4U4VT04" + }, + { + "symbol": "APHA", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Aphria Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_503652314D472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00805D2Z3", + "cik": "0001733418", + "lei": "52990092S6BM5E48CI11" + }, + { + "symbol": "API", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Agora Inc - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_424832544D462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00V9VKFB5", + "cik": "0001802883", + "lei": null + }, + { + "symbol": "APLE", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Apple Hospitality REIT Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_584C385A31432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG006473QX9", + "cik": "0001418121", + "lei": "549300EVZAR0FBZO4F16" + }, + { + "symbol": "APLS", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Apellis Pharmaceuticals Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_43313059464A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG007KGRPY4", + "cik": "0001492422", + "lei": "254900HS0ZFRXXSB9D42" + }, + { + "symbol": "APLT", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Applied Therapeutics Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4A4C394B31462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000DD0489", + "cik": "0001697532", + "lei": "549300KL3IJPHZM2GR04" + }, + { + "symbol": "APM", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Aptorum Group Ltd - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_465144584B472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00LX0JFQ4", + "cik": "0001734005", + "lei": "984500B8DA8D2D9BFA46" + }, + { + "symbol": "APO", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Apollo Global Management Inc - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5653433832592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG001LRKS55", + "cik": "0001411494", + "lei": "54930054P2G7ZJB0KM79" + }, + { + "symbol": "APO-A", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Apollo Global Management Inc - 6.375% PRF PERPETUAL USD 25 - Ser A", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_534E385754302D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001411494", + "lei": "54930054P2G7ZJB0KM79" + }, + { + "symbol": "APO-B", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Apollo Global Management Inc - 6.375% PRF PERPETUAL USD 25 - Ser B", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_53594C36504C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001411494", + "lei": "54930054P2G7ZJB0KM79" + }, + { + "symbol": "APOG", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Apogee Enterprises Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4454475633302D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BC6L61", + "cik": "0000006845", + "lei": "549300579S7QW8V4IJ60" + }, + { + "symbol": "APOP", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Cellect Biotechnology Ltd. - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_4A35514430432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00D9PB2L6", + "cik": "0001671502", + "lei": "549300BWL6XZSU0ZFR32" + }, + { + "symbol": "APOPW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Cellect Biotechnology Ltd. - Warrants (28/07/2021)", + "date": "2021-01-24", + "type": "wt", + "iexId": "IEX_5847324C4A342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00DHSN0Z7", + "cik": "0001671502", + "lei": "549300BWL6XZSU0ZFR32" + }, + { + "symbol": "APPF", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Appfolio Inc - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4C595730434B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG008GC8CP6", + "cik": "0001433195", + "lei": "529900OOUUGT6JFC0S15" + }, + { + "symbol": "APPN", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Appian Corp - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_464D473142372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG001C7PMJ2", + "cik": "0001441683", + "lei": "529900NIARIFW7HGU386" + }, + { + "symbol": "APPS", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Digital Turbine Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_545930575A502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000HZ3562", + "cik": "0000317788", + "lei": "549300D0WZR1VI2QGB24" + }, + { + "symbol": "APRE", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Aprea Therapeutics Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4E44473348532D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00Q6Q3K37", + "cik": "0001781983", + "lei": null + }, + { + "symbol": "APRN", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Blue Apron Holdings Inc - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4C4331474C322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00FPFJTB9", + "cik": "0001701114", + "lei": "529900733NRUI9Y64J90" + }, + { + "symbol": "APSG", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Apollo Strategic Growth Capital - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4C5746534E512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00Y52B8J5", + "cik": "0001820872", + "lei": null + }, + { + "symbol": "APSG+", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Apollo Strategic Growth Capital - Warrants (29/10/2027)", + "date": "2021-01-24", + "type": "wt", + "iexId": "IEX_5136583557532D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00Y52C9Q4", + "cik": "0001820872", + "lei": null + }, + { + "symbol": "APSG=", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Apollo Strategic Growth Capital - Units (1 Ord Share Class A & 1/3 War", + "date": "2021-01-24", + "type": null, + "iexId": "IEX_4B384B4A4C4C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00XDJHY99", + "cik": "0001820872", + "lei": null + }, + { + "symbol": "APT", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "Alpha Pro Tech Ltd.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4450313344522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000C1H7Y2", + "cik": "0000884269", + "lei": "529900Z93O5JUM52Q856" + }, + { + "symbol": "APTO", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Aptose Biosciences Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4B4233584D522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000F3TXC9", + "cik": "0000882361", + "lei": "5299003EUHV3CD08L949" + }, + { + "symbol": "APTS", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Preferred Apartment Communities Inc - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5459374A53312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BGSMF6", + "cik": "0001481832", + "lei": "549300KTZLVOW5TLLN89" + }, + { + "symbol": "APTV", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Aptiv PLC", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4D5A4A4859392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG001QD41M9", + "cik": "0001521332", + "lei": null + }, + { + "symbol": "APTV-A", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Aptiv PLC - 5.50% PRF CONVERT 15/06/2023 USD 100 - Ser A", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_465A313450522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001521332", + "lei": null + }, + { + "symbol": "APTX", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Aptinyx Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5746584250432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00CW2TZ77", + "cik": "0001674365", + "lei": null + }, + { + "symbol": "APVO", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Aptevo Therapeutics Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4B4B565352482D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG009RRZ8C2", + "cik": "0001671584", + "lei": "529900UTQOXOZBMZFN24" + }, + { + "symbol": "APWC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Asia Pacific Wire & Cable", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_42365A5244462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000F0GF83", + "cik": "0001026980", + "lei": null + }, + { + "symbol": "APXT", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Apex Technology Acquisition Corp - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4D54474342592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00Q73LFG4", + "cik": "0001777921", + "lei": null + }, + { + "symbol": "APXTW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Apex Technology Acquisition Corp - Warrants (18/09/2026)", + "date": "2021-01-24", + "type": "wt", + "iexId": "IEX_5039545746462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00QRNGY82", + "cik": "0001777921", + "lei": null + }, + { + "symbol": "APYX", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Apyx Medical Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5135303430332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000F4B671", + "cik": "0000719135", + "lei": "5299009QZVYUYO082S45" + }, + { + "symbol": "AQB", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "AquaBounty Technologies Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_43474D344D502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00FQB2FM3", + "cik": "0001603978", + "lei": "549300TOJ0S836KCH094" + }, + { + "symbol": "AQMS", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Aqua Metals Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_515737535A5A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG009CQH0P3", + "cik": "0001621832", + "lei": "549300RYC8R46H1FXA06" + }, + { + "symbol": "AQN", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Algonquin Power & Utilities Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5158594857542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000G28WZ0", + "cik": "0001174169", + "lei": "549300K5VIUTJXQL7X75" + }, + { + "symbol": "AQNA", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Algonquin Power & Utilities Corp - FXDFR NT REDEEM 17/10/2078 USD 25", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_53314A5954542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001174169", + "lei": "549300K5VIUTJXQL7X75" + }, + { + "symbol": "AQNB", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Algonquin Power & Utilities Corp - FXDFR NT REDEEM 01/07/2079 USD 25", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_5733363257462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001174169", + "lei": "549300K5VIUTJXQL7X75" + }, + { + "symbol": "AQST", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Aquestive Therapeutics Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4233585631302D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00L9HP0Z0", + "cik": "0001398733", + "lei": null + }, + { + "symbol": "AQUA", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Evoqua Water Technologies Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4646544B4B482D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00DPDYDN4", + "cik": "0001604643", + "lei": "529900YQAOMEZRGRRP43" + }, + { + "symbol": "AR", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Antero Resources Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_54394C4B36462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000PW5VX1", + "cik": "0001433270", + "lei": "APVBKPOULHUX7YZLKU17" + }, + { + "symbol": "ARA", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "American Renal Associates Holdings Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4A563650504C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG002S0LJV5", + "cik": "0001498068", + "lei": "549300RZGHM4ZGSTW764" + }, + { + "symbol": "ARAV", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Aravive Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_50484C5954422D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000R33LG6", + "cik": "0001513818", + "lei": "5493002Z0KHRW71RNC19" + }, + { + "symbol": "ARAY", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Accuray Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_565646314D502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000QNRY51", + "cik": "0001138723", + "lei": "549300G28LY4TZKZJG51" + }, + { + "symbol": "ARB", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "AltShares Trust - AltShares Merger Arbitrage ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_485A4C3250442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00S7NVQL5", + "cik": null, + "lei": null + }, + { + "symbol": "ARBG", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Aequi Acquisition Corp - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4643344C59372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00XTHN0D8", + "cik": "0001823826", + "lei": null + }, + { + "symbol": "ARBGW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Aequi Acquisition Corp - Warrants(27/10/2025)", + "date": "2021-01-24", + "type": "wt", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00YTSR431", + "cik": "0001823826", + "lei": null + }, + { + "symbol": "ARC", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "ARC Document Solutions Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5034385854442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000D1FJT3", + "cik": "0001305168", + "lei": "529900E4UQREZKXE7O60" + }, + { + "symbol": "ARCB", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "ArcBest Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4654335050462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000C1PFY5", + "cik": "0000894405", + "lei": "5493006S3KBNE8ZS3J23" + }, + { + "symbol": "ARCC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Ares Capital Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5739354453542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000PD6X77", + "cik": "0001287750", + "lei": "WEQ82666OJYSI5GUAB47" + }, + { + "symbol": "ARCE", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Arco Platform Ltd - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4D4A535036322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00LV0Z3L0", + "cik": "0001740594", + "lei": null + }, + { + "symbol": "ARCH", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Arch Resources Inc - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_464D44504D562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00DZB5D77", + "cik": "0001037676", + "lei": "W47HVZ7Q6FXL86RELH91" + }, + { + "symbol": "ARCM", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "Arrow Investments Trust - Arrow Reserve Capital Management ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_465331394A4D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00GBV8NN9", + "cik": "0001527428", + "lei": null + }, + { + "symbol": "ARCO", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Arcos Dorados Holdings Inc - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4B4C4A3635342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG001LR99L2", + "cik": "0001508478", + "lei": "54930023P2MIZN13DQ85" + }, + { + "symbol": "ARCT", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Arcturus Therapeutics Holdings Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_433047464A4C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00NNW8JK1", + "cik": "0001768224", + "lei": null + }, + { + "symbol": "ARD", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Ardagh Group S.A. - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4B4D444B53372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG006LYGNL7", + "cik": "0001689662", + "lei": "6354006L1NWUUOPYX274" + }, + { + "symbol": "ARDC", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Ares Dynamic Credit Allocation Fund Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5238444753572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG001LJH325", + "cik": "0001515324", + "lei": "549300BZI16VZUT2N044" + }, + { + "symbol": "ARDS", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Aridis Pharmaceuticals Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5437574A51392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG005TNS1Z5", + "cik": "0001614067", + "lei": null + }, + { + "symbol": "ARDX", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Ardelyx Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5431503759542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG001WH4DQ3", + "cik": "0001437402", + "lei": "549300F542QR4SXHCY32" + }, + { + "symbol": "ARE", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Alexandria Real Estate Equities Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4E54333752342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BC33T9", + "cik": "0001035443", + "lei": "MGCJBT4MKTQBVLNUIS88" + }, + { + "symbol": "AREC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "American Resources Corporation - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4B47315757562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG005VQ4CM1", + "cik": "0001590715", + "lei": null + }, + { + "symbol": "ARES", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Ares Management Corp - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_464A345338372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0068KVV91", + "cik": "0001176948", + "lei": "529900JUV61FH7B8VW38" + }, + { + "symbol": "ARES-A", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Ares Management Corp - 7% PRF PERPETUAL USD 25 - Ser A", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_42364C4447472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001176948", + "lei": "529900JUV61FH7B8VW38" + }, + { + "symbol": "ARGD", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Argo Group US Inc - 6.50% NT REDEEM 15/09/2042 USD 25", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4737524A34382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001558368", + "lei": null + }, + { + "symbol": "ARGO", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Argo Group International Holdings Ltd", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_43333757374B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000F4HLT8", + "cik": "0001091748", + "lei": "549300M4T8Y5TTWI6O03" + }, + { + "symbol": "ARGO-A", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Argo Group International Holdings Ltd - FXDFR PRF PERPETUAL USD 25 - 1", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_543233384A532D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001091748", + "lei": "549300M4T8Y5TTWI6O03" + }, + { + "symbol": "ARGT", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Global X Funds - Global X MSCI Argentina ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_424A43524A4E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG001K93GS6", + "cik": "0001432353", + "lei": null + }, + { + "symbol": "ARGX", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Argen X SE - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_4D383937575A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00GHB88X9", + "cik": "0001697862", + "lei": "7245009C5FZE6G9ODQ71" + }, + { + "symbol": "ARI", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Apollo Commercial Real Estate Finance Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_475151514C302D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000NFPF36", + "cik": "0001467760", + "lei": "549300E0AN7M2AQHSY29" + }, + { + "symbol": "ARKF", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "ARK ETF Trust - ARK Fintech Innovation ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4A3334474D442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00N7YFK60", + "cik": "0001579982", + "lei": null + }, + { + "symbol": "ARKG", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "ARK Investment Management LLC - ARK Genomic Revolution ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_57564447574A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG007FJPCB0", + "cik": "0001697748", + "lei": null + }, + { + "symbol": "ARKK", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "ARK Investment Management LLC - ARK Innovation ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5738373954302D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG007FJMV58", + "cik": "0001697748", + "lei": null + }, + { + "symbol": "ARKO", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "ARKO Corp - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00YD8K411", + "cik": "0001771908", + "lei": null + }, + { + "symbol": "ARKOW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "ARKO Corp - Warrants (11/06/2026)", + "date": "2021-01-24", + "type": "wt", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00YFJ1LY2", + "cik": "0001771908", + "lei": null + }, + { + "symbol": "ARKQ", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "ARK Investment Management LLC - ARK Autonomous Technology & Robotics E", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4C31325351372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0077Q7038", + "cik": "0001697748", + "lei": null + }, + { + "symbol": "ARKR", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Ark Restaurants Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5235524B4A5A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000DMMH86", + "cik": "0000779544", + "lei": null + }, + { + "symbol": "ARKW", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "ARK Investment Management LLC - ARK Next Generation Internet ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_42575038445A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0077Q7LF9", + "cik": "0001697748", + "lei": null + }, + { + "symbol": "ARL", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "American Realty Investors Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_524B333944322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000C1RRF8", + "cik": "0001102238", + "lei": null + }, + { + "symbol": "ARLO", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Arlo Technologies Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_474A355058302D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00K88DTH3", + "cik": "0001736946", + "lei": "549300T4EUX2OQ75HV52" + }, + { + "symbol": "ARLP", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Alliance Resource Partners, LP - Unit", + "date": "2021-01-24", + "type": null, + "iexId": "IEX_545348504C332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000C14X88", + "cik": "0001086600", + "lei": "529900T4Q5UPWOUFG783" + }, + { + "symbol": "ARMK", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Aramark", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5351374251432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG001KY4N87", + "cik": "0001584509", + "lei": "549300MR6PG2DWZUIL39" + }, + { + "symbol": "ARMP", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "Armata Pharmaceuticals Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5654345759592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BD7CF8", + "cik": "0000921114", + "lei": "549300QM1VCWH8KT0S21" + }, + { + "symbol": "ARMR", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Exchange Listed Funds Trust - Armor US Equity Index ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_444D583944472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00RPM7VL5", + "cik": "0001547950", + "lei": null + }, + { + "symbol": "ARNA", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Arena Pharmaceuticals Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_444E575844542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BKXBV7", + "cik": "0001080709", + "lei": "529900CVGQMPJ3A3NI85" + }, + { + "symbol": "ARNC", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Arconic Corporation", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_57305A4D34302D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00R45JYB7", + "cik": "0001790982", + "lei": "549300B4YFWH3U74B152" + }, + { + "symbol": "AROC", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Archrock Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_575A565232532D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000RWH1V4", + "cik": "0001389050", + "lei": "549300K3RIHMHDVFTL28" + }, + { + "symbol": "AROW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Arrow Financial Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4B344B4D30312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BCBS51", + "cik": "0000717538", + "lei": "2549007Z8GI9ZZIQ1817" + }, + { + "symbol": "ARPO", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Aerpio Pharmaceuticals Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5830504D32512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG002WN7DT2", + "cik": "0001422142", + "lei": "549300G3U7TKW1M58L09" + }, + { + "symbol": "ARQT", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Arcutis Biotherapeutics Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4B535A5938532D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00QN8K4M4", + "cik": "0001787306", + "lei": null + }, + { + "symbol": "ARR", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "ARMOUR Residential REIT Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5831593532432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000PRZNN8", + "cik": "0001428205", + "lei": "549300K0WA0EJUX74V72" + }, + { + "symbol": "ARR-C", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "ARMOUR Residential REIT Inc - 7% PRF PERPETUAL USD 25 - Ser C", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_5634575239542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001428205", + "lei": "549300K0WA0EJUX74V72" + }, + { + "symbol": "ARRY", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Array Technologies Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4D3446534E472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG001V4SF46", + "cik": "0001820721", + "lei": null + }, + { + "symbol": "ARTL", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Artelo Biosciences Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4644343957462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00793XCW0", + "cik": "0001621221", + "lei": null + }, + { + "symbol": "ARTLW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Artelo Biosciences Inc - Warrants (18/06/2024)", + "date": "2021-01-24", + "type": "wt", + "iexId": "IEX_504C584E51522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00PH7GHW0", + "cik": "0001621221", + "lei": null + }, + { + "symbol": "ARTNA", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Artesian Resources Corp. - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5033314338362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BG1811", + "cik": "0000863110", + "lei": null + }, + { + "symbol": "ARTW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Art`s-way Manufacturing Co. Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4A424C5A4A302D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BCCR52", + "cik": "0000007623", + "lei": null + }, + { + "symbol": "ARVN", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Arvinas Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_51344B3354482D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00LW7YK82", + "cik": "0001655759", + "lei": null + }, + { + "symbol": "ARW", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Arrow Electronics Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_545753464D4C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BCD3D5", + "cik": "0000007536", + "lei": "549300YNNLBXT8N8R512" + }, + { + "symbol": "ARWR", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Arrowhead Pharmaceuticals Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_573933364C522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BRVKH0", + "cik": "0000879407", + "lei": "549300O3CSB8T7OZ3D66" + }, + { + "symbol": "ARYA", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "ARYA Sciences Acquisition Corp III - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_474453384A532D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00W7G4M12", + "cik": "0001808805", + "lei": null + }, + { + "symbol": "ASA", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "ASA Gold and Precious Metals Ltd", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4A53373450362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BCDWN0", + "cik": "0001230869", + "lei": "254900VOUR4617HGCL14" + }, + { + "symbol": "ASAN", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Asana Inc - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5659343335542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00WYHL732", + "cik": "0001477720", + "lei": null + }, + { + "symbol": "ASAQ", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Atlantic Avenue Acquisition Corp - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_524B514431372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00XTW1441", + "cik": "0001819510", + "lei": null + }, + { + "symbol": "ASAQ+", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Atlantic Avenue Acquisition Corp - Warrants(01/01/9999)", + "date": "2021-01-24", + "type": "wt", + "iexId": "IEX_4857385651472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00XTW3074", + "cik": "0001819510", + "lei": null + }, + { + "symbol": "ASAQ=", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Atlantic Avenue Acquisition Corp - Units (1 Ord Share Class A & 1/2 Wa", + "date": "2021-01-24", + "type": null, + "iexId": "IEX_4A5044434A322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00XCCZJV3", + "cik": "0001819510", + "lei": null + }, + { + "symbol": "ASB", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Associated Banc-Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_57474D4B444B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BCFQC3", + "cik": "0000007789", + "lei": "549300N3CIN473IW5094" + }, + { + "symbol": "ASB-C", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Associated Banc-Corp. - 6.125% PRF PERPETUAL USD 25 - Ser C", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4E44334D42532D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000007789", + "lei": "549300N3CIN473IW5094" + }, + { + "symbol": "ASB-D", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Associated Banc-Corp. - 5.375% PRF PERPETUAL USD 25 - Dep rep 1/40th S", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_53315634464A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000007789", + "lei": "549300N3CIN473IW5094" + }, + { + "symbol": "ASB-E", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Associated Banc-Corp. - 5.875% PRF PERPETUAL USD 25 - Ser E", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4C56434C4D562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000007789", + "lei": "549300N3CIN473IW5094" + }, + { + "symbol": "ASB-F", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Associated Banc-Corp. - 5.625% PRF PERPETUAL USD 25 - 1/40 Int Ser F", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_424C4C3158572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000007789", + "lei": "549300N3CIN473IW5094" + }, + { + "symbol": "ASC", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Ardmore Shipping Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4839445353382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG004SCC0R1", + "cik": "0001577437", + "lei": "549300J8HD7K6BHD8O28" + }, + { + "symbol": "ASEA", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Global X Funds - Global X FTSE Southeast Asia ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_50525947474B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG001J4CVC3", + "cik": "0001432353", + "lei": null + }, + { + "symbol": "ASET", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "FlexShares Trust - FlexShares Real Assets Allocation Index Fund", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_56303132314A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00BH8YN56", + "cik": "0001256909", + "lei": null + }, + { + "symbol": "ASG", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Liberty All-Star Growth Fund Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4D4D4E4659562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000DQH311", + "cik": "0000786035", + "lei": "54930046Y8IF3CB2AL60" + }, + { + "symbol": "ASGI", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Aberdeen Standard Global Infrastructure Income Fund", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_534C3753384D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00VQRLFQ8", + "cik": "0001793855", + "lei": "549300ZRYJVK3J3YXY67" + }, + { + "symbol": "ASGN", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "ASGN Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_56465A38574E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000CRN8N8", + "cik": "0000890564", + "lei": "LZBNYYCBUKY537072438" + }, + { + "symbol": "ASH", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Ashland Global Holdings Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_42334734424B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00D0Y81M1", + "cik": "0001674862", + "lei": "529900E4L9R04SB8HB11" + }, + { + "symbol": "ASHR", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "DBX ETF Trust - Xtrackers Harvest CSI 300 China A-Shares ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4E4E3851515A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG005HJL923", + "cik": "0001503123", + "lei": null + }, + { + "symbol": "ASHS", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "DBX ETF Trust - Xtrackers Harvest CSI 500 China A-Shares Small Cap ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4451364437462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG006H1P0Q9", + "cik": "0001503123", + "lei": null + }, + { + "symbol": "ASHX", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "DBX ETF Trust - Xtrackers MSCI China A-Inclusion Equity ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4A364A544A372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00B6W10B4", + "cik": "0001503123", + "lei": null + }, + { + "symbol": "ASIX", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "AdvanSix Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4C57524237312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00CWTTQ41", + "cik": "0001673985", + "lei": "5493009TPRODMCAZLF67" + }, + { + "symbol": "ASLE", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "AerSale Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00R28X833", + "cik": "0001754170", + "lei": null + }, + { + "symbol": "ASLEW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "AerSale Corp - Warrants (06/12/2024)", + "date": "2021-01-24", + "type": "wt", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00YN71C06", + "cik": "0001754170", + "lei": null + }, + { + "symbol": "ASLN", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "ASLAN Pharmaceuticals Ltd - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_4636364839592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00KG283R9", + "cik": "0001722926", + "lei": "549300L9VD6FZWFBND47" + }, + { + "symbol": "ASM", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "Avino Silver & Gold Mines Ltd.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4B4C305858502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BMTLV6", + "cik": "0000316888", + "lei": "549300DZZNDMPML1VJ37" + }, + { + "symbol": "ASMB", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Assembly Biosciences Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_473243474D4C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000R62Q06", + "cik": "0001426800", + "lei": null + }, + { + "symbol": "ASML", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "ASML Holding NV - New York Shares", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_474C334838472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000K6MRN4", + "cik": "0000937966", + "lei": "724500Y6DUVHQD6OXN27" + }, + { + "symbol": "ASND", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Ascendis Pharma A/S - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_435A4D3656422D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG007R7VNC1", + "cik": "0001612042", + "lei": "549300B66JN3W3J8GH73" + }, + { + "symbol": "ASO", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Academy Sports and Outdoors Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4A4E383031572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00X7L1C14", + "cik": "0001817358", + "lei": null + }, + { + "symbol": "ASPL", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Aspirational Consumer Lifestyle Corp - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5146504A31352D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00XTV85L4", + "cik": "0001819516", + "lei": null + }, + { + "symbol": "ASPL+", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Aspirational Consumer Lifestyle Corp - Warrants (19/09/2025)", + "date": "2021-01-24", + "type": "wt", + "iexId": "IEX_4D48513937472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00Y2PMQT4", + "cik": "0001819516", + "lei": null + }, + { + "symbol": "ASPL=", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Aspirational Consumer Lifestyle Corp - Units (1 Ord Share Class A & 1/", + "date": "2021-01-24", + "type": null, + "iexId": "IEX_54444C3939502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00X5DC4C8", + "cik": "0001819516", + "lei": null + }, + { + "symbol": "ASPN", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Aspen Aerogels Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_51315152384C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG001S58GW6", + "cik": "0001145986", + "lei": null + }, + { + "symbol": "ASPS", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Altisource Portfolio Solutions S.A.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4C4637584C532D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000CLDMM2", + "cik": "0001462418", + "lei": null + }, + { + "symbol": "ASPU", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Aspen Group Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_44573142514E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG001BT33N6", + "cik": "0001487198", + "lei": null + }, + { + "symbol": "ASR", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Grupo Aeroportuario Del Sureste S.A. - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_4450314359302D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000B9XWX4", + "cik": "0001123452", + "lei": "5299001W7JIDXCUOUC82" + }, + { + "symbol": "ASRT", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Assertio Holdings Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_47583557314D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00T442DS2", + "cik": "0001808665", + "lei": null + }, + { + "symbol": "ASRV", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Ameriserv Financial Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4836383954522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000H0X129", + "cik": "0000707605", + "lei": null + }, + { + "symbol": "ASRVP", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "AmeriServ Financial Trust I - 8.45% SP CAPSEC REDEEM 30/06/2028 USD 25", + "date": "2021-01-24", + "type": "struct", + "iexId": "IEX_5830574E31562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001038288", + "lei": null + }, + { + "symbol": "ASTC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Astrotech Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4E37594A4E342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000FNC0Z0", + "cik": "0001001907", + "lei": null + }, + { + "symbol": "ASTE", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Astec Industries Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_42375A4B34422D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BCHZL1", + "cik": "0000792987", + "lei": "5493002DO2QKHLKB2A48" + }, + { + "symbol": "ASUR", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Asure Software Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_57464C5354522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000JT96H4", + "cik": "0000884144", + "lei": null + }, + { + "symbol": "ASX", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "ASE Technology Holding Co.Ltd - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_4E44485330502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00KLHL9W6", + "cik": "0001122411", + "lei": "300300GO8QHPMV87NZ73" + }, + { + "symbol": "ASYS", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Amtech Systems Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4834344634582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BCJDW6", + "cik": "0000720500", + "lei": "5299008VRUUPETM6HZ85" + }, + { + "symbol": "AT", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Atlantic Power Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5034354A42362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000QZ9GM4", + "cik": "0001419242", + "lei": "2U3V7WI7HVCB625AQQ40" + }, + { + "symbol": "ATA=", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Americas Technology Acquisition Corp - Units (1 Ord & 1/2 War)", + "date": "2021-01-24", + "type": null, + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00Y9DP0J9", + "cik": "0001825254", + "lei": null + }, + { + "symbol": "ATAC", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Altimar Acquisition Corp - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00XV417R8", + "cik": "0001823945", + "lei": null + }, + { + "symbol": "ATAC+", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Altimar Acquisition Corp - Warrants(22/10/2025)", + "date": "2021-01-24", + "type": "wt", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00YFS3ZW1", + "cik": "0001823945", + "lei": null + }, + { + "symbol": "ATAC=", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Altimar Acquisition Corp - Units (1 Ord Share Class A & 1/3 War)", + "date": "2021-01-24", + "type": null, + "iexId": "IEX_4650384B51572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00XS6SFM5", + "cik": "0001823945", + "lei": null + }, + { + "symbol": "ATAX", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "America First Multifamily Investors LP - Unit", + "date": "2021-01-24", + "type": null, + "iexId": "IEX_4D314746374A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BB5783", + "cik": "0001059142", + "lei": "54930029TGND09JQHI13" + }, + { + "symbol": "ATCO", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Atlas Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5757354B394D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00R1VTZR2", + "cik": "0001794846", + "lei": null + }, + { + "symbol": "ATCO-D", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Atlas Corp. - 7.95% PRF PERPETUAL USD 25 - Ser D", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_5244564C424D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001794846", + "lei": null + }, + { + "symbol": "ATCO-E", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Atlas Corp. - 8.25% PRF PERPETUAL USD 25 - Ser E", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_51564C3447472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001794846", + "lei": null + }, + { + "symbol": "ATCO-G", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Atlas Corp. - 8.20% PRF PERPETUAL USD 25 - Ser G", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_5658483139432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001794846", + "lei": null + }, + { + "symbol": "ATCO-H", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Atlas Corp. - 7.875% PRF PERPETUAL USD 25 - Ser H", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4444574735382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001794846", + "lei": null + }, + { + "symbol": "ATCO-I", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Atlas Corp. - FXDFR PRF PERPETUAL USD 25 - Ser I", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4835564452352D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001794846", + "lei": null + }, + { + "symbol": "ATCX", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Atlas Technical Consultants Inc - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4443393434302D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00MZZGBS3", + "cik": "0001751143", + "lei": null + }, + { + "symbol": "ATCXW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Atlas Technical Consultants Inc - Warrants-(26/11/2025)", + "date": "2020-12-03", + "type": "wt", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00N036CN4", + "cik": "0001751143", + "lei": null + }, + { + "symbol": "ATEC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Alphatec Holdings Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4A42504737422D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BBM7Y5", + "cik": "0001350653", + "lei": "549300EZE8CQ8K65FS24" + }, + { + "symbol": "ATEN", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "A10 Networks Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4E58465351542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0060K22C1", + "cik": "0001580808", + "lei": "549300UQD4IWUML81Q35" + }, + { + "symbol": "ATEX", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Anterix Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_515043344D4B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0081NLHR0", + "cik": "0001304492", + "lei": "549300QIX2QHFGIEQG40" + }, + { + "symbol": "ATGE", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Adtalem Global Education Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_57313457544C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000DQBZJ7", + "cik": "0000730464", + "lei": "549300Z467EZLMODV621" + }, + { + "symbol": "ATH", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Athene Holding Ltd - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4247534C34582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00CW2JCN1", + "cik": "0001527469", + "lei": "549300H316CT32FQXI76" + }, + { + "symbol": "ATH-A", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Athene Holding Ltd - FXDFR PRF PERPETUAL USD 25 - Ser A 1/1000 Int Dep", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4B4A51545A4C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001527469", + "lei": "549300H316CT32FQXI76" + }, + { + "symbol": "ATH-B", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Athene Holding Ltd - 5.625% PRF PERPETUAL USD 25 - Ser B 1/1000th Dep", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4D32464431392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001527469", + "lei": "549300H316CT32FQXI76" + }, + { + "symbol": "ATH-C", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Athene Holding Ltd - FXDFR PRF PERPETUAL USD 25 - Ser C 1/1000th Int", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4A36464854522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001527469", + "lei": "549300H316CT32FQXI76" + }, + { + "symbol": "ATH-D", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Athene Holding Ltd - 4.875% PRF PERPETUAL USD 25 - Ser D 1/1000th int", + "date": "2021-01-24", + "type": "ps", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001527469", + "lei": "549300H316CT32FQXI76" + }, + { + "symbol": "ATHA", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Athira Pharma Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_42384A3259332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00C77LX40", + "cik": "0001620463", + "lei": null + }, + { + "symbol": "ATHE", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Alterity Therapeutics Ltd - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_435A473854322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000DK9TP0", + "cik": "0001131343", + "lei": "52990045JUZVZ9QL3159" + }, + { + "symbol": "ATHM", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Autohome Inc - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_5647515459582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG005JYTDQ5", + "cik": "0001527636", + "lei": "529900NYB6ZGZN3MVT56" + }, + { + "symbol": "ATHX", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Athersys Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_505A44574C4A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000QBZBS3", + "cik": "0001368148", + "lei": "529900SJN2POLMMUAI78" + }, + { + "symbol": "ATI", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Allegheny Technologies Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4C374D3739512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000LC1FS4", + "cik": "0001018963", + "lei": "ZW1LRE7C3H17O2ZN9B45" + }, + { + "symbol": "ATIF", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "ATIF Holdings Ltd", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_564A303439352D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00MS92CD8", + "cik": "0001755058", + "lei": null + }, + { + "symbol": "ATKR", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Atkore International Group Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4B39565352522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000QTFDQ4", + "cik": "0001666138", + "lei": "52990002TI38AM4RPV48" + }, + { + "symbol": "ATLC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Atlanticus Holdings Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4B54303132482D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000C6TLC1", + "cik": "0001464343", + "lei": null + }, + { + "symbol": "ATLO", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Ames National Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_424B355A4A362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BHLJW9", + "cik": "0001132651", + "lei": null + }, + { + "symbol": "ATMP", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "Barclays Bank PLC - FR SP ETN REDEEM 18/03/2043 USD 25 - Ser A", + "date": "2021-01-24", + "type": "struct", + "iexId": "IEX_464E303952592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0047C1H17", + "cik": "0000312070", + "lei": "G5GSEF7VJP5I7OUK5573" + }, + { + "symbol": "ATNF", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "180 Life Sciences Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_425157424A432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00H1CP0B4", + "cik": "0001690080", + "lei": null + }, + { + "symbol": "ATNFW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "180 Life Sciences Corp - Warrants (07/11/2025)", + "date": "2021-01-24", + "type": "wt", + "iexId": "IEX_4846364E35482D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00H1CP5Z7", + "cik": "0001690080", + "lei": null + }, + { + "symbol": "ATNI", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "ATN International Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_423550474B4D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000F8RCH1", + "cik": "0000879585", + "lei": "54930013NP7VEU877V56" + }, + { + "symbol": "ATNM", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "Actinium Pharmaceuticals Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4657484E575A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000RQZ245", + "cik": "0001388320", + "lei": "549300LCY1NZSXCQDT45" + }, + { + "symbol": "ATNX", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Athenex Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_57504B4B325A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00BNJKB74", + "cik": "0001300699", + "lei": "5493001V4L0Q5EPPOH52" + }, + { + "symbol": "ATO", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Atmos Energy Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_465437564D422D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BRNGM2", + "cik": "0000731802", + "lei": "QVLWEGTD2S8GJMO8D383" + }, + { + "symbol": "ATOM", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Atomera Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_434C5934384A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00D88BWP5", + "cik": "0001420520", + "lei": null + }, + { + "symbol": "ATOS", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Atossa Therapeutics Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4C4B4A4D51422D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG002NCD8C8", + "cik": "0001488039", + "lei": "549300QRKP1JTNHD2366" + }, + { + "symbol": "ATR", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Aptargroup Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_483850344A5A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BGX2S0", + "cik": "0000896622", + "lei": "VNPEQDQFAA7IY1T2PX43" + }, + { + "symbol": "ATRA", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Atara Biotherapeutics Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_444B4B434B382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG005Q3MQY4", + "cik": "0001604464", + "lei": "549300WBXUXZRE03MS38" + }, + { + "symbol": "ATRC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Atricure Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4232485446312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BL6CB5", + "cik": "0001323885", + "lei": null + }, + { + "symbol": "ATRI", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Atrion Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_525A57354A502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000DTT624", + "cik": "0000701288", + "lei": null + }, + { + "symbol": "ATRO", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Astronics Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_43354358354A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BCLBY5", + "cik": "0000008063", + "lei": "549300NNXCF8H4MSMK17" + }, + { + "symbol": "ATRS", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Antares Pharma Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5358344C31352D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000N8K8B4", + "cik": "0001016169", + "lei": "5299004QMIHMZUUNYY44" + }, + { + "symbol": "ATSG", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Air Transport Services Group Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4C37484835362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BLW5F7", + "cik": "0000894081", + "lei": "5493000F3MSFGIXTQE27" + }, + { + "symbol": "ATTO", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Atento S.A.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_504C365259352D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG006FT0V16", + "cik": "0001606457", + "lei": null + }, + { + "symbol": "ATUS", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Altice USA Inc - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_58364237334C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00GFMPRK0", + "cik": "0001702780", + "lei": "54930064K3612MGCER95" + }, + { + "symbol": "ATV", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Acorn International Inc - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_5244505056572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000R3SX91", + "cik": "0001365742", + "lei": "52990012DNYKB0O3K789" + }, + { + "symbol": "ATVI", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Activision Blizzard Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4B423251424D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000CVWGS6", + "cik": "0000718877", + "lei": "549300TPQQDBP9GNOF40" + }, + { + "symbol": "ATXI", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Avenue Therapeutics Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4E4E4B4C33532D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00GLTS4V4", + "cik": "0001644963", + "lei": "549300IN52C2XAYTBO53" + }, + { + "symbol": "AU", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "AngloGold Ashanti Ltd - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_534A53304D392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BCMDR8", + "cik": "0001067428", + "lei": "378900EF3BA9A5F42A59" + }, + { + "symbol": "AUB", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Atlantic Union Bankshares Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_573653424A392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BKS4S3", + "cik": "0000883948", + "lei": null + }, + { + "symbol": "AUBAP", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Atlantic Union Bankshares Corp - 6.875% PRF PERPETUAL USD 25 - 1/400th", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_5244593543342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000883948", + "lei": null + }, + { + "symbol": "AUBN", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Auburn National Bancorp Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4E4B313554472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BNFKK3", + "cik": "0000750574", + "lei": null + }, + { + "symbol": "AUDC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Audiocodes", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_56324D5143512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BVW716", + "cik": "0001086434", + "lei": "529900TA48138NEVR854" + }, + { + "symbol": "AUGZ", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "Listed Funds Trust - TrueShares Structured Outcome (August) ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_54485337334E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00WFDGZF3", + "cik": "0001683471", + "lei": null + }, + { + "symbol": "AUMN", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "Golden Minerals Co", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5632485A43422D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000LKCT40", + "cik": "0001011509", + "lei": "549300TD2D80BUC2N396" + }, + { + "symbol": "AUPH", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Aurinia Pharmaceuticals Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4A574D4E59372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BCRJM5", + "cik": "0001600620", + "lei": "5299008YP2BW4570ML28" + }, + { + "symbol": "AUSF", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Global X Funds - Global X Adaptive U.S. Factor ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4E30504657462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00LSVL368", + "cik": "0001432353", + "lei": null + }, + { + "symbol": "AUTL", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Autolus Therapeutics plc - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_54433633424B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00KVT05R6", + "cik": "0001730463", + "lei": "549300C0KZP8EYROLL02" + }, + { + "symbol": "AUTO", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "AutoWeb Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4256394636382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BP2MF4", + "cik": "0001023364", + "lei": null + }, + { + "symbol": "AUUD", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Auddia Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00Y0537N9", + "cik": "0001554818", + "lei": null + }, + { + "symbol": "AUUDW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Auddia Inc - Warrants - Series A (17/10/2025)", + "date": "2021-01-24", + "type": "wt", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00Y057JS4", + "cik": "0001554818", + "lei": null + }, + { + "symbol": "AUVI", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Applied UV Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4E5A30365A342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00W4SXMY1", + "cik": "0001811109", + "lei": null + }, + { + "symbol": "AUY", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Yamana Gold Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4251574257512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000NSQ9M0", + "cik": "0001264089", + "lei": "54930002VY22NXG01418" + }, + { + "symbol": "AVA", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Avista Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_51374348595A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BCNF74", + "cik": "0000104918", + "lei": "Q0IK63NITJD6RJ47SW96" + }, + { + "symbol": "AVAL", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Grupo Aval Acciones y Valores S.A. - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_4B46524D36342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG004T0ZMF6", + "cik": "0001504764", + "lei": "549300BBUKBHWLSUZM17" + }, + { + "symbol": "AVAN", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Avanti Acquisition Corp - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4E4744504E372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00XV5CPJ2", + "cik": "0001819608", + "lei": "549300N1STADABPJNC94" + }, + { + "symbol": "AVAN+", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Avanti Acquisition Corp - Warrants (01/01/9999)", + "date": "2021-01-24", + "type": "wt", + "iexId": "IEX_48345330534B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00Y6GJ262", + "cik": "0001819608", + "lei": "549300N1STADABPJNC94" + }, + { + "symbol": "AVAN=", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Avanti Acquisition Corp - Units (1 Ord Class A & 1/2 War)", + "date": "2021-01-24", + "type": null, + "iexId": "IEX_4A3443444B4C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00XDJ94Y6", + "cik": "0001819608", + "lei": "549300N1STADABPJNC94" + }, + { + "symbol": "AVAV", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "AeroVironment Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4B4B30534A472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000GX14P2", + "cik": "0001368622", + "lei": "529900PGHVI29YLZ6221" + }, + { + "symbol": "AVB", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Avalonbay Communities Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4B4D425254302D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BLPBL5", + "cik": "0000915912", + "lei": "K9G90K85RBWD2LAGQX17" + }, + { + "symbol": "AVCO", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Avalon GloboCare Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4B305A3458592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG008648HM7", + "cik": "0001630212", + "lei": null + }, + { + "symbol": "AVCT", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "American Virtual Cloud Technologies Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4437424430542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00H3P9MH7", + "cik": "0001704760", + "lei": null + }, + { + "symbol": "AVCTW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "American Virtual Cloud Technologies Inc - Warrants(07/04/2025)", + "date": "2021-01-24", + "type": "wt", + "iexId": "IEX_4454484B33422D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00HDDD5N8", + "cik": "0001704760", + "lei": null + }, + { + "symbol": "AVD", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "American Vanguard Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4847423031322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000DPXVW9", + "cik": "0000005981", + "lei": "529900GWI78WZA5M9783" + }, + { + "symbol": "AVDE", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "American Century ETF Trust - Avantis International Equity ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_44394430434A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00Q9MQ620", + "cik": "0001710607", + "lei": null + }, + { + "symbol": "AVDG", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "New Age Alpha Trust - AVDR US LargeCap ESG ETF", + "date": "2021-01-24", + "type": "et", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00YN6XW72", + "cik": "0001764795", + "lei": null + }, + { + "symbol": "AVDL", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Avadel Pharmaceuticals plc - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_50464448524C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BV7G41", + "cik": "0001012477", + "lei": "549300E27PTSG2RHC762" + }, + { + "symbol": "AVDR", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "New Age Alpha Trust - AVDR US LargeCap Leading ETF", + "date": "2021-01-24", + "type": "et", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00YN6Z7Y5", + "cik": "0001764795", + "lei": null + }, + { + "symbol": "AVDV", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "American Century ETF Trust - Avantis International Small Cap Value ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_44574B3547312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00Q9MR772", + "cik": "0001710607", + "lei": null + }, + { + "symbol": "AVEM", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "American Century ETF Trust - Avantis Emerging Markets Equity ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_504C584747502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00Q6ZDX29", + "cik": "0001710607", + "lei": null + }, + { + "symbol": "AVEO", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "AVEO Pharmaceuticals Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5642483351382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000W5G4L3", + "cik": "0001325879", + "lei": "529900PLC55DUQO4CR76" + }, + { + "symbol": "AVGO", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Broadcom Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_423831544C4C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00KHY5S69", + "cik": "0001730168", + "lei": "549300WV6GIDOZJTV909" + }, + { + "symbol": "AVGOP", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Broadcom Inc - 8% PRF CONVERT 30/09/2022 USD 1000 - Ser A", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4753515839482D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001730168", + "lei": "549300WV6GIDOZJTV909" + }, + { + "symbol": "AVGR", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Avinger Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4652335132572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000QCSTC7", + "cik": "0001506928", + "lei": "549300MRCUER3C2G1659" + }, + { + "symbol": "AVID", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Avid Technology, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5147363753502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BHHQ76", + "cik": "0000896841", + "lei": "549300PQGW3DXKJTQ914" + }, + { + "symbol": "AVIG", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "American Century ETF Trust - Avantis Core Fixed Income ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4835503238572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00XTVX0Z2", + "cik": "0001710607", + "lei": null + }, + { + "symbol": "AVIR", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Atea Pharmaceuticals Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4E31514A54382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00TZNCJ75", + "cik": "0001593899", + "lei": null + }, + { + "symbol": "AVK", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Advent Convertible and Income Fund", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5732383946572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000KDPR38", + "cik": "0001219120", + "lei": "ZEFY1K43K8JK66NIVK50" + }, + { + "symbol": "AVLR", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Avalara Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_534D475A44522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000R4Y9C1", + "cik": "0001348036", + "lei": null + }, + { + "symbol": "AVMU", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "American Century ETF Trust - Avantis Core Municipal Fixed Income ETF", + "date": "2021-01-24", + "type": "et", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00YFF8NQ8", + "cik": "0001710607", + "lei": null + }, + { + "symbol": "AVNS", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Avanos Medical Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_574B355735482D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG005L86G05", + "cik": "0001606498", + "lei": "549300YCXWOM7NEWMQ58" + }, + { + "symbol": "AVNT", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Avient Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5433594A43342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000C8NJ10", + "cik": "0001122976", + "lei": "SM8L9RZYIB34LNTWO040" + }, + { + "symbol": "AVNW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Aviat Networks Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_53583357514A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000QX48M2", + "cik": "0001377789", + "lei": "549300Z3X8Z4MK52CI65" + }, + { + "symbol": "AVO", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Mission Produce Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5147534652302D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG005C9W679", + "cik": "0001802974", + "lei": "54930016JOKVFT59L825" + }, + { + "symbol": "AVRO", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "AvroBio Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_584D374E56442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00DJ4T7D1", + "cik": "0001681087", + "lei": null + }, + { + "symbol": "AVSF", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "American Century ETF Trust - Avantis Short-Term Fixed Income ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4852563743442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00XTVX5G2", + "cik": "0001710607", + "lei": null + }, + { + "symbol": "AVT", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Avnet Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4632443733392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BCPB71", + "cik": "0000008858", + "lei": "XJI53DCPL7QABOWK4Z75" + }, + { + "symbol": "AVTR", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Avantor Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_47395338394E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00G2HHYD7", + "cik": "0001722482", + "lei": "5493003VM0XB4U8YD238" + }, + { + "symbol": "AVTR-A", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Avantor Inc. - 6.25% PRF CONVERT 15/05/2022 USD 50 - Ser A", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_504C524A59592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001722482", + "lei": "5493003VM0XB4U8YD238" + }, + { + "symbol": "AVUS", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "American Century ETF Trust - Avantis U.S. Equity ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4C35314E35502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00Q9MPPR2", + "cik": "0001710607", + "lei": null + }, + { + "symbol": "AVUV", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "American Century ETF Trust - Avantis U.S. Small Cap Value ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4C52365438362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00Q9MQZ44", + "cik": "0001710607", + "lei": null + }, + { + "symbol": "AVXL", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Anavex Life Sciences Corporation", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_50374E504D512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000C9K8K4", + "cik": "0001314052", + "lei": "549300K1I5L8COCQ8W36" + }, + { + "symbol": "AVY", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Avery Dennison Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4B444A4C30542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BCQ4P6", + "cik": "0000008818", + "lei": "549300PW7VPFCYKLIV37" + }, + { + "symbol": "AVYA", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Avaya Holdings Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5851423937342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG001QYK8T3", + "cik": "0001418100", + "lei": "549300NZS2OZN6Q63A60" + }, + { + "symbol": "AWAY", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "ETF Managers Trust - ETFMG Travel Tech ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4246535031522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00RBB80M0", + "cik": "0001467831", + "lei": null + }, + { + "symbol": "AWF", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "AllianceBernstein Global High Income Fund Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4D3634424D4A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BJ0RR6", + "cik": "0000906013", + "lei": "AE2ZT9UGMEIJ7T4R5734" + }, + { + "symbol": "AWH", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Aspira Women`s Health Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_58474642434C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BTYP37", + "cik": "0000926617", + "lei": "54930045CGQ3XUO9T533" + }, + { + "symbol": "AWI", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Armstrong World Industries Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4348503942382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000DW4LB1", + "cik": "0000007431", + "lei": "KXMRXXOJ88Q45Y45MG74" + }, + { + "symbol": "AWK", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "American Water Works Co. Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4346473143442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000TRJ294", + "cik": "0001410636", + "lei": "549300DXHIJQMD5WFW18" + }, + { + "symbol": "AWP", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Aberdeen Global Premier Properties Fund", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_485A425956472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000R204N1", + "cik": "0001390195", + "lei": "2549006N165AK05LKM02" + }, + { + "symbol": "AWR", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "American States Water Co.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_42393733504A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000F964B6", + "cik": "0001056903", + "lei": "529900L26LIS2V8PWM23" + }, + { + "symbol": "AWRE", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Aware Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_51345A4752482D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000H56MZ6", + "cik": "0001015739", + "lei": null + }, + { + "symbol": "AWTM", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Tidal ETF Trust - Aware Ultra-Short Duration Enhanced Income ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4D32384D5A562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00N6NJMV9", + "cik": "0001742912", + "lei": null + }, + { + "symbol": "AWX", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "Avalon Holdings Corp. - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4C4B565631532D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BPSQJ3", + "cik": "0001061069", + "lei": null + }, + { + "symbol": "AX", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Axos Financial Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4C30574733532D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000QPHD08", + "cik": "0001299709", + "lei": "529900D8M56422GK9O25" + }, + { + "symbol": "AXAS", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Abraxas Petroleum Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_57545A5639352D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000HYNQP6", + "cik": "0000867665", + "lei": "MZ7PUO5D10MMXGVVPY36" + }, + { + "symbol": "AXDX", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Accelerate Diagnostics Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5458584746472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000CDVK08", + "cik": "0000727207", + "lei": "2549007HE5QY1QEQ8K43" + }, + { + "symbol": "AXGN", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Axogen Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_58315334434A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BN46R9", + "cik": "0000805928", + "lei": null + }, + { + "symbol": "AXL", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "American Axle & Manufacturing Holdings Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5733445637372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BPYZV2", + "cik": "0001062231", + "lei": null + }, + { + "symbol": "AXLA", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Axcella Health Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4754543153572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00HFZF4J3", + "cik": "0001633070", + "lei": null + }, + { + "symbol": "AXNX", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Axonics ModulationTechnologies Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5033513446372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0067QVJ50", + "cik": "0001603756", + "lei": "549300LJY4X7N57VJL05" + }, + { + "symbol": "AXO", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Axos Financial Inc. - 6.25% NT REDEEM 28/02/2026 USD 25", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4637564B4B512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001299709", + "lei": "529900D8M56422GK9O25" + }, + { + "symbol": "AXP", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "American Express Co.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4D564C54515A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BCQZS4", + "cik": "0000004962", + "lei": "R4PP93JZOLY261QX3811" + }, + { + "symbol": "AXR", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "AMREP Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4831573159572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BCRB60", + "cik": "0000006207", + "lei": null + }, + { + "symbol": "AXS", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Axis Capital Holdings Ltd", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4639433458592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000FLF615", + "cik": "0001214816", + "lei": null + }, + { + "symbol": "AXS-E", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Axis Capital Holdings Ltd - 5.50% PRF PERPETUAL USD 25 - Ser E 1/100 s", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_434D344331382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001214816", + "lei": null + }, + { + "symbol": "AXSM", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Axsome Therapeutics Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_424B5154374D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00B6G7GL7", + "cik": "0001579428", + "lei": "549300EXGR0XLRJEIB95" + }, + { + "symbol": "AXTA", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Axalta Coating Systems Ltd", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5146374E57462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0060CPLJ5", + "cik": "0001616862", + "lei": "529900AGLPA40GV6H619" + }, + { + "symbol": "AXTI", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "AXT Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4D595A385A302D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BHZ0N5", + "cik": "0001051627", + "lei": "549300M2142IVLVIJN37" + }, + { + "symbol": "AXU", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "Alexco Resource Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4237314A54332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000NWN5K4", + "cik": "0001364128", + "lei": "529900K3MN63IDNCWX87" + }, + { + "symbol": "AY", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Atlantica Sustainable Infrastructure Plc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4C47394B42582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0068Q7716", + "cik": "0001601072", + "lei": "549300ITBBGKJ651R879" + }, + { + "symbol": "AYI", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Acuity Brands, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_46574A5358582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BJ5HK0", + "cik": "0001144215", + "lei": null + }, + { + "symbol": "AYLA", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Ayala Pharmaceuticals Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5150365733352D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00S7P26J9", + "cik": "0001797336", + "lei": null + }, + { + "symbol": "AYRO", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "AYRO Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_43344259364A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000F4HP82", + "cik": "0001086745", + "lei": "549300ZROJXF67RWGV49" + }, + { + "symbol": "AYTU", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Aytu BioScience Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4D5447314D4A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000VC2PT9", + "cik": "0001385818", + "lei": "549300SMWHEALCU7Q019" + }, + { + "symbol": "AYX", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Alteryx Inc - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4D394D5157532D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BGZT72", + "cik": "0001689923", + "lei": "549300XWZG0JHL7I0827" + }, + { + "symbol": "AZAA", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "AIM ETF Products Trust - AllianzIM U.S. Large Cap Buffer10 Apr ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_53584843574B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00V5MP3T2", + "cik": "0001797318", + "lei": null + }, + { + "symbol": "AZAJ", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "AIM ETF Products Trust - AllianzIM U.S. Large Cap Buffer10 Jan ETF", + "date": "2021-01-24", + "type": "et", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00YPGMFG7", + "cik": "0001797318", + "lei": null + }, + { + "symbol": "AZAL", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "AIM ETF Products Trust - AllianzIM U.S. Large Cap Buffer10 Jul ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_505A524733542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00VSHDLY5", + "cik": "0001797318", + "lei": null + }, + { + "symbol": "AZAO", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "AIM ETF Products Trust - AllianzIM U.S. Large Cap Buffer10 Oct ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_54334A5646482D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00XPR0TX0", + "cik": "0001797318", + "lei": null + }, + { + "symbol": "AZBA", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "AIM ETF Products Trust - AllianzIM U.S. Large Cap Buffer20 Apr ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4E37353237462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00V5MGGY7", + "cik": "0001797318", + "lei": null + }, + { + "symbol": "AZBJ", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "AIM ETF Products Trust - AllianzIM U.S. Large Cap Buffer20 Jan ETF", + "date": "2021-01-24", + "type": "et", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00YPGMCV7", + "cik": "0001797318", + "lei": null + }, + { + "symbol": "AZBL", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "AIM ETF Products Trust - AllianzIM U.S. Large Cap Buffer20 Jul ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_42544734465A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00VSHDJL4", + "cik": "0001797318", + "lei": null + }, + { + "symbol": "AZBO", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "AIM ETF Products Trust - AllianzIM U.S. Large Cap Buffer20 Oct ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5136563734592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00XPR1847", + "cik": "0001797318", + "lei": null + }, + { + "symbol": "AZEK", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "AZEK Company Inc - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_444D35444C562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00RPJPN67", + "cik": "0001782754", + "lei": null + }, + { + "symbol": "AZN", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Astrazeneca plc - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_4757363137502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BZ0DK8", + "cik": "0000901832", + "lei": "PY6ZZQWO2IZFZC3IOL08" + }, + { + "symbol": "AZO", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Autozone Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4A4451304B312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000C7LMS8", + "cik": "0000866787", + "lei": "GA3JGKJ41LJKXDN23E90" + }, + { + "symbol": "AZPN", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Aspen Technology Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4457505651532D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000DFMXT3", + "cik": "0000929940", + "lei": "529900B0MZWTVFG7CB96" + }, + { + "symbol": "AZRE", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Azure Power Global Ltd", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4759464431392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00BNY1LB5", + "cik": "0001633438", + "lei": null + }, + { + "symbol": "AZRX", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "AzurRx BioPharma Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5453394E51322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00DBBJ4T4", + "cik": "0001604191", + "lei": "549300CNKRLK1Q2U8069" + }, + { + "symbol": "AZUL", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Azul S.A. - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_4632474D36322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG007NH4TT2", + "cik": "0001432364", + "lei": "549300Z0MWZ57Q9RR205" + }, + { + "symbol": "AZYO", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Aziyo Biologics Inc - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4654504451392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00BRBB838", + "cik": "0001708527", + "lei": null + }, + { + "symbol": "AZZ", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "AZZ Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5035394456592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000F83JZ2", + "cik": "0000008947", + "lei": "549300HD1X2NFLWPYC83" + }, + { + "symbol": "B", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Barnes Group Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_474C335151502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BCSCB1", + "cik": "0000009984", + "lei": "G1MSYD2DQZX30V5DMX12" + }, + { + "symbol": "BA", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Boeing Co.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5258484E39502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BCSST7", + "cik": "0000012927", + "lei": "RVHJWBXLJ1RFUBSY1F30" + }, + { + "symbol": "BAB", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Invesco Capital Management LLC - Invesco Taxable Municipal Bond ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4D42524E32342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000C00736", + "cik": "0001224696", + "lei": null + }, + { + "symbol": "BABA", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Alibaba Group Holding Ltd - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_484B50384A4B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG006G2JVL2", + "cik": "0001577552", + "lei": "5493001NTNQJDH60PM02" + }, + { + "symbol": "BAC", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Bank Of America Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_44544B5A31592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BCTLF6", + "cik": "0000070858", + "lei": "9DJT3UXIJIZJI4WXO774" + }, + { + "symbol": "BAC-A", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Bank Of America Corp. - 6% PRF PERPETUAL USD 25 - Ser EE 1/1000th Int", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_56444B394E302D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000070858", + "lei": "9DJT3UXIJIZJI4WXO774" + }, + { + "symbol": "BAC-B", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Bank Of America Corp. - 6% PRF PERPETUAL USD 25 - Ser GG 1/1000th int", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_5148474C48382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000070858", + "lei": "9DJT3UXIJIZJI4WXO774" + }, + { + "symbol": "BAC-C", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Bank Of America Corp. - 6.20% PRF PERPETUAL USD 25 - Ser CC 1/1000thh ", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4643435358372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000070858", + "lei": "9DJT3UXIJIZJI4WXO774" + }, + { + "symbol": "BAC-E", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Bank Of America Corp. - FR PRF PERPETUAL USD 25 - Ser E", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_474C315942302D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000070858", + "lei": "9DJT3UXIJIZJI4WXO774" + }, + { + "symbol": "BAC-K", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Bank Of America Corp. - 5.875% PRF PERPETUAL USD 25 - Ser HH 1/1000th ", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_50424432364B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000070858", + "lei": "9DJT3UXIJIZJI4WXO774" + }, + { + "symbol": "BAC-L", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Bank Of America Corp. - 7.25% PRF PERPETUAL USD 1000 - Ser L", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_534E3550384C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000070858", + "lei": "9DJT3UXIJIZJI4WXO774" + }, + { + "symbol": "BAC-M", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Bank Of America Corp. - 5.375% PRF PERPETUAL USD 25 - Dp Sh1/1000th in", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4D56385643382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000070858", + "lei": "9DJT3UXIJIZJI4WXO774" + }, + { + "symbol": "BAC-N", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Bank Of America Corp. - 5% PRF PERPETUAL USD 25 - Ser LL DpSh1/1000th", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_5243443059432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000070858", + "lei": "9DJT3UXIJIZJI4WXO774" + }, + { + "symbol": "BAC-O", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Bank Of America Corp. - 4.375% PRF PERPETUAL USD 25 - Ser NN", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4A374D5A38582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000070858", + "lei": "9DJT3UXIJIZJI4WXO774" + }, + { + "symbol": "BAF", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "BlackRock Municipal Income Investment Quality Trust", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5758383648362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BH0G76", + "cik": "0001181026", + "lei": "8ATLXRZQRNRDM8D8SF73" + }, + { + "symbol": "BAH", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Booz Allen Hamilton Holding Corp - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4D5933534B382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000R2YFG7", + "cik": "0001443646", + "lei": "529900JPV47PIUWMA015" + }, + { + "symbol": "BAK", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Braskem S.A. - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_43534E3130582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BDJYK1", + "cik": "0001071438", + "lei": "549300RPMQUFGBB7EY44" + }, + { + "symbol": "BAL", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Barclays Bank PLC - ZC SP ETN REDEEM 23/01/2048 USD 50 - Ser B_BALB", + "date": "2021-01-24", + "type": "struct", + "iexId": "IEX_5444354630572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00JRYCGJ5", + "cik": "0000312070", + "lei": "G5GSEF7VJP5I7OUK5573" + }, + { + "symbol": "BALY", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Ballys Corporation", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_50564C5833422D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG005Q22HG8", + "cik": "0001747079", + "lei": "549300NS4D5IK406VT62" + }, + { + "symbol": "BAM", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Brookfield Asset Management Inc. - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_48534A5438442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000C9KL89", + "cik": "0001001085", + "lei": "C6J3FGIWG6MBDGTE8F80" + }, + { + "symbol": "BAMH", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Brookfield Finance Inc - 4.625% NT REDEEM 16/10/2080 USD 25", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_534A435752352D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": null, + "lei": null + }, + { + "symbol": "BAMI", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Brookfield Finance I (UK) plc - 4.50% NT PERPETUAL USD 25", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_5650393557562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": null, + "lei": null + }, + { + "symbol": "BANC", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Banc of California Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4458564D5A432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000F7VG25", + "cik": "0001169770", + "lei": "549300ZKWUJDP6LJ1X87" + }, + { + "symbol": "BANC-D", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Banc of California Inc - 7.375% PRF PERPETUAL USD 25 - Ser D", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_51594A58484C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001169770", + "lei": "549300ZKWUJDP6LJ1X87" + }, + { + "symbol": "BANC-E", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Banc of California Inc - 7% PRF PERPETUAL USD 25 - Ser E Repstg 1/40th", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4C4E574C43382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001169770", + "lei": "549300ZKWUJDP6LJ1X87" + }, + { + "symbol": "BAND", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Bandwidth Inc - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_474B3058584D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG001K003W2", + "cik": "0001514416", + "lei": "549300QC70JB7MUGXM66" + }, + { + "symbol": "BANF", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Bancfirst Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5243474250572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BGJJX3", + "cik": "0000760498", + "lei": "549300MNZECUR067HB12" + }, + { + "symbol": "BANFP", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "BFC Capital Trust II - 7.20% PFS REDEEM 31/03/2034 USD 25", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4742304443542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001278672", + "lei": null + }, + { + "symbol": "BANR", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Banner Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5031583330332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000MVZH28", + "cik": "0000946673", + "lei": null + }, + { + "symbol": "BANX", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "StoneCastle Financial Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_50544D3158302D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG004PP4922", + "cik": "0001578987", + "lei": "549300IG3L8MH4JMIN52" + }, + { + "symbol": "BAP", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Credicorp Ltd", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4C31545331392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000FKX7Z8", + "cik": "0001001290", + "lei": "529900UYAEYQCQ2BKB17" + }, + { + "symbol": "BAPR", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "Innovator ETFs Trust - Innovator S&P 500 Buffer ETF - April", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4230574250362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00NR9PSK9", + "cik": "0001415726", + "lei": null + }, + { + "symbol": "BAR", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "GraniteShares Gold Trust - GraniteShares Gold Shares", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_584B583044392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00HBPWNN3", + "cik": "0001690437", + "lei": null + }, + { + "symbol": "BASI", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Bioanalytical Systems Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_485A325133512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BX15W6", + "cik": "0000720154", + "lei": "549300FH5Z13X0Q5SK81" + }, + { + "symbol": "BATL", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "Battalion Oil Corp (New)", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_564C484748472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00R4SMLR4", + "cik": "0001282648", + "lei": "3XHTN2NNIMMPORDAMJ28" + }, + { + "symbol": "BATRA", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Liberty Media Corp. (Tracking Stock - Braves) Series A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_544D513458422D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00BFHD1D0", + "cik": "0001560385", + "lei": "549300ZKUTPIBZLWLL89" + }, + { + "symbol": "BATRK", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Liberty Media Corp. (Tracking Stock - Braves) Series C", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_434C5646325A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00BFHD5R6", + "cik": "0001560385", + "lei": "549300ZKUTPIBZLWLL89" + }, + { + "symbol": "BATT", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Amplify ETF Trust - Amplify Lithium & Battery Technology ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4D425A474D322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00L322ZG8", + "cik": "0001633061", + "lei": null + }, + { + "symbol": "BAUG", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "Innovator ETFs Trust - Innovator S&P 500 Buffer ETF - August", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_50314E5930312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00PVP2Q68", + "cik": "0001415726", + "lei": null + }, + { + "symbol": "BAX", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Baxter International Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5456544644462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BCVJ77", + "cik": "0000010456", + "lei": "J5OIVXX3P24RJRW5CK77" + }, + { + "symbol": "BB", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "BlackBerry Ltd", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4C384E30594B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000CR90K4", + "cik": "0001070235", + "lei": "549300HJD8NEGT71RF07" + }, + { + "symbol": "BBAR", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "BBVA Argentina - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_4351444C4C522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BLLR07", + "cik": "0000913059", + "lei": "579100KKDBKJFDKKD024" + }, + { + "symbol": "BBAX", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "J.P. Morgan Exchange-Traded Fund Trust - JPMorgan BetaBuilders Develop", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_535A534E36562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00LN4D2G3", + "cik": "0001485894", + "lei": null + }, + { + "symbol": "BBBY", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Bed, Bath & Beyond Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_443534424C392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000CSY9H9", + "cik": "0000886158", + "lei": "529900ZBUWWUV7BKGX39" + }, + { + "symbol": "BBC", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "ETFis Series Trust I - Virtus LifeSci Biotech Clinical Trials ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_524D533731442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG007QVCGG1", + "cik": "0001559109", + "lei": null + }, + { + "symbol": "BBCA", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "J.P. Morgan Exchange-Traded Fund Trust - JPMorgan BetaBuilders Canada ", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_544B595439432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00LN4CVW2", + "cik": "0001485894", + "lei": null + }, + { + "symbol": "BBCP", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Concrete Pumping Holdings Inc - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4B33425247352D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00M8BB0W0", + "cik": "0001703956", + "lei": null + }, + { + "symbol": "BBD", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Banco Bradesco S.A. - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_5436373736482D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BS6WW3", + "cik": "0001035683", + "lei": "549300CTUU1RFXHQJE44" + }, + { + "symbol": "BBDC", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Barings BDC Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4C4B59524D4A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000F54FK1", + "cik": "0001379785", + "lei": "549300GSF4KFZP6ONG49" + }, + { + "symbol": "BBDO", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Banco Bradesco S.A. - ADR (Ord)", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_544A345252332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG002QK59T6", + "cik": "0001035683", + "lei": "549300CTUU1RFXHQJE44" + }, + { + "symbol": "BBEU", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "J.P.Morgan Investment Management Inc. - JPMorgan BetaBuilders Europe E", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4858385059542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00L52KWW5", + "cik": "0001363391", + "lei": null + }, + { + "symbol": "BBF", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "BlackRock Municipal Income Investment Trust", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4D4B484D4A342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BZH9M7", + "cik": "0001137392", + "lei": "A2HHML4IABXGDVD17F46" + }, + { + "symbol": "BBGI", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Beasley Broadcast Group Inc - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_435A48364B592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000CB07H7", + "cik": "0001099160", + "lei": "549300R5FEOSY86VTY76" + }, + { + "symbol": "BBH", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "VanEck Vectors ETF Trust - VanEck Vectors Biotech ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_534B585458582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000C1FW33", + "cik": "0000869178", + "lei": null + }, + { + "symbol": "BBI", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Brickell Biotech Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4E504B3657572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BGN354", + "cik": "0000819050", + "lei": "549300QODBI5C7YUJE09" + }, + { + "symbol": "BBIG", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Vinco Ventures Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5444443559372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00KP45MJ5", + "cik": "0001717556", + "lei": null + }, + { + "symbol": "BBIN", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "J.P. Morgan Exchange-Traded Fund Trust - JPMorgan BetaBuilders Interna", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5656444D314A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00QRCN8M9", + "cik": "0001485894", + "lei": null + }, + { + "symbol": "BBIO", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "BridgeBio Pharma Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_51584E47385A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00P9KDZK6", + "cik": "0001743881", + "lei": "54930028YG89VTY2J114" + }, + { + "symbol": "BBJP", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "J.P.Morgan Investment Management Inc. - JPMorgan BetaBuilders Japan ET", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_445A46574B372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00L52MGS3", + "cik": "0001363391", + "lei": null + }, + { + "symbol": "BBK", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "BlackRock Municipal Bond Trust", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4832563442332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000DXNHH1", + "cik": "0001167467", + "lei": "N13FNQG6SVW6WDIWRJ75" + }, + { + "symbol": "BBL", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "BHP Group Plc - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_4859325435512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000D7FT09", + "cik": "0001171264", + "lei": "549300C116EOWV835768" + }, + { + "symbol": "BBMC", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "J.P. Morgan Exchange-Traded Fund Trust - JPMorgan BetaBuilders U.S. Mi", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4E5234354A322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00S7NJMQ3", + "cik": "0001485894", + "lei": null + }, + { + "symbol": "BBN", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "BlackRock Taxable Municipal Bond Trust", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5336503053502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BGFM15", + "cik": "0001493683", + "lei": "SNYX4R2CEK5Q5D25DZ39" + }, + { + "symbol": "BBP", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "ETFis Series Trust I - Virtus LifeSci Biotech Products ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4236324E394B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG007QVCC25", + "cik": "0001559109", + "lei": null + }, + { + "symbol": "BBQ", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "BBQ Holdings Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5644563457502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00Q6Q1JJ5", + "cik": "0001021270", + "lei": "549300QU5XV6CFNB5M62" + }, + { + "symbol": "BBRE", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "J.P.Morgan Investment Management Inc. - JPMorgan BetaBuilders MSCI U.S", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4842334A57392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00L53HBD4", + "cik": "0001363391", + "lei": null + }, + { + "symbol": "BBSA", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "J.P. Morgan Exchange-Traded Fund Trust - JPMorgan BetaBuilders 1-5 Yea", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4C374348315A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00NKWDT35", + "cik": "0001485894", + "lei": null + }, + { + "symbol": "BBSC", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "J.P. Morgan Exchange-Traded Fund Trust - JPMorgan BetaBuilders U.S. Sm", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_575339594B512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00X0VP3B2", + "cik": "0001485894", + "lei": null + }, + { + "symbol": "BBSI", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Barrett Business Services Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_48585A4E34522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BHJSC4", + "cik": "0000902791", + "lei": "529900HXB6TMG0SR9Y34" + }, + { + "symbol": "BBUS", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "J.P. Morgan Exchange-Traded Fund Trust - JPMorgan BetaBuilders U.S. Eq", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4B4E36395A472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00NKWFB96", + "cik": "0001485894", + "lei": null + }, + { + "symbol": "BBVA", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Banco Bilbao Vizcaya Argentaria. - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_5658515953352D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BXD232", + "cik": "0000842180", + "lei": "K8MS7FD7N5Z2WQ51AZ71" + }, + { + "symbol": "BBW", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Build A Bear Workshop Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4A394A594A302D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000H8XPS1", + "cik": "0001113809", + "lei": "529900S9MWZC1UBF3D13" + }, + { + "symbol": "BBY", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Best Buy Co. Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_57504B4636362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BCWCG1", + "cik": "0000764478", + "lei": "HL5XPTVRV0O8TUN5LL90" + }, + { + "symbol": "BC", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Brunswick Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_545754464A4A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BCWSS3", + "cik": "0000014930", + "lei": "YM4O38W15AX4YLLQKU27" + }, + { + "symbol": "BCAB", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "BioAtla Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00Y6GBT61", + "cik": "0001826892", + "lei": null + }, + { + "symbol": "BCAT", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "BlackRock Capital Allocation Trust", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5732485434392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00WRC2FN2", + "cik": "0001809541", + "lei": "5493007LDARS47M53X11" + }, + { + "symbol": "BCBP", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "BCB Bancorp Inc (NJ)", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_435A39594B302D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000M7H7J5", + "cik": "0001228454", + "lei": "54930024V6Z8FYSN4291" + }, + { + "symbol": "BCC", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Boise Cascade Co", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_474D4E564A572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000RQKCR4", + "cik": "0001328581", + "lei": "549300Z8B8LSRHC7XA55" + }, + { + "symbol": "BCD", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Aberdeen Standard Investments ETF - Aberdeen Standard Bloomberg All Co", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_513431534C332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00G9CGWP3", + "cik": "0001597934", + "lei": null + }, + { + "symbol": "BCDA", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "BioCardia Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5647595635422D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BTJTF3", + "cik": "0000925741", + "lei": "5493003EDBXRQRW22O75" + }, + { + "symbol": "BCDAW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "BioCardia Inc. - Warrants (26/07/2022)", + "date": "2021-01-24", + "type": "wt", + "iexId": "IEX_4B38504C52542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00PT8VPR6", + "cik": "0000925741", + "lei": "5493003EDBXRQRW22O75" + }, + { + "symbol": "BCE", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "BCE Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5035465234302D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BCXNS3", + "cik": "0000718940", + "lei": "5493001I9203PRB5KR45" + }, + { + "symbol": "BCEI", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Bonanza Creek Energy Inc New", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4344564657592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00GLNJ018", + "cik": "0001509589", + "lei": "IIVIHPH28S64K95M2381" + }, + { + "symbol": "BCEL", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Atreca Inc - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_57524E4753532D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG003FJ1986", + "cik": "0001532346", + "lei": "549300B5CQV1OOXFLU71" + }, + { + "symbol": "BCH", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Banco de Chile - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_4E4D4658424C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000D5HVG9", + "cik": "0001161125", + "lei": "8B4EZFY8IHJC44TT2K84" + }, + { + "symbol": "BCI", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Aberdeen Standard Investments ETF - Aberdeen Standard Bloomberg All Co", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_504A574D484C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00G9CFD03", + "cik": "0001597934", + "lei": null + }, + { + "symbol": "BCLI", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Brainstorm Cell Therapeutics, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4836375458392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000FR6HQ1", + "cik": "0001137883", + "lei": "529900ULKWCLO3ZHXL41" + }, + { + "symbol": "BCM", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Barclays Bank PLC - ZC SP ETN REDEEM 18/04/2041 USD 50 - 06740P114", + "date": "2021-01-24", + "type": "struct", + "iexId": "IEX_4358443652322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG001NC76X8", + "cik": "0000312070", + "lei": "G5GSEF7VJP5I7OUK5573" + }, + { + "symbol": "BCML", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "BayCom Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4B4A5A3951322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000Q6X4R3", + "cik": "0001730984", + "lei": "549300UOLS54Q5ONIG33" + }, + { + "symbol": "BCO", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Brink`s Co.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4D53394448592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000DR5QP5", + "cik": "0000078890", + "lei": "XFP140TFNOQMIVFTVQ13" + }, + { + "symbol": "BCOR", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Blucora Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4B47535834542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BBD178", + "cik": "0001068875", + "lei": "5299001IO03J69IP6L77" + }, + { + "symbol": "BCOV", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Brightcove Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_56485A304D4C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000GZH540", + "cik": "0001313275", + "lei": "5493006VI8OCN44T4W47" + }, + { + "symbol": "BCOW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "1895 Bancorp of Wisconsin Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_433633544A502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00N0NSVR0", + "cik": "0001751692", + "lei": null + }, + { + "symbol": "BCPC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Balchem Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4B5A4E5338462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BCY878", + "cik": "0000009326", + "lei": "549300VR70OPMHUI3557" + }, + { + "symbol": "BCRX", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Biocryst Pharmaceuticals Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5447394236362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BLYWX6", + "cik": "0000882796", + "lei": "549300Z0INP1Z5NP6J59" + }, + { + "symbol": "BCS", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Barclays plc - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_523553395A502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BCZ341", + "cik": "0000312069", + "lei": "213800LBQA1Y9L22JB70" + }, + { + "symbol": "BCSF", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Bain Capital Specialty Finance Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4B57594457532D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00JDV0M15", + "cik": "0001655050", + "lei": "549300V2JL72R0EYBK64" + }, + { + "symbol": "BCTG", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "BCTG Acquisition Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4D4D305A35592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00WFDDRS0", + "cik": "0001819133", + "lei": null + }, + { + "symbol": "BCV", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "Bancroft Fund Ltd", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_504D324E51582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BB76H3", + "cik": "0000009521", + "lei": "5493000X4Y1FB4G26P45" + }, + { + "symbol": "BCV-A", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "Bancroft Fund Ltd - 5.375% PRF PERPETUAL USD 25 - Ser A", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4A4A314C51572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000009521", + "lei": "5493000X4Y1FB4G26P45" + }, + { + "symbol": "BCX", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "BlackRock Resources & Commodities Strategy Trust", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4B383456384B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0019VQB06", + "cik": "0001506289", + "lei": "8DZAUY8151XS5PISSX42" + }, + { + "symbol": "BCYC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Bicycle Therapeutics Plc - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_534B514B484B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00P0YWPK6", + "cik": "0001761612", + "lei": "213800XKUI6R7GKC3E43" + }, + { + "symbol": "BDC", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Belden Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4D4A425A4A502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000Q4XNV1", + "cik": "0000913142", + "lei": "68BKYO1JC791TTJHUE82" + }, + { + "symbol": "BDCX", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "UBS AG London Branch - ZC SP ETN REDEEM 10/06/2050 USD 25", + "date": "2021-01-24", + "type": "struct", + "iexId": "IEX_4837523242592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00V775ND8", + "cik": "0001168525", + "lei": null + }, + { + "symbol": "BDCY", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "UBS AG London Branch - ZC SP ETN REDEEM 21/10/2049 USD 25 - Ser B", + "date": "2020-12-10", + "type": "struct", + "iexId": "IEX_43524E4A324A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00QPKLT76", + "cik": "0001168525", + "lei": null + }, + { + "symbol": "BDCZ", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "UBS AG London Branch - FR SP ETRACS REDEEM 26/04/2041 USD 25 - Ser B", + "date": "2021-01-24", + "type": "struct", + "iexId": "IEX_584C47594C332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00B59K6J4", + "cik": "0001168525", + "lei": null + }, + { + "symbol": "BDEC", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "Innovator ETFs Trust - Innovator S&P 500 Buffer ETF - December", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4842564B43482D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00QYNBZ22", + "cik": "0001415726", + "lei": null + }, + { + "symbol": "BDGE", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Bridge Bancorp, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_53474E4D58592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BGD220", + "cik": "0000846617", + "lei": null + }, + { + "symbol": "BDJ", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "BlackRock Enhanced Equity Dividend Trust", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_50374E5252532D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BZQ7P8", + "cik": "0001332283", + "lei": "G737UEA5SJ50G32LUQ88" + }, + { + "symbol": "BDL", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "Flanigan`s Enterprises, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_564D4D4B35342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BCZHJ4", + "cik": "0000012040", + "lei": "3SQB3XBDRJL87DZJOO94" + }, + { + "symbol": "BDN", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Brandywine Realty Trust", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4C30544C4C312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000CL6RJ3", + "cik": "0000790816", + "lei": "5UZ46ZCYUFYYAC0DS831" + }, + { + "symbol": "BDR", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "Blonder Tongue Laboratories Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5753563846532D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000FVBVT2", + "cik": "0001000683", + "lei": null + }, + { + "symbol": "BDRY", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "ETF Managers Group Commodity Trust I - Breakwave Dry Bulk Shipping ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4A5932485A562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00KDXJCX5", + "cik": "0001610940", + "lei": null + }, + { + "symbol": "BDSI", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Biodelivery Sciences International", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4744375759312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000KL8MG6", + "cik": "0001103021", + "lei": "529900YQ5QSV2ZNM2W45" + }, + { + "symbol": "BDSX", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Biodesix Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4D364C574D462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG001J2LMV6", + "cik": "0001439725", + "lei": null + }, + { + "symbol": "BDTX", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Black Diamond Therapeutics Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_524E4E4C32592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00MS4Y0W9", + "cik": "0001701541", + "lei": null + }, + { + "symbol": "BDX", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Becton, Dickinson And Co.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_57464C4D484C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BCZYD3", + "cik": "0000010795", + "lei": "ICE2EP6D98PQUILVRZ91" + }, + { + "symbol": "BDXB", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Becton, Dickinson And Co. - 6% PRF CONVERT 01/06/2023 USD 50 - Ser B", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4C5153304A562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000010795", + "lei": "ICE2EP6D98PQUILVRZ91" + }, + { + "symbol": "BE", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Bloom Energy Corp - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4D36433848502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000N7KBZ3", + "cik": "0001664703", + "lei": "549300XB5J9BFW5JXV97" + }, + { + "symbol": "BEAM", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Beam Therapeutics Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5452444C59482D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00KXC8646", + "cik": "0001745999", + "lei": null + }, + { + "symbol": "BEAT", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "BioTelemetry Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5147323431592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000R3RKT8", + "cik": "0001574774", + "lei": "549300E1RQ91KHELWN02" + }, + { + "symbol": "BECN", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Beacon Roofing Supply Inc - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4B354E4446522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BKTXF2", + "cik": "0001124941", + "lei": "549300HDXQWWCBOYXP31" + }, + { + "symbol": "BEDU", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Bright Scholar Education Holdings Ltd - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_4E58443350442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00GGXGNN1", + "cik": "0001696355", + "lei": "30030029PAIA7JHF7N33" + }, + { + "symbol": "BEEM", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Beam Global", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_564D484748462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BBJG06", + "cik": "0001398805", + "lei": null + }, + { + "symbol": "BEEMW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Beam Global - Warrants (30/12/2023)", + "date": "2021-01-24", + "type": "wt", + "iexId": "IEX_4351343939482D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00NWRDFH8", + "cik": "0001398805", + "lei": null + }, + { + "symbol": "BEKE", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "KE Holdings Inc - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_4E36314639312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00W9L9LX1", + "cik": "0001809587", + "lei": "254900RHVY072XPAZE03" + }, + { + "symbol": "BELFA", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Bel Fuse Inc. - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4231394632592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000C28YR9", + "cik": "0000729580", + "lei": "2549009L4XYDBRRY6X39" + }, + { + "symbol": "BELFB", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Bel Fuse Inc. - Class B", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_48395357544C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000DYGCS6", + "cik": "0000729580", + "lei": "2549009L4XYDBRRY6X39" + }, + { + "symbol": "BEN", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Franklin Resources, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_484D565654432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BD0TF8", + "cik": "0000038777", + "lei": "RIFQSET379FOGTEFKS80" + }, + { + "symbol": "BEP", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Brookfield Renewable Partners LP - Unit", + "date": "2021-01-24", + "type": null, + "iexId": "IEX_5137383853592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000DJKCL1", + "cik": "0001533232", + "lei": "VA8DFMRI2GY8Y7V79H93" + }, + { + "symbol": "BEP-A", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Brookfield Renewable Partners LP - 5.25% PRF PERPETUAL USD 25 - Cls A", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4C534B3557522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001533232", + "lei": "VA8DFMRI2GY8Y7V79H93" + }, + { + "symbol": "BEPC", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Brookfield Renewable Corporation - Class A (Sub Voting)", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_474D444C33472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00W5FS571", + "cik": "0001791863", + "lei": null + }, + { + "symbol": "BERY", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Berry Global Group Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4A44565859502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000Q1R1Y9", + "cik": "0001378992", + "lei": "549300G6KKUMMXM8NH73" + }, + { + "symbol": "BEST", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "BEST Inc - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_503057314A502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00H1H9511", + "cik": "0001709505", + "lei": "529900DFGEHZGJ3B9M87" + }, + { + "symbol": "BETZ", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Listed Funds Trust - Roundhill Sports Betting & iGaming ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4B39474B30572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00V7866V2", + "cik": "0001683471", + "lei": null + }, + { + "symbol": "BF.A", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Brown-Forman Corp. - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_473651534C472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BD2C18", + "cik": "0000014693", + "lei": "549300873K3LXF7ARU34" + }, + { + "symbol": "BF.B", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Brown-Forman Corp. - Class B", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4C583233374C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BD2NY8", + "cik": "0000014693", + "lei": "549300873K3LXF7ARU34" + }, + { + "symbol": "BFAM", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Bright Horizons Family Solutions, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_46524339324A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG003LFWP05", + "cik": "0001437578", + "lei": null + }, + { + "symbol": "BFC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Bank First Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_44544C3951382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BG27V9", + "cik": "0001746109", + "lei": "549300BRLQAIJ1LJA253" + }, + { + "symbol": "BFEB", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "Innovator ETFs Trust - Innovator S&P 500 Buffer ETF - February", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_504A505131572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00RHZ11C7", + "cik": "0001415726", + "lei": null + }, + { + "symbol": "BFI", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "BurgerFi International Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00KB1G6Y2", + "cik": "0001723580", + "lei": "549300TMBK34NK5FIQ38" + }, + { + "symbol": "BFIIW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "BurgerFi International Inc - Warrants (16/12/2025)", + "date": "2021-01-24", + "type": "wt", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00KFN07H4", + "cik": "0001723580", + "lei": "549300TMBK34NK5FIQ38" + }, + { + "symbol": "BFIN", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Bankfinancial Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5256384C4C572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BCD4H9", + "cik": "0001303942", + "lei": null + }, + { + "symbol": "BFIT", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Global X Funds - Global X Health & Wellness Thematic ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5356564734342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00CVW2FY5", + "cik": "0001432353", + "lei": null + }, + { + "symbol": "BFK", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "BlackRock Municipal Income Trust", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4D38384E32522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BZGJ91", + "cik": "0001137393", + "lei": "R3ITLLW1CUEQICP4XR90" + }, + { + "symbol": "BFO", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "BlackRock Florida Municipal 2020 Term Trust", + "date": "2020-12-16", + "type": "cs", + "iexId": "IEX_44353531595A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000PZKSG3", + "cik": "0001181249", + "lei": "B3JGWFYNMQV704FCGQ25" + }, + { + "symbol": "BFOR", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "ALPS Advisors Inc - ALPS Barron`s 400 ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4D504C3359302D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG004N1S4Q6", + "cik": "0001376113", + "lei": null + }, + { + "symbol": "BFRA", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Biofrontera AG - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_48503936594A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00JR5MHS5", + "cik": "0001712641", + "lei": "391200D6GFSVFGFQTL13" + }, + { + "symbol": "BFS", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Saul Centers, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5344383457312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BJ5G95", + "cik": "0000907254", + "lei": null + }, + { + "symbol": "BFS-D", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Saul Centers, Inc. - 6.125% PRF PERPETUAL USD 25 - Ser D", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4D33305431472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000907254", + "lei": null + }, + { + "symbol": "BFS-E", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Saul Centers, Inc. - 6% PRF PERPETUAL USD 25 - Ser E Rep 1/100th", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4248564D39312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000907254", + "lei": null + }, + { + "symbol": "BFST", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Business First Bancshares Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4A544A46304A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000TGZHS6", + "cik": "0001624322", + "lei": "549300ILTC50KHDX4A08" + }, + { + "symbol": "BFT", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Foley Trasimene Acquisition Corp II - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4E585957344E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00WPSWPF3", + "cik": null, + "lei": null + }, + { + "symbol": "BFT+", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Foley Trasimene Acquisition Corp II - Warrants (11/08/2025)", + "date": "2021-01-24", + "type": "wt", + "iexId": "IEX_523050344B482D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00XPR1CX6", + "cik": null, + "lei": null + }, + { + "symbol": "BFT=", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Foley Trasimene Acquisition Corp II - Units (1 Ord Class A & 1/3 War)", + "date": "2021-01-24", + "type": null, + "iexId": "IEX_4759545144512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00WGHGZG2", + "cik": null, + "lei": null + }, + { + "symbol": "BFTR", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "BlackRock ETF Trust - BlackRock Future Innovators ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_515A4A5A48482D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00XLX5KS1", + "cik": "0001761055", + "lei": null + }, + { + "symbol": "BFY", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "BlackRock New York Municipal Income Trust II", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4A475A544C482D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000NWQ8V3", + "cik": "0001176197", + "lei": "KB852ZS13YUFTCMG3219" + }, + { + "symbol": "BFZ", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "BlackRock California Municipal Income Trust", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_443634475A4A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BB9W75", + "cik": "0001137391", + "lei": "LE6236HQD6DXEGUHE217" + }, + { + "symbol": "BG", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Bunge Ltd.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4734394B32562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000DGPR66", + "cik": "0001144519", + "lei": "5493007M0RIN8HY3MM77" + }, + { + "symbol": "BGB", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Blackstone Strategic Credit Fund", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_474A5A47484D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG002W5R785", + "cik": "0001546429", + "lei": "549300YESIF051NRED20" + }, + { + "symbol": "BGCP", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "BGC Partners Inc - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5635574C53442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000C4MWH4", + "cik": "0001094831", + "lei": "TF1LXM1YNB81WKUH5G19" + }, + { + "symbol": "BGFV", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Big 5 Sporting Goods Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5247545358582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000NF3BG5", + "cik": "0001156388", + "lei": "529900BFAM7VKQMKUC49" + }, + { + "symbol": "BGH", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Barings Global Short Duration High Yield Fund", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4C4D30344B322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0034WH483", + "cik": "0001521404", + "lei": "549300WWIZCL845OP089" + }, + { + "symbol": "BGI", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "Birks Group Inc - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4259524638502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BCPBN3", + "cik": "0001179821", + "lei": "549300IF1W9KCPBSME90" + }, + { + "symbol": "BGIO", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "BlackRock 2022 Global Income Opportunity Trust", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_474C313748572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00FGYVYD1", + "cik": "0001691433", + "lei": null + }, + { + "symbol": "BGLD", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "First Trust Exchange-Traded Fund VIII - FT Cboe Vest Gold Strategy Qua", + "date": "2021-01-24", + "type": "et", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00YXMR9N6", + "cik": "0001667919", + "lei": null + }, + { + "symbol": "BGNE", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "BeiGene Ltd - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_4253583434342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00B6WF7T5", + "cik": "0001651308", + "lei": "549300JFUK6FRD5MH739" + }, + { + "symbol": "BGR", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Blackrock Energy & Resources Trust", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4C4B54304C322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000QD1Q85", + "cik": "0001306550", + "lei": "GG70RT52UUBWY2PJSI68" + }, + { + "symbol": "BGRN", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "iShares Trust - iShares Global Green Bond ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4A36514C464B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00MK1NPJ5", + "cik": "0001006249", + "lei": null + }, + { + "symbol": "BGS", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "B&G Foods, Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5244505158582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000RKXRQ1", + "cik": "0001278027", + "lei": "549300TRW1LZMDJZAQ78" + }, + { + "symbol": "BGSF", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "BG Staffing Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_53474C30445A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG005DLS9N2", + "cik": "0001474903", + "lei": "549300AUC6I9ZG3KKQ91" + }, + { + "symbol": "BGT", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "BlackRock Floating Rate Income Trust", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4C364C33304B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BWND57", + "cik": "0001287480", + "lei": "CORWREIZL67PMUN7T798" + }, + { + "symbol": "BGX", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Blackstone Long-Short Credit Income Fund", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5246314B51362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG001855699", + "cik": "0001504234", + "lei": "549300SM8M5F2TV58W35" + }, + { + "symbol": "BGY", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "BlackRock Enhanced International Dividend Trust", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4750423953382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000R8CVR1", + "cik": "0001393299", + "lei": "N8Y5YESYCLFDXNNUQV93" + }, + { + "symbol": "BH", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Biglari Holdings Inc. - Class B", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4A59515A484A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00JPRDQH1", + "cik": "0001726173", + "lei": "549300J4OQ973AEQEG06" + }, + { + "symbol": "BH.A", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Biglari Holdings Inc. - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4B38374246392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00KK2W379", + "cik": "0001726173", + "lei": "549300J4OQ973AEQEG06" + }, + { + "symbol": "BHAT", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Blue Hat Interactive Entertainment Technology", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_53315A4242432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00NJ41RB7", + "cik": "0001759136", + "lei": "549300PUYYMT986Z6J05" + }, + { + "symbol": "BHB", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "Bar Harbor Bankshares Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_484C524838332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000JKM045", + "cik": "0000743367", + "lei": null + }, + { + "symbol": "BHC", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Bausch Health Companies Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_524A303437302D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000DLFM21", + "cik": "0000885590", + "lei": "B3BS7ACMDUWISF18KY76" + }, + { + "symbol": "BHE", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Benchmark Electronics Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_48335A4247342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000C4JX31", + "cik": "0000863436", + "lei": "549300W18RHYZOZKOP53" + }, + { + "symbol": "BHF", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Brighthouse Financial Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4E4D474D42582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00DYPZ4T0", + "cik": "0001685040", + "lei": "5493003T8SZSHOGGAW52" + }, + { + "symbol": "BHFAN", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Brighthouse Financial Inc - 5.375% PRF PERPETUAL USD 25 - Ser C 1/1000", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_5250345632342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001685040", + "lei": "5493003T8SZSHOGGAW52" + }, + { + "symbol": "BHFAO", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Brighthouse Financial Inc - 6.75% PRF PERPETUAL USD 25 - Ser B 1/1000t", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4E5A3056304C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001685040", + "lei": "5493003T8SZSHOGGAW52" + }, + { + "symbol": "BHFAP", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Brighthouse Financial Inc - 6.60% PRF PERPETUAL USD 25 - Ser A Dep Rep", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_5633424B4B522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001685040", + "lei": "5493003T8SZSHOGGAW52" + }, + { + "symbol": "BHK", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "BlackRock Core Bond Trust", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_584E325056352D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000C09693", + "cik": "0001160864", + "lei": "CC8M7XFKTNG56DXMAR33" + }, + { + "symbol": "BHLB", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Berkshire Hills Bancorp Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4C4D595A38582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BB00D7", + "cik": "0001108134", + "lei": "549300AS2OC6UMMBNO37" + }, + { + "symbol": "BHP", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "BHP Group Limited - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_4353534646312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BD5NZ4", + "cik": "0000811809", + "lei": "WZE1WSENV6JSZFK0JC28" + }, + { + "symbol": "BHR", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Braemar Hotels & Resorts Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_514C475454382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG004PW84G9", + "cik": "0001574085", + "lei": "549300JDUUEBN868C776" + }, + { + "symbol": "BHR-B", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Braemar Hotels & Resorts Inc - 5.50% PRF PERPETUAL USD 25 - Ser B", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_5232374B38392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001574085", + "lei": "549300JDUUEBN868C776" + }, + { + "symbol": "BHR-D", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Braemar Hotels & Resorts Inc - 8.25% PRF PERPETUAL USD 25 - Ser D", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4D584443354D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001574085", + "lei": "549300JDUUEBN868C776" + }, + { + "symbol": "BHSE", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Bull Horn Holdings Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00XTTT1C5", + "cik": "0001759186", + "lei": null + }, + { + "symbol": "BHSEW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Bull Horn Holdings Corp - Warrants (31/10/2025)", + "date": "2021-01-24", + "type": "wt", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00XV39M53", + "cik": "0001759186", + "lei": null + }, + { + "symbol": "BHTG", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "BioHiTech Global Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5238335351362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG005K98LG4", + "cik": "0001590383", + "lei": "54930077H3GWV8GKWE76" + }, + { + "symbol": "BHV", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "BlackRock Virginia Municipal Bond Trust.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5144584D36482D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000DXJJH2", + "cik": "0001169034", + "lei": "4IZPPYU1X29MB3106N40" + }, + { + "symbol": "BHVN", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Biohaven Pharmaceutical Holding Company Ltd", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4E32374C56522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00GFCLY94", + "cik": "0001689813", + "lei": "5299007STZTNN32O9920" + }, + { + "symbol": "BIB", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "ProShares Trust - ProShares Ultra Nasdaq Biotechnology", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_46523153594C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000QMBZX6", + "cik": "0001174610", + "lei": null + }, + { + "symbol": "BIBL", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Northern Lights Fund Trust IV - Inspire 100 ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4353573233352D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00J3H9QW5", + "cik": "0001644419", + "lei": null + }, + { + "symbol": "BICK", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "First Trust Exchange-Traded Fund III - First Trust BICK Index Fund", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4D505A4E54522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000DWPB48", + "cik": "0001424212", + "lei": null + }, + { + "symbol": "BIDU", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Baidu Inc - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_47354E595A4E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000QXWHD1", + "cik": "0001329099", + "lei": "254900AL64IANZYI1E02" + }, + { + "symbol": "BIF", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Boulder Growth & Income Fund Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4742305637372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000KHJ5H9", + "cik": "0000102426", + "lei": "5493000XG0EMNJQ1SM17" + }, + { + "symbol": "BIG", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Big Lots Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5644543256502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000J0D904", + "cik": "0000768835", + "lei": null + }, + { + "symbol": "BIGC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "BigCommerce Holdings Inc Series 1", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5252385157332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00W1PSSJ0", + "cik": "0001626450", + "lei": "549300MOVEFQ78DMPG58" + }, + { + "symbol": "BIIB", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Biogen Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4846355358312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000C17X76", + "cik": "0000875045", + "lei": "W8J5WZB5IY3K0NDQT671" + }, + { + "symbol": "BIL", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "SPDR Series Trust - SPDR Bloomberg Barclays 1-3 Month T-Bill ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4744443434342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000RFQSH8", + "cik": "0001064642", + "lei": null + }, + { + "symbol": "BILI", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Bilibili Inc - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_5451464D594A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00K7T3037", + "cik": "0001723690", + "lei": "5493008V60M52L3PIS45" + }, + { + "symbol": "BILL", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Bill.com Holdings Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4A39444E4C372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00QVJV6V4", + "cik": "0001786352", + "lei": "549300IBF9VZZIGOZW63" + }, + { + "symbol": "BILS", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "SPDR Series Trust - SPDR Bloomberg Barclays 3-12 Month T-Bill ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4C59524846302D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00X8RXFQ1", + "cik": "0001064642", + "lei": null + }, + { + "symbol": "BIMI", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "BOQI International Medical Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4330563553472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000LJGFD9", + "cik": "0001213660", + "lei": "5299002XZU0SNKHPUS06" + }, + { + "symbol": "BIO", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Bio-Rad Laboratories Inc. - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_58384C3250482D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000DY28W5", + "cik": "0000012208", + "lei": "549300ZC1GPV35XYDK53" + }, + { + "symbol": "BIO.B", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Bio-Rad Laboratories Inc. - Class B", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_564A324C46592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BD6WM7", + "cik": "0000012208", + "lei": "549300ZC1GPV35XYDK53" + }, + { + "symbol": "BIOC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Biocept Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4E5A464A33442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000RRRD66", + "cik": "0001044378", + "lei": "5493000MP9GU5S88NF42" + }, + { + "symbol": "BIOL", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Biolase Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_56345756334A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000DDG8B9", + "cik": "0000811240", + "lei": "549300XJRS7X5LH3QM40" + }, + { + "symbol": "BIOX", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "Bioceres Crop Solutions Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4A534442324C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00K817G56", + "cik": "0001769484", + "lei": null + }, + { + "symbol": "BIP", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Brookfield Infrastructure Partners L.P - Unit", + "date": "2021-01-24", + "type": null, + "iexId": "IEX_514A48434B4B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000B9Y8D8", + "cik": "0001406234", + "lei": "549300WEH5R2OODI7Y90" + }, + { + "symbol": "BIP-A", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Brookfield Infrastructure Partners L.P - 5.125% PRF PERPETUAL USD 25 -", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4339394B46592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001406234", + "lei": "549300WEH5R2OODI7Y90" + }, + { + "symbol": "BIPC", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Brookfield Infrastructure Corp - Class A (Subordinate Share)", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5743385152482D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00SDKZ304", + "cik": "0001788348", + "lei": null + }, + { + "symbol": "BIS", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "ProShares Trust - ProShares UltraShort Nasdaq Biotechnology", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4E35574C56382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000QMCF87", + "cik": "0001174610", + "lei": null + }, + { + "symbol": "BIT", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "BlackRock Multi-Sector Income Trust", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4757545631392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG003P84BH1", + "cik": "0001562818", + "lei": "549300BOVTR6GS7HLC41" + }, + { + "symbol": "BIV", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Vanguard Group, Inc. - Vanguard Intermediate-Term Bond ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5237305136512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000R44SW0", + "cik": "0000102909", + "lei": "5493002789CX3L0CJP65" + }, + { + "symbol": "BIVI", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "BioVie Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_503534484E482D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00548BTD6", + "cik": "0001580149", + "lei": null + }, + { + "symbol": "BIZD", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "VanEck Vectors ETF Trust - VanEck Vectors BDC Income ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4D4C324B53302D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00440GKJ4", + "cik": "0000869178", + "lei": null + }, + { + "symbol": "BJ", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "BJ`s Wholesale Club Holdings Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4D524856424B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00FQ8T4G3", + "cik": "0001531152", + "lei": "549300UCIWH1C93V0J03" + }, + { + "symbol": "BJAN", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "Innovator ETFs Trust - Innovator S&P 500 Buffer ETF - January", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5250343637592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00MYXK749", + "cik": "0001415726", + "lei": null + }, + { + "symbol": "BJK", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "VanEck Vectors ETF Trust - VanEck Vectors Gaming ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4742305643432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000V86Z03", + "cik": "0000869178", + "lei": null + }, + { + "symbol": "BJRI", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "BJ`s Restaurant Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_574B304844592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000H9LNX1", + "cik": "0001013488", + "lei": "5299000EOW66I1OJNQ23" + }, + { + "symbol": "BJUL", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "Innovator ETFs Trust - Innovator S&P 500 Buffer ETF - July", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4D37564236532D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00LNJLC51", + "cik": "0001415726", + "lei": null + }, + { + "symbol": "BJUN", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "Innovator ETFs Trust - Innovator S&P 500 Buffer ETF June", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_584B474439442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00PBD5ZW5", + "cik": "0001415726", + "lei": null + }, + { + "symbol": "BK", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Bank Of New York Mellon Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4446395054322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BD8PN9", + "cik": "0001390777", + "lei": "WFLLPEPC7FZXENRZV188" + }, + { + "symbol": "BK-C", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Bank Of New York Mellon Corp - 5.20% PRF PERPETUAL USD 25 - Ser C", + "date": "2020-12-21", + "type": "ps", + "iexId": "IEX_514C4B5138592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001390777", + "lei": "WFLLPEPC7FZXENRZV188" + }, + { + "symbol": "BKAG", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "BNY Mellon ETF Trust - BNY Mellon Core Bond ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4E38383744482D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00RYR56Q6", + "cik": "0001493580", + "lei": null + }, + { + "symbol": "BKCC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "BlackRock Capital Investment Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_485A365837532D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000LFJWM7", + "cik": "0001326003", + "lei": "H88PPRS67HRMQX6CRF26" + }, + { + "symbol": "BKD", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Brookdale Senior Living Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4B4A5A4D39432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000J4L211", + "cik": "0001332349", + "lei": "LH7MQB13NWY7CJ9VC445" + }, + { + "symbol": "BKE", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Buckle, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4731324431562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BD9525", + "cik": "0000885245", + "lei": "5299007IU0461T3GDL34" + }, + { + "symbol": "BKEM", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "BNY Mellon ETF Trust - BNY Mellon Emerging Markets Equity ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4B584C4C32462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00RYRC6L3", + "cik": "0001493580", + "lei": null + }, + { + "symbol": "BKEP", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Blueknight Energy Partners LP - Unit", + "date": "2021-01-24", + "type": null, + "iexId": "IEX_5132504B4E322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000MJVCL9", + "cik": "0001392091", + "lei": "549300MJZOVVV4LEQN47" + }, + { + "symbol": "BKEPP", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Blueknight Energy Partners LP - PRF PERPETUAL USD - Ser A", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4A32313550502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001392091", + "lei": "549300MJZOVVV4LEQN47" + }, + { + "symbol": "BKF", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "BlackRock Institutional Trust Company N.A. - BTC iShares MSCI BRIC ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_514354334A372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000TVZ652", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "BKH", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Black Hills Corporation", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_444E574C544A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BD9ZM7", + "cik": "0001130464", + "lei": "3MGELCRSTNSAMJ962671" + }, + { + "symbol": "BKHY", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "BNY Mellon ETF Trust - BNY Mellon High Yield Beta ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_52533836574C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00RYR5TG7", + "cik": "0001493580", + "lei": null + }, + { + "symbol": "BKI", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Black Knight Inc - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5435504E32462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00GX77LW3", + "cik": "0001627014", + "lei": "549300TUSNXS3BFFML48" + }, + { + "symbol": "BKIE", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "BNY Mellon ETF Trust - BNY Mellon International Equity ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4431585938382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00RYRB9H3", + "cik": "0001493580", + "lei": null + }, + { + "symbol": "BKK", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "BlackRock Municipal 2020 Term Trust", + "date": "2020-12-16", + "type": "cs", + "iexId": "IEX_4A3842364A4C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000PVTH86", + "cik": "0001181250", + "lei": "3UOUT0TVSWH2MLU2XJ29" + }, + { + "symbol": "BKLC", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "BNY Mellon ETF Trust - BNY Mellon US Large Cap Core Equity ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4D34305152362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00RYR67P4", + "cik": "0001493580", + "lei": null + }, + { + "symbol": "BKLN", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Invesco Capital Management LLC - Invesco Senior Loan ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4438573753362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG001K94N28", + "cik": "0001224696", + "lei": null + }, + { + "symbol": "BKMC", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "BNY Mellon ETF Trust - BNY Mellon US Mid Cap Core Equity ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5047504432382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00RYR6CV6", + "cik": "0001493580", + "lei": null + }, + { + "symbol": "BKN", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "BlackRock Investment Quality Municipal Trust", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_574C30484B312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BG98N9", + "cik": "0000894242", + "lei": "HIQUII1IK2OOB2XHIJ72" + }, + { + "symbol": "BKNG", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Booking Holdings Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4C43304831482D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BLBVN4", + "cik": "0001075531", + "lei": "FXM8FAOHMYDIPD38UZ17" + }, + { + "symbol": "BKR", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Baker Hughes Co - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4E464D4837382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00GBVBK51", + "cik": "0001701605", + "lei": "549300XU3XH6F05YEQ93" + }, + { + "symbol": "BKSB", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "BNY Mellon ETF Trust - BNY Mellon Short Duration Corporate Bond ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_56335857364E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00RYR5MK7", + "cik": "0001493580", + "lei": null + }, + { + "symbol": "BKSC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Bank Of South Carolina Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4C3432394E4B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BDBP37", + "cik": "0001007273", + "lei": "549300XQK88HRDZZFE27" + }, + { + "symbol": "BKSE", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "BNY Mellon ETF Trust - BNY Mellon US Small Cap Core Equity ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5742433057462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00RYR6KV8", + "cik": "0001493580", + "lei": null + }, + { + "symbol": "BKT", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "BlackRock Income Trust Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_433548394E512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BDC193", + "cik": "0000832327", + "lei": "TZVEKBHO1R4X5PI73286" + }, + { + "symbol": "BKTI", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "BK Technologies Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4831504A44502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00NKSM4N7", + "cik": "0000002186", + "lei": null + }, + { + "symbol": "BKU", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "BankUnited Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_53365A564A582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000PQPCM6", + "cik": "0001504008", + "lei": "96OVUWEW5D4YX6PFXD91" + }, + { + "symbol": "BKYI", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Bio-Key International Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_463553424B592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BHHR29", + "cik": "0001019034", + "lei": "549300VFT6WAQB4BVB07" + }, + { + "symbol": "BL", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "BlackLine Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4754583859582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0029KJVB0", + "cik": "0001666134", + "lei": "529900P9N7PK9LV5EK56" + }, + { + "symbol": "BLBD", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Blue Bird Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5644584857442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG006427SW3", + "cik": "0001589526", + "lei": "5493004ZXJUUWQ65ER59" + }, + { + "symbol": "BLCM", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Bellicum Pharmaceuticals Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4336573559472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG002QJRQ53", + "cik": "0001358403", + "lei": "529900HBXNLX2TBQZQ65" + }, + { + "symbol": "BLCN", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Siren ETF Trust - Siren Nasdaq NexGen Economy ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_563253374A482D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00JRQRS37", + "cik": "0001796383", + "lei": null + }, + { + "symbol": "BLCT", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "BlueCity Holdings Ltd - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_5651314847562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00VJ0Q6N3", + "cik": "0001791278", + "lei": null + }, + { + "symbol": "BLD", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "TopBuild Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_48444C3831342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0077VS2C0", + "cik": "0001633931", + "lei": "5493007YSKHOL4RWII46" + }, + { + "symbol": "BLDG", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "Cambria Investment Management LP - Cambria Global Real Estate ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_584E4D57574B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00XK4K218", + "cik": "0001529389", + "lei": null + }, + { + "symbol": "BLDP", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Ballard Power Systems Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4E375857444A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BNJRZ8", + "cik": "0001453015", + "lei": "549300OHZ8BMF53YYS26" + }, + { + "symbol": "BLDR", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Builders Firstsource Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_584C57394A322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BKD3K9", + "cik": "0001316835", + "lei": "549300W0SKP6L3H7DP63" + }, + { + "symbol": "BLE", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "BlackRock Municipal Income Trust II", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4E4857444B572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000NWS486", + "cik": "0001176194", + "lei": "17UVWS2OK706BUPLKK60" + }, + { + "symbol": "BLES", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Northern Lights Fund Trust IV - Inspire Global Hope ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_42594D5832582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00G3NVM07", + "cik": "0001644419", + "lei": null + }, + { + "symbol": "BLFS", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Biolife Solutions Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_56304237304D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000HRJ8Q5", + "cik": "0000834365", + "lei": "549300G2IVCMC2TJDW72" + }, + { + "symbol": "BLHY", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Virtus ETF Trust II - Virtus Newfleet Dynamic Credit ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4753583957562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00FGQSZ58", + "cik": "0001648403", + "lei": null + }, + { + "symbol": "BLI", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Berkeley Lights Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_51534C5237512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00HJ8K617", + "cik": "0001689657", + "lei": "549300LTLRE4N65CD358" + }, + { + "symbol": "BLIN", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Bridgeline Digital Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5447393359342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000PMGM61", + "cik": "0001378590", + "lei": "5493007XAMAJ1KUXPN28" + }, + { + "symbol": "BLK", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Blackrock Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_52504E4A524D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000C2PW58", + "cik": "0001364742", + "lei": "549300LRIF3NWCU26A80" + }, + { + "symbol": "BLKB", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Blackbaud Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_535A4C5648522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BGGTW5", + "cik": "0001280058", + "lei": "54930056X3HKFMNG3754" + }, + { + "symbol": "BLL", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Ball Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5646543056512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BDDNH5", + "cik": "0000009389", + "lei": "0BGI85ALH27ZJP15DY16" + }, + { + "symbol": "BLMN", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Bloomin Brands Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4A334C444A542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG002VZ68Y2", + "cik": "0001546417", + "lei": "E1UJ2GO305B5FXGV7N04" + }, + { + "symbol": "BLNK", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Blink Charging Co", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5432543531322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000F9XKN7", + "cik": "0001429764", + "lei": null + }, + { + "symbol": "BLNKW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Blink Charging Co - Warrants (31/01/2023)", + "date": "2021-01-24", + "type": "wt", + "iexId": "IEX_5653423237372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00K0D6K23", + "cik": "0001429764", + "lei": null + }, + { + "symbol": "BLOK", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Amplify ETF Trust - Amplify Transformational Data Sharing ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5730353553392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00JRH3F40", + "cik": "0001633061", + "lei": null + }, + { + "symbol": "BLPH", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Bellerophon Therapeutics Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5054334B54592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG007NP1D94", + "cik": "0001600132", + "lei": "549300AH7DX6B7JBAP68" + }, + { + "symbol": "BLRX", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Bioline Rx Ltd - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_4A3851364A5A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG001Y26LK0", + "cik": "0001498403", + "lei": "529900AKIOSC15Y63R18" + }, + { + "symbol": "BLSA", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "BCLS Acquisition Corp - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4339474D32502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00XRJLFF3", + "cik": "0001823200", + "lei": null + }, + { + "symbol": "BLU", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Bellus Health Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_51314C4338562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000CKVYZ4", + "cik": "0001259942", + "lei": "549300QZYQDSMOXCP667" + }, + { + "symbol": "BLUE", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Bluebird bio Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5035345943532D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000QGWY50", + "cik": "0001293971", + "lei": null + }, + { + "symbol": "BLV", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Vanguard Group, Inc. - Vanguard Long-Term Bond ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5254355739372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000R45489", + "cik": "0000102909", + "lei": "5493002789CX3L0CJP65" + }, + { + "symbol": "BLW", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "BlackRock Limited Duration Income Trust", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_47333634474B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000PLYMY2", + "cik": "0001233681", + "lei": "4VIZ12RURKQTKPDDB492" + }, + { + "symbol": "BLX", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Banco Latinoamericano De Comercio Exterior SA - Class E", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_445756484C342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000CWSZN2", + "cik": "0000890541", + "lei": "549300CN3134K4LC0651" + }, + { + "symbol": "BMA", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Banco Macro S.A. - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_4E30364A58582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000Q44W43", + "cik": "0001347426", + "lei": "579100KKDKKIFEBKK040" + }, + { + "symbol": "BMAR", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "Innovator ETFs Trust - Innovator S&P 500 Buffer ETF - March", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4D5648464E352D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00S1NCRJ3", + "cik": "0001415726", + "lei": null + }, + { + "symbol": "BMAY", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "Innovator ETFs Trust - Innovator S&P 500 Buffer ETF - May", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_57324C585A332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00TGLNR34", + "cik": "0001415726", + "lei": null + }, + { + "symbol": "BMCH", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "BMC Stock Holdings Inc", + "date": "2021-01-05", + "type": "cs", + "iexId": "IEX_54355A4643362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG004PQN2M2", + "cik": "0001574815", + "lei": "549300GHSZDJ1FJEJG18" + }, + { + "symbol": "BME", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "BlackRock Health Sciences Trust", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4D44574C51582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000QSYZF8", + "cik": "0001314966", + "lei": "4UL0KI4EPYFKMUU31I34" + }, + { + "symbol": "BMED", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "BlackRock ETF Trust - BlackRock Future Health ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_44464B3131362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00XLX7539", + "cik": "0001761055", + "lei": null + }, + { + "symbol": "BMEZ", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "BlackRock Health Sciences Trust II", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_464A3136354D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00R28MS68", + "cik": "0001785971", + "lei": null + }, + { + "symbol": "BMI", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Badger Meter Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_57385951304A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BDGHD9", + "cik": "0000009092", + "lei": "5493002JENE20OGTUG20" + }, + { + "symbol": "BML-G", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Bank Of America Corp. - FR PRF PERPETUAL USD 25 - Ser 1", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4430484C4B4A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000070858", + "lei": "9DJT3UXIJIZJI4WXO774" + }, + { + "symbol": "BML-H", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Bank Of America Corp. - FR PRF PERPETUAL USD 25 - Ser 2", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_564D4A4847442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000070858", + "lei": "9DJT3UXIJIZJI4WXO774" + }, + { + "symbol": "BML-J", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Bank Of America Corp. - FR PRF PERPETUAL USD 25 - Ser 4", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_52334A485A392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000070858", + "lei": "9DJT3UXIJIZJI4WXO774" + }, + { + "symbol": "BML-L", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Bank Of America Corp. - FR PRF PERPETUAL USD 25 - Ser 5", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_5059363554382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000070858", + "lei": "9DJT3UXIJIZJI4WXO774" + }, + { + "symbol": "BMLP", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Bank of Montreal - FR SP ETN REDEEM 10/12/2036 USD 50 - Series C", + "date": "2021-01-24", + "type": "struct", + "iexId": "IEX_4746464D4A312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00FJVS8H1", + "cik": "0000927971", + "lei": "NQQ6HPCNCCU6TUTQYE16" + }, + { + "symbol": "BMO", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Bank of Montreal", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5756335659592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000DLY9B9", + "cik": "0000927971", + "lei": "NQQ6HPCNCCU6TUTQYE16" + }, + { + "symbol": "BMRA", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Biomerica Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4C4E333847592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BDH8F6", + "cik": "0000073290", + "lei": null + }, + { + "symbol": "BMRC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Bank of Marin Bancorp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_583435435A362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000C3N539", + "cik": "0001403475", + "lei": "549300EGL1VV7LY0QU69" + }, + { + "symbol": "BMRN", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Biomarin Pharmaceutical Inc. - Registered Shares", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5147355630392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000CZWZ05", + "cik": "0001048477", + "lei": "NSLL8ITTRR0J5HEMR848" + }, + { + "symbol": "BMTC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Bryn Mawr Bank Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4E464D4D48442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BDJ2F7", + "cik": "0000802681", + "lei": "4NOIGQXI7NPP6IUQF087" + }, + { + "symbol": "BMTX", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "BM Technologies Inc - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00M0VJ3R6", + "cik": "0001725872", + "lei": null + }, + { + "symbol": "BMTX+", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "BM Technologies Inc - Warrants (30/09/2025)", + "date": "2021-01-24", + "type": "wt", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00M14DKQ4", + "cik": "0001725872", + "lei": null + }, + { + "symbol": "BMY", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Bristol-Myers Squibb Co.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4C38534B4C542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000DQLV23", + "cik": "0000014272", + "lei": "HLYYNH7UQUORYSJQCN42" + }, + { + "symbol": "BND", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Vanguard Group, Inc. - Vanguard Total Bond Market ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5652305050542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BZZS63", + "cik": "0000102909", + "lei": "5493002789CX3L0CJP65" + }, + { + "symbol": "BNDC", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "FlexShares Trust - FlexShares Core Select Bond Fund", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5230374752592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00F9ZDXS2", + "cik": "0001256909", + "lei": null + }, + { + "symbol": "BNDW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Vanguard Group, Inc. - Vanguard Total World Bond ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_52593235374E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00LWSF7T3", + "cik": "0000102909", + "lei": "5493002789CX3L0CJP65" + }, + { + "symbol": "BNDX", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Vanguard Group, Inc. - Vanguard Total International Bond ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_434D4E3556522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG004N1LFT5", + "cik": "0000102909", + "lei": "5493002789CX3L0CJP65" + }, + { + "symbol": "BNE", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "ETF Series Solutions Trust - Blue Horizon BNE ETF", + "date": "2021-01-24", + "type": "et", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00YFGGQR9", + "cik": "0001540305", + "lei": null + }, + { + "symbol": "BNED", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Barnes & Noble Education Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_465A474E51502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG009CNQCW6", + "cik": "0001634117", + "lei": "549300JQGDS5THBPED41" + }, + { + "symbol": "BNFT", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Benefitfocus Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4C473253565A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0053Z92V9", + "cik": "0001576169", + "lei": "254900W89KP1OS3RXO89" + }, + { + "symbol": "BNGO", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Bionano Genomics Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4A473651384A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG001KWWRS9", + "cik": "0001411690", + "lei": "54930086AP7ROH0VJ631" + }, + { + "symbol": "BNGOW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Bionano Genomics Inc - Warrants (21/08/2023)", + "date": "2021-01-24", + "type": "wt", + "iexId": "IEX_53564B5348582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00M16VDP6", + "cik": "0001411690", + "lei": "54930086AP7ROH0VJ631" + }, + { + "symbol": "BNKD", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Bank of Montreal - ZC SP ETN REDEEM 25/03/2039 USD 50 - Ser E SMTN", + "date": "2021-01-24", + "type": "struct", + "iexId": "IEX_5656305A33572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00NS9ZBC3", + "cik": "0000927971", + "lei": "NQQ6HPCNCCU6TUTQYE16" + }, + { + "symbol": "BNKO", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Bank of Montreal - ZC SP ETN REDEEM 25/03/2039 USD 50 - BNKO", + "date": "2020-12-18", + "type": "struct", + "iexId": "IEX_4C4D504E5A4E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00NS9YKX1", + "cik": "0000927971", + "lei": "NQQ6HPCNCCU6TUTQYE16" + }, + { + "symbol": "BNKU", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Bank of Montreal - ZC SP ETN REDEEM 25/03/2039 USD 50 - BNKU", + "date": "2021-01-24", + "type": "struct", + "iexId": "IEX_4E44363537362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00NS9YGW1", + "cik": "0000927971", + "lei": "NQQ6HPCNCCU6TUTQYE16" + }, + { + "symbol": "BNKZ", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Bank of Montreal - ZC SP ETN REDEEM 25/03/2039 USD 50 - BNKZ", + "date": "2020-12-18", + "type": "struct", + "iexId": "IEX_5637565431432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00NS9YTM4", + "cik": "0000927971", + "lei": "NQQ6HPCNCCU6TUTQYE16" + }, + { + "symbol": "BNL", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Bon Natural Life Ltd", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4E57533847462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001816815", + "lei": null + }, + { + "symbol": "BNO", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "United States Commodity Funds LLC - United States Brent Crude Oil Fund", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_545A395639392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000QZBM11", + "cik": "0001498422", + "lei": null + }, + { + "symbol": "BNOV", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "Innovator ETFs Trust - Innovator S&P 500 Buffer ETF - November", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5450335250572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00QPZ0H72", + "cik": "0001415726", + "lei": null + }, + { + "symbol": "BNR", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Burning Rock Biotech Ltd - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_54333638374B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00V1JWDY7", + "cik": "0001792267", + "lei": null + }, + { + "symbol": "BNS", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Bank Of Nova Scotia", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5846334A4B392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000C2RV03", + "cik": "0000009631", + "lei": "L3I9ZG2KFGXZ61BMYR72" + }, + { + "symbol": "BNSO", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Bonso Electronics International", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4B464E5742592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000F640B2", + "cik": "0000846546", + "lei": null + }, + { + "symbol": "BNTC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Benitec Biopharma Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4832534E48512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00R712L56", + "cik": "0001808898", + "lei": null + }, + { + "symbol": "BNTX", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "BioNTech SE - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_4D465930544C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00Q70B3V1", + "cik": "0001776985", + "lei": "894500UZJ5LG1F8J1U58" + }, + { + "symbol": "BNY", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "BlackRock New York Municipal Income Trust", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_58384C3932502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BZF6G2", + "cik": "0001137390", + "lei": "PJKTUMDJPIZ89SB71052" + }, + { + "symbol": "BOAC", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Bluescape Opportunities Acquisition Corp - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00Y6F0SH5", + "cik": "0001818089", + "lei": null + }, + { + "symbol": "BOAC+", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Bluescape Opportunities Acquisition Corp - Warrants (01/01/9999)", + "date": "2021-01-24", + "type": "wt", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00YGCZ841", + "cik": "0001818089", + "lei": null + }, + { + "symbol": "BOAC=", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Bluescape Opportunities Acquisition Corp - Units (1 Ord Share Class A ", + "date": "2021-01-24", + "type": null, + "iexId": "IEX_4337325644472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00X3HQFL1", + "cik": "0001818089", + "lei": null + }, + { + "symbol": "BOB", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "Alpha Architect Etf Trust - Merlyn.AI Best-of-Breed Core Momentum ETF", + "date": "2021-01-24", + "type": "et", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00YVJR063", + "cik": "0001592900", + "lei": null + }, + { + "symbol": "BOCH", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Bank of Commerce Holdings", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_583957444C422D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000C61V11", + "cik": "0000702513", + "lei": "HIDHKSSVNILGQQ1P9A04" + }, + { + "symbol": "BOCT", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "Innovator ETFs Trust - Innovator S&P 500 Buffer ETF - October", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_51594B4A51362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00M4NZ5C3", + "cik": "0001415726", + "lei": null + }, + { + "symbol": "BOE", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "BlackRock Enhanced Global Dividend Trust", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_42444B5A54302D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000CLJL39", + "cik": "0001320375", + "lei": "U48QD6ILUF60LKMSND68" + }, + { + "symbol": "BOH", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Bank of Hawaii Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_464E4B4C4C302D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000C8D8G9", + "cik": "0000046195", + "lei": "5493006Q8BQ8AD8M2U33" + }, + { + "symbol": "BOIL", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "ProShares Trust - ProShares Ultra Bloomberg Natural Gas", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4442343358502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0024TGRQ2", + "cik": "0001174610", + "lei": null + }, + { + "symbol": "BOKF", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "BOK Financial Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5338595858332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000CFZ003", + "cik": "0000875357", + "lei": "GRI2NT5QHYW751NMR949" + }, + { + "symbol": "BOMN", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Boston Omaha Corp - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_533051334D4E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0021J73K6", + "cik": "0001494582", + "lei": "54930002FEWTYF4YFF19" + }, + { + "symbol": "BOND", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Pimco Exchange Traded Fund - PIMCO Active Bond ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5632424247582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG002N12B91", + "cik": "0001450011", + "lei": null + }, + { + "symbol": "BOOM", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "DMC Global Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4C39523939512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BDLPF3", + "cik": "0000034067", + "lei": "549300CBDXD1Z5MRNG02" + }, + { + "symbol": "BOOT", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Boot Barn Holdings Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4C4E444A4E342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0077SYZV6", + "cik": "0001610250", + "lei": "529900QE1BFMYA3N4E71" + }, + { + "symbol": "BORR", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Borr Drilling Ltd", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5231484B46522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00KVSR8X6", + "cik": "0001715497", + "lei": "213800J2JPCTXLHQ5R78" + }, + { + "symbol": "BOSC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "B.O.S. Better Online Solutions", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_534853535A592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000KVX9C9", + "cik": "0001005516", + "lei": null + }, + { + "symbol": "BOSS", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "Global X Funds - Global X Founder-Run Companies ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_434C324231382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00FZHY342", + "cik": "0001432353", + "lei": null + }, + { + "symbol": "BOTJ", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Bank of James Financial Group Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_423034484C372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BXNHY4", + "cik": "0001275101", + "lei": null + }, + { + "symbol": "BOTZ", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Global X Funds - Global X Funds Global X Robotics & Artificial Intelli", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_54424C3433512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00DSB42G0", + "cik": "0001432353", + "lei": null + }, + { + "symbol": "BOUT", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Innovator ETFs Trust - Innovator IBD(R) Breakout Opportunities ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_434E564638322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00LYC7Z68", + "cik": "0001415726", + "lei": null + }, + { + "symbol": "BOWX", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "BowX Acquisition Corp - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_564A535736332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00W7FH7G7", + "cik": "0001813756", + "lei": null + }, + { + "symbol": "BOWXW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "BowX Acquisition Corp - Warrants (03/08/2025)", + "date": "2021-01-24", + "type": "wt", + "iexId": "IEX_5336343657312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00XY98YS7", + "cik": "0001813756", + "lei": null + }, + { + "symbol": "BOX", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Box Inc - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4A4A385952532D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000PMSK08", + "cik": "0001372612", + "lei": "549300KQUCPD8687YS68" + }, + { + "symbol": "BOXL", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Boxlight Corporation - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_475A33425A592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG007G8KFW8", + "cik": "0001624512", + "lei": "549300G0WFIIEBOJCR57" + }, + { + "symbol": "BP", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "BP plc - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_5833314846472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BT4FC2", + "cik": "0000313807", + "lei": "213800LH1BZH3DI6G760" + }, + { + "symbol": "BPFH", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Boston Private Financial Holdings Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_47583450544A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BMBGV6", + "cik": "0000821127", + "lei": "9LC5YYBM83TLRL460X73" + }, + { + "symbol": "BPMC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Blueprint Medicines Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_435A583048472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG001MC8YF7", + "cik": "0001597264", + "lei": "5299004CC60O9T5HVM83" + }, + { + "symbol": "BPMP", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "BP Midstream Partners LP - Unit", + "date": "2021-01-24", + "type": null, + "iexId": "IEX_5357365353542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00HPBBSM2", + "cik": "0001708301", + "lei": "529900PIOYVTOPLH5962" + }, + { + "symbol": "BPOP", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Popular Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4C333346504A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BDNB35", + "cik": "0000763901", + "lei": "5493008CARDZMVQ3LO89" + }, + { + "symbol": "BPOPM", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Popular Capital Trust II - 6.125% PRF CONVERT 01/12/2034 USD 25", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_564A424236362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001262446", + "lei": null + }, + { + "symbol": "BPOPN", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Popular Capital Trust I - 6.70% PRF CONVERT 01/11/2033 USD 25 - Cls A", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4B344B5A51442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001262445", + "lei": null + }, + { + "symbol": "BPRN", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Bank of Princeton", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_544D4B4658582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000TGXB29", + "cik": null, + "lei": "549300EMC7T53UNNNA58" + }, + { + "symbol": "BPT", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "BP Prudhoe Bay Royalty Trust - Unit", + "date": "2021-01-24", + "type": null, + "iexId": "IEX_4352485A35302D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000C0MQQ5", + "cik": "0000850033", + "lei": "529900GWA7X2Z1HY3675" + }, + { + "symbol": "BPTH", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Bio-Path Holdings Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_54585A5A36542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000PQXTT3", + "cik": "0001133818", + "lei": null + }, + { + "symbol": "BPY", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Brookfield Property Partners L.P. - Unit", + "date": "2021-01-24", + "type": null, + "iexId": "IEX_4457393858342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG004BMM0N0", + "cik": "0001545772", + "lei": "5493004J5Z0TZW83NU62" + }, + { + "symbol": "BPYPN", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Brookfield Property Partners L.P. - 5.75% PRF PERPETUAL USD 25 - Cls A", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4E4448305A432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001545772", + "lei": "5493004J5Z0TZW83NU62" + }, + { + "symbol": "BPYPO", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Brookfield Property Partners L.P. - 6.375% PRF PERPETUAL USD 25 - Cls ", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4C44593346332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001545772", + "lei": "5493004J5Z0TZW83NU62" + }, + { + "symbol": "BPYPP", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Brookfield Property Partners L.P. - 6.50% PRF PERPETUAL USD 25 - Ser 1", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4858504A38512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001545772", + "lei": "5493004J5Z0TZW83NU62" + }, + { + "symbol": "BPYU", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Brookfield Property REIT Inc. - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_534A425359462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00LT2PDY4", + "cik": "0001496048", + "lei": "549300K1JD1LDRNBET48" + }, + { + "symbol": "BPYUP", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Brookfield Property REIT Inc. - 6.375% PRF PERPETUAL USD 25 - Ser A", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_5433485A30592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001496048", + "lei": "549300K1JD1LDRNBET48" + }, + { + "symbol": "BQ", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Boqii Holding Limited - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_484C423532562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00X700ND4", + "cik": "0001815021", + "lei": null + }, + { + "symbol": "BR", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Broadridge Financial Solutions, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4D585A3752572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000PPFKQ7", + "cik": "0001383312", + "lei": null + }, + { + "symbol": "BRBR", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Bellring Brands Inc - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5132504E5A392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00QB9FGV4", + "cik": "0001772016", + "lei": null + }, + { + "symbol": "BRBS", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "Blue Ridge Bankshares Inc (VA)", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4E3936394C4A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BJ7RY1", + "cik": "0000842717", + "lei": null + }, + { + "symbol": "BRC", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Brady Corp. - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4838485237582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BDNV95", + "cik": "0000746598", + "lei": "549300G2LEQOFQC8GY34" + }, + { + "symbol": "BREZ", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Breeze Holdings Acquisition Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00Y057MH9", + "cik": "0001817640", + "lei": null + }, + { + "symbol": "BREZR", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Breeze Holdings Acquisition Corp - Tradeable Rights - May 2022", + "date": "2021-01-24", + "type": null, + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00YMWBPF6", + "cik": "0001817640", + "lei": null + }, + { + "symbol": "BREZW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Breeze Holdings Acquisition Corp - Warrants (20/11/2022)", + "date": "2021-01-24", + "type": "wt", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00YMYH1S5", + "cik": "0001817640", + "lei": null + }, + { + "symbol": "BRF", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "VanEck Vectors ETF Trust - VanEck Vectors Brazil Small-Cap ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5459335046462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000LZL692", + "cik": "0000869178", + "lei": null + }, + { + "symbol": "BRFS", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "BRF S.A. - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_564D4D5450442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BB8SJ2", + "cik": "0001122491", + "lei": "959800M68D2EGZQ92961" + }, + { + "symbol": "BRG", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "Bluerock Residential Growth REIT Inc - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4237314B424D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG005NDTZZ7", + "cik": "0001442626", + "lei": "549300KWLV0TGICOUU26" + }, + { + "symbol": "BRG-A", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "Bluerock Residential Growth REIT Inc - SU PRF PERPETUAL USD 25 - Ser A", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_434A425942382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001442626", + "lei": "549300KWLV0TGICOUU26" + }, + { + "symbol": "BRG-C", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "Bluerock Residential Growth REIT Inc - SU PRF PERPETUAL USD 25 - Ser C", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_474B52424D4D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001442626", + "lei": "549300KWLV0TGICOUU26" + }, + { + "symbol": "BRG-D", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "Bluerock Residential Growth REIT Inc - 7.125% PRF PERPETUAL USD 25 - S", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4C31593633312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001442626", + "lei": "549300KWLV0TGICOUU26" + }, + { + "symbol": "BRID", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Bridgford Foods Corporation", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5444314D37532D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BDPZ58", + "cik": "0000014177", + "lei": null + }, + { + "symbol": "BRK.A", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Berkshire Hathaway Inc. - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4352485252542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000DWCFL4", + "cik": "0001067983", + "lei": "5493000C01ZX7D35SD85" + }, + { + "symbol": "BRK.B", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Berkshire Hathaway Inc. - Class B", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_44424E5856422D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000DWG505", + "cik": "0001067983", + "lei": "5493000C01ZX7D35SD85" + }, + { + "symbol": "BRKL", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Brookline Bancorp, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5334394639482D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BFYGX4", + "cik": "0001049782", + "lei": null + }, + { + "symbol": "BRKR", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Bruker Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4B48535A445A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000CL1FG7", + "cik": "0001109354", + "lei": "LEBZ6VLQ6I8XB1NHVY15" + }, + { + "symbol": "BRKS", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Brooks Automation, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4231385256422D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000DX9JV7", + "cik": "0000933974", + "lei": "35ZN6X1ANPH25YN32Y17" + }, + { + "symbol": "BRLI", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Brilliant Acquisition Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5335524447322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00SHZKZD8", + "cik": "0001787518", + "lei": null + }, + { + "symbol": "BRLIR", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Brilliant Acquisition Corp - Tradeable Rights - July 2020", + "date": "2021-01-24", + "type": null, + "iexId": "IEX_42314C5034302D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00W6WBQ84", + "cik": "0001787518", + "lei": null + }, + { + "symbol": "BRLIW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Brilliant Acquisition Corp - Warrants (31/03/2025)", + "date": "2021-01-24", + "type": "wt", + "iexId": "IEX_4447463354522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00W7FRPH5", + "cik": "0001787518", + "lei": null + }, + { + "symbol": "BRMK", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Broadmark Realty Capital Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4D32584754472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00QV3CHC7", + "cik": "0001784797", + "lei": null + }, + { + "symbol": "BRMK+", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "Broadmark Realty Capital Inc - Warrants (15/11/2024)", + "date": "2021-01-24", + "type": "wt", + "iexId": "IEX_50475142384B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00QV3NK65", + "cik": "0001784797", + "lei": null + }, + { + "symbol": "BRN", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "Barnwell Industries Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_523939504C422D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BDQW54", + "cik": "0000010048", + "lei": null + }, + { + "symbol": "BRO", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Brown & Brown, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4A30365939532D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BWSGF4", + "cik": "0000079282", + "lei": "549300PC8KTJ71XKFY89" + }, + { + "symbol": "BROG", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Brooge Energy Limited", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_464B4A4B58462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00L458B68", + "cik": "0001774983", + "lei": null + }, + { + "symbol": "BROGW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Brooge Energy Limited - Warrants (22/12/2024)", + "date": "2021-01-24", + "type": "wt", + "iexId": "IEX_4C3756574B4B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00LFM6MH5", + "cik": "0001774983", + "lei": null + }, + { + "symbol": "BRP", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "BRP Group Inc - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_56324D4C43562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00QDCHF36", + "cik": "0001781755", + "lei": null + }, + { + "symbol": "BRPA", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Big Rock partners Acquisition Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4258485746352D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00JCWDN63", + "cik": "0001719406", + "lei": "5493003FN4CLS0670T77" + }, + { + "symbol": "BRPAR", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Big Rock partners Acquisition Corp - Tradeable Rights - Dec 2017", + "date": "2021-01-24", + "type": null, + "iexId": "IEX_483050305A532D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00JCWDJQ0", + "cik": "0001719406", + "lei": "5493003FN4CLS0670T77" + }, + { + "symbol": "BRPAW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Big Rock partners Acquisition Corp - Warrants (01/12/2022)", + "date": "2021-01-24", + "type": "wt", + "iexId": "IEX_4656425054522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00JCWDKV1", + "cik": "0001719406", + "lei": "5493003FN4CLS0670T77" + }, + { + "symbol": "BRQS", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Borqs Technologies Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_524B583237592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00B9RG1J6", + "cik": "0001650575", + "lei": null + }, + { + "symbol": "BRT", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "BRT Apartments Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5030533134362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BDR7W8", + "cik": "0000014846", + "lei": null + }, + { + "symbol": "BRX", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Brixmor Property Group Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4434565243442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG001LFLZZ1", + "cik": "0001581068", + "lei": "5299007UXW6Y0W2EGZ95" + }, + { + "symbol": "BRY", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Berry Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4A46575136342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00H5HHTV3", + "cik": "0001705873", + "lei": null + }, + { + "symbol": "BRZU", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Direxion Shares ETF Trust - Direxion Daily MSCI Brazil Bull 2X Shares", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_44594C5236362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG004F0NT23", + "cik": "0001424958", + "lei": null + }, + { + "symbol": "BSA", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "BrightSphere Investment Group Inc - 5.125% NT REDEEM 01/08/2031 USD 25", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_5836334A39382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001611702", + "lei": "5493004FTLQNQTBOP608" + }, + { + "symbol": "BSAC", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Banco Santander Chile SA - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_484A48434A392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BCZQ13", + "cik": "0001027552", + "lei": "3YJP8HORPAEXJ80D6368" + }, + { + "symbol": "BSAE", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Invesco Exchange-Traded Self-Indexed Fund Trust - Invesco BulletShares", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5156305344362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00M56DFK2", + "cik": "0001657201", + "lei": null + }, + { + "symbol": "BSBE", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Invesco Exchange-Traded Self-Indexed Fund Trust - Invesco BulletShares", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5246355947512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00M56DCJ1", + "cik": "0001657201", + "lei": null + }, + { + "symbol": "BSBK", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Bogota Financial Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5331344853562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00Q709YV6", + "cik": "0001787414", + "lei": null + }, + { + "symbol": "BSBR", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Banco Santander (Brasil) S.A. - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_46424C364D532D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000QSFS65", + "cik": "0001471055", + "lei": "549300D1H731B30TSI43" + }, + { + "symbol": "BSCE", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Invesco Exchange-Traded Self-Indexed Fund Trust - Invesco BulletShares", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5850504636432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00M56DHC7", + "cik": "0001657201", + "lei": null + }, + { + "symbol": "BSCK", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Invesco Capital Management LLC - Invesco BulletShares 2020 Corporate B", + "date": "2020-12-16", + "type": "et", + "iexId": "IEX_5351423356542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00KJR0RG8", + "cik": "0001224696", + "lei": null + }, + { + "symbol": "BSCL", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Invesco Capital Management LLC - Invesco BulletShares 2021 Corporate B", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4254564D59432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00KJR0T01", + "cik": "0001224696", + "lei": null + }, + { + "symbol": "BSCM", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Invesco Capital Management LLC - Invesco BulletShares 2022 Corporate B", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4346305430572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00KJR0VY9", + "cik": "0001224696", + "lei": null + }, + { + "symbol": "BSCN", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Invesco Capital Management LLC - Invesco BulletShares 2023 Corporate B", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5653345439442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00KJR0XT1", + "cik": "0001224696", + "lei": null + }, + { + "symbol": "BSCO", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Invesco Capital Management LLC - Invesco BulletShares 2024 Corporate B", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4752574330592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00KJR2FP2", + "cik": "0001224696", + "lei": null + }, + { + "symbol": "BSCP", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Invesco Capital Management LLC - Invesco BulletShares 2025 Corporate B", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4352355137302D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00KJR2HF9", + "cik": "0001224696", + "lei": null + }, + { + "symbol": "BSCQ", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Invesco Capital Management LLC - Invesco BulletShares 2026 Corporate B", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4C384C4B53542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00KJR2JD7", + "cik": "0001224696", + "lei": null + }, + { + "symbol": "BSCR", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Invesco Capital Management LLC - Invesco BulletShares 2027 Corporate B", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5838504652392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00KJR2KC5", + "cik": "0001224696", + "lei": null + }, + { + "symbol": "BSCS", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Invesco Exchange-Traded Self-Indexed Fund Trust - Invesco BulletShares", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_50344B584D482D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00LNJW4Y5", + "cik": "0001657201", + "lei": null + }, + { + "symbol": "BSCT", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Invesco Exchange-Traded Self-Indexed Fund Trust - Invesco BulletShares", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4E464B364A532D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00Q5D6Z22", + "cik": "0001657201", + "lei": null + }, + { + "symbol": "BSCU", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Invesco Exchange-Traded Self-Indexed Fund Trust - Invesco BulletShares", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_52384C365A482D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00X3HYB22", + "cik": "0001657201", + "lei": null + }, + { + "symbol": "BSD", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "BlackRock Strategic Municipal Trust", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_585032474A312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BGRXR0", + "cik": "0001089094", + "lei": "DHJF4NDTT27QQ22K2S66" + }, + { + "symbol": "BSDE", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Invesco Exchange-Traded Self-Indexed Fund Trust - Invesco BulletShares", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_48375A56474A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00M56DNW2", + "cik": "0001657201", + "lei": null + }, + { + "symbol": "BSE", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "BlackRock New York Municipal Income Quality Trust", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4654375348382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BMH919", + "cik": "0001181024", + "lei": "8OLCZBLW53BSWGP8HR39" + }, + { + "symbol": "BSEP", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "Innovator ETFs Trust - Innovator S&P 500 Buffer ETF - September", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4A375953444A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00Q4022R1", + "cik": "0001415726", + "lei": null + }, + { + "symbol": "BSET", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Bassett Furniture Industries Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4A4A335134372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BDRR63", + "cik": "0000010329", + "lei": null + }, + { + "symbol": "BSGM", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Biosig Technologies Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4C305853384E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG006MM6RH9", + "cik": "0001530766", + "lei": null + }, + { + "symbol": "BSIG", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "BrightSphere Investment Group Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_465337395A372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00P2HLNY3", + "cik": "0001611702", + "lei": "5493004FTLQNQTBOP608" + }, + { + "symbol": "BSJK", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Invesco Capital Management LLC - Invesco BulletShares 2020 High Yield ", + "date": "2020-12-16", + "type": "et", + "iexId": "IEX_544A444236372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00KJR0S85", + "cik": "0001224696", + "lei": null + }, + { + "symbol": "BSJL", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Invesco Capital Management LLC - Invesco BulletShares 2021 High Yield ", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4630435653442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00KJR0V60", + "cik": "0001224696", + "lei": null + }, + { + "symbol": "BSJM", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Invesco Capital Management LLC - Invesco BulletShares 2022 High Yield ", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_48593650355A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00KJR0WQ6", + "cik": "0001224696", + "lei": null + }, + { + "symbol": "BSJN", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Invesco Capital Management LLC - Invesco BulletShares 2023 High Yield ", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4335304B34482D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00KJR0YK8", + "cik": "0001224696", + "lei": null + }, + { + "symbol": "BSJO", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Invesco Capital Management LLC - Invesco BulletShares 2024 High Yield ", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4B3338374D532D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00KJR2GJ7", + "cik": "0001224696", + "lei": null + }, + { + "symbol": "BSJP", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Invesco Capital Management LLC - Invesco BulletShares 2025 High Yield ", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5242445235592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00KXH4VM4", + "cik": "0001224696", + "lei": null + }, + { + "symbol": "BSJQ", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Invesco Exchange-Traded Self-Indexed Fund Trust - Invesco BulletShares", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5332445231322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00LNJYD19", + "cik": "0001657201", + "lei": null + }, + { + "symbol": "BSJR", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Invesco Exchange-Traded Self-Indexed Fund Trust - Invesco BulletShares", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4C50315139372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00Q5LFGF2", + "cik": "0001657201", + "lei": null + }, + { + "symbol": "BSJS", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Invesco Exchange-Traded Self-Indexed Fund Trust - Invesco BulletShares", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4D35463244572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00X3HZJ42", + "cik": "0001657201", + "lei": null + }, + { + "symbol": "BSL", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Blackstone Senior Floating Rate Term Fund", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_564E574B50572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000QFYDY4", + "cik": "0001486298", + "lei": "549300PXYPBYRHU59R03" + }, + { + "symbol": "BSM", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Black Stone Minerals L.P. - Unit", + "date": "2021-01-24", + "type": null, + "iexId": "IEX_5036304E54422D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG008B5CF29", + "cik": "0001621434", + "lei": "0C0OFK66613BCRQJ7F34" + }, + { + "symbol": "BSML", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Invesco Exchange-Traded Self-Indexed Fund Trust - Invesco BulletShares", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5059344256322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00Q9CYFY8", + "cik": "0001657201", + "lei": null + }, + { + "symbol": "BSMM", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Invesco Exchange-Traded Self-Indexed Fund Trust - Invesco BulletShares", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_57364D544B512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00Q8GW8C2", + "cik": "0001657201", + "lei": null + }, + { + "symbol": "BSMN", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Invesco Exchange-Traded Self-Indexed Fund Trust - Invesco BulletShares", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5753535A4E372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00Q8H4Y07", + "cik": "0001657201", + "lei": null + }, + { + "symbol": "BSMO", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Invesco Exchange-Traded Self-Indexed Fund Trust - Invesco BulletShares", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4331584D36482D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00Q8HCL33", + "cik": "0001657201", + "lei": null + }, + { + "symbol": "BSMP", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Invesco Exchange-Traded Self-Indexed Fund Trust - Invesco BulletShares", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_583152434B472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00Q9CYLW7", + "cik": "0001657201", + "lei": null + }, + { + "symbol": "BSMQ", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Invesco Exchange-Traded Self-Indexed Fund Trust - Invesco BulletShares", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4836365958342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00Q8HN7X9", + "cik": "0001657201", + "lei": null + }, + { + "symbol": "BSMR", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Invesco Exchange-Traded Self-Indexed Fund Trust - Invesco BulletShares", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_44384434484B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00Q9CYY68", + "cik": "0001657201", + "lei": null + }, + { + "symbol": "BSMS", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Invesco Exchange-Traded Self-Indexed Fund Trust - Invesco BulletShares", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4C34315339512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00Q8HQSW1", + "cik": "0001657201", + "lei": null + }, + { + "symbol": "BSMT", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Invesco Exchange-Traded Self-Indexed Fund Trust - Invesco BulletShares", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4E4751464D532D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00Q9CZ7W7", + "cik": "0001657201", + "lei": null + }, + { + "symbol": "BSMU", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Invesco Exchange-Traded Self-Indexed Fund Trust - Invesco BulletShares", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_483344335A392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00X3HX8D8", + "cik": "0001657201", + "lei": null + }, + { + "symbol": "BSMX", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Banco Santander Mexico S.A. - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_4344344B31392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00JSKYMY0", + "cik": null, + "lei": "SCRYQ25DTVRHYYMM6P89" + }, + { + "symbol": "BSN", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Broadstone Acquisition Corp - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4E4736574B532D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00XYJ9X79", + "cik": "0001815805", + "lei": null + }, + { + "symbol": "BSN+", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Broadstone Acquisition Corp - Warrants(15/09/2028)", + "date": "2021-01-24", + "type": "wt", + "iexId": "IEX_534B443134442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00XYJHHP5", + "cik": "0001815805", + "lei": null + }, + { + "symbol": "BSN=", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Broadstone Acquisition Corp - Units (1 Ord Share Class A & 1/2 War)", + "date": "2021-01-24", + "type": null, + "iexId": "IEX_4D33344C32562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00WNSDQ00", + "cik": "0001815805", + "lei": null + }, + { + "symbol": "BSQR", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "BSquare Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_57344A4839522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000C1CYF9", + "cik": "0001054721", + "lei": null + }, + { + "symbol": "BSRR", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Sierra Bancorp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4752523648462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BDJ1L2", + "cik": "0001130144", + "lei": null + }, + { + "symbol": "BST", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "BlackRock Science and Technology Trust", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4A38474430302D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0077G51Q5", + "cik": "0001616678", + "lei": "549300LK15IHMMH5IS84" + }, + { + "symbol": "BSTC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Biospecifics Technologies Corp.", + "date": "2020-12-03", + "type": "cs", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000CLT0M3", + "cik": "0000875622", + "lei": null + }, + { + "symbol": "BSTZ", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "BlackRock Science and Technology Trust II", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_58314D4630522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00P5271Z6", + "cik": "0001768666", + "lei": "549300NQ3IL1NKVC9M67" + }, + { + "symbol": "BSV", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Vanguard Group, Inc. - Vanguard Short-Term Bond ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_58484A3559432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000R44H09", + "cik": "0000102909", + "lei": "5493002789CX3L0CJP65" + }, + { + "symbol": "BSVN", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Bank7 Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_424743575A302D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00LV100N0", + "cik": "0001746129", + "lei": "5493003OO8EG0RKSFX83" + }, + { + "symbol": "BSX", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Boston Scientific Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5652313650392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000C0LW92", + "cik": "0000885725", + "lei": "Y6ZDD9FP4P8JSSJMW954" + }, + { + "symbol": "BSX-A", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Boston Scientific Corp. - 5.50% PRF CONVERT 01/06/2023 USD 100 - Ser A", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4B384334444C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000885725", + "lei": "Y6ZDD9FP4P8JSSJMW954" + }, + { + "symbol": "BSY", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Bentley Systems Inc - Class B", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4456344C59522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BMSRR9", + "cik": "0001031308", + "lei": "549300WVEHPGE0Z56F71" + }, + { + "symbol": "BTA", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "BlackRock Long-Term Municipal Advantage Trust", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4C4E3631534B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BWS336", + "cik": "0001343793", + "lei": "G3XW7SJTEWPATVFP0M68" + }, + { + "symbol": "BTAI", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "BioXcel Therapeutics Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5338304432582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00K20GVD2", + "cik": "0001720893", + "lei": "549300Y25FYZ0E8LW260" + }, + { + "symbol": "BTAL", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "AGF Investments Trust - AGFiQ U.S. Market Neutral Anti-Beta Fund", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_48344B534E472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0021PGZZ5", + "cik": "0001479599", + "lei": null + }, + { + "symbol": "BTAQ", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Burgundy Technology Acquisition Corp - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4859504356442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00WFDHMX1", + "cik": "0001815526", + "lei": null + }, + { + "symbol": "BTAQW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Burgundy Technology Acquisition Corp - Warrants (19/08/2025)", + "date": "2021-01-24", + "type": "wt", + "iexId": "IEX_4639535232592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00WPKL1L8", + "cik": "0001815526", + "lei": null + }, + { + "symbol": "BTBT", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Bit Digital Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5130524C50362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00JM2HVP5", + "cik": "0001710350", + "lei": null + }, + { + "symbol": "BTE", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Baytex Energy Corp", + "date": "2020-12-04", + "type": "cs", + "iexId": "IEX_4A53373552372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BW3M86", + "cik": "0001279495", + "lei": "549300R5LTV2H7I1I079" + }, + { + "symbol": "BTEC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Principal Exchange-Traded Funds - Principal Healthcare Innovators Inde", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_48445A5737332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00DM1BCP8", + "cik": "0001572661", + "lei": null + }, + { + "symbol": "BTEK", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "BlackRock ETF Trust - BlackRock Future Tech ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5037314837592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00XLX6TZ3", + "cik": "0001761055", + "lei": null + }, + { + "symbol": "BTG", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "B2gold Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4C4E344351332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000V9KFD5", + "cik": "0001429937", + "lei": "549300F7OK456M5NLM05" + }, + { + "symbol": "BTI", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "British American Tobacco Plc - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_47474A3732312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BWPXQ8", + "cik": "0001303523", + "lei": "213800FKA5MF17RJKT63" + }, + { + "symbol": "BTN", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "Ballantyne Strong Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4354533632582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000N3DWR3", + "cik": "0000946454", + "lei": "549300JFWJCH6F31CJ75" + }, + { + "symbol": "BTNB", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Bridgetown 2 Holdings Ltd - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00YR1HT65", + "cik": "0001831236", + "lei": null + }, + { + "symbol": "BTO", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "John Hancock Financial Opportunities Fund", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4D324C3344322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000DH1TW7", + "cik": "0000925683", + "lei": "549300GAIJWXWTEVVK15" + }, + { + "symbol": "BTRS", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "BTRS Holdings Inc - Class 1", + "date": "2021-01-24", + "type": "cs", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00PV4MRF1", + "cik": "0001774155", + "lei": "549300K51KDPS5MBVB54" + }, + { + "symbol": "BTRSW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "BTRS Holdings Inc - Warrants (12/01/2026)", + "date": "2021-01-24", + "type": "wt", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00PV4Q0L9", + "cik": "0001774155", + "lei": "549300K51KDPS5MBVB54" + }, + { + "symbol": "BTT", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "BlackRock Municipal 2030 Target Term Trust", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_42535352394C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG003BPLZZ6", + "cik": "0001528437", + "lei": "549300TDIJ2J8F6X3N04" + }, + { + "symbol": "BTU", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Peabody Energy Corp. New", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4D53443438312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00GBV88T6", + "cik": "0001064728", + "lei": "EJCO258LNNVSKAR2JX59" + }, + { + "symbol": "BTWN", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Bridgetown Holdings Ltd - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00XLXLPV8", + "cik": "0001815086", + "lei": null + }, + { + "symbol": "BTWNW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Bridgetown Holdings Ltd - Warrants (14/10/2025)", + "date": "2021-01-24", + "type": "wt", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00YFJ1X94", + "cik": "0001815086", + "lei": null + }, + { + "symbol": "BTYS", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "Barclays Bank PLC - ZC SP ETN REDEEM 04/02/2050 USD 50", + "date": "2020-12-09", + "type": "struct", + "iexId": "IEX_5644564757432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00RMKY4C2", + "cik": "0000312070", + "lei": "G5GSEF7VJP5I7OUK5573" + }, + { + "symbol": "BTZ", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "BlackRock Credit Allocation Income Trust", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5234523043432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000QHYF20", + "cik": "0001379384", + "lei": "WU48CSUCFTU86AQUYZ93" + }, + { + "symbol": "BUD", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Anheuser-Busch In Bev SA/NV - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_4C58305152462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000RYC984", + "cik": "0001668717", + "lei": "5493008H3828EMEXB082" + }, + { + "symbol": "BUFD", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "First Trust Exchange-Traded Fund VIII - FT Cboe Vest Fund of Deep Buff", + "date": "2021-01-24", + "type": "et", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00YXMQWF5", + "cik": "0001667919", + "lei": null + }, + { + "symbol": "BUFF", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "Innovator ETFs Trust II - Innovator Laddered Fund of S&P 500 Power Buf", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_564A333942342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00DZWKTT5", + "cik": "0001595128", + "lei": null + }, + { + "symbol": "BUFR", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "First Trust Exchange-Traded Fund VIII - FT Cboe Vest Fund of Buffer ET", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4239475A31382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00VC9SYJ3", + "cik": "0001667919", + "lei": null + }, + { + "symbol": "BUG", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Global X Funds - Global X Cybersecurity ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_465A5347344D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00QNKPSW8", + "cik": "0001432353", + "lei": null + }, + { + "symbol": "BUI", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "BlackRock Utility Infrastructure & Power Opportunities Trust", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5250425A4E532D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0021RGFM9", + "cik": "0001528988", + "lei": "XL2HP568CJRFGPERYJ89" + }, + { + "symbol": "BUL", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Pacer Funds Trust - Pacer US Cash Cows Growth ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_47534E564E562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00P1M9DR7", + "cik": "0001616668", + "lei": null + }, + { + "symbol": "BUR", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Burford Capital Limited", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4E304C4756382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG004FJ52G6", + "cik": "0001714174", + "lei": "549300FUKUWFYJMT2277" + }, + { + "symbol": "BURL", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Burlington Stores Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_564C363037432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG004S641N5", + "cik": "0001579298", + "lei": "5299003Z37DVGKKC1W09" + }, + { + "symbol": "BUSE", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "First Busey Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4842533037562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000JNCBF4", + "cik": "0000314489", + "lei": "549300X4ZNLYSX7GUY60" + }, + { + "symbol": "BUYZ", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "Franklin Templeton ETF Trust - Franklin Disruptive Commerce ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_545A33324E362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00RRFQK40", + "cik": "0001655589", + "lei": null + }, + { + "symbol": "BV", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "BrightView Holdings Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_43584A4E52532D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00L1LT6D6", + "cik": "0001734713", + "lei": "549300F8QN8YHVI7L866" + }, + { + "symbol": "BVH", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Bluegreen Vacations Holding Corporation - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4C5137434A5A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000C035X4", + "cik": "0000315858", + "lei": "549300HWTUPNFVNT5B06" + }, + { + "symbol": "BVN", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Compania de Minas Buenaventura S.A. - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_4751483257512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000GPXR82", + "cik": "0001013131", + "lei": "529900WQB1ZU9KB6EL71" + }, + { + "symbol": "BVXV", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Biondvax Pharmaceuticals Ltd - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_545050464E512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG007TGL1R2", + "cik": "0001611747", + "lei": "549300VWSLMYAANYZ711" + }, + { + "symbol": "BW", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Babcock & Wilcox Enterprises Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_464E3253564D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG007H0TDK3", + "cik": "0001630805", + "lei": "5493006H661OZN2C0T54" + }, + { + "symbol": "BWA", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "BorgWarner Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4846315031352D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BJ49H3", + "cik": "0000908255", + "lei": "549300DSFX2IE88NSX47" + }, + { + "symbol": "BWAC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Better World Acquisition Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00XV4BR93", + "cik": "0001821146", + "lei": null + }, + { + "symbol": "BWACW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Better World Acquisition Corp - Warrants (27/10/2025)", + "date": "2021-01-24", + "type": "wt", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00YNK7793", + "cik": "0001821146", + "lei": null + }, + { + "symbol": "BWAY", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Brainsway Ltd - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_5050334254382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00N2K3XL3", + "cik": "0001505065", + "lei": null + }, + { + "symbol": "BWB", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Bridgewater Bancshares Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_485834434B4D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000NMWQ11", + "cik": "0001341317", + "lei": "5493001FLSBTVILKXZ71" + }, + { + "symbol": "BWEN", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Broadwind Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_514D525730502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000DYHZ04", + "cik": "0001120370", + "lei": "529900ATI5MMWNW41F84" + }, + { + "symbol": "BWFG", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Bankwell Financial Group Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5747543736572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000Q4FJD0", + "cik": "0001505732", + "lei": "5493004NUBQXPY84NX67" + }, + { + "symbol": "BWG", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "BrandywineGLOBAL - Global Income Opportunities Fund Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4D595143574C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG002B1RR92", + "cik": "0001504545", + "lei": "549300P4CDQCJBGI0833" + }, + { + "symbol": "BWL.A", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "Bowl America Inc. - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_52423936535A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BDW011", + "cik": "0000013573", + "lei": null + }, + { + "symbol": "BWMX", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Betterware de Mexico S.A.B. de C.V.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5135314454502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG008D48F70", + "cik": "0001788257", + "lei": "4469000001BR2KBGY150" + }, + { + "symbol": "BWX", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "SPDR Series Trust - SPDR Bloomberg Barclays International Treasury Bon", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4D32524A57392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000TH5D97", + "cik": "0001064642", + "lei": null + }, + { + "symbol": "BWXT", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "BWX Technologies Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4B33444431352D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000D86F25", + "cik": "0001486957", + "lei": "549300NP85N265KWMS58" + }, + { + "symbol": "BWZ", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "SPDR Series Trust - SPDR Bloomberg Barclays Short Term International T", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4251525336482D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000F935R9", + "cik": "0001064642", + "lei": null + }, + { + "symbol": "BX", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Blackstone Group Inc (The) - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_564C48375A342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BH0106", + "cik": "0001393818", + "lei": null + }, + { + "symbol": "BXC", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Bluelinx Hldgs Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4854534B34522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000GZGZR0", + "cik": "0001301787", + "lei": "549300YSX7GU28F5I540" + }, + { + "symbol": "BXG", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Bluegreen Vacations Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_51384C56524D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00J29D109", + "cik": "0000778946", + "lei": "5493007S02F45LLHOD64" + }, + { + "symbol": "BXMT", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Blackstone Mortgage Trust Inc - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_47375156564D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BGKJ70", + "cik": "0001061630", + "lei": "549300OLDJ20R2Y2UW20" + }, + { + "symbol": "BXMX", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Nuveen S&P 500 Buy-Write Income Fund", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5353595450482D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000Q90NL7", + "cik": "0001298699", + "lei": "5493000J8QMCY5J7XP73" + }, + { + "symbol": "BXP", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Boston Properties, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4D5339464B5A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BS5CM9", + "cik": "0001037540", + "lei": "549300OF70FSEUQBT254" + }, + { + "symbol": "BXP-B", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Boston Properties, Inc. - 5.25% PRF PERPETUAL USD 25 - Ser B", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_5033524E5A392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001037540", + "lei": "549300OF70FSEUQBT254" + }, + { + "symbol": "BXRX", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Baudax Bio Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_50524E5159482D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00QS35Q39", + "cik": "0001780097", + "lei": null + }, + { + "symbol": "BXS", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "BancorpSouth Bank", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4B525658324A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000D3MJP5", + "cik": "0001299939", + "lei": "Q7C315HKI8VX0SSKBS64" + }, + { + "symbol": "BXS-A", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "BancorpSouth Bank - 5.50% PRF PERPETUAL USD", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4E42443159382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001299939", + "lei": "Q7C315HKI8VX0SSKBS64" + }, + { + "symbol": "BY", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Byline Bancorp Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_545A364C4D532D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000G2ZJ98", + "cik": "0001702750", + "lei": "549300W7ODP4YL2H4823" + }, + { + "symbol": "BYD", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Boyd Gaming Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4A37354232582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BHX9P6", + "cik": "0000906553", + "lei": "254900787YGRYS2A1Z35" + }, + { + "symbol": "BYFC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Broadway Financial Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4C3159445A512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BD6V58", + "cik": "0001001171", + "lei": null + }, + { + "symbol": "BYLD", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "BlackRock Institutional Trust Company N.A. - BTC iShares Yield Optimiz", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4257444854572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG006C0Q450", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "BYM", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "BlackRock Municipal Income Quality Trust", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4243434A42562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BLWDZ8", + "cik": "0001181187", + "lei": "ZQ1Z8W71OQGQTC6ZJ410" + }, + { + "symbol": "BYND", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Beyond Meat Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5052444439592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG003CVJP50", + "cik": "0001655210", + "lei": "549300XQ946NCE51DR09" + }, + { + "symbol": "BYSI", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "BeyondSpring Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_57344C5438472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00F9YLST6", + "cik": "0001677940", + "lei": null + }, + { + "symbol": "BZH", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Beazer Homes USA Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_504A504A42422D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BDLQJ7", + "cik": "0000915840", + "lei": "549300DUPYT2T0F60I45" + }, + { + "symbol": "BZM", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "BlackRock Maryland Municipal Bond Trust", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4C46353435312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000DXH0Z5", + "cik": "0001169029", + "lei": "5RO5IBO74YHGOPZK1D92" + }, + { + "symbol": "BZQ", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "ProShares Trust - ProShares UltraShort MSCI Brazil Capped ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_52483256444C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000MKPM86", + "cik": "0001174610", + "lei": null + }, + { + "symbol": "BZUN", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Baozun Inc - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_47585850314A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG008HNS333", + "cik": "0001625414", + "lei": "549300IF0HZ7T4762633" + }, + { + "symbol": "C", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Citigroup Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_524B33444C352D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000FY4S11", + "cik": "0000831001", + "lei": "6SHGI4ZSSLCXXQSBB395" + }, + { + "symbol": "C-J", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Citigroup Inc - FXDFR PRF PERPETUAL USD 25 - Ser J", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_5054504335312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000831001", + "lei": "6SHGI4ZSSLCXXQSBB395" + }, + { + "symbol": "C-K", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Citigroup Inc - FXDFR PRF PERPETUAL USD 25 - Ser K", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4C424C5259512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000831001", + "lei": "6SHGI4ZSSLCXXQSBB395" + }, + { + "symbol": "C-S", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Citigroup Inc - 6.30% PRF PERPETUAL USD 25 - DR Rp 1/1000 Pr Sr S", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4C52344A52582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000831001", + "lei": "6SHGI4ZSSLCXXQSBB395" + }, + { + "symbol": "CAAP", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Corporacion America Airports S.A.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4738353047482D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00JFCJ889", + "cik": "0001717393", + "lei": null + }, + { + "symbol": "CAAS", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "China Automotive Systems Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4C38523356472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BF5HQ2", + "cik": "0001157762", + "lei": "52990059UORTCZ66JW45" + }, + { + "symbol": "CABA", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Cabaletta Bio Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4B43444739332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00MJ3BKW2", + "cik": "0001759138", + "lei": null + }, + { + "symbol": "CABO", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Cable One Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_524A4D5847322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000F02T51", + "cik": "0001632127", + "lei": "549300648QS85T0XSH18" + }, + { + "symbol": "CAC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Camden National Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_51314C4C52322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BB1LK2", + "cik": "0000750686", + "lei": "549300ZVEDL2L8UW4F28" + }, + { + "symbol": "CACC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Credit Acceptance Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4830504D47502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000CS0D96", + "cik": "0000885550", + "lei": null + }, + { + "symbol": "CACG", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Legg Mason ETF Investment Trust - ClearBridge All Cap Growth ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5037514244582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00GM5GQX7", + "cik": "0001645194", + "lei": null + }, + { + "symbol": "CACI", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Caci International Inc. - Registered Shares - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5747533739592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000KQY8Y7", + "cik": "0000016058", + "lei": "SYRPI2D1O9WRTS2WX210" + }, + { + "symbol": "CADE", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Cadence Bancorporation - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4638345639472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00BZSZZD5", + "cik": "0001614184", + "lei": "54930022CKKXKBR5CK30" + }, + { + "symbol": "CAE", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Cae Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4B423351374B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000KPFXB0", + "cik": "0001173382", + "lei": "549300FFM2BEH2GF1E44" + }, + { + "symbol": "CAF", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Morgan Stanley China A Share Fund Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_52334C5948472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000M962R5", + "cik": "0001368493", + "lei": "54930045HQ1UNO6FR635" + }, + { + "symbol": "CAG", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Conagra Brands Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_444A433630522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BDXGP9", + "cik": "0000023217", + "lei": "54930035UDEIH090K650" + }, + { + "symbol": "CAH", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Cardinal Health, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4659543431582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000D898T9", + "cik": "0000721371", + "lei": null + }, + { + "symbol": "CAI", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Cai International Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4A3839354B4D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000MGPJD6", + "cik": "0001388430", + "lei": "549300XR4I3ZRKKVBZ43" + }, + { + "symbol": "CAI-A", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Cai International Inc - FXDFR PRF PERPETUAL USD 25 - Ser A", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4E3039534E482D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001388430", + "lei": "549300XR4I3ZRKKVBZ43" + }, + { + "symbol": "CAI-B", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Cai International Inc - FXDFR PRF PERPETUAL USD 25 - Ser B", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_433557484B542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001388430", + "lei": "549300XR4I3ZRKKVBZ43" + }, + { + "symbol": "CAJ", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Canon Inc - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_4A5331544A362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BVJLF5", + "cik": "0000016988", + "lei": "529900JH1GSC035SSP77" + }, + { + "symbol": "CAKE", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Cheesecake Factory Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_56324D544B542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000CS8TM8", + "cik": "0000887596", + "lei": "529900872XMLK10SY247" + }, + { + "symbol": "CAL", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Caleres Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_57524E5A36512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000CYSFS7", + "cik": "0000014707", + "lei": "JFU6RQQJ8Z1CPOLBXQ18" + }, + { + "symbol": "CALA", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Calithera Biosciences Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_434E4A3550462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG001J26KY4", + "cik": "0001496671", + "lei": "54930042TDFRLM4C8X19" + }, + { + "symbol": "CALB", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "California Bancorp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_51595A5059502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00H2MZS56", + "cik": "0001752036", + "lei": "549300557SO55H4J8018" + }, + { + "symbol": "CALF", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "Pacer Funds Trust - Pacer US Small Cap Cash Cows 100 ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_504230445A4D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00GXXR0R6", + "cik": "0001616668", + "lei": null + }, + { + "symbol": "CALM", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Cal-Maine Foods, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_484A4D4C4C382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000CDMJW6", + "cik": "0000016160", + "lei": "549300NHE5WMIEIEMF53" + }, + { + "symbol": "CALT", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Calliditas Therapeutics AB - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_4635354451462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00TW5HX80", + "cik": "0001795579", + "lei": "549300PVPZO8TNT76B58" + }, + { + "symbol": "CALX", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Calix Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5758473152542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000PXJB68", + "cik": "0001406666", + "lei": "5299002RQRZ4SXSCSJ58" + }, + { + "symbol": "CAMP", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Calamp Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_423344575A442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BDYB06", + "cik": "0000730255", + "lei": "5493007SIGZIX83TOW07" + }, + { + "symbol": "CAMT", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Camtek Ltd", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5146324C51352D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BJ4M84", + "cik": "0001109138", + "lei": null + }, + { + "symbol": "CAN", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Canaan Inc - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_543953594D4E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00QQ10GB3", + "cik": "0001780652", + "lei": null + }, + { + "symbol": "CANE", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Teucrium Trading, LLC - Teucrium Sugar Fund", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4350595133512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0022QX3Y5", + "cik": "0001513239", + "lei": null + }, + { + "symbol": "CANF", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "Can-Fite Biopharma Ltd - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_4C33583050512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG003CMFDM2", + "cik": "0001536196", + "lei": "549300ZLRH6GSBOHFZ59" + }, + { + "symbol": "CANG", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Cango Inc - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_4B50543637442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00L8YVV43", + "cik": "0001725123", + "lei": "5299003TQHBB4QUSZB86" + }, + { + "symbol": "CAP", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Capitol Investment Corp V - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00YVJXDT3", + "cik": "0001722438", + "lei": null + }, + { + "symbol": "CAP+", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Capitol Investment Corp V - Warrants (01/01/9999)", + "date": "2021-01-24", + "type": "wt", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00YVK0HH0", + "cik": "0001722438", + "lei": null + }, + { + "symbol": "CAP=", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Capitol Investment Corp V - Units (1 Ord Share Class A & 1/3 War)", + "date": "2021-01-24", + "type": null, + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00Y2PX849", + "cik": "0001722438", + "lei": null + }, + { + "symbol": "CAPA", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "HighCape Capital Acquisition Corp - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5038355958372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00X8RS963", + "cik": "0001816431", + "lei": null + }, + { + "symbol": "CAPAW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "HighCape Capital Acquisition Corp - Warrants (30/09/2027)", + "date": "2021-01-24", + "type": "wt", + "iexId": "IEX_4E32564D52362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00XZQKX88", + "cik": "0001816431", + "lei": null + }, + { + "symbol": "CAPE", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Barclays Bank PLC - ZC SP ETN REDEEM 12/10/2022 USD 50 - Ser A", + "date": "2021-01-24", + "type": "struct", + "iexId": "IEX_4E3558304A4B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG003GP76F3", + "cik": "0000312070", + "lei": "G5GSEF7VJP5I7OUK5573" + }, + { + "symbol": "CAPL", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "CrossAmerica Partners LP - Unit", + "date": "2021-01-24", + "type": null, + "iexId": "IEX_5756354C384C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG002Z9XD93", + "cik": "0001538849", + "lei": "549300OUUC900EVOGX10" + }, + { + "symbol": "CAPR", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Capricor Therapeutics Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_42334C3938472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000DZMK99", + "cik": "0001133869", + "lei": "5493002ZI5PDLXV4DX14" + }, + { + "symbol": "CAR", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Avis Budget Group Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5653315834312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000FLPRH1", + "cik": "0000723612", + "lei": "529900E95812SYWMCE44" + }, + { + "symbol": "CARA", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Cara Therapeutics Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_504B5A3951352D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG001J2QYS9", + "cik": "0001346830", + "lei": "549300COVOY41P0GZ881" + }, + { + "symbol": "CARE", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Carter Bankshares Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5731374D30342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00Y9DFYJ6", + "cik": "0001829576", + "lei": null + }, + { + "symbol": "CARG", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "CarGurus Inc - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_463630434E362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00HQ77DS2", + "cik": "0001494259", + "lei": "54930027BKQN6B7X7G78" + }, + { + "symbol": "CARR", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Carrier Global Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5259544A4E462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00RP5HYS8", + "cik": "0001783180", + "lei": "549300JE3W6CWY2NAN77" + }, + { + "symbol": "CARS", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Cars.com", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4B3131355A302D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000HGTH33", + "cik": "0001683606", + "lei": "5493002G6J07LNGX4M98" + }, + { + "symbol": "CARV", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Carver Bancorp Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4E4D473453542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BV2JL1", + "cik": "0001016178", + "lei": null + }, + { + "symbol": "CARZ", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "First Trust Exchange-Traded Fund III - First Trust NASDAQ Global Auto ", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4331385934482D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG001P62KF3", + "cik": "0001424212", + "lei": null + }, + { + "symbol": "CAS", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Cascade Acquisition Corp - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00YDF5J19", + "cik": "0001822309", + "lei": null + }, + { + "symbol": "CAS+", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Cascade Acquisition Corp - Warrants(30/11/2027)", + "date": "2021-01-24", + "type": "wt", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00YVG5D83", + "cik": "0001822309", + "lei": null + }, + { + "symbol": "CAS=", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Cascade Acquisition Corp - Units (1 Ord Share Class A & 1/2 War)", + "date": "2021-01-24", + "type": null, + "iexId": "IEX_4D48523457382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00331GRX4", + "cik": "0001822309", + "lei": null + }, + { + "symbol": "CASA", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Casa Systems Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_544A504737462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000QTFNC7", + "cik": "0001333835", + "lei": "549300PNQ0GUDHNZLG66" + }, + { + "symbol": "CASH", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Meta Financial Group Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_434E34424C542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BKLTP8", + "cik": "0000907471", + "lei": "5493004X52BH1NBLW813" + }, + { + "symbol": "CASI", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "CASI Pharmaceuticals Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4832565A59582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000GW8ML1", + "cik": "0000895051", + "lei": "549300RYDG4U21PJZ263" + }, + { + "symbol": "CASS", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Cass Information Systems Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_583851364B432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BCXN49", + "cik": "0000708781", + "lei": "549300G7XPIPR7SJ2F38" + }, + { + "symbol": "CASY", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Casey`s General Stores, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5251534B4B482D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BF0672", + "cik": "0000726958", + "lei": "549300CAFWSI86V66Q65" + }, + { + "symbol": "CAT", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Caterpillar Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5059354B484B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BF0K17", + "cik": "0000018230", + "lei": "WRJR7GS4GTRECRRTVX92" + }, + { + "symbol": "CATB", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Catabasis Pharmaceuticals Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_50523044444E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000QSGWX5", + "cik": "0001454789", + "lei": null + }, + { + "symbol": "CATC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Cambridge Bancorp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5733384C33372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000C2D195", + "cik": "0000711772", + "lei": null + }, + { + "symbol": "CATH", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Global X Funds - Global X S&P 500 Catholic Values ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4D355743304E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00CP9KWJ3", + "cik": "0001432353", + "lei": null + }, + { + "symbol": "CATM", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Cardtronics plc - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5352504A524D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BB9TW4", + "cik": "0001671013", + "lei": "549300Y550MRJSMQQY02" + }, + { + "symbol": "CATO", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Cato Corp. - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4D37353132382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000JX7SX1", + "cik": "0000018255", + "lei": "529900R4SJUY7GCUU865" + }, + { + "symbol": "CATY", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Cathay General Bancorp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_535834564B462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000C668L5", + "cik": "0000861842", + "lei": "549300K1SLJ8C97H5L68" + }, + { + "symbol": "CB", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Chubb Limited", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4A4D485957302D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BR14K5", + "cik": "0000896159", + "lei": "E0JAN6VLUDI1HITHT809" + }, + { + "symbol": "CBAH=", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "CBRE Acquisition Holdings Inc - Units (1 Ord Share Class A & 1/4 War)", + "date": "2021-01-24", + "type": null, + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00Y48N7V8", + "cik": "0001828723", + "lei": null + }, + { + "symbol": "CBAN", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Colony Bankcorp, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5648325A31362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000HH3LY6", + "cik": "0000711669", + "lei": null + }, + { + "symbol": "CBAT", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "CBAK Energy Technology Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4B56353358432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000DZX6K5", + "cik": "0001117171", + "lei": null + }, + { + "symbol": "CBAY", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Cymabay Therapeutics Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_425A53564D4D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG005NJY3N2", + "cik": "0001042074", + "lei": "549300YT9GNL852E7F84" + }, + { + "symbol": "CBB", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Cincinnati Bell, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_535730514B472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000D8YF24", + "cik": "0000716133", + "lei": "549300JYVZOCUJOHL272" + }, + { + "symbol": "CBB-B", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Cincinnati Bell, Inc. - 6.75% PRF PERPETUAL USD 50 - Ser B", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4E52564B5A562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000716133", + "lei": "549300JYVZOCUJOHL272" + }, + { + "symbol": "CBD", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Cia Brasileira De Distr-pao De Acucar - ADR (Ordinary Shares)", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_475A47444B542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000J7LRY3", + "cik": "0001038572", + "lei": "5299003V5B6KLICZCC14" + }, + { + "symbol": "CBFV", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "CB Financial Services Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4E50514758542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BKT8B1", + "cik": "0001605301", + "lei": null + }, + { + "symbol": "CBH", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "AllianzGI Convertible & Income 2024 Target Term Fund", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_533756394A382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00GQ6T484", + "cik": "0001701809", + "lei": "549300VMAL6DHTC4Z474" + }, + { + "symbol": "CBIO", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Catalyst Biosciences Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4734443259372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000F88SY8", + "cik": "0001124105", + "lei": "549300TE6BBPJ0S88K48" + }, + { + "symbol": "CBLI", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Cleveland BioLabs Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_42515A394A482D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000C3YCP8", + "cik": "0001318641", + "lei": null + }, + { + "symbol": "CBLS", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Listed Funds Trust - Changebridge Capital Long/Short Equity ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_54505231475A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00Y49JXG1", + "cik": "0001683471", + "lei": null + }, + { + "symbol": "CBMB", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "CBM Bancorp Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_434E504A59482D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00M3PLCN7", + "cik": "0001742089", + "lei": null + }, + { + "symbol": "CBMG", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Cellular Biomedicine Group Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4838533643562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000P1XFS9", + "cik": "0001378624", + "lei": "529900K2GY1VG3RDS666" + }, + { + "symbol": "CBNK", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Capital Bancorp Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5251373730522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000G2Z909", + "cik": "0001419536", + "lei": "549300LQKYGWQ7VP0C75" + }, + { + "symbol": "CBOE", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "Cboe Global Markets Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4733393439482D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000QH56C1", + "cik": "0001374310", + "lei": "529900RLNSGA90UPEH54" + }, + { + "symbol": "CBON", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "VanEck Vectors ETF Trust - VanEck Vectors ChinaAMC China Bond ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4451485942382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG007HMYQ39", + "cik": "0000869178", + "lei": null + }, + { + "symbol": "CBPO", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "China Biologic Products Holdings Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4A595A574B592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00H6YFFF5", + "cik": "0001369868", + "lei": "529900C439Y0Z6RPYG51" + }, + { + "symbol": "CBRE", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "CBRE Group Inc - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5332364A4A4C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000C04224", + "cik": "0001138118", + "lei": "52990016II9MJ2OSWA10" + }, + { + "symbol": "CBRL", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Cracker Barrel Old Country Store Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4E4C354E47522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BF33K1", + "cik": "0001067294", + "lei": "8P4PHQIUWPIECBFBW745" + }, + { + "symbol": "CBSE", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Listed Funds Trust - Changebridge Capital Sustainable Equity ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5630544638342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00Y4QJ8D1", + "cik": "0001683471", + "lei": null + }, + { + "symbol": "CBSH", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Commerce Bancshares, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_57504C4431332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BF3G77", + "cik": "0000022356", + "lei": null + }, + { + "symbol": "CBT", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Cabot Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_57444848444B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BF3WW4", + "cik": "0000016040", + "lei": "K05C0SER542GQ6VLRO68" + }, + { + "symbol": "CBTG", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "Listed Funds Trust - Cabot Growth ETF", + "date": "2021-01-24", + "type": "et", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00YQ170Y9", + "cik": "0001683471", + "lei": null + }, + { + "symbol": "CBTX", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "CBTX Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4C32305844512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00HZ69KP9", + "cik": "0001473844", + "lei": "54930070P8Z0WHFBB536" + }, + { + "symbol": "CBU", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Community Bank System, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4A324A31594A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BF4D19", + "cik": "0000723188", + "lei": "5299008N6YHE6GCP1E80" + }, + { + "symbol": "CBZ", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Cbiz Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4E37595739472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000FQD1Z0", + "cik": "0000944148", + "lei": "529900D5X8CFM8O1N813" + }, + { + "symbol": "CC", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Chemours Company", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4251444458362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG005H82GB2", + "cik": "0001627223", + "lei": "549300M1BOLNXL8DOV14" + }, + { + "symbol": "CCAC", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "CITIC Capital Acquisition Corp - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4A4C564356592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00RJT0853", + "cik": "0001794621", + "lei": null + }, + { + "symbol": "CCAC+", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "CITIC Capital Acquisition Corp - Warrants (17/01/2027)", + "date": "2021-01-24", + "type": "wt", + "iexId": "IEX_5243575958582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00SSMTWJ7", + "cik": "0001794621", + "lei": null + }, + { + "symbol": "CCAC=", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "CITIC Capital Acquisition Corp - Units (1 Ord Class A & 1/2 War)", + "date": "2021-01-24", + "type": null, + "iexId": "IEX_4D38445A52362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00RHYN029", + "cik": "0001794621", + "lei": null + }, + { + "symbol": "CCAP", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Crescent Capital BDC Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4748505232502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG009NX1JT8", + "cik": "0001633336", + "lei": "549300VPIZMU6OEE0V68" + }, + { + "symbol": "CCB", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Coastal Financial Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5138583036362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000QK5803", + "cik": "0001437958", + "lei": "549300XG5L36T6IU0B47" + }, + { + "symbol": "CCBG", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Capital City Bank Group, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5851435850302D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BM97G6", + "cik": "0000726601", + "lei": "254900NVLVUJQZKTQE82" + }, + { + "symbol": "CCC", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Clarivate Plc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4B4B513557322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00P1919G5", + "cik": "0001764046", + "lei": "549300WDHIIODXFO0R55" + }, + { + "symbol": "CCCC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "C4 Therapeutics Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4C5A585451332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00BV2Y9B7", + "cik": "0001662579", + "lei": null + }, + { + "symbol": "CCD", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Calamos Dynamic Convertible and Income Fund", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4659323451562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0065XMFL7", + "cik": "0001602584", + "lei": "5493003QCLIH42Q8R445" + }, + { + "symbol": "CCF", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "Chase Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_534E364244322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BL9JB7", + "cik": "0000830524", + "lei": null + }, + { + "symbol": "CCI", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Crown Castle International Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4338574634432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000FV1Z23", + "cik": "0001051470", + "lei": "54930012H97VSM0I2R19" + }, + { + "symbol": "CCIV", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Churchill Capital Corp IV - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_51334443424E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00W7F99V5", + "cik": "0001811210", + "lei": null + }, + { + "symbol": "CCIV+", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Churchill Capital Corp IV - Warrants (04/08/2025)", + "date": "2021-01-24", + "type": "wt", + "iexId": "IEX_48334A4C48482D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00XDGHDG3", + "cik": "0001811210", + "lei": null + }, + { + "symbol": "CCIV=", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Churchill Capital Corp IV - Units (1 Ord Share Class A & 1/5 War)", + "date": "2021-01-24", + "type": null, + "iexId": "IEX_575A564352542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00W28C390", + "cik": "0001811210", + "lei": null + }, + { + "symbol": "CCJ", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Cameco Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4343354C58352D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000DSZTN6", + "cik": "0001009001", + "lei": "N4BHALMXL3GMZKCUON55" + }, + { + "symbol": "CCK", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Crown Holdings, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4647573736482D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BF6756", + "cik": "0001219601", + "lei": null + }, + { + "symbol": "CCL", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Carnival Corp. (Paired Stock)", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_484E5A564B362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BF6LY3", + "cik": "0000815097", + "lei": "F1OF2ZSX47CR0BCWA982" + }, + { + "symbol": "CCLP", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "CSI Compressco LP - Units", + "date": "2021-01-24", + "type": null, + "iexId": "IEX_4254424C46442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BQ4Q61", + "cik": "0001449488", + "lei": "549300STALDQYSVEO325" + }, + { + "symbol": "CCM", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Concord Medical Services - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_465A564452422D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000PWRPT5", + "cik": "0001472072", + "lei": null + }, + { + "symbol": "CCMP", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "CMC Materials Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5043345932392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BP3NW2", + "cik": "0001102934", + "lei": "31F6V1MN00ZW3XWB4J69" + }, + { + "symbol": "CCNC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Code Chain New Continent Ltd", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_534838314E562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG009ZH04H7", + "cik": "0001641398", + "lei": null + }, + { + "symbol": "CCNE", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "CNB Financial Corp (PA)", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5137374635342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BKPZC4", + "cik": "0000736772", + "lei": "254900RUYUOKD91VNX69" + }, + { + "symbol": "CCNEP", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "CNB Financial Corp (PA) - 7.125% PRF PERPETUAL USD 25 - Ser A (1/40 In", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_5637485459582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000736772", + "lei": "254900RUYUOKD91VNX69" + }, + { + "symbol": "CCO", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Clear Channel Outdoor Holdings Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4852484239582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000SSC5C9", + "cik": "0001334978", + "lei": null + }, + { + "symbol": "CCOI", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Cogent Communications Holdings Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4753524B38562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000D0SMY8", + "cik": "0001158324", + "lei": null + }, + { + "symbol": "CCON", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Direxion Funds - Direxion Connected Consumer ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5057375A37302D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00WXXKL74", + "cik": "0001040587", + "lei": null + }, + { + "symbol": "CCOR", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Listed Funds Trust - Core Alternative ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_525054564B382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00R486HJ4", + "cik": "0001683471", + "lei": null + }, + { + "symbol": "CCR", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "CONSOL Coal Resources LP - Unit", + "date": "2020-12-30", + "type": null, + "iexId": "IEX_534E563654372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG008FH2F48", + "cik": "0001637558", + "lei": "549300HKQ3MCV666AJ88" + }, + { + "symbol": "CCRC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "China Customer Relations Centers Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4D444B3747502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG007B6C8R8", + "cik": "0001620664", + "lei": "529900JMMXD0VLHNVU70" + }, + { + "symbol": "CCRN", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Cross Country Healthcares, Inc. - Registered Shares", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_524A334B53372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000DGM5N8", + "cik": "0001141103", + "lei": "54930037L0NBIPZ5S663" + }, + { + "symbol": "CCRV", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "BlackRock Institutional Trust Company N.A. - iShares Commodity Curve C", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_57424C4D48502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00WYXCR33", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "CCS", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Century Communities Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4E43425939502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG006G412Q6", + "cik": "0001576940", + "lei": "5299002QMB2O7ZL1CA26" + }, + { + "symbol": "CCU", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Compania Cervecerias Unidas S.A. - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_4A33535A315A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BBCT50", + "cik": "0001170905", + "lei": "529900BJW9B0O6LI2R39" + }, + { + "symbol": "CCV=", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Churchill Capital Corp V - Units (1 Ord Class A & 1/4 War)", + "date": "2021-01-24", + "type": null, + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00XK4MBV3", + "cik": "0001812234", + "lei": null + }, + { + "symbol": "CCX", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Churchill Capital Corp II - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_475A353246512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00PP0KFT9", + "cik": "0001774675", + "lei": null + }, + { + "symbol": "CCX+", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Churchill Capital Corp II - Warrants (02/07/2024)", + "date": "2021-01-24", + "type": "wt", + "iexId": "IEX_4E374E4B35432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00PT8DKR7", + "cik": "0001774675", + "lei": null + }, + { + "symbol": "CCX=", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Churchill Capital Corp II - Units (1 Ord Share Class A & 1/3 War)", + "date": "2021-01-24", + "type": null, + "iexId": "IEX_5848375753372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00PDYP454", + "cik": "0001774675", + "lei": null + }, + { + "symbol": "CCXI", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "ChemoCentryx Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5647504431442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000PTSB12", + "cik": "0001340652", + "lei": "529900YTTXUSFQTAKY40" + }, + { + "symbol": "CCZ", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Comcast Corp - FR DB REDEEM 15/10/2029 USD 71.52", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_514C514E4C472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001166691", + "lei": "51M0QTTNCGUN7KFCFZ59" + }, + { + "symbol": "CD", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Chindata Group Holdings Ltd - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_5354473332322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00X71QNZ0", + "cik": "0001807192", + "lei": "655600DHYORMZZMVIW64" + }, + { + "symbol": "CDAK", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Codiak Biosciences Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4639535A4B352D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00BGQ1NQ0", + "cik": "0001659352", + "lei": "549300QVVVW74Y10Q230" + }, + { + "symbol": "CDAY", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Ceridian HCM Holding Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4B54424748542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG005D7PF34", + "cik": "0001725057", + "lei": "549300T64GVCHFJ8L449" + }, + { + "symbol": "CDC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Victory Portfolios II - VictoryShares US EQ Income Enhanced Volatility", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4E30354443472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG006QSN876", + "cik": "0001547580", + "lei": null + }, + { + "symbol": "CDE", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Coeur Mining Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4C304E5138472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BF8TF5", + "cik": "0000215466", + "lei": "5493003AVK173D48DR70" + }, + { + "symbol": "CDEV", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Centennial Resource Development Inc. - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_54584D5039562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00CNYBQ76", + "cik": "0001658566", + "lei": "529900NXUJPOKU7OJ511" + }, + { + "symbol": "CDK", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "CDK Global Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5143575843432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG006B6PVN9", + "cik": "0001609702", + "lei": "5493000L10CYRTHIJ385" + }, + { + "symbol": "CDL", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Victory Portfolios II - VictoryShares US Large Cap High Div Volatility", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_515742394E362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG009K7JNC8", + "cik": "0001547580", + "lei": null + }, + { + "symbol": "CDLX", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Cardlytics Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4443334B434E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00225ZDD0", + "cik": "0001666071", + "lei": "549300JETJBH94EIPC66" + }, + { + "symbol": "CDMO", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Avid Bioservices Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_42334B3158392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000JDWKY3", + "cik": "0000704562", + "lei": null + }, + { + "symbol": "CDMOP", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Avid Bioservices Inc - 10.50% PRF PERPETUAL USD 25 - Ser E", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_435351354D462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000704562", + "lei": null + }, + { + "symbol": "CDNA", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Caredx Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4753535746512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG006JS5785", + "cik": "0001217234", + "lei": "549300NQOFKL9NON0U06" + }, + { + "symbol": "CDNS", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Cadence Design Systems, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5831534354522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000C13CD9", + "cik": "0000813672", + "lei": "GCT7RXJOGLXPV0NXZY22" + }, + { + "symbol": "CDOR", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "Condor Hospitality Trust Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5451325656572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000DRMMP5", + "cik": "0000929545", + "lei": "549300298M8ZORSXAG74" + }, + { + "symbol": "CDR", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Cedar Realty Trust Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4E42434D574D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BFBH12", + "cik": "0000761648", + "lei": "54930056URX93R2RSN82" + }, + { + "symbol": "CDR-B", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Cedar Realty Trust Inc - 7.25% PRF PERPETUAL USD 25 - Ser B", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4E4A58574A432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000761648", + "lei": "54930056URX93R2RSN82" + }, + { + "symbol": "CDR-C", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Cedar Realty Trust Inc - 6.50% PRF PERPETUAL USD 25 - Ser C", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4C50394E46502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000761648", + "lei": "54930056URX93R2RSN82" + }, + { + "symbol": "CDTX", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Cidara Therapeutics Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5751304C52302D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG006R5MFT6", + "cik": "0001610618", + "lei": "549300IHQ9Z7RI1X2D22" + }, + { + "symbol": "CDW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "CDW Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5254584438442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG001P63B80", + "cik": "0001402057", + "lei": "9845001B052ABF0B6755" + }, + { + "symbol": "CDXC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Chromadex Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4230344342332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BG1J71", + "cik": "0001386570", + "lei": "529900OPI7B8JPXCVS70" + }, + { + "symbol": "CDXS", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Codexis Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_565A593051352D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000RN0GZ5", + "cik": "0001200375", + "lei": "549300KGLM6CDPTVSE20" + }, + { + "symbol": "CDZI", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Cadiz Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4D445942304A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000CSMLT2", + "cik": "0000727273", + "lei": "549300PFFIS1TCKZS151" + }, + { + "symbol": "CE", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Celanese Corp - Series A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5150334C4C562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000JYP7L8", + "cik": "0001306830", + "lei": "549300FHJQTDPPN41627" + }, + { + "symbol": "CEA", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "China Eastern Airlines Corporation Ltd. - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_5432593750532D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BCFNR4", + "cik": "0001030475", + "lei": "3003000KIOQE39Q7Y685" + }, + { + "symbol": "CECE", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Ceco Environmental Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_47464B3450542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BFG2J1", + "cik": "0000003197", + "lei": "5493002CZCTL4HGLIY91" + }, + { + "symbol": "CEE", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Central and Eastern Europe Fund Inc (The)", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4D445A4E4B532D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BFBWT9", + "cik": "0000860489", + "lei": "549300TSXFIOF89ZI608" + }, + { + "symbol": "CEFA", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Global X Funds - Global X S&P Catholic Values Developed ex-U.S. ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4B36304454472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00VNLZTW2", + "cik": "0001432353", + "lei": null + }, + { + "symbol": "CEFD", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "UBS AG London Branch - ZC SP ETN REDEEM 10/06/2050 USD 25 - 90269A286", + "date": "2021-01-24", + "type": "struct", + "iexId": "IEX_5453523054372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00V775SJ1", + "cik": "0001168525", + "lei": null + }, + { + "symbol": "CEFS", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "Exchange Traded Concepts Trust - Saba Closed-End Funds ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_445A323532332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00G3T5145", + "cik": "0001452937", + "lei": "549300MLI82YH9HOGS11" + }, + { + "symbol": "CEI", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "Camber Energy Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4456534B53372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000D0NF14", + "cik": "0001309082", + "lei": "549300UU08PK14MMKL57" + }, + { + "symbol": "CEIX", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Consol Energy Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5851464D4C382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00HC114X0", + "cik": "0001710366", + "lei": "549300YJCTPJBTK7IJ81" + }, + { + "symbol": "CEL", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Cellcom Israel Limited", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_54503251474E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000K7PB63", + "cik": "0001385145", + "lei": "529900438MNY6TZ5ZY17" + }, + { + "symbol": "CELC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Celcuity Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_584B525238392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00HKBW045", + "cik": "0001603454", + "lei": null + }, + { + "symbol": "CELH", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Celsius Holdings Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_515A31594C342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000NY37X4", + "cik": "0001341766", + "lei": null + }, + { + "symbol": "CELP", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Cypress Environmental Partners L.P. - Unit", + "date": "2021-01-24", + "type": null, + "iexId": "IEX_574D335738472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG005L7VYX4", + "cik": "0001587246", + "lei": "549300SKYQD2L183EN36" + }, + { + "symbol": "CEM", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "ClearBridge MLP and Midstream Fund Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_534857504D532D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000QQX3K8", + "cik": "0001488775", + "lei": "549300KS1WIARK4T8791" + }, + { + "symbol": "CEMB", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "BlackRock Institutional Trust Company N.A. - iShares J.P. Morgan EM Co", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4D444C3451312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG002WGKHN9", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "CEMI", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Chembio Diagnostics Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4233444E4A352D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BLDXT2", + "cik": "0001092662", + "lei": null + }, + { + "symbol": "CEN", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Center Coast Brookfield MLP & Energy Infrastructure Fund", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4D34563632572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG004K282K9", + "cik": "0001576340", + "lei": "549300M8EZMVV1SP6N14" + }, + { + "symbol": "CENT", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Central Garden & Pet Co.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_434E384B4E532D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BFD605", + "cik": "0000887733", + "lei": "5493004DVZLD37DJ0H83" + }, + { + "symbol": "CENTA", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Central Garden & Pet Co. - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5752535A57482D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000KTYB56", + "cik": "0000887733", + "lei": "5493004DVZLD37DJ0H83" + }, + { + "symbol": "CENX", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Century Aluminum Co.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_57504C3856302D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BW1LS8", + "cik": "0000949157", + "lei": "549300U5ODNGEYWKSW73" + }, + { + "symbol": "CEO", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Cnooc Ltd. - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_514B465957362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000C2F2Y3", + "cik": "0001095595", + "lei": "549300XIVJCBIGMRUD48" + }, + { + "symbol": "CEPU", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Central Puerto - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_4E54383043342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00JNMX8W5", + "cik": "0001717161", + "lei": "2549005JLIWQ6B7VNR38" + }, + { + "symbol": "CEQP", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Crestwood Equity Partners LP - Unit", + "date": "2021-01-24", + "type": null, + "iexId": "IEX_464E4A5736422D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000D3ZFH8", + "cik": "0001136352", + "lei": "549300CUY0F1TYDLDL45" + }, + { + "symbol": "CERC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Cerecor Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_48365A5A504E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG001QHW0Y8", + "cik": "0001534120", + "lei": "549300GPK6FPJ3X8SZ39" + }, + { + "symbol": "CERE", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Cerevel Therapeutics Holdings Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_47355A5734362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00VCYVLH4", + "cik": "0001805387", + "lei": null + }, + { + "symbol": "CEREW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Cerevel Therapeutics Holdings Inc - Warrants (27/10/2025)", + "date": "2021-01-24", + "type": "wt", + "iexId": "IEX_5851505459502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00WCP4443", + "cik": "0001805387", + "lei": null + }, + { + "symbol": "CERN", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Cerner Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4D37343339442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BFDLV8", + "cik": "0000804753", + "lei": "549300L4UJ40IEVVI304" + }, + { + "symbol": "CERS", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Cerus Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_524B385254362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000HBVZX8", + "cik": "0001020214", + "lei": "254900BIEY9XIDA04Q21" + }, + { + "symbol": "CERT", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Certara Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00Y7BR4K3", + "cik": "0001827090", + "lei": null + }, + { + "symbol": "CET", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "Central Securities Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4744465130482D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000B9Y7P7", + "cik": "0000018748", + "lei": "549300D87MQ4TEVRK235" + }, + { + "symbol": "CETX", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Cemtrex Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5343373456302D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000GC6D82", + "cik": "0001435064", + "lei": "549300KS6ADDKL326F25" + }, + { + "symbol": "CETXP", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Cemtrex Inc. - 10% PRF PERPETUAL USD 10 - Ser 1", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_424B344E4A482D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001435064", + "lei": "549300KS6ADDKL326F25" + }, + { + "symbol": "CETXW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Cemtrex Inc. - Warrants - Series 1 (02/12/2022)", + "date": "2021-01-24", + "type": "wt", + "iexId": "IEX_433439544D302D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00FZYG3N4", + "cik": "0001435064", + "lei": "549300KS6ADDKL326F25" + }, + { + "symbol": "CEV", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "Eaton Vance California Municipal Income Trust", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5239423850572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BQ1B85", + "cik": "0001074692", + "lei": "5493000EWT76UUJKIW67" + }, + { + "symbol": "CEVA", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Ceva Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4E47574343522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BN3P07", + "cik": "0001173489", + "lei": "529900G9T7CVU2J2VU73" + }, + { + "symbol": "CEW", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "WisdomTree Trust - WisdomTree Emerging Currency Strategy Fund", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_474B30355A442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000LVF2S6", + "cik": "0001350487", + "lei": null + }, + { + "symbol": "CEY", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Victory Portfolios II - VictoryShares Emerging Market High Div Volatil", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5153484B47302D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00J2DBGK7", + "cik": "0001547580", + "lei": null + }, + { + "symbol": "CEZ", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Victory Portfolios II - VictoryShares Emerging Market Volatility Wtd E", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4D5057364C572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00CJRF239", + "cik": "0001547580", + "lei": null + }, + { + "symbol": "CF", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "CF Industries Holdings Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4431503433502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BWJFZ4", + "cik": "0001324404", + "lei": "529900CG8YAQFZ2JMV97" + }, + { + "symbol": "CFA", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Victory Portfolios II - VictoryShares US 500 Volatility Wtd ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4E4C424B465A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG006QSN9S1", + "cik": "0001547580", + "lei": null + }, + { + "symbol": "CFAC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "CF Finance Acquisition Corp III", + "date": "2021-01-24", + "type": "cs", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00YQ7K5L4", + "cik": "0001818644", + "lei": null + }, + { + "symbol": "CFACW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "CF Finance Acquisition Corp III - Warrants (03/11/2025)", + "date": "2021-01-24", + "type": "wt", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00YQ7LLN6", + "cik": "0001818644", + "lei": null + }, + { + "symbol": "CFB", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Crossfirst Bankshares Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4A39365A34392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000Q4LHK9", + "cik": "0001458412", + "lei": null + }, + { + "symbol": "CFBI", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Community First Bancshares Inc", + "date": "2021-01-21", + "type": "cs", + "iexId": "IEX_5230324436392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00FX5PZB1", + "cik": "0001691507", + "lei": "549300GMOQTIHIJSCH04" + }, + { + "symbol": "CFBK", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "CF Bankshares Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_50425A4851362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BBWB75", + "cik": "0001070680", + "lei": "5493005T7GGZJKF4UK64" + }, + { + "symbol": "CFCV", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "Activeshares ETF Trust - ClearBridge Focus Value ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5646314734562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00RQ73FS9", + "cik": "0001792795", + "lei": null + }, + { + "symbol": "CFFI", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "C & F Financial Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4358315250342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BYN5H7", + "cik": "0000913341", + "lei": "549300VFPAZLNS1R0361" + }, + { + "symbol": "CFFN", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Capitol Federal Financial", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_575A4D4E4C342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000C34488", + "cik": "0001490906", + "lei": null + }, + { + "symbol": "CFG", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Citizens Financial Group Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5744473035532D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG006Q0HY77", + "cik": "0000759944", + "lei": null + }, + { + "symbol": "CFG-D", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Citizens Financial Group Inc - FXDFR PRF PERPETUAL USD 25 - Ser D 1/40", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4231595856562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000759944", + "lei": null + }, + { + "symbol": "CFG-E", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Citizens Financial Group Inc - 5% PRF PERPETUAL USD 25 - Dp Rp1/40thIn", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_5256373943582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000759944", + "lei": null + }, + { + "symbol": "CFII", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "CF Finance Acquisition Corp II - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5244343652512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00WLM2YL7", + "cik": "0001811856", + "lei": null + }, + { + "symbol": "CFIIW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "CF Finance Acquisition Corp II - Warrants (01/08/2027)", + "date": "2021-01-24", + "type": "wt", + "iexId": "IEX_5242573539322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00XV49NV0", + "cik": "0001811856", + "lei": null + }, + { + "symbol": "CFMS", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Conformis Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4350574742332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG002GGFX67", + "cik": "0001305773", + "lei": null + }, + { + "symbol": "CFO", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Victory Portfolios II - VictoryShares US 500 Enhanced Volatility Wtd E", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_54565631354D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG006QSNBW1", + "cik": "0001547580", + "lei": null + }, + { + "symbol": "CFR", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Cullen Frost Bankers Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_57504C3039522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000C2PL98", + "cik": "0000039263", + "lei": "529900V2E9G9AY665O34" + }, + { + "symbol": "CFR-B", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Cullen Frost Bankers Inc. - 4.45% PRF PERPETUAL USD 25 - Ser B", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_5656585A37572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000039263", + "lei": "529900V2E9G9AY665O34" + }, + { + "symbol": "CFRX", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "ContraFect Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_444D544D4B362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG001J2MCH3", + "cik": "0001478069", + "lei": "549300JM7MIET5QG2X15" + }, + { + "symbol": "CFX", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Colfax Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4E313357324D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000C5Z443", + "cik": "0001420800", + "lei": "635400OP2DYYYMOIYL17" + }, + { + "symbol": "CFXA", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Colfax Corp - Units", + "date": "2021-01-24", + "type": null, + "iexId": "IEX_4C4D4C5959372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001420800", + "lei": "635400OP2DYYYMOIYL17" + }, + { + "symbol": "CG", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Carlyle Group Inc (The)", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4B33363633372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BH3F20", + "cik": "0001527166", + "lei": null + }, + { + "symbol": "CGA", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "China Green Agriculture Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_484B514D4D422D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000D5F435", + "cik": "0000857949", + "lei": "529900WHEQDLY5O81Q80" + }, + { + "symbol": "CGBD", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "TCG BDC Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4333365A35432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00GQVWWP4", + "cik": "0001544206", + "lei": "5493003POT0JT6WD1D83" + }, + { + "symbol": "CGC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Canopy Growth Corporation", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_475A4B3234542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0069FB082", + "cik": "0001737927", + "lei": "529900CSD7NH1UBC9X07" + }, + { + "symbol": "CGEM", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Cullinan Management Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00HW2DGQ4", + "cik": "0001789972", + "lei": null + }, + { + "symbol": "CGEN", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Compugen Ltd", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_524E4E5230512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000B9ZLB0", + "cik": "0001119774", + "lei": null + }, + { + "symbol": "CGIX", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Cancer Genetics Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5759344B4E572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000MCFBY0", + "cik": "0001349929", + "lei": "529900PK9IZ6P1W48153" + }, + { + "symbol": "CGNX", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Cognex Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4B4854324D322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BPBVW5", + "cik": "0000851205", + "lei": "549300JQTYZCLC43S226" + }, + { + "symbol": "CGO", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Calamos Global Total Return Fund", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4C35464D43382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000NPGLP7", + "cik": "0001285650", + "lei": "549300K2D63KU54WRP95" + }, + { + "symbol": "CGRO", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Collective Growth Corporation - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5043324854442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00THYDVG3", + "cik": "0001799611", + "lei": null + }, + { + "symbol": "CGROW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Collective Growth Corporation - Warrants (29/04/2025)", + "date": "2021-01-24", + "type": "wt", + "iexId": "IEX_5139593538332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00VJHNB03", + "cik": "0001799611", + "lei": null + }, + { + "symbol": "CGW", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Invesco Capital Management LLC - Invesco S&P Global Water Index ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4850343048332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00KJR2226", + "cik": "0001224696", + "lei": null + }, + { + "symbol": "CHA", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "China Telecom Corporation - ADR", + "date": "2021-01-11", + "type": "ad", + "iexId": "IEX_47583452594C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000PCNQN7", + "cik": "0001191255", + "lei": "529900JXXCCUCX634T88" + }, + { + "symbol": "CHAD", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Direxion Shares ETF Trust - Direxion Daily CSI 300 China A Share Bear ", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_485A524735502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG008HBDZZ9", + "cik": "0001424958", + "lei": null + }, + { + "symbol": "CHAQ", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "Chardan Healthcare Acquisition 2 Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5348584A47542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00S92S4W0", + "cik": "0001799850", + "lei": null + }, + { + "symbol": "CHAQ+", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "Chardan Healthcare Acquisition 2 Corp - Warrants (05/03/2025)", + "date": "2021-01-24", + "type": "wt", + "iexId": "IEX_4A57524446332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00VJ17T61", + "cik": "0001799850", + "lei": null + }, + { + "symbol": "CHAQ=", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "Chardan Healthcare Acquisition 2 Corp - Unit (1 Ordinary share & 0.5 W", + "date": "2021-01-24", + "type": null, + "iexId": "IEX_4E584750394A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00S8Y6570", + "cik": "0001799850", + "lei": null + }, + { + "symbol": "CHAU", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Direxion Shares ETF Trust - Direxion Daily CSI 300 China A Share Bull ", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_464E3457564C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG008HBH279", + "cik": "0001424958", + "lei": null + }, + { + "symbol": "CHB", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Global X Funds - Global X China Biotech Innovation ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4651443654442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00XH4W8L4", + "cik": "0001432353", + "lei": null + }, + { + "symbol": "CHCI", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Comstock Holding Co. Inc - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4634525138382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000Q808Z7", + "cik": "0001299969", + "lei": "549300PHU1FSZ2GXMI11" + }, + { + "symbol": "CHCO", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "City Holding Co.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5630365038392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BFJFX3", + "cik": "0000726854", + "lei": null + }, + { + "symbol": "CHCT", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Community Healthcare Trust Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5330433958442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG008G2P3M2", + "cik": "0001631569", + "lei": "549300FATSRCMKOV9536" + }, + { + "symbol": "CHD", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Church & Dwight Co., Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5348525A46352D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BFJT36", + "cik": "0000313927", + "lei": "POOXSI30AWAQGYJZC921" + }, + { + "symbol": "CHDN", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Churchill Downs, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_54304A4B37502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BGXMG9", + "cik": "0000020212", + "lei": "529900FODTBQC8MIS994" + }, + { + "symbol": "CHE", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Chemed Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_534D314E424C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000C19QW1", + "cik": "0000019584", + "lei": "54930020031IDJT2IM79" + }, + { + "symbol": "CHEF", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Chefs` Warehouse Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4848514E46352D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG001MFW6D6", + "cik": "0001517175", + "lei": "549300JYEDC8C547E980" + }, + { + "symbol": "CHEK", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Check-Cap Ltd", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4B4A423252512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0089RJVS4", + "cik": "0001610590", + "lei": "549300VKJF3TJ17U4U73" + }, + { + "symbol": "CHEKZ", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Check-Cap Ltd - Warrants - Series C (03/05/2023)", + "date": "2021-01-24", + "type": "wt", + "iexId": "IEX_5147474B39342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00KVDYP18", + "cik": "0001610590", + "lei": "549300VKJF3TJ17U4U73" + }, + { + "symbol": "CHEP", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "AGF Investments Trust - AGFiQ U.S. Market Neutral Value Fund", + "date": "2020-12-14", + "type": "et", + "iexId": "IEX_4733584C384D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0021R55N2", + "cik": "0001479599", + "lei": null + }, + { + "symbol": "CHFS", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "CHF Solutions Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5146593442322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000QVFRH8", + "cik": "0001506492", + "lei": "54930007LBO6YS5KNX75" + }, + { + "symbol": "CHFW", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "Consonance-HFW Acquisition Corp - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00XY94S95", + "cik": "0001824893", + "lei": null + }, + { + "symbol": "CHFW+", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "Consonance-HFW Acquisition Corp - Warrants (28/10/2025)", + "date": "2021-01-24", + "type": "wt", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00YRKJD84", + "cik": "0001824893", + "lei": null + }, + { + "symbol": "CHFW=", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "Consonance-HFW Acquisition Corp - Units (1 Ord Share Class A & 1/3 War", + "date": "2021-01-24", + "type": null, + "iexId": "IEX_5239533136312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00XTG9698", + "cik": "0001824893", + "lei": null + }, + { + "symbol": "CHGG", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Chegg Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5154343234542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0014XR0N5", + "cik": "0001364954", + "lei": "549300AKX7O8JG0O3G77" + }, + { + "symbol": "CHGX", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "ETF Series Solutions Trust - Change Finance U.S. Large Cap Fossil Fuel", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4B43465847572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00HXSHWJ5", + "cik": "0001540305", + "lei": null + }, + { + "symbol": "CHH", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Choice Hotels International, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4D48334A354C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BPBTL2", + "cik": "0001018146", + "lei": "5493003CYRY5RFGTIR97" + }, + { + "symbol": "CHI", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Calamos Convertible Opportunities and Income Fund", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4A4C463648422D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000D8GTW1", + "cik": "0001171471", + "lei": "549300ZBRGRX6VMFJ315" + }, + { + "symbol": "CHIC", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Global X Funds - Global X Funds Global X MSCI China Communication Serv", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4A4E515637502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000PZVT06", + "cik": "0001432353", + "lei": null + }, + { + "symbol": "CHIE", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Global X Funds - Global X MSCI China Energy ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_504E393442362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000B9X6L4", + "cik": "0001432353", + "lei": null + }, + { + "symbol": "CHIH", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Global X Funds - Global X MSCI China Health Care ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4A47465251342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00MRS89N7", + "cik": "0001432353", + "lei": null + }, + { + "symbol": "CHII", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Global X Funds - Global X MSCI China Industrials ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4E4E484446362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000PYH302", + "cik": "0001432353", + "lei": null + }, + { + "symbol": "CHIK", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Global X Funds - Global X MSCI China Information Technology ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4B4D533257352D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00MRS88R5", + "cik": "0001432353", + "lei": null + }, + { + "symbol": "CHIL", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Global X Funds - Global X MSCI China Large Cap 50 ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_53324C5752562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00MRS8CW0", + "cik": "0001432353", + "lei": null + }, + { + "symbol": "CHIM", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Global X Funds - Global X MSCI China Materials ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_46424B4838332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000Q5PBB5", + "cik": "0001432353", + "lei": null + }, + { + "symbol": "CHIQ", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Global X Funds - Global X MSCI China Consumer Discretionary ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5335484358392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000PYGRT9", + "cik": "0001432353", + "lei": null + }, + { + "symbol": "CHIR", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Global X Funds - Global X MSCI China Real Estate ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5051593746532D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00MRS8FK6", + "cik": "0001432353", + "lei": null + }, + { + "symbol": "CHIS", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Global X Funds - Global X MSCI China Consumer Staples ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5034533243382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00MRS8DN8", + "cik": "0001432353", + "lei": null + }, + { + "symbol": "CHIU", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Global X Funds - Global X MSCI China Utilities ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4C54334631362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00MRS8C14", + "cik": "0001432353", + "lei": null + }, + { + "symbol": "CHIX", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Global X Funds - Global X MSCI China Financials ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_563144474A592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000Q0K2X7", + "cik": "0001432353", + "lei": null + }, + { + "symbol": "CHKP", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Check Point Software Technolgies", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4834343959542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000K82ZT8", + "cik": "0001015922", + "lei": "2549003ZVBH73EPNS513" + }, + { + "symbol": "CHL", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "China Mobile Limited - ADR", + "date": "2021-01-11", + "type": "ad", + "iexId": "IEX_57344A3653482D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BB0P33", + "cik": "0001117795", + "lei": "529900U2JJ7GK68NI589" + }, + { + "symbol": "CHMA", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Chiasma Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_583246594B4B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0026ZCS06", + "cik": "0001339469", + "lei": "549300PP2WZZEZZ6XS69" + }, + { + "symbol": "CHMG", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Chemung Financial Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4A50594654562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BHQ7B3", + "cik": "0000763563", + "lei": null + }, + { + "symbol": "CHMI", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Cherry Hill Mortgage Investment Corporation", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_444B423846302D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG004HQLJH2", + "cik": "0001571776", + "lei": null + }, + { + "symbol": "CHMI-A", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Cherry Hill Mortgage Investment Corporation - 8.20% PRF PERPETUAL USD ", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_5430523138462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001571776", + "lei": null + }, + { + "symbol": "CHMI-B", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Cherry Hill Mortgage Investment Corporation - FXDFR PRF PERPETUAL USD ", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4C34565431362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001571776", + "lei": null + }, + { + "symbol": "CHN", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "China Fund Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4D4E5759435A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000C3L9B4", + "cik": "0000845379", + "lei": "549300U9N8NM2LYE5807" + }, + { + "symbol": "CHNA", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "ETF Series Solutions Trust - Loncar China BioPharma ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4D37504256372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00LPXSYJ8", + "cik": "0001540305", + "lei": null + }, + { + "symbol": "CHNG", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Change Healthcare Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_56464E4653322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0059KNH10", + "cik": "0001756497", + "lei": "549300GS1BPJEDOZHM07" + }, + { + "symbol": "CHNR", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "China Natural Resources Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4B433654384B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BX3NJ0", + "cik": "0000793628", + "lei": null + }, + { + "symbol": "CHPM", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "CHP Merger Corp - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_514D5A574E4A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00QRFW1M7", + "cik": "0001785041", + "lei": null + }, + { + "symbol": "CHPMW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "CHP Merger Corp - Warrants (22/11/2024)", + "date": "2021-01-24", + "type": "wt", + "iexId": "IEX_5058344A4E522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00RC9PBV1", + "cik": "0001785041", + "lei": null + }, + { + "symbol": "CHRA", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Charah Solutions Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_474E4E3459592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00KY7TFV3", + "cik": "0001730346", + "lei": "549300I6O29493834F54" + }, + { + "symbol": "CHRS", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Coherus Biosciences Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_48524C4857442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0063N8V69", + "cik": "0001512762", + "lei": "5493007IL8W5MV932D26" + }, + { + "symbol": "CHRW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "C.H. Robinson Worldwide, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_464D445338442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BTCH57", + "cik": "0001043277", + "lei": "529900WNWN5L0OVDHA79" + }, + { + "symbol": "CHS", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Chico`s Fas, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_51314B32564E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BLVBC8", + "cik": "0000897429", + "lei": "5299003ESGN5T1MFXY13" + }, + { + "symbol": "CHSCL", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "CHS Inc. - 7.50% PRF PERPETUAL USD 25 - Class B Ser 4", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_584A5643324D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000823277", + "lei": "XEIEFTLYDQ1MZ6TZV015" + }, + { + "symbol": "CHSCM", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "CHS Inc. - FXDFR PRF PERPETUAL USD 25 - Ser 3 Cls B", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4735505437322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000823277", + "lei": "XEIEFTLYDQ1MZ6TZV015" + }, + { + "symbol": "CHSCN", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "CHS Inc. - FXDFR PRF PERPETUAL USD 25 - Ser 2 Cls B", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4D4458394C322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000823277", + "lei": "XEIEFTLYDQ1MZ6TZV015" + }, + { + "symbol": "CHSCO", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "CHS Inc. - 7.875% PRF PERPETUAL USD 25 - Ser 1 Cl B", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_514D503252332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000823277", + "lei": "XEIEFTLYDQ1MZ6TZV015" + }, + { + "symbol": "CHSCP", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "CHS Inc. - 8% PRF PERPETUAL USD 25", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_484A4D535A472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000823277", + "lei": "XEIEFTLYDQ1MZ6TZV015" + }, + { + "symbol": "CHT", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Chunghwa Telecom - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_4E5433504C4B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BBYJ94", + "cik": "0001132924", + "lei": null + }, + { + "symbol": "CHTR", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Charter Communications Inc. - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4631423843482D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000VPGNR2", + "cik": "0001091667", + "lei": "0J0XRGZE3PBRFEZ7MV65" + }, + { + "symbol": "CHU", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "China Unicom (Hong Kong) Ltd - ADR", + "date": "2021-01-11", + "type": "ad", + "iexId": "IEX_5153473334332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000DYS6T5", + "cik": "0001113866", + "lei": "5299006RQXYNFYPOUS20" + }, + { + "symbol": "CHUY", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Chuy`s Holdings Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4A594B374B342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG001YR4194", + "cik": "0001524931", + "lei": null + }, + { + "symbol": "CHW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Calamos Global Dynamic Income Fund", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4758345332512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000NK3XQ5", + "cik": "0001396277", + "lei": "CZEVBUHZTXPJGPSFDE25" + }, + { + "symbol": "CHWY", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Chewy Inc - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_43463335304C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00P19DKZ6", + "cik": "0001766502", + "lei": null + }, + { + "symbol": "CHX", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "ChampionX Corporation", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5152475250312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00JH9TZ56", + "cik": "0001723089", + "lei": "549300EP2909K6DYYP38" + }, + { + "symbol": "CHY", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Calamos Convertible and High Income Fund", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5436365446332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000H11DG1", + "cik": "0001222719", + "lei": "549300S5PS2P178Z6N82" + }, + { + "symbol": "CI", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Cigna Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4C544E3336362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00KXRCDP0", + "cik": "0001739940", + "lei": "549300VIWYMSIGT1U456" + }, + { + "symbol": "CIA", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Citizens, Inc. - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4D57523738362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000DJ3D29", + "cik": "0000024090", + "lei": "549300Z39SMLUE3VF522" + }, + { + "symbol": "CIB", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Bancolombia S.A. - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_4A465A5344432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000FCN5H1", + "cik": "0001071371", + "lei": "54930052NWJRPNMP1W58" + }, + { + "symbol": "CIBR", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "First Trust Exchange-Traded Fund III - First Trust NASDAQ Cybersecurit", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4442424B4C332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG009K1H2V8", + "cik": "0001424212", + "lei": null + }, + { + "symbol": "CID", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Victory Portfolios II - VictoryShares International High Div Volatilit", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_48444D3730352D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG009QTFHS4", + "cik": "0001547580", + "lei": null + }, + { + "symbol": "CIDM", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Cinedigm Corp - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4353543351502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BRSS32", + "cik": "0001173204", + "lei": "213800X4XUA5IUNAUY93" + }, + { + "symbol": "CIEN", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "CIENA Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_56345251374E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BP1152", + "cik": "0000936395", + "lei": "W0CZ7N0GH8UIGXDM1H41" + }, + { + "symbol": "CIF", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "MFS Intermediate High Income Fund", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4A56474C33432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BFNL65", + "cik": "0000833021", + "lei": "SASSJTLSXHXELZG42340" + }, + { + "symbol": "CIG", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Cia Energetica De Minas Gerais - ADR (Preference Shares)", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_50524854394D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BBKV10", + "cik": "0001157557", + "lei": "254900W703PXLDSEM056" + }, + { + "symbol": "CIG.C", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Cia Energetica De Minas Gerais - ADR - Level II", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_464C384459422D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000GN0XD4", + "cik": "0001157557", + "lei": "254900W703PXLDSEM056" + }, + { + "symbol": "CIGI", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Colliers International Group Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_524B3336355A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BN6P22", + "cik": "0000913353", + "lei": "D3O8K13PHLEXXD1DT480" + }, + { + "symbol": "CIH", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "China Index Holdings Ltd - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_4331525459572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00P7RT4C4", + "cik": "0001749797", + "lei": null + }, + { + "symbol": "CII", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "BlackRock Enhanced Capital and Income Fund Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5230335642302D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000L0QDX2", + "cik": "0001278895", + "lei": "YNYNSGFZPAVB3Q7YA123" + }, + { + "symbol": "CIIC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "CIIG Merger Corp - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4C5654384B4A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00R01YC30", + "cik": "0001789760", + "lei": null + }, + { + "symbol": "CIICW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "CIIG Merger Corp - Warrants (31/12/2026)", + "date": "2021-01-24", + "type": "wt", + "iexId": "IEX_4C4C56574E392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00RLXJLH9", + "cik": "0001789760", + "lei": null + }, + { + "symbol": "CIK", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "Credit Suisse Asset Management Income Fund Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_434A565A38502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000G894K4", + "cik": "0000810766", + "lei": "549300O5MFEP1XJ40B46" + }, + { + "symbol": "CIL", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Victory Portfolios II - VictoryShares International Volatility Wtd ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_444753444C4C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG009QTF396", + "cik": "0001547580", + "lei": null + }, + { + "symbol": "CIM", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Chimera Investment Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_444A4A3958502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000PFLGY2", + "cik": "0001409493", + "lei": "2JBBQFJOL123LOUBE657" + }, + { + "symbol": "CIM-A", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Chimera Investment Corp - 8% PRF PERPETUAL USD 25 - Ser A", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4E35534E4D582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001409493", + "lei": "2JBBQFJOL123LOUBE657" + }, + { + "symbol": "CIM-B", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Chimera Investment Corp - FXDFR PRF PERPETUAL USD 25 - Ser B", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4335473154322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001409493", + "lei": "2JBBQFJOL123LOUBE657" + }, + { + "symbol": "CIM-C", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Chimera Investment Corp - FXDFR PRF PERPETUAL USD 25 - Ser C", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4E52393542312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001409493", + "lei": "2JBBQFJOL123LOUBE657" + }, + { + "symbol": "CIM-D", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Chimera Investment Corp - FXDFR PRF PERPETUAL USD 25 - Ser D", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_48355836385A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001409493", + "lei": "2JBBQFJOL123LOUBE657" + }, + { + "symbol": "CINF", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Cincinnati Financial Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_504B5935304C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BFPK65", + "cik": "0000020286", + "lei": "254900Q4WEDMZBOZ0002" + }, + { + "symbol": "CINR", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Ciner Resources LP - Unit", + "date": "2021-01-24", + "type": null, + "iexId": "IEX_5233385231582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG004T7T2Z0", + "cik": "0001575051", + "lei": "529900SP2BAE1Y7TOP80" + }, + { + "symbol": "CIO", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "City Office REIT Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5343365047322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG005T5RWR6", + "cik": "0001593222", + "lei": "5493003J7157VP25NL57" + }, + { + "symbol": "CIO-A", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "City Office REIT Inc - 6.625% PRF PERPETUAL USD 25 - Ser A", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4753515A51562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001593222", + "lei": "5493003J7157VP25NL57" + }, + { + "symbol": "CIR", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Circor International Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_434A564A46382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000C37Q68", + "cik": "0001091883", + "lei": "5493007701O01N3FQM69" + }, + { + "symbol": "CIT", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "CIT Group Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4B39313647372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000Q0BPZ4", + "cik": "0001171825", + "lei": "N8O96ZZJQRFYQUJY7K79" + }, + { + "symbol": "CIT-B", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "CIT Group Inc - 5.625% PRF PERPETUAL USD 25 - Ser B", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_565436504D572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001171825", + "lei": "N8O96ZZJQRFYQUJY7K79" + }, + { + "symbol": "CIVB", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Civista Bancshares Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4E53594850502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000DWZWT4", + "cik": "0000944745", + "lei": "5493001LX61Z2UVYSC48" + }, + { + "symbol": "CIX", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "Compx International, Inc. - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4C4A514B53502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BCGY99", + "cik": "0001049606", + "lei": null + }, + { + "symbol": "CIXX", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "CI Financial Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4C4A515639592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000LTLPG6", + "cik": null, + "lei": "549300M9W7JJQSVCEM78" + }, + { + "symbol": "CIZ", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Victory Portfolios II - VictoryShares Developed Enhanced Volatility Wt", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5134375259502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0077STSZ4", + "cik": "0001547580", + "lei": null + }, + { + "symbol": "CIZN", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Citizens Holding Co", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4353543931562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000C33LV5", + "cik": "0001075706", + "lei": null + }, + { + "symbol": "CJJD", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "China Jo-Jo Drugstores Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5158545052432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000TH81Y2", + "cik": "0001413263", + "lei": null + }, + { + "symbol": "CKH", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "SEACOR Holdings Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_57344B3854482D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BLFC07", + "cik": "0000859598", + "lei": "549300IQTYSR1SC4II14" + }, + { + "symbol": "CKPT", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Checkpoint Therapeutics Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5658523147532D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00F5TPW72", + "cik": "0001651407", + "lei": "549300NTOG3NRUKVKI74" + }, + { + "symbol": "CKX", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "CKX Lands Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4356594433572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000CTBX52", + "cik": "0000352955", + "lei": null + }, + { + "symbol": "CL", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Colgate-Palmolive Co.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4831504D4C532D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BFQYY3", + "cik": "0000021665", + "lei": "YMEGZFW4SBUSS5BQXF88" + }, + { + "symbol": "CLA", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Colonnade Acquisition Corp - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5056425444472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00XRTSTR1", + "cik": "0001816581", + "lei": null + }, + { + "symbol": "CLA+", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Colonnade Acquisition Corp - Warrants (31/08/2027)", + "date": "2021-01-24", + "type": "wt", + "iexId": "IEX_5431343051382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00XRZKZQ2", + "cik": "0001816581", + "lei": null + }, + { + "symbol": "CLA=", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Colonnade Acquisition Corp - Units (1 Ord Share Class A & 1/2 War)", + "date": "2021-01-24", + "type": null, + "iexId": "IEX_4B324E345A4D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00WH4QKS9", + "cik": "0001816581", + "lei": null + }, + { + "symbol": "CLAR", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Clarus Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5239423952582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000C6QPN3", + "cik": "0000913277", + "lei": "549300PKSLI6PT0ULL72" + }, + { + "symbol": "CLAS=", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Class Acceleration Corp - Units (1 Ord Class A & 1/2 War)", + "date": "2021-01-24", + "type": null, + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00YQ7YQM2", + "cik": "0001826855", + "lei": null + }, + { + "symbol": "CLASU", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Class Acceleration Corp - Units (1 Ord Class A & 1/2 War)", + "date": "2021-01-21", + "type": null, + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001826855", + "lei": null + }, + { + "symbol": "CLB", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Core Laboratories N.V.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5032315A39502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000JKCWS0", + "cik": "0001000229", + "lei": "724500MDYY5VBSAF5W50" + }, + { + "symbol": "CLBK", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Columbia Financial, Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4C594A4B47532D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG003222R31", + "cik": "0001723596", + "lei": "254900B9UDXFOJAZKN61" + }, + { + "symbol": "CLBS", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Caladrius Biosciences Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_51394E48424C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BNVDR4", + "cik": "0000320017", + "lei": "5493002287F62M3EGQ04" + }, + { + "symbol": "CLCT", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Collectors Universe Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5842564454482D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000C21S35", + "cik": "0001089143", + "lei": null + }, + { + "symbol": "CLDB", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Cortland Bancorp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_58425A52324B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BXYMC5", + "cik": "0000774569", + "lei": null + }, + { + "symbol": "CLDL", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Direxion Funds - Direxion Daily Cloud Computing Bull 2X Shares", + "date": "2021-01-24", + "type": "et", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00YQ6RWJ3", + "cik": "0001040587", + "lei": null + }, + { + "symbol": "CLDR", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Cloudera Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4A4C4352434D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000DRJFC8", + "cik": "0001535379", + "lei": "549300PGONC4JOI0RG62" + }, + { + "symbol": "CLDS", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Direxion Funds - Direxion Daily Cloud Computing Bear 2X Shares", + "date": "2021-01-24", + "type": "et", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00YQ6VHK9", + "cik": "0001040587", + "lei": null + }, + { + "symbol": "CLDT", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Chatham Lodging Trust", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4857583339442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000PT6BR8", + "cik": "0001476045", + "lei": null + }, + { + "symbol": "CLDX", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Celldex Therapeutics Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_48304C43374D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000FW8LZ9", + "cik": "0000744218", + "lei": "529900F018DMYWH38923" + }, + { + "symbol": "CLEU", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "China Liberal Education Holdings Ltd", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4E54383544302D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00PX7KHH4", + "cik": "0001775085", + "lei": null + }, + { + "symbol": "CLF", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Cleveland-Cliffs Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5744475839302D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BFRF55", + "cik": "0000764065", + "lei": "549300TM2WLI2BJMDD86" + }, + { + "symbol": "CLFD", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Clearfield Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_535A443047422D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BC35R6", + "cik": "0000796505", + "lei": "529900M4S2OQ1ADPR537" + }, + { + "symbol": "CLGN", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "CollPlant Biotechnologies Ltd - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_5739465036362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG008754R36", + "cik": "0001631487", + "lei": "549300F58K8B25RUFV24" + }, + { + "symbol": "CLGX", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "CoreLogic Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4A5A574C44592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000C2H3F0", + "cik": "0000036047", + "lei": "54930086CD8K2UIL0516" + }, + { + "symbol": "CLH", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Clean Harbors, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5253315343392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BFRRX8", + "cik": "0000822818", + "lei": "5493000SJVZVZJKHJF48" + }, + { + "symbol": "CLI", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Mack-Cali Realty Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4B474E5134572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000CL1HL7", + "cik": "0000924901", + "lei": null + }, + { + "symbol": "CLII", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Climate Change Crisis Real Impact I Acquisition Corp - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_533457384C482D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00XP21PQ0", + "cik": "0001821159", + "lei": null + }, + { + "symbol": "CLII+", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Climate Change Crisis Real Impact I Acquisition Corp - Warrants (15/09", + "date": "2021-01-24", + "type": "wt", + "iexId": "IEX_434E583643472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00Y4RSNJ0", + "cik": "0001821159", + "lei": null + }, + { + "symbol": "CLII=", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Climate Change Crisis Real Impact I Acquisition Corp - Units (1 Ord Sh", + "date": "2021-01-24", + "type": null, + "iexId": "IEX_4633335446522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00X8SGHQ4", + "cik": "0001821159", + "lei": null + }, + { + "symbol": "CLIR", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "ClearSign Technologies Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_54345A4D4C382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00283BTK2", + "cik": "0001434524", + "lei": "529900KAAUSQWCW66J95" + }, + { + "symbol": "CLIX", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "ProShares Trust - ProShares Long Online/Short Stores ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5452474E33502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00J7QX2N7", + "cik": "0001174610", + "lei": null + }, + { + "symbol": "CLLS", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Cellectis - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_4B56504C56422D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0084L1XN2", + "cik": "0001627281", + "lei": "5493000KKX5VQ37Q2W83" + }, + { + "symbol": "CLM", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "Cornerstone Strategic Value Fund", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4E4C345150572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000B9YZT1", + "cik": "0000814083", + "lei": "549300H6BMBD46PC0Z18" + }, + { + "symbol": "CLMT", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Calumet Specialty Products - Unit", + "date": "2021-01-24", + "type": null, + "iexId": "IEX_574A594E59372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000JNSM81", + "cik": "0001340122", + "lei": "529900QWK0FGLES9BA18" + }, + { + "symbol": "CLNC", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Colony Credit Real Estate Inc - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4D4A4E4836342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00JVRRQF1", + "cik": "0001717547", + "lei": "549300BOIFLLMVU37752" + }, + { + "symbol": "CLNE", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Clean Energy Fuels Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_583331314C312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000J5J943", + "cik": "0001368265", + "lei": "549300MTQB4VUAOPMF71" + }, + { + "symbol": "CLNN", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Clene Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00X3GTK66", + "cik": null, + "lei": null + }, + { + "symbol": "CLNNW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Clene Inc - Warrants (30/12/2025)", + "date": "2021-01-24", + "type": "wt", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00YQ7WGM6", + "cik": null, + "lei": null + }, + { + "symbol": "CLNY", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Colony Capital Inc. - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5435383137532D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00D30HGP6", + "cik": "0001679688", + "lei": "549300XG87L902AGBO89" + }, + { + "symbol": "CLNY-G", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Colony Capital Inc. - 7.50% PRF PERPETUAL USD 25 - Ser G", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_5842583551502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001679688", + "lei": "549300XG87L902AGBO89" + }, + { + "symbol": "CLNY-H", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Colony Capital Inc. - 7.125% PRF PERPETUAL USD 25 - Ser H", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4246504833582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001679688", + "lei": "549300XG87L902AGBO89" + }, + { + "symbol": "CLNY-I", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Colony Capital Inc. - 7.15% PRF PERPETUAL USD 25 - Ser I", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_48343443514A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001679688", + "lei": "549300XG87L902AGBO89" + }, + { + "symbol": "CLNY-J", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Colony Capital Inc. - 7.125% PRF PERPETUAL USD 25 - Ser J", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4C374B5A4C362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001679688", + "lei": "549300XG87L902AGBO89" + }, + { + "symbol": "CLOU", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Global X Funds - Global X Cloud Computing ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4232355831382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00NW3VBY1", + "cik": "0001432353", + "lei": null + }, + { + "symbol": "CLOV", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Clover Health Investments Corp - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00SHY90J5", + "cik": "0001801170", + "lei": null + }, + { + "symbol": "CLOVW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Clover Health Investments Corp - Warrants (21/04/2025)", + "date": "2021-01-24", + "type": "wt", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00V782YR0", + "cik": "0001801170", + "lei": null + }, + { + "symbol": "CLPR", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Clipper Realty Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_464E4D4852422D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00FY0CZQ9", + "cik": "0001649096", + "lei": null + }, + { + "symbol": "CLPS", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "CLPS Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5057363837502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00KG60XY4", + "cik": "0001724542", + "lei": "5493001SK6OL0NWMTW78" + }, + { + "symbol": "CLPT", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "ClearPoint Neuro Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_483357544E532D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000Q39HV3", + "cik": "0001285550", + "lei": null + }, + { + "symbol": "CLR", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Continental Resources Inc (OKLA)", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4B464D48514E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BHBGN6", + "cik": "0000732834", + "lei": null + }, + { + "symbol": "CLRB", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Cellectar Biosciences Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4631474C48462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000G9WFQ5", + "cik": "0001279704", + "lei": "5493000NFZCRG7BYQV93" + }, + { + "symbol": "CLRBZ", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Cellectar Biosciences Inc - Warrants - Series A (18/04/2021)", + "date": "2021-01-24", + "type": "wt", + "iexId": "IEX_5347435452392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00CP9KQX0", + "cik": "0001279704", + "lei": "5493000NFZCRG7BYQV93" + }, + { + "symbol": "CLRG", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "IndexIQ ETF Trust - IQ Chaikin U.S. Large Cap ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5239464337462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00JGG9GY3", + "cik": "0001415995", + "lei": null + }, + { + "symbol": "CLRO", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "ClearOne Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4831513144352D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000F7XWR1", + "cik": "0000840715", + "lei": null + }, + { + "symbol": "CLS", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Celestica, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_584844424C522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BPS2C3", + "cik": "0001030894", + "lei": "549300J3CG5T6RZWLN53" + }, + { + "symbol": "CLSD", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Clearside Biomedical Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4C43523731472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG002D4D4X3", + "cik": "0001539029", + "lei": "529900GQSUZO5HQ9DS29" + }, + { + "symbol": "CLSK", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Cleanspark Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4751595736512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG001MB89V6", + "cik": "0000827876", + "lei": null + }, + { + "symbol": "CLSN", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Celsion Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4C5654345A312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BJJGT8", + "cik": "0000749647", + "lei": "529900PWLRCA840VVK89" + }, + { + "symbol": "CLTL", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Invesco Capital Management LLC - Invesco Treasury Collateral ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5630374A444D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00FQKKZT2", + "cik": "0001224696", + "lei": null + }, + { + "symbol": "CLVR", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Clever Leaves Holdings Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00WNRF6M0", + "cik": "0001819615", + "lei": null + }, + { + "symbol": "CLVRW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Clever Leaves Holdings Inc - Warrants (18/12/2025)", + "date": "2021-01-24", + "type": "wt", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00WNRV1L4", + "cik": "0001819615", + "lei": null + }, + { + "symbol": "CLVS", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Clovis Oncology Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_44594A4A5A332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG001QSGW81", + "cik": "0001466301", + "lei": "529900WCUY9ZAHMRV489" + }, + { + "symbol": "CLW", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Clearwater Paper Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_584430594D582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000JY3FM3", + "cik": "0001441236", + "lei": "549300HCVV19GXN4P292" + }, + { + "symbol": "CLWT", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Euro Tech Holdings Co., Ltd.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5354565939572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000C2T679", + "cik": "0001026662", + "lei": null + }, + { + "symbol": "CLX", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Clorox Co.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_434A564B48392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BFS7D3", + "cik": "0000021076", + "lei": "54930044KVSC06Z79I06" + }, + { + "symbol": "CLXT", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Calyxt Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_48575652374E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00H1CJS11", + "cik": "0001705843", + "lei": null + }, + { + "symbol": "CM", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Canadian Imperial Bank Of Commerce", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4A5A573957502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000FKTHQ1", + "cik": "0001045520", + "lei": "2IGI19DL77OX0HC3ZE78" + }, + { + "symbol": "CMA", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Comerica, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_524A303232592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000C75N77", + "cik": "0000028412", + "lei": "I9Q57JVPWHHZ3ZGBW498" + }, + { + "symbol": "CMBM", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Cambium Networks Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4252505053312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00P9KJB87", + "cik": "0001738177", + "lei": "549300OYSIGK6OT5WL04" + }, + { + "symbol": "CMBS", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "BlackRock Institutional Trust Company N.A. - BTC iShares CMBS ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4735425147312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG002NCLSR9", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "CMC", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Commercial Metals Co.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_56324C4C364E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BFSND8", + "cik": "0000022444", + "lei": "549300OQS2LO07ZJ7N73" + }, + { + "symbol": "CMCL", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "Caledonia Mining Corporation Plc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4C36485450462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000CQHQS2", + "cik": "0000766011", + "lei": "21380093ZBI4BFM75Y51" + }, + { + "symbol": "CMCM", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Cheetah Mobile Inc - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_4838485835502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0068TQ8R9", + "cik": "0001597835", + "lei": "529900JR51JXQWYK5B18" + }, + { + "symbol": "CMCO", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Columbus Mckinnon Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4C54535739502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BCWWV0", + "cik": "0001005229", + "lei": "549300W3HQB0HO1F3G69" + }, + { + "symbol": "CMCSA", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Comcast Corp - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4A4D4E4C51432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BFT2L4", + "cik": "0001166691", + "lei": "51M0QTTNCGUN7KFCFZ59" + }, + { + "symbol": "CMCT", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "CIM Commercial Trust Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_57504C3650592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BN7SF1", + "cik": "0000908311", + "lei": "549300X9XL9BLF80OY48" + }, + { + "symbol": "CMCTP", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "CIM Commercial Trust Corp - SU PRF PERPETUAL ILS 100 - Ser L", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_534D393542392D52", + "region": "US", + "currency": "ILS", + "isEnabled": true, + "figi": null, + "cik": "0000908311", + "lei": "549300X9XL9BLF80OY48" + }, + { + "symbol": "CMD", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Cantel Medical Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5257485346512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000KJP3V7", + "cik": "0000019446", + "lei": "549300ZFW3JXCDHTGW91" + }, + { + "symbol": "CMDY", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "BlackRock Institutional Trust Company N.A. - iShares Bloomberg Roll Se", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_504A30325A522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00KHT03W1", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "CME", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "CME Group Inc - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4747504459582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BHLYP4", + "cik": "0001156375", + "lei": "LCZ7XYGSLJUHFXXNXD88" + }, + { + "symbol": "CMF", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "BlackRock Institutional Trust Company N.A. - BTC iShares California Mu", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_43364E3058432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000TGH441", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "CMFNL", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ - ALL MARKETS", + "name": "Investcorp Credit Management BDC Inc - 6.125% NT REDEEM 01/07/2023 USD", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4E4D543238512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001578348", + "lei": "549300ZRNRCSKPLGYQ55" + }, + { + "symbol": "CMG", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Chipotle Mexican Grill", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4B46514846472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000QX74T1", + "cik": "0001058090", + "lei": null + }, + { + "symbol": "CMI", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Cummins Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_43504357325A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BGPTV6", + "cik": "0000026172", + "lei": "ZUNI8PYC725B6H8JU438" + }, + { + "symbol": "CMLF", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "CM Life Sciences Inc - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4C424334484E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00XDHY5P9", + "cik": "0001818331", + "lei": null + }, + { + "symbol": "CMLFW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "CM Life Sciences Inc - Warrants (01/09/2025)", + "date": "2021-01-24", + "type": "wt", + "iexId": "IEX_4B353054424D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00XZQN5C1", + "cik": "0001818331", + "lei": null + }, + { + "symbol": "CMLS", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Cumulus Media Inc. - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5252324D484E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00L2X8XM3", + "cik": "0001058623", + "lei": "549300OW8SUYVNKSAC51" + }, + { + "symbol": "CMO", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Capstead Mortgage Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4E58485432362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000C2DJ32", + "cik": "0000766701", + "lei": "549300W6CQE2GR8QBV24" + }, + { + "symbol": "CMO-E", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Capstead Mortgage Corp. - 7.50% PRF PERPETUAL USD 25 - Ser E", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_47335639314D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000766701", + "lei": "549300W6CQE2GR8QBV24" + }, + { + "symbol": "CMP", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Compass Minerals International Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4848483256592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000C42WS4", + "cik": "0001227654", + "lei": "2549008X9G8XP7YJGC47" + }, + { + "symbol": "CMPI", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Checkmate Pharmaceuticals Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4D36435233562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG009S5B381", + "cik": "0001651431", + "lei": null + }, + { + "symbol": "CMPR", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Cimpress plc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4E355746435A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000DFGRY7", + "cik": "0001262976", + "lei": "549300X1IFD75XISOR81" + }, + { + "symbol": "CMPS", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Compass Pathways Plc - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_4E53435638432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00X0VY2N1", + "cik": "0001816590", + "lei": "213800N7CUZIC6QSTZ31" + }, + { + "symbol": "CMRE", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Costamare Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4A30504458432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0017WYCC2", + "cik": "0001503584", + "lei": "5299003L6NPTZ25LN818" + }, + { + "symbol": "CMRE-B", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Costamare Inc - 7.625% PRF PERPETUAL USD 25 - Ser B", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_434E304A43382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001503584", + "lei": "5299003L6NPTZ25LN818" + }, + { + "symbol": "CMRE-C", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Costamare Inc - 8.50% PRF PERPETUAL USD 25 - Ser C", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4E4E375156312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001503584", + "lei": "5299003L6NPTZ25LN818" + }, + { + "symbol": "CMRE-D", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Costamare Inc - 8.75% PRF PERPETUAL USD 25 - Ser D", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_5636483044352D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001503584", + "lei": "5299003L6NPTZ25LN818" + }, + { + "symbol": "CMRE-E", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Costamare Inc - 8.875% PRF PERPETUAL USD 25 - Ser E", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_515656314B582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001503584", + "lei": "5299003L6NPTZ25LN818" + }, + { + "symbol": "CMRX", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Chimerix Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4C5A593538422D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000R33651", + "cik": "0001117480", + "lei": "5299002IR2GXUBEPKS66" + }, + { + "symbol": "CMS", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "CMS Energy Corporation", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4436383938332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BFVXX0", + "cik": "0000811156", + "lei": "549300IA9XFBAGNIBW29" + }, + { + "symbol": "CMS-B", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Consumers Energy Co - 4.50% PRF PERPETUAL USD 100.50", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4D3047354E362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000201533", + "lei": "7NKTFWJ1G6MELP9TU740" + }, + { + "symbol": "CMSA", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "CMS Energy Corporation - 5.625% NT REDEEM 15/03/2078 USD 25", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4831305A52592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000811156", + "lei": "549300IA9XFBAGNIBW29" + }, + { + "symbol": "CMSC", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "CMS Energy Corporation - 5.875% NT REDEEM 15/10/2078 USD 25", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_5639564D5A442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000811156", + "lei": "549300IA9XFBAGNIBW29" + }, + { + "symbol": "CMSD", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "CMS Energy Corporation - 5.875% NT REDEEM 01/03/2079 USD 25", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_58363054304D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000811156", + "lei": "549300IA9XFBAGNIBW29" + }, + { + "symbol": "CMT", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "Core Molding Technologies", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_464A304336472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000F4PNF0", + "cik": "0001026655", + "lei": "549300ZY2MFRXCKVIJ28" + }, + { + "symbol": "CMTL", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Comtech Telecommunications Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4D314D5142482D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BFW9K6", + "cik": "0000023197", + "lei": "529900FTEZ8MGM0Y8F73" + }, + { + "symbol": "CMU", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "MFS High Yield Municipal Trust", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_54575850524C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BFX2H4", + "cik": "0000809844", + "lei": "A8WLLLHJKX1MW5QPZU93" + }, + { + "symbol": "CN", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "DBX ETF Trust - Xtrackers MSCI All China Equity ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5346484B52512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG006F3JYX2", + "cik": "0001503123", + "lei": null + }, + { + "symbol": "CNA", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "CNA Financial Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5458584337432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BFYB47", + "cik": "0000021175", + "lei": "549300YX2GSZD7YG1R84" + }, + { + "symbol": "CNBKA", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Century Bancorp, Inc. - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5744485053522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BFYN41", + "cik": "0000812348", + "lei": null + }, + { + "symbol": "CNBS", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Amplify ETF Trust - Amplify Seymour Cannabis ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4434573146352D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00PSSPB28", + "cik": "0001633061", + "lei": null + }, + { + "symbol": "CNC", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Centene Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4C54534E58482D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BDXCJ5", + "cik": "0001071739", + "lei": "549300Z7JJ4TQSQGT333" + }, + { + "symbol": "CNCE", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Concert Pharmaceuticals Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4B4C324E51542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG001RY41W1", + "cik": "0001367920", + "lei": "529900PYI5BSGQNATP82" + }, + { + "symbol": "CNCR", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Exchange Traded Concepts Trust - ETCT Loncar Cancer Immunotherapy ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4C4E4D534D322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00B55D0W8", + "cik": "0001452937", + "lei": "549300MLI82YH9HOGS11" + }, + { + "symbol": "CND=", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Concord Acquisition Corp - Units (1 Ord Share Class A & 1/2 War)", + "date": "2021-01-24", + "type": null, + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00XZQPF19", + "cik": "0001824301", + "lei": null + }, + { + "symbol": "CNDT", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Conduent Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4D465A3232562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00C1BZMT9", + "cik": "0001677703", + "lei": "549300SFJ2D2CYY6CQ11" + }, + { + "symbol": "CNET", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "ZW Data Action Technologies Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4D47323850422D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000KBG7Z1", + "cik": "0001376321", + "lei": "549300K2HYQL5VJD2716" + }, + { + "symbol": "CNF", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "CNFinance Holdings Ltd - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_463956474E562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00LDV2BR4", + "cik": "0001733868", + "lei": null + }, + { + "symbol": "CNFR", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Conifer Holdings Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_51375A3637342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG007N6V6Y0", + "cik": "0001502292", + "lei": "549300CVR7X0GTYVM324" + }, + { + "symbol": "CNFRL", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ - ALL MARKETS", + "name": "Conifer Holdings Inc - 6.75% NT REDEEM 30/09/2023 USD 25", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4856423235532D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001502292", + "lei": "549300CVR7X0GTYVM324" + }, + { + "symbol": "CNHI", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "CNH Industrial NV", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4A334D5131312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0059JSF49", + "cik": "0001567094", + "lei": "549300WGC2HZ5J67V817" + }, + { + "symbol": "CNI", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Canadian National Railway Co.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_525635594B442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000HS74G6", + "cik": "0000016868", + "lei": "3SU7BEP7TH9YEQOZCS77" + }, + { + "symbol": "CNK", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Cinemark Holdings Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4446324356362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000QDVR53", + "cik": "0001385280", + "lei": "549300LL2QMPTYIE0K55" + }, + { + "symbol": "CNMD", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Conmed Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_56363133434D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BFZVH8", + "cik": "0000816956", + "lei": "Z6C0YCECH9DCU5ZIQW84" + }, + { + "symbol": "CNNB", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Cincinnati Bancorp Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4842423137432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00QX87B97", + "cik": "0001787005", + "lei": null + }, + { + "symbol": "CNNE", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Cannae Holdings Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_42334C504E472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00GXRNJP4", + "cik": "0001704720", + "lei": "549300OGRF1ICI7D2V77" + }, + { + "symbol": "CNO", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "CNO Financial Group Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4E5843584E4B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000Q1GK24", + "cik": "0001224608", + "lei": "11XPYHB76MPM4Y4P2897" + }, + { + "symbol": "CNO-A", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "CNO Financial Group Inc - 5.125% DB REDEEM 25/11/2060 USD 25", + "date": "2021-01-24", + "type": "ps", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001224608", + "lei": "11XPYHB76MPM4Y4P2897" + }, + { + "symbol": "CNOB", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "ConnectOne Bancorp Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4637324257482D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BD2D25", + "cik": "0000712771", + "lei": "549300E2M5ZYAZKUK134" + }, + { + "symbol": "CNP", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Centerpoint Energy Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_46563832344D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000FDBX90", + "cik": "0001130310", + "lei": "21TPXMRRHFKOBHDC8J74" + }, + { + "symbol": "CNP-B", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Centerpoint Energy Inc. - 7% PRF CONVERT 01/09/2021 USD 50 - Ser B (1/", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_5451504757572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001130310", + "lei": "21TPXMRRHFKOBHDC8J74" + }, + { + "symbol": "CNQ", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Canadian Natural Resources Ltd.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_534D313443332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000HW5GX3", + "cik": "0001017413", + "lei": "549300T15RIMIKZC5Q38" + }, + { + "symbol": "CNR", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Cornerstone Building Brands Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4756314C4E462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000FV4RD6", + "cik": "0000883902", + "lei": "549300IW41QEWQ6T0H29" + }, + { + "symbol": "CNRG", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "SPDR Series Trust - SPDR S&P Kensho Clean Power ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4E4D5942384C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00M9BL8C3", + "cik": "0001064642", + "lei": null + }, + { + "symbol": "CNS", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Cohen & Steers Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4D304A4D39482D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BB0WG4", + "cik": "0001284812", + "lei": "549300XXIA338A0X2K65" + }, + { + "symbol": "CNSL", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Consolidated Communications Holdings Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4359445831502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000B9YSS8", + "cik": "0001304421", + "lei": "529900F6S64KOO8CXH48" + }, + { + "symbol": "CNSP", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Cns Pharmaceuticals Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_584C594C33472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00PM24T16", + "cik": "0001729427", + "lei": null + }, + { + "symbol": "CNST", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Constellation Pharmaceuticals Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_533836574D342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000R1H6P8", + "cik": "0001434418", + "lei": null + }, + { + "symbol": "CNTG", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Centogene NV", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4750484E32442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00QKF19B3", + "cik": "0001757097", + "lei": "724500ZPEHPCLDLVV439" + }, + { + "symbol": "CNTY", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Century Casinos Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4733433156352D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BMXYT6", + "cik": "0000911147", + "lei": "549300H2L4Y24HXY7M50" + }, + { + "symbol": "CNX", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "CNX Resources Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4A4A375630332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000CKVSG8", + "cik": "0001070412", + "lei": "549300JK3KH8PWM3B226" + }, + { + "symbol": "CNXC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Concentrix Corporation", + "date": "2021-01-24", + "type": "cs", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00RCNQMX3", + "cik": "0001803599", + "lei": null + }, + { + "symbol": "CNXN", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "PC Connection, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4C4E343843572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BX74M4", + "cik": "0001050377", + "lei": "5299005WPRNIXDV2KM73" + }, + { + "symbol": "CNXT", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "VanEck Vectors ETF Trust - VanEck Vectors ChinaAMC SME-ChiNext ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5350435247572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG006W461W8", + "cik": "0000869178", + "lei": null + }, + { + "symbol": "CNYA", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "BlackRock Institutional Trust Company N.A. - BTC iShares MSCI China A ", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_54394A4451302D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00D30D431", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "CO", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Global Cord Blood Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4346445152312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000QVVQ64", + "cik": "0001467808", + "lei": null + }, + { + "symbol": "COCP", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Cocrystal Pharma Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_52563732564C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000V27360", + "cik": "0001412486", + "lei": "549300QCJ6RBUJKI7S66" + }, + { + "symbol": "CODA", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Coda Octopus Group Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_44314C364A592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000C3P831", + "cik": "0001334325", + "lei": null + }, + { + "symbol": "CODI", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Compass Diversified Holdings", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4331313638332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000L35KD5", + "cik": "0001345126", + "lei": "5299001SM1LBYANJRR58" + }, + { + "symbol": "CODI-A", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Compass Diversified Holdings - 7.25% PRF PERPETUAL USD 25 - Ser A", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_5052483552502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001345126", + "lei": "5299001SM1LBYANJRR58" + }, + { + "symbol": "CODI-B", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Compass Diversified Holdings - FXDFR PRF PERPETUAL USD 25 - Ser B", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_5042354B50422D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001345126", + "lei": "5299001SM1LBYANJRR58" + }, + { + "symbol": "CODI-C", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Compass Diversified Holdings - 7.875% PRF PERPETUAL USD 25 - Ser C", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4733434452522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001345126", + "lei": "5299001SM1LBYANJRR58" + }, + { + "symbol": "CODX", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Co-Diagnostics Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_564D48534E382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG004HTR2D1", + "cik": "0001692415", + "lei": "549300Z1JPESYWFM1R93" + }, + { + "symbol": "COE", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "China Online Education Group - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_4854395046462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00CWX19Z6", + "cik": "0001659494", + "lei": "52990045P3PXKHZWLL90" + }, + { + "symbol": "COF", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Capital One Financial Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4C443057595A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BGKTF9", + "cik": "0000927628", + "lei": "ZUE8T73ROZOF6FLBAR73" + }, + { + "symbol": "COF-F", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Capital One Financial Corp. - 6.20% PRF PERPETUAL USD 25 - Ser F", + "date": "2020-11-30", + "type": "ps", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000927628", + "lei": "ZUE8T73ROZOF6FLBAR73" + }, + { + "symbol": "COF-G", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Capital One Financial Corp. - 5.20% PRF PERPETUAL USD 25 - Ser G 1/40t", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_5158525959372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000927628", + "lei": "ZUE8T73ROZOF6FLBAR73" + }, + { + "symbol": "COF-H", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Capital One Financial Corp. - 6% PRF PERPETUAL USD 25 - Ser H 1/40 sh", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4452355332562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000927628", + "lei": "ZUE8T73ROZOF6FLBAR73" + }, + { + "symbol": "COF-I", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Capital One Financial Corp. - 5% PRF PERPETUAL USD 25 - Dp Sh Rp 1/40t", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_56504B4732302D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000927628", + "lei": "ZUE8T73ROZOF6FLBAR73" + }, + { + "symbol": "COF-J", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Capital One Financial Corp. - 4.80% PRF PERPETUAL USD 25 - 1/40th INT ", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_574B313942322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000927628", + "lei": "ZUE8T73ROZOF6FLBAR73" + }, + { + "symbol": "COF-K", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Capital One Financial Corp. - 4.625% PRF PERPETUAL USD 25 - 1/40TH INT", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_514D344B4B592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000927628", + "lei": "ZUE8T73ROZOF6FLBAR73" + }, + { + "symbol": "COFS", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Choiceone Financial Services, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4351435943342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000LLRNX3", + "cik": "0000803164", + "lei": null + }, + { + "symbol": "COG", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Cabot Oil & Gas Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_574D354258502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000C3GN47", + "cik": "0000858470", + "lei": "FCNMH6O7VWU7LHXMK351" + }, + { + "symbol": "COGT", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Cogent Biosciences Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4748304244522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG007DHZQR7", + "cik": "0001622229", + "lei": null + }, + { + "symbol": "COHN", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "Cohen & Company Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_56334D4E43522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BN06T1", + "cik": "0001270436", + "lei": null + }, + { + "symbol": "COHR", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Coherent Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4B3130544D302D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BG1DH3", + "cik": "0000021510", + "lei": "549300RYOCKUMWACR010" + }, + { + "symbol": "COHU", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Cohu, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4437383534322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000DKMJ86", + "cik": "0000021535", + "lei": "529900FJPORJ3JJ2XS33" + }, + { + "symbol": "COKE", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Coca-Cola Consolidated Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4D4E524C31572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BG1SX2", + "cik": "0000317540", + "lei": "57VG5X0E00X0QJU7CQ58" + }, + { + "symbol": "COLB", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Columbia Banking System, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_464D44584A4A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000CTGXS2", + "cik": "0000887343", + "lei": null + }, + { + "symbol": "COLD", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Americold Realty Trust", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4C31584434572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000QF05R6", + "cik": "0001455863", + "lei": "549300R7N1V5YV8MWH02" + }, + { + "symbol": "COLL", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Collegium Pharmaceutical Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4634343343432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000N7LPW4", + "cik": "0001267565", + "lei": "54930049FXZMTLW8D496" + }, + { + "symbol": "COLM", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Columbia Sportswear Co.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5450303752422D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BKKQ84", + "cik": "0001050797", + "lei": "549300OTMCIEUXAH5Z60" + }, + { + "symbol": "COM", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Direxion Shares ETF Trust - Direxion Auspice Broad Commodity Strategy ", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4635573447332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00GBQTBZ0", + "cik": "0001424958", + "lei": null + }, + { + "symbol": "COMB", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "GraniteShares Gold Trust - GraniteShares Bloomberg Commodity Broad Str", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_54425339594B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00GQVSDT7", + "cik": "0001690437", + "lei": null + }, + { + "symbol": "COMM", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "CommScope Holding Company Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_57583247505A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG004LTL7L2", + "cik": "0001517228", + "lei": "254900AW4CEPCQWSRI58" + }, + { + "symbol": "COMS", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "ComSovereign Holding Corp", + "date": "2020-12-30", + "type": "cs", + "iexId": "IEX_42464E444E482D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001178727", + "lei": "549300TSLVQORKCNS019" + }, + { + "symbol": "COMSW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "ComSovereign Holding Corp - Warrants (18/12/2025)", + "date": "2021-01-24", + "type": "wt", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00YN7YTW8", + "cik": "0001178727", + "lei": "549300TSLVQORKCNS019" + }, + { + "symbol": "COMT", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "BlackRock Institutional Trust Company N.A. - BTC iShares Commodities S", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4733483433482D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0079TF255", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "CONE", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "CyrusOne Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_564631585A362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0038V5TX1", + "cik": "0001553023", + "lei": "5493006S177ZK2ZNBU43" + }, + { + "symbol": "CONN", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Conns Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4E584359514C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BRWGM2", + "cik": "0001223389", + "lei": "529900K9HOACKOJJT953" + }, + { + "symbol": "CONX", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "CONX Corp - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00XS14F06", + "cik": "0001823000", + "lei": null + }, + { + "symbol": "CONXW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "CONX Corp - Warrants (30/10/2027)", + "date": "2021-01-24", + "type": "wt", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00YLXMB46", + "cik": "0001823000", + "lei": null + }, + { + "symbol": "COO", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Cooper Companies, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5437483548312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BG3445", + "cik": "0000711404", + "lei": "QJKMVPIGLH7530PCUE20" + }, + { + "symbol": "COOP", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Mr. Cooper Group Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4C3532504A302D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG002V098F7", + "cik": "0000933136", + "lei": "549300KD8C6DPXYC2M26" + }, + { + "symbol": "COP", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Conoco Phillips", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5457585732522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BQQH30", + "cik": "0001163165", + "lei": "6VJJ5GQWIRDQ06DUXG89" + }, + { + "symbol": "COPX", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Global X Funds - Global X Copper Miners ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4454504757432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000QRNHZ0", + "cik": "0001432353", + "lei": null + }, + { + "symbol": "COR", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "CoreSite Realty Corporation", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_42383733504B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BCSPR5", + "cik": "0001490892", + "lei": "549300H0YYORITFM2B74" + }, + { + "symbol": "CORE", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Core-Mark Hldg Co Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_444253474C4E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000QT3F73", + "cik": "0001318084", + "lei": "529900CI5YANWVE54N57" + }, + { + "symbol": "CORN", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Teucrium Trading, LLC - Teucrium Corn Fund", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5357334A30362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000R0KF85", + "cik": "0001513239", + "lei": null + }, + { + "symbol": "CORP", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Pimco Exchange Traded Fund - PIMCO Investment Grade Corporate Bond Ind", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_54534D5956372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG001660LJ0", + "cik": "0001450011", + "lei": null + }, + { + "symbol": "CORR", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "CorEnergy Infrastructure Trust Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_464E4E5654322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000CN80Y9", + "cik": "0001347652", + "lei": "549300RWMFYIPNXWXM78" + }, + { + "symbol": "CORR-A", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "CorEnergy Infrastructure Trust Inc - 7.375% PRF PERPETUAL USD 25 - Ser", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_524B4450594A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001347652", + "lei": "549300RWMFYIPNXWXM78" + }, + { + "symbol": "CORT", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Corcept Therapeutics Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_533334584C352D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BKJG33", + "cik": "0001088856", + "lei": "529900EO9LUTFMZ7FF90" + }, + { + "symbol": "COST", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Costco Wholesale Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_424C354B56582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000F6H8W8", + "cik": "0000909832", + "lei": "29DX7H14B9S6O3FD6V18" + }, + { + "symbol": "COTY", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Coty Inc - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_584E524D585A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000F395V1", + "cik": "0001024305", + "lei": "549300BO9IWPF3S48F93" + }, + { + "symbol": "COUP", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Coupa Software Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4D3733594A532D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG001J4BCN4", + "cik": "0001385867", + "lei": "549300Q95ICR2GFL2K37" + }, + { + "symbol": "COW", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Barclays Bank PLC - ZC SP ETN REDEEM 23/01/2048 USD 50 - Ser B_COWB", + "date": "2021-01-24", + "type": "struct", + "iexId": "IEX_46324E5A42312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00JRY3TZ9", + "cik": "0000312070", + "lei": "G5GSEF7VJP5I7OUK5573" + }, + { + "symbol": "COWN", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Cowen Inc - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4D534A46594B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000ND1SB0", + "cik": "0001466538", + "lei": "5493008QI0EFC5WBED75" + }, + { + "symbol": "COWNZ", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ - ALL MARKETS", + "name": "Cowen Inc - 7.35% NT REDEEM 15/12/2027 USD 25", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_524B3744574C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001466538", + "lei": "5493008QI0EFC5WBED75" + }, + { + "symbol": "COWZ", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "Pacer Funds Trust - Pacer US Cash Cows 100 ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4E51514C544B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00FJQN6F3", + "cik": "0001616668", + "lei": null + }, + { + "symbol": "CP", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Canadian Pacific Railway Ltd", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4D5A5A4746382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BCVMH9", + "cik": "0000016875", + "lei": null + }, + { + "symbol": "CPA", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Copa Holdings S.A. - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_424B33574A372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000C29813", + "cik": "0001345105", + "lei": "529900BB9UQJV6QQHA59" + }, + { + "symbol": "CPAC", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Cementos Pacasmayo S.A.A. - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_43513833304A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG002D68FT4", + "cik": "0001221029", + "lei": "254900OJMN6689Q6X421" + }, + { + "symbol": "CPAH", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "CounterPath Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5432563351562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000J8K2L1", + "cik": "0001236997", + "lei": "549300MSHK83KSD7BK48" + }, + { + "symbol": "CPB", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Campbell Soup Co.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4B5A4B4B33442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BG4202", + "cik": "0000016732", + "lei": "5493007JDSMX8Z5Z1902" + }, + { + "symbol": "CPE", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Callon Petroleum Co.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4638373332312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000JSTBB9", + "cik": "0000928022", + "lei": "549300EFOWPEB0WLZW21" + }, + { + "symbol": "CPER", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "United States Commodity Funds LLC - United States Copper Index Fund", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4D33463638502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00280GDS0", + "cik": "0001498422", + "lei": null + }, + { + "symbol": "CPF", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Central Pacific Financial Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4C37483243542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BG4LG3", + "cik": "0000701347", + "lei": "549300W3YEAOZ4KGG849" + }, + { + "symbol": "CPG", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Crescent Point Energy Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_514459305A572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000Q16PK4", + "cik": "0001545851", + "lei": "549300FTKUHZK8OC7N74" + }, + { + "symbol": "CPHC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Canterbury Park Holding Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_524C445754352D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00CSK7SL6", + "cik": "0001672909", + "lei": null + }, + { + "symbol": "CPHI", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "China Pharma Holdings Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_53484D5850432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000MQB9Q7", + "cik": "0001106644", + "lei": "529900B3Q0CRC8OASE20" + }, + { + "symbol": "CPI", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "IndexIQ ETF Trust - IQ Real Return ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4B47513531432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BQNB90", + "cik": "0001415995", + "lei": null + }, + { + "symbol": "CPIX", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Cumberland Pharmaceuticals Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5631474638532D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000R93GV7", + "cik": "0001087294", + "lei": null + }, + { + "symbol": "CPK", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Chesapeake Utilities Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_533058364D522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000G4GKH3", + "cik": "0000019745", + "lei": "254900WW0FDCKAOCKE74" + }, + { + "symbol": "CPLG", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "CorePoint Lodging Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_50444B3433482D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00FSCQ331", + "cik": "0001707178", + "lei": "549300VM1I60JN1Z8171" + }, + { + "symbol": "CPLP", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Capital Product Partners L P - Unit", + "date": "2021-01-24", + "type": null, + "iexId": "IEX_4B37594659462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000PR2ZP5", + "cik": "0001392326", + "lei": "254900YICSDPQCJS9616" + }, + { + "symbol": "CPRI", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Capri Holdings Ltd", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_57544A3135442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0029SNR63", + "cik": "0001530721", + "lei": "549300LPG8W0H1OX3A26" + }, + { + "symbol": "CPRT", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Copart, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_444A425133392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BM9RH1", + "cik": "0000900075", + "lei": "549300KVYX3JWMYEHU61" + }, + { + "symbol": "CPRX", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Catalyst Pharmaceuticals Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4D44593148382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000GZDC67", + "cik": "0001369568", + "lei": "5299004O0R5XXLA5H544" + }, + { + "symbol": "CPS", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Cooper-Standard Holdings Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4836484E5A532D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000PSXT64", + "cik": "0001320461", + "lei": "549300VVOH2RQP5YMB08" + }, + { + "symbol": "CPSH", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "CPS Technologies Corporation", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_444C524A544A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BG6NH6", + "cik": "0000814676", + "lei": null + }, + { + "symbol": "CPSI", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Computer Programs & Systems Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4A4E5430374C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BHY9T1", + "cik": "0001169445", + "lei": "5493005Q6CJC78TGL805" + }, + { + "symbol": "CPSR", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Capstar Special Purpose Acquisition Corp - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4C5A4D50444E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00VFKFSW7", + "cik": "0001805087", + "lei": null + }, + { + "symbol": "CPSR+", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Capstar Special Purpose Acquisition Corp - Warrants (07/09/2027)", + "date": "2021-01-24", + "type": "wt", + "iexId": "IEX_424B444C48532D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00WSPFCN5", + "cik": "0001805087", + "lei": null + }, + { + "symbol": "CPSR=", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Capstar Special Purpose Acquisition Corp - Units (1 Ord Cls A & 0.5 Wa", + "date": "2021-01-24", + "type": null, + "iexId": "IEX_5832325638302D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00VFJRWR4", + "cik": "0001805087", + "lei": null + }, + { + "symbol": "CPSS", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Consumer Portfolio Service, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4B514C3335352D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BGHGF1", + "cik": "0000889609", + "lei": null + }, + { + "symbol": "CPST", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Capstone Turbine Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4447373430522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BB0C78", + "cik": "0001009759", + "lei": "54930065ZCHE9KQTEZ38" + }, + { + "symbol": "CPT", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Camden Property Trust", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4E594E3447432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BB0V03", + "cik": "0000906345", + "lei": "5493002MYX22OHYJBD89" + }, + { + "symbol": "CPTA", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Capitala Finance Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4642353146422D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG004MYLHK9", + "cik": "0001571329", + "lei": "5493007DZ22O2I4VJ124" + }, + { + "symbol": "CPTAG", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ - ALL MARKETS", + "name": "Capitala Finance Corp - 5.75% NT CONVERT 31/05/2022 USD 25", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4B5A513142382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001571329", + "lei": "5493007DZ22O2I4VJ124" + }, + { + "symbol": "CPTAL", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Capitala Finance Corp - 6% NT REDEEM 31/05/2022 USD 25", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_48353442534C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001571329", + "lei": "5493007DZ22O2I4VJ124" + }, + { + "symbol": "CPZ", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Calamos Long/Short Equity & Dynamic Income Trust", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4B444B524A352D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00PWZGZ79", + "cik": "0001717457", + "lei": "54930028TUOZZMUQBY94" + }, + { + "symbol": "CQP", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "Cheniere Energy Partners LP - Unit", + "date": "2021-01-24", + "type": null, + "iexId": "IEX_4C364C5A51442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000QMH637", + "cik": "0001383650", + "lei": "5493005UEC8AZ34LDV29" + }, + { + "symbol": "CQQQ", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Invesco Capital Management LLC - Invesco China Technology ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4D534431504B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00KXH51H5", + "cik": "0001224696", + "lei": null + }, + { + "symbol": "CR", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Crane Co.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4438444C51422D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BG7423", + "cik": "0000025445", + "lei": "549300X1RO9ID7AUCA83" + }, + { + "symbol": "CRAI", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "CRA International Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_464B38564A4A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000C1LZX6", + "cik": "0001053706", + "lei": null + }, + { + "symbol": "CRAK", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "VanEck Vectors ETF Trust - VanEck Vectors Oil Refiners ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5747315A48502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG009T0PRP4", + "cik": "0000869178", + "lei": null + }, + { + "symbol": "CRBN", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "BlackRock Institutional Trust Company N.A. - BTC iShares MSCI ACWI Low", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5633594C564C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG007PGJH67", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "CRBP", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Corbus Pharmaceuticals Holdings Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_42505735595A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0078PJKQ7", + "cik": "0001595097", + "lei": "529900MX6XCNZC7MM155" + }, + { + "symbol": "CRC", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "California Resources Corporation - New", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5352315647442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00Y04KP80", + "cik": "0001609253", + "lei": "5493003Q8F0T4F4YMR48" + }, + { + "symbol": "CRD.A", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Crawford & Co. - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4D52354656342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BPVR07", + "cik": "0000025475", + "lei": "7TZZFJ2GPOGLWIKIXY82" + }, + { + "symbol": "CRD.B", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Crawford & Co. - Class B", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4C4B563350332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BPW2W6", + "cik": "0000025475", + "lei": "7TZZFJ2GPOGLWIKIXY82" + }, + { + "symbol": "CRDF", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Cardiff Oncology Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_463034364B4C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000PXLKM7", + "cik": "0001213037", + "lei": "549300AHOLZBHHYFWP04" + }, + { + "symbol": "CREE", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Cree, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5148364B4A322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BG14P4", + "cik": "0000895419", + "lei": "549300OGU88P3AW3TO93" + }, + { + "symbol": "CREG", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "China Recycling Energy Corporation", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_504E3343354E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BSP4V5", + "cik": "0000721693", + "lei": "549300UTVWIHBTUTIY20" + }, + { + "symbol": "CRESY", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Cresud - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_53364B5954502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000J4MRP9", + "cik": "0001034957", + "lei": "529900OJF9C0NUFNN613" + }, + { + "symbol": "CREX", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Creative Realities Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5057344734422D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000KP54G0", + "cik": "0001356093", + "lei": "5493009BPEB04TIQA243" + }, + { + "symbol": "CREXW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Creative Realities Inc - Warrants (09/11/2022)", + "date": "2021-01-24", + "type": "wt", + "iexId": "IEX_46385753305A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00MJVYSS3", + "cik": "0001356093", + "lei": "5493009BPEB04TIQA243" + }, + { + "symbol": "CRF", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "Cornerstone Total Return Fund", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_435A423834392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BB36V1", + "cik": "0000033934", + "lei": "5493000TUAHPA5P8NM98" + }, + { + "symbol": "CRH", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "CRH Plc - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_4C385338304A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BBLR09", + "cik": "0000849395", + "lei": "549300MIDJNNTH068E74" + }, + { + "symbol": "CRHC", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Cohn Robbins Holdings Corp - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_534B4A3836432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00WJT6MG3", + "cik": "0001818212", + "lei": null + }, + { + "symbol": "CRHC+", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Cohn Robbins Holdings Corp - Warrants (28/08/2025)", + "date": "2021-01-24", + "type": "wt", + "iexId": "IEX_5144443634422D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00XYB6ZF5", + "cik": "0001818212", + "lei": null + }, + { + "symbol": "CRHC=", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Cohn Robbins Holdings Corp - Units (1 Ord Share Class A & 1/3 War)", + "date": "2021-01-24", + "type": null, + "iexId": "IEX_43434B5246592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00WFDQFX6", + "cik": "0001818212", + "lei": null + }, + { + "symbol": "CRHM", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "CRH Medical Corporation", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4D36345A57342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000L4R8K8", + "cik": "0001461119", + "lei": "5493007IZJQ7PCYU7J25" + }, + { + "symbol": "CRI", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Carters Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_44595A5431432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000CTM4J9", + "cik": "0001060822", + "lei": "5299003WAQK4R3L3ZU36" + }, + { + "symbol": "CRIS", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Curis Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_434E34434E562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000C1GTC9", + "cik": "0001108205", + "lei": "5299000YO6CX4WMFVX06" + }, + { + "symbol": "CRK", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Comstock Resources, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_43485152324D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000DNBK89", + "cik": "0000023194", + "lei": "I03QQGEA4SS774AURI46" + }, + { + "symbol": "CRL", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Charles River Laboratories International Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5656464E54382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BG5BL8", + "cik": "0001100682", + "lei": "549300BSQ0R4UZ5KX287" + }, + { + "symbol": "CRM", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Salesforce.Com Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_475A4D5253562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BN2DC2", + "cik": "0001108524", + "lei": "RCGZFPDMRW58VJ54VR07" + }, + { + "symbol": "CRMD", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "CorMedix Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_533059504C382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000Q4BQK0", + "cik": "0001410098", + "lei": "5299006YIA3L0MBW8358" + }, + { + "symbol": "CRMT", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Americas Car Mart, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5836424657342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000CM6L31", + "cik": "0000799850", + "lei": null + }, + { + "symbol": "CRNC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Cerence Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_543357445A542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00MMDJG84", + "cik": "0001768267", + "lei": "5493002WL2W5WMS89568" + }, + { + "symbol": "CRNT", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Ceragon Networks Ltd", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5230333052372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000D0SHJ6", + "cik": "0001119769", + "lei": "529900WC6JZN5WQLZ645" + }, + { + "symbol": "CRNX", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Crinetics Pharmaceuticals Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4C37563058522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00BC59224", + "cik": "0001658247", + "lei": "549300Q1CNFXK5P31D28" + }, + { + "symbol": "CROC", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "ProShares Trust - ProShares UltraShort Australian Dollar", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4B30545636442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0036K4W89", + "cik": "0001174610", + "lei": null + }, + { + "symbol": "CRON", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Cronos Group Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5242364D48352D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00D1PMS80", + "cik": "0001656472", + "lei": "549300CWB04E8UOTWX71" + }, + { + "symbol": "CROX", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Crocs Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_48395731594D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BLY663", + "cik": "0001334036", + "lei": "549300B0J6YCXD63OG72" + }, + { + "symbol": "CRS", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Carpenter Technology Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_545931524D482D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BGCQT9", + "cik": "0000017843", + "lei": "DX6I6ZD3X5WNNCDJKP85" + }, + { + "symbol": "CRSA", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Crescent Acquisition Corp - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_464E474B39502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00NWMYDT8", + "cik": "0001723648", + "lei": "5493008LL6C0ZXV5O729" + }, + { + "symbol": "CRSAW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Crescent Acquisition Corp - Warrants (08/03/2024)", + "date": "2021-01-24", + "type": "wt", + "iexId": "IEX_47374D5144362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00NWRDYZ7", + "cik": "0001723648", + "lei": "5493008LL6C0ZXV5O729" + }, + { + "symbol": "CRSP", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "CRISPR Therapeutics AG", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_48384E444E542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00DBBGRX1", + "cik": "0001674416", + "lei": "506700O6IRRIQLT3W370" + }, + { + "symbol": "CRSR", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Corsair Gaming Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4C46513559392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00HMSHL83", + "cik": "0001743759", + "lei": null + }, + { + "symbol": "CRT", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Cross Timbers Royalty Trust", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_444B4D5042542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000C88125", + "cik": "0000881787", + "lei": null + }, + { + "symbol": "CRTD", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Creatd Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_534D3642375A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000GLG775", + "cik": "0001357671", + "lei": null + }, + { + "symbol": "CRTDW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Creatd Inc - Warrants (01/01/2025)", + "date": "2021-01-24", + "type": "wt", + "iexId": "IEX_52314D4850352D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00X7KXFL2", + "cik": "0001357671", + "lei": null + }, + { + "symbol": "CRTO", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Criteo S.A - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_4747384642572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG005938P44", + "cik": "0001576427", + "lei": "969500EELFB4RDMFHA76" + }, + { + "symbol": "CRTX", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Cortexyme Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4A30344359582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00BTK1DT8", + "cik": "0001662774", + "lei": null + }, + { + "symbol": "CRU=", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Crucible Acquisition Corp - Units (1 Ord Share Class A & 1/3 War)", + "date": "2021-01-24", + "type": null, + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00YM431T5", + "cik": "0001825497", + "lei": null + }, + { + "symbol": "CRUS", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Cirrus Logic, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_504A503550302D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000C1DHF5", + "cik": "0000772406", + "lei": "549300NKSJEM5ZZSSV18" + }, + { + "symbol": "CRUU", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Crucible Acquisition Corp - Units (1 Ord Share Class A & 1/3 War)", + "date": "2021-01-05", + "type": null, + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001825497", + "lei": null + }, + { + "symbol": "CRVL", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Corvel Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5757335052572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000CVKZY0", + "cik": "0000874866", + "lei": null + }, + { + "symbol": "CRVS", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Corvus Pharmaceuticals Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4A434A5937502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG009F0TGH8", + "cik": "0001626971", + "lei": "549300I3AVJ8F75NCX65" + }, + { + "symbol": "CRWD", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Crowdstrike Holdings Inc - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5438394839422D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00BLYKS03", + "cik": "0001535527", + "lei": "549300YBY08K9KM4HX32" + }, + { + "symbol": "CRWS", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Crown Crafts, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_464B38584E4C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000HHH6J1", + "cik": "0000025895", + "lei": null + }, + { + "symbol": "CRY", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Cryolife, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4732363032422D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BMLVJ6", + "cik": "0000784199", + "lei": "549300YTKV8DMSMG6K81" + }, + { + "symbol": "CS", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Credit Suisse Group AG - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_5644503031562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BRVF72", + "cik": "0001159510", + "lei": "549300506SI9CRFV9Z86" + }, + { + "symbol": "CSA", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Victory Portfolios II - VictoryShares US Small Cap Volatility Wtd ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_58515A5947432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG009K7KXC4", + "cik": "0001547580", + "lei": null + }, + { + "symbol": "CSB", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Victory Portfolios II - VictoryShares US Small Cap High Div Volatility", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_43355A5654542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG009K7L981", + "cik": "0001547580", + "lei": null + }, + { + "symbol": "CSBR", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Champions Oncology Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_533235484B4D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BYGPJ9", + "cik": "0000771856", + "lei": "549300O8WKLP8QEG5U47" + }, + { + "symbol": "CSCO", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Cisco Systems, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_47464A4336322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000C3J3C9", + "cik": "0000858877", + "lei": "8E6NF1YAL0WT6CWXXV93" + }, + { + "symbol": "CSCW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Color Star Technology Co Ltd", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4B5046535A352D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00MYN3768", + "cik": "0001747661", + "lei": null + }, + { + "symbol": "CSD", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Invesco Capital Management LLC - Invesco S&P Spin-Off ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_475251514B5A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00KJR1RQ6", + "cik": "0001224696", + "lei": null + }, + { + "symbol": "CSF", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Victory Portfolios II - VictoryShares US Discovery Enhanced Volatility", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4E5951355A582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG006X184L7", + "cik": "0001547580", + "lei": null + }, + { + "symbol": "CSGP", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Costar Group, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4733395952342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000D7JKW9", + "cik": "0001057352", + "lei": null + }, + { + "symbol": "CSGS", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "CSG Systems International Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4B365142374E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000G3TQV2", + "cik": "0001005757", + "lei": "549300D7FJZUOHHXUA81" + }, + { + "symbol": "CSII", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Cardiovascular Systems Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_514A4B5838542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000NWQ9S5", + "cik": "0001180145", + "lei": "549300NUBWKJMNMQ3287" + }, + { + "symbol": "CSIQ", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Canadian Solar Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4E46565A4A392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000K1J931", + "cik": "0001375877", + "lei": "5493001XSC6TKMBVOM15" + }, + { + "symbol": "CSL", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Carlisle Companies Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_544D564C52572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BGGBT8", + "cik": "0000790051", + "lei": "XR64VGX1ZPX6G7ZN7Z11" + }, + { + "symbol": "CSLT", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Castlight Health Inc - Class B", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4837475457472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000PPNW55", + "cik": "0001433714", + "lei": "549300K52FAO83JL0L06" + }, + { + "symbol": "CSM", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "ProShares Trust - ProShares Credit Suisse 130/30", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4E38305433442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000NDJYJ0", + "cik": "0001174610", + "lei": null + }, + { + "symbol": "CSML", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "IndexIQ ETF Trust - IQ Chaikin U.S. Small Cap ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4333374A36572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00GP23N71", + "cik": "0001415995", + "lei": null + }, + { + "symbol": "CSOD", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Cornerstone OnDemand Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4630465631522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0016X4XN6", + "cik": "0001401680", + "lei": "549300Z402F16H5EGH48" + }, + { + "symbol": "CSPI", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "CSP Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_475458434C472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BGH994", + "cik": "0000356037", + "lei": null + }, + { + "symbol": "CSPR", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Casper Sleep Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4B4C364859392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0062BNY90", + "cik": "0001598674", + "lei": null + }, + { + "symbol": "CSQ", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Calamos Strategic Total Return Fund", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4A34593844332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BT4RM5", + "cik": "0001275214", + "lei": "54930048NQ2YBS3TXW78" + }, + { + "symbol": "CSR", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Centerspace", + "date": "2021-01-24", + "type": "cs", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BVJ702", + "cik": "0000798359", + "lei": "5493002LG2SH9EEHT720" + }, + { + "symbol": "CSR-C", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Centerspace - 6.625% PRF PERPETUAL USD 25 - Ser C", + "date": "2021-01-24", + "type": "ps", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000798359", + "lei": "5493002LG2SH9EEHT720" + }, + { + "symbol": "CSSE", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Chicken Soup for the Soul Entertainment Inc - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4630354C574B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00H5M1QT8", + "cik": "0001679063", + "lei": "549300THRJ0EJ1DIID72" + }, + { + "symbol": "CSSEP", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Chicken Soup for the Soul Entertainment Inc - 9.75% PRF PERPETUAL USD ", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_504A30424C332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001679063", + "lei": "549300THRJ0EJ1DIID72" + }, + { + "symbol": "CSTE", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Caesarstone Ltd", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_524A563456462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG002NJVMR6", + "cik": "0001504379", + "lei": "254900MJ7IXAH75VFC61" + }, + { + "symbol": "CSTL", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Castle Biosciences Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5233365733532D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG006YWVSR3", + "cik": "0001447362", + "lei": null + }, + { + "symbol": "CSTM", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Constellium SE - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_48334D4C33362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG004K5PJP1", + "cik": "0001563411", + "lei": "724500KRJEMC79KAAU28" + }, + { + "symbol": "CSTR", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "CapStar Financial Holdings Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_524B3334514B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00CW88W83", + "cik": "0001676479", + "lei": null + }, + { + "symbol": "CSU", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Capital Senior Living Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4251564D4A312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BW7NT7", + "cik": "0001043000", + "lei": "254900YX6LQ8K1N8PZ90" + }, + { + "symbol": "CSV", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Carriage Services, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_53354C3259512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000J06DW8", + "cik": "0001016281", + "lei": null + }, + { + "symbol": "CSWC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Capital Southwest Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_524B343154532D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BGJ661", + "cik": "0000017313", + "lei": "54930023YZ4YEJEDBO56" + }, + { + "symbol": "CSWCL", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ - ALL MARKETS", + "name": "Capital Southwest Corp. - 5.95% NT REDEEM 15/12/2022 USD 25", + "date": "2021-01-21", + "type": "ps", + "iexId": "IEX_57383153445A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000017313", + "lei": "54930023YZ4YEJEDBO56" + }, + { + "symbol": "CSWI", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "CSW Industrials Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4D43345759342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG007NLG4L3", + "cik": "0001624794", + "lei": "549300SYOEO3RVQ7FB83" + }, + { + "symbol": "CSX", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "CSX Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4C5450305A322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BGJRC8", + "cik": "0000277948", + "lei": "549300JVQR4N1MMP3Q88" + }, + { + "symbol": "CTA-A", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "E.I. Du Pont De Nemours and Co - 3.50% PRF PERPETUAL USD", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4B444432464C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000030554", + "lei": "GLU7INWNWH88J9XBXD45" + }, + { + "symbol": "CTA-B", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "E.I. Du Pont De Nemours and Co - 4.50% PRF PERPETUAL USD 4.50", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4B5A4B374A332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000030554", + "lei": "GLU7INWNWH88J9XBXD45" + }, + { + "symbol": "CTAA", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Qwest Corporation - 7% NT REDEEM 01/02/2056 USD 25", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_42474B3937312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000068622", + "lei": "549300R2L4N683OO1509" + }, + { + "symbol": "CTAC", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Cerberus Telecom Acquisition Corp - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00XS14045", + "cik": "0001824577", + "lei": null + }, + { + "symbol": "CTAC+", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Cerberus Telecom Acquisition Corp - Warrants(01/01/9999)", + "date": "2021-01-24", + "type": "wt", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00YDHJFH1", + "cik": "0001824577", + "lei": null + }, + { + "symbol": "CTAC=", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Cerberus Telecom Acquisition Corp - Units (1 Ord Class A & 1/3 Warr)", + "date": "2020-12-21", + "type": null, + "iexId": "IEX_544D445859392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00XRJLY53", + "cik": "0001824577", + "lei": null + }, + { + "symbol": "CTACU", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Cerberus Telecom Acquisition Corp - Units (1 Ord Class A & 1/3 Warr)", + "date": "2021-01-24", + "type": null, + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00XRJLY53", + "cik": "0001824577", + "lei": null + }, + { + "symbol": "CTAS", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Cintas Corporation", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4630375137572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000H3YXF8", + "cik": "0000723254", + "lei": null + }, + { + "symbol": "CTB", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Cooper Tire & Rubber Co.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_504A5052534B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BGKXV2", + "cik": "0000024491", + "lei": "DE46ECQ8KH195MRIQN56" + }, + { + "symbol": "CTBB", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Qwest Corporation - 6.50% NT REDEEM 01/09/2056 USD 25", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_545447374B472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000068622", + "lei": "549300R2L4N683OO1509" + }, + { + "symbol": "CTBI", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Community Trust Bancorp, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4B514C564C572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000F4J227", + "cik": "0000350852", + "lei": null + }, + { + "symbol": "CTEC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Global X Funds - Global X CleanTech ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4C5A535A43482D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00Y056818", + "cik": "0001432353", + "lei": null + }, + { + "symbol": "CTEK", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "CynergisTek Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4448435A44442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000DVFGS4", + "cik": "0001011432", + "lei": null + }, + { + "symbol": "CTG", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Computer Task Group, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4D30395644342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000JD15S7", + "cik": "0000023111", + "lei": null + }, + { + "symbol": "CTHR", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Charles & Colvard Ltd", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5638383634472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BW04L4", + "cik": "0001015155", + "lei": null + }, + { + "symbol": "CTIB", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Yunhong CTI Ltd", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4847354A48572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BHFWZ4", + "cik": "0001042187", + "lei": "549300ZLTTLZREPVBW55" + }, + { + "symbol": "CTIC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "CTI BioPharma Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4D4A364D364C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000GPLT81", + "cik": "0000891293", + "lei": "549300RJTND7CT8R8853" + }, + { + "symbol": "CTK", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "CooTek (Cayman) Inc - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_5152564A33322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00LQF1JR9", + "cik": "0001734262", + "lei": "549300KWTVBL1XCBM775" + }, + { + "symbol": "CTLT", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Catalent Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4656443650342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG005XR47P5", + "cik": "0001596783", + "lei": null + }, + { + "symbol": "CTMX", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "CytomX Therapeutics Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4835525458562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG001J472L3", + "cik": "0001501989", + "lei": "5493004VW2FW0QLL3345" + }, + { + "symbol": "CTO", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "CTO Realty Growth Inc- New", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_515A325A4B332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000023795", + "lei": "549300ZJHMRPKE71JO81" + }, + { + "symbol": "CTR", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "ClearBridge MLP and Midstream Total Return Fund Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_43343530585A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG002WD8P52", + "cik": "0001547341", + "lei": null + }, + { + "symbol": "CTRA", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Contura Energy Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4B354843474E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00DGWV035", + "cik": "0001704715", + "lei": null + }, + { + "symbol": "CTRE", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "CareTrust REIT Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5653364643582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG005KC4Z70", + "cik": "0001590717", + "lei": "5493001NVXE2B9GPLU96" + }, + { + "symbol": "CTRN", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Citi Trends Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4359383938432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BRLWY6", + "cik": "0001318484", + "lei": "529900D06Q0FPHV34S87" + }, + { + "symbol": "CTS", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "CTS Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5256365A4A432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BGMC46", + "cik": "0000026058", + "lei": "549300YV1HQLBVHOI649" + }, + { + "symbol": "CTSH", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Cognizant Technology Solutions Corp. - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4E54333854352D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BBDV81", + "cik": "0001058290", + "lei": "5493006IEVQEFQO40L83" + }, + { + "symbol": "CTSO", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Cytosorbents Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_46334C4D46442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000C3P8V0", + "cik": "0001175151", + "lei": "549300VI8WO8GK5QK793" + }, + { + "symbol": "CTT", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "CatchMark Timber Trust Inc - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_533432354D562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG005CHGKM1", + "cik": "0001341141", + "lei": "54930027IT0GQOYYOW30" + }, + { + "symbol": "CTVA", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Corteva Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4E48563451372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00BN969C1", + "cik": "0001755672", + "lei": "549300WZN9I2QKLS0O94" + }, + { + "symbol": "CTXR", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Citius Pharmaceuticals Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_514C343238342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG001QQH2N3", + "cik": "0001506251", + "lei": "5493005C10W36P4KQP40" + }, + { + "symbol": "CTXRW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Citius Pharmaceuticals Inc - Warrants(02/08/2022)", + "date": "2021-01-24", + "type": "wt", + "iexId": "IEX_4738584231482D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00HBW4H70", + "cik": "0001506251", + "lei": "5493005C10W36P4KQP40" + }, + { + "symbol": "CTXS", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Citrix Systems, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4E57373238582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000FQ6PY6", + "cik": "0000877890", + "lei": "HCTKJGUQOPZ5NBK7NP58" + }, + { + "symbol": "CTY", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Qwest Corporation - 6.125% NT REDEEM 01/06/2053 USD 25", + "date": "2020-12-14", + "type": "ps", + "iexId": "IEX_53314E4B39542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000068622", + "lei": "549300R2L4N683OO1509" + }, + { + "symbol": "CUB", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Cubic Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4D58563152592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BGP1L8", + "cik": "0000026076", + "lei": "6HHLXIOGCDNZ4IRAIW26" + }, + { + "symbol": "CUBA", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Herzfeld Caribbean Basin Fund Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5739323246502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000CGFS75", + "cik": "0000880406", + "lei": "549300ML0K6PRXPULR11" + }, + { + "symbol": "CUBB", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Customers Bancorp Inc - 5.375% NT REDEEM 30/12/2034 USD 25", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4334464434322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001488813", + "lei": "549300WLBCHYKZ53FN68" + }, + { + "symbol": "CUBE", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "CubeSmart", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_445138484D532D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000HF28Q9", + "cik": "0001298675", + "lei": null + }, + { + "symbol": "CUBI", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Customers Bancorp Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4B34485144382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0023XX761", + "cik": "0001488813", + "lei": "549300WLBCHYKZ53FN68" + }, + { + "symbol": "CUBI-C", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Customers Bancorp Inc - FXDFR PRF PERPETUAL USD 25 - Ser C", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4B43563756392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001488813", + "lei": "549300WLBCHYKZ53FN68" + }, + { + "symbol": "CUBI-D", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Customers Bancorp Inc - FXDFR PRF PERPETUAL USD 25 - Ser D", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4B3058434A382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001488813", + "lei": "549300WLBCHYKZ53FN68" + }, + { + "symbol": "CUBI-E", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Customers Bancorp Inc - FXDFR PRF PERPETUAL USD 25 - Ser E", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4C36374335332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001488813", + "lei": "549300WLBCHYKZ53FN68" + }, + { + "symbol": "CUBI-F", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Customers Bancorp Inc - FXDFR PRF PERPETUAL USD 25 - Ser F", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4444534338432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001488813", + "lei": "549300WLBCHYKZ53FN68" + }, + { + "symbol": "CUE", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Cue Biopharma Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_564D524636462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00FVMPFN7", + "cik": "0001645460", + "lei": "549300PBW78KZA33WC97" + }, + { + "symbol": "CUK", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Carnival plc - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_4B44435051372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000CKYG71", + "cik": "0001125259", + "lei": "4DR1VPDQMHD3N3QW8W95" + }, + { + "symbol": "CULP", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Culp Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5458583933392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BFF550", + "cik": "0000723603", + "lei": "549300BIJZDD8EVS1U89" + }, + { + "symbol": "CURE", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Direxion Shares ETF Trust - Direxion Daily Healthcare Bull 3X Shares", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5139574D31442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG001R07BN0", + "cik": "0001424958", + "lei": null + }, + { + "symbol": "CURI", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "CuriosityStream Inc- Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5336525131422D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00QS5N3V4", + "cik": "0001776909", + "lei": "549300MSP5P41EYSIZ09" + }, + { + "symbol": "CURIW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "CuriosityStream Inc - Warrants (14/10/2025)", + "date": "2021-01-24", + "type": "wt", + "iexId": "IEX_485A364444462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00R9J7WF5", + "cik": "0001776909", + "lei": "549300MSP5P41EYSIZ09" + }, + { + "symbol": "CURO", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "CURO Group Holdings Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5259565135542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00443P5G4", + "cik": "0001711291", + "lei": "54930007KH8KCGJ4YE72" + }, + { + "symbol": "CUT", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Invesco Capital Management LLC - Invesco MSCI Global Timber ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_473752364E322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00KJR2128", + "cik": "0001224696", + "lei": null + }, + { + "symbol": "CUTR", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Cutera Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_514D583844542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BBRVR5", + "cik": "0001162461", + "lei": "529900NPKPEWJWR21Z42" + }, + { + "symbol": "CUZ", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Cousins Properties Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5836394253332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000CW9BM7", + "cik": "0000025232", + "lei": "5493007XPYD5EJABN062" + }, + { + "symbol": "CVA", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Covanta Holding Corporation", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5233475957512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000C60K98", + "cik": "0000225648", + "lei": "40XIFLS8XDQGGHGPGC04" + }, + { + "symbol": "CVAC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "CureVac N.V.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_51474B5846302D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00W9LXXJ4", + "cik": "0001809122", + "lei": "724500BUT8GAG9LMYN56" + }, + { + "symbol": "CVBF", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "CVB Financial Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4D38465A37522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000JTYFB2", + "cik": "0000354647", + "lei": null + }, + { + "symbol": "CVCO", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Cavco Industries Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4A37355A424A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000K4WS65", + "cik": "0000278166", + "lei": null + }, + { + "symbol": "CVCY", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Central Valley Community Bancorp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_573754434D432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000MZYM65", + "cik": "0001127371", + "lei": null + }, + { + "symbol": "CVE", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Cenovus Energy Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_43594450534D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000PSJP22", + "cik": "0001475260", + "lei": "549300DK79J32SE1QE52" + }, + { + "symbol": "CVE+", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Cenovus Energy Inc - Warrants (01/01/2026)", + "date": "2021-01-24", + "type": "wt", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00YR189K3", + "cik": "0001475260", + "lei": "549300DK79J32SE1QE52" + }, + { + "symbol": "CVEO", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Civeo Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_584A50584D472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG004XC7MQ4", + "cik": "0001590584", + "lei": "254900H0BM0N0O4MSY43" + }, + { + "symbol": "CVET", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Covetrus Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_444B343338562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00KR691K8", + "cik": "0001752836", + "lei": "5493009S30DUFCF75V87" + }, + { + "symbol": "CVGI", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Commercial Vehicle Group Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5342305753312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000PZ0SW7", + "cik": "0001290900", + "lei": "5493006OG8I91X0K7Q22" + }, + { + "symbol": "CVGW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Calavo Growers, Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_52444B444E562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BGPQW1", + "cik": "0001133470", + "lei": null + }, + { + "symbol": "CVI", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "CVR Energy Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_48534651484D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000QHV8S1", + "cik": "0001376139", + "lei": "529900SOYZIXZBTXB558" + }, + { + "symbol": "CVLB", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Conversion Labs Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4A53374230432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000CMD5D7", + "cik": "0000948320", + "lei": null + }, + { + "symbol": "CVLG", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Covenant Logistics Group Inc - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_50374B515A592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000DNYKG5", + "cik": "0000928658", + "lei": null + }, + { + "symbol": "CVLT", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Commvault Systems Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_574B34374B472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BG88X9", + "cik": "0001169561", + "lei": "65T5VRP62VXG39YFML83" + }, + { + "symbol": "CVLY", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Codorus Valley Bancorp, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4236595248482D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BRYD38", + "cik": "0000806279", + "lei": null + }, + { + "symbol": "CVM", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "Cel-Sci Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4650545033502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000H5G6L5", + "cik": "0000725363", + "lei": "549300FIWOFSETIVMI17" + }, + { + "symbol": "CVNA", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Carvana Co. - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_52355752354B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00GCTWDJ3", + "cik": "0001690820", + "lei": "5493003WEAK2PJ5WS063" + }, + { + "symbol": "CVR", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "Chicago Rivet & Machine Co.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_43474C47544A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BGRMB1", + "cik": "0000019871", + "lei": null + }, + { + "symbol": "CVS", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "CVS Health Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4A54433034582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BGRY34", + "cik": "0000064803", + "lei": "549300EJG376EN5NQE29" + }, + { + "symbol": "CVU", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "CPI Aerostructures Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4858594E37542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000GZFVB7", + "cik": "0000889348", + "lei": "549300C471OFZGCOHS09" + }, + { + "symbol": "CVV", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "CVD Equipment Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_52563739334E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000DVVTH0", + "cik": "0000766792", + "lei": "549300M516CGRTF3JO44" + }, + { + "symbol": "CVX", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Chevron Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5750465337532D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000K4ND22", + "cik": "0000093410", + "lei": null + }, + { + "symbol": "CVY", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Invesco Capital Management LLC - Invesco Zacks Multi-Asset Income ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4332315750562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00KJR1PH0", + "cik": "0001224696", + "lei": null + }, + { + "symbol": "CW", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Curtiss-Wright Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_53354B5446472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BGSPS5", + "cik": "0000026324", + "lei": "TEL51ETZWP7D0ZM4X325" + }, + { + "symbol": "CWB", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "SPDR Series Trust - SPDR Bloomberg Barclays Convertible Securities ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5835373856362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000FTQMS2", + "cik": "0001064642", + "lei": null + }, + { + "symbol": "CWBC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Community West Bancshares", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5447354D33512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000JF5K69", + "cik": "0001051343", + "lei": null + }, + { + "symbol": "CWBR", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "CohBar Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4653383757372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0080L6PG6", + "cik": "0001522602", + "lei": null + }, + { + "symbol": "CWCO", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Consolidated Water Co. Ltd.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5750465439542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000K8PTB6", + "cik": "0000928340", + "lei": "5299001BMEW8X9VIJA73" + }, + { + "symbol": "CWEB", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Direxion Shares ETF Trust - Direxion Daily CSI China Internet Index Bu", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4737574C444C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00F40W4C4", + "cik": "0001424958", + "lei": null + }, + { + "symbol": "CWEN", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Clearway Energy Inc - Class C", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_434A355446422D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG008LJ4TF3", + "cik": "0001567683", + "lei": "549300LHAZ9HA9G3XC48" + }, + { + "symbol": "CWEN.A", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Clearway Energy Inc - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4450524833532D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG004P33PN3", + "cik": "0001567683", + "lei": "549300LHAZ9HA9G3XC48" + }, + { + "symbol": "CWH", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Camping World Holdings Inc - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_474A534D574E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00D2Z7X83", + "cik": "0001669779", + "lei": "549300E828QQI7MWI432" + }, + { + "symbol": "CWI", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "SSgA Active Trust - SSgA SPDR MSCI ACWI ex-US", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4B344A4D33332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000Q8TXD5", + "cik": "0001516212", + "lei": "549300PQC2CS3IA6B871" + }, + { + "symbol": "CWK", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Cushman & Wakefield plc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4633574D37482D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00L7XVND4", + "cik": "0001628369", + "lei": null + }, + { + "symbol": "CWS", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Advisorshares Trust - AdvisorShares Focused Equity ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5644543037342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00DVZRVF5", + "cik": "0001408970", + "lei": "549300JV5T62F5E7S151" + }, + { + "symbol": "CWST", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Casella Waste Systems, Inc. - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5446304734532D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BT0J38", + "cik": "0000911177", + "lei": "8EU0XUFVJ48U37IIDH51" + }, + { + "symbol": "CWT", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "California Water Service Group", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_475357584C592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000D8KTN6", + "cik": "0001035201", + "lei": "529900QABDOBU6UVRQ36" + }, + { + "symbol": "CX", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Cemex S.A.B. De C.V. - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_5653354B32472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BPCTB2", + "cik": "0001076378", + "lei": "549300RIG2CXWN6IV731" + }, + { + "symbol": "CXDC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "China XD Plastics Co Ltd", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4E57373650352D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000S23CB2", + "cik": "0001353970", + "lei": "529900Q1RHALVKU66F69" + }, + { + "symbol": "CXDO", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Crexendo Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_53395A5452312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000GPDT80", + "cik": "0001075736", + "lei": null + }, + { + "symbol": "CXE", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "MFS High Income Municipal Trust", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4733353854522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000C09QV4", + "cik": "0000845606", + "lei": "0G9TCUWY2FBUXSJY2691" + }, + { + "symbol": "CXH", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "MFS Investment Grade Municipal Trust", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5059393235562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000C123D0", + "cik": "0000847411", + "lei": "TQV30XJRB3S7V50XRW52" + }, + { + "symbol": "CXO", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Concho Resources Inc", + "date": "2021-01-19", + "type": "cs", + "iexId": "IEX_5052474E364E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000R7RDB4", + "cik": "0001358071", + "lei": "SYHS7HRDXLL4I0IQ8776" + }, + { + "symbol": "CXP", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Columbia Property Trust Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_54434C3830472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000QCCGH7", + "cik": "0001252849", + "lei": "549300J5GYF2C9BGCC39" + }, + { + "symbol": "CXSE", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "WisdomTree Trust - WisdomTree China ex-State-Owned Enterprises Fund", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_47354D3347592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG003D52F83", + "cik": "0001350487", + "lei": null + }, + { + "symbol": "CXW", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "CoreCivic Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_42444A44534A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BJSJT2", + "cik": "0001070985", + "lei": "529900JFA3K6PTLT8B15" + }, + { + "symbol": "CYAD", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Celyad Oncology - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_445843505A562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG008QQ53D0", + "cik": "0001637890", + "lei": "549300ORR0M8XF56OI64" + }, + { + "symbol": "CYAN", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Cyanotech Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_57434237374A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BGT4D7", + "cik": "0000768408", + "lei": null + }, + { + "symbol": "CYB", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "WisdomTree Trust - WisdomTree Chinese Yuan Strategy Fund", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4C3643304E312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000FTDC80", + "cik": "0001350487", + "lei": null + }, + { + "symbol": "CYBE", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Cyberoptics Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4A465A4A59342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BGTWX3", + "cik": "0000768411", + "lei": "52HQVAW3POG1MULTHE15" + }, + { + "symbol": "CYBR", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "CyberArk Software Ltd", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_575A4D3538392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001598110", + "lei": "529900YEXNDM894PWS93" + }, + { + "symbol": "CYCC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Cyclacel Pharmaceuticals Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_464A314D4D4E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000CT3XM2", + "cik": "0001130166", + "lei": "549300IE74IVYY7IL203" + }, + { + "symbol": "CYCCP", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Cyclacel Pharmaceuticals Inc - 6% PRF PERPETUAL USD 10", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4332354E58442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001130166", + "lei": "549300IE74IVYY7IL203" + }, + { + "symbol": "CYCN", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Cyclerion Therapeutics Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5246473636472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00KXXHYD9", + "cik": "0001755237", + "lei": null + }, + { + "symbol": "CYD", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "China Yuchai International", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4A4656354D312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BLSXG0", + "cik": "0000932695", + "lei": "529900DHISUGAY2ARU76" + }, + { + "symbol": "CYH", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Community Health Systems, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_51345A3739382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BDY3Y7", + "cik": "0001108109", + "lei": "5493007X5NC5XI1BB106" + }, + { + "symbol": "CYRN", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "CYREN Ltd", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4A3248434D572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000D3NWB0", + "cik": "0001084577", + "lei": "529900OAC2X8QEPM8R89" + }, + { + "symbol": "CYRX", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "CryoPort Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4A324C39364D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000PNTXP0", + "cik": "0001124524", + "lei": null + }, + { + "symbol": "CYTH", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Cyclo Therapeutics Inc - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000LYRDD9", + "cik": "0000922247", + "lei": null + }, + { + "symbol": "CYTHW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Cyclo Therapeutics Inc - Warrants (14/11/2025)", + "date": "2021-01-24", + "type": "wt", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00YGCSYC3", + "cik": "0000922247", + "lei": null + }, + { + "symbol": "CYTK", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Cytokinetics Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4D3458324E4D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000F0R4N9", + "cik": "0001061983", + "lei": "549300BE5DY1HW7IHA64" + }, + { + "symbol": "CZA", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Invesco Capital Management LLC - Invesco Zacks Mid-Cap ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4A324D3353442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00KJR1TJ0", + "cik": "0001224696", + "lei": null + }, + { + "symbol": "CZNC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Citizens & Northern Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_484B4C4446372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BRW8B2", + "cik": "0000810958", + "lei": null + }, + { + "symbol": "CZR", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Caesars Entertainment Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4A314A4447522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0074Q3NK6", + "cik": "0001590895", + "lei": "549300FA4CTCW903Y781" + }, + { + "symbol": "CZWI", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Citizens Community Bancorp Inc MD", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_44544B4732472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000NFKDB7", + "cik": "0001367859", + "lei": null + }, + { + "symbol": "CZZ", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Cosan Ltd - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4C48464235312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000RKPRS8", + "cik": "0001402902", + "lei": "6354007UNEBWHVSGS270" + }, + { + "symbol": "D", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Dominion Energy Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4E58484C50302D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BGVW60", + "cik": "0000715957", + "lei": "ILUL7B6Z54MRYCF6H308" + }, + { + "symbol": "DAC", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Danaos Corporation", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_483748464A4A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000LSYD99", + "cik": "0001369241", + "lei": "734IM3DNDNT36T7YTD24" + }, + { + "symbol": "DADA", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Dada Nexus Ltd - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_4E564D4D42562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00TSYD7Q3", + "cik": "0001793862", + "lei": "655600D3KK4AC093RT71" + }, + { + "symbol": "DAIO", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Data io Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_424E46575A582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BGWTV8", + "cik": "0000351998", + "lei": null + }, + { + "symbol": "DAKT", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Daktronics Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5644513130542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BMC8K5", + "cik": "0000915779", + "lei": "549300IOLZ3SG5YUJ288" + }, + { + "symbol": "DAL", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Delta Air Lines, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4447425A43432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000R7Z112", + "cik": "0000027904", + "lei": "Q2CCMS6R0AS67HJMBN42" + }, + { + "symbol": "DALI", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "First Trust Exchange-Traded Fund VI - First Trust Dorsey Wright DALI 1", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5735535359392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00KX8KJT6", + "cik": "0001552740", + "lei": null + }, + { + "symbol": "DALT", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "Northern Lights Fund Trust IV - Anfield Capital Diversified Alternativ", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_435A4B5638322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00HTVJRC9", + "cik": "0001644419", + "lei": null + }, + { + "symbol": "DAN", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Dana Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4E444D5830502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000TCD088", + "cik": "0000026780", + "lei": "KVWHW7YLZPFJM8QYNJ51" + }, + { + "symbol": "DAO", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Youdao Inc - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_575151425A352D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00L7QDHC3", + "cik": "0001781753", + "lei": null + }, + { + "symbol": "DAR", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Darling Ingredients Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_525A5258394D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BN8ZK8", + "cik": "0000916540", + "lei": "L1N0SPPKS7EXZYUMZ898" + }, + { + "symbol": "DARE", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Dare Bioscience Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_51304B3134302D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG001J2P362", + "cik": "0001401914", + "lei": null + }, + { + "symbol": "DASH", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "DoorDash Inc - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG005D7QCJ3", + "cik": "0001792789", + "lei": null + }, + { + "symbol": "DAUG", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "First Trust Exchange-Traded Fund VIII - FT Cboe Vest U.S. Equity Deep ", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4350385244392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00QQFDYF5", + "cik": "0001667919", + "lei": null + }, + { + "symbol": "DAVA", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Endava plc - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_4435485839542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00LBLBBJ7", + "cik": "0001656081", + "lei": "213800JJ6CRPCWCQVZ25" + }, + { + "symbol": "DAX", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ - ALL MARKETS", + "name": "Global X Funds - Global X DAX Germany ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4D42565346472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00MVW5W00", + "cik": "0001432353", + "lei": null + }, + { + "symbol": "DBA", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Invesco DB Multi-Sector Commodity Trust - Invesco DB Agriculture Fund", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5734484C4C582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000QNKPC9", + "cik": "0001367306", + "lei": null + }, + { + "symbol": "DBAW", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "DBX ETF Trust - Xtrackers MSCI All World ex US Hedged Equity ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_46324B3734482D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG005TJ1X47", + "cik": "0001503123", + "lei": null + }, + { + "symbol": "DBB", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Invesco DB Multi-Sector Commodity Trust - Invesco DB Base Metals Fund", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5057303357382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000QNK9K6", + "cik": "0001367306", + "lei": null + }, + { + "symbol": "DBC", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "DB Commodity Services LLC - Invesco DB Commodity Index Tracking Fund", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4E4B325935332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000GPM6Y1", + "cik": null, + "lei": null + }, + { + "symbol": "DBD", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Diebold Nixdorf Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4653325253472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BGYDX9", + "cik": "0000028823", + "lei": "549300XZK6EWDBAZSY16" + }, + { + "symbol": "DBDR", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Roman DBDR Tech Acquisition Corp - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_575348374E502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00XTTT297", + "cik": "0001823144", + "lei": null + }, + { + "symbol": "DBDRW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Roman DBDR Tech Acquisition Corp - Warrants (29/10/2025)", + "date": "2021-01-24", + "type": "wt", + "iexId": "IEX_5259384830392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00Y7BS3Q8", + "cik": "0001823144", + "lei": null + }, + { + "symbol": "DBE", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Invesco DB Multi-Sector Commodity Trust - Invesco DB Energy Fund", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_53364E5336422D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000QNBJ15", + "cik": "0001367306", + "lei": null + }, + { + "symbol": "DBEF", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "DBX ETF Trust - Xtrackers MSCI EAFE Hedged Equity ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4B51585A30482D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG001QVX940", + "cik": "0001503123", + "lei": null + }, + { + "symbol": "DBEH", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Manager Directed Portfolios - iM DBi Hedge Strategy ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_534C335956582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00R3MSRW3", + "cik": "0001359057", + "lei": null + }, + { + "symbol": "DBEM", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "DBX ETF Trust - Xtrackers MSCI Emerging Markets Hedged Equity ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4B345253585A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG001QWQCK1", + "cik": "0001503123", + "lei": null + }, + { + "symbol": "DBEU", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "DBX ETF Trust - Xtrackers MSCI Europe Hedged Equity ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4E48505935532D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG005BHZSM4", + "cik": "0001503123", + "lei": null + }, + { + "symbol": "DBEZ", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "DBX ETF Trust - Xtrackers MSCI Eurozone Hedged Equity ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_564E30314C462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG007PNQYZ5", + "cik": "0001503123", + "lei": null + }, + { + "symbol": "DBGR", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "DBX ETF Trust - Xtrackers MSCI Germany Hedged Equity ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4736585A4A442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG001QVXCD3", + "cik": "0001503123", + "lei": null + }, + { + "symbol": "DBI", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Designer Brands Inc - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_464D4D5451302D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000CF8227", + "cik": "0001319947", + "lei": "549300X8J6FI8PPRK859" + }, + { + "symbol": "DBJA", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "Innovator ETFs Trust - Innovator Double Stacker 9 Buffer ETF - January", + "date": "2021-01-24", + "type": "et", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00YQ1HX12", + "cik": "0001415726", + "lei": null + }, + { + "symbol": "DBJP", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "DBX ETF Trust - Xtrackers MSCI Japan Hedged Equity ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4C42333433302D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG001QVXFK8", + "cik": "0001503123", + "lei": null + }, + { + "symbol": "DBL", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "DoubleLine Opportunistic Credit Fund", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4C4B464B52422D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG001YCYRX0", + "cik": "0001525201", + "lei": "5493003RT2VL4QLFXN55" + }, + { + "symbol": "DBLV", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Advisorshares Trust - AdvisorShares DoubleLine Value Equity ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_58485A4842582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0024WVZ26", + "cik": "0001408970", + "lei": "549300JV5T62F5E7S151" + }, + { + "symbol": "DBMF", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Manager Directed Portfolios - iM DBi Managed Futures Strategy ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5453394736532D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00P35J7V9", + "cik": "0001359057", + "lei": null + }, + { + "symbol": "DBO", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Invesco DB Multi-Sector Commodity Trust - Invesco DB Oil Fund", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4D4A42474B362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000QNH3T4", + "cik": "0001367306", + "lei": null + }, + { + "symbol": "DBOC", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "Innovator ETFs Trust - Innovator Double Stacker 9 Buffer ETF - October", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4A4A51354C542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00XP7GD80", + "cik": "0001415726", + "lei": null + }, + { + "symbol": "DBP", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Invesco DB Multi-Sector Commodity Trust - Invesco DB Precious Metals F", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4E504E5351372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000QNJB32", + "cik": "0001367306", + "lei": null + }, + { + "symbol": "DBS", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Invesco DB Multi-Sector Commodity Trust - Invesco DB Silver Fund", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5444303343432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000QNJZL9", + "cik": "0001367306", + "lei": null + }, + { + "symbol": "DBV", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "DB Commodity Services LLC - Invesco DB G10 Currency Harvest Fund", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_473135384B4B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000LNW1T6", + "cik": null, + "lei": null + }, + { + "symbol": "DBVT", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "DBV Technologies - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_4A4E5A344A582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0076D3T39", + "cik": "0001613780", + "lei": "969500PVBQFWQKVDMD80" + }, + { + "symbol": "DBX", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Dropbox Inc - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_574C424833592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0018SLDN0", + "cik": "0001467623", + "lei": "549300JCDF7UAR6TJR51" + }, + { + "symbol": "DCBO", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Docebo Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00QLDXT00", + "cik": null, + "lei": null + }, + { + "symbol": "DCF", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "BNY Mellon Alcentra Global Credit Income 2024 Target Term Fund Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4E42463951562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00J2DVN20", + "cik": "0001627854", + "lei": null + }, + { + "symbol": "DCI", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Donaldson Co. Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_505A463943582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BGZP70", + "cik": "0000029644", + "lei": "OZE6KXY9QQPR8EJ8WL20" + }, + { + "symbol": "DCO", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Ducommun Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_575A484242322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BH02M0", + "cik": "0000030305", + "lei": "549300Z71HMWF90S2214" + }, + { + "symbol": "DCOM", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Dime Community Bancshares, Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5436425054522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000JX26M6", + "cik": "0001005409", + "lei": null + }, + { + "symbol": "DCOMP", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Dime Community Bancshares, Inc - 5.50% PRF PERPETUAL USD 25 - Ser A", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_5752513353352D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001005409", + "lei": null + }, + { + "symbol": "DCP", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "DCP Midstream LP - Unit", + "date": "2021-01-24", + "type": null, + "iexId": "IEX_4A31464B31322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BB3CT1", + "cik": "0001338065", + "lei": "52990024YYS3MLGW0E91" + }, + { + "symbol": "DCP-B", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "DCP Midstream LP - FXDFR PRF PERPETUAL USD 25 - Ser B", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4D48484B544B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001338065", + "lei": "52990024YYS3MLGW0E91" + }, + { + "symbol": "DCP-C", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "DCP Midstream LP - FXDFR PRF PERPETUAL USD 25 - Ser C", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4442353131592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001338065", + "lei": "52990024YYS3MLGW0E91" + }, + { + "symbol": "DCPH", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Deciphera Pharmaceuticals Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_53474C5736592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00HMJ9H54", + "cik": "0001654151", + "lei": "529900QR4WAPYY0CBF25" + }, + { + "symbol": "DCRB", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Decarbonization Plus Acquisition Corp - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00Y2JHBG1", + "cik": "0001716583", + "lei": null + }, + { + "symbol": "DCRBW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Decarbonization Plus Acquisition Corp - Warrants (02/10/2025)", + "date": "2021-01-24", + "type": "wt", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00YHMN5W6", + "cik": "0001716583", + "lei": null + }, + { + "symbol": "DCT", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Duck Creek Technologies Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4856323936422D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00PPWYWJ8", + "cik": "0001160951", + "lei": null + }, + { + "symbol": "DCTH", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Delcath Systems Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4339573930422D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BY2VF5", + "cik": "0000872912", + "lei": "549300NVPLITUM6URT02" + }, + { + "symbol": "DCUE", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Dominion Energy Inc - Units - 2019 Series A", + "date": "2021-01-24", + "type": null, + "iexId": "IEX_50545146514B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000715957", + "lei": "ILUL7B6Z54MRYCF6H308" + }, + { + "symbol": "DD", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "DuPont de Nemours Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5651585232312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00BN961G4", + "cik": "0001666700", + "lei": "5493004JF0SDFLM8GD76" + }, + { + "symbol": "DDD", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "3D Systems Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4D57513231332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000D42FJ0", + "cik": "0000910638", + "lei": "5493003HHDOCCW4OP744" + }, + { + "symbol": "DDEC", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "First Trust Exchange-Traded Fund VIII - FT Cboe Vest U.S. Equity Deep ", + "date": "2021-01-24", + "type": "et", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00YGC8Q96", + "cik": "0001667919", + "lei": null + }, + { + "symbol": "DDF", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Delaware Investments Dividend and Income Fund, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4733354430562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BGWC45", + "cik": "0000896923", + "lei": "M2GG85LT8NFXNQIB0573" + }, + { + "symbol": "DDG", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "ProShares Trust - ProShares Short Oil & Gas", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_56533143364E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BWL1D6", + "cik": "0001174610", + "lei": null + }, + { + "symbol": "DDIV", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "First Trust Exchange-Traded Fund III - First Trust Dorsey Wright Momen", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_514B4B4833302D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0063G4D68", + "cik": "0001424212", + "lei": null + }, + { + "symbol": "DDLS", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "WisdomTree Trust - WisdomTree Dynamic Currency Hedged International Sm", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4430423142502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00BSYVYD7", + "cik": "0001350487", + "lei": null + }, + { + "symbol": "DDM", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "ProShares Trust - ProShares Ultra Dow30", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_42444D3156302D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000PNLC01", + "cik": "0001174610", + "lei": null + }, + { + "symbol": "DDOG", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Datadog Inc - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4E464454344E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG003NJHZT9", + "cik": "0001561550", + "lei": "549300F6JNO0KRPO1K63" + }, + { + "symbol": "DDS", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Dillard`s Inc. - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_444B4A38564D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BS4MP5", + "cik": "0000028917", + "lei": "529900FGYKMWL6019P91" + }, + { + "symbol": "DDT", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Dillards Cap Tr I - 7.50% SP REDEEM 01/08/2038 USD 25", + "date": "2021-01-24", + "type": "struct", + "iexId": "IEX_515A335737592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001066225", + "lei": null + }, + { + "symbol": "DDWM", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "WisdomTree Trust - WisdomTree Dynamic Currency Hedged International Eq", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_52474B4A4E4E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00BSZ29K3", + "cik": "0001350487", + "lei": null + }, + { + "symbol": "DE", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Deere & Co.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4A37305A54562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BH1NH9", + "cik": "0000315189", + "lei": "PWFTNG3EI0Y73OXWDH08" + }, + { + "symbol": "DEA", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Easterly Government Properties Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4C58445337372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG007SV91V9", + "cik": "0001622194", + "lei": "549300ERMCEFC6S8HL77" + }, + { + "symbol": "DECK", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Deckers Outdoor Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5657464A50372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BKXYX5", + "cik": "0000910521", + "lei": "5493008LG4W3I6K8J118" + }, + { + "symbol": "DECZ", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "Listed Funds Trust - TrueShares Structured Outcome (December) ETF", + "date": "2021-01-24", + "type": "et", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00YC5V8L5", + "cik": "0001683471", + "lei": null + }, + { + "symbol": "DEED", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "First Trust Exchange-Traded Fund VIII - First Trust Exchange-Traded Fu", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_535747595A322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00TDPP142", + "cik": "0001667919", + "lei": null + }, + { + "symbol": "DEEF", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "DBX ETF Trust - Xtrackers FTSE Developed ex US Comprehensive Factor ET", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_534A475247332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00BFJ9KT2", + "cik": "0001503123", + "lei": null + }, + { + "symbol": "DEEP", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "ETF Series Solutions Trust - Roundhill Acquirers Deep Value ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5651305648482D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0074VLYQ5", + "cik": "0001540305", + "lei": null + }, + { + "symbol": "DEF", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Invesco Capital Management LLC - Invesco Defensive Equity ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_424E4B4C30432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00KJR1KP2", + "cik": "0001224696", + "lei": null + }, + { + "symbol": "DEFA", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "BlackRock Institutional Trust Company N.A. - BTC iShares Adaptive Curr", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5437323058362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00BT5WH90", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "DEFN", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "Emles Trust - Emles Protective Allocation ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_54334D34544E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00YB1RK51", + "cik": null, + "lei": null + }, + { + "symbol": "DEH", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "D8 Holdings Corp - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5042375353382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00VSHDVP3", + "cik": "0001812173", + "lei": null + }, + { + "symbol": "DEH+", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "D8 Holdings Corp - Warrants (05/08/2027)", + "date": "2021-01-24", + "type": "wt", + "iexId": "IEX_5058445956532D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00X3HXBF9", + "cik": "0001812173", + "lei": null + }, + { + "symbol": "DEH=", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "D8 Holdings Corp - Units (1 Ord Share Class A & 1/2 War)", + "date": "2021-01-24", + "type": null, + "iexId": "IEX_4D433043304D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00VR8WGH5", + "cik": "0001812173", + "lei": null + }, + { + "symbol": "DEI", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Douglas Emmett Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5333384334442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000PN1SJ8", + "cik": "0001364250", + "lei": null + }, + { + "symbol": "DELL", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Dell Technologies Inc - Class C", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4D54384644522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00DW3SZS1", + "cik": "0001571996", + "lei": "549300TJB5YBRUPOG437" + }, + { + "symbol": "DEM", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "WisdomTree Trust - WisdomTree Emerging Markets High Dividend Fund", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5030583738382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000RPWS52", + "cik": "0001350487", + "lei": null + }, + { + "symbol": "DEMZ", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Advisors Inner Circle Fund III - DEMZ Political Contributions ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_504B3851384E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00Y29K750", + "cik": "0001593547", + "lei": null + }, + { + "symbol": "DEN", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Denbury Inc. - New", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4E32544342302D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000FBK808", + "cik": "0000945764", + "lei": "549300KCWA5W52MS5559" + }, + { + "symbol": "DENN", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Denny`s Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_544E595A42342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BC09P3", + "cik": "0000852772", + "lei": "54930037V56XOULXM917" + }, + { + "symbol": "DEO", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Diageo plc - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_4A465A5138392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BWZQL7", + "cik": "0000835403", + "lei": "213800ZVIELEA55JMJ32" + }, + { + "symbol": "DES", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "WisdomTree Trust - WisdomTree U.S. SmallCap Dividend Fund", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5746514451342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BSVCK2", + "cik": "0001350487", + "lei": null + }, + { + "symbol": "DESP", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Despegar.com Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4453444B38462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00HFV9HK8", + "cik": "0001703141", + "lei": null + }, + { + "symbol": "DEUS", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "DBX ETF Trust - Xtrackers Russell 1000 Comprehensive Factor ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_465A47535A542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00BFJ8XC3", + "cik": "0001503123", + "lei": null + }, + { + "symbol": "DEW", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "WisdomTree Trust - WisdomTree Global High Dividend Fund", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4248305648362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BSV1K6", + "cik": "0001350487", + "lei": null + }, + { + "symbol": "DEX", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Delaware Enhanced Global Dividend & Income Fund", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_435A395950342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000NKNX01", + "cik": "0001396167", + "lei": "A2NJVV301U26XNED1002" + }, + { + "symbol": "DFAE", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Dimensional ETF Trust - Dimensional Emerging Core Equity Market ETF", + "date": "2021-01-24", + "type": "et", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00Y2PHV55", + "cik": null, + "lei": null + }, + { + "symbol": "DFAI", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Dimensional ETF Trust - Dimensional International Core Equity Market E", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_544A323837302D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00Y2PGCR4", + "cik": null, + "lei": null + }, + { + "symbol": "DFAU", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Dimensional ETF Trust - Dimensional US Core Equity Market ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_444D444E464E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00Y2JFZG0", + "cik": null, + "lei": null + }, + { + "symbol": "DFE", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "WisdomTree Trust - WisdomTree Europe SmallCap Dividend Fund", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_433236304B512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BT0PS7", + "cik": "0001350487", + "lei": null + }, + { + "symbol": "DFEB", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "First Trust Exchange-Traded Fund VIII - FT Cboe Vest U.S. Equity Deep ", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_584C5646364D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00RPLC422", + "cik": "0001667919", + "lei": null + }, + { + "symbol": "DFEN", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Direxion Shares ETF Trust - Direxion Daily Aerospace & Defense Bull 3X", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5733435A37322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00GM464T5", + "cik": "0001424958", + "lei": null + }, + { + "symbol": "DFFN", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Diffusion Pharmaceuticals Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4C57594231312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000N6JH48", + "cik": "0001053691", + "lei": "549300I3DV7F8OXPNA12" + }, + { + "symbol": "DFH", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Dream Finders Homes Inc - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001825088", + "lei": null + }, + { + "symbol": "DFHT", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Deerfield Healthcare Technology Acquisitions Corp - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4D36505232332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00VWC4RP8", + "cik": "0001813914", + "lei": null + }, + { + "symbol": "DFHTW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Deerfield Healthcare Technology Acquisitions Corp - Warrants (16/07/20", + "date": "2021-01-24", + "type": "wt", + "iexId": "IEX_4E593231354D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00XD2Y8V9", + "cik": "0001813914", + "lei": null + }, + { + "symbol": "DFHY", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "TrimTabs ETF Trust - TrimTabs Donoghue Forlines Tactical High Yield ET", + "date": "2021-01-24", + "type": "et", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00YC5ZT62", + "cik": "0001604813", + "lei": null + }, + { + "symbol": "DFIN", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Donnelley Financial Solutions Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4242365252582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG009R0CT58", + "cik": "0001669811", + "lei": "549300O1NPY4J56QCU04" + }, + { + "symbol": "DFJ", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "WisdomTree Trust - WisdomTree Japan SmallCap Dividend Fund", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_48524A4236562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BT2803", + "cik": "0001350487", + "lei": null + }, + { + "symbol": "DFND", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "Siren ETF Trust - Siren DIVCON Dividend Defender ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4648573859342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00BT79C75", + "cik": "0001796383", + "lei": null + }, + { + "symbol": "DFNL", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Davis Selected Advisers L.P - Davis Select Financial ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_503853304D472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00FNFQS25", + "cik": "0001036325", + "lei": null + }, + { + "symbol": "DFNS", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "LGL Systems Acquisition Corp - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5147393552542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00QT7KPY0", + "cik": "0001777946", + "lei": null + }, + { + "symbol": "DFNS+", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "LGL Systems Acquisition Corp - Warrants (12/11/2026)", + "date": "2021-01-24", + "type": "wt", + "iexId": "IEX_4D374353395A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00S48N8Q5", + "cik": "0001777946", + "lei": null + }, + { + "symbol": "DFNS=", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "LGL Systems Acquisition Corp - Units (1 Ord Class A & 0.5 Warrant)", + "date": "2020-12-21", + "type": null, + "iexId": "IEX_5735503143432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00QJ46QF3", + "cik": "0001777946", + "lei": null + }, + { + "symbol": "DFNSU", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "LGL Systems Acquisition Corp - Units (1 Ord Class A & 0.5 Warrant)", + "date": "2021-01-24", + "type": null, + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00QJ46QF3", + "cik": "0001777946", + "lei": null + }, + { + "symbol": "DFNV", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "TrimTabs ETF Trust - TrimTabs Donoghue Forlines Risk Managed Innovatio", + "date": "2021-01-24", + "type": "et", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00YC69CJ2", + "cik": "0001604813", + "lei": null + }, + { + "symbol": "DFP", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Flaherty & Crumrine Dynamic Preferred and Income Fund Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4D423153444E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG004M1VY05", + "cik": "0001559991", + "lei": "254900BPH613QBWQO237" + }, + { + "symbol": "DFPH", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "DFP Healthcare Acquisitions Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4643504C47392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00S5H21H2", + "cik": "0001799191", + "lei": null + }, + { + "symbol": "DFPHW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "DFP Healthcare Acquisitions Corp - Warrants (31/03/2025)", + "date": "2021-01-24", + "type": "wt", + "iexId": "IEX_56484652574C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00TL95RL5", + "cik": "0001799191", + "lei": null + }, + { + "symbol": "DFS", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Discover Financial Services", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_504A4E4235422D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000QBR5J5", + "cik": "0001393612", + "lei": "Z1YLO2USPORE63VVUL20" + }, + { + "symbol": "DFVL", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "Barclays Bank PLC - ZC SP ETN REDEEM 12/07/2021 USD 50 - Ser A", + "date": "2021-01-24", + "type": "struct", + "iexId": "IEX_445454484B342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG001WBLKD5", + "cik": "0000312070", + "lei": "G5GSEF7VJP5I7OUK5573" + }, + { + "symbol": "DFVS", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "Barclays Bank PLC - ZC SP ETN REDEEM 12/07/2021 USD 50 - Ser A 06740P6", + "date": "2021-01-24", + "type": "struct", + "iexId": "IEX_46445A4E4D4E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG001WBLN30", + "cik": "0000312070", + "lei": "G5GSEF7VJP5I7OUK5573" + }, + { + "symbol": "DG", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Dollar General Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4244514442382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000NV1KK7", + "cik": "0000029534", + "lei": "OPX52SQVOZI8IVSWYU66" + }, + { + "symbol": "DGICA", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Donegal Group Inc. - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_47573458324D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000JQJC22", + "cik": "0000800457", + "lei": null + }, + { + "symbol": "DGICB", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Donegal Group Inc. - Class B", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4A4D4E4442352D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000JQLYJ3", + "cik": "0000800457", + "lei": null + }, + { + "symbol": "DGII", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Digi International, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_534A583448352D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BZ50L0", + "cik": "0000854775", + "lei": "529900KG656HGROI4N27" + }, + { + "symbol": "DGL", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Invesco DB Multi-Sector Commodity Trust - Invesco DB Gold Fund", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5038545953522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000QNJN81", + "cik": "0001367306", + "lei": null + }, + { + "symbol": "DGLY", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Digital Ally Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_524C425830392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000Q4CWM4", + "cik": "0001342958", + "lei": "529900DE18BKLSW12F89" + }, + { + "symbol": "DGNR", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Dragoneer Growth Opportunities Corp - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4C4D36394A322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00WNSJM49", + "cik": "0001818201", + "lei": null + }, + { + "symbol": "DGNR+", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Dragoneer Growth Opportunities Corp - Warrants (18/08/2027)", + "date": "2021-01-24", + "type": "wt", + "iexId": "IEX_51313050564A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00XDGG3M9", + "cik": "0001818201", + "lei": null + }, + { + "symbol": "DGNR=", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Dragoneer Growth Opportunities Corp - Units (1 Ord Class A & 1/5 War)", + "date": "2021-01-24", + "type": null, + "iexId": "IEX_51534E4238362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00W9M31B3", + "cik": "0001818201", + "lei": null + }, + { + "symbol": "DGNS", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Dragoneer Growth Opportunities Corp II - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5737464B424A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00Y1TJTT5", + "cik": "0001827075", + "lei": null + }, + { + "symbol": "DGP", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Deutsche Bank AG London - ZC SP ETN REDEEM 15/02/2038 USD 25 - 25154H7", + "date": "2021-01-24", + "type": "struct", + "iexId": "IEX_4443545137312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BB2G86", + "cik": "0001167713", + "lei": "529900LKVNEX4SG4UD38" + }, + { + "symbol": "DGRE", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "WisdomTree Trust - WisdomTree Emerging Markets Quality Dividend Growth", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4437355046532D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG004X8X0L7", + "cik": "0001350487", + "lei": null + }, + { + "symbol": "DGRO", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "BlackRock Institutional Trust Company N.A. - BTC iShares Core Dividend", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4A574D4B42522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG006MJFZJ6", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "DGRS", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "WisdomTree Trust - WisdomTree U.S. SmallCap Quality Dividend Growth Fu", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_484D4C5139522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG004WG0DR2", + "cik": "0001350487", + "lei": null + }, + { + "symbol": "DGRW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "WisdomTree Trust - WisdomTree U.S. Quality Dividend Growth Fund", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_46524D3839302D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG004LMH377", + "cik": "0001350487", + "lei": null + }, + { + "symbol": "DGS", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "WisdomTree Trust - WisdomTree Emerging Markets SmallCap Dividend Fund", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_524347445A322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000Q3FFR5", + "cik": "0001350487", + "lei": null + }, + { + "symbol": "DGT", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "SPDR Series Trust - SSgA SPDR Global Dow ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4236565253502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000C9KLL4", + "cik": "0001064642", + "lei": null + }, + { + "symbol": "DGX", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Quest Diagnostics, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4B48583851322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BN84F3", + "cik": "0001022079", + "lei": "8MCWUBXQ0WE04KMXBX50" + }, + { + "symbol": "DGZ", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Deutsche Bank AG London - ZC SP ETN REDEEM 15/02/2038 USD 25", + "date": "2021-01-24", + "type": "struct", + "iexId": "IEX_4B30305A59362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BW0YK9", + "cik": "0001167713", + "lei": "529900LKVNEX4SG4UD38" + }, + { + "symbol": "DHC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Diversified Healthcare Trust", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5357353836512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BM2GS0", + "cik": "0001075415", + "lei": null + }, + { + "symbol": "DHCNI", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ - ALL MARKETS", + "name": "Diversified Healthcare Trust - 5.625% NT REDEEM 01/08/2042 USD 25", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_544A323931542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001075415", + "lei": null + }, + { + "symbol": "DHCNL", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ - ALL MARKETS", + "name": "Diversified Healthcare Trust - 6.25% NT REDEEM 01/02/2046 USD 25", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4E32364238442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001075415", + "lei": null + }, + { + "symbol": "DHF", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "BNY Mellon High Yield Strategies Fund", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4A564757504E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000C2LBM9", + "cik": "0001057861", + "lei": "RH2DL1HWBBECVFYQNK56" + }, + { + "symbol": "DHI", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "D.R. Horton Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_42594E5031332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000DQTXY6", + "cik": "0000882184", + "lei": "529900ZIUEYVSB8QDD25" + }, + { + "symbol": "DHIL", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Diamond Hill Investment Group, Inc. - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_574D395446572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000K7DJG8", + "cik": "0000909108", + "lei": "549300AQ6779A0B7VZ57" + }, + { + "symbol": "DHR", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Danaher Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_47524D5938432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BH3JF8", + "cik": "0000313616", + "lei": "S4BKK9OTCEWQ3YHPFM11" + }, + { + "symbol": "DHR-A", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Danaher Corp. - 4.75% PRF CONVERT 15/04/2022 USD 1000 - Ser A", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4438334D33462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000313616", + "lei": "S4BKK9OTCEWQ3YHPFM11" + }, + { + "symbol": "DHR-B", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Danaher Corp. - 5% PRF CONVERT 15/04/2023 USD 1000 - Ser B", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4852534B34542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000313616", + "lei": "S4BKK9OTCEWQ3YHPFM11" + }, + { + "symbol": "DHS", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "WisdomTree Trust - WisdomTree U.S. High Dividend Fund", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_434E43354E372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BSXYW9", + "cik": "0001350487", + "lei": null + }, + { + "symbol": "DHT", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "DHT Holdings Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4E4238564C302D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000G3RXX7", + "cik": "0001331284", + "lei": "549300SMD6IVZYT74K40" + }, + { + "symbol": "DHX", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "DHI Group Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_484D565252442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000Q9Y1B9", + "cik": "0001393883", + "lei": "529900489RAC0CU0AO81" + }, + { + "symbol": "DHY", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "Credit Suisse High Yield Bond Fund", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_424858575A4A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BBY5P6", + "cik": "0001061353", + "lei": "549300R9HE7C1IL42N58" + }, + { + "symbol": "DIA", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "SSgA Active Trust - SPDR Dow Jones Industrial Average ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5052483942342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BTDS98", + "cik": "0001516212", + "lei": "549300PQC2CS3IA6B871" + }, + { + "symbol": "DIAL", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Columbia ETF Trust I - Columbia Diversified Fixed Income Allocation ET", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_56324E5A464B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00HY5VRN4", + "cik": "0001551950", + "lei": null + }, + { + "symbol": "DIAX", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Nuveen Dow 30SM Dynamic Overwrite Fund", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4256425150482D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG007PPRJ91", + "cik": "0001608742", + "lei": "549300CNS4Q1ZZUGS005" + }, + { + "symbol": "DIG", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "ProShares Trust - ProShares Ultra Oil & Gas", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4733464D524C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000QXFNY4", + "cik": "0001174610", + "lei": null + }, + { + "symbol": "DIM", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "WisdomTree Trust - WisdomTree International MidCap Dividend Fund", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_44374A4251522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BT3Z93", + "cik": "0001350487", + "lei": null + }, + { + "symbol": "DIN", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Dine Brands Global Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5430504B54442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000GZ9406", + "cik": "0000049754", + "lei": "529900HKM8OWSHLKJY75" + }, + { + "symbol": "DINT", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Davis Selected Advisers L.P - Davis Select International ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5159335039362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00K6R6182", + "cik": "0001036325", + "lei": null + }, + { + "symbol": "DIOD", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Diodes, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5634514C324C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000G25P51", + "cik": "0000029002", + "lei": "549300XP2X1ARVH3BX23" + }, + { + "symbol": "DIS", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Walt Disney Co (The)", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4D50584A4D4D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BH4R78", + "cik": "0001744489", + "lei": null + }, + { + "symbol": "DISCA", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Discovery Inc - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_423731444A5A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000CHWP52", + "cik": "0001437107", + "lei": "5493006ZCRFWKF6B1K26" + }, + { + "symbol": "DISCB", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Discovery Inc - Class B", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4A30465648382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000F7L5N7", + "cik": "0001437107", + "lei": "5493006ZCRFWKF6B1K26" + }, + { + "symbol": "DISCK", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Discovery Inc - Series C", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4B594B4353382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000VMWHH5", + "cik": "0001437107", + "lei": "5493006ZCRFWKF6B1K26" + }, + { + "symbol": "DISH", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Dish Network Corp - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5454484A44312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000C2YHG9", + "cik": "0001001082", + "lei": "529900U350CWHH15G169" + }, + { + "symbol": "DIT", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "Amcon Distributing Company", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_445A344D36572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000JWS4F3", + "cik": "0000928465", + "lei": null + }, + { + "symbol": "DIV", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Global X Funds - Global X SuperDividend U.S. ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5634353154392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00475RFB7", + "cik": "0001432353", + "lei": null + }, + { + "symbol": "DIVA", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "AGF Investments Trust - AGFiQ Hedged Dividend Income Fund", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5238425638592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG007X1JRF9", + "cik": "0001479599", + "lei": null + }, + { + "symbol": "DIVB", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "BlackRock Institutional Trust Company N.A. - iShares U.S. Dividend and", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4A533452534D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00J5M0FL7", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "DIVO", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Amplify ETF Trust - Amplify CPW Enhanced Dividend Income ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5848445938562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00FJ5P7F5", + "cik": "0001633061", + "lei": null + }, + { + "symbol": "DJAN", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "First Trust Exchange-Traded Fund VIII - FT Cboe Vest U.S. Equity Deep ", + "date": "2021-01-24", + "type": "et", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00YXMQFV4", + "cik": "0001667919", + "lei": null + }, + { + "symbol": "DJCB", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "UBS AG London Branch - ZC SP ETN REDEEM 31/10/2039 USD 25 - Ser B", + "date": "2021-01-24", + "type": "struct", + "iexId": "IEX_5236583044482D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00QPKKJG9", + "cik": "0001168525", + "lei": null + }, + { + "symbol": "DJCO", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Daily Journal Corporation", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4639365044522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BH5KW4", + "cik": "0000783412", + "lei": "2549004ASTNVLR8YWZ33" + }, + { + "symbol": "DJD", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Invesco Capital Management LLC - Invesco Dow Jones Industrial Average ", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4E5A4A3138332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00KJR1MN0", + "cik": "0001224696", + "lei": null + }, + { + "symbol": "DJP", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Barclays Bank PLC - ZC SP REDEEM 12/06/2036 USD 50 - 06738C778", + "date": "2021-01-24", + "type": "struct", + "iexId": "IEX_484635344E462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000JL50K4", + "cik": "0000312070", + "lei": "G5GSEF7VJP5I7OUK5573" + }, + { + "symbol": "DJUL", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "First Trust Exchange-Traded Fund VIII - FT Cboe Vest U.S. Equity Deep ", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4657545952572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00W286164", + "cik": "0001667919", + "lei": null + }, + { + "symbol": "DJUN", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "First Trust Exchange-Traded Fund VIII - FT Cboe Vest U.S. Equity Deep ", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_534E4D4754532D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00VC9SS24", + "cik": "0001667919", + "lei": null + }, + { + "symbol": "DK", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Delek US Holdings Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_56445837574E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00FZYFVC5", + "cik": "0001351541", + "lei": "5493003O53JMENV1N385" + }, + { + "symbol": "DKL", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Delek Logistics Partners LP - Unit", + "date": "2021-01-24", + "type": null, + "iexId": "IEX_4E37593737302D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0036D62Z9", + "cik": "0001552797", + "lei": "549300UVYITDIU51P724" + }, + { + "symbol": "DKNG", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "DraftKings Inc - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_58424C4E50572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00TCBG714", + "cik": "0001772757", + "lei": "5493008P45UYYL683Z97" + }, + { + "symbol": "DKS", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Dicks Sporting Goods, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4B385A5652562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000F6ZWH2", + "cik": "0001089063", + "lei": "529900SSBV5I4LWSK313" + }, + { + "symbol": "DL", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "China Distance Education Holdings Ltd. - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_46574A43364D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BM2MR8", + "cik": "0001438644", + "lei": "529900CT8UU5BF2JPG67" + }, + { + "symbol": "DLA", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "Delta Apparel Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_504C5933304D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BXD9G3", + "cik": "0001101396", + "lei": "549300YCES15WEDS8Z04" + }, + { + "symbol": "DLB", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Dolby Laboratories Inc - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_56324B4D43522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000DGLTG5", + "cik": "0001308547", + "lei": "5493003RN4N4ACTUEC28" + }, + { + "symbol": "DLHC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "DLH Holdings Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_42365A4654342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000G19HR3", + "cik": "0000785557", + "lei": "549300KRYPLQFKWVTE62" + }, + { + "symbol": "DLN", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "WisdomTree Trust - WisdomTree U.S. LargeCap Dividend Fund", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4A58564E43572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BT3296", + "cik": "0001350487", + "lei": null + }, + { + "symbol": "DLNG", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Dynagas LNG Partners LP - Unit", + "date": "2021-01-24", + "type": null, + "iexId": "IEX_4359315158432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG005DKJ197", + "cik": "0001578453", + "lei": "529900BCTRWFK7ESLF11" + }, + { + "symbol": "DLNG-A", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Dynagas LNG Partners LP - 9% PRF PERPETUAL USD 25 - Ser A", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4C59574634592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001578453", + "lei": "529900BCTRWFK7ESLF11" + }, + { + "symbol": "DLNG-B", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Dynagas LNG Partners LP - FXDFR PRF PERPETUAL USD 25 - Ser B", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_51573543374C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001578453", + "lei": "529900BCTRWFK7ESLF11" + }, + { + "symbol": "DLPN", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Dolphin Entertainment Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_564A4250584B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000H4XLP2", + "cik": "0001282224", + "lei": null + }, + { + "symbol": "DLPNW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Dolphin Entertainment Inc. - Warrants (21/12/2020)", + "date": "2020-12-28", + "type": "wt", + "iexId": "IEX_4859364652532D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00JL76GD3", + "cik": "0001282224", + "lei": null + }, + { + "symbol": "DLR", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Digital Realty Trust Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_52424A5848362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000Q5ZRM7", + "cik": "0001297996", + "lei": "549300HKCZ31D08NEI41" + }, + { + "symbol": "DLR-C", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Digital Realty Trust Inc - 6.625% PRF PERPETUAL USD 25 - Ser C", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4436374231562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001297996", + "lei": "549300HKCZ31D08NEI41" + }, + { + "symbol": "DLR-J", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Digital Realty Trust Inc - 5.25% PRF PERPETUAL USD 25 - Ser J", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4D3253514E592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001297996", + "lei": "549300HKCZ31D08NEI41" + }, + { + "symbol": "DLR-K", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Digital Realty Trust Inc - 5.85% PRF PERPETUAL USD 25 - Ser K", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4E3753484B592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001297996", + "lei": "549300HKCZ31D08NEI41" + }, + { + "symbol": "DLR-L", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Digital Realty Trust Inc - 5.20% PRF PERPETUAL USD 25 - Ser L", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4850344447512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001297996", + "lei": "549300HKCZ31D08NEI41" + }, + { + "symbol": "DLS", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "WisdomTree Trust - WisdomTree International SmallCap Dividend Fund", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4454504854382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BT4N71", + "cik": "0001350487", + "lei": null + }, + { + "symbol": "DLTH", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Duluth Holdings Inc - Class B", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_585052504D4C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG002GBMZG4", + "cik": "0001649744", + "lei": "549300B6G8G3WGHFYU15" + }, + { + "symbol": "DLTR", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Dollar Tree Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4D52305053502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BSC0K9", + "cik": "0000935703", + "lei": "549300PMSTQITB1WHR43" + }, + { + "symbol": "DLX", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Deluxe Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4C5248514C582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BH6360", + "cik": "0000027996", + "lei": "KWGNKB8TX9LE5TV29231" + }, + { + "symbol": "DLY", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "DoubleLine Yield Opportunities Fund", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_56434C43384E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00R4C15K4", + "cik": "0001788399", + "lei": null + }, + { + "symbol": "DM", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Desktop Metal Inc - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00P17H053", + "cik": "0001754820", + "lei": null + }, + { + "symbol": "DM+", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Desktop Metal Inc - Warrants (31/03/2021)", + "date": "2021-01-24", + "type": "wt", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00P180W40", + "cik": "0001754820", + "lei": null + }, + { + "symbol": "DMAC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "DiaMedica Therapeutics Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_533650304E4B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000LP4YD7", + "cik": "0001401040", + "lei": null + }, + { + "symbol": "DMAY", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "First Trust Exchange-Traded Fund VIII - FT Cboe Vest U.S. Equity Deep ", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4A39504743482D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00TSG26C1", + "cik": "0001667919", + "lei": null + }, + { + "symbol": "DMB", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "BNY Mellon Municipal Bond Infrastructure Fund Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_425143434B572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG004H65XS1", + "cik": "0001565381", + "lei": "5493003OUY2BKGFZ2414" + }, + { + "symbol": "DMDV", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "ETF Series Solutions Trust - AAM S&P Developed Markets High Dividend V", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4B33563932522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00MNVY1S7", + "cik": "0001540305", + "lei": null + }, + { + "symbol": "DMF", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "BNY Mellon Municipal Income Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5342335442532D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000B9X2W1", + "cik": "0000839122", + "lei": "549300BKYDDROJTY1E24" + }, + { + "symbol": "DMLP", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Dorchester Minerals LP - Units", + "date": "2021-01-24", + "type": null, + "iexId": "IEX_50354B3652382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000PNZ5G4", + "cik": "0001172358", + "lei": "529900J537JTEZOMXG05" + }, + { + "symbol": "DMO", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Western Asset Mortgage Opportunity Fund Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_445343594C422D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000D912M5", + "cik": "0001478102", + "lei": "549300COBGR840ANRS47" + }, + { + "symbol": "DMRC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Digimarc Corporation", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4D50593152372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000G9F1Z5", + "cik": "0001438231", + "lei": null + }, + { + "symbol": "DMRE", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Transamerica ETF Trust - DeltaShares S&P EM 100 & Managed Risk ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4833514659382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00MPTLZ36", + "cik": "0001673996", + "lei": null + }, + { + "symbol": "DMRI", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Transamerica ETF Trust - DeltaShares S&P International Managed Risk ET", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4A324B3148332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00HBW88K1", + "cik": "0001673996", + "lei": null + }, + { + "symbol": "DMRL", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Transamerica ETF Trust - DeltaShares S&P 500 Managed Risk ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4651574435312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00HBW6ZW0", + "cik": "0001673996", + "lei": null + }, + { + "symbol": "DMRM", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Transamerica ETF Trust - DeltaShares S&P 400 Managed Risk ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_48484357444C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00HBW71G2", + "cik": "0001673996", + "lei": null + }, + { + "symbol": "DMRS", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Transamerica ETF Trust - DeltaShares S&P 600 Managed Risk ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_46345137324A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00HBW7PG9", + "cik": "0001673996", + "lei": null + }, + { + "symbol": "DMS", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Digital Media Solutions Inc - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5843354E584E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00KHHFX00", + "cik": "0001725134", + "lei": null + }, + { + "symbol": "DMS+", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Digital Media Solutions Inc - Warrants (15/07/2025)", + "date": "2021-01-24", + "type": "wt", + "iexId": "IEX_4246595A39572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00KHHFTV5", + "cik": "0001725134", + "lei": null + }, + { + "symbol": "DMTK", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "DermTech Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4E5635315A4C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00H19F184", + "cik": "0001651944", + "lei": null + }, + { + "symbol": "DMXF", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "iShares Trust - iShares ESG Advanced MSCI EAFE ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4739344335542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00VHK1H09", + "cik": "0001006249", + "lei": null + }, + { + "symbol": "DMYD", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "dMY Technology Group Inc II - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_584648325A4A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00WRFB753", + "cik": "0001816101", + "lei": null + }, + { + "symbol": "DMYD+", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "dMY Technology Group Inc II - Warrants (29/07/2027)", + "date": "2021-01-24", + "type": "wt", + "iexId": "IEX_4744564B53542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00XMXF3J7", + "cik": "0001816101", + "lei": null + }, + { + "symbol": "DMYD=", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "dMY Technology Group Inc II - Units (1 Ord Share Class A & 1/3 War)", + "date": "2021-01-24", + "type": null, + "iexId": "IEX_4D565446514B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00VR8X203", + "cik": "0001816101", + "lei": null + }, + { + "symbol": "DMYI", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "dMY Technology Group Inc III - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00XZP0LB4", + "cik": "0001824920", + "lei": null + }, + { + "symbol": "DMYI+", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "dMY Technology Group Inc III - Warrants(01/01/9999)", + "date": "2021-01-24", + "type": "wt", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00YLXK9M3", + "cik": "0001824920", + "lei": null + }, + { + "symbol": "DMYI=", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "dMY Technology Group Inc III - Units (1 Ord Class A & 1/4 War)", + "date": "2021-01-24", + "type": null, + "iexId": "IEX_5336314D594D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00XX9HQ14", + "cik": "0001824920", + "lei": null + }, + { + "symbol": "DMYT", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "dMY Technology Group Inc - Class A", + "date": "2020-12-30", + "type": "cs", + "iexId": "IEX_474335484D322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00RMKRQM0", + "cik": "0001793659", + "lei": null + }, + { + "symbol": "DMYT+", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "dMY Technology Group Inc - Warrants (21/02/2027)", + "date": "2020-12-30", + "type": "wt", + "iexId": "IEX_424C4D3154542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00SYQBRV7", + "cik": "0001793659", + "lei": null + }, + { + "symbol": "DMYT=", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "dMY Technology Group Inc - Units (1 Ord Class A & 1/2 War)", + "date": "2020-12-30", + "type": null, + "iexId": "IEX_445A3052364D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00RM7XK18", + "cik": "0001793659", + "lei": null + }, + { + "symbol": "DNB", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Dun & Bradstreet Holdings Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4E44585847442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00VCZX9Z6", + "cik": "0001799208", + "lei": null + }, + { + "symbol": "DNK", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Phoenix Tree Holdings Ltd - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_42574A465A362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00QQ109W6", + "cik": "0001785154", + "lei": null + }, + { + "symbol": "DNKN", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Dunkin Brands Group Inc", + "date": "2020-12-16", + "type": "cs", + "iexId": "IEX_4B47314A51302D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG001P3K000", + "cik": "0001357204", + "lei": "549300311IRV47UCTO62" + }, + { + "symbol": "DNL", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "WisdomTree Trust - WisdomTree Global ex-U.S. Quality Dividend Growth F", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4C33355A4A582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BT1X72", + "cik": "0001350487", + "lei": null + }, + { + "symbol": "DNLI", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Denali Therapeutics Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_47525150344C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG008P7F869", + "cik": "0001714899", + "lei": "549300ZTQ2HO18L3Q830" + }, + { + "symbol": "DNMR", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Danimer Scientific Inc - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00S4VMQT2", + "cik": "0001779020", + "lei": null + }, + { + "symbol": "DNMR+", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Danimer Scientific Inc - Warrants (08/05/2027)", + "date": "2021-01-24", + "type": "wt", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00V2ZSWS0", + "cik": "0001779020", + "lei": null + }, + { + "symbol": "DNN", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "Denison Mines Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5850355459362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000CX6DQ0", + "cik": "0001063259", + "lei": "529900JWGSW17LJK6586" + }, + { + "symbol": "DNOV", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "First Trust Exchange-Traded Fund VIII - FT Cboe Vest U.S. Equity Deep ", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4B5A51444D362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00QQFKQP3", + "cik": "0001667919", + "lei": null + }, + { + "symbol": "DNOW", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "NOW Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4647583856332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG005BLN209", + "cik": "0001599617", + "lei": "549300AVH5SOCFVVDW91" + }, + { + "symbol": "DNP", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "DNP Select Income Fund Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4B33384A4B462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BH8RD7", + "cik": "0000806628", + "lei": "549300WG166TLR8IP913" + }, + { + "symbol": "DOC", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Physicians Realty Trust", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4D515247325A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG004MF59H0", + "cik": "0001574540", + "lei": "549300ITOVH0OY7PZC34" + }, + { + "symbol": "DOCT", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "First Trust Exchange-Traded Fund VIII - FT Cboe Vest U.S. Equity Deep ", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5146484748482D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00XS5NL30", + "cik": "0001667919", + "lei": null + }, + { + "symbol": "DOCU", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "DocuSign Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5433385444372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000N7KJX8", + "cik": "0001261333", + "lei": "549300Q7PVDWRZ39JG09" + }, + { + "symbol": "DOG", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "ProShares Trust - ProShares Short Dow30", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5256394D4B562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000PNKZW6", + "cik": "0001174610", + "lei": null + }, + { + "symbol": "DOGZ", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Dogness (International) Corp - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_43354C51564C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00HSK5939", + "cik": "0001707303", + "lei": null + }, + { + "symbol": "DOL", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "WisdomTree Trust - WisdomTree International LargeCap Dividend Index", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_52424B38344A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BSW3R4", + "cik": "0001350487", + "lei": null + }, + { + "symbol": "DOMO", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Domo Inc. - Class B", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4E4A433647462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00L2NS0B7", + "cik": "0001505952", + "lei": "549300X57AGT5JULJ761" + }, + { + "symbol": "DON", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "WisdomTree Trust - WisdomTree U.S. MidCap Dividend Fund", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5258514637312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BSWGB2", + "cik": "0001350487", + "lei": null + }, + { + "symbol": "DOO", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "WisdomTree Trust - WisdomTree International Dividend Ex-Financials Fun", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_473030545A392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BT3GK2", + "cik": "0001350487", + "lei": null + }, + { + "symbol": "DOOO", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "BRP Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_57463557364E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG004TPGP47", + "cik": "0001748797", + "lei": "529900EPQGESIRCPY551" + }, + { + "symbol": "DOOR", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Masonite International Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4632483932392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000N35HC1", + "cik": "0000893691", + "lei": null + }, + { + "symbol": "DORM", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Dorman Products Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_544A4B4B34332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BM22F5", + "cik": "0000868780", + "lei": null + }, + { + "symbol": "DOV", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Dover Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_563735424B502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BHB3M6", + "cik": "0000029905", + "lei": "549300FMC2ALGA7N9E80" + }, + { + "symbol": "DOW", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Dow Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4337433954502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00BN96922", + "cik": "0001751788", + "lei": "5493003S21INSLK2IP73" + }, + { + "symbol": "DOX", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Amdocs Ltd", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_505453364B502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000C3MXG5", + "cik": "0001062579", + "lei": null + }, + { + "symbol": "DOYU", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "DouYu International Holdings Ltd - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_565A515A52312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00NZ6JPK9", + "cik": "0001762417", + "lei": "549300M2ADOHTIMACT54" + }, + { + "symbol": "DPG", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Duff & Phelps Utility and Infrastructure Fund Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_433730594E4B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG001KTQH41", + "cik": "0001515671", + "lei": null + }, + { + "symbol": "DPST", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Direxion Shares ETF Trust - Direxion Daily Regional Banks Bull 3X Shar", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_443756584A392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG009T0QND5", + "cik": "0001424958", + "lei": null + }, + { + "symbol": "DPW", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "Ault Global Holdings Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5432535743502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000HZ5070", + "cik": "0000896493", + "lei": "549300OXRKHU5GYA9Q74" + }, + { + "symbol": "DPZ", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Dominos Pizza Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4630355147302D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000P458P3", + "cik": "0001286681", + "lei": "5299004V0Y8MI5D9FF45" + }, + { + "symbol": "DQ", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Daqo New Energy Corp - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_52365A4A31512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000Q5T9W3", + "cik": "0001477641", + "lei": "529900711JBZ5O7VA827" + }, + { + "symbol": "DRAD", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Digirad Corp", + "date": "2021-01-04", + "type": "cs", + "iexId": "IEX_4E4B364B31482D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BVZVL8", + "cik": "0000707388", + "lei": "549300ZB8Z6KMJ4LVV61" + }, + { + "symbol": "DRADP", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Digirad Corp - 10% PRF PERPETUAL USD 10 - Ser A", + "date": "2021-01-04", + "type": "ps", + "iexId": "IEX_5747445333562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000707388", + "lei": "549300ZB8Z6KMJ4LVV61" + }, + { + "symbol": "DRD", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "DRDGold Ltd. - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_4C59324833312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BX8QF2", + "cik": "0001023512", + "lei": "529900Z0P3GRRN23MG34" + }, + { + "symbol": "DRE", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Duke Realty Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_444837574C4B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BHD8S7", + "cik": "0000783280", + "lei": null + }, + { + "symbol": "DRH", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Diamondrock Hospitality Co.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4832583947342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000JKHFP5", + "cik": "0001298946", + "lei": "529900KKD4BPVBUAQ734" + }, + { + "symbol": "DRH-A", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Diamondrock Hospitality Co. - 8.25% PRF PERPETUAL USD 25 - Ser A", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_563743464B532D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001298946", + "lei": "529900KKD4BPVBUAQ734" + }, + { + "symbol": "DRI", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Darden Restaurants, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_475253394C472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BBNYF6", + "cik": "0000940944", + "lei": "CY1NFSCCB5GUXC7WZC70" + }, + { + "symbol": "DRIO", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "DarioHealth Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4B46363747372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG003V5P7K2", + "cik": "0001533998", + "lei": null + }, + { + "symbol": "DRIOW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "DarioHealth Corp - Warrants (26/02/2021)", + "date": "2021-01-24", + "type": "wt", + "iexId": "IEX_533437445A332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00CBVYV51", + "cik": "0001533998", + "lei": null + }, + { + "symbol": "DRIP", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Direxion Shares ETF Trust - Direxion Daily S&P Oil & Gas Exp. & Prod. ", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4652474338522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0099SHQQ5", + "cik": "0001424958", + "lei": null + }, + { + "symbol": "DRIV", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Global X Funds - Global X Autonomous & Electric Vehicles ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_47334E4637482D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00KLHY7D7", + "cik": "0001432353", + "lei": null + }, + { + "symbol": "DRN", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Direxion Shares ETF Trust - Direxion Real Estate Bull 3x Shares", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5438513939592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000J9G9N7", + "cik": "0001424958", + "lei": null + }, + { + "symbol": "DRNA", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Dicerna Pharmaceuticals Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5135344753502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG001J1DB23", + "cik": "0001399529", + "lei": "549300CTZMJMPH28WN39" + }, + { + "symbol": "DRQ", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Dril-Quip, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5743365757442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BVDBY2", + "cik": "0001042893", + "lei": "5299007REICYIJNMW197" + }, + { + "symbol": "DRRX", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Durect Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_53485356315A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000D2WP45", + "cik": "0001082038", + "lei": "549300EW9IYW3V3QPJ86" + }, + { + "symbol": "DRSK", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "ETF Series Solutions Trust - Aptus Defined Risk ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5848534D50592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00LNDTGT1", + "cik": "0001540305", + "lei": null + }, + { + "symbol": "DRTT", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "DIRTT Environmental Solutions Ltd", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_583957504E332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG005XRM1Y8", + "cik": "0001340476", + "lei": null + }, + { + "symbol": "DRUA", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Dominion Energy Inc - 5.25% NT REDEEM 30/07/2076 USD 25", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_514B44594B572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000715957", + "lei": "ILUL7B6Z54MRYCF6H308" + }, + { + "symbol": "DRV", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Direxion Shares ETF Trust - Direxion Daily Real Estate Bear 3X Shares", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4D50303146302D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000NFSS08", + "cik": "0001424958", + "lei": null + }, + { + "symbol": "DRVN", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Driven Brands Holdings Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00YN8NCD6", + "cik": "0001804745", + "lei": null + }, + { + "symbol": "DRW", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "WisdomTree Trust - WisdomTree Global ex-US Real Estate Fund", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_464451534D382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000RDDFT2", + "cik": "0001350487", + "lei": null + }, + { + "symbol": "DS", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Drive Shack Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_504437595A372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BNFJF2", + "cik": "0001175483", + "lei": "549300BOELL93IDPTJ73" + }, + { + "symbol": "DS-B", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Drive Shack Inc - 9.75% PRF PERPETUAL USD 25 - Ser B", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_544846334A562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001175483", + "lei": "549300BOELL93IDPTJ73" + }, + { + "symbol": "DS-C", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Drive Shack Inc - 8.05% PRF PERPETUAL USD 25 - Ser C", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4448465A36382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001175483", + "lei": "549300BOELL93IDPTJ73" + }, + { + "symbol": "DS-D", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Drive Shack Inc - 8.375% PRF PERPETUAL USD 25 - Ser D", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_5051474B54432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001175483", + "lei": "549300BOELL93IDPTJ73" + }, + { + "symbol": "DSAC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Duddell Street Acquisition Corp - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_56364E5742462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00XRJ9FF7", + "cik": "0001823466", + "lei": "213800ES9QGPFJR85C09" + }, + { + "symbol": "DSACW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Duddell Street Acquisition Corp - Warrants (21/10/2025)", + "date": "2021-01-24", + "type": "wt", + "iexId": "IEX_58444E4252372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00YC6YVH4", + "cik": "0001823466", + "lei": "213800ES9QGPFJR85C09" + }, + { + "symbol": "DSE", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Duff & Phelps Select MLP and Midstream Energy Fund Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4E58445733322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG006Q4Z5Z1", + "cik": "0001603998", + "lei": null + }, + { + "symbol": "DSEP", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "First Trust Exchange-Traded Fund VIII - FT Cboe Vest U.S. Equity Deep ", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5431333157432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00X9DVMG9", + "cik": "0001667919", + "lei": null + }, + { + "symbol": "DSGX", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Descartes Systems Group Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_47535850314E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000CRQW34", + "cik": "0001050140", + "lei": "875500NEPA7JI5EOMN45" + }, + { + "symbol": "DSI", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "BlackRock Institutional Trust Company N.A. - BTC iShares MSCI KLD 400 ", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4D5A3335434E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000Q9BW99", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "DSJA", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "Innovator ETFs Trust - Innovator Double Stacker ETF - January", + "date": "2021-01-24", + "type": "et", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00YQ1HR42", + "cik": "0001415726", + "lei": null + }, + { + "symbol": "DSKE", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Daseke Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4E44325833372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG009NWXKB1", + "cik": "0001642453", + "lei": "549300CUSFIOX5Q3VA53" + }, + { + "symbol": "DSKEW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Daseke Inc - Warrants (31/07/2018)", + "date": "2021-01-24", + "type": "wt", + "iexId": "IEX_565458505A582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG009ZH0ML2", + "cik": "0001642453", + "lei": "549300CUSFIOX5Q3VA53" + }, + { + "symbol": "DSL", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Doubleline Income Solutions Fund", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4844505037302D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG003TXW753", + "cik": "0001566388", + "lei": "549300RGXFCKJWYUTL28" + }, + { + "symbol": "DSM", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "BNY Mellon Strategic Municipal Bond Fund Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4E535A474A4C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000C2NFP5", + "cik": "0000855887", + "lei": "54930044KK4C1VDJ7M52" + }, + { + "symbol": "DSOC", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "Innovator ETFs Trust - Innovator Double Stacker ETF - October", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4737355144532D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00XP78T93", + "cik": "0001415726", + "lei": null + }, + { + "symbol": "DSPG", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "DSP Group, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_51394E3148352D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BGMCG3", + "cik": "0000915778", + "lei": null + }, + { + "symbol": "DSS", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "Document Security Systems, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_43514A3339312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000K68DK4", + "cik": "0000771999", + "lei": null + }, + { + "symbol": "DSSI", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Diamond S Shipping Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5359303847522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00MP2D0P7", + "cik": "0001761940", + "lei": "254900BCR8UHAF3UO420" + }, + { + "symbol": "DSTL", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "ETF Series Solutions Trust - Distillate U.S. Fundamental Stability & V", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4B4C564259322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00MC56296", + "cik": "0001540305", + "lei": null + }, + { + "symbol": "DSTX", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "ETF Series Solutions Trust - Distillate International Fundamental Stab", + "date": "2021-01-24", + "type": "et", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00YJ721V0", + "cik": "0001540305", + "lei": null + }, + { + "symbol": "DSU", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "BlackRock Debt Strategies Fund, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_564E4D3448562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BQW8K4", + "cik": "0001051003", + "lei": "Y02PFSGMGNYKWM70AJ95" + }, + { + "symbol": "DSWL", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Deswell Industries, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_535357354E302D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000KCB2P6", + "cik": "0000946936", + "lei": "529900C4GZKVGSEF2O27" + }, + { + "symbol": "DSX", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Diana Shipping Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_474857474D502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BV1NV2", + "cik": "0001318885", + "lei": "549300XD7FHNJ0THIV12" + }, + { + "symbol": "DSX-B", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Diana Shipping Inc - 8.875% PRF PERPETUAL USD 25 - Ser B", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_54384A484D572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001318885", + "lei": "549300XD7FHNJ0THIV12" + }, + { + "symbol": "DT", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Dynatrace Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_58324E4B39582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00PNN7C40", + "cik": "0001773383", + "lei": null + }, + { + "symbol": "DTB", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "DTE Energy Co. - 4.375% DB REDEEM 15/10/2080 USD 25", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_474B434A52352D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000936340", + "lei": "549300IX8SD6XXD71I78" + }, + { + "symbol": "DTD", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "WisdomTree Trust - WisdomTree U.S. Total Dividend Fund", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_474C363031542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BSVPW0", + "cik": "0001350487", + "lei": null + }, + { + "symbol": "DTE", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "DTE Energy Co.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_57364E344A432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BB29X4", + "cik": "0000936340", + "lei": "549300IX8SD6XXD71I78" + }, + { + "symbol": "DTEA", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Davidstea Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_534A384236322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG008G2PBJ8", + "cik": "0001627606", + "lei": "549300BWGV3Z6SBKQB54" + }, + { + "symbol": "DTEC", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "ALPS Advisors Inc - ALPS Disruptive Technologies ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4A32523842592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00JM9V4M7", + "cik": "0001376113", + "lei": null + }, + { + "symbol": "DTF", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "DTF Tax-Free Income Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_43484B4B35522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BG2DH2", + "cik": "0000879535", + "lei": "549300UTPMUSB8BKGI82" + }, + { + "symbol": "DTH", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "WisdomTree Trust - WisdomTree International High Dividend Fund", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5830574B534E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BT6K66", + "cik": "0001350487", + "lei": null + }, + { + "symbol": "DTIL", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Precision Biosciences Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4E4436584E582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG008NSBPV3", + "cik": "0001357874", + "lei": "549300I5QGRS3BLHZH41" + }, + { + "symbol": "DTJ", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "DTE Energy Co. - 5.375% DB REDEEM 01/06/2076 USD 25", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_5653585431582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000936340", + "lei": "549300IX8SD6XXD71I78" + }, + { + "symbol": "DTLA-", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Brookfield Dtla Fund Office Trust Investor Inc - 7.625% PRF PERPETUAL ", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_48335A52374A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001575311", + "lei": null + }, + { + "symbol": "DTN", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "WisdomTree Trust - WisdomTree U.S. Dividend Ex-Financials Fund", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4C5043344D462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BT2NX4", + "cik": "0001350487", + "lei": null + }, + { + "symbol": "DTP", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "DTE Energy Co. - Units", + "date": "2021-01-24", + "type": null, + "iexId": "IEX_4353543053562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000936340", + "lei": "549300IX8SD6XXD71I78" + }, + { + "symbol": "DTSS", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Datasea Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_42544D5A56512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00B8TYJX8", + "cik": "0001631282", + "lei": "549300P9H0IKFTYMF560" + }, + { + "symbol": "DTW", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "DTE Energy Co. - 5.25% DB REDEEM 01/12/2077 USD 25", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4847394246332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000936340", + "lei": "549300IX8SD6XXD71I78" + }, + { + "symbol": "DTY", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "DTE Energy Co. - 6% DB REDEEM 15/12/2076 USD 25", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4D5236314A372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000936340", + "lei": "549300IX8SD6XXD71I78" + }, + { + "symbol": "DUAL", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Exchange Traded Concepts Trust - North Shore Dual Share Class ETF", + "date": "2020-12-30", + "type": "et", + "iexId": "IEX_56585954365A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00V5MYQQ4", + "cik": "0001452937", + "lei": "549300MLI82YH9HOGS11" + }, + { + "symbol": "DUC", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Duff & Phelps Utility & Corporate Bond Trust", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4447334730392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BGZQR6", + "cik": "0000894239", + "lei": null + }, + { + "symbol": "DUDE", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "Alpha Architect Etf Trust - Merlyn.AI SectorSurfer Momentum ETF", + "date": "2021-01-24", + "type": "et", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00YQ15MT9", + "cik": "0001592900", + "lei": null + }, + { + "symbol": "DUG", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "ProShares Trust - ProShares UltraShort Oil & Gas", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5835464B505A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000QXHGG7", + "cik": "0001174610", + "lei": null + }, + { + "symbol": "DUK", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Duke Energy Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4250524846302D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BHGDH5", + "cik": "0001326160", + "lei": "I1BZKREC126H0VB1BL91" + }, + { + "symbol": "DUK-A", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Duke Energy Corp. - 5.75% PRF PERPETUAL USD 25 - Ser A 1/1000th Int", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4A4B334D4D532D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001326160", + "lei": "I1BZKREC126H0VB1BL91" + }, + { + "symbol": "DUKB", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Duke Energy Corp. - 5.625% DB REDEEM 15/09/2078 USD 25", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4A4A545251472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001326160", + "lei": "I1BZKREC126H0VB1BL91" + }, + { + "symbol": "DUKH", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Duke Energy Corp. - 5.125% DB REDEEM 15/01/2073 USD 25", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_5042374B32542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001326160", + "lei": "I1BZKREC126H0VB1BL91" + }, + { + "symbol": "DUO", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Fangdd Network Group Ltd - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_4A42465730472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00QJ90L78", + "cik": "0001750593", + "lei": null + }, + { + "symbol": "DUOT", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Duos Technologies Group Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4846323736542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000D64596", + "cik": "0001396536", + "lei": null + }, + { + "symbol": "DURA", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "VanEck Vectors ETF Trust - VanEck Vectors Morningstar Durable Dividend", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5053345630592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00MF4XM92", + "cik": "0000869178", + "lei": null + }, + { + "symbol": "DUSA", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Davis Selected Advisers L.P - Davis Select U.S. Equity ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_50565935505A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00FNFQQC8", + "cik": "0001036325", + "lei": null + }, + { + "symbol": "DUSL", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Direxion Shares ETF Trust - Direxion Daily Industrials Bull 3X Shares", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4639424635582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00GM4DLD6", + "cik": "0001424958", + "lei": null + }, + { + "symbol": "DUST", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Direxion Shares ETF Trust - Direxion Daily Gold Miners Index Bear 2X S", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_51395A43385A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0019YYBZ3", + "cik": "0001424958", + "lei": null + }, + { + "symbol": "DVA", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "DaVita Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4651595737512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000MQ1SN9", + "cik": "0000927066", + "lei": "M2XHYMU3TZNEZURC6H66" + }, + { + "symbol": "DVAX", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Dynavax Technologies Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_53354B5A524D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BFX694", + "cik": "0001029142", + "lei": "549300T5URIXWDILX594" + }, + { + "symbol": "DVD", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Dover Motorsports Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4A4C4A3842362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000H3K6B6", + "cik": "0001017673", + "lei": null + }, + { + "symbol": "DVLU", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "First Trust Exchange-Traded Fund VI - First Trust Dorsey Wright Moment", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_584D444757532D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00LWSFJ62", + "cik": "0001552740", + "lei": null + }, + { + "symbol": "DVN", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Devon Energy Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_473857444D5A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BBVJZ8", + "cik": "0001090012", + "lei": "54930042348RKR3ZPN35" + }, + { + "symbol": "DVOL", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "First Trust Exchange-Traded Fund VI - First Trust Dorsey Wright Moment", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4835505834592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00LWSFTZ8", + "cik": "0001552740", + "lei": null + }, + { + "symbol": "DVY", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "BlackRock Institutional Trust Company N.A. - BTC iShares Select Divide", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4A30374739382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000C1L679", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "DVYA", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "BlackRock Institutional Trust Company N.A. - BTC iShares Asia/Pacific ", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4B4B59344D322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG002PHLXP7", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "DVYE", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "BlackRock Institutional Trust Company N.A. - BTC iShares Emerging Mark", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4C353339504C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG002PHMJ22", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "DWAS", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Invesco Capital Management LLC - Invesco DWA SmallCap Momentum ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4442484A4B382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0036PLQN5", + "cik": "0001224696", + "lei": null + }, + { + "symbol": "DWAT", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Arrow Investments Trust - Arrow Investments Trust Arrow DWA Tactical E", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5744523750422D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0077QBMS8", + "cik": "0001527428", + "lei": null + }, + { + "symbol": "DWAW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Advisorshares Trust - AdvisorShares Dorsey Wright FSM All Cap World ET", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4435325731352D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00R7V1R94", + "cik": "0001408970", + "lei": "549300JV5T62F5E7S151" + }, + { + "symbol": "DWCR", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Arrow Investments Trust - Arrow DWA Country Rotation ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5850355750582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00JM9PTB1", + "cik": "0001527428", + "lei": null + }, + { + "symbol": "DWEQ", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Advisorshares Trust - AdvisorShares Dorsey Wright Alpha Equal Weight E", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4452383133502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00R7V1ZR6", + "cik": "0001408970", + "lei": "549300JV5T62F5E7S151" + }, + { + "symbol": "DWFI", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "SPDR Series Trust - SPDR Dorsey Wright Fixed Income Allocation ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4744304D50562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00D0HBVG5", + "cik": "0001064642", + "lei": null + }, + { + "symbol": "DWIN=", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Delwinds Insurance Acquisition Corp - Units (1 Ord Share Class A & 1/2", + "date": "2021-01-24", + "type": null, + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00X9DYNX5", + "cik": "0001812360", + "lei": null + }, + { + "symbol": "DWLD", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Davis Selected Advisers L.P - Davis Select Worldwide ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5734464E464D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00FNFQTK3", + "cik": "0001036325", + "lei": null + }, + { + "symbol": "DWM", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "WisdomTree Trust - WisdomTree International Equity Fund", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4D384A3950592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BSYGZ4", + "cik": "0001350487", + "lei": null + }, + { + "symbol": "DWMC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Advisorshares Trust - AdvisorShares Dorsey Wright Micro-Cap ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4C56303630382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00LDFFXK4", + "cik": "0001408970", + "lei": "549300JV5T62F5E7S151" + }, + { + "symbol": "DWMF", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "WisdomTree Trust - WisdomTree International Multifactor ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4243583656352D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00LNNW5B8", + "cik": "0001350487", + "lei": null + }, + { + "symbol": "DWPP", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "First Trust Exchange-Traded Fund III - First Trust Dorsey Wright Peopl", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5734424251332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG003BPVSM5", + "cik": "0001424212", + "lei": null + }, + { + "symbol": "DWSH", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Advisorshares Trust - AdvisorShares Dorsey Wright Short ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4D46354332532D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00LDFG0W2", + "cik": "0001408970", + "lei": "549300JV5T62F5E7S151" + }, + { + "symbol": "DWSN", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Dawson Geophysical Company", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4D483246324B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BD1DT7", + "cik": "0000799165", + "lei": "549300R9G1EAMSMLXR09" + }, + { + "symbol": "DWUS", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Advisorshares Trust - AdvisorShares Dorsey Wright FSM US Core ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4C30524856422D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00R7V1JH3", + "cik": "0001408970", + "lei": "549300JV5T62F5E7S151" + }, + { + "symbol": "DWX", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "SSgA Active Trust - SSgA SPDR S&P International Dividend ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4444595059572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000VC0TD0", + "cik": "0001516212", + "lei": "549300PQC2CS3IA6B871" + }, + { + "symbol": "DX", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Dynex Capital, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4E56335731542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000FBJQM6", + "cik": "0000826675", + "lei": "5CIJ4S9HAEBWILA19B65" + }, + { + "symbol": "DX-B", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Dynex Capital, Inc. - 7.625% PRF PERPETUAL USD 25 - Ser B", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4633344E5A472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000826675", + "lei": "5CIJ4S9HAEBWILA19B65" + }, + { + "symbol": "DX-C", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Dynex Capital, Inc. - FXDFR PRF PERPETUAL USD 25 - Ser C", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_474C325748382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000826675", + "lei": "5CIJ4S9HAEBWILA19B65" + }, + { + "symbol": "DXC", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "DXC Technology Co", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_42345047464A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00FN64XT9", + "cik": "0001688568", + "lei": "549300DOVZ3EDJB7O259" + }, + { + "symbol": "DXCM", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Dexcom Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_424E4A424E362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000QTF8K1", + "cik": "0001093557", + "lei": "549300YSK3QDSFR5EU59" + }, + { + "symbol": "DXD", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "ProShares Trust - ProShares UltraShort Dow30", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4632484B47462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000PTJ1T4", + "cik": "0001174610", + "lei": null + }, + { + "symbol": "DXF", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "Dunxin Financial Holdings Limited. - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_56304D4A58482D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0018LQMW0", + "cik": "0001499494", + "lei": null + }, + { + "symbol": "DXGE", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "WisdomTree Trust - WisdomTree Germany Hedged Equity Fund", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4D444A4244482D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG005DZMD76", + "cik": "0001350487", + "lei": null + }, + { + "symbol": "DXJ", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "WisdomTree Trust - WisdomTree Japan Hedged Equity Fund", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4D56504753472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BT12H9", + "cik": "0001350487", + "lei": null + }, + { + "symbol": "DXJS", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "WisdomTree Trust - WisdomTree Japan Hedged SmallCap Equity Fund", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_505A3544424A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG004RS8MG6", + "cik": "0001350487", + "lei": null + }, + { + "symbol": "DXLG", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Destination XL Group Inc", + "date": "2020-12-22", + "type": "cs", + "iexId": "IEX_5334463951342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000JNS383", + "cik": "0000813298", + "lei": null + }, + { + "symbol": "DXPE", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "DXP Enterprises, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_51544B3357582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000HTY991", + "cik": "0001020710", + "lei": null + }, + { + "symbol": "DXR", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "Daxor Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4D33575259372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BHHF34", + "cik": "0000027367", + "lei": null + }, + { + "symbol": "DXYN", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Dixie Group Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_424753324E582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BHHTJ7", + "cik": "0000029332", + "lei": "549300MLTT5S33W3Q656" + }, + { + "symbol": "DY", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Dycom Industries, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_574337374A512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000C4SKT1", + "cik": "0000067215", + "lei": "549300F56EKTHQI3WT60" + }, + { + "symbol": "DYAI", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Dyadic International Inc., DE", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4E4E4C30384A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000L276R1", + "cik": "0001213809", + "lei": null + }, + { + "symbol": "DYFN", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Angel Oak Dynamic Financial Strategies Income Term Trust", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_545A3839475A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00VP29KL2", + "cik": "0001794287", + "lei": null + }, + { + "symbol": "DYHG", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Direxion Funds - Direxion Dynamic Hedge ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4E4456594C462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00VC9Q0K7", + "cik": "0001040587", + "lei": null + }, + { + "symbol": "DYN", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Dyne Therapeutics Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4A50364B4B522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00NSGPJD0", + "cik": "0001818794", + "lei": null + }, + { + "symbol": "DYNF", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "BlackRock ETF Trust - BlackRock U.S. Equity Factor Rotation ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_584B463050332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00NNWBVZ4", + "cik": "0001761055", + "lei": null + }, + { + "symbol": "DYNT", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Dynatronics Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4250524D50342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BHJCZ4", + "cik": "0000720875", + "lei": null + }, + { + "symbol": "DZSI", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "DZS Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5434333332462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BHDXR3", + "cik": "0001101680", + "lei": "549300JL6GXPZ9SNGD29" + }, + { + "symbol": "DZZ", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Deutsche Bank AG London - ZC SP ETN REDEEM 15/02/2038 USD 25 - 25154H7", + "date": "2021-01-24", + "type": "struct", + "iexId": "IEX_4648313047332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BVZYD1", + "cik": "0001167713", + "lei": "529900LKVNEX4SG4UD38" + }, + { + "symbol": "E", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Eni Spa - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_4B43434E4A332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BBPZZ9", + "cik": "0001002242", + "lei": "BUCRF72VH5RBN7X3VL35" + }, + { + "symbol": "EA", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Electronic Arts, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_544E5A3147362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BP0KQ8", + "cik": "0000712515", + "lei": "549300O7A67PUEYKDL45" + }, + { + "symbol": "EAD", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "Wells Fargo Income Opportunities Fund", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4E52544E365A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000LL9GC1", + "cik": "0001210123", + "lei": "5493001HF04TYQLWJP49" + }, + { + "symbol": "EAF", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "GrafTech International Ltd.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4A42584835472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00KDYT8C4", + "cik": "0000931148", + "lei": "549300GY32W00XP57351" + }, + { + "symbol": "EAGG", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "iShares Trust - iShares ESG Aware U.S. Aggregate Bond ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4B305035564B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00MC0NZP7", + "cik": "0001006249", + "lei": null + }, + { + "symbol": "EAI", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Entergy Arkansas LLC - 4.875% BD REDEEM 01/09/2066 USD 25", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_51595234484B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000007323", + "lei": null + }, + { + "symbol": "EAOA", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "iShares Trust - iShares ESG Aware Aggressive Allocation ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4C3232514C342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00VFL1SR6", + "cik": "0001006249", + "lei": null + }, + { + "symbol": "EAOK", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "iShares Trust - iShares ESG Aware Conservative Allocation ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4D384B3757362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00VFL18C6", + "cik": "0001006249", + "lei": null + }, + { + "symbol": "EAOM", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "iShares Trust - iShares ESG Aware Moderate Allocation ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_47303153344B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00VFL1J50", + "cik": "0001006249", + "lei": null + }, + { + "symbol": "EAOR", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "iShares Trust - iShares ESG Aware Growth Allocation ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4A425146474D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00VFL1MB6", + "cik": "0001006249", + "lei": null + }, + { + "symbol": "EAR", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Eargo Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_42353844584D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG009HSTZ10", + "cik": "0001719395", + "lei": null + }, + { + "symbol": "EARN", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Ellington Residential Mortgage REIT", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5243324E4C322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG004DFMB77", + "cik": "0001560672", + "lei": "549300KA3MR2ZCRGA787" + }, + { + "symbol": "EARS", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Auris Medical Holding Ltd", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_44593150334E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG006R5ZLT9", + "cik": "0001601936", + "lei": "549300JFK0RDL3EKDH83" + }, + { + "symbol": "EASG", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "DBX ETF Trust - Xtrackers MSCI EAFE ESG Leaders Equity ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4E58595A4E312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00LTQFL29", + "cik": "0001503123", + "lei": null + }, + { + "symbol": "EAST", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Eastside Distilling Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5138374B4C442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00282W8X3", + "cik": "0001534708", + "lei": null + }, + { + "symbol": "EAT", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Brinker International, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5650534E34332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BK28N7", + "cik": "0000703351", + "lei": "52990067JY6PBGJNTG76" + }, + { + "symbol": "EB", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Eventbrite Inc - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_58434C4C4B532D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG001PM3R08", + "cik": "0001475115", + "lei": "549300N6XBV2B1FAUF55" + }, + { + "symbol": "EBAY", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "EBay Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_573653584D562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000C43RR5", + "cik": "0001065088", + "lei": "OML71K8X303XQONU6T67" + }, + { + "symbol": "EBAYL", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ - ALL MARKETS", + "name": "EBay Inc. - 6% NT REDEEM 01/02/2056 USD 25", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4E4D374648302D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001065088", + "lei": "OML71K8X303XQONU6T67" + }, + { + "symbol": "EBC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Eastern Bankshares Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5639563554502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00W9KWXC4", + "cik": "0001810546", + "lei": "549300J245MBQU3DO403" + }, + { + "symbol": "EBF", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Ennis Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4D34564E5A392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BHJZF5", + "cik": "0000033002", + "lei": null + }, + { + "symbol": "EBIX", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Ebix Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5050433332302D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000DWJZM2", + "cik": "0000814549", + "lei": "549300DHXVZR5SW5QR44" + }, + { + "symbol": "EBIZ", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Global X Funds - Global X E-commerce ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4B544B384D422D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00MNPXTL7", + "cik": "0001432353", + "lei": null + }, + { + "symbol": "EBLU", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Tortoise Index Solutions - Ecofin Global Water ESG Fund", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4A564B5352582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00FYJCH33", + "cik": "0001650373", + "lei": null + }, + { + "symbol": "EBMT", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Eagle Bancorp Montana Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4D4B48354E512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BSHXP7", + "cik": "0001478454", + "lei": "549300P2SVRIY3YU1412" + }, + { + "symbol": "EBND", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "SPDR Series Trust - SPDR Bloomberg Barclays Emerging Markets Local Bon", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_46304C3643562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG001JZPCN0", + "cik": "0001064642", + "lei": null + }, + { + "symbol": "EBON", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Ebang International Holdings Inc - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4D46383946382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00TGMG413", + "cik": "0001799290", + "lei": null + }, + { + "symbol": "EBR", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Centrais Eletricas Brasileiras S.A. - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_424653344E572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BL5Q89", + "cik": "0000933400", + "lei": "254900I8KYDELP4B4Z08" + }, + { + "symbol": "EBR.B", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Centrais Eletricas Brasileiras S.A. - ADR - Pref. Shares - Class B", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_564C484331332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BL63W2", + "cik": "0000933400", + "lei": "254900I8KYDELP4B4Z08" + }, + { + "symbol": "EBS", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Emergent Biosolutions Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_514A4C3759342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000GW06J7", + "cik": "0001367644", + "lei": "549300YW6TUOX8BE5103" + }, + { + "symbol": "EBSB", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Meridian Bancorp Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4244503256312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000TGNSP8", + "cik": "0001600125", + "lei": null + }, + { + "symbol": "EBTC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Enterprise Bancorp, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_584433324B532D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BLT2T3", + "cik": "0001018399", + "lei": null + }, + { + "symbol": "EC", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Ecopetrol SA - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_4E39373133422D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000RJ1Y75", + "cik": "0001444406", + "lei": "254900IDGKCJICKBPA66" + }, + { + "symbol": "ECC", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Eagle Point Credit Company Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4E58534358522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG006XN8K06", + "cik": "0001604174", + "lei": "549300H82HTZTPXB6822" + }, + { + "symbol": "ECCB", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Eagle Point Credit Company Inc - 7.75% PRF PERPETUAL USD 25 - Ser B", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4C31593735322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001604174", + "lei": "549300H82HTZTPXB6822" + }, + { + "symbol": "ECCX", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Eagle Point Credit Company Inc - 6.6875% NT REDEEM 30/04/2028 USD 25", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4E54434A31462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001604174", + "lei": "549300H82HTZTPXB6822" + }, + { + "symbol": "ECF", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "Ellsworth Growth and Income Fund Ltd", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4235504239482D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BB2DB9", + "cik": "0000793040", + "lei": "549300GYFOXHCDQTI772" + }, + { + "symbol": "ECF-A", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "Ellsworth Growth and Income Fund Ltd - 5.25% PRF PERPETUAL USD 25 - Se", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_5747505443422D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000793040", + "lei": "549300GYFOXHCDQTI772" + }, + { + "symbol": "ECH", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "BlackRock Institutional Trust Company N.A. - iShares MSCI Chile ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_51595A384C522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000TVZM75", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "ECHO", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Echo Global Logistics Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_52584B59545A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000RFP8W6", + "cik": "0001426945", + "lei": "549300WRZ9Y84GWVYR04" + }, + { + "symbol": "ECL", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Ecolab, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_464A344A34432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BHKYH4", + "cik": "0000031462", + "lei": "82DYEISM090VG8LTLS26" + }, + { + "symbol": "ECLN", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "First Trust Exchange-Traded Fund IV - First Trust EIP Carbon Impact ET", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_524D395452312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00PZ234D5", + "cik": "0001517936", + "lei": null + }, + { + "symbol": "ECNS", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "BlackRock Institutional Trust Company N.A. - BTC iShares MSCI China Sm", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_56324C354B442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0016RMMX2", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "ECOL", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "US Ecology Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5444305654322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BHLDX1", + "cik": "0001783400", + "lei": null + }, + { + "symbol": "ECOLW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "US Ecology Inc. - Warrants (17/10/2023)", + "date": "2021-01-24", + "type": "wt", + "iexId": "IEX_47474A584D592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00QRFPX45", + "cik": "0001783400", + "lei": null + }, + { + "symbol": "ECOM", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "ChannelAdvisor Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_52565A5635582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000QM5H72", + "cik": "0001169652", + "lei": "549300KE5CWXBSGWXT83" + }, + { + "symbol": "ECON", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Columbia ETF Trust II - Columbia Emerging Markets Consumer ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4E4E4A57374C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0015YT5B2", + "cik": "0001523609", + "lei": null + }, + { + "symbol": "ECOR", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "ElectroCore Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5135445659512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG006R93N12", + "cik": "0001560258", + "lei": "5493005O3QC5QV2L2186" + }, + { + "symbol": "ECOW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Pacer Funds Trust - Pacer Emerging Markets Cash Cows 100 ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4B4B59574B392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00P1MK298", + "cik": "0001616668", + "lei": null + }, + { + "symbol": "ECOZ", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Listed Funds Trust - TrueShares ESG Active Opportunities ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4659563033332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00RYPVBT7", + "cik": "0001683471", + "lei": null + }, + { + "symbol": "ECPG", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Encore Capital Group, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4638315835352D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000F369C7", + "cik": "0001084961", + "lei": "5493000UVC6H49CIH830" + }, + { + "symbol": "ED", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Consolidated Edison, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_58304E344D502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BHLYS1", + "cik": "0001047862", + "lei": "54930033SBW53OO8T749" + }, + { + "symbol": "EDAP", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "EDAP TMS S.A. - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_4742353239362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000C2CL29", + "cik": "0001041934", + "lei": null + }, + { + "symbol": "EDC", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Direxion Shares ETF Trust - Direxion Daily Emerging Markets Bull 3X Sh", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5153395154302D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000H9W9L3", + "cik": "0001424958", + "lei": null + }, + { + "symbol": "EDD", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Morgan Stanley Emerging Markets Domestic Debt Fund Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5732374757332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000PY8K68", + "cik": "0001388141", + "lei": "541YGIXZ6JJP4EZDJI96" + }, + { + "symbol": "EDEN", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "BlackRock Institutional Trust Company N.A. - iShares MSCI Denmark ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5439484332442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG002DW4P82", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "EDF", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Stone Harbor Emerging Markets Income Fund", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_44374C534A352D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00162SCL6", + "cik": "0001501103", + "lei": "XXFOYQ5TGUGS75Z22C46" + }, + { + "symbol": "EDI", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Stone Harbor Emerging Markets Total Income Fund", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4A47305142442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0034WJ294", + "cik": "0001551040", + "lei": "PTMQB4SW61W2TB7LXK23" + }, + { + "symbol": "EDIT", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Editas Medicine Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4758323850522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG005MX5GZ2", + "cik": "0001650664", + "lei": "5299000AON4Q9NT2JE42" + }, + { + "symbol": "EDIV", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "SSgA Active Trust - SSgA SPDR S&P Emerging Markets Dividend ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4446463139422D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG001JZPDN8", + "cik": "0001516212", + "lei": "549300PQC2CS3IA6B871" + }, + { + "symbol": "EDN", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Empresa Distribuidora y Comercial Norte S.A. - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_4C3852304E432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000PMM892", + "cik": "0001395213", + "lei": "254900JU7TV6VS9GRW29" + }, + { + "symbol": "EDOC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Global X Funds - Global X Telemedicine & Digital Health ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_525650484C432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00WCNXFP8", + "cik": "0001432353", + "lei": null + }, + { + "symbol": "EDOG", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "ALPS Fund Services - ALPS Emerging Sector Dividend Dogs ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_514A4458374D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0067VP191", + "cik": "0001049169", + "lei": null + }, + { + "symbol": "EDOW", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "First Trust Exchange-Traded Fund III - First Trust Dow 30 Equal Weight", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_57464A4730362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00HDBJMZ6", + "cik": "0001424212", + "lei": null + }, + { + "symbol": "EDRY", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "EuroDry Ltd", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_57434859544B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00KVVTHD9", + "cik": "0001731388", + "lei": "2138009ZI9CWYLH7NQ53" + }, + { + "symbol": "EDSA", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Edesa Biotech Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4B33465351482D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000R0LC72", + "cik": "0001540159", + "lei": null + }, + { + "symbol": "EDTK", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Skillful Craftsman Education Technology Ltd", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_504A304B4C582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00TGJRR71", + "cik": "0001782309", + "lei": null + }, + { + "symbol": "EDU", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "New Oriental Education & Technology Group Inc. - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_424E51324C4C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000PTRRM5", + "cik": "0001372920", + "lei": "529900NHZVBZQZ8EKN29" + }, + { + "symbol": "EDUC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Educational Development Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4C5935584E382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BHN9B2", + "cik": "0000031667", + "lei": null + }, + { + "symbol": "EDUT", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Global X Funds - Global X Education ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4D32584A4E372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00VZRGYY4", + "cik": "0001432353", + "lei": null + }, + { + "symbol": "EDV", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Vanguard Group, Inc. - Vanguard Extended Duration Treasury ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_434A514D32512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000RRTPG6", + "cik": "0000102909", + "lei": "5493002789CX3L0CJP65" + }, + { + "symbol": "EDZ", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Direxion Shares ETF Trust - Direxion Daily MSCI Emerging Markets Bear ", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_534A5437314B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000HCPD17", + "cik": "0001424958", + "lei": null + }, + { + "symbol": "EEA", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "European Equity Fund Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5659545A50332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BK8WX7", + "cik": "0000791718", + "lei": "5493008XBHSH29XH9329" + }, + { + "symbol": "EEFT", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Euronet Worldwide Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_424C354347512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BMNBY1", + "cik": "0001029199", + "lei": "YG3575C4DSHJPA5KET68" + }, + { + "symbol": "EEH", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "AB Svensk Exportkredit - ZC SP ELMTS REDEEM 08/08/2022 USD 10", + "date": "2021-01-24", + "type": "struct", + "iexId": "IEX_4D36344659522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000RTMVG6", + "cik": "0000352960", + "lei": "1FOLRR5RWTWWI397R131" + }, + { + "symbol": "EELV", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Invesco Capital Management LLC - Invesco S&P Emerging Markets Low Vola", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5842444A474C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG002DJ8GK3", + "cik": "0001224696", + "lei": null + }, + { + "symbol": "EEM", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "BlackRock Institutional Trust Company N.A. - BTC iShares MSCI Emerging", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4B514C47574A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000M0P5L2", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "EEMA", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "BlackRock Institutional Trust Company N.A. - BTC iShares MSCI Emerging", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_434A465739442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG002MYG8C8", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "EEMD", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "ETF Series Solutions Trust - AAM S&P Emerging Markets High Dividend Va", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5136365246322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00JC12QF6", + "cik": "0001540305", + "lei": null + }, + { + "symbol": "EEMO", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Invesco Capital Management LLC - Invesco S&P Emerging Markets Momentum", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5752374344322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG002PL3XQ7", + "cik": "0001224696", + "lei": null + }, + { + "symbol": "EEMS", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "BlackRock Institutional Trust Company N.A. - BTC iShares MSCI Emerging", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_47365A4B4A572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000G4SNJ2", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "EEMV", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "BlackRock Institutional Trust Company N.A. - BTC iShares MSCI Emerging", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5044535743372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0025X3F19", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "EEMX", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "SSgA Active Trust - SPDR MSCI Emerging Markets Fossil Fuel Reserves Fr", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4853464642522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00F161LM9", + "cik": "0001516212", + "lei": "549300PQC2CS3IA6B871" + }, + { + "symbol": "EES", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "WisdomTree Trust - WisdomTree U.S. SmallCap Fund", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_575636534A502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000R1R061", + "cik": "0001350487", + "lei": null + }, + { + "symbol": "EET", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "ProShares Trust - ProShares Ultra MSCI Emerging Markets", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_504E354A46542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000JYPCT9", + "cik": "0001174610", + "lei": null + }, + { + "symbol": "EEV", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "ProShares Trust - ProShares UltraShort MSCI Emerging Markets", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_47354D3551332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000TSCZZ7", + "cik": "0001174610", + "lei": null + }, + { + "symbol": "EEX", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Emerald Holding Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5739315752352D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00GCTWVH5", + "cik": "0001579214", + "lei": null + }, + { + "symbol": "EFA", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "BlackRock Institutional Trust Company N.A. - BTC iShares MSCI EAFE ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5839575646522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000D2KQ55", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "EFAD", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "ProShares Trust - ProShares MSCI EAFE Dividend Growers ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_54544C4A52482D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0070HRTT2", + "cik": "0001174610", + "lei": null + }, + { + "symbol": "EFAS", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Global X Funds - Global X MSCI SuperDividend EAFE ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4D38384C4A372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00F9533B3", + "cik": "0001432353", + "lei": null + }, + { + "symbol": "EFAV", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "BlackRock Institutional Trust Company N.A. - BTC iShares MSCI EAFE Min", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4E37474B36362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0025X2VX0", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "EFAX", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "SSgA Active Trust - SPDR MSCI EAFE Fossil Fuel Reserves Free ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_424858594D332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00F161GN9", + "cik": "0001516212", + "lei": "549300PQC2CS3IA6B871" + }, + { + "symbol": "EFC", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Ellington Financial Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5144303258562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000M1K955", + "cik": "0001411342", + "lei": "60GS1D1R1YY5G1W7IT74" + }, + { + "symbol": "EFC-A", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Ellington Financial Inc - FXDFR PRF PERPETUAL USD 25 - Ser A", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_5153393830502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001411342", + "lei": "60GS1D1R1YY5G1W7IT74" + }, + { + "symbol": "EFF", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Eaton Vance Floating-Rate Income Plus Fund", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_425A444E58512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG004MB8MR6", + "cik": "0001573698", + "lei": "549300FS3DS8EW3OQA12" + }, + { + "symbol": "EFG", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "BlackRock Institutional Trust Company N.A. - BTC iShares MSCI EAFE Gro", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_47594A3351422D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000HF82Y7", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "EFIV", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "SPDR Series Trust - SPDR S&P 500 ESG ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4A43584834442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00W7DVDD6", + "cik": "0001064642", + "lei": null + }, + { + "symbol": "EFL", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Eaton Vance Floating-Rate 2022 Target Term Trust", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_534E3737534C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00H457NF2", + "cik": "0001701167", + "lei": null + }, + { + "symbol": "EFNL", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "BlackRock Institutional Trust Company N.A. - iShares MSCI Finland ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4A54315651422D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG002DMMDD5", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "EFO", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "ProShares Trust - ProShares Ultra MSCI EAFE", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5658503035472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000JYMP40", + "cik": "0001174610", + "lei": null + }, + { + "symbol": "EFOI", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ - ALL MARKETS", + "name": "Energy Focus Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5631395339392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BTLBB3", + "cik": "0000924168", + "lei": "549300WYLQHXWY3CWZ38" + }, + { + "symbol": "EFR", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Eaton Vance Senior Floating-Rate Trust", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4446334759372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000PYB9D1", + "cik": "0001258623", + "lei": "VJXUJZ1EC079NQ236240" + }, + { + "symbol": "EFSC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Enterprise Financial Services Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4E36595A43472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000DZN289", + "cik": "0001025835", + "lei": "5493001XTU5DLD632129" + }, + { + "symbol": "EFT", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Eaton Vance Floating-Rate Income Trust", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5642474E51512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000Q1L8V3", + "cik": "0001288992", + "lei": "HQOIMOIFYDO5NKVU2640" + }, + { + "symbol": "EFU", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "ProShares Trust - ProShares UltraShort MSCI EAFE", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4B43444430582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000TQWVY9", + "cik": "0001174610", + "lei": null + }, + { + "symbol": "EFV", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "BlackRock Institutional Trust Company N.A. - BTC iShares MSCI EAFE Val", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5844365047352D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000GLBJK9", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "EFX", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Equifax, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_504E33375A4B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BHPL78", + "cik": "0000033185", + "lei": "5493004MCF8JDC86VS77" + }, + { + "symbol": "EFZ", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "ProShares Trust - ProShares Short MSCI EAFE", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4638373747392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000TQWJD9", + "cik": "0001174610", + "lei": null + }, + { + "symbol": "EGAN", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "eGain Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4B475330465A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000C03573", + "cik": "0001066194", + "lei": null + }, + { + "symbol": "EGBN", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Eagle Bancorp Inc (MD)", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5253325A4E462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000C3HB24", + "cik": "0001050441", + "lei": "549300B47NZODRMG3D47" + }, + { + "symbol": "EGF", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "BlackRock Enhanced Government Fund Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_474E464D57352D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000HZ1GZ8", + "cik": "0001336050", + "lei": "NL5N0CUZJSJCO40JHD64" + }, + { + "symbol": "EGHT", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "8X8 Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_564E4D4B39372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BCGHH7", + "cik": "0001023731", + "lei": "254900XWSOC5U1BRW939" + }, + { + "symbol": "EGIS", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "2nd Vote Funds - 2ndVote Society Defended ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_534D544A33372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00Y6T6B95", + "cik": null, + "lei": null + }, + { + "symbol": "EGLE", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Eagle Bulk Shipping Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4B48564433392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000FWGL44", + "cik": "0001322439", + "lei": "549300EC4INNZBWR8W37" + }, + { + "symbol": "EGO", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Eldorado Gold Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_525848394E432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BN7277", + "cik": "0000918608", + "lei": "5493004PWQ01YDD1IH62" + }, + { + "symbol": "EGOV", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "NIC Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4E4E4C4B42312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BVL497", + "cik": "0001065332", + "lei": "529900B18T4Q37BZ0F35" + }, + { + "symbol": "EGP", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Eastgroup Properties, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4E444C56584C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BHRBT4", + "cik": "0000049600", + "lei": "31TIGQQZC4P6JMHKSW85" + }, + { + "symbol": "EGPT", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "VanEck Vectors ETF Trust - VanEck Vectors Egypt Index ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4B4D444734512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BH9KP8", + "cik": "0000869178", + "lei": null + }, + { + "symbol": "EGRX", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Eagle Pharmaceuticals Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_47594756544E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG005Y3XWH9", + "cik": "0000827871", + "lei": "549300TN20OLYTJVP152" + }, + { + "symbol": "EGY", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "VAALCO Energy, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5653364653392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BTBH21", + "cik": "0000894627", + "lei": "549300CFHFVIWB8M6T24" + }, + { + "symbol": "EH", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "EHang Holdings Ltd - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_4E3450344A372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00QRFRQC9", + "cik": "0001759783", + "lei": null + }, + { + "symbol": "EHC", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Encompass Health Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_46344E56544C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BGBRG2", + "cik": "0000785161", + "lei": "549300FVRPM9DRQZRG64" + }, + { + "symbol": "EHI", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Western Asset Global High Income Fund Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4D43504D36362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000PQ4YV1", + "cik": "0001228509", + "lei": "549300JWVV1XIQ66WD13" + }, + { + "symbol": "EHT", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Eaton Vance 2021 Target Term Trust", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4852344634392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00CSJHDK2", + "cik": "0001665817", + "lei": "549300UCLNDOWY2KTO74" + }, + { + "symbol": "EHTH", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "eHealth Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_464B38434D322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000P5JQX6", + "cik": "0001333493", + "lei": "5299003O8Y5OKXUZQ421" + }, + { + "symbol": "EIC", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Eagle Point Income Company Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_523538324A5A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00LFV6BR8", + "cik": "0001745808", + "lei": null + }, + { + "symbol": "EIDO", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "BlackRock Institutional Trust Company N.A. - BTC iShares MSCI Indonesi", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_534D345448502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000QVL5M3", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "EIDX", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Eidos Therapeutics Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4248365347462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00KJQGPM0", + "cik": "0001731831", + "lei": "549300VGYGU07QRG6271" + }, + { + "symbol": "EIG", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Employers Holdings Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4B32383758322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000DJX7Q3", + "cik": "0001379041", + "lei": null + }, + { + "symbol": "EIGI", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Endurance International Group Holdings Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5848374D53482D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00580BTR4", + "cik": "0001237746", + "lei": "549300UTQC2651SB0W88" + }, + { + "symbol": "EIGR", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Eiger BioPharmaceuticals Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_42354B374E542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0026ZCTG7", + "cik": "0001305253", + "lei": "549300GO4VMIHDKJNU46" + }, + { + "symbol": "EIM", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "Eaton Vance Municipal Bond Fund", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_503332324D572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BD7C95", + "cik": "0001176984", + "lei": "5493006Q4EBOXVQBQD12" + }, + { + "symbol": "EINC", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "VanEck Vectors ETF Trust - VanEck Vectors Energy Income ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4B33303957512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG002QM2M43", + "cik": "0000869178", + "lei": null + }, + { + "symbol": "EIRL", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "BlackRock Institutional Trust Company N.A. - iShares MSCI Ireland ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5436395A4C362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000QVLXY9", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "EIS", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "BlackRock Institutional Trust Company N.A. - iShares MSCI Israel ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4D58565747562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000VDCB71", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "EIX", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Edison International", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4E5A4D5630352D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000D7RKJ5", + "cik": "0000827052", + "lei": "549300I7ROF15MAEVP56" + }, + { + "symbol": "EJAN", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Innovator ETFs Trust - Innovator MSCI Emerging Markets Power Buffer ET", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4D353333444A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00R878PT1", + "cik": "0001415726", + "lei": null + }, + { + "symbol": "EJUL", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Innovator ETFs Trust - Innovator MSCI Emerging Markets Power Buffer ET", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5831485434432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00PLZ0LP9", + "cik": "0001415726", + "lei": null + }, + { + "symbol": "EKAR", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Exchange Traded Concepts Trust - Capital Link NextGen Vehicles & Techn", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_46394D51544A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00K1XVKP5", + "cik": "0001452937", + "lei": "549300MLI82YH9HOGS11" + }, + { + "symbol": "EKSO", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Ekso Bionics Holdings Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4E4C583243592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG002Z0NKK4", + "cik": "0001549084", + "lei": "549300KPH77IVQVN2I21" + }, + { + "symbol": "EL", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Estee Lauder Cos., Inc. - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4B464D4D5A532D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000FKJRC5", + "cik": "0001001250", + "lei": "549300VFZ8XJ9NUPU221" + }, + { + "symbol": "ELA", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "Envela Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_524B375835442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000G9WBK0", + "cik": "0000701719", + "lei": null + }, + { + "symbol": "ELAN", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Elanco Animal Health Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_513551354C422D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00LJYS1P8", + "cik": "0001739104", + "lei": "549300SHPNDCE059M934" + }, + { + "symbol": "ELAT", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Elanco Animal Health Inc - Units ( Purchase Contract & Senior Amortizi", + "date": "2021-01-24", + "type": null, + "iexId": "IEX_5050425A36382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001739104", + "lei": "549300SHPNDCE059M934" + }, + { + "symbol": "ELC", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Entergy Louisiana LLC - 4.875% BD REDEEM 01/09/2066 USD 25", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_5738514A5A462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001348952", + "lei": "0V5453U14HDZO63CGH17" + }, + { + "symbol": "ELD", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "WisdomTree Trust - WisdomTree Emerging Market Local Debt Fund", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5350464B46322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0014GXD84", + "cik": "0001350487", + "lei": null + }, + { + "symbol": "ELDN", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Eledon Pharmaceuticals Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00241S542", + "cik": "0001404281", + "lei": "549300S17CAM13O43606" + }, + { + "symbol": "ELF", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "e.l.f. Beauty Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5647585A34342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00DQ6VYP3", + "cik": "0001600033", + "lei": "549300U2K9TCON25C029" + }, + { + "symbol": "ELJ", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Entergy Louisiana LLC - 5.25% BD REDEEM 01/07/2052 USD 25", + "date": "2020-12-16", + "type": "ps", + "iexId": "IEX_5044583448362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001348952", + "lei": "0V5453U14HDZO63CGH17" + }, + { + "symbol": "ELLO", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "Ellomay Capital Ltd", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4B4A583753342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000KCX1K9", + "cik": "0000946394", + "lei": "254900FHSYEEYLHR7Y05" + }, + { + "symbol": "ELMD", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "Electromed Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_50524C5230482D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000QN5ZH9", + "cik": "0001488917", + "lei": null + }, + { + "symbol": "ELOX", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Eloxx Pharmaceuticals Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_534E433039472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BGGWS3", + "cik": "0001035354", + "lei": "549300UB28QGWJMFFA11" + }, + { + "symbol": "ELP", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Cia Paranaense De Energia Copel - ADR (Pref. Shares - Class B)", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_4D47335854572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BHMXD8", + "cik": "0001041792", + "lei": "2549001AS1I9A71VG663" + }, + { + "symbol": "ELS", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Equity Lifestyle Properties Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_50474B4436382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BB7SX7", + "cik": "0000895417", + "lei": "529900PEQG66LENB6798" + }, + { + "symbol": "ELSE", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Electro-Sensors, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4659534E34472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BHTPS2", + "cik": "0000351789", + "lei": null + }, + { + "symbol": "ELTK", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Eltek Ltd", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_534D3151474E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000KDCGQ1", + "cik": "0001024672", + "lei": null + }, + { + "symbol": "ELU", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Entergy Louisiana LLC - 4.70% BD REDEEM 01/06/2063 USD 25", + "date": "2020-12-16", + "type": "ps", + "iexId": "IEX_4B5A3559334E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001348952", + "lei": "0V5453U14HDZO63CGH17" + }, + { + "symbol": "ELVT", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Elevate Credit Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_484B475057382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG006YJ6M39", + "cik": "0001651094", + "lei": "5493005YGC28MJELZ875" + }, + { + "symbol": "ELY", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Callaway Golf Co.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4E31385136312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000CPCVY1", + "cik": "0000837465", + "lei": "5493005UB0KFRKBPCU72" + }, + { + "symbol": "ELYS", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Elys Game Technology Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5748575A4C4B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BB7S49", + "cik": "0001080319", + "lei": "549300XZ6QXEL8JT4136" + }, + { + "symbol": "EMAG", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "VanEck Vectors ETF Trust - VanEck Vectors Emerging Markets Aggregate B", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_51374C314B372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG001PB53V9", + "cik": "0000869178", + "lei": null + }, + { + "symbol": "EMAN", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "EMagin Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_44425138444C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000DNYVN3", + "cik": "0001046995", + "lei": "549300R8UNKOGQA16N82" + }, + { + "symbol": "EMB", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "BlackRock Institutional Trust Company N.A. - BTC iShares J.P. Morgan U", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_56445642425A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000NXKWH0", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "EMBD", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Global X Funds - Global X Emerging Markets Bond ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4A46324346592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00V6QGVM7", + "cik": "0001432353", + "lei": null + }, + { + "symbol": "EMBH", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "BlackRock Institutional Trust Company N.A. - BTC iShares Interest Rate", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_464C5A4233382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG009NH8H47", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "EMCB", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "WisdomTree Trust - WisdomTree Emerging Markets Corporate Bond Fund", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_54585339484B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG002QBHCV3", + "cik": "0001350487", + "lei": null + }, + { + "symbol": "EMCF", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Emclaire Financial Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_584C563030562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BMLR50", + "cik": "0000858800", + "lei": null + }, + { + "symbol": "EMD", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Western Asset Emerging Markets Debt Fund Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_50364C59345A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BVBQD4", + "cik": "0001227862", + "lei": "549300F68574RU1BKP84" + }, + { + "symbol": "EMDV", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "ProShares Trust - ProShares MSCI Emerging Markets Dividend Growers ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4335375151332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00C0B4YQ1", + "cik": "0001174610", + "lei": null + }, + { + "symbol": "EME", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Emcor Group, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4E58485838392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BBRPL4", + "cik": "0000105634", + "lei": "529900X0SQJB2J7YDU43" + }, + { + "symbol": "EMF", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Templeton Emerging Markets Fund", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4A4B375057322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BHWFQ2", + "cik": "0000809708", + "lei": "CZCIR4LW4R7Y5KBS5R36" + }, + { + "symbol": "EMFM", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Global X Funds - Global X MSCI Next Emerging & Frontier ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5750385051352D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG005K1D2F8", + "cik": "0001432353", + "lei": null + }, + { + "symbol": "EMGF", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "BlackRock Institutional Trust Company N.A. - BTC iShares MSCI Emerging", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4E4E343544312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00BM64QM1", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "EMHY", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "BlackRock Institutional Trust Company N.A. - BTC iShares J.P. Morgan E", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_525A4844314D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG002VCZQ17", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "EMIF", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "BlackRock Institutional Trust Company N.A. - BTC iShares Emerging Mark", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5638385A53422D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000G4XV35", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "EMKR", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Emcore Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5654353952422D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BMQS80", + "cik": "0000808326", + "lei": "529900B9OHDEWU534K08" + }, + { + "symbol": "EML", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Eastern Co.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_505A474447592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BHWVB3", + "cik": "0000031107", + "lei": "5493005F8SU7UCM5D285" + }, + { + "symbol": "EMLC", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "VanEck Vectors ETF Trust - VanEck Vectors J.P. Morgan EM Local Currenc", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_56394A4734462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BF8YP3", + "cik": "0000869178", + "lei": null + }, + { + "symbol": "EMLP", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "First Trust Exchange-Traded Fund III - First Trust North American Ener", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_463342394B4C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0034YTQY8", + "cik": "0001424212", + "lei": null + }, + { + "symbol": "EMMF", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "WisdomTree Trust - WisdomTree Emerging Markets Multifactor ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_52304D4651392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00LNNW350", + "cik": "0001350487", + "lei": null + }, + { + "symbol": "EMN", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Eastman Chemical Co", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4751475135432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BLW530", + "cik": "0000915389", + "lei": "FDPVHDGJ1IQZFK9KH630" + }, + { + "symbol": "EMNT", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Pimco Exchange Traded Fund - PIMCO Enhanced Short Maturity Active ESG ", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5653385143502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00QQFDT39", + "cik": "0001450011", + "lei": null + }, + { + "symbol": "EMO", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "ClearBridge Energy Midstream Opportunity Fund Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_575A5642464A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG001M6WF64", + "cik": "0001517518", + "lei": "549300U6RAJWN6OONX12" + }, + { + "symbol": "EMP", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Entergy Utility Enterprises Inc - 4.90% BD REDEEM 01/10/2066 USD 25", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4E30594842322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": null, + "lei": null + }, + { + "symbol": "EMPW", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Empower Ltd - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4332524630392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00Y3N2SC4", + "cik": "0001822928", + "lei": null + }, + { + "symbol": "EMPW+", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Empower Ltd - Warrants (30/11/2027)", + "date": "2021-01-24", + "type": "wt", + "iexId": "IEX_5450533958352D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00Y7BV1L3", + "cik": "0001822928", + "lei": null + }, + { + "symbol": "EMPW=", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Empower Ltd - Units (1 Ord Share Class A & 1/3 War)", + "date": "2021-01-24", + "type": null, + "iexId": "IEX_4A34365931442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00XH5MQ78", + "cik": "0001822928", + "lei": null + }, + { + "symbol": "EMQQ", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Exchange Traded Concepts Trust - ETCT EMQQ The Emerging Markets Intern", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5748325159432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG007J2YCX9", + "cik": "0001452937", + "lei": "549300MLI82YH9HOGS11" + }, + { + "symbol": "EMR", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Emerson Electric Co.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4447323751352D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BHX7N2", + "cik": "0000032604", + "lei": "FGLT0EWZSUIRRITFOA30" + }, + { + "symbol": "EMSG", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "DBX ETF Trust - Xtrackers MSCI Emerging Markets ESG Leaders Equity ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_434E505042522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00MQCZG93", + "cik": "0001503123", + "lei": null + }, + { + "symbol": "EMSH", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "ProShares Trust - ProShares Short Term USD Emerging Markets Bond ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4430365457422D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG005M8D975", + "cik": "0001174610", + "lei": null + }, + { + "symbol": "EMTL", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "SSgA Active Trust - SPDR DoubleLine Emerging Markets Fixed Income ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4E524E5958362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00CNV8TD3", + "cik": "0001516212", + "lei": "549300PQC2CS3IA6B871" + }, + { + "symbol": "EMTY", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "ProShares Trust - ProShares Decline of the Retail Store ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_42393554575A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00J7QR8C3", + "cik": "0001174610", + "lei": null + }, + { + "symbol": "EMX", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "EMX Royalty Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4D5058355A392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000DJMYQ6", + "cik": "0001285786", + "lei": "5299009B3YOKQ9FW5S21" + }, + { + "symbol": "EMXC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "BlackRock Institutional Trust Company N.A. - IShares MSCI Emerging Mar", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5747535432342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00H5VLMJ6", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "EMXF", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "iShares Trust - iShares ESG Advanced MSCI EM ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4B59303942432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00XR16BC1", + "cik": "0001006249", + "lei": null + }, + { + "symbol": "ENB", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Enbridge Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5437433454382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000K5M1S8", + "cik": "0000895728", + "lei": "98TPTUM4IVMFCZBCUR27" + }, + { + "symbol": "ENBA", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Enbridge Inc - FXDFR NT REDEEM 15/04/2078 USD 25", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_5132313534422D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000895728", + "lei": "98TPTUM4IVMFCZBCUR27" + }, + { + "symbol": "ENBL", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Enable Midstream Partners LP - Unit", + "date": "2021-01-24", + "type": null, + "iexId": "IEX_4D4E574353592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0036FB0H2", + "cik": "0001591763", + "lei": "549300TLGDBYE711G509" + }, + { + "symbol": "ENDP", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Endo International plc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5630354C35382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000C0HQ54", + "cik": "0001593034", + "lei": null + }, + { + "symbol": "ENFR", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "ALPS Fund Services - ALPS Alerian Energy Infrastructure ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_51424A5043382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG005HVCXT4", + "cik": "0001049169", + "lei": null + }, + { + "symbol": "ENG", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Englobal Corporation", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5756325051562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BJ11V7", + "cik": "0000933738", + "lei": null + }, + { + "symbol": "ENIA", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Enel Americas SA - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_563457324E542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BHB541", + "cik": "0000912505", + "lei": "549300LKH11TFCJLZK20" + }, + { + "symbol": "ENIC", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Enel Chile S.A. - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_574A4C3651332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00CMP4ZT0", + "cik": "0001659939", + "lei": "549300YM5CWCAUVOPB53" + }, + { + "symbol": "ENJ", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Entergy New Orleans Inc - 5% BD REDEEM 01/12/2052 USD 25", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4330324C5A482D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000071508", + "lei": "1Q8BAFRNDFTDI3IGJH73" + }, + { + "symbol": "ENLC", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Enlink Midstream LLC - Unit", + "date": "2021-01-24", + "type": null, + "iexId": "IEX_4B4344364B4D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000F2SFN9", + "cik": "0001592000", + "lei": "54930000GY1H533OBE23" + }, + { + "symbol": "ENLV", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Enlivex Therapeutics Ltd", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5739344346472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG005ZL1Z86", + "cik": "0001596812", + "lei": "549300BG1T7KL678Y212" + }, + { + "symbol": "ENO", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Entergy New Orleans Inc - 5.50% BD REDEEM 01/04/2066 USD 25", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4A5A564A58472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000071508", + "lei": "1Q8BAFRNDFTDI3IGJH73" + }, + { + "symbol": "ENOB", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Enochian Biosciences Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4E3738524A342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0060CNMG8", + "cik": "0001527728", + "lei": null + }, + { + "symbol": "ENOR", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "BlackRock Institutional Trust Company N.A. - iShares MSCI Norway ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4A3657504D542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG002DMLTJ5", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "ENPC", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Executive Network Partnering Corporation - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5254503147512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00X7CBZB1", + "cik": "0001816261", + "lei": null + }, + { + "symbol": "ENPC+", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Executive Network Partnering Corporation - Warrants(25/09/2028)", + "date": "2021-01-24", + "type": "wt", + "iexId": "IEX_4A474C5051432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00Y1G2NR6", + "cik": "0001816261", + "lei": null + }, + { + "symbol": "ENPC=", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Executive Network Partnering Corporation - Units (1 Ord Class A & 1/4 ", + "date": "2021-01-24", + "type": null, + "iexId": "IEX_5054353953362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00XCCTMP0", + "cik": "0001816261", + "lei": null + }, + { + "symbol": "ENPH", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Enphase Energy Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_54584E354D502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG001R3MNY9", + "cik": "0001463101", + "lei": "5493008U7KIGMI59Z314" + }, + { + "symbol": "ENR", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Energizer Holdings Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_47394A324E592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG006FCB019", + "cik": "0001632790", + "lei": "5493000D6NN0V57UME20" + }, + { + "symbol": "ENR-A", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Energizer Holdings Inc - 7.50% PRF CONVERT 15/01/2022 USD 100 - Ser A", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4853324343482D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001632790", + "lei": "5493000D6NN0V57UME20" + }, + { + "symbol": "ENS", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Enersys", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_505837374C312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000PWTD92", + "cik": "0001289308", + "lei": "7ZS3DE5PN30BYUJFWP05" + }, + { + "symbol": "ENSG", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Ensign Group Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4333333544382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000K1T9L0", + "cik": "0001125376", + "lei": "5493003K4HEEA8Q0BC72" + }, + { + "symbol": "ENSV", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "Enservco Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_51435852424A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000DBNN59", + "cik": "0000319458", + "lei": "549300WG7L7HUSMVC188" + }, + { + "symbol": "ENTA", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Enanta Pharmaceuticals Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_43574A3843542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG001V9NSB4", + "cik": "0001177648", + "lei": "529900SSN4DODDQSN594" + }, + { + "symbol": "ENTG", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Entegris Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_424344354C472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000CTV4N4", + "cik": "0001101302", + "lei": "IYX6OWO7BT5DKO3BYG52" + }, + { + "symbol": "ENTR", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Entrepreneurshares Series Trust - ERShares Entrepreneur 30 ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_54374B5637362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00J5HT1Q3", + "cik": "0001495922", + "lei": null + }, + { + "symbol": "ENTX", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Entera Bio Ltd", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_524B4A595A462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000R1K184", + "cik": "0001638097", + "lei": "549300C3XPVV86UK2O23" + }, + { + "symbol": "ENTXW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Entera Bio Ltd - Warrants (27/06/2023)", + "date": "2021-01-24", + "type": "wt", + "iexId": "IEX_5453565036322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00L9H91C1", + "cik": "0001638097", + "lei": "549300C3XPVV86UK2O23" + }, + { + "symbol": "ENV", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Envestnet Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4A394B474D4D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000Q4NZ54", + "cik": "0001337619", + "lei": "549300HLWZ5OKIDM8737" + }, + { + "symbol": "ENVA", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Enova International Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5342375850342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0022PSJ14", + "cik": "0001529864", + "lei": "549300O8XOCQSB49UO63" + }, + { + "symbol": "ENVB", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Enveric Biosciences Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BBQ281", + "cik": "0000890821", + "lei": "549300CATCWKUQ6G5854" + }, + { + "symbol": "ENX", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "Eaton Vance New York Municipal Bond Fund", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4E525A5056512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000NSTZG6", + "cik": "0001177162", + "lei": "5493003LD9U89XVQ7W91" + }, + { + "symbol": "ENZ", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Enzo Biochem, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5659504D43302D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BHY9Q4", + "cik": "0000316253", + "lei": "5299001N23WBO4XQ2P60" + }, + { + "symbol": "ENZL", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "BlackRock Institutional Trust Company N.A. - iShares MSCI New Zealand ", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_53303037444D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0015M9W30", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "EOD", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Wells Fargo Global Dividend Opportunity Fund", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4337574630382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000CRHXK3", + "cik": "0001386067", + "lei": "5493000KZPDD7O5F1562" + }, + { + "symbol": "EOG", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "EOG Resources, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5148425856352D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BZ9223", + "cik": "0000821189", + "lei": "XWTZDRYZPBUHIQBKDB46" + }, + { + "symbol": "EOI", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Eaton Vance Enhanced Equity Income Fund", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5038595636442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BH97J4", + "cik": "0001300391", + "lei": "5493006SDQPRW4FOOW97" + }, + { + "symbol": "EOLS", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Evolus Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4459385147352D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG005CX4HK8", + "cik": "0001570562", + "lei": "549300VYQRYBQOT8V419" + }, + { + "symbol": "EOS", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Eaton Vance Enhanced Equity Income Fund II", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4B4B304A30362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000QR2TF9", + "cik": "0001308335", + "lei": "549300N6ZBLPLGA31U67" + }, + { + "symbol": "EOSE", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Eos Energy Enterprises Inc - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_425858384E442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00V1KJ6F5", + "cik": "0001805077", + "lei": null + }, + { + "symbol": "EOSEW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Eos Energy Enterprises Inc - Warrants (06/05/2026)", + "date": "2021-01-24", + "type": "wt", + "iexId": "IEX_524D524844472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00V5MVWM8", + "cik": "0001805077", + "lei": null + }, + { + "symbol": "EOT", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Eaton Vance National Municipal Opportunities Trust", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4E4656444A572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000D5LLH5", + "cik": "0001454741", + "lei": "54930084Z1GHZMB5XL81" + }, + { + "symbol": "EPAC", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Enerpac Tool Group Corp - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_474234514D572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000B9WX45", + "cik": "0000006955", + "lei": "IZW37BPZKUJE1QXGB081" + }, + { + "symbol": "EPAM", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "EPAM Systems Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_50544D4D56442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000MHTV89", + "cik": "0001352010", + "lei": "549300XCR4R530HJP604" + }, + { + "symbol": "EPAY", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Bottomline Technologies (Delaware) Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4454475259592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BRNH31", + "cik": "0001073349", + "lei": "OJ3Q4KYIXDSSGURLMT36" + }, + { + "symbol": "EPC", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Edgewell Personal Care Co", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_515A325436592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BRW644", + "cik": "0001096752", + "lei": "549300CY8QZDL4Z3RU59" + }, + { + "symbol": "EPD", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Enterprise Products Partners L P - Unit", + "date": "2021-01-24", + "type": null, + "iexId": "IEX_4652595846562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BR3012", + "cik": "0001061219", + "lei": "K4CDIF4M54DJZ6TB4Q48" + }, + { + "symbol": "EPHE", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "BlackRock Institutional Trust Company N.A. - BTC iShares MSCI Philippi", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_514B4C3632392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0016RN6D8", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "EPI", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "WisdomTree Trust - WisdomTree India Earnings Fund", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4B32394436382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000VC1C55", + "cik": "0001350487", + "lei": null + }, + { + "symbol": "EPIX", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Essa Pharma Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4A35394437352D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0088NJ8D1", + "cik": "0001633932", + "lei": null + }, + { + "symbol": "EPM", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "Evolution Petroleum Corporation", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4744393748392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000C15T59", + "cik": "0001006655", + "lei": "549300P9ZXGJZ6SSM116" + }, + { + "symbol": "EPOL", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "BlackRock Institutional Trust Company N.A. - iShares MSCI Poland ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_424C46534E522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000QYG6S5", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "EPP", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "BlackRock Institutional Trust Company N.A. - BTC iShares MSCI Pacific ", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4846325638382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BJ1XP4", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "EPR", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "EPR Properties", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_46574438384E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BSZYR3", + "cik": "0001045450", + "lei": "549300YSSXFHMPOWZ492" + }, + { + "symbol": "EPR-C", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "EPR Properties - 5.75% PRF PERPETUAL USD 25 - Ser C", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_5251583546572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001045450", + "lei": "549300YSSXFHMPOWZ492" + }, + { + "symbol": "EPR-E", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "EPR Properties - 9% PRF PERPETUAL USD 25 - Ser E", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4346473039432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001045450", + "lei": "549300YSSXFHMPOWZ492" + }, + { + "symbol": "EPR-G", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "EPR Properties - 5.75% PRF PERPETUAL USD 25 - Ser G", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4E50534639392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001045450", + "lei": "549300YSSXFHMPOWZ492" + }, + { + "symbol": "EPRF", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "Innovator ETFs Trust II - Innovator S&P Investment Grade Preferred ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_505752364A4B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00CXM70V6", + "cik": "0001595128", + "lei": null + }, + { + "symbol": "EPRT", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Essential Properties Realty Trust Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_48354B33334B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00L17LGJ7", + "cik": "0001728951", + "lei": null + }, + { + "symbol": "EPS", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "WisdomTree Trust - WisdomTree U.S. LargeCap Fund", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5252314D5A322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000R1PCX7", + "cik": "0001350487", + "lei": null + }, + { + "symbol": "EPSN", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Epsilon Energy Ltd", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4239383658502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BHJM37", + "cik": "0001726126", + "lei": null + }, + { + "symbol": "EPU", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "BlackRock Institutional Trust Company N.A. - iShares MSCI Peru ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_534447534E442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000MF3YP6", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "EPV", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "ProShares Trust - ProShares UltraShort FTSE Europe", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_423144384E522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000MKHDC0", + "cik": "0001174610", + "lei": null + }, + { + "symbol": "EPWR=", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Empowerment & Inclusion Capital I Corp - Units (1 Ord Class A & 1/2 Wa", + "date": "2021-01-24", + "type": null, + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00YN8KYM1", + "cik": "0001825720", + "lei": null + }, + { + "symbol": "EPWRU", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Empowerment & Inclusion Capital I Corp - Units (1 Ord Class A & 1/2 Wa", + "date": "2021-01-08", + "type": null, + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001825720", + "lei": null + }, + { + "symbol": "EPZM", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Epizyme Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4B37425247312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000R60CT8", + "cik": "0001571498", + "lei": "549300TNFWF88O4U4605" + }, + { + "symbol": "EQ", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Equillium Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4242563551312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00LSL8C10", + "cik": "0001746466", + "lei": "549300OC7SSPSNNGHE64" + }, + { + "symbol": "EQAL", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Invesco Capital Management LLC - Invesco Russell 1000 Equal Weight ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_46384D3347542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG007RBRVZ4", + "cik": "0001224696", + "lei": null + }, + { + "symbol": "EQBK", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Equity Bancshares Inc - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_535854304D5A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000QKJS40", + "cik": "0001227500", + "lei": "549300BPQ2EJNU4WF694" + }, + { + "symbol": "EQC", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Equity Commonwealth", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4B47534435422D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BLG1L7", + "cik": "0000803649", + "lei": "549300YPGVU9PR4L0606" + }, + { + "symbol": "EQC-D", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Equity Commonwealth - 6.50% PRF PERPETUAL USD 25 - Ser D", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4E30333548522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000803649", + "lei": "549300YPGVU9PR4L0606" + }, + { + "symbol": "EQD", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Equity Distribution Acquisition Corp - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5144483453332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00Y1DGLR2", + "cik": "0001818221", + "lei": null + }, + { + "symbol": "EQD+", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Equity Distribution Acquisition Corp - Warrants (09/09/2025)", + "date": "2021-01-24", + "type": "wt", + "iexId": "IEX_5635425053532D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00Y1G2ZN3", + "cik": "0001818221", + "lei": null + }, + { + "symbol": "EQD=", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Equity Distribution Acquisition Corp - Units (1 Ord Share Class A & 1/", + "date": "2021-01-24", + "type": null, + "iexId": "IEX_58444A5636322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00X0VP224", + "cik": "0001818221", + "lei": null + }, + { + "symbol": "EQH", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Equitable Holdings Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_564B484753532D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00J7CBVW8", + "cik": "0001333986", + "lei": "549300FIBAKMNHPZ4009" + }, + { + "symbol": "EQH-A", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Equitable Holdings Inc - 5.25% PRF PERPETUAL USD 25 - 1/1000th Int Ser", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_545A383638572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001333986", + "lei": "549300FIBAKMNHPZ4009" + }, + { + "symbol": "EQH-C", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Equitable Holdings Inc - 4.30% PRF PERPETUAL USD 25 - 1/1000th Int Ser", + "date": "2021-01-24", + "type": "ps", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001333986", + "lei": "549300FIBAKMNHPZ4009" + }, + { + "symbol": "EQIX", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Equinix Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_56393937374A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000MBDGM6", + "cik": "0001101239", + "lei": null + }, + { + "symbol": "EQL", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "ALPS Fund Services - ALPS Equal Sector Weight ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4D4C4C4837312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000N8Y785", + "cik": "0001049169", + "lei": null + }, + { + "symbol": "EQNR", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Equinor ASA - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_4336474B43332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000NT0ZZ4", + "cik": "0001140625", + "lei": "OW6OFBNCKXC4US5C7523" + }, + { + "symbol": "EQOP", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Natixis ETF Trust II - Natixis U.S. Equity Opportunities ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_46593647514E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00X71PKR6", + "cik": "0001728860", + "lei": null + }, + { + "symbol": "EQOS", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Diginex Limited", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4D3832574D572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00QZ8KHD2", + "cik": "0001790515", + "lei": "5493009DH71HU1X5Q161" + }, + { + "symbol": "EQOSW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Diginex Limited - Warrants (30/09/2025)", + "date": "2021-01-24", + "type": "wt", + "iexId": "IEX_4E46463653582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00R021637", + "cik": "0001790515", + "lei": "5493009DH71HU1X5Q161" + }, + { + "symbol": "EQR", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Equity Residential Properties Trust", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_514A395150342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BG8M31", + "cik": "0000906107", + "lei": "5493008RACSH5EP3PI59" + }, + { + "symbol": "EQRR", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "ProShares Trust - ProShares Equities for Rising Rates ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5759445056352D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00H4371J1", + "cik": "0001174610", + "lei": null + }, + { + "symbol": "EQS", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Equus Total Return Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5448385134512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000CWM7W0", + "cik": "0000878932", + "lei": null + }, + { + "symbol": "EQT", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "EQT Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4A46573953332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BHZ5J9", + "cik": "0000033213", + "lei": "4NT01YGM4X7ZX86ISY52" + }, + { + "symbol": "EQWL", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Invesco Capital Management LLC - Invesco Russell Top 200 Equal Weight ", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4B4757514A472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000QDSHZ6", + "cik": "0001224696", + "lei": null + }, + { + "symbol": "EQX", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "Equinox Gold Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4247503432352D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG004XB7MN9", + "cik": "0001756607", + "lei": "5493005IN4V1SNP9PN75" + }, + { + "symbol": "ERC", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "Wells Fargo Multi-Sector Income Fund", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4232465248332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000PMWRY1", + "cik": "0001227073", + "lei": "549300K6JNPNZMSWMF07" + }, + { + "symbol": "ERES", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "East Resources Acquisition Co - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_424D565831442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00VY1KB95", + "cik": "0001814287", + "lei": null + }, + { + "symbol": "ERESW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "East Resources Acquisition Co - Warrants (01/07/2027)", + "date": "2021-01-24", + "type": "wt", + "iexId": "IEX_4432344D334E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00X8S1470", + "cik": "0001814287", + "lei": null + }, + { + "symbol": "ERF", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Enerplus Corporation", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4239374742562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000N0G2Z3", + "cik": "0001126874", + "lei": "549300OEXJU0X6FYBQ42" + }, + { + "symbol": "ERH", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "Wells Fargo Utilities and High Income Fund", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_434A51594C582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000N6X575", + "cik": "0001279014", + "lei": null + }, + { + "symbol": "ERIC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Telefonaktiebolaget L M Ericsson - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_4358355238572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BB0QF8", + "cik": "0001061262", + "lei": "549300W9JLPW15XIFM52" + }, + { + "symbol": "ERIE", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Erie Indemnity Co. - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_51565132474E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BBTJZ1", + "cik": "0000922621", + "lei": "549300WA5KP94KRUFZ80" + }, + { + "symbol": "ERII", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Energy Recovery Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5734444856342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000VFBBC1", + "cik": "0001421517", + "lei": "549300ZEQL52Z525WJ22" + }, + { + "symbol": "ERJ", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Embraer S.A. - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_4256353157352D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BG3TV0", + "cik": "0001355444", + "lei": "549300EM51WYXFHUY333" + }, + { + "symbol": "ERM", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "First Trust Exchange-Traded Fund III - EquityCompass Risk Manager ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_46475A30304D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00GFCD2H4", + "cik": "0001424212", + "lei": null + }, + { + "symbol": "ERSX", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Entrepreneurshares Series Trust - ERShares Non-US Small Cap ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_584A304650422D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00MXRGVL6", + "cik": "0001495922", + "lei": null + }, + { + "symbol": "ERUS", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "BlackRock Institutional Trust Company N.A. - iShares MSCI Russia ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5243535450512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0018BZBD7", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "ERX", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Direxion Shares ETF Trust - Direxion Daily Energy Bull 2X Shares", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_464758464D522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000JLH8F0", + "cik": "0001424958", + "lei": null + }, + { + "symbol": "ERY", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Direxion Shares ETF Trust - Direxion Daily Energy Bear 2X Shares", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_445752384B372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000JLLQ38", + "cik": "0001424958", + "lei": null + }, + { + "symbol": "ERYP", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Erytech Pharma - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_4D56513552522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG007V968N1", + "cik": "0001624422", + "lei": "969500U8ZZCODU8A9374" + }, + { + "symbol": "ES", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Eversource Energy", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4D564B5A33352D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BQ87N0", + "cik": "0000072741", + "lei": "SJ7XXD41SQU3ZNWUJ746" + }, + { + "symbol": "ESBA", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Empire State Realty OP LP - Unit - Ser ES", + "date": "2021-01-24", + "type": null, + "iexId": "IEX_4A5A564332542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG004M284K3", + "cik": "0001553079", + "lei": "549300JHBOF3KL3CI814" + }, + { + "symbol": "ESBK", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Elmira Savings Bank Elmira NY", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5844343856582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BJ03Z0", + "cik": "0000877808", + "lei": "549300D2T1KWYCTPUZ21" + }, + { + "symbol": "ESCA", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Escalade, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_564D4A3859322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BJ0H70", + "cik": "0000033488", + "lei": null + }, + { + "symbol": "ESCR", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "DBX ETF Trust - Xtrackers Bloomberg Barclays US Investment Grade Corpo", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4D4846584D5A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0086BGGY1", + "cik": "0001503123", + "lei": null + }, + { + "symbol": "ESE", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Esco Technologies, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_504E363852442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000C4S3P3", + "cik": "0000866706", + "lei": "5493007JJLP5MEWVDH10" + }, + { + "symbol": "ESEA", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Euroseas Ltd", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4433594737502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000C9GH56", + "cik": "0001341170", + "lei": "213800ADWWZOFC9KU444" + }, + { + "symbol": "ESEB", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "DBX ETF Trust - Xtrackers J.P. Morgan ESG Emerging Markets Sovereign E", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_53525944434D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0086BGYB7", + "cik": "0001503123", + "lei": null + }, + { + "symbol": "ESG", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "FlexShares Trust - FlexShares STOXX US ESG Impact Index Fund", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4E4C333543312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00DB0LJG6", + "cik": "0001256909", + "lei": null + }, + { + "symbol": "ESGA", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "American Century ETF Trust - American Century Sustainable Equity ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4B4C434743592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00W0JV9Q5", + "cik": "0001710607", + "lei": null + }, + { + "symbol": "ESGC", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Eros STX Global Corporation - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_43524D4653382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000VRD3T3", + "cik": "0001532981", + "lei": "254900397NMORQEIZA86" + }, + { + "symbol": "ESGD", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "iShares Trust - iShares Trust iShares ESG Aware MSCI EAFE ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5151584D32312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00D7BBRR8", + "cik": "0001006249", + "lei": null + }, + { + "symbol": "ESGE", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "iShares Trust - iShare Inc iShares ESG Aware MSCI EM ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_52423253344B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00D7BDH61", + "cik": "0001006249", + "lei": null + }, + { + "symbol": "ESGG", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "FlexShares Trust - FlexShares STOXX Global ESG Impact Index Fund", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_50353842464B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00D9WQB08", + "cik": "0001256909", + "lei": null + }, + { + "symbol": "ESGN", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Columbia ETF Trust I - Columbia Sustainable International Equity Incom", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5233383346582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00D2R0GZ5", + "cik": "0001551950", + "lei": null + }, + { + "symbol": "ESGR", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Enstar Group Limited", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_47504C5356332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000NQKP71", + "cik": "0001363829", + "lei": "213800AMAL5QFXVUCN04" + }, + { + "symbol": "ESGRO", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Enstar Group Limited - 7% PRF PERPETUAL USD 25 - Ser E 1/1000 th Int", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4E39575230352D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001363829", + "lei": "213800AMAL5QFXVUCN04" + }, + { + "symbol": "ESGRP", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Enstar Group Limited - FXDFR PRF PERPETUAL USD 25 - Ser D 1/1000th int", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_5039355944512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001363829", + "lei": "213800AMAL5QFXVUCN04" + }, + { + "symbol": "ESGS", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Columbia ETF Trust I - Columbia Sustainable U.S. Equity Income ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_514A325943442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00D2R0FX9", + "cik": "0001551950", + "lei": null + }, + { + "symbol": "ESGU", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "iShares Trust - iShares Trust iShares ESG Aware MSCI USA ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4350383243592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00FFPFT13", + "cik": "0001006249", + "lei": null + }, + { + "symbol": "ESGV", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "Vanguard Group, Inc. - Vanguard ESG U.S. Stock ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5743584446332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00M0P2RX7", + "cik": "0000102909", + "lei": "5493002789CX3L0CJP65" + }, + { + "symbol": "ESHY", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "DBX ETF Trust - Xtrackers J.P. Morgan ESG USD High Yield Corporate Bon", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_464D533854542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0086BG290", + "cik": "0001503123", + "lei": null + }, + { + "symbol": "ESI", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Element Solutions Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5057564D47352D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG005C4XHR3", + "cik": "0001590714", + "lei": "549300FLGN6P5CU20J91" + }, + { + "symbol": "ESLT", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Elbit Systems Ltd.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5147364837582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000CRN4P5", + "cik": "0001027664", + "lei": "529900Q9CB1REUMZSS32" + }, + { + "symbol": "ESML", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "BlackRock Institutional Trust Company N.A. - iShares ESG Aware MSCI US", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5151475044572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00KK876G7", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "ESNG", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Direxion Funds - Direxion MSCI USA ESG - Leaders vs. Laggards ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4739305446482D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00RJW5X65", + "cik": "0001040587", + "lei": null + }, + { + "symbol": "ESNT", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Essent Group Ltd", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4657333838432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0058YL7G9", + "cik": "0001448893", + "lei": "254900QUO860OUT6ZF83" + }, + { + "symbol": "ESP", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "Espey Manufacturing & Electronics Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5832593157372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BJ2HP8", + "cik": "0000033533", + "lei": null + }, + { + "symbol": "ESPO", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "VanEck Vectors ETF Trust - VanEck Vectors Video Gaming and eSports ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_57564C4638342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00M8CX9N5", + "cik": "0000869178", + "lei": null + }, + { + "symbol": "ESPR", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Esperion Therapeutics Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5237523735572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG004KB3S72", + "cik": "0001434868", + "lei": "549300OFU56UKEWVUS92" + }, + { + "symbol": "ESQ", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Esquire Financial Holdings Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5638345442592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG003BCFHX4", + "cik": "0001531031", + "lei": null + }, + { + "symbol": "ESRT", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Empire State Realty Trust Inc - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5735433539572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG002N8HMW0", + "cik": "0001541401", + "lei": "549300VOKY1DUEQSB456" + }, + { + "symbol": "ESS", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Essex Property Trust, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5839513348432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000CGJMB9", + "cik": "0000920522", + "lei": "549300TR2H2VEFX0NC60" + }, + { + "symbol": "ESSA", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "ESSA Bancorp Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_535844354A392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000R3PVY0", + "cik": "0001382230", + "lei": null + }, + { + "symbol": "ESSC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "East Stone Acquisition Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5354583154392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00RFFB891", + "cik": "0001760683", + "lei": null + }, + { + "symbol": "ESSCR", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "East Stone Acquisition Corp - Tradeable Rights - Mar 2020", + "date": "2021-01-24", + "type": null, + "iexId": "IEX_5256385238442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00SJ5C2D4", + "cik": "0001760683", + "lei": null + }, + { + "symbol": "ESSCW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "East Stone Acquisition Corp - Warrants (31/12/2026)", + "date": "2021-01-24", + "type": "wt", + "iexId": "IEX_5759465756302D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00SJ5Y3B0", + "cik": "0001760683", + "lei": null + }, + { + "symbol": "ESTA", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Establishment Labs Holdings Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_524B485152442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00L8R3CR6", + "cik": "0001688757", + "lei": "549300BCBQ714JNJ7V58" + }, + { + "symbol": "ESTC", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Elastic N.V", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4D32314837302D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00LWZDYB9", + "cik": "0001707753", + "lei": null + }, + { + "symbol": "ESTE", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Earthstone Energy Inc - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4B344C4448532D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BDS5Z8", + "cik": "0000010254", + "lei": "54930081UTV7CK45XG14" + }, + { + "symbol": "ESXB", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Community Bankers Trust Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_46584D3142332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000C4Q6J5", + "cik": "0001323648", + "lei": "549300FKOFQ1R5SK6I07" + }, + { + "symbol": "ET", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Energy Transfer LP - Unit", + "date": "2021-01-24", + "type": null, + "iexId": "IEX_4439525436592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BM2FL9", + "cik": "0001276187", + "lei": "MTLVN9N7JE8MIBIJ1H73" + }, + { + "symbol": "ETAC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "E.Merge Technology Acquisition Corp - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_575133544D532D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00WH47LW3", + "cik": "0001814728", + "lei": null + }, + { + "symbol": "ETACW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "E.Merge Technology Acquisition Corp - Warrants (30/07/2025)", + "date": "2021-01-24", + "type": "wt", + "iexId": "IEX_445257344B4D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00XDJ5684", + "cik": "0001814728", + "lei": null + }, + { + "symbol": "ETB", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Eaton Vance Tax-Managed Buy-Write Income Fund", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4759485738332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BLQY16", + "cik": "0001308927", + "lei": "549300PR0H5PW7NXEV58" + }, + { + "symbol": "ETG", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Eaton Vance Tax-Advantaged Global Dividend Income Fund", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4C59365135302D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000JSBCL5", + "cik": "0001270523", + "lei": "549300P9NBK8GZ8QI277" + }, + { + "symbol": "ETH", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Ethan Allen Interiors, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_564B375038542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BBVDT8", + "cik": "0000896156", + "lei": null + }, + { + "symbol": "ETHO", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "ETF Managers Group LLC - FA Etho Climate Leadership U.S. ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4E48463531342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00BDQVV37", + "cik": "0001645173", + "lei": null + }, + { + "symbol": "ETI-", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Entergy Texas, Inc. - 5.375% PRF PERPETUAL USD 25 - Ser A", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_5444544846562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001427437", + "lei": "LWXX58X12AJXISQ28573" + }, + { + "symbol": "ETJ", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Eaton Vance Risk-Managed Diversified Equity Income Fund", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4D30395344362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000RRLKJ2", + "cik": "0001395325", + "lei": "549300Y73VZSKBZ38790" + }, + { + "symbol": "ETM", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Entercom Communications Corp - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5338564230512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000C55NZ0", + "cik": "0001067837", + "lei": null + }, + { + "symbol": "ETN", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Eaton Corporation plc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_535A4A4C354D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BJ3PD2", + "cik": "0001551182", + "lei": "549300VDIGTMXUNT7H71" + }, + { + "symbol": "ETNB", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "89bio Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4230354246382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00QKDZ8J5", + "cik": "0001785173", + "lei": null + }, + { + "symbol": "ETO", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Eaton Vance Tax-Advantaged Global Dividend Opportunities Fund", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_564A335454332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000LYY7Z0", + "cik": "0001281926", + "lei": "549300FJ9E7XXCLZCB95" + }, + { + "symbol": "ETON", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Eton Pharmaceuticals Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_504D5232354C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00H0KCMV1", + "cik": "0001710340", + "lei": null + }, + { + "symbol": "ETP-C", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Energy Transfer Operating L.P - FXDFR PRF PERPETUAL USD 25 - Ser C", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_5337313136462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001161154", + "lei": "5493008K8W3OKZE54J59" + }, + { + "symbol": "ETP-D", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Energy Transfer Operating L.P - FXDFR PRF PERPETUAL USD 25 - Ser D", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_5052573039532D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001161154", + "lei": "5493008K8W3OKZE54J59" + }, + { + "symbol": "ETP-E", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Energy Transfer Operating L.P - FXDFR PRF PERPETUAL USD 25 - Ser E", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_434B4C594D532D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001161154", + "lei": "5493008K8W3OKZE54J59" + }, + { + "symbol": "ETR", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Entergy Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_524B385A36442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000C1FQS9", + "cik": "0000065984", + "lei": "4XM3TW50JULSLG8BNC79" + }, + { + "symbol": "ETRN", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Equitrans Midstream Corporation", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5152594247512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00K53L394", + "cik": "0001747009", + "lei": "549300RH0NLJNZ5SXU64" + }, + { + "symbol": "ETSY", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Etsy Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5056425958562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000N7MXL8", + "cik": "0001370637", + "lei": "54930089Q7XT501AEA40" + }, + { + "symbol": "ETTX", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Entasis Therapeutics Holdings Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5646444A4B4A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00LQM98Y2", + "cik": "0001724344", + "lei": null + }, + { + "symbol": "ETV", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Eaton Vance Tax-Managed Buy-Write Opportunities Fund", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5230394730382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000CVVDD0", + "cik": "0001322436", + "lei": "549300K03NZO4ZHC3H11" + }, + { + "symbol": "ETW", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Eaton Vance Tax-Managed Global Buy-Write Opportunities Fund", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4E564230534C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BQJ0Y1", + "cik": "0001322435", + "lei": "549300YMO6N2TLCMXO54" + }, + { + "symbol": "ETX", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Eaton Vance Municipal Income 2028 Term Trust", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4648473347462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG003PQCQ52", + "cik": "0001563696", + "lei": "549300MBQTU3LRVTCH04" + }, + { + "symbol": "ETY", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Eaton Vance Tax-Managed Diversified Equity Income Fund", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4D544B43564A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000Q8GZ26", + "cik": "0001340736", + "lei": "549300DUVXIBXV9JBP20" + }, + { + "symbol": "EUCG", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "Tidal ETF Trust - Euclid Capital Growth ETF", + "date": "2021-01-24", + "type": "et", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00YQ7WXZ5", + "cik": "0001742912", + "lei": null + }, + { + "symbol": "EUCR", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Eucrates Biomedical Acquisition Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00XVBK3S9", + "cik": "0001822929", + "lei": null + }, + { + "symbol": "EUCRW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Eucrates Biomedical Acquisition Corp - Warrants (23/10/2027)", + "date": "2021-01-24", + "type": "wt", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00YNJGHN8", + "cik": "0001822929", + "lei": null + }, + { + "symbol": "EUDG", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "WisdomTree Trust - WisdomTree Europe Quality Dividend Growth Fund", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4D33573546392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG006G0HQG5", + "cik": "0001350487", + "lei": null + }, + { + "symbol": "EUDV", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "ProShares Trust - ProShares MSCI Europe Dividend Growers ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5658305435302D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG009Z1BM26", + "cik": "0001174610", + "lei": null + }, + { + "symbol": "EUFN", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "BlackRock Institutional Trust Company N.A. - BTC iShares MSCI Europe F", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_504E394353462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000Q6VJG4", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "EUFX", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "ProShares Trust - ProShares Short Euro", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4653583333372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00356CP50", + "cik": "0001174610", + "lei": null + }, + { + "symbol": "EUM", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "ProShares Trust - ProShares Short MSCI Emerging Markets", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4B504D3536362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000TSD7D2", + "cik": "0001174610", + "lei": null + }, + { + "symbol": "EUO", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "ProShares Trust - ProShares UltraShort Euro", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_52434D38364D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000CT5J69", + "cik": "0001174610", + "lei": null + }, + { + "symbol": "EURL", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Direxion Shares ETF Trust - Direxion Daily FTSE Europe Bull 3x Shares", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5056583758322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG005VPQG31", + "cik": "0001424958", + "lei": null + }, + { + "symbol": "EURZ", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "DBX ETF Trust - X trackers Eurozone Equity ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4C4E4B4A38592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG009T0QBR6", + "cik": "0001503123", + "lei": null + }, + { + "symbol": "EUSA", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "BlackRock Institutional Trust Company N.A. - BTC iShares MSCI USA Equa", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_50333456304C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000QVM891", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "EUSB", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "iShares Trust - iShares ESG Advanced Total USD Bond Market ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_504C335333372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00VJ13G63", + "cik": "0001006249", + "lei": null + }, + { + "symbol": "EUSC", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "WisdomTree Trust - WisdomTree Europe Hedged SmallCap Equity Fund", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_504A313737582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00879S549", + "cik": "0001350487", + "lei": null + }, + { + "symbol": "EV", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Eaton Vance Corp. (Non Voting)", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5047445A54342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000DBVBY4", + "cik": "0000350797", + "lei": "4JJ8ORNW1AFZPSV8GJ79" + }, + { + "symbol": "EVA", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Enviva Partners LP - Unit", + "date": "2021-01-24", + "type": null, + "iexId": "IEX_584C435A54362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG007FH8JX4", + "cik": "0001592057", + "lei": "549300WH5VXDEFM5KR81" + }, + { + "symbol": "EVBG", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Everbridge Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4D475848394B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0022FMPD5", + "cik": "0001437352", + "lei": "549300WCY0UMR64ATW81" + }, + { + "symbol": "EVBN", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "Evans Bancorp Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_564B443932342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000CB1FM2", + "cik": "0000842518", + "lei": null + }, + { + "symbol": "EVC", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Entravision Communications Corp. - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_423934335A512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BTNV54", + "cik": "0001109116", + "lei": "549300SKHY2ALCLKV539" + }, + { + "symbol": "EVER", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "EverQuote Inc - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4D52434D384C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00F17NDH7", + "cik": "0001640428", + "lei": null + }, + { + "symbol": "EVF", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Eaton Vance Senior Income Trust", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5639393431462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000CFFPP3", + "cik": "0001070732", + "lei": "F34RFVU0FGX8OM0KE928" + }, + { + "symbol": "EVFM", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Evofem Biosciences Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4A50304358322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0026ZG450", + "cik": "0001618835", + "lei": "5493007VAGG43TIEJW57" + }, + { + "symbol": "EVG", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Eaton Vance Short Duration Diversified Income Fund", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_563453594C542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000C6VX96", + "cik": "0001287498", + "lei": "HAXBNTSIUT2SHF0XLJ46" + }, + { + "symbol": "EVGBC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Eaton Vance Management - Eaton Vance Global Income Builder NextShares", + "date": "2021-01-24", + "type": "et", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00CL9QYG0", + "cik": "0001076598", + "lei": null + }, + { + "symbol": "EVGN", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Evogene Ltd", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5048503042572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000TGYG90", + "cik": "0001574565", + "lei": null + }, + { + "symbol": "EVH", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Evolent Health Inc - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_50303842505A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG005CHLM96", + "cik": "0001628908", + "lei": "549300CZOCFHQ2BBTR11" + }, + { + "symbol": "EVI", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "EVI Industries Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4B36544330482D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000H3TTM5", + "cik": "0000065312", + "lei": "549300RU296J63VW0297" + }, + { + "symbol": "EVK", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Ever-Glory International Group, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_53583359564C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BFZMK4", + "cik": "0000943184", + "lei": null + }, + { + "symbol": "EVLMC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Eaton Vance Management - Eaton Vance TABS 5-to-15 Year Laddered Munici", + "date": "2021-01-24", + "type": "et", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00CL9QZ95", + "cik": "0001076598", + "lei": null + }, + { + "symbol": "EVLO", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Evelo Biosciences Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4B5330304C312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00H43XR69", + "cik": "0001694665", + "lei": null + }, + { + "symbol": "EVM", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "Eaton Vance California Municipal Bond Fund", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4B43444254522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000NSSGW1", + "cik": "0001177161", + "lei": "549300FJGD8HWP11TO17" + }, + { + "symbol": "EVN", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Eaton Vance Municipal Income Trust", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_564C4A3347542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000CQQTP9", + "cik": "0001074540", + "lei": "549300DINBO2K1M6KL63" + }, + { + "symbol": "EVOK", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Evoke Pharma Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4B4642355A592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0026ZG0X7", + "cik": "0001403708", + "lei": "529900Q01Z5E3L6MZZ66" + }, + { + "symbol": "EVOL", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Evolving Systems, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4C52435636382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BYD5M2", + "cik": "0001052054", + "lei": null + }, + { + "symbol": "EVOP", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "EVO Payments Inc - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_573450515A422D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00KRX3MG4", + "cik": "0001704596", + "lei": "549300Z5UL344C8KEC55" + }, + { + "symbol": "EVR", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Evercore Inc - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5033345659482D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BP30Y0", + "cik": "0001360901", + "lei": "529900P6KLPT95DW3W58" + }, + { + "symbol": "EVRG", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Evergy Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_423833594A472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00H433CR2", + "cik": "0001711269", + "lei": "549300PGTHDQY6PSUI61" + }, + { + "symbol": "EVRI", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Everi Holdings Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_435A4B3437522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000H1B407", + "cik": "0001318568", + "lei": "5299006DK5S7BG10K532" + }, + { + "symbol": "EVSTC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Eaton Vance Management - Eaton Vance NextShares Trust Eaton Vance Stoc", + "date": "2021-01-24", + "type": "et", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00C187BD8", + "cik": "0001076598", + "lei": null + }, + { + "symbol": "EVT", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Eaton Vance Tax Advantaged Dividend Income Fund", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4452423731482D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BXWDK8", + "cik": "0001253327", + "lei": "549300KZTQOOF16ML741" + }, + { + "symbol": "EVTC", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Evertec Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4C44533035542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000J187K0", + "cik": "0001559865", + "lei": "54930056CPTQSUNQYB82" + }, + { + "symbol": "EVV", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "Eaton Vance Limited Duration Income Fund", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_46324A5A34522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BLYN57", + "cik": "0001222922", + "lei": "NZ7KR43H6Z5W1GY0QX46" + }, + { + "symbol": "EVX", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "VanEck Vectors ETF Trust - VanEck Vectors Environmental Services ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_535A4E474C382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000Q55682", + "cik": "0000869178", + "lei": null + }, + { + "symbol": "EVY", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "Eaton Vance New York Municipal Income Trust", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4630344254512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000CQLPC6", + "cik": "0001074685", + "lei": "549300WVQCB83XE35C46" + }, + { + "symbol": "EW", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Edwards Lifesciences Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_51575635444C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BRXP69", + "cik": "0001099800", + "lei": "YA13X31F3V31L8TMPR58" + }, + { + "symbol": "EWA", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "BlackRock Institutional Trust Company N.A. - BTC iShares MSCI Australi", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_47464B58344A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BDNJ29", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "EWBC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "East West Bancorp, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_575150384E582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000CR20B1", + "cik": "0001069157", + "lei": null + }, + { + "symbol": "EWC", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "BlackRock Institutional Trust Company N.A. - BTC iShares MSCI Canada E", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5742374858572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BJSXB0", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "EWCO", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Invesco Exchange-Traded Self-Indexed Fund Trust - Invesco S&P 500 Equa", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_564231585A392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00MH2Y8Y6", + "cik": "0001657201", + "lei": null + }, + { + "symbol": "EWD", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "BlackRock Institutional Trust Company N.A. - iShares MSCI Sweden ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_524D463444482D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BK5LR1", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "EWEB", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Global X Funds - Global X Emerging Markets Internet & E-commerce ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_444A5A4A34342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00Y3YN5Z2", + "cik": "0001432353", + "lei": null + }, + { + "symbol": "EWG", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "BlackRock Institutional Trust Company N.A. - BTC iShares MSCI Germany ", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5354574E504B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BJZKN7", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "EWGS", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "BlackRock Institutional Trust Company N.A. - BTC iShares MSCI Germany ", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4C46304B46522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG002DMMMC6", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "EWH", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "BlackRock Institutional Trust Company N.A. - BTC iShares MSCI Hong Kon", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4B474E584B322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BBDXW0", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "EWI", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "BlackRock Institutional Trust Company N.A. - iShares MSCI Italy ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4A39424C44312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BK2V65", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "EWJ", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "BlackRock Institutional Trust Company N.A. - BTC iShares MSCI Japan ET", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4834303837302D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BK38F5", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "EWJE", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "iShares Trust - iShares MSCI Japan Equal Weighted ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_465A485833572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00NJ411Y9", + "cik": "0001006249", + "lei": null + }, + { + "symbol": "EWJV", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "iShares Trust - iShares MSCI Japan Value ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_474B503236442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00NJ3YB55", + "cik": "0001006249", + "lei": null + }, + { + "symbol": "EWK", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "BlackRock Institutional Trust Company N.A. - iShares MSCI Belgium ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_535A4B564C542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BDMNG6", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "EWL", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "BlackRock Institutional Trust Company N.A. - iShares MSCI Switzerland ", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5147325437472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BK5Z27", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "EWM", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "BlackRock Institutional Trust Company N.A. - BTC iShares MSCI Malaysia", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5752514833342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BK3L48", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "EWMC", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Invesco Capital Management LLC - Invesco S&P MidCap 400 Equal Weight E", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_50344E3133592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00KJR2C24", + "cik": "0001224696", + "lei": null + }, + { + "symbol": "EWN", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "BlackRock Institutional Trust Company N.A. - BTC iShares MSCI Netherla", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5630365A564C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BK4FC1", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "EWO", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "BlackRock Institutional Trust Company N.A. - iShares MSCI Austria ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4D51324357352D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BF6M62", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "EWP", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "BlackRock Institutional Trust Company N.A. - iShares MSCI Spain ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4252575152352D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BK58Q1", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "EWQ", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "BlackRock Institutional Trust Company N.A. - BTC iShares MSCI France E", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4D4A375A54572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BJX6S5", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "EWRE", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Invesco Capital Management LLC - Invesco S&P 500 Equal Weight Real Est", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4B30474C43472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00KJR2SL8", + "cik": "0001224696", + "lei": null + }, + { + "symbol": "EWS", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "BlackRock Institutional Trust Company N.A. - iShares MSCI Singapore ET", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4448383056502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BK4VM5", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "EWSC", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Invesco Capital Management LLC - Invesco S&P SmallCap 600 Equal Weight", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4E4B475731462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00KJR2Z32", + "cik": "0001224696", + "lei": null + }, + { + "symbol": "EWT", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "BlackRock Institutional Trust Company N.A. - iShares MSCI Taiwan ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5038524832462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000CJLQ12", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "EWU", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "BlackRock Institutional Trust Company N.A. - BTC iShares MSCI United K", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_464E4C4330512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BK6997", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "EWUS", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "BlackRock Institutional Trust Company N.A. - BTC iShares MSCI United K", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4D3035514A382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG002DMMNJ7", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "EWV", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "ProShares Trust - ProShares UltraShort MSCI Japan", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5052485239502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000TVXRN8", + "cik": "0001174610", + "lei": null + }, + { + "symbol": "EWW", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "BlackRock Institutional Trust Company N.A. - iShares MSCI Mexico ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_564C443459332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BK42M9", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "EWX", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "SSgA Active Trust - SSgA SPDR S&P Emerging Markets Small Cap ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_47514837385A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000FT16M0", + "cik": "0001516212", + "lei": "549300PQC2CS3IA6B871" + }, + { + "symbol": "EWY", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "BlackRock Institutional Trust Company N.A. - iShares MSCI South Korea ", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4A31443647542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000CDKWX8", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "EWZ", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "BlackRock Institutional Trust Company N.A. - iShares MSCI Brazil ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5634583552562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000CPLR52", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "EWZS", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "BlackRock Institutional Trust Company N.A. - BTC iShares MSCI Brazil S", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5358375644432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0016RKFL2", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "EXAS", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Exact Sciences Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5448393938382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000CWL0F5", + "cik": "0001124140", + "lei": "549300VM3X1FYD4N9Z14" + }, + { + "symbol": "EXC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Exelon Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4E504B3350532D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000J6XT05", + "cik": "0001109357", + "lei": "3SOUA6IRML7435B56G12" + }, + { + "symbol": "EXD", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Eaton Vance Tax-Managed Buy-Write Strategy Fund", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4B51505135502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000QYNPP8", + "cik": "0001480999", + "lei": "549300WCLE7IOD4LIX31" + }, + { + "symbol": "EXEL", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Exelixis Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_534A525743352D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BQ4WF8", + "cik": "0000939767", + "lei": "254900PJQB59O2O95R37" + }, + { + "symbol": "EXFO", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "EXFO Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_51304C5632362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BXCQQ5", + "cik": "0001116284", + "lei": "549300NZ7SG77DGFZD61" + }, + { + "symbol": "EXG", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Eaton Vance Tax-Managed Global Diversified Equity Income Fund", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_53423654314C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000QVXDQ9", + "cik": "0001379438", + "lei": "5493002EIY4NK3I3E865" + }, + { + "symbol": "EXI", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "BlackRock Institutional Trust Company N.A. - BTC iShares Global Indust", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5137484B50532D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000G7XHL9", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "EXK", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Endeavour Silver Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_525A5152324A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000K2HB18", + "cik": "0001277866", + "lei": "549300IF2E29780PPV02" + }, + { + "symbol": "EXLS", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Exlservice Hldgs Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_503235394E542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000NS3P30", + "cik": "0001297989", + "lei": "81E3DTNF6OSH489ZOV15" + }, + { + "symbol": "EXN", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "Excellon Resources Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5659505452362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000K9DMV0", + "cik": "0001263011", + "lei": "549300TCL7Q34YGPQ182" + }, + { + "symbol": "EXP", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Eagle Materials Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_465A583152522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BJW241", + "cik": "0000918646", + "lei": "529900KRXRGXL61SG039" + }, + { + "symbol": "EXPC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Experience Investment Corp - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4E42305730352D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00Q3Q29N4", + "cik": "0001779128", + "lei": null + }, + { + "symbol": "EXPCW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Experience Investment Corp - Warrants (01/09/2026)", + "date": "2021-01-24", + "type": "wt", + "iexId": "IEX_473546314A572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00QRF7378", + "cik": "0001779128", + "lei": null + }, + { + "symbol": "EXPD", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Expeditors International Of Washington, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5056575042312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BJ5GK2", + "cik": "0000746515", + "lei": "984500B055A804AB6E40" + }, + { + "symbol": "EXPE", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Expedia Group Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_46434B3651542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000QY3XZ2", + "cik": "0001324424", + "lei": "CI7MUJI4USF3V0NJ1H64" + }, + { + "symbol": "EXPI", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "eXp World Holdings Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4D34364648462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG001DCTG63", + "cik": "0001495932", + "lei": null + }, + { + "symbol": "EXPO", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Exponent Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5730303043582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000F31Z34", + "cik": "0000851520", + "lei": "529900NY3F5Q2NWPUZ42" + }, + { + "symbol": "EXPR", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Express Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_474B3157355A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000QB2L61", + "cik": "0001483510", + "lei": "529900V6IJOGM1YFQL87" + }, + { + "symbol": "EXR", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Extra Space Storage Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_584436374C522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000PV27K3", + "cik": "0001289490", + "lei": "529900SDJHKRQWED6A16" + }, + { + "symbol": "EXTN", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Exterran Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4C30423452352D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG007K3DT16", + "cik": "0001635881", + "lei": "549300PVC7ZU5RSQHZ60" + }, + { + "symbol": "EXTR", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Extreme Networks Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_54304A43584A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BFR0T2", + "cik": "0001078271", + "lei": "549300WRECW11X94UB57" + }, + { + "symbol": "EYE", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "National Vision Holdings Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5043365439512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00HVQF9K2", + "cik": "0001710155", + "lei": "549300JHURCBLI5ROA42" + }, + { + "symbol": "EYEG", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Eyegate Pharmaceuticals Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4A425648424B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0083Y1PH9", + "cik": "0001372514", + "lei": "549300395G8DB8ZFV365" + }, + { + "symbol": "EYEN", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Eyenovia Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4D47374732512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00JKZRCH4", + "cik": "0001682639", + "lei": null + }, + { + "symbol": "EYES", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Second Sight Medical Products Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4A325636544B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG002ZQP3H7", + "cik": "0001266806", + "lei": null + }, + { + "symbol": "EYESW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Second Sight Medical Products Inc - Warrants (14/03/2024)", + "date": "2021-01-24", + "type": "wt", + "iexId": "IEX_4A52345147432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00GBLKD68", + "cik": "0001266806", + "lei": null + }, + { + "symbol": "EYLD", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "Cambria Investment Management LP - Cambria Emerging Shareholder Yield ", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5438464830352D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00CC09FF0", + "cik": "0001529389", + "lei": null + }, + { + "symbol": "EYPT", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "EyePoint Pharmaceuticals Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_474D35504C4D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000F90JX5", + "cik": "0001314102", + "lei": "549300QE1RU34T50MR69" + }, + { + "symbol": "EZA", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "BlackRock Institutional Trust Company N.A. - BTC iShares MSCI South Af", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4B36514A4D562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000PNJ9F5", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "EZJ", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "ProShares Trust - ProShares Ultra MSCI Japan", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_515448564C562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000JYWB40", + "cik": "0001174610", + "lei": null + }, + { + "symbol": "EZM", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "WisdomTree Trust - WisdomTree U.S. MidCap Fund", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_514B513954312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000R1PNP2", + "cik": "0001350487", + "lei": null + }, + { + "symbol": "EZPW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "EZCorp, Inc. - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_504E363954462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000C93HM1", + "cik": "0000876523", + "lei": "5493003K6PG3ZQ7TUQ63" + }, + { + "symbol": "EZU", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "BlackRock Institutional Trust Company N.A. - BTC iShares MSCI EMU ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_58484B5632582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000CS4KW0", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "F", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Ford Motor Co.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_584C563234582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BQPC32", + "cik": "0000037996", + "lei": "20S05OYHG0MQM4VUIC57" + }, + { + "symbol": "FAAR", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "First Trust Exchange-Traded Fund III - First Trust Alternative Absolut", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_525A474250382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00CW1P7N7", + "cik": "0001424212", + "lei": null + }, + { + "symbol": "FAB", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "First Trust Exchange-Traded Fund III - First Trust Multi Cap Value Alp", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_435A4C444E592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000R6F241", + "cik": "0001424212", + "lei": null + }, + { + "symbol": "FAD", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "First Trust Exchange-Traded Fund III - First Trust Multi Cap Growth Al", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_524654575A582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000R6FJ99", + "cik": "0001424212", + "lei": null + }, + { + "symbol": "FAF", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "First American Financial Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4D394A4635382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000V78V75", + "cik": "0001472787", + "lei": "549300B6VEZK3N0A1P55" + }, + { + "symbol": "FAII", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Fortress Value Acquisition Corp II - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_53564C474A382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00WXXMR97", + "cik": "0001815849", + "lei": null + }, + { + "symbol": "FAII+", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Fortress Value Acquisition Corp II - Warrants (10/08/2027)", + "date": "2021-01-24", + "type": "wt", + "iexId": "IEX_545051304A302D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00XMXF4S5", + "cik": "0001815849", + "lei": null + }, + { + "symbol": "FAII=", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Fortress Value Acquisition Corp II - Units (1 Ord Class A & 1/5 War)", + "date": "2021-01-24", + "type": null, + "iexId": "IEX_4846464E37532D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00W9MJ741", + "cik": "0001815849", + "lei": null + }, + { + "symbol": "FALN", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "iShares Trust - iShares Fallen Angels USD Bond ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_515A564B33562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00D332C75", + "cik": "0001006249", + "lei": null + }, + { + "symbol": "FAM", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "First Trust-Aberdeen Global Opportunity Income Fund", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4332314656462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000PSM933", + "cik": "0001302624", + "lei": "2HCZRZBY990FDYBUS727" + }, + { + "symbol": "FAMI", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Farmmi Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5252373257512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00J7PN8S2", + "cik": "0001701261", + "lei": null + }, + { + "symbol": "FAN", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "First Trust Exchange-Traded Fund III - First Trust Global Wind Energy ", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_525A575151422D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000GJLS87", + "cik": "0001424212", + "lei": null + }, + { + "symbol": "FANG", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Diamondback Energy Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4836394357532D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG002PHSYX9", + "cik": "0001539838", + "lei": "549300R22LSX6OHWEN64" + }, + { + "symbol": "FANH", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Fanhua Inc - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_4E50514356562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000TJXWP2", + "cik": "0001413855", + "lei": "254900NUPTYHZ8HHTK43" + }, + { + "symbol": "FARM", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Farmer Bros. Co.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4E58433536562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BJ8GB9", + "cik": "0001305458", + "lei": "5493006PMLETBTVJ3262" + }, + { + "symbol": "FARO", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Faro Technologies Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_44513137535A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BJD7C2", + "cik": "0000917491", + "lei": "529900MFEFNOFP3YR823" + }, + { + "symbol": "FAS", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Direxion Shares ETF Trust - Direxion Daily Financial Bull 3x Shares", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_474E375253532D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000JLJV85", + "cik": "0001424958", + "lei": null + }, + { + "symbol": "FAST", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Fastenal Co.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4653333243522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BJ8YN7", + "cik": "0000815556", + "lei": "529900PP0C7H2HHPSJ32" + }, + { + "symbol": "FAT", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "FAT Brands Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4247564654532D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00HCX5VQ4", + "cik": "0001705012", + "lei": "549300TZCVF3UHX37729" + }, + { + "symbol": "FATBP", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "FAT Brands Inc - 8.25% PRF PERPETUAL USD 25 - Ser B", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_50504A4C594B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001705012", + "lei": "549300TZCVF3UHX37729" + }, + { + "symbol": "FATBW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "FAT Brands Inc - Warrants (16/07/2025)", + "date": "2021-01-24", + "type": "wt", + "iexId": "IEX_47584D4638512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00VYKWTG3", + "cik": "0001705012", + "lei": "549300TZCVF3UHX37729" + }, + { + "symbol": "FATE", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Fate Therapeutics Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4D31375959482D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000QP35H2", + "cik": "0001434316", + "lei": "549300L14Q4UHOODLA90" + }, + { + "symbol": "FAUG", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "First Trust Exchange-Traded Fund VIII - FT Cboe Vest U.S. Equity Buffe", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4A59533733592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00QQFDMF1", + "cik": "0001667919", + "lei": null + }, + { + "symbol": "FAX", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "Aberdeen Asia-Pacific Income Fund Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_504C59584C442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BB3MF4", + "cik": "0000790500", + "lei": "549300J666ZH67203572" + }, + { + "symbol": "FAZ", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Direxion Shares ETF Trust - Direxion Daily Financial Bear 3x Shares", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4D5852374A462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000JLM3X5", + "cik": "0001424958", + "lei": null + }, + { + "symbol": "FB", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Facebook Inc - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_514C47534C322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000MM2P62", + "cik": "0001326801", + "lei": "BQ4BKCS1HXDV9HN80Z93" + }, + { + "symbol": "FBC", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Flagstar Bancorp, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_523836334D572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000CYN4J7", + "cik": "0001033012", + "lei": "549300Q22V2Y3J4R2715" + }, + { + "symbol": "FBCG", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "Fidelity Covington Trust - Fidelity Blue Chip Growth ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4253434B38422D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00V6QFSP2", + "cik": "0000945908", + "lei": null + }, + { + "symbol": "FBCV", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "Fidelity Covington Trust - Fidelity Blue Chip Value ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5457345A534C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00V6QFXV4", + "cik": "0000945908", + "lei": null + }, + { + "symbol": "FBGX", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "UBS AG London Branch - ZC SP ETN REDEEM 19/06/2024 USD 100", + "date": "2021-01-24", + "type": "struct", + "iexId": "IEX_4C4A4C3154322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG006MDLNC6", + "cik": "0001168525", + "lei": null + }, + { + "symbol": "FBHS", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Fortune Brands Home & Security Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_42575A3933592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG001B4BV87", + "cik": "0001519751", + "lei": "54930032LHW54PQUJD44" + }, + { + "symbol": "FBIO", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Fortress Biotech Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_53424E3248352D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG001J2MFH6", + "cik": "0001429260", + "lei": "529900DZUWSYUURECK24" + }, + { + "symbol": "FBIOP", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Fortress Biotech Inc - 9.375% PRF PERPETUAL USD 25 - Ser A", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4D53375A47382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001429260", + "lei": "529900DZUWSYUURECK24" + }, + { + "symbol": "FBIZ", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "First Business Financial Services Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5143565856542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000QK39V9", + "cik": "0001521951", + "lei": "549300BXKLW2T50TKU95" + }, + { + "symbol": "FBK", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "FB Financial Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4E32324E44322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00DM434G9", + "cik": "0001649749", + "lei": "5493000B2LD2C2A6C435" + }, + { + "symbol": "FBM", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Foundation Building Materials Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4E504D47514A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00FS73KG5", + "cik": "0001688941", + "lei": "549300ZVE6MONHB01I28" + }, + { + "symbol": "FBMS", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "First Bancshares Inc Miss", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4E525A4D514E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BHWFN5", + "cik": "0000947559", + "lei": "5493006DL5RXJODMAF36" + }, + { + "symbol": "FBNC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "First Bancorp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_464D4C3243432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BJ9RS6", + "cik": "0000811589", + "lei": "549300QGC3EY3EV0NS72" + }, + { + "symbol": "FBND", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Fidelity Covington Trust - Fidelity Total Bond ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4850463342342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0078X19K0", + "cik": "0000945908", + "lei": null + }, + { + "symbol": "FBP", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "First Bancorp PR", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4C34323236422D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000CYKKX8", + "cik": "0001057706", + "lei": null + }, + { + "symbol": "FBRX", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Forte Biosciences Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4A59545343502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG001J2N4H0", + "cik": "0001419041", + "lei": "529900Z84WFDHPS3JP76" + }, + { + "symbol": "FBSS", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Fauquier Bankshares, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4731323856522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BLD4K5", + "cik": "0001083643", + "lei": "549300JHIFSXWWFIXB60" + }, + { + "symbol": "FBT", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "First Trust Exchange-Traded Fund III - First Trust NYSE Arca Biotechno", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4250563138442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000LGNRH7", + "cik": "0001424212", + "lei": null + }, + { + "symbol": "FBZ", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "First Trust Exchange-Traded Fund III - First Trust Brazil AlphaDEX Fun", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_513052534D5A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG001MKPV20", + "cik": "0001424212", + "lei": null + }, + { + "symbol": "FC", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Franklin Covey Co.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4B58445251512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000FCZM90", + "cik": "0000886206", + "lei": null + }, + { + "symbol": "FCA", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "First Trust Exchange-Traded Fund III - First Trust China AlphaDEX Fund", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_514C585951482D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG001MKPW19", + "cik": "0001424212", + "lei": null + }, + { + "symbol": "FCAC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Falcon Capital Acquisition Corp - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_52333459304B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00XPPTB44", + "cik": "0001816233", + "lei": null + }, + { + "symbol": "FCACW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Falcon Capital Acquisition Corp - Warrants (21/09/2025)", + "date": "2021-01-24", + "type": "wt", + "iexId": "IEX_47363348304C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00Y7BMN08", + "cik": "0001816233", + "lei": null + }, + { + "symbol": "FCAL", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "First Trust Exchange-Traded Fund III - First Trust California Municipa", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_544A464B35302D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00GY1H0R6", + "cik": "0001424212", + "lei": null + }, + { + "symbol": "FCAP", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "First Capital Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4D595A4B48382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BB6568", + "cik": "0001070296", + "lei": null + }, + { + "symbol": "FCAU", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Stellantis N.V", + "date": "2021-01-19", + "type": "cs", + "iexId": "IEX_57323454544D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0078ZLDG9", + "cik": "0001605484", + "lei": "549300LKT9PW7ZIBDF31" + }, + { + "symbol": "FCAX=", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Fortress Capital Acquisition Corp - Units (1 Ord Class A & 1/5 War)", + "date": "2021-01-24", + "type": null, + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00YNK75Z8", + "cik": "0001823733", + "lei": null + }, + { + "symbol": "FCAXU", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Fortress Capital Acquisition Corp - Units (1 Ord Class A & 1/5 War)", + "date": "2021-01-13", + "type": null, + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001823733", + "lei": null + }, + { + "symbol": "FCBC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "First Community Bankshares Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4B59463753382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BNCR58", + "cik": "0000859070", + "lei": null + }, + { + "symbol": "FCBP", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "First Choice Bancorp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4B43445A4A562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00JM2HN46", + "cik": "0001716697", + "lei": "54930094NOEN2QWZWW84" + }, + { + "symbol": "FCCO", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "First Community Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5654363236312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BRD351", + "cik": "0000932781", + "lei": null + }, + { + "symbol": "FCCY", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "1st Constitution Bancorp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5231365943302D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BNBGF2", + "cik": "0001141807", + "lei": null + }, + { + "symbol": "FCEF", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "First Trust Exchange-Traded Fund VIII - First Trust CEF Income Opportu", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_47464A44544E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00DX33754", + "cik": "0001667919", + "lei": null + }, + { + "symbol": "FCEL", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Fuelcell Energy Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_534443504D432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000HQ1LB3", + "cik": "0000886128", + "lei": null + }, + { + "symbol": "FCF", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "First Commonwealth Financial Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4A574D5638442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000CND7W0", + "cik": "0000712537", + "lei": "549300ZHLQ42NXDETL24" + }, + { + "symbol": "FCFS", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "FirstCash Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_58425A54364D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000DNF659", + "cik": "0000840489", + "lei": "549300V2X3UU7K0DG350" + }, + { + "symbol": "FCG", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "First Trust Exchange-Traded Fund III - First Trust Natural Gas ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4C57314D36312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000QJPZH6", + "cik": "0001424212", + "lei": null + }, + { + "symbol": "FCN", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "FTI Consulting Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4D38463859332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000K88H58", + "cik": "0000887936", + "lei": "549300K17GM8EQD0FQ48" + }, + { + "symbol": "FCNCA", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "First Citizens Bancshares, Inc (NC) - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4C52485759322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BJCDS3", + "cik": "0000798941", + "lei": "549300N3Z00ZHE2XC526" + }, + { + "symbol": "FCNCP", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "First Citizens Bancshares, Inc (NC) - 5.375% PRF PERPETUAL USD 25 - Se", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_435A463837482D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000798941", + "lei": "549300N3Z00ZHE2XC526" + }, + { + "symbol": "FCO", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "Aberdeen Global Income Fund Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_535A4B4B304A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BB41S5", + "cik": "0000876717", + "lei": "549300V7ZDFLSK6WD203" + }, + { + "symbol": "FCOM", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Fidelity Covington Trust - Fidelity MSCI Communication Services Index ", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_584D534E52562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG005FHWFF9", + "cik": "0000945908", + "lei": null + }, + { + "symbol": "FCOR", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Fidelity Covington Trust - Fidelity Corporate Bond ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_434C3759524A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0078WXLP5", + "cik": "0000945908", + "lei": null + }, + { + "symbol": "FCPI", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "Fidelity Covington Trust - Fidelity Stocks for Inflation ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4B4A594436472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00QQ88DK7", + "cik": "0000945908", + "lei": null + }, + { + "symbol": "FCPT", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Four Corners Property Trust Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_53435746334E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG009H33QM0", + "cik": "0001650132", + "lei": "549300SVTPZPBDVNER42" + }, + { + "symbol": "FCRD", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "First Eagle Alternative Capital BDC Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5342323542432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000JDGKJ8", + "cik": "0001464963", + "lei": "ZPFGW6VV73M9CW4FN909" + }, + { + "symbol": "FCRZ", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "First Eagle Alternative Capital BDC Inc - 6.75% NT REDEEM 30/12/2022 U", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4A47514430322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001464963", + "lei": "ZPFGW6VV73M9CW4FN909" + }, + { + "symbol": "FCT", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "First Trust Senior Floting Rate Income Fund II", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_52365947594D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000PP5PY8", + "cik": "0001282850", + "lei": "549300188EQ1UO018C30" + }, + { + "symbol": "FCTR", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "First Trust Exchange-Traded Fund - First Trust Lunt U.S. Factor Rotati", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_46394B464B482D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00LGR5QR4", + "cik": "0001329377", + "lei": null + }, + { + "symbol": "FCVT", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "First Trust Exchange-Traded Fund IV - First Trust SSI Strategic Conver", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4A565A5451372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00BC8DBF9", + "cik": "0001517936", + "lei": null + }, + { + "symbol": "FCX", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Freeport-McMoRan Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4233445658432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BJDB15", + "cik": "0000831259", + "lei": "549300IRDTHJQ1PVET45" + }, + { + "symbol": "FDBC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Fidelity D&D Bancorp, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5732383637532D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000M814N2", + "cik": "0001098151", + "lei": null + }, + { + "symbol": "FDD", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "First Trust Exchange-Traded Fund III - First Trust STOXX European Sele", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_434B54594B592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000SQ99D8", + "cik": "0001424212", + "lei": null + }, + { + "symbol": "FDEC", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "First Trust Exchange-Traded Fund VIII - FT Cboe Vest U.S. Equity Buffe", + "date": "2021-01-24", + "type": "et", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00YGC7TG3", + "cik": "0001667919", + "lei": null + }, + { + "symbol": "FDEM", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "Fidelity Covington Trust - Fidelity Emerging Markets Multifactor ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4B4A4D3256322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00NFRH7V5", + "cik": "0000945908", + "lei": null + }, + { + "symbol": "FDEU", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "First Trust Dynamic Europe Equity Income Fund", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5439334356532D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG009LMBNT4", + "cik": "0001646109", + "lei": null + }, + { + "symbol": "FDEV", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "Fidelity Covington Trust - Fidelity International Multifactor ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4C50594630332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00NFRLXW2", + "cik": "0000945908", + "lei": null + }, + { + "symbol": "FDG", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "American Century ETF Trust - American Century Focused Dynamic Growth E", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4B334C5239382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00RJVSCR5", + "cik": "0001710607", + "lei": null + }, + { + "symbol": "FDHY", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Fidelity Covington Trust - Fidelity High Yield Factor ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5832365057582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00L4J9DD5", + "cik": "0000945908", + "lei": null + }, + { + "symbol": "FDIS", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Fidelity Covington Trust - Fidelity MSCI Consumer Discretionary Index ", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4248525343572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG005FHVPT3", + "cik": "0000945908", + "lei": null + }, + { + "symbol": "FDIV", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "First Trust Exchange-Traded Fund III - First Trust Strategic Income ET", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_515A3152564C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG006YSN859", + "cik": "0001424212", + "lei": null + }, + { + "symbol": "FDL", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "First Trust Exchange-Traded Fund III - First Trust Morningstar Dividen", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4D4C513635442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000HFZ1Z8", + "cik": "0001424212", + "lei": null + }, + { + "symbol": "FDLO", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Fidelity Covington Trust - Fidelity Low Volatility Factor ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4D44535054542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00DRFDQV2", + "cik": "0000945908", + "lei": null + }, + { + "symbol": "FDM", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "First Trust Exchange-Traded Fund III - First Trust Dow Jones Select Mi", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4D513357524C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000JGZYM6", + "cik": "0001424212", + "lei": null + }, + { + "symbol": "FDMO", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Fidelity Covington Trust - Fidelity Momentum Factor ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4630333332352D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00DRGLGS7", + "cik": "0000945908", + "lei": null + }, + { + "symbol": "FDMT", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "4D Molecular Therapeutics Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00QG40R88", + "cik": null, + "lei": null + }, + { + "symbol": "FDN", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "First Trust Exchange-Traded Fund III - First Trust Dow Jones Internet ", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4754303556302D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000F0YTN6", + "cik": "0001424212", + "lei": null + }, + { + "symbol": "FDNI", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "First Trust Exchange-Traded Fund II - First Trust Dow Jones Internatio", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_434E575A364A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00MGTPJW6", + "cik": "0001364608", + "lei": null + }, + { + "symbol": "FDP", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Fresh Del Monte Produce Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5142534459432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000JLQGN3", + "cik": "0001047340", + "lei": "529900I72V9F0FEZR228" + }, + { + "symbol": "FDRR", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Fidelity Covington Trust - Fidelity Dividend ETF for Rising Rates", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_543847424D5A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00DR7RKW7", + "cik": "0000945908", + "lei": null + }, + { + "symbol": "FDS", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Factset Research Systems Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5351464D4B332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BDJL83", + "cik": "0001013237", + "lei": "549300ZSJE7NBK6K9P30" + }, + { + "symbol": "FDT", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "First Trust Exchange-Traded Fund III - First Trust Developed Markets e", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_53594C4D314B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG001MKQJK6", + "cik": "0001424212", + "lei": null + }, + { + "symbol": "FDTS", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "First Trust Exchange-Traded Fund III - First Trust Developed Markets e", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4E58375658522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG002NCPVF1", + "cik": "0001424212", + "lei": null + }, + { + "symbol": "FDUS", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Fidus Investment Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5057444D57342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG001K9JH07", + "cik": "0001513363", + "lei": "549300836CRWCROFBC02" + }, + { + "symbol": "FDUSG", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Fidus Investment Corp - 5.375% NT REDEEM 01/11/2024 USD 25", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_574237374E572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001513363", + "lei": "549300836CRWCROFBC02" + }, + { + "symbol": "FDUSZ", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Fidus Investment Corp - 6% NT REDEEM 15/02/2024 USD 25", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4D44484A43372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001513363", + "lei": "549300836CRWCROFBC02" + }, + { + "symbol": "FDVV", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Fidelity Covington Trust - Fidelity High Dividend ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4734393733352D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00DR7RGC8", + "cik": "0000945908", + "lei": null + }, + { + "symbol": "FDX", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Fedex Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4D483754434D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BJF1Z8", + "cik": "0001048911", + "lei": "549300E707U7WNPZN687" + }, + { + "symbol": "FE", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Firstenergy Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4256345034542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BB6M98", + "cik": "0001031296", + "lei": "549300SVYJS666PQJH88" + }, + { + "symbol": "FEAC", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Flying Eagle Acquisition Corp - Class A", + "date": "2020-12-17", + "type": "cs", + "iexId": "IEX_4C484A4847382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00RQ732B6", + "cik": "0001801661", + "lei": null + }, + { + "symbol": "FEAC+", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Flying Eagle Acquisition Corp - Warrants (26/02/2027)", + "date": "2020-12-17", + "type": "wt", + "iexId": "IEX_4347525335522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00TGKG9N2", + "cik": "0001801661", + "lei": null + }, + { + "symbol": "FEAC=", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Flying Eagle Acquisition Corp - Units (1 Ord Share Class A & 1/4 War)", + "date": "2020-12-17", + "type": null, + "iexId": "IEX_4338595942332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00RPWYP63", + "cik": "0001801661", + "lei": null + }, + { + "symbol": "FEDU", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Four Seasons Education (Cayman) Inc - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_42475A5A48312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00HZ6NWR5", + "cik": "0001709819", + "lei": null + }, + { + "symbol": "FEDX", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "Emles Trust - Emles Federal Contractors ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4B53464858392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00XV4DVX5", + "cik": null, + "lei": null + }, + { + "symbol": "FEI", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "First Trust MLP and Energy Income Fund", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_52564B4D57442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0039G9311", + "cik": "0001556336", + "lei": "54930012E1PU4RAI3F48" + }, + { + "symbol": "FEIM", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Frequency Electronics, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_46574A5A38322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BJG3B9", + "cik": "0000039020", + "lei": "549300S56SO2JB5JBE31" + }, + { + "symbol": "FELE", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Franklin Electric Co., Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4B5A4A50474C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BJGGV8", + "cik": "0000038725", + "lei": "RR6AURIKMXUE4Q24G284" + }, + { + "symbol": "FEM", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "First Trust Exchange-Traded Fund III - First Trust Emerging Markets Al", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4E56464747592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG001MKMZJ6", + "cik": "0001424212", + "lei": null + }, + { + "symbol": "FEMB", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "First Trust Exchange-Traded Fund III - First Trust Emerging Markets Lo", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4835464458592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG007GFNNZ9", + "cik": "0001424212", + "lei": null + }, + { + "symbol": "FEMS", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "First Trust Exchange-Traded Fund III - First Trust Emerging Markets Sm", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4C42533054482D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG002NCPY10", + "cik": "0001424212", + "lei": null + }, + { + "symbol": "FEN", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "First Trust Energy Income and Growth Fund", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_56584D5454372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BNVN38", + "cik": "0001284940", + "lei": "549300HRXN2LWON4NG81" + }, + { + "symbol": "FENC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Fennec Pharmaceuticals Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_46434754344B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000DTH814", + "cik": "0001211583", + "lei": "5299003IE70ITO2CBM73" + }, + { + "symbol": "FENG", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Phoenix New Media Ltd - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_4B584C5136462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG001NKNH59", + "cik": "0001509646", + "lei": "529900QQ1GX85WOUID50" + }, + { + "symbol": "FENY", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Fidelity Covington Trust - Fidelity MSCI Energy Index ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4332585947442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG005FHW2W9", + "cik": "0000945908", + "lei": null + }, + { + "symbol": "FEO", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "First Trust-Aberdeen Emerging Opportunity Fund", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4E5A5246574B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000D1Y665", + "cik": "0001363438", + "lei": "700UQMDEFIFKNKMN0L14" + }, + { + "symbol": "FEP", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "First Trust Exchange-Traded Fund III - First Trust Europe AlphaDEX Fun", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_50464C4D4B472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG001MKQKC2", + "cik": "0001424212", + "lei": null + }, + { + "symbol": "FET", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Forum Energy Technologies Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4A4D463243392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000PDVKL1", + "cik": "0001401257", + "lei": "549300SF93HLCR1REE27" + }, + { + "symbol": "FEUL", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Credit Suisse AG Nassau Branch - ZC SP ETN REDEEM 11/05/2028 USD 100", + "date": "2021-01-24", + "type": "struct", + "iexId": "IEX_4B33505143472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00KW62CP0", + "cik": null, + "lei": null + }, + { + "symbol": "FEUZ", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "First Trust Exchange-Traded Fund III - First Trust Eurozone AlphaDEX E", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5138504446562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG007D9BXL2", + "cik": "0001424212", + "lei": null + }, + { + "symbol": "FEVR", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Northern Lights Fund Trust IV - Inspire Faithward Large Cap Momentum E", + "date": "2021-01-24", + "type": "et", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00YG2ZBC7", + "cik": "0001644419", + "lei": null + }, + { + "symbol": "FEX", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "First Trust Exchange-Traded Fund III - First Trust Large Cap Core Alph", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5050424452432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000R6D2Y0", + "cik": "0001424212", + "lei": null + }, + { + "symbol": "FEYE", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "FireEye Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4652524836562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0020B4JG7", + "cik": "0001370880", + "lei": "549300E9D2UJUFLLY524" + }, + { + "symbol": "FEZ", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "SSgA Active Trust - SPDR EURO Stoxx 50 ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_434E375846352D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000PG8230", + "cik": "0001516212", + "lei": "549300PQC2CS3IA6B871" + }, + { + "symbol": "FF", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Futurefuel Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4754583234392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000GDSKT7", + "cik": "0001337298", + "lei": "529900WYQZSMWFXLA845" + }, + { + "symbol": "FFA", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "First Trust Enhanced Equity Income Fund", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_544C535437332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000PZFW98", + "cik": "0001291334", + "lei": "549300FW1TTV8W8GAV91" + }, + { + "symbol": "FFBC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "First Financial Bancorp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5446363156312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BJGW43", + "cik": "0000708955", + "lei": null + }, + { + "symbol": "FFBW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "FFBW Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5631444358442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00RDTS1N4", + "cik": "0001709017", + "lei": null + }, + { + "symbol": "FFC", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Flaherty & Crumrine Preferred and Income Securities Fund Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_505730505A542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000PNB1G9", + "cik": "0001174164", + "lei": "254900A8P8RQUXES1M50" + }, + { + "symbol": "FFEB", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "First Trust Exchange-Traded Fund VIII - FT Cboe Vest U.S. Equity Buffe", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4437423132362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00RPK2MH9", + "cik": "0001667919", + "lei": null + }, + { + "symbol": "FFEU", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Barclays Bank PLC - ZC SP ETN REDEEM 17/03/2033 USD 100 - Ser C", + "date": "2020-12-11", + "type": "struct", + "iexId": "IEX_4D5652514D332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00K9YB4X4", + "cik": "0000312070", + "lei": "G5GSEF7VJP5I7OUK5573" + }, + { + "symbol": "FFG", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "FBL Financial Group, Inc. - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5656394652392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000H0JJ17", + "cik": "0001012771", + "lei": null + }, + { + "symbol": "FFHG", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "Northern Lights Fund Trust IV - Formula Folios Hedged Growth ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_463732444E362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00GVWSVZ2", + "cik": "0001644419", + "lei": null + }, + { + "symbol": "FFHL", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Fuwei Films (Holdings) Co", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_575A4D334A4D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000LTXMS7", + "cik": "0001381074", + "lei": "529900XXKPHF6K3K8P23" + }, + { + "symbol": "FFIC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Flushing Financial Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4344424A44572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BZRV74", + "cik": "0000923139", + "lei": null + }, + { + "symbol": "FFIN", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "First Financial Bankshares, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5751514B33332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BL8476", + "cik": "0000036029", + "lei": "549300XN3GTGOENGNV49" + }, + { + "symbol": "FFIU", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Spinnaker ETF Trust - UVA Unconstrained Medium-Term Fixed Income ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_44585837504A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00HG93369", + "cik": "0001484018", + "lei": null + }, + { + "symbol": "FFIV", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "F5 Networks, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4A4A333942562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000CXYSZ6", + "cik": "0001048695", + "lei": null + }, + { + "symbol": "FFNW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "First Financial Northwest Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5337564636562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000TJHTJ4", + "cik": "0001401564", + "lei": "549300F9IPXLCC3K7B36" + }, + { + "symbol": "FFR", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "First Trust Exchange-Traded Fund II - First Trust FTSE EPRA/NAREIT Dev", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_443530334E472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000SQ9V67", + "cik": "0001364608", + "lei": null + }, + { + "symbol": "FFSG", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "Northern Lights Fund Trust IV - FormulaFolios Smart Growth ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_48514337304D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00J3PRP04", + "cik": "0001644419", + "lei": null + }, + { + "symbol": "FFTG", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "Northern Lights Fund Trust IV - FormulaFolios Tactical Growth ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4342334844522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00J3PRR00", + "cik": "0001644419", + "lei": null + }, + { + "symbol": "FFTI", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "Northern Lights Fund Trust IV - Formula Folios Tactical Income ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4654374B51512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00GVWT034", + "cik": "0001644419", + "lei": null + }, + { + "symbol": "FFTY", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Innovator Management LLC - Innovator IBD 50 ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4431315657332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG008G60GX9", + "cik": "0001599368", + "lei": null + }, + { + "symbol": "FFWM", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "First Foundation Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_523936374D512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG001V9VY04", + "cik": "0001413837", + "lei": "549300MLBB1IY0K7IR56" + }, + { + "symbol": "FGB", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "First Trust Specialty Finance & Financial Opportunities Fund", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4335424239352D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000PY9917", + "cik": "0001392994", + "lei": "549300EQ34T51CUS5O36" + }, + { + "symbol": "FGBI", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "First Guaranty Bancshares Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4D44545338362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BRLPF2", + "cik": "0001408534", + "lei": "549300600XNPWN48W622" + }, + { + "symbol": "FGD", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "First Trust Exchange-Traded Fund III - First Trust Dow Jones Global Se", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_46483147394A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000TYHFH3", + "cik": "0001424212", + "lei": null + }, + { + "symbol": "FGEN", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "FibroGen Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_524C4C3031472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000FW5ZL6", + "cik": "0000921299", + "lei": "549300Q914ULWWY95822" + }, + { + "symbol": "FGF", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "FG Financial Group Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG005TNKXT0", + "cik": "0001591890", + "lei": "5493001DHQMKB451K463" + }, + { + "symbol": "FGFPP", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "FG Financial Group Inc - 8% PRF PERPETUAL USD 25 - Ser A", + "date": "2021-01-24", + "type": "ps", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001591890", + "lei": "5493001DHQMKB451K463" + }, + { + "symbol": "FGM", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "First Trust Exchange-Traded Fund III - First Trust Germany AlphaDEX Fu", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5430445A46422D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG002N8WN24", + "cik": "0001424212", + "lei": null + }, + { + "symbol": "FGNA", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "FG New America Acquisition Corp - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_464C5A504B432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00XV5D453", + "cik": "0001818502", + "lei": null + }, + { + "symbol": "FGNA+", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "FG New America Acquisition Corp - Warrants (31/08/2027)", + "date": "2021-01-24", + "type": "wt", + "iexId": "IEX_5251473835322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00Y4RRXH1", + "cik": "0001818502", + "lei": null + }, + { + "symbol": "FGNA=", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "FG New America Acquisition Corp - Units (1 Ord Share Class A & 1/2 War", + "date": "2021-01-24", + "type": null, + "iexId": "IEX_4743503343512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00WYYG4J1", + "cik": "0001818502", + "lei": null + }, + { + "symbol": "FHB", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "First Hawaiian INC", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4A57464D30352D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0046LJYT2", + "cik": "0000036377", + "lei": "5493002DJSH46F5OLV06" + }, + { + "symbol": "FHI", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Federated Hermes Inc - Class B", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4751475033422D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BP0929", + "cik": "0001056288", + "lei": "R05X5UQ874RGFF7HHD84" + }, + { + "symbol": "FHLC", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Fidelity Covington Trust - Fidelity MSCI Health Care Index ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4836333331302D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG005FHVV47", + "cik": "0000945908", + "lei": null + }, + { + "symbol": "FHN", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "First Horizon Corporation", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5244515A39322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000GHZSZ6", + "cik": "0000036966", + "lei": "TF3RXI1ZB1TQ30H9JV10" + }, + { + "symbol": "FHN-A", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "First Horizon Corporation - 6.20% PRF PERPETUAL USD 25 - Ser A", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4C564251474A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000036966", + "lei": "TF3RXI1ZB1TQ30H9JV10" + }, + { + "symbol": "FHN-B", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "First Horizon Corporation - FXDFR PRF PERPETUAL USD 25 - Ser B 1/400 D", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4D59305A46572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000036966", + "lei": "TF3RXI1ZB1TQ30H9JV10" + }, + { + "symbol": "FHN-C", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "First Horizon Corporation - FXDFR PRF PERPETUAL USD 25 - Ser C 1/400 D", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_514B584D36422D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000036966", + "lei": "TF3RXI1ZB1TQ30H9JV10" + }, + { + "symbol": "FHN-D", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "First Horizon Corporation - FXDFR PRF PERPETUAL USD 25 - Ser D 1/400 D", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4430584E52312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000036966", + "lei": "TF3RXI1ZB1TQ30H9JV10" + }, + { + "symbol": "FHN-E", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "First Horizon Corporation - 6.50% PRF PERPETUAL USD 25 - Ser E", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4333474A35312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000036966", + "lei": "TF3RXI1ZB1TQ30H9JV10" + }, + { + "symbol": "FHTX", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Foghorn Therapeutics Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_48334B354D312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00HFZPB88", + "cik": "0001822462", + "lei": null + }, + { + "symbol": "FI", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Franks International N.V.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4E484E3351322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG004K27P01", + "cik": "0001575828", + "lei": "724500LJYA8QIT73H017" + }, + { + "symbol": "FIBK", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "First Interstate BancSystem Inc. - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_505046464E422D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BMSC38", + "cik": "0000860413", + "lei": "549300WRWYTYX0RCNJ43" + }, + { + "symbol": "FIBR", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "BlackRock Institutional Trust Company N.A. - BTC iShares U.S. Fixed In", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_51305936474B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00864VXT9", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "FICO", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Fair, Isaac Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4B33385736522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000DW76Y6", + "cik": "0000814547", + "lei": "RI6HET5SJUEY30V1PS26" + }, + { + "symbol": "FICS", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "First Trust Exchange-Traded Fund VI - First Trust International Develo", + "date": "2021-01-24", + "type": "et", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00YGCBLZ4", + "cik": "0001552740", + "lei": null + }, + { + "symbol": "FID", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "First Trust Exchange-Traded Fund VI - First Trust S&P International Di", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4A51564E50432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0055FL7F4", + "cik": "0001552740", + "lei": null + }, + { + "symbol": "FIDI", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Fidelity Covington Trust - Fidelity International High Dividend ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5358465843472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00JRH22Y7", + "cik": "0000945908", + "lei": null + }, + { + "symbol": "FIDU", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Fidelity Covington Trust - Fidelity MSCI Industrials Index ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_48533838334A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG005FHVVY4", + "cik": "0000945908", + "lei": null + }, + { + "symbol": "FIEE", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "UBS AG London Branch - ZC SP ETN REDEEM 12/02/2026 USD 100", + "date": "2021-01-24", + "type": "struct", + "iexId": "IEX_4339544357312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00C78W2Z0", + "cik": "0001168525", + "lei": null + }, + { + "symbol": "FIF", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "First Trust Energy Infrastructure Fund", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_53544A3451522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG001Y23Q59", + "cik": "0001513789", + "lei": "549300U01UTSY4XHYP86" + }, + { + "symbol": "FIHD", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "UBS AG London Branch - ZC SP ETN REDEEM 03/03/2026 USD 100", + "date": "2021-01-24", + "type": "struct", + "iexId": "IEX_5258463531562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00C7VWL23", + "cik": "0001168525", + "lei": null + }, + { + "symbol": "FIII", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Forum Merger III Corp - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5358503731312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00XH5GGH6", + "cik": "0001784168", + "lei": null + }, + { + "symbol": "FIIIW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Forum Merger III Corp - Warrants (24/08/2027)", + "date": "2021-01-24", + "type": "wt", + "iexId": "IEX_544751355A4A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00XH5H2S4", + "cik": "0001784168", + "lei": null + }, + { + "symbol": "FILL", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "BlackRock Institutional Trust Company N.A. - BTC iShares MSCI Global E", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_54483544564D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG002GKQZG0", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "FINS", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Angel Oak Financial Strategies Income Term Trust", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4D32443854342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00P48H7P1", + "cik": "0001745059", + "lei": null + }, + { + "symbol": "FINV", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "FinVolution Group - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_4B504E5933442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00HZ6P0P5", + "cik": "0001691445", + "lei": "3003000RAVUT809U6P08" + }, + { + "symbol": "FINX", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Global X Funds - Global X Funds Global X FinTech ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5144523951342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00DSB46W3", + "cik": "0001432353", + "lei": null + }, + { + "symbol": "FIS", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Fidelity National Information Services, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5247545936312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BK2F42", + "cik": "0001136893", + "lei": "6WQI0GK1PRFVBA061U48" + }, + { + "symbol": "FISI", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Financial Institutions Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4842534631372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BY1L13", + "cik": "0000862831", + "lei": null + }, + { + "symbol": "FISK", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Empire State Realty OP LP - Unit - Ser 250", + "date": "2021-01-24", + "type": null, + "iexId": "IEX_4A44503630392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG005CL7974", + "cik": "0001553079", + "lei": "549300JHBOF3KL3CI814" + }, + { + "symbol": "FISR", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "SSgA Active Trust - SPDR SSGA Fixed Income Sector Rotation ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5258363451392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00NS9WGV4", + "cik": "0001516212", + "lei": "549300PQC2CS3IA6B871" + }, + { + "symbol": "FISV", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Fiserv, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_514C514B44432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BJKPG0", + "cik": "0000798354", + "lei": "GI7UBEJLXYLGR2C7GV83" + }, + { + "symbol": "FIT", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Fitbit Inc - Class A", + "date": "2021-01-15", + "type": "cs", + "iexId": "IEX_4646374453392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0025YWQ66", + "cik": "0001447599", + "lei": "549300GYQQ375BZPXK02" + }, + { + "symbol": "FITB", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Fifth Third Bancorp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4C524B3031332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BJL3N0", + "cik": "0000035527", + "lei": "THRNG6BD57P9QWTQLG42" + }, + { + "symbol": "FITBI", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Fifth Third Bancorp - FXDFR PRF PERPETUAL USD 25 - Ser I", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_46594B4447542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000035527", + "lei": "THRNG6BD57P9QWTQLG42" + }, + { + "symbol": "FITBO", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Fifth Third Bancorp - 4.95% PRF PERPETUAL USD 25 - Ser K Dp 1/1000th", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_43544C5A54502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000035527", + "lei": "THRNG6BD57P9QWTQLG42" + }, + { + "symbol": "FITBP", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Fifth Third Bancorp - 6% PRF PERPETUAL USD 1000 - Sr A Rp 1/40 Dp Cl B", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4D54383151462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000035527", + "lei": "THRNG6BD57P9QWTQLG42" + }, + { + "symbol": "FITE", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "SPDR Series Trust - SPDR S&P Kensho Future Security ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_435839514A382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00JHP6203", + "cik": "0001064642", + "lei": null + }, + { + "symbol": "FIV", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "First Trust Senior Floating Rate 2022 Target Term Fund", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5033324D35582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00FLYVZ97", + "cik": "0001687081", + "lei": null + }, + { + "symbol": "FIVA", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Fidelity Covington Trust - Fidelity International Value Factor ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_54484D32465A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00JRRWL07", + "cik": "0000945908", + "lei": null + }, + { + "symbol": "FIVE", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Five Below Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5332595A374C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG001636CR2", + "cik": "0001177609", + "lei": "529900AAXP5Z6BGI7418" + }, + { + "symbol": "FIVG", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "ETF Series Solutions Trust - Defiance Next Gen Connectivity ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4C52325142372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00NJ313Y7", + "cik": "0001540305", + "lei": null + }, + { + "symbol": "FIVN", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Five9 Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4A43543253422D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG001KHJM17", + "cik": "0001288847", + "lei": "254900MXP6EWY0SFFR59" + }, + { + "symbol": "FIW", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "First Trust Exchange-Traded Fund III - First Trust Water ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4E31435943322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000QJSZL8", + "cik": "0001424212", + "lei": null + }, + { + "symbol": "FIX", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Comfort Systems USA, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4652303147542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BWN2Y9", + "cik": "0001035983", + "lei": "5299009DT1ZA5HTU6R38" + }, + { + "symbol": "FIXD", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "First Trust Exchange-Traded Fund VIII - First Trust TCW Opportunistic ", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4637305A54522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00FZ4KFH5", + "cik": "0001667919", + "lei": null + }, + { + "symbol": "FIXX", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Homology Medicines Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4C4D353851382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00CTTJWQ9", + "cik": "0001661998", + "lei": "549300RWKPJEFTM3K452" + }, + { + "symbol": "FIYY", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Barclays Bank PLC - ZC SP ETN REDEEM 17/03/2033 USD 100 - Ser B", + "date": "2020-12-11", + "type": "struct", + "iexId": "IEX_4B4A333239312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00K9YB2Z6", + "cik": "0000312070", + "lei": "G5GSEF7VJP5I7OUK5573" + }, + { + "symbol": "FIZZ", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "National Beverage Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4E42364458512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BF8CB6", + "cik": "0000069891", + "lei": "549300O9MZIQJI8TGV17" + }, + { + "symbol": "FJAN", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "First Trust Exchange-Traded Fund VIII - FT Cboe Vest U.S. Equity Buffe", + "date": "2021-01-24", + "type": "et", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00YXMPKQ0", + "cik": "0001667919", + "lei": null + }, + { + "symbol": "FJNK", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Pacific Global ETF Trust - Pacific Global Focused High Yield ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5359383743592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00QLCF050", + "cik": "0001747688", + "lei": null + }, + { + "symbol": "FJP", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "First Trust Exchange-Traded Fund III - First Trust Japan AlphaDEX Fund", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_57393838434D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG001MKPY33", + "cik": "0001424212", + "lei": null + }, + { + "symbol": "FJUL", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "First Trust Exchange-Traded Fund VIII - FT Cboe Vest U.S. Equity Buffe", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4657504B43522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00VZR6JH7", + "cik": "0001667919", + "lei": null + }, + { + "symbol": "FJUN", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "First Trust Exchange-Traded Fund VIII - FT Cboe Vest U.S. Equity Buffe", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5236323537432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00VC9S427", + "cik": "0001667919", + "lei": null + }, + { + "symbol": "FKU", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "First Trust Exchange-Traded Fund III - First Trust United Kingdom Alph", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4D3452424D352D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG002N8TF98", + "cik": "0001424212", + "lei": null + }, + { + "symbol": "FL", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Foot Locker Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4D595A37575A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BX8DC4", + "cik": "0000850209", + "lei": "549300X383CBNP6MTV94" + }, + { + "symbol": "FLAU", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Franklin Templeton ETF Trust - Franklin FTSE Australia ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_464B434C44522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00J3M8WZ9", + "cik": "0001655589", + "lei": null + }, + { + "symbol": "FLAX", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Franklin Templeton ETF Trust - Franklin FTSE Asia ex Japan ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_515034584E4D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00JYXTH81", + "cik": "0001655589", + "lei": null + }, + { + "symbol": "FLBL", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "Franklin Templeton ETF Trust - Franklin Liberty Senior Loan ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5254435A4C4D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00L2CKS28", + "cik": "0001655589", + "lei": null + }, + { + "symbol": "FLBR", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Franklin Templeton ETF Trust - Franklin FTSE Brazil ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4C54573234442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00J3M9VQ0", + "cik": "0001655589", + "lei": null + }, + { + "symbol": "FLC", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Flaherty & Crumrine Total Return Fund Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4A574D4B52342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000PN2918", + "cik": "0001245648", + "lei": "254900OFZ9J1RLHWZQ22" + }, + { + "symbol": "FLCA", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Franklin Templeton ETF Trust - Franklin FTSE Canada ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5333434A57312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00J3N6M72", + "cik": "0001655589", + "lei": null + }, + { + "symbol": "FLCB", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Franklin Templeton ETF Trust - Franklin Liberty U.S. Core Bond ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_534A523857382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00Q6LNHW1", + "cik": "0001655589", + "lei": null + }, + { + "symbol": "FLCH", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Franklin Templeton ETF Trust - Franklin FTSE China ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_50354A5147472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00J3MD154", + "cik": "0001655589", + "lei": null + }, + { + "symbol": "FLCO", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Franklin Templeton ETF Trust - Franklin Liberty Investment Grade Corpo", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4C57583543482D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00DVZWNP6", + "cik": "0001655589", + "lei": null + }, + { + "symbol": "FLDM", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Fluidigm Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4632445032562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000S8WQB6", + "cik": "0001162194", + "lei": "549300GX8Y96GSB6YP89" + }, + { + "symbol": "FLDR", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "Fidelity Covington Trust - Fidelity Low Duration Bond Factor ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4A425746384C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00L4J99Z0", + "cik": "0000945908", + "lei": null + }, + { + "symbol": "FLEE", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Franklin Templeton ETF Trust - Franklin FTSE Europe ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_505250574A5A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00J3PR1S7", + "cik": "0001655589", + "lei": null + }, + { + "symbol": "FLEH", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Franklin Templeton ETF Trust - Franklin FTSE Europe Hedged ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_57313643384D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00J3PR6Q8", + "cik": "0001655589", + "lei": null + }, + { + "symbol": "FLEU", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Barclays Bank PLC - ZC SP ETN REDEEM 28/10/2026 USD 100 - Global MTN S", + "date": "2020-12-11", + "type": "struct", + "iexId": "IEX_4A445739344A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00F5NRFZ9", + "cik": "0000312070", + "lei": "G5GSEF7VJP5I7OUK5573" + }, + { + "symbol": "FLEX", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Flex Ltd", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5656464C50362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BP5YT0", + "cik": "0000866374", + "lei": "529900K1BMCUOYTR5K07" + }, + { + "symbol": "FLFR", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Franklin Templeton ETF Trust - Franklin FTSE France ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_574D434A43342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00J3MMXJ9", + "cik": "0001655589", + "lei": null + }, + { + "symbol": "FLGB", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Franklin Templeton ETF Trust - Franklin FTSE United Kingdom ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4257483458442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00J3PQYB4", + "cik": "0001655589", + "lei": null + }, + { + "symbol": "FLGE", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Credit Suisse AG Nassau Branch - ZC SP ETN REDEEM 13/06/2024 USD 100", + "date": "2021-01-24", + "type": "struct", + "iexId": "IEX_4B594457514B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG006MDLM10", + "cik": null, + "lei": null + }, + { + "symbol": "FLGR", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Franklin Templeton ETF Trust - Franklin FTSE Germany ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_43474E395A582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00J3MNNR1", + "cik": "0001655589", + "lei": null + }, + { + "symbol": "FLGT", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Fulgent Genetics Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_433436354E4C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00DR7LTG2", + "cik": "0001674930", + "lei": "549300CL6P01M68QJ404" + }, + { + "symbol": "FLGV", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Franklin Templeton ETF Trust - Franklin Liberty U.S. Treasury Bond ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5058463158522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00V7V3M12", + "cik": "0001655589", + "lei": null + }, + { + "symbol": "FLHK", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Franklin Templeton ETF Trust - Franklin FTSE Hong Kong ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4A523453514B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00J3MP320", + "cik": "0001655589", + "lei": null + }, + { + "symbol": "FLHY", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "Franklin Templeton ETF Trust - Franklin Liberty High Yield Corporate E", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5635314D58502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00L2CL634", + "cik": "0001655589", + "lei": null + }, + { + "symbol": "FLIA", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "Franklin Templeton ETF Trust - Franklin Liberty International Aggregat", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5652365430362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00L2CLBL3", + "cik": "0001655589", + "lei": null + }, + { + "symbol": "FLIC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "First Of Long Island Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_474644424A392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BJMDS2", + "cik": "0000740663", + "lei": null + }, + { + "symbol": "FLIN", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Franklin Templeton ETF Trust - Franklin FTSE India ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_52564837544E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00JYWBHT9", + "cik": "0001655589", + "lei": null + }, + { + "symbol": "FLIR", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Flir Systems, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5457533737442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BHK836", + "cik": "0000354908", + "lei": "VOBD35NEPH6WISIRTJ85" + }, + { + "symbol": "FLIY", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Franklin Templeton ETF Trust - Franklin FTSE Italy ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4B42395954322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00J3MTH70", + "cik": "0001655589", + "lei": null + }, + { + "symbol": "FLJH", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Franklin Templeton ETF Trust - Franklin FTSE Japan Hedged ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4744483444482D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00J3MMYR8", + "cik": "0001655589", + "lei": null + }, + { + "symbol": "FLJP", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Franklin Templeton ETF Trust - Franklin FTSE Japan ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4D4E5A4D34342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00J3MDY16", + "cik": "0001655589", + "lei": null + }, + { + "symbol": "FLKR", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Franklin Templeton ETF Trust - Franklin FTSE South Korea ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5359483256532D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00J3N5BB2", + "cik": "0001655589", + "lei": null + }, + { + "symbol": "FLL", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Full House Resorts, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4E32443252392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BHSGF7", + "cik": "0000891482", + "lei": "5493009DKIWW0H901Y82" + }, + { + "symbol": "FLLA", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Franklin Templeton ETF Trust - Franklin FTSE Latin America ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_543238594A382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00M6PPS91", + "cik": "0001655589", + "lei": null + }, + { + "symbol": "FLLV", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Franklin Templeton ETF Trust - Franklin Liberty US Low Volatility ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_52475A35544B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00DVWC6L6", + "cik": "0001655589", + "lei": null + }, + { + "symbol": "FLM", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "First Trust Exchange-Traded Fund III - First Trust Global Engineering ", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4656384459322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BK21J7", + "cik": "0001424212", + "lei": null + }, + { + "symbol": "FLMB", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Franklin Templeton ETF Trust - Franklin Liberty Federal Tax-Free Bond ", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4C504250444E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00HLJ9XK3", + "cik": "0001655589", + "lei": null + }, + { + "symbol": "FLMI", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Franklin Templeton ETF Trust - Franklin Liberty Federal Intermediate T", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4C33354A42342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00HLJ4L24", + "cik": "0001655589", + "lei": null + }, + { + "symbol": "FLMN", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Falcon Minerals Corp - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4E434A5852422D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00HFMM0W7", + "cik": "0001703785", + "lei": "549300OILIONON7XK623" + }, + { + "symbol": "FLMNW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Falcon Minerals Corp - Warrants(21/07/2022)", + "date": "2021-01-24", + "type": "wt", + "iexId": "IEX_475837315A442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00HFMM3Q8", + "cik": "0001703785", + "lei": "549300OILIONON7XK623" + }, + { + "symbol": "FLMX", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Franklin Templeton ETF Trust - Franklin FTSE Mexico ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_544A4E3759392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00J3MSMP0", + "cik": "0001655589", + "lei": null + }, + { + "symbol": "FLN", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "First Trust Exchange-Traded Fund III - First Trust Latin America Alpha", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_544A525334322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG001MKNCN1", + "cik": "0001424212", + "lei": null + }, + { + "symbol": "FLNG", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Flex Lng Ltd", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4C4A393032332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000R0MG54", + "cik": "0001772253", + "lei": "21380084THHU3MPC3647" + }, + { + "symbol": "FLNT", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Fluent Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5030535656332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000TWSVB6", + "cik": "0001460329", + "lei": "549300P3G8O165ICY429" + }, + { + "symbol": "FLO", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Flowers Foods, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4B53564C4D422D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BB4D72", + "cik": "0001128928", + "lei": "7YNCQQNDK8FBM9BBTK25" + }, + { + "symbol": "FLOT", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "BlackRock Institutional Trust Company N.A. - BTC iShares Floating Rate", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4637465A354A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG001QWVB81", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "FLOW", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "SPX FLOW Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4456363233482D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG007FL7ZD2", + "cik": "0001641991", + "lei": "5493003YXEKRBINIEM78" + }, + { + "symbol": "FLQD", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Franklin Templeton ETF Trust - Franklin LibertyQ Global Dividend ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_47575851334C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00D0YQTN9", + "cik": "0001655589", + "lei": null + }, + { + "symbol": "FLQE", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Franklin Templeton ETF Trust - Franklin LibertyQ Emerging Markets ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5751395950582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00D0YKT46", + "cik": "0001655589", + "lei": null + }, + { + "symbol": "FLQG", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Franklin Templeton ETF Trust - Franklin LibertyQ Global Equity ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_425A464C38352D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00D0YKX38", + "cik": "0001655589", + "lei": null + }, + { + "symbol": "FLQH", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Franklin Templeton ETF Trust - Franklin LibertyQ International Equity ", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_484A434751382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00D0YL0Z4", + "cik": "0001655589", + "lei": null + }, + { + "symbol": "FLQL", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "Franklin Templeton ETF Trust - Franklin LibertyQ U.S. Equity ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_53524B5746562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00GKQZDZ9", + "cik": "0001655589", + "lei": null + }, + { + "symbol": "FLQM", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "Franklin Templeton ETF Trust - Franklin LibertyQ U.S. Mid Cap Equity E", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_544252314A432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00GKQZHB6", + "cik": "0001655589", + "lei": null + }, + { + "symbol": "FLQS", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "Franklin Templeton ETF Trust - Franklin LibertyQ U.S. Small Cap Equity", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5144583733532D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00GKQZLJ9", + "cik": "0001655589", + "lei": null + }, + { + "symbol": "FLR", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Fluor Corporation", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_513737344D572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BB1TH9", + "cik": "0001124198", + "lei": "CQ7WZ4NOFWT7FAE6Q943" + }, + { + "symbol": "FLRG", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Fidelity Covington Trust - Fidelity U.S. Multifactor ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_50434B3042572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00XCCSCY3", + "cik": "0000945908", + "lei": null + }, + { + "symbol": "FLRN", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "SPDR Series Trust - SPDR Bloomberg Barclays Investment Grade Floating ", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5746345A4C582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0029J2H86", + "cik": "0001064642", + "lei": null + }, + { + "symbol": "FLRT", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Pacific Global ETF Trust - Pacific Global Senior Loan ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4D5A3733485A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0084720Y2", + "cik": "0001747688", + "lei": null + }, + { + "symbol": "FLRU", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Franklin Templeton ETF Trust - Franklin FTSE Russia ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4244535032542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00JYXPK33", + "cik": "0001655589", + "lei": null + }, + { + "symbol": "FLS", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Flowserve Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5659513032432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000FFH4P5", + "cik": "0000030625", + "lei": "6Y0GK87T6V7NJKZJVM41" + }, + { + "symbol": "FLSA", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Franklin Templeton ETF Trust - Franklin FTSE Saudi Arabia ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_544E47334C532D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00M6PPK25", + "cik": "0001655589", + "lei": null + }, + { + "symbol": "FLSP", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Franklin Templeton ETF Trust - Franklin Liberty Systematic Style Premi", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_425A524752322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00R2LVKF6", + "cik": "0001655589", + "lei": null + }, + { + "symbol": "FLSW", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Franklin Templeton ETF Trust - Franklin FTSE Switzerland ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4435393542432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00JYXTYC9", + "cik": "0001655589", + "lei": null + }, + { + "symbol": "FLT", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Fleetcor Technologies Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5747585637442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000GPXKX9", + "cik": "0001175454", + "lei": "549300DG6RR0NQSFLN74" + }, + { + "symbol": "FLTB", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Fidelity Covington Trust - Fidelity Limited Term Bond ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4435463356312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0078XLZ84", + "cik": "0000945908", + "lei": null + }, + { + "symbol": "FLTR", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "VanEck Vectors ETF Trust - VanEck Vectors Investment Grade Floating Ra", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4E52305732562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG001NKQWL5", + "cik": "0000869178", + "lei": null + }, + { + "symbol": "FLTW", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Franklin Templeton ETF Trust - Franklin FTSE Taiwan ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_56505A4C33422D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00J3PQ956", + "cik": "0001655589", + "lei": null + }, + { + "symbol": "FLUD", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Franklin Templeton ETF Trust - Franklin Liberty Ultra Short Bond ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5848565A58572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00W28C0D1", + "cik": "0001655589", + "lei": null + }, + { + "symbol": "FLUX", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Flux Power Holdings inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4D43545638352D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000CKGHF0", + "cik": "0001083743", + "lei": null + }, + { + "symbol": "FLV", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "American Century ETF Trust - American Century Focused Large Cap Value ", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4D4738444D422D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00RJWH3L1", + "cik": "0001710607", + "lei": null + }, + { + "symbol": "FLWS", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "1-800 Flowers.com Inc. - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_57354B38594C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BBR9P6", + "cik": "0001084869", + "lei": null + }, + { + "symbol": "FLXN", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Flexion Therapeutics Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4647584A35362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000QML6J5", + "cik": "0001419600", + "lei": "549300X8HYW1HZKCDG90" + }, + { + "symbol": "FLXS", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Flexsteel Industries, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5658515851342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BJNBB3", + "cik": "0000037472", + "lei": null + }, + { + "symbol": "FLY", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Fly Leasing Ltd - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_4A424C3259392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000TD4L71", + "cik": "0001407298", + "lei": "549300LI58A0MHGHTZ98" + }, + { + "symbol": "FLYT", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Direxion Funds - Direxion Flight to Safety Strategy ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_504B5A3539582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00RJWCZZ0", + "cik": "0001040587", + "lei": null + }, + { + "symbol": "FLZA", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Franklin Templeton ETF Trust - Franklin FTSE South Africa ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_51514D3936362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00M6PPPS6", + "cik": "0001655589", + "lei": null + }, + { + "symbol": "FM", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "BlackRock Institutional Trust Company N.A. - BTC iShares MSCI Frontier", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_56504C4747462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG003CG2WZ3", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "FMAC", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "FirstMark Horizon Acquisition Corp - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5642325033512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00XKM1H25", + "cik": "0001822219", + "lei": null + }, + { + "symbol": "FMAC+", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "FirstMark Horizon Acquisition Corp - Warrants (26/09/2025)", + "date": "2021-01-24", + "type": "wt", + "iexId": "IEX_4A4233504C582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00Y73NB74", + "cik": "0001822219", + "lei": null + }, + { + "symbol": "FMAC=", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "FirstMark Horizon Acquisition Corp - Units (1 Ord Share Class A & 1/3 ", + "date": "2021-01-24", + "type": null, + "iexId": "IEX_424D5837474A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00XH5SMB6", + "cik": "0001822219", + "lei": null + }, + { + "symbol": "FMAO", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Farmers & Merchants Bancorp Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_43464739524A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BLPL88", + "cik": "0000792966", + "lei": null + }, + { + "symbol": "FMAT", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Fidelity Covington Trust - Fidelity MSCI Materials Index ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_565739354A392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG005FHWDH2", + "cik": "0000945908", + "lei": null + }, + { + "symbol": "FMAY", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "First Trust Exchange-Traded Fund VIII - FT Cboe Vest U.S. Equity Buffe", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4343445254342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00TSG25H8", + "cik": "0001667919", + "lei": null + }, + { + "symbol": "FMB", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "First Trust Exchange-Traded Fund III - First Trust Managed Municipal E", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_42375A4C57302D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG006H1W517", + "cik": "0001424212", + "lei": null + }, + { + "symbol": "FMBH", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "First Mid Bancshares Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_54534B3032422D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BD8VT0", + "cik": "0000700565", + "lei": null + }, + { + "symbol": "FMBI", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "First Midwest Bancorp, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_433648585A442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BJNV83", + "cik": "0000702325", + "lei": "7XRS7ORI584PF41IVU88" + }, + { + "symbol": "FMBIO", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "First Midwest Bancorp, Inc. - 7% PRF PERPETUAL USD 25 - Ser C 1/40 Int", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4C37585732342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000702325", + "lei": "7XRS7ORI584PF41IVU88" + }, + { + "symbol": "FMBIP", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "First Midwest Bancorp, Inc. - 7% PRF PERPETUAL USD 25 - Ser A (1/40 In", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4248353050432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000702325", + "lei": "7XRS7ORI584PF41IVU88" + }, + { + "symbol": "FMC", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "FMC Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_424344344A462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BJP882", + "cik": "0000037785", + "lei": "CKDHZ2X64EEBQCSP7013" + }, + { + "symbol": "FMF", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "First Trust Exchange-Traded Fund V. - First Trust Managed Futures Stra", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4436314A43532D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG004XDZ7N7", + "cik": "0001549548", + "lei": null + }, + { + "symbol": "FMHI", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "First Trust Exchange-Traded Fund III - First Trust Municipal High Inco", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4743364854392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00J3TCPQ4", + "cik": "0001424212", + "lei": null + }, + { + "symbol": "FMIL", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "Fidelity Covington Trust - Fidelity New Millennium ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4A50353554422D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00V6QF9V7", + "cik": "0000945908", + "lei": null + }, + { + "symbol": "FMK", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "First Trust Exchange-Traded Fund III - First Trust First Trust Mega Ca", + "date": "2020-12-15", + "type": "et", + "iexId": "IEX_515452364D522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG001P868Y1", + "cik": "0001424212", + "lei": null + }, + { + "symbol": "FMN", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Federated Hermes Premier Municipal Income Fund", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_51424E3250392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000CTZS48", + "cik": "0001199004", + "lei": "C0TUI5ZPEIY028NN4Q23" + }, + { + "symbol": "FMNB", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Farmers National Banc Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5343343159332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000D9HD17", + "cik": "0000709337", + "lei": null + }, + { + "symbol": "FMO", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Fiduciary/Claymore Energy Infrastructure Fund", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4D52344252332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000QPJNJ4", + "cik": "0001305197", + "lei": "4CX5UKZQ9CZKIVNYQ181" + }, + { + "symbol": "FMS", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Fresenius Medical Care AG & Co. KGaA - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_44374631464E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000HDMR99", + "cik": "0001333141", + "lei": "549300CP8NY40UP89Q40" + }, + { + "symbol": "FMTX", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Forma Therapeutics Holdings Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_445A444D57532D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00VHK1BD8", + "cik": "0001538927", + "lei": null + }, + { + "symbol": "FMX", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Fomento Economico Mexicano S.A.B. de C.V. - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_5634523947382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BD33X2", + "cik": "0000894529", + "lei": "549300A8MDWDJNMLV153" + }, + { + "symbol": "FMY", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "First Trust Mortgage Income Fund", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_485032474A4E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000CLL1G6", + "cik": "0001319183", + "lei": "549300DJXDU5IDLS9H81" + }, + { + "symbol": "FN", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Fabrinet", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_524D484B33572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000HBFQP5", + "cik": "0001408710", + "lei": "5493004TETZ6IYF7CV44" + }, + { + "symbol": "FNB", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "F.N.B. Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4A57474E434A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BJ9B29", + "cik": "0000037808", + "lei": null + }, + { + "symbol": "FNB-E", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "F.N.B. Corp. - FXDFR PRF PERPETUAL USD 25 - Ser E", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4738514437462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000037808", + "lei": null + }, + { + "symbol": "FNCB", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "FNCB Bancorp Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4636595944392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BP3SJ6", + "cik": "0001035976", + "lei": null + }, + { + "symbol": "FNCL", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Fidelity Covington Trust - Fidelity MSCI Financials Index ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_435033334A582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG005FHWXV2", + "cik": "0000945908", + "lei": null + }, + { + "symbol": "FND", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Floor & Decor Holdings Inc - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4A36305A42442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG007GJ2F81", + "cik": "0001507079", + "lei": "549300M5FR3N688XGQ36" + }, + { + "symbol": "FNDA", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Schwab Strategic Trust - CSIM Schwab Fundamental U.S. Small Company In", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4853423651372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0051NXNP2", + "cik": "0000884546", + "lei": null + }, + { + "symbol": "FNDB", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Schwab Strategic Trust - CSIM Schwab Fundamental U.S. Broad Market Ind", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_43503532344D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0051GPYK7", + "cik": "0000884546", + "lei": null + }, + { + "symbol": "FNDC", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Schwab Strategic Trust - CSIM Schwab Fundamental International Small C", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4438423737342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0051QD585", + "cik": "0000884546", + "lei": null + }, + { + "symbol": "FNDE", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Schwab Strategic Trust - CSIM Schwab Fundamental Emerging Markets Larg", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_44564844394E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0051QPC78", + "cik": "0000884546", + "lei": null + }, + { + "symbol": "FNDF", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Schwab Strategic Trust - CSIM Schwab Fundamental International Large C", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4A43484353522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0051K49H0", + "cik": "0000884546", + "lei": null + }, + { + "symbol": "FNDX", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Schwab Strategic Trust - CSIM Schwab Fundamental U.S. Large Company In", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4A594E4A57382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0051J0PH1", + "cik": "0000884546", + "lei": null + }, + { + "symbol": "FNF", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Fidelity National Financial Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_465A564E32462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG006N7S6K9", + "cik": "0001331875", + "lei": "549300CAZYIH39SYQ287" + }, + { + "symbol": "FNGD", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Bank of Montreal - ZC SP ETN REDEEM 08/01/2038 USD 50 - Se D FNGD", + "date": "2021-01-24", + "type": "struct", + "iexId": "IEX_4D353937434B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00JSLPJL9", + "cik": "0000927971", + "lei": "NQQ6HPCNCCU6TUTQYE16" + }, + { + "symbol": "FNGO", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Bank of Montreal - ZC SP ETN REDEEM 08/01/2038 USD 50 - SER D FNGO", + "date": "2021-01-24", + "type": "struct", + "iexId": "IEX_5239503533522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00LLY1GD4", + "cik": "0000927971", + "lei": "NQQ6HPCNCCU6TUTQYE16" + }, + { + "symbol": "FNGS", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Bank of Montreal - ZC SP ETN REDEEM 08/01/2038 USD 50", + "date": "2021-01-24", + "type": "struct", + "iexId": "IEX_464D474D30432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00QTPSDZ8", + "cik": "0000927971", + "lei": "NQQ6HPCNCCU6TUTQYE16" + }, + { + "symbol": "FNGU", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Bank of Montreal - ZC SP ETN REDEEM 08/01/2038 USD 50 - Ser D FNGU", + "date": "2021-01-24", + "type": "struct", + "iexId": "IEX_5346535133362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00JSLPH24", + "cik": "0000927971", + "lei": "NQQ6HPCNCCU6TUTQYE16" + }, + { + "symbol": "FNGZ", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Bank of Montreal - ZC SP ETN REDEEM 08/01/2038 USD 50 - Ser D FNGZ", + "date": "2021-01-24", + "type": "struct", + "iexId": "IEX_51514A3031372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00LLY1DP8", + "cik": "0000927971", + "lei": "NQQ6HPCNCCU6TUTQYE16" + }, + { + "symbol": "FNHC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "FedNat Holding Co", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4748504B43342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000CB8BZ0", + "cik": "0001069996", + "lei": "549300TFR6HALUYTYJ66" + }, + { + "symbol": "FNI", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "First Trust Exchange-Traded Fund III - First Trust Chindia ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4D473653384B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000QJSNM4", + "cik": "0001424212", + "lei": null + }, + { + "symbol": "FNK", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "First Trust Exchange-Traded Fund III - First Trust Mid Cap Value Alpha", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4D50333439582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG001MKMBK7", + "cik": "0001424212", + "lei": null + }, + { + "symbol": "FNKO", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Funko Inc - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_42334D5A33502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00HXSHDQ9", + "cik": "0001704711", + "lei": "529900NG9F0KL5P6NK67" + }, + { + "symbol": "FNLC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "First Bancorp Inc (ME)", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4A33534C424D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000KN6TT5", + "cik": "0000765207", + "lei": null + }, + { + "symbol": "FNOV", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "First Trust Exchange-Traded Fund VIII - First Trust Cboe Vest U.S. Equ", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_46574B38314C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00QQFKFR5", + "cik": "0001667919", + "lei": null + }, + { + "symbol": "FNV", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Franco-Nevada Corporation", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_583542534A482D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000RD3CL8", + "cik": "0001456346", + "lei": null + }, + { + "symbol": "FNWB", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "First Northwest Bancorp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_58474C444E5A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0080Q5RR0", + "cik": "0001556727", + "lei": "549300YDR3VSTKB9DQ65" + }, + { + "symbol": "FNX", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "First Trust Exchange-Traded Fund III - First Trust Mid Cap Core AlphaD", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5453484B395A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000R6F9Q2", + "cik": "0001424212", + "lei": null + }, + { + "symbol": "FNY", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "First Trust Exchange-Traded Fund III - First Trust Mid Cap Growth Alph", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4E38383944462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG001MKMK63", + "cik": "0001424212", + "lei": null + }, + { + "symbol": "FOCS", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Focus Financial Partners Inc - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4754383450342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00L0YTFN8", + "cik": "0001651052", + "lei": "5493006FFJCGLZ246V12" + }, + { + "symbol": "FOCT", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "First Trust Exchange-Traded Fund VIII - FT Cboe Vest U.S. Equity Buffe", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5750303448372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00XS5NB05", + "cik": "0001667919", + "lei": null + }, + { + "symbol": "FOE", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Ferro Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5437435633582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BJQK11", + "cik": "0000035214", + "lei": "1YTO5R7OHOPE81ZNYD08" + }, + { + "symbol": "FOF", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Cohen & Steers Closed-End Opportunity Fund Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4450345448372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000Q7SW31", + "cik": "0001375340", + "lei": "LR8M34TUGI3LR3LBU408" + }, + { + "symbol": "FOLD", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Amicus Therapeutics Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4750475135442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000PLF6N0", + "cik": "0001178879", + "lei": "549300MRD1SMUTNBPQ53" + }, + { + "symbol": "FONR", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Fonar Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4D52363536542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BJQYS2", + "cik": "0000355019", + "lei": null + }, + { + "symbol": "FOR", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Forestar Group Inc New", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5431545A47522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BB1YV2", + "cik": "0001406587", + "lei": "549300BC2UB0GHV60V70" + }, + { + "symbol": "FORD", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Forward Industries, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_46444D514E382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BJRHG1", + "cik": "0000038264", + "lei": null + }, + { + "symbol": "FORM", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "FormFactor Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_424A31584E392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000D1Y3P1", + "cik": "0001039399", + "lei": "549300YCEEO6SZD1ZR61" + }, + { + "symbol": "FORR", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Forrester Research Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5247563753422D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000HGNYG8", + "cik": "0001023313", + "lei": "549300UUSFXYLJ80Z897" + }, + { + "symbol": "FORTY", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Formula Systems (1985) Ltd. - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_47474A3630302D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000JLM9R9", + "cik": "0001045986", + "lei": "5299007HN634606FI520" + }, + { + "symbol": "FOSL", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Fossil Group Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_484C5837394B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000C37332", + "cik": "0000883569", + "lei": "DDMY8YZ6L8UEMS1FDM73" + }, + { + "symbol": "FOTXY", + "exchange": "POR", + "exchangeSuffix": "", + "exchangeName": "PORTAL", + "name": "Fotex Holding SE Co Ltd - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_5636304258582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": null, + "lei": "529900HEZI4AW8PRTG30" + }, + { + "symbol": "FOUR", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Shift4 Payments Inc - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4651315936522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00TX393L4", + "cik": "0001794669", + "lei": null + }, + { + "symbol": "FOVL", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "iShares Trust - iShares Focused Value Factor ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5238584A59472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00NNQMF71", + "cik": "0001006249", + "lei": null + }, + { + "symbol": "FOX", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Fox Corporation - Class B", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4D38585436422D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00JHNKJY8", + "cik": "0001754301", + "lei": "549300DDU6FDRBIELS05" + }, + { + "symbol": "FOXA", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Fox Corporation - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4C50524E33542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00JHNJW99", + "cik": "0001754301", + "lei": "549300DDU6FDRBIELS05" + }, + { + "symbol": "FOXF", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Fox Factory Holding Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_564339524A372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG004T7VS53", + "cik": "0001424929", + "lei": "529900GE1HSV0617R721" + }, + { + "symbol": "FPA", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "First Trust Exchange-Traded Fund III - First Trust Asia Pacific ex-Jap", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_56335859364C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG001MKQLD9", + "cik": "0001424212", + "lei": null + }, + { + "symbol": "FPAC", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Far Peak Acquisition Corp - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00YVVW346", + "cik": "0001829426", + "lei": null + }, + { + "symbol": "FPAC+", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Far Peak Acquisition Corp - Warrants (07/12/2025)", + "date": "2021-01-24", + "type": "wt", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00YVW1D55", + "cik": "0001829426", + "lei": null + }, + { + "symbol": "FPAC=", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Far Peak Acquisition Corp - Units (1 Ord Share Class A & 1/3 War)", + "date": "2020-12-21", + "type": null, + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00Y6V2ZN5", + "cik": "0001829426", + "lei": null + }, + { + "symbol": "FPACU", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Far Peak Acquisition Corp - Units (1 Ord Share Class A & 1/3 War)", + "date": "2021-01-24", + "type": null, + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00Y6V2ZN5", + "cik": "0001829426", + "lei": null + }, + { + "symbol": "FPAY", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "FlexShopper Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_50374C5A48372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000TX5LD9", + "cik": "0001397047", + "lei": "5493007P8J2I11KFO744" + }, + { + "symbol": "FPE", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "First Trust Exchange-Traded Fund III - First Trust Preferred Securitie", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5754445153362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0043NRZ00", + "cik": "0001424212", + "lei": null + }, + { + "symbol": "FPEI", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "First Trust Exchange-Traded Fund III - First Trust Institutional Prefe", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_434D313430432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00HJHQ0B3", + "cik": "0001424212", + "lei": null + }, + { + "symbol": "FPF", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "First Trust Intermediate Duration Preferred & Income Fund", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4D58365948352D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0043KQ5K1", + "cik": "0001567569", + "lei": "549300EOWPOFA6ZHR675" + }, + { + "symbol": "FPH", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Five Point Holdings LLC - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_56383851544D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00BK2WQF9", + "cik": "0001574197", + "lei": null + }, + { + "symbol": "FPI", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Farmland Partners Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_535943564A4C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG005TNS0Q7", + "cik": "0001591670", + "lei": "549300LB188CHPZ4IL37" + }, + { + "symbol": "FPI-B", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Farmland Partners Inc - 6% PRF PERPETUAL USD 25 - Ser B", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4E584B5750542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001591670", + "lei": "549300LB188CHPZ4IL37" + }, + { + "symbol": "FPL", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "First Trust New Opportunities MLP & Energy Fund", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5256385953512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG005FHWCL9", + "cik": "0001589420", + "lei": "549300XZPV60ZCNK9321" + }, + { + "symbol": "FPRX", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Five Prime Therapeutics Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4B56584D53472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000TYL740", + "cik": "0001175505", + "lei": "549300Z652HXXGMB7V71" + }, + { + "symbol": "FPX", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "First Trust Exchange-Traded Fund III - First Trust US Equity Opportuni", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_505039384C392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BCSCP6", + "cik": "0001424212", + "lei": null + }, + { + "symbol": "FPXE", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "First Trust Exchange-Traded Fund III - First Trust IPOX (R) Europe Equ", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4B57523254562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00M55XYJ3", + "cik": "0001424212", + "lei": null + }, + { + "symbol": "FPXI", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "First Trust Exchange-Traded Fund II - First Trust International Equity", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_44374C4C4A432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG007DJGS54", + "cik": "0001364608", + "lei": null + }, + { + "symbol": "FQAL", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Fidelity Covington Trust - Fidelity Quality Factor ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_43374C4C544D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00DRGLM68", + "cik": "0000945908", + "lei": null + }, + { + "symbol": "FR", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "First Industrial Realty Trust, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4B35504644512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000CKGDS5", + "cik": "0000921825", + "lei": null + }, + { + "symbol": "FRA", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Blackrock Floating Rate Income Strategies Fund Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5730303551322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000PYJ211", + "cik": "0001259708", + "lei": "UZXE8UOGW61VMG5WLP57" + }, + { + "symbol": "FRAF", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Franklin Financial Services Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5031584247422D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BS5205", + "cik": "0000723646", + "lei": null + }, + { + "symbol": "FRAK", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "VanEck Vectors ETF Trust - VanEck Vectors Unconventional Oil & Gas ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_474746305A312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG002N8R5N6", + "cik": "0000869178", + "lei": null + }, + { + "symbol": "FRAN", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Francesca`s Holdings Corp", + "date": "2020-12-15", + "type": "cs", + "iexId": "IEX_464D595151462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000QDSSR1", + "cik": "0001399935", + "lei": "52990022JNJNC13X1A28" + }, + { + "symbol": "FRBA", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "First Bank (NJ)", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_56564B4E46302D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000Q92C66", + "cik": null, + "lei": null + }, + { + "symbol": "FRBK", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Republic First Bancorp, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4232464352522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BJSWJ4", + "cik": "0000834285", + "lei": null + }, + { + "symbol": "FRC", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "First Republic Bank", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_47594D3550422D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0019LSQ49", + "cik": "0001132979", + "lei": "YWC0TIKBQM2JV8L4IV08" + }, + { + "symbol": "FRC-G", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "First Republic Bank - 5.50% PRF PERPETUAL USD 25 - Ser G 1/40th int", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_5753523836472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001132979", + "lei": "YWC0TIKBQM2JV8L4IV08" + }, + { + "symbol": "FRC-H", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "First Republic Bank - 5.125% PRF PERPETUAL USD 25 - Ser H 1/40th Int", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_574E385746522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001132979", + "lei": "YWC0TIKBQM2JV8L4IV08" + }, + { + "symbol": "FRC-I", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "First Republic Bank - 5.50% PRF PERPETUAL USD - Ser I 1/40th Int", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4E4B394D4C312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001132979", + "lei": "YWC0TIKBQM2JV8L4IV08" + }, + { + "symbol": "FRC-J", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "First Republic Bank - 4.70% PRF PERPETUAL USD 25 - Dp Sh Rp1/40th Ser ", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_52574A534C582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001132979", + "lei": "YWC0TIKBQM2JV8L4IV08" + }, + { + "symbol": "FRC-K", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "First Republic Bank - 4.125% PRF PERPETUAL USD - 1/40th Int Ser K", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4331364E304C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001132979", + "lei": "YWC0TIKBQM2JV8L4IV08" + }, + { + "symbol": "FRD", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "Friedman Industries, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5059394353342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BJTD50", + "cik": "0000039092", + "lei": null + }, + { + "symbol": "FRDM", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "Alpha Architect Etf Trust - Alpha Architect Freedom 100 Emerging Marke", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5050354757382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00P7KKM01", + "cik": "0001592900", + "lei": null + }, + { + "symbol": "FREE", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Whole Earth Brands Inc - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_474C574A4E4B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00NZJ4H98", + "cik": "0001753706", + "lei": null + }, + { + "symbol": "FREEW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Whole Earth Brands Inc - Warrants (30/04/2026)", + "date": "2021-01-24", + "type": "wt", + "iexId": "IEX_4C51315037352D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00P4MZ5G4", + "cik": "0001753706", + "lei": null + }, + { + "symbol": "FREL", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Fidelity Covington Trust - Fidelity MSCI Real Estate Index ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5134354E30542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG008229880", + "cik": "0000945908", + "lei": null + }, + { + "symbol": "FREQ", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Frequency Therapeutics Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5432534634582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00GFMTC38", + "cik": "0001703647", + "lei": null + }, + { + "symbol": "FRG", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Franchise Group Inc - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4B30535335442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG003385P56", + "cik": "0001528930", + "lei": "549300MWCHSL8BSOMV77" + }, + { + "symbol": "FRGAP", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Franchise Group Inc - 7.50% PRF PERPETUAL USD 25 - Ser A", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4A43344C46562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001528930", + "lei": "549300MWCHSL8BSOMV77" + }, + { + "symbol": "FRGI", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Fiesta Restaurant Group Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5356525036582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG001K3LSR4", + "cik": "0001534992", + "lei": null + }, + { + "symbol": "FRHC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Freedom Holding Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4643474237332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000N625H8", + "cik": "0000924805", + "lei": "254900RKI81EPUJ3RW71" + }, + { + "symbol": "FRI", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "First Trust Exchange-Traded Fund III - First Trust S&P REIT Index Fund", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5331303232462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000R6DCB3", + "cik": "0001424212", + "lei": null + }, + { + "symbol": "FRLG", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "GS Financial Corp. - ZC SP ETN REDEEM 03/04/2028 USD 100 - Ser E", + "date": "2021-01-24", + "type": "struct", + "iexId": "IEX_523632534C332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00KHHBLF4", + "cik": "0001029630", + "lei": "549300FR80KBVO6DRL61" + }, + { + "symbol": "FRLN", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Freeline Therapeutics Holdings plc - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_4232535833592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00W5FT4Q2", + "cik": "0001810031", + "lei": "21380046L1D1Q6QJPH29" + }, + { + "symbol": "FRME", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "First Merchants Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5152343935502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BBSJ28", + "cik": "0000712534", + "lei": "TZTBT0OTGQ2FEK6XMX94" + }, + { + "symbol": "FRO", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Frontline Ltd", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4852383857392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BTQNQ6", + "cik": "0000913290", + "lei": "5493004BCIKYU1YL3H63" + }, + { + "symbol": "FROG", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "JFrog Ltd", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4E52333148342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG006PWZX16", + "cik": "0001800667", + "lei": null + }, + { + "symbol": "FRPH", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "FRP Holdings Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5152383956472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000HCVWW4", + "cik": "0000844059", + "lei": null + }, + { + "symbol": "FRPT", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Freshpet Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4C43425948542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG001D0HB36", + "cik": "0001611647", + "lei": "549300S4ZK8ZQ6HNPN59" + }, + { + "symbol": "FRSX", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Foresight Autonomous Holdings Ltd - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_4654374D56532D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00GXL7WB1", + "cik": "0001691221", + "lei": "5299005KAEJOQ73AME77" + }, + { + "symbol": "FRT", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Federal Realty Investment Trust", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4644533158422D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BJVN28", + "cik": "0000034903", + "lei": "549300LI6XZ51GOCJ427" + }, + { + "symbol": "FRT-C", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Federal Realty Investment Trust - 5% PRF PERPETUAL USD 25 - Ser C 1/10", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_56355A3542472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000034903", + "lei": "549300LI6XZ51GOCJ427" + }, + { + "symbol": "FRTA", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Forterra Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4230345859352D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0087DMH31", + "cik": "0001678463", + "lei": "549300M8CB93DI1JD480" + }, + { + "symbol": "FRX", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Forest Road Acquisition Corp - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00XTHJJ15", + "cik": "0001826889", + "lei": null + }, + { + "symbol": "FRX+", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Forest Road Acquisition Corp - Warrants (31/12/2027)", + "date": "2021-01-24", + "type": "wt", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00YTSM917", + "cik": "0001826889", + "lei": null + }, + { + "symbol": "FRX=", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Forest Road Acquisition Corp - Units (1 Ord Share Class A & 1/3 War)", + "date": "2021-01-24", + "type": null, + "iexId": "IEX_51525948484C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00XT27ZK4", + "cik": "0001826889", + "lei": null + }, + { + "symbol": "FSBW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "FS Bancorp Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_51595835474E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG002Q8NXP4", + "cik": "0001530249", + "lei": null + }, + { + "symbol": "FSD", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "First Trust High Income Long Short Fund", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_444743304B4A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0016T3M78", + "cik": "0001494530", + "lei": "JUEVI6DHENZLPUBV7E49" + }, + { + "symbol": "FSDC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "FS Development Corp - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4D384E384E312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00W9MJK79", + "cik": "0001816736", + "lei": null + }, + { + "symbol": "FSEA", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "First Seacoast Bancorp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4346345A4D462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00P2YV4D0", + "cik": "0001769267", + "lei": null + }, + { + "symbol": "FSEP", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "First Trust Exchange-Traded Fund VIII - FT Cboe Vest U.S. Equity Buffe", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4C31373931362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00X9DXYV4", + "cik": "0001667919", + "lei": null + }, + { + "symbol": "FSFG", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "First Savings Financial Group Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_433753355A432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000FPK736", + "cik": "0001435508", + "lei": "549300BD6X6E6468JI14" + }, + { + "symbol": "FSI", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "Flexible Solutions International Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5135303054302D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000CSJWC0", + "cik": "0001069394", + "lei": null + }, + { + "symbol": "FSK", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "FS KKR Capital Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4E34534B38502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG001YCZP63", + "cik": "0001422183", + "lei": "549300TYRSI1T21B1360" + }, + { + "symbol": "FSKR", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "FS KKR Capital Corp II", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_434E435437362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00VHK1756", + "cik": null, + "lei": "549300WUTLLKJDQKPE21" + }, + { + "symbol": "FSLF", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "First Eagle Senior Loan Fund", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4C56515142532D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00594CJR6", + "cik": "0001583001", + "lei": null + }, + { + "symbol": "FSLR", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "First Solar Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_443051484C572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BFL116", + "cik": "0001274494", + "lei": "549300NPYMLM4NHTOF27" + }, + { + "symbol": "FSLY", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Fastly Inc - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4C4E575353482D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG004NLQHL0", + "cik": "0001517413", + "lei": "549300E2FZC83FJ3H565" + }, + { + "symbol": "FSM", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Fortuna Silver Mines Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4253304B30522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000LDZ482", + "cik": "0001341335", + "lei": "5493003Q88RVK7CW4735" + }, + { + "symbol": "FSMB", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "First Trust Exchange-Traded Fund III - First Trust Short Duration Mana", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_47564A484C592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00MFP1BT2", + "cik": "0001424212", + "lei": null + }, + { + "symbol": "FSMD", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Fidelity Covington Trust - Fidelity Small-Mid Multifactor ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4A43385250312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00NFRNBR4", + "cik": "0000945908", + "lei": null + }, + { + "symbol": "FSP", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "Franklin Street Properties Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4C4D315042432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000DRFJF1", + "cik": "0001031316", + "lei": "549300STLK2T6QY5WO82" + }, + { + "symbol": "FSR", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Fisker Inc - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4437565131302D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00LPWLFD4", + "cik": "0001720990", + "lei": null + }, + { + "symbol": "FSR+", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Fisker Inc - Warrants(01/12/2025)", + "date": "2021-01-24", + "type": "wt", + "iexId": "IEX_534B433451562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00M328GF3", + "cik": "0001720990", + "lei": null + }, + { + "symbol": "FSRV", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "FinServ Acquisition Corp - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4C35464637422D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00QPZDFX3", + "cik": "0001785424", + "lei": null + }, + { + "symbol": "FSRVW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "FinServ Acquisition Corp - Warrants (04/11/2026)", + "date": "2021-01-24", + "type": "wt", + "iexId": "IEX_473238384E512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00R4SJ888", + "cik": "0001785424", + "lei": null + }, + { + "symbol": "FSS", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Federal Signal Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4D46594B4C562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BJXWX2", + "cik": "0000277509", + "lei": "549300RTXZRPTNP6G884" + }, + { + "symbol": "FST", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "FAST Acquisition Corp - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4851523134392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00XR1KFM5", + "cik": "0001815737", + "lei": null + }, + { + "symbol": "FST+", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "FAST Acquisition Corp - Warrants (25/08/2027)", + "date": "2021-01-24", + "type": "wt", + "iexId": "IEX_5234374251582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00XR2H6Y4", + "cik": "0001815737", + "lei": null + }, + { + "symbol": "FST=", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "FAST Acquisition Corp - Units (1 Ord Share Class A & 1/2 War)", + "date": "2021-01-24", + "type": null, + "iexId": "IEX_4353304833592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00WH4BV10", + "cik": "0001815737", + "lei": null + }, + { + "symbol": "FSTA", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Fidelity Covington Trust - Fidelity MSCI Consumer Staples Index ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_443838384D462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG005FHW231", + "cik": "0000945908", + "lei": null + }, + { + "symbol": "FSTR", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "L.B. Foster Co. - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5442575257342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000D5LK23", + "cik": "0000352825", + "lei": "549300AUUJGJ2T2L2179" + }, + { + "symbol": "FSTX", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "F-star Therapeutics Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5239334A42312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0046HC879", + "cik": "0001566373", + "lei": "5493003TRY5HK3M6WH76" + }, + { + "symbol": "FSV", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "FirstService Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_474C4B5159422D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0093MWSL8", + "cik": "0001637810", + "lei": "5493000XUDIV75BCF118" + }, + { + "symbol": "FSZ", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "First Trust Exchange-Traded Fund III - First Trust Switzerland AlphaDE", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5346375442542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG002N8WLL7", + "cik": "0001424212", + "lei": null + }, + { + "symbol": "FT", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Franklin Universal Trust", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_544D595934302D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BJY819", + "cik": "0000833040", + "lei": "5493009UE75VG0DU8V76" + }, + { + "symbol": "FTA", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "First Trust Exchange-Traded Fund III - First Trust Large Capital Value", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_574B30314B4A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000R6DRG5", + "cik": "0001424212", + "lei": null + }, + { + "symbol": "FTAG", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "First Trust Exchange-Traded Fund III - First Trust Indxx Global Agricu", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4E38304235592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000QH5HZ2", + "cik": "0001424212", + "lei": null + }, + { + "symbol": "FTAI", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Fortress Transportation and Infrastructure Investors LLC", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5846573842322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG005T0KPY1", + "cik": "0001590364", + "lei": "529900E7PUVK6BC8PE80" + }, + { + "symbol": "FTAI-A", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Fortress Transportation and Infrastructure Investors LLC - FXDFR PRF P", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4E464B3342502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001590364", + "lei": "529900E7PUVK6BC8PE80" + }, + { + "symbol": "FTAI-B", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Fortress Transportation and Infrastructure Investors LLC - FXDFR PRF P", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_504A515054502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001590364", + "lei": "529900E7PUVK6BC8PE80" + }, + { + "symbol": "FTC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "First Trust Exchange-Traded Fund III - First Trust Large Capital Growt", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_51564E5158442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000R6FR55", + "cik": "0001424212", + "lei": null + }, + { + "symbol": "FTCH", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Farfetch Ltd - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5657314837472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00LSD4456", + "cik": "0001740915", + "lei": "549300QFQ74Z0F96NS78" + }, + { + "symbol": "FTCS", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "First Trust Exchange-Traded Fund III - First Trust Capital Strength ET", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4B4E4B50334C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000LGL532", + "cik": "0001424212", + "lei": null + }, + { + "symbol": "FTDR", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Frontdoor Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_564B54444C5A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00H9MNDZ2", + "cik": "0001727263", + "lei": "5493008RB0JZJI3QGZ06" + }, + { + "symbol": "FTEC", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Fidelity Covington Trust - Fidelity MSCI Information Technology Index ", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_574747424C542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG005FHWBM0", + "cik": "0000945908", + "lei": null + }, + { + "symbol": "FTEK", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Fuel Tech Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_51345A3637372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BNG8X5", + "cik": "0000846913", + "lei": "529900APRKUJMCW13M44" + }, + { + "symbol": "FTF", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "Franklin Limited Duration Income Trust", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4246535256472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000PX1YG6", + "cik": "0001233087", + "lei": "P58SM14RY02PYB0IA680" + }, + { + "symbol": "FTFT", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Future FinTech Group Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_484C514C4B382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000F57BQ1", + "cik": "0001066923", + "lei": "549300ON6WZ5PWKH5626" + }, + { + "symbol": "FTGC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "First Trust Exchange-Traded Fund III - First Trust Global Tactical Com", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4C51325835592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG005GHHC53", + "cik": "0001424212", + "lei": null + }, + { + "symbol": "FTHI", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "First Trust Exchange-Traded Fund VI - First Trust BuyWrite Income ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4833525739372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG005SW6SR0", + "cik": "0001552740", + "lei": null + }, + { + "symbol": "FTHM", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Fathom Holdings Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_524B474254542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00RFFH1L6", + "cik": "0001753162", + "lei": null + }, + { + "symbol": "FTHY", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "First Trust High Yield Opportunities 2027 Term Fund", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4351545231472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00TJJ12W3", + "cik": "0001810523", + "lei": null + }, + { + "symbol": "FTI", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "TechnipFMC plc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_524D4652324C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00DL8NMV2", + "cik": "0001681459", + "lei": "549300D5I93QWCJTCK36" + }, + { + "symbol": "FTIV", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "FinTech Acquisition Corp IV - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_584C375A59362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00XWZGGH3", + "cik": "0001777835", + "lei": null + }, + { + "symbol": "FTIVW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "FinTech Acquisition Corp IV - Warrants (31/12/2025)", + "date": "2021-01-24", + "type": "wt", + "iexId": "IEX_484E4D5A31372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00Y529CT8", + "cik": "0001777835", + "lei": null + }, + { + "symbol": "FTK", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Flotek Industries Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_47514D3146462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000C3TFS4", + "cik": "0000928054", + "lei": "549300TF60OEK4FPPC44" + }, + { + "symbol": "FTLB", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "First Trust Exchange-Traded Fund VI - First Trust Hedged BuyWrite Inco", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_44355931574E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG005SW6VS2", + "cik": "0001552740", + "lei": null + }, + { + "symbol": "FTLS", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "First Trust Exchange-Traded Fund III - First Trust Long/Short Equity E", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_42324A324A582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00735B1S4", + "cik": "0001424212", + "lei": null + }, + { + "symbol": "FTNT", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Fortinet Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_434C315148392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BCMBG4", + "cik": "0001262039", + "lei": "549300O0QJWDBAS0QX03" + }, + { + "symbol": "FTOC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "FTAC Olympus Acquisition Corp - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4633333742362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00X0JJ4N1", + "cik": "0001816090", + "lei": null + }, + { + "symbol": "FTOCW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "FTAC Olympus Acquisition Corp - Warrants(28/08/2025)", + "date": "2021-01-24", + "type": "wt", + "iexId": "IEX_4634374647372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00XVCPGW8", + "cik": "0001816090", + "lei": null + }, + { + "symbol": "FTRI", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "First Trust Exchange-Traded Fund III - First Trust Indxx Global Natura", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4D4E563533462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000QH5WL4", + "cik": "0001424212", + "lei": null + }, + { + "symbol": "FTS", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Fortis Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_53514C3434422D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000K9SSS5", + "cik": "0001666175", + "lei": "549300MQYQ9Y065XPR71" + }, + { + "symbol": "FTSD", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Franklin Templeton ETF Trust - Franklin Liberty Short Duration U.S. Go", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_51365A5251332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG005JV97M0", + "cik": "0001655589", + "lei": null + }, + { + "symbol": "FTSI", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "FTS International Inc. Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4A33585051302D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00Y7BD179", + "cik": "0001529463", + "lei": "549300LIZ1UTOOLOZV47" + }, + { + "symbol": "FTSL", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "First Trust Exchange-Traded Fund III - First Trust Senior Loan Fund ET", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5758574D504C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG004HQLWL8", + "cik": "0001424212", + "lei": null + }, + { + "symbol": "FTSM", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "First Trust Exchange-Traded Fund III - First Trust Enhanced Short Matu", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_48343239524B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG006XT8622", + "cik": "0001424212", + "lei": null + }, + { + "symbol": "FTV", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Fortive Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5031503033322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00BLVZ228", + "cik": "0001659166", + "lei": "549300MU9YQJYHDQEF63" + }, + { + "symbol": "FTV-A", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Fortive Corp - 5% PRF CONVERT 01/07/2021 USD 1000 - Ser A", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_433937424D382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001659166", + "lei": "549300MU9YQJYHDQEF63" + }, + { + "symbol": "FTXD", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "First Trust Exchange-Traded Fund III - First Trust Nasdaq Retail ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_54585830354E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00DVWC5R2", + "cik": "0001424212", + "lei": null + }, + { + "symbol": "FTXG", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "First Trust Exchange-Traded Fund III - First Trust Nasdaq Food & Bever", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_564A323538352D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00DVWC7R8", + "cik": "0001424212", + "lei": null + }, + { + "symbol": "FTXH", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "First Trust Exchange-Traded Fund III - First Trust Nasdaq Pharmaceutic", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_524C3742564C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00DVWC8X9", + "cik": "0001424212", + "lei": null + }, + { + "symbol": "FTXL", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "First Trust Exchange-Traded Fund III - First Trust Nasdaq Semiconducto", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_42344A5333522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00DVWCNW7", + "cik": "0001424212", + "lei": null + }, + { + "symbol": "FTXN", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "First Trust Exchange-Traded Fund III - First Trust Nasdaq Oil & Gas ET", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4846313756442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00DVWCBN3", + "cik": "0001424212", + "lei": null + }, + { + "symbol": "FTXO", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "First Trust Exchange-Traded Fund III - First Trust Nasdaq Bank ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4A30364458582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00DVWCDB2", + "cik": "0001424212", + "lei": null + }, + { + "symbol": "FTXR", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "First Trust Exchange-Traded Fund III - First Trust Nasdaq Transportati", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4632434C4A422D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00DVWCFR0", + "cik": "0001424212", + "lei": null + }, + { + "symbol": "FUBO", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "fuboTV Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4B4A3837534A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG002CV4Q74", + "cik": "0001484769", + "lei": null + }, + { + "symbol": "FUD", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "UBS AG Jersey - ZC SP ETRACS REDEEM 05/04/2038 USD 25 - 902641737", + "date": "2020-12-10", + "type": "struct", + "iexId": "IEX_4750484D59382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000VFDH36", + "cik": null, + "lei": null + }, + { + "symbol": "FUE", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "AB Svensk Exportkredit - ZC SP ETN REDEEM 13/02/2023 USD 10", + "date": "2021-01-24", + "type": "struct", + "iexId": "IEX_444B484642592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000VB3603", + "cik": "0000352960", + "lei": "1FOLRR5RWTWWI397R131" + }, + { + "symbol": "FUL", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "H.B. Fuller Company", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_57305A3252342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BJZ7V7", + "cik": "0000039368", + "lei": "JSMX3Z5FOYM8V0Q52357" + }, + { + "symbol": "FULC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Fulcrum Therapeutics Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4443505337572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00DDY1RK9", + "cik": "0001680581", + "lei": null + }, + { + "symbol": "FULT", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Fulton Financial Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_513637504B392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BJZM26", + "cik": "0000700564", + "lei": "5493005QLZ6O1BNC0C11" + }, + { + "symbol": "FULTP", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Fulton Financial Corp. - 5.125% PRF PERPETUAL USD 25 - Sr A Dep Rp 1/4", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_5748355A58352D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000700564", + "lei": "5493005QLZ6O1BNC0C11" + }, + { + "symbol": "FUMB", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "First Trust Exchange-Traded Fund III - First Trust Ultra Short Duratio", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4A305654525A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00MFP1HR1", + "cik": "0001424212", + "lei": null + }, + { + "symbol": "FUN", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Cedar Fair L.P.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4A334D484D562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BJZZX3", + "cik": "0000811532", + "lei": "549300TUVLNQQ6BVKH61" + }, + { + "symbol": "FUNC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "First United Corporation", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5631484A37502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000CWBQC2", + "cik": "0000763907", + "lei": "549300G54QPXQLB4KN58" + }, + { + "symbol": "FUND", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Sprott Focus Trust Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_46543354594B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BC0CY6", + "cik": "0000825202", + "lei": "549300ZO564XGNG81814" + }, + { + "symbol": "FUNL", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "Trust For Advised Portfolios - CornerCap Fundametrics Large-Cap ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_43365A4A35472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00WRCW0G0", + "cik": "0001261788", + "lei": null + }, + { + "symbol": "FURY", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "Fury Gold Mines Ltd.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_535A464A47572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG001KNTGG0", + "cik": "0001514597", + "lei": "549300J7HGQZCNNOU191" + }, + { + "symbol": "FUSB", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "First US Bancshares Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4C47464A39302D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BDB1Y6", + "cik": "0000717806", + "lei": "54930017QY1V8LM2TC68" + }, + { + "symbol": "FUSE", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Fusion Acquisition Corp - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_44545451364C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00VHZZP65", + "cik": "0001807846", + "lei": null + }, + { + "symbol": "FUSE+", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Fusion Acquisition Corp - Warrants (01/06/2027)", + "date": "2021-01-24", + "type": "wt", + "iexId": "IEX_5030305436532D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00WKJLP15", + "cik": "0001807846", + "lei": null + }, + { + "symbol": "FUSE=", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Fusion Acquisition Corp - Units (1 Ord Class A & 0.5 Warr)", + "date": "2021-01-24", + "type": null, + "iexId": "IEX_4C3233534D342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00VC9V9N9", + "cik": "0001807846", + "lei": null + }, + { + "symbol": "FUSN", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Fusion Pharmaceuticals Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_444D324B39392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00V9VQ3R9", + "cik": "0001805890", + "lei": null + }, + { + "symbol": "FUT", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "ProShares Trust - ProShares Managed Futures Strategy ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4E43383934322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00C7RBPV4", + "cik": "0001174610", + "lei": null + }, + { + "symbol": "FUTU", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Futu Holdings Ltd - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_44365A4731462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00MYXW4R8", + "cik": "0001754581", + "lei": "213800X4W4ZRESFPTQ37" + }, + { + "symbol": "FUTY", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Fidelity Covington Trust - Fidelity MSCI Utilities Index ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4A43464636312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG005FHVX98", + "cik": "0000945908", + "lei": null + }, + { + "symbol": "FUV", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Arcimoto Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_544B543033562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00HQ780X3", + "cik": "0001558583", + "lei": "549300MG7KF9H96GWE02" + }, + { + "symbol": "FV", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "First Trust Exchange-Traded Fund III - First Trust Dorsey Wright Focus", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5359463359532D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG005YW3DP1", + "cik": "0001424212", + "lei": null + }, + { + "symbol": "FVAL", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Fidelity Covington Trust - Fidelity Value Factor ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_535039354B472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00DRGLK44", + "cik": "0000945908", + "lei": null + }, + { + "symbol": "FVAM", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "5:01 Acquisition Corp - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4B36345A444D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00XMLFKB3", + "cik": "0001823465", + "lei": null + }, + { + "symbol": "FVC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "First Trust Exchange-Traded Fund III - First Trust Dorsey Wright Dynam", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5651505646322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00CDYRGJ9", + "cik": "0001424212", + "lei": null + }, + { + "symbol": "FVCB", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "FVCBankcorp Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4D56423537572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000DS5RF2", + "cik": "0001675644", + "lei": "549300MSW6NY44KG3397" + }, + { + "symbol": "FVD", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "First Trust Exchange-Traded Fund III - First Trust Value Line Dividend", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5450343059572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000PX7V21", + "cik": "0001424212", + "lei": null + }, + { + "symbol": "FVE", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Five Star Senior Living Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_445339584C392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BJRQT7", + "cik": "0001159281", + "lei": null + }, + { + "symbol": "FVL", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "First Trust Exchange-Traded Fund III - First Trust Value Line 100 ETF", + "date": "2020-12-14", + "type": "et", + "iexId": "IEX_5346484256302D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000M9RPQ2", + "cik": "0001424212", + "lei": null + }, + { + "symbol": "FVRR", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Fiverr International Ltd", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5844585637482D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG002YSC5M7", + "cik": "0001762301", + "lei": "549300Z8OREY6THCPF67" + }, + { + "symbol": "FVT=", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Fortress Value Acquisition Corp III - Units (1 Ord Share Class A & 1/5", + "date": "2021-01-24", + "type": null, + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00Y9DM3D2", + "cik": "0001824434", + "lei": null + }, + { + "symbol": "FVTU", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Fortress Value Acquisition Corp III - Units (1 Ord Share Class A & 1/5", + "date": "2021-01-05", + "type": null, + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001824434", + "lei": null + }, + { + "symbol": "FWDB", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Advisorshares Trust - AdvisorShares FolioBeyond Smart Core Bond ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4653424A51572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG001R788H8", + "cik": "0001408970", + "lei": "549300JV5T62F5E7S151" + }, + { + "symbol": "FWONA", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Liberty Media Corp. (Tracking Stock -Liberty Formula 1) Series A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_563657395A562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00BFHDCV6", + "cik": "0001560385", + "lei": "549300ZKUTPIBZLWLL89" + }, + { + "symbol": "FWONK", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Liberty Media Corp. (Tracking Stock -Liberty Formula 1) Series C", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4436304C35482D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00BFHDFR4", + "cik": "0001560385", + "lei": "549300ZKUTPIBZLWLL89" + }, + { + "symbol": "FWP", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Forward Pharma A/S - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_4A304E5234372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG006YNWM31", + "cik": "0001604924", + "lei": "54930057YYF35PR5NQ33" + }, + { + "symbol": "FWRD", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Forward Air Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_54544A5150352D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BRCHB4", + "cik": "0000912728", + "lei": null + }, + { + "symbol": "FXA", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Rydex Investments - Invesco CurrencyShares Australian Dollar Trust", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_523042475A372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000PPZ178", + "cik": null, + "lei": null + }, + { + "symbol": "FXB", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Rydex Investments - Invesco CurrencyShares British Pound Sterling Trus", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_57504E534D432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000PPYQB9", + "cik": null, + "lei": null + }, + { + "symbol": "FXC", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Rydex Investments - Invesco CurrencyShares Canadian Dollar Trust", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_42595346354D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000PPYCX6", + "cik": null, + "lei": null + }, + { + "symbol": "FXD", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "First Trust Exchange-Traded Fund III - First Trust Consumer Discretion", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_445754594A4D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BC4416", + "cik": "0001424212", + "lei": null + }, + { + "symbol": "FXE", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Rydex Investments - Invesco CurrencyShares Euro Trust", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_504648304A592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000HDFTG5", + "cik": null, + "lei": null + }, + { + "symbol": "FXF", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Rydex Investments - Invesco CurrencyShares Swiss Franc Trust", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4639473248502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000PPY0V4", + "cik": null, + "lei": null + }, + { + "symbol": "FXG", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "First Trust Exchange-Traded Fund III - First Trust Consumer Staples Al", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_464830334D342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000R6G1G9", + "cik": "0001424212", + "lei": null + }, + { + "symbol": "FXH", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "First Trust Exchange-Traded Fund III - First Trust Health Care AlphaDE", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4C52484C42532D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000R6BWD9", + "cik": "0001424212", + "lei": null + }, + { + "symbol": "FXI", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "BlackRock Institutional Trust Company N.A. - BTC iShares China Large-C", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_47344B354E302D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000Q8RVM1", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "FXL", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "First Trust Exchange-Traded Fund III - First Trust Technology AlphaDEX", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_534D353734592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000R6BJ93", + "cik": "0001424212", + "lei": null + }, + { + "symbol": "FXN", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "First Trust Exchange-Traded Fund III - First Trust Energy AlphaDEX Fun", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4B4C353835522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000R6GG30", + "cik": "0001424212", + "lei": null + }, + { + "symbol": "FXNC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "First National Corp. (Strasburg, VA)", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_543748374D332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000GMKH30", + "cik": "0000719402", + "lei": "549300TDCMDRFUMP0106" + }, + { + "symbol": "FXO", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "First Trust Exchange-Traded Fund III - First Trust Financials AlphaDEX", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_47323538504E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000R6CDJ4", + "cik": "0001424212", + "lei": null + }, + { + "symbol": "FXP", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "ProShares Trust - ProShares UltraShort FTSE China 50", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5438485153532D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000TS57Y8", + "cik": "0001174610", + "lei": null + }, + { + "symbol": "FXR", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "First Trust Exchange-Traded Fund III - First Trust Industrials/Produce", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4D424E5246392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BCZ751", + "cik": "0001424212", + "lei": null + }, + { + "symbol": "FXU", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "First Trust Exchange-Traded Fund III - First Trust Utilities AlphaDEX ", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5436424437472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000R6B8K4", + "cik": "0001424212", + "lei": null + }, + { + "symbol": "FXY", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Rydex Investments - Invesco CurrencyShares Japanese Yen Trust", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4B464D3736442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000D25FL8", + "cik": null, + "lei": null + }, + { + "symbol": "FXZ", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "First Trust Exchange-Traded Fund III - First Trust Materials AlphaDEX ", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4D58545848542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000R6B0D9", + "cik": "0001424212", + "lei": null + }, + { + "symbol": "FYC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "First Trust Exchange-Traded Fund III - First Trust Small Cap Growth Al", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_534346465A312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG001MKQHF6", + "cik": "0001424212", + "lei": null + }, + { + "symbol": "FYLD", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "Cambria Investment Management LP - Cambria Foreign Shareholder Yield E", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_42535332305A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG005NDJ0T2", + "cik": "0001529389", + "lei": null + }, + { + "symbol": "FYT", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "First Trust Exchange-Traded Fund III - First Trust Small Cap Value Alp", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_524A473943462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG001MKMN21", + "cik": "0001424212", + "lei": null + }, + { + "symbol": "FYX", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "First Trust Exchange-Traded Fund III - First Trust Small Cap Core Alph", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_56434E5144482D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000R6CSK9", + "cik": "0001424212", + "lei": null + }, + { + "symbol": "G", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Genpact Ltd", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5438474D50522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000RQBFV2", + "cik": "0001398659", + "lei": "529900OSEC6Q0L4L5B35" + }, + { + "symbol": "GAA", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "Cambria Investment Management LP - Cambria Global Asset Allocation ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_57574C54324B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG007PTNDR0", + "cik": "0001529389", + "lei": null + }, + { + "symbol": "GAB", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Gabelli Equity Trust Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_433332394D422D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BK1WL7", + "cik": "0000794685", + "lei": "54930036JZVAIXXFZV64" + }, + { + "symbol": "GAB-G", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Gabelli Equity Trust Inc. - SD PRF PERPETUAL USD 25 - Ser G 6.00%", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4D48314C48532D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000794685", + "lei": "54930036JZVAIXXFZV64" + }, + { + "symbol": "GAB-H", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Gabelli Equity Trust Inc. - 5% PRF PERPETUAL USD 25 - Ser H", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4659543946332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000794685", + "lei": "54930036JZVAIXXFZV64" + }, + { + "symbol": "GAB-J", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Gabelli Equity Trust Inc. - 5.45% PRF PERPETUAL USD 25 - Ser J", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_58384B4253392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000794685", + "lei": "54930036JZVAIXXFZV64" + }, + { + "symbol": "GAB-K", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Gabelli Equity Trust Inc. - 5% PRF PERPETUAL USD 25 - Ser K", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_42543335444B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000794685", + "lei": "54930036JZVAIXXFZV64" + }, + { + "symbol": "GABC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "German American Bancorp Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5250544E4A462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BH7CW0", + "cik": "0000714395", + "lei": "5493002JDOI3GTNVUD76" + }, + { + "symbol": "GAIA", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Gaia Inc - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_57464D5A31562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000C00PJ9", + "cik": "0001089872", + "lei": "529900QUX8SBA2D93M92" + }, + { + "symbol": "GAIN", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Gladstone Investment Corporation", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5259544C44332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000C32KN7", + "cik": "0001321741", + "lei": "549300HFFTVIBC98Z362" + }, + { + "symbol": "GAINL", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Gladstone Investment Corporation - 6.375% PRF REDEEM 31/08/2025 USD 25", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4C4A335852512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001321741", + "lei": "549300HFFTVIBC98Z362" + }, + { + "symbol": "GAINM", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Gladstone Investment Corporation - 6.25% PRF PERPETUAL USD 25 - Ser D", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4B52505934442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001321741", + "lei": "549300HFFTVIBC98Z362" + }, + { + "symbol": "GAL", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "SSgA Active Trust - SPDR SSgA Global Allocation ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_484C4E3150572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG002XY8BW6", + "cik": "0001516212", + "lei": "549300PQC2CS3IA6B871" + }, + { + "symbol": "GALT", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Galectin Therapeutics Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5054584C59542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BK6FP5", + "cik": "0001133416", + "lei": "5299004HFYSAZM2ALW85" + }, + { + "symbol": "GAM", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "General American Investors Co., Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4654335152472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BK3384", + "cik": "0000040417", + "lei": "254900MHIF9G7IS1T951" + }, + { + "symbol": "GAM-B", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "General American Investors Co., Inc. - 5.95% PRF PERPETUAL USD 25 - Se", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_50364C5832592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000040417", + "lei": "254900MHIF9G7IS1T951" + }, + { + "symbol": "GAMR", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "ETF Managers Group LLC - Wedbush ETFMG Video Game Tech ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4E39303032332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00CDZ0NW5", + "cik": "0001645173", + "lei": null + }, + { + "symbol": "GAN", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "GAN Limited", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4259574A42532D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00ST6YZF2", + "cik": "0001799332", + "lei": null + }, + { + "symbol": "GASS", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "StealthGas Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5357365231332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BN0Y47", + "cik": "0001328919", + "lei": "549300JCJUO3WBVVKJ89" + }, + { + "symbol": "GATO", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Gatos Silver Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4B4E574D42352D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG001W4GDZ9", + "cik": "0001517006", + "lei": null + }, + { + "symbol": "GATX", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "GATX Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_504D324D4E572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BKGXQ4", + "cik": "0000040211", + "lei": "549300IHYHCQP2PIR591" + }, + { + "symbol": "GAU", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "Galiano Gold Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5058354735432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000R11130", + "cik": "0001377757", + "lei": "529900V13XJFM0VPGC86" + }, + { + "symbol": "GAZ", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Barclays Bank PLC - ZC SP ETN REDEEM 05/03/2037 USD 50 - Ser A", + "date": "2021-01-24", + "type": "struct", + "iexId": "IEX_5256384D35462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00G5HK375", + "cik": "0000312070", + "lei": "G5GSEF7VJP5I7OUK5573" + }, + { + "symbol": "GB", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Global Blue Group Holding AG", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4B36313448462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00RYRG2R2", + "cik": "0001799983", + "lei": null + }, + { + "symbol": "GB+", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Global Blue Group Holding AG - Warrants (28/08/2025)", + "date": "2021-01-24", + "type": "wt", + "iexId": "IEX_4B5336394B592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00S00DK35", + "cik": "0001799983", + "lei": null + }, + { + "symbol": "GBAB", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Guggenheim Taxbl Muni Bnd & Invtmnt Grd Debt Trst Com Shrs Of benf Int", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4430534E51582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00184VXQ5", + "cik": "0001495825", + "lei": "O7RPTBV08XOX3ZU53L78" + }, + { + "symbol": "GBCI", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Glacier Bancorp, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_54304A354A422D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000C3KB84", + "cik": "0000868671", + "lei": "549300SMJAUKZB5D7V74" + }, + { + "symbol": "GBDC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Golub Capital BDC Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_513153514A592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000PXNF64", + "cik": "0001476765", + "lei": "2549005WE0QLGK9APF78" + }, + { + "symbol": "GBDV", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Global Beta ETF Trust - Global Beta Smart Income ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_54315247544A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00R4S7J23", + "cik": "0001774739", + "lei": null + }, + { + "symbol": "GBF", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "BlackRock Institutional Trust Company N.A. - BTC iShares Barclays Gove", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4D4B4D3232432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000RG3K60", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "GBGR", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Global Beta ETF Trust - Global Beta Rising Stars ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_57585131374B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00W9056P3", + "cik": "0001774739", + "lei": null + }, + { + "symbol": "GBIL", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Goldman Sachs ETF Trust - Goldman Sachs Access Treasury 0-1 Year ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4237593737512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00DRGSD07", + "cik": "0001479026", + "lei": null + }, + { + "symbol": "GBIO", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Generation Bio Co", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4834434756532D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00K698K88", + "cik": "0001733294", + "lei": null + }, + { + "symbol": "GBL", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Gamco Investors Inc - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_484B4C3733322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BLP360", + "cik": "0000807249", + "lei": "51A2MDO9SJ2HTOSMLZ76" + }, + { + "symbol": "GBLI", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Global Indemnity Group LLC - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4346473446432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG004M233H4", + "cik": "0001494904", + "lei": "5493007VRG5VQOUNX418" + }, + { + "symbol": "GBLIL", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Global Indemnity Group LLC - 7.875% NT REDEEM 15/04/2047 USD 25", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_5053504D30502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001494904", + "lei": "5493007VRG5VQOUNX418" + }, + { + "symbol": "GBLO", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Global Beta ETF Trust - Global Beta Low Beta ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4B43513253382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00W7W3XZ7", + "cik": "0001774739", + "lei": null + }, + { + "symbol": "GBNY", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Generations Bancorp NY Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001823365", + "lei": null + }, + { + "symbol": "GBR", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "New Concept Energy Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5651584D56592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BHD834", + "cik": "0000105744", + "lei": null + }, + { + "symbol": "GBS", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "GBS Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG004TP0VX9", + "cik": "0001725430", + "lei": "549300JIQ6MVR4PC5311" + }, + { + "symbol": "GBT", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Global Blood Therapeutics Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_51563443394E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00341H6M0", + "cik": "0001629137", + "lei": "549300U4G0QKK99GRT15" + }, + { + "symbol": "GBUG", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Barclays Bank PLC - ZC SP ETN REDEEM 06/10/2049 USD 25 - Ser A", + "date": "2021-01-24", + "type": "struct", + "iexId": "IEX_4A37353837332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00QJ0RX09", + "cik": "0000312070", + "lei": "G5GSEF7VJP5I7OUK5573" + }, + { + "symbol": "GBX", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Greenbrier Cos., Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4852394258392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000CF5097", + "cik": "0000923120", + "lei": "5493001GAGGFR30BP390" + }, + { + "symbol": "GCBC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Greene County Bancorp Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5844353448512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BQRVY4", + "cik": "0001070524", + "lei": null + }, + { + "symbol": "GCC", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "WisdomTree Commodity Services LLC - WisdomTree EnhancedContinuous Comm", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4651565038562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00YM346L3", + "cik": null, + "lei": "5493000Q7DNNRP3M2J08" + }, + { + "symbol": "GCI", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Gannett Co Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_484C5750534B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG005C9FQQ3", + "cik": "0001579684", + "lei": "549300JQ2PU0RI3ZBA32" + }, + { + "symbol": "GCMG", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "GCM Grosvenor Inc - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4B46303953392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00Y73FFL8", + "cik": "0001819796", + "lei": null + }, + { + "symbol": "GCMGW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "GCM Grosvenor Inc - Warrants (17/11/2025)", + "date": "2021-01-24", + "type": "wt", + "iexId": "IEX_4D35485430562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00Y73HL15", + "cik": "0001819796", + "lei": null + }, + { + "symbol": "GCO", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Genesco Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_564D4A35515A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BK5S78", + "cik": "0000018498", + "lei": "549300VY2Q511P1K5P56" + }, + { + "symbol": "GCOR", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Goldman Sachs ETF Trust - Goldman Sachs Access U.S. Aggregate Bond ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4233595650502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00VY1BDQ2", + "cik": "0001479026", + "lei": null + }, + { + "symbol": "GCOW", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "Pacer Funds Trust - Pacer Global Cash Cows Dividend ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_473334424A432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00BLVPPX4", + "cik": "0001616668", + "lei": null + }, + { + "symbol": "GCP", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "GCP Applied Technologies Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4A39364D39542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0082W8Q12", + "cik": "0001644440", + "lei": "5493007G654QKQVEKV09" + }, + { + "symbol": "GCV", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Gabelli Convertible and Income Securities Fund Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4437444844342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000F32012", + "cik": "0000845611", + "lei": "549300XKRPOM8NVRNE70" + }, + { + "symbol": "GD", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "General Dynamics Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4C54503333342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BK67C7", + "cik": "0000040533", + "lei": "9C1X8XOOTYY2FNYTVH06" + }, + { + "symbol": "GDDY", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Godaddy Inc - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5732544348442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG006MDLY05", + "cik": "0001609711", + "lei": null + }, + { + "symbol": "GDEN", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Golden Entertainment Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_574E47365A332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BCV1L0", + "cik": "0001071255", + "lei": "549300P8YYCKQVJ0Y638" + }, + { + "symbol": "GDL", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "GDL Fund", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4E48303042352D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000LKPFC7", + "cik": "0001378701", + "lei": "5493000XKGL8ZPN99479" + }, + { + "symbol": "GDL-C", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "GDL Fund - FXDVR PRF REDEEM 26/03/2025 USD 50 - Ser C", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4D34323047502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001378701", + "lei": "5493000XKGL8ZPN99479" + }, + { + "symbol": "GDMA", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Alpha Architect Etf Trust - Gadsden Dynamic Multi-Asset ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_424A4C3843352D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00MFC7N82", + "cik": "0001592900", + "lei": null + }, + { + "symbol": "GDO", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Western Asset Global Corporate Defined Opportunity Fund Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4E38344D435A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000PR5X59", + "cik": "0001472341", + "lei": null + }, + { + "symbol": "GDOT", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Green Dot Corp. - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_445A3332444B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000QDJT53", + "cik": "0001386278", + "lei": null + }, + { + "symbol": "GDP", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "Goodrich Petroleum Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5656473539382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00FFBF302", + "cik": "0000943861", + "lei": "5493000G2GU65EVWSF15" + }, + { + "symbol": "GDRX", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "GoodRx Holdings Inc - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_48444D354A522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00X0VP8D9", + "cik": "0001809519", + "lei": null + }, + { + "symbol": "GDS", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "GDS Holdings Limited - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_523033504B442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00DYK7TL5", + "cik": "0001526125", + "lei": "391200MGV8DDCHTN2R77" + }, + { + "symbol": "GDV", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Gabelli Dividend & Income Trust", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4842593942542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000C08QP2", + "cik": "0001260729", + "lei": "549300082N1MHBT8NI60" + }, + { + "symbol": "GDV-G", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Gabelli Dividend & Income Trust - 5.25% PRF PERPETUAL USD 25 - Ser G", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4E37564B4C5A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001260729", + "lei": "549300082N1MHBT8NI60" + }, + { + "symbol": "GDV-H", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Gabelli Dividend & Income Trust - 5.375% PRF PERPETUAL USD 25 - Ser H", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_5432523958522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001260729", + "lei": "549300082N1MHBT8NI60" + }, + { + "symbol": "GDVD", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "Principal Exchange-Traded Funds - Principal Active Global Dividend Inc", + "date": "2021-01-20", + "type": "et", + "iexId": "IEX_4C5658534B332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00GNRGXM5", + "cik": "0001572661", + "lei": null + }, + { + "symbol": "GDX", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "VanEck Vectors ETF Trust - VanEck Vectors Gold Miners ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_52345137584E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000PLNQN7", + "cik": "0000869178", + "lei": null + }, + { + "symbol": "GDXD", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Bank of Montreal - ZC SP ETN REDEEM 29/06/2040 USD", + "date": "2021-01-24", + "type": "struct", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00Y61VHF8", + "cik": "0000927971", + "lei": "NQQ6HPCNCCU6TUTQYE16" + }, + { + "symbol": "GDXJ", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "VanEck Vectors ETF Trust - VanEck Vectors Junior Gold Miners ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4D574E364D482D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000PTYMS2", + "cik": "0000869178", + "lei": null + }, + { + "symbol": "GDXU", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Bank of Montreal - ZC SP ETN REDEEM 29/06/2040 USD - 3X Leveraged", + "date": "2021-01-24", + "type": "struct", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00Y61T9T4", + "cik": "0000927971", + "lei": "NQQ6HPCNCCU6TUTQYE16" + }, + { + "symbol": "GDYN", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Grid Dynamics Holdings Inc - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_57304A334D4B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00MDLZN92", + "cik": "0001743725", + "lei": null + }, + { + "symbol": "GDYNW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Grid Dynamics Holdings Inc - Warrants (05/03/2025)", + "date": "2021-01-24", + "type": "wt", + "iexId": "IEX_564642594B312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00MF8KLK6", + "cik": "0001743725", + "lei": null + }, + { + "symbol": "GE", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "General Electric Co.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4354594E4A312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BK6MB5", + "cik": "0000040545", + "lei": "3C7474T6CDKPR9K6YT90" + }, + { + "symbol": "GEC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Great Elm Capital Group Inc", + "date": "2020-12-29", + "type": "cs", + "iexId": "IEX_475A46444E572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001082506", + "lei": "549300EGSCCDHJ89P871" + }, + { + "symbol": "GECC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Great Elm Capital Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_463631565A322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00D6RSP54", + "cik": "0001675033", + "lei": "549300JTA9ODXNIVFC33" + }, + { + "symbol": "GECCL", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Great Elm Capital Corp - 6.50% NT REDEEM 18/09/2022 USD 1000", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_444A4C53344A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001675033", + "lei": "549300JTA9ODXNIVFC33" + }, + { + "symbol": "GECCM", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ - ALL MARKETS", + "name": "Great Elm Capital Corp - 6.75% NT REDEEM 31/01/2025 USD 25", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_5731445242482D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001675033", + "lei": "549300JTA9ODXNIVFC33" + }, + { + "symbol": "GECCN", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Great Elm Capital Corp - 6.50% NT REDEEM 30/06/2024 USD 25", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4B54563956542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001675033", + "lei": "549300JTA9ODXNIVFC33" + }, + { + "symbol": "GEF", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Greif Inc - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4D5058304E342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BLFNC0", + "cik": "0000043920", + "lei": "54930070FVGKR0Z1FI24" + }, + { + "symbol": "GEF.B", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Greif Inc - Class B", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_535A444843532D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BLG477", + "cik": "0000043920", + "lei": "54930070FVGKR0Z1FI24" + }, + { + "symbol": "GEG", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Great Elm Group Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00YPT1P43", + "cik": null, + "lei": null + }, + { + "symbol": "GEL", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Genesis Energy L.P. - Unit", + "date": "2021-01-24", + "type": null, + "iexId": "IEX_4433564A4E592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BM3HK5", + "cik": "0001022321", + "lei": "549300VJ5D6MDK138782" + }, + { + "symbol": "GEM", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Goldman Sachs ETF Trust - Goldman Sachs ActiveBeta Emerging Markets Eq", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4D514E534D322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00B3QTT18", + "cik": "0001479026", + "lei": null + }, + { + "symbol": "GEN", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Genesis Healthcare Inc - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4E594D4836522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000Q4FY01", + "cik": "0001351051", + "lei": "549300Z1J6S3Q8CY1F48" + }, + { + "symbol": "GENC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Gencor Industries, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4A4B384A46562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000HQTN56", + "cik": "0000064472", + "lei": null + }, + { + "symbol": "GENE", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Genetic Technologies Ltd. - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_5052483634312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000P9PKY3", + "cik": "0001166272", + "lei": "529900YYKY7FRC90M744" + }, + { + "symbol": "GENY", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Principal Exchange-Traded Funds - Principal Millennials Index ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4A303531394D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00DM1BKC4", + "cik": "0001572661", + "lei": null + }, + { + "symbol": "GEO", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Geo Group, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4436384A51422D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000GC0TZ3", + "cik": "0000923796", + "lei": "5493003VOR6NTY465495" + }, + { + "symbol": "GEOS", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Geospace Technologies Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5158543957572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000FK4SZ4", + "cik": "0001001115", + "lei": null + }, + { + "symbol": "GER", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Goldman Sachs MLP and Energy Renaissance Fund", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4A30483953342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG006SY2VS0", + "cik": "0001612875", + "lei": "5493002N1D5YCVFNA222" + }, + { + "symbol": "GERM", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "ETF Managers Trust - ETFMG Treatments Testing and Advancements ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4731473048302D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00VCZBR80", + "cik": "0001467831", + "lei": null + }, + { + "symbol": "GERN", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Geron Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_544D545132312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000GX1891", + "cik": "0000886744", + "lei": "549300T282D7Z2YESL90" + }, + { + "symbol": "GES", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Guess Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4E31375346352D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BC26P7", + "cik": "0000912463", + "lei": "549300QVH3ZK2DW0KP86" + }, + { + "symbol": "GEVO", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Gevo Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_504D4458444E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000P7S7L7", + "cik": "0001392380", + "lei": "549300IV6EW4O1OJD686" + }, + { + "symbol": "GF", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "New Germany Fund Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5851433333372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000C3C5F8", + "cik": "0000858706", + "lei": "549300TPS2RTTJ8O3C08" + }, + { + "symbol": "GFED", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Guaranty Federal Bancshares Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5153394A38502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000F4HKP4", + "cik": "0001046203", + "lei": "5493007M655SNRCPIO45" + }, + { + "symbol": "GFF", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Griffon Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_52383556334D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000D7FT63", + "cik": "0000050725", + "lei": "5493000C2SGNC7ZN3242" + }, + { + "symbol": "GFI", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Gold Fields Ltd - ADR - Level II", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_53443730505A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000KHT4K7", + "cik": "0001172724", + "lei": "5299003KXIBJQYCBBD72" + }, + { + "symbol": "GFL", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "GFL Environmental Inc. (Sub Voting)", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5046463130422D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00PQS00S3", + "cik": "0001780232", + "lei": "549300FYK4MBXWIVZU26" + }, + { + "symbol": "GFN", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "General Finance Corporation", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4358353535422D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000NGFQR5", + "cik": "0001342287", + "lei": "549300CD2YOVXZVE6R39" + }, + { + "symbol": "GFNCP", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "General Finance Corporation - 9% PRF PERPETUAL USD 100 - Ser C", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4350574830532D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001342287", + "lei": "549300CD2YOVXZVE6R39" + }, + { + "symbol": "GFNSL", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ - ALL MARKETS", + "name": "General Finance Corporation - 8.125% NT REDEEM 31/07/2021 USD 25", + "date": "2021-01-15", + "type": "ps", + "iexId": "IEX_4E4E464A42592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001342287", + "lei": "549300CD2YOVXZVE6R39" + }, + { + "symbol": "GFNSZ", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "General Finance Corporation - 7.875% NT REDEEM 31/10/2025 USD 25", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_47544335304B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001342287", + "lei": "549300CD2YOVXZVE6R39" + }, + { + "symbol": "GFX=", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Golden Falcon Acquisition Corp - Units (1 Ord Class A & 1/2 War)", + "date": "2021-01-24", + "type": null, + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00YD93374", + "cik": "0001823896", + "lei": null + }, + { + "symbol": "GGAL", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Grupo Financiero Galicia - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_4B42374A4A342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000F646H3", + "cik": "0001114700", + "lei": "5299008H3AXIXV5G3C23" + }, + { + "symbol": "GGB", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Gerdau S.A. - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_4D51315A32532D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000K91FQ4", + "cik": "0001073404", + "lei": "254900YDV6SEQQPZVG24" + }, + { + "symbol": "GGG", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Graco Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4835343930572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BK9W84", + "cik": "0000042888", + "lei": "4T5VJ4S81BRT6Q7GGT78" + }, + { + "symbol": "GGM", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Guggenheim Credit Allocation Fund", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4A39353258582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0047F2365", + "cik": "0001551949", + "lei": "549300IU8SNGW5IIGZ97" + }, + { + "symbol": "GGN", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "GAMCO Global Gold Natural Resources & Income Trust", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_564452434C322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000DF0XV4", + "cik": "0001313510", + "lei": "SMXWLGD6Z5E8SLAQDA43" + }, + { + "symbol": "GGN-B", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "GAMCO Global Gold Natural Resources & Income Trust - 5% PRF PERPETUAL ", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4C4C434D39522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001313510", + "lei": "SMXWLGD6Z5E8SLAQDA43" + }, + { + "symbol": "GGO", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "Gabelli Go Anywhere Trust", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4A54434D58312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00F4161S0", + "cik": "0001635193", + "lei": null + }, + { + "symbol": "GGO-A", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "Gabelli Go Anywhere Trust - 8% PRF PERPETUAL USD 40 - Ser A", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4A373647544A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001635193", + "lei": null + }, + { + "symbol": "GGT", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Gabelli Multimedia Trust Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_575A4D4D4A332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BZNBL6", + "cik": "0000921671", + "lei": "8B48B6VEL86XSAPNEF03" + }, + { + "symbol": "GGT-E", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Gabelli Multimedia Trust Inc - 5.125% PRF PERPETUAL USD 25 - Ser E", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_435A464453582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000921671", + "lei": "8B48B6VEL86XSAPNEF03" + }, + { + "symbol": "GGT-G", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Gabelli Multimedia Trust Inc - 5.125% PRF PERPETUAL USD 25 - Ser G", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4C51474231522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000921671", + "lei": "8B48B6VEL86XSAPNEF03" + }, + { + "symbol": "GGZ", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Gabelli Global Small and Mid Cap Value Trust", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4457565353312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00562K7K7", + "cik": "0001585855", + "lei": "54930027RS7HE8UD3187" + }, + { + "symbol": "GGZ-A", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Gabelli Global Small and Mid Cap Value Trust - 5.45% PRF PERPETUAL USD", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4A4B344B48522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001585855", + "lei": "54930027RS7HE8UD3187" + }, + { + "symbol": "GH", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Guardant Health Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_48393331504D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG006D97VY9", + "cik": "0001576280", + "lei": "254900M8C3E5VC8BR186" + }, + { + "symbol": "GHC", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Graham Holdings Co. - Class B", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5239355739522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000C3FGH9", + "cik": "0000104889", + "lei": "529900BOSCEEEMAFQJ29" + }, + { + "symbol": "GHG", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "GreenTree Hospitality Group Ltd - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_5237373633422D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00K6DWML3", + "cik": "0001724755", + "lei": "3003001U5LT3SICVFH79" + }, + { + "symbol": "GHIV", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Gores Holdings IV Inc - Class A", + "date": "2021-01-22", + "type": "cs", + "iexId": "IEX_5348513234522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00R24YP60", + "cik": "0001783398", + "lei": null + }, + { + "symbol": "GHIVW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Gores Holdings IV Inc - Warrants (22/01/2025)", + "date": "2021-01-22", + "type": "wt", + "iexId": "IEX_5450314439532D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00SDPFRW7", + "cik": "0001783398", + "lei": null + }, + { + "symbol": "GHL", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Greenhill & Co Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_484433334E462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000C34WJ4", + "cik": "0001282977", + "lei": "529900VEOQHHHSPI9C69" + }, + { + "symbol": "GHLD", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Guild Holdings Co - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4435514A4A4D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00XR2PWB3", + "cik": "0001821160", + "lei": null + }, + { + "symbol": "GHM", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Graham Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_54314E4653462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BKB811", + "cik": "0000716314", + "lei": null + }, + { + "symbol": "GHSI", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Guardion Health Sciences Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4C44574E4A4D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00FF4HHX9", + "cik": "0001642375", + "lei": "5493001V8N461H1N6381" + }, + { + "symbol": "GHY", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "PGIM Global High Yield Fund Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_43525A4658522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0037TDXT4", + "cik": "0001554697", + "lei": "F0ATD1Y4J8CHDKHSLD09" + }, + { + "symbol": "GHYB", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Goldman Sachs ETF Trust - Goldman Sachs Access High Yield Corporate Bo", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5656444D47592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00H5VPMW7", + "cik": "0001479026", + "lei": null + }, + { + "symbol": "GHYG", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "BlackRock Institutional Trust Company N.A. - iShares US & Intl High Yi", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4C43584A4A542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG002VL4J62", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "GIB", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "CGI Inc - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_504A4E52574D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000FWZL89", + "cik": "0001061574", + "lei": "549300WSRCZY73ZG3090" + }, + { + "symbol": "GIFI", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Gulf Island Fabrication, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4C4C545436582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BQ36B0", + "cik": "0001031623", + "lei": null + }, + { + "symbol": "GIGB", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Goldman Sachs ETF Trust - Goldman Sachs Access Investment Grade Corpor", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4D574B5A58592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00GW2L1R9", + "cik": "0001479026", + "lei": null + }, + { + "symbol": "GIGE", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Tidal ETF Trust - SoFi Gig Economy ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4D584D54444D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00P3169X6", + "cik": "0001742912", + "lei": null + }, + { + "symbol": "GIGM", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Gigamedia", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_535944425A4B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BQGYG0", + "cik": "0001105101", + "lei": "549300Q31RWVWZKE4D67" + }, + { + "symbol": "GII", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "SSgA Active Trust - SSgA SPDR S&P Global Infrastructure ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5332343052372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000Q8TM21", + "cik": "0001516212", + "lei": "549300PQC2CS3IA6B871" + }, + { + "symbol": "GIII", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "G-III Apparel Group Ltd.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_44575642375A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000C2YZ60", + "cik": "0000821002", + "lei": "529900O5KABM3R3SFM87" + }, + { + "symbol": "GIK", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "GigCapital3 Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_57574D4256542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00TZ5ZMT8", + "cik": "0001802749", + "lei": null + }, + { + "symbol": "GIK+", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "GigCapital3 Inc - Warrants (18/05/2025)", + "date": "2021-01-24", + "type": "wt", + "iexId": "IEX_4E53385854522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00VSXXFZ0", + "cik": "0001802749", + "lei": null + }, + { + "symbol": "GIK=", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "GigCapital3 Inc - Units (1 Ord &3/4 War)", + "date": "2021-01-24", + "type": null, + "iexId": "IEX_56335936565A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00RZFGPR6", + "cik": "0001802749", + "lei": null + }, + { + "symbol": "GIL", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Gildan Activewear Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4246533551582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BH2CW5", + "cik": "0001061894", + "lei": "549300SB3IBI34M00Z45" + }, + { + "symbol": "GILD", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Gilead Sciences, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4A59574D42572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000CKGBP2", + "cik": "0000882095", + "lei": "549300WTZWR07K8MNV44" + }, + { + "symbol": "GILT", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Gilat Satellite Networks", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_573343594A442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BDQ562", + "cik": "0000897322", + "lei": "529900RVHDCYJ5YWHP12" + }, + { + "symbol": "GIM", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Templeton Global Income Fund Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5737534656482D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BKC3Z4", + "cik": "0000828803", + "lei": "QU1AAXOSV5K4OVMXJP19" + }, + { + "symbol": "GINN", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Goldman Sachs ETF Trust - Goldman Sachs Innovate Equity ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_435059394C4C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00Y3MQ4C3", + "cik": "0001479026", + "lei": null + }, + { + "symbol": "GIS", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "General Mills, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_52355847584C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BKCFC2", + "cik": "0000040704", + "lei": "2TGYMUGI08PO8X8L6150" + }, + { + "symbol": "GIX", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Gigcapital2 Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4448324A30352D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00PC18QT1", + "cik": "0001770141", + "lei": "549300OSKGXG2OH2XE50" + }, + { + "symbol": "GIX+", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Gigcapital2 Inc - Warrants (28/02/2026)", + "date": "2021-01-24", + "type": "wt", + "iexId": "IEX_4659484636472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00PLK6X52", + "cik": "0001770141", + "lei": "549300OSKGXG2OH2XE50" + }, + { + "symbol": "GIX=", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Gigcapital2 Inc - Units (1 Ord Share, 1 Rts & 1 Wrt)", + "date": "2021-01-24", + "type": null, + "iexId": "IEX_5734423554432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00P47NQ92", + "cik": "0001770141", + "lei": "549300OSKGXG2OH2XE50" + }, + { + "symbol": "GIX^", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Gigcapital2 Inc - Tradeable Rights - July 2019", + "date": "2021-01-24", + "type": null, + "iexId": "IEX_4D365A5759332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00PKRT368", + "cik": "0001770141", + "lei": "549300OSKGXG2OH2XE50" + }, + { + "symbol": "GJH", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Synthetic Fixed-Income Securities, Inc., - 6.375% SP STRATS REDEEM 15/", + "date": "2021-01-24", + "type": "struct", + "iexId": "IEX_42334C4D58532D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001140396", + "lei": null + }, + { + "symbol": "GJO", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Synthetic Fixed-Income Securities, Inc., - FR SP STRATS REDEEM 15/02/2", + "date": "2021-01-24", + "type": "struct", + "iexId": "IEX_4834314B51372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001140396", + "lei": null + }, + { + "symbol": "GJP", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Synthetic Fixed-Income Securities, Inc., - FR SP STRATS REDEEM 15/06/2", + "date": "2021-01-24", + "type": "struct", + "iexId": "IEX_435A444C4C482D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001140396", + "lei": null + }, + { + "symbol": "GJR", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Synthetic Fixed-Income Securities, Inc., - FR SP STRATS REDEEM 15/08/2", + "date": "2021-01-24", + "type": "struct", + "iexId": "IEX_53334350484A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001140396", + "lei": null + }, + { + "symbol": "GJS", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Synthetic Fixed-Income Securities, Inc., - FXDFR SP STRATS REDEEM 15/0", + "date": "2021-01-24", + "type": "struct", + "iexId": "IEX_5636325958432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001140396", + "lei": null + }, + { + "symbol": "GJT", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Synthetic Fixed-Income Securities, Inc., - FXDFR SP STRATS REDEEM 01/0", + "date": "2021-01-24", + "type": "struct", + "iexId": "IEX_4C4E365846432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001140396", + "lei": null + }, + { + "symbol": "GKOS", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Glaukos Corporation", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5438304357522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000WG2LQ1", + "cik": "0001192448", + "lei": "5299004JA1LHE21M6T14" + }, + { + "symbol": "GL", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Globe Life Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_514A425A31392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BVD6X4", + "cik": "0000320335", + "lei": "5493001JFHKQOPP6XA71" + }, + { + "symbol": "GLAD", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Gladstone Capital Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4A584C5239472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000DJYTQ4", + "cik": "0001143513", + "lei": "549300AWMOT9JR1SIJ74" + }, + { + "symbol": "GLADL", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Gladstone Capital Corp. - 5.375% NT REDEEM 01/11/2024 USD", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_5130473950362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001143513", + "lei": "549300AWMOT9JR1SIJ74" + }, + { + "symbol": "GLBS", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Globus Maritime Ltd", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5647585A4E4E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000QP8KT1", + "cik": "0001499780", + "lei": "549300UI7941O67A7N93" + }, + { + "symbol": "GLBZ", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Glen Burnie Bancorp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5653353543332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BVJNG0", + "cik": "0000890066", + "lei": null + }, + { + "symbol": "GLCN", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "VanEck Vectors ETF Trust - VanEck Vectors China Growth Leaders ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_53475243374D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000R2Y1D1", + "cik": "0000869178", + "lei": null + }, + { + "symbol": "GLD", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "SSgA Active Trust - SSgA SPDR Gold Shares", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_475A4A4C52572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000CRF6Q8", + "cik": "0001516212", + "lei": "549300PQC2CS3IA6B871" + }, + { + "symbol": "GLDD", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Great Lakes Dredge & Dock Corporation", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4C4644575A422D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000QT43H8", + "cik": "0001372020", + "lei": "549300H65E3MZ1CX0P05" + }, + { + "symbol": "GLDG", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "GoldMining Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4C48583952332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG001V9NSN1", + "cik": "0001538847", + "lei": "5493001ARXU0JC329006" + }, + { + "symbol": "GLDI", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Credit Suisse AG Nassau Branch - FR SP ETN REDEEM 02/02/2033 USD 20", + "date": "2021-01-24", + "type": "struct", + "iexId": "IEX_4237443533332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0042N2MQ9", + "cik": null, + "lei": null + }, + { + "symbol": "GLDM", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "World Gold Trust - SPDR Gold MiniShares Trust", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_43355038505A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00L8YYP89", + "cik": "0001618181", + "lei": null + }, + { + "symbol": "GLEO", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Galileo Acquisition Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_44544D4E4A532D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00QLC97D3", + "cik": "0001784851", + "lei": null + }, + { + "symbol": "GLEO+", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Galileo Acquisition Corp - Warrants (31/10/2026)", + "date": "2021-01-24", + "type": "wt", + "iexId": "IEX_4631394658562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00QTQ2260", + "cik": "0001784851", + "lei": null + }, + { + "symbol": "GLEO=", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Galileo Acquisition Corp - Units (1 Ordinary share & 1 Warr)", + "date": "2021-01-24", + "type": null, + "iexId": "IEX_5433595842522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00QGSRY90", + "cik": "0001784851", + "lei": null + }, + { + "symbol": "GLG", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "TD Holdings Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5832535456392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG004P486T2", + "cik": "0001556266", + "lei": "54930031878K0FR3JC36" + }, + { + "symbol": "GLIBA", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "GCI Liberty Inc - Class A", + "date": "2020-12-21", + "type": "cs", + "iexId": "IEX_474A343557472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00K7K2XZ0", + "cik": "0000808461", + "lei": "5493003JDENERRDYFN86" + }, + { + "symbol": "GLIBP", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "GCI Liberty Inc - PRF PERPETUAL USD - Series A", + "date": "2020-12-21", + "type": "ps", + "iexId": "IEX_42424B3851502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000808461", + "lei": "5493003JDENERRDYFN86" + }, + { + "symbol": "GLIF", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "AGF Investments Trust - AGFiQ Global Infrastructure ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_474E354858322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00P83CJ22", + "cik": "0001479599", + "lei": null + }, + { + "symbol": "GLIN", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "VanEck Vectors ETF Trust - VanEck Vectors India Growth Leaders ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_544E3250444E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0014XRYF0", + "cik": "0000869178", + "lei": null + }, + { + "symbol": "GLL", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "ProShares Trust - ProShares UltraShort Gold", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5846353452592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000FYF5B8", + "cik": "0001174610", + "lei": null + }, + { + "symbol": "GLMD", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Galmed Pharmaceuticals Ltd", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4E444B584D362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG005ZD02W1", + "cik": "0001595353", + "lei": "549300FL07PJ8ICSMD04" + }, + { + "symbol": "GLNG", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Golar Lng", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_58374C3046422D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000K14TT5", + "cik": "0001207179", + "lei": "213800C2VSFZG3EZLO34" + }, + { + "symbol": "GLO", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "Clough Global Opportunities Fund.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_514B504735372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000R0JS07", + "cik": "0001350869", + "lei": "549300DTG68UBCNCPY15" + }, + { + "symbol": "GLOB", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Globant S.A.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_56434C4E32352D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00564Y443", + "cik": "0001557860", + "lei": "2221008DCMSPYS42DS88" + }, + { + "symbol": "GLOG", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "GasLog Ltd", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_51444E36344C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG002DSBL28", + "cik": "0001534126", + "lei": "549300QH0H78JQK1Z820" + }, + { + "symbol": "GLOG-A", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "GasLog Ltd - 8.75% PRF PERPETUAL USD 25 - Ser A", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_50584C3934582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001534126", + "lei": "549300QH0H78JQK1Z820" + }, + { + "symbol": "GLOP", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Gaslog Partners LP - Unit", + "date": "2021-01-24", + "type": null, + "iexId": "IEX_5138485459522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0069J9WB3", + "cik": "0001598655", + "lei": "5299004R0RSGEG82BS06" + }, + { + "symbol": "GLOP-A", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Gaslog Partners LP - FXDFR PRF PERPETUAL USD 25 - Ser A", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4446334C56302D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001598655", + "lei": "5299004R0RSGEG82BS06" + }, + { + "symbol": "GLOP-B", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Gaslog Partners LP - FXDFR PRF PERPETUAL USD 25 - Ser B", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_54343832324D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001598655", + "lei": "5299004R0RSGEG82BS06" + }, + { + "symbol": "GLOP-C", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Gaslog Partners LP - FXDFR PRF PERPETUAL USD 25 - Ser C", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_56474D3132512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001598655", + "lei": "5299004R0RSGEG82BS06" + }, + { + "symbol": "GLP", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Global Partners LP - Unit", + "date": "2021-01-24", + "type": null, + "iexId": "IEX_4654354E46382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000GJQQ22", + "cik": "0001323468", + "lei": "549300PCHWTW9P4DU444" + }, + { + "symbol": "GLP-A", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Global Partners LP - FXDFR PRF PERPETUAL USD 25 - Ser A", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4A51353643562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001323468", + "lei": "549300PCHWTW9P4DU444" + }, + { + "symbol": "GLPG", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Galapagos NV - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_4346474259502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BJQY75", + "cik": "0001421876", + "lei": "549300QKJ78IY0IOV655" + }, + { + "symbol": "GLPI", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Gaming and Leisure Properties Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_50575659354C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG003MSMCS6", + "cik": "0001575965", + "lei": null + }, + { + "symbol": "GLQ", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "Clough Global Equity Fund", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4A33563646342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000DKG4Z6", + "cik": "0001316463", + "lei": "549300SI1THLT6A9J147" + }, + { + "symbol": "GLRE", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Greenlight Capital Re Ltd - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4334424843332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000QSBJR6", + "cik": "0001385613", + "lei": "549300Q9HRIFA2BGHJ51" + }, + { + "symbol": "GLRY", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Northern Lights Fund Trust IV - Inspire Faithward Mid Cap Momentum ESG", + "date": "2021-01-24", + "type": "et", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00YG2Z2P3", + "cik": "0001644419", + "lei": null + }, + { + "symbol": "GLSI", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Greenwich LifeSciences Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4A35474D56512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00V6PT8C7", + "cik": "0001799788", + "lei": null + }, + { + "symbol": "GLT", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Glatfelter Corporation", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_425844395A352D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BKFNX9", + "cik": "0000041719", + "lei": "549300LDQLQBT38QDY28" + }, + { + "symbol": "GLTO", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Galecto Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4B3431304C512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00XMLGWC5", + "cik": "0001800315", + "lei": null + }, + { + "symbol": "GLTR", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Aberdeen Standard Investments ETF - Aberdeen Standard Physical Preciou", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4439545157522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0017X6PR6", + "cik": "0001597934", + "lei": null + }, + { + "symbol": "GLU", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "Gabelli Global Utility & Income Trust.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5254334E31342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BNPDJ0", + "cik": "0001282957", + "lei": "549300Y9IKVB1DQ6Z097" + }, + { + "symbol": "GLU-A", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "Gabelli Global Utility & Income Trust. - SDFR PRF PERPETUAL USD 0.0001", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_44424A4437332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001282957", + "lei": "549300Y9IKVB1DQ6Z097" + }, + { + "symbol": "GLU-B", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "Gabelli Global Utility & Income Trust. - FXDFR PRF PERPETUAL USD 50 - ", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_47394C324D5A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001282957", + "lei": "549300Y9IKVB1DQ6Z097" + }, + { + "symbol": "GLUU", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Glu Mobile Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4D43593957462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000QL9YL7", + "cik": "0001366246", + "lei": "5299006L6Z4VS4PBXT12" + }, + { + "symbol": "GLV", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "Clough Global Dividend and Income Fund", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_524D4C4A504B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000Q2JP55", + "cik": "0001288795", + "lei": "5493001GFY6TW0CYCT15" + }, + { + "symbol": "GLW", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Corning, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4B32343533372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BKFZM4", + "cik": "0000024741", + "lei": "549300X2937PB0CJ7I56" + }, + { + "symbol": "GLYC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "GlycoMimetics Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4C53375930562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG001J1BQN9", + "cik": "0001253689", + "lei": "549300TZ84FFU2J2J459" + }, + { + "symbol": "GM", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "General Motors Company", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_543053515A482D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000NDYB67", + "cik": "0001467858", + "lei": "54930070NSV60J38I987" + }, + { + "symbol": "GMAB", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Genmab - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_533756334D4B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG004MPKM64", + "cik": "0001434265", + "lei": "529900MTJPDPE4MHJ122" + }, + { + "symbol": "GMBL", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Esports Entertainment Group Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5254345034372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000Q8H8G0", + "cik": "0001451448", + "lei": "549300OQ4VBDLOB5RA47" + }, + { + "symbol": "GMBLW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Esports Entertainment Group Inc - Warrants (31/03/2025)", + "date": "2021-01-24", + "type": "wt", + "iexId": "IEX_5036574A54392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00SZWS0T7", + "cik": "0001451448", + "lei": "549300OQ4VBDLOB5RA47" + }, + { + "symbol": "GMDA", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Gamida Cell Ltd", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_52484D484B4D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00M4RGHF6", + "cik": "0001600847", + "lei": null + }, + { + "symbol": "GME", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Gamestop Corporation - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5135334437352D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BB5BF6", + "cik": "0001326380", + "lei": "549300505KLOET039L77" + }, + { + "symbol": "GMED", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Globus Medical Inc - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4D5A594238362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG002V87SD0", + "cik": "0001237831", + "lei": "5299003M2P4CIK0RF205" + }, + { + "symbol": "GMF", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "SSgA Active Trust - SSgA SPDR S&P Emerging Asia Pacific ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_44315652565A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000Q8QY82", + "cik": "0001516212", + "lei": "549300PQC2CS3IA6B871" + }, + { + "symbol": "GMHI", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Gores Metropoulos Inc - Class A", + "date": "2020-12-03", + "type": "cs", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00MS90LK2", + "cik": "0001758057", + "lei": null + }, + { + "symbol": "GMHIW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Gores Metropoulos Inc - Warrants (28/01/2026)", + "date": "2020-12-03", + "type": "wt", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00NPS7D31", + "cik": "0001758057", + "lei": null + }, + { + "symbol": "GMLP", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Golar LNG Partners LP - Unit", + "date": "2021-01-24", + "type": null, + "iexId": "IEX_56304A3850462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG001LWJDL1", + "cik": "0001415916", + "lei": "213800RHYQNJR5AC9P81" + }, + { + "symbol": "GMLPP", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Golar LNG Partners LP - 8.75% PRF PERPETUAL USD 25 - Ser A", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_464A3742344E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001415916", + "lei": "213800RHYQNJR5AC9P81" + }, + { + "symbol": "GMOM", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "Cambria Investment Management LP - Cambria Global Momentum ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4730333252582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG007G3TP03", + "cik": "0001529389", + "lei": null + }, + { + "symbol": "GMRE", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Global Medical REIT Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4C34393354332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0027F2B89", + "cik": "0001533615", + "lei": "549300HFRIPQDYU3GU60" + }, + { + "symbol": "GMRE-A", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Global Medical REIT Inc - 7.50% PRF PERPETUAL USD 25 - Ser A", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_464B374E59322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001533615", + "lei": "549300HFRIPQDYU3GU60" + }, + { + "symbol": "GMS", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "GMS Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4A4D375153582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG009Q036D0", + "cik": "0001600438", + "lei": "52990057RENOQO4U0D72" + }, + { + "symbol": "GMTA", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "GATX Corp. - 5.625% NT REDEEM 30/05/2066 USD 25", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_42385A33304D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000040211", + "lei": "549300IHYHCQP2PIR591" + }, + { + "symbol": "GNAF", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Bank of Montreal - ZC SP ETN REDEEM 08/01/2038 USD 50 - Ser D GNAF", + "date": "2021-01-24", + "type": "struct", + "iexId": "IEX_584C354D56442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00LLY1M32", + "cik": "0000927971", + "lei": "NQQ6HPCNCCU6TUTQYE16" + }, + { + "symbol": "GNCA", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Genocea Biosciences Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_47535833474D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG001J41569", + "cik": "0001457612", + "lei": "549300BRZWG25RBYA369" + }, + { + "symbol": "GNE", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Genie Energy Ltd - Class B", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4A32353539462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0021PGB60", + "cik": "0001528356", + "lei": "52990057E36X8869GX58" + }, + { + "symbol": "GNE-A", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Genie Energy Ltd - PRF PERPETUAL USD - Ser 2012 A", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_5754593948572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001528356", + "lei": "52990057E36X8869GX58" + }, + { + "symbol": "GNFT", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Genfit - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_5632364346512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00NLFGCR9", + "cik": "0001757064", + "lei": "969500XPWN2DMZQA5X73" + }, + { + "symbol": "GNK", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Genco Shipping & Trading Limited", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4239345833322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG006TBN8B5", + "cik": "0001326200", + "lei": "5493003MBZ5GU8QHXZ58" + }, + { + "symbol": "GNL", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Global Net Lease Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_504A393744392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG004HXD0G8", + "cik": "0001526113", + "lei": "549300NUYANCT5SU8Z65" + }, + { + "symbol": "GNL-A", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Global Net Lease Inc - 7.25% PRF PERPETUAL USD 25 - Ser A", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_42475737424A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001526113", + "lei": "549300NUYANCT5SU8Z65" + }, + { + "symbol": "GNL-B", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Global Net Lease Inc - 6.875% PRF PERPETUAL USD 25 - Ser B", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4231364B584A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001526113", + "lei": "549300NUYANCT5SU8Z65" + }, + { + "symbol": "GNLN", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Greenlane Holdings Inc - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5330533238442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00N2TN5L3", + "cik": "0001743745", + "lei": "549300TLDAX3PKE2Y626" + }, + { + "symbol": "GNMA", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "BlackRock Institutional Trust Company N.A. - BTC iShares GNMA Bond ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5056525A374B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG002N8KLH5", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "GNMK", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "GenMark Diagnostics Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5252315239392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000QJTC65", + "cik": "0001487371", + "lei": null + }, + { + "symbol": "GNOG", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Golden Nugget Online Gaming Inc - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00PC99WC8", + "cik": "0001768012", + "lei": null + }, + { + "symbol": "GNOGW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Golden Nugget Online Gaming Inc - Warrants (09/05/2026)", + "date": "2021-01-24", + "type": "wt", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00PC9L9X2", + "cik": "0001768012", + "lei": null + }, + { + "symbol": "GNOM", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Global X Funds - Global X Genomics & Biotechnology ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4257304D314D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00NTYZ9R6", + "cik": "0001432353", + "lei": null + }, + { + "symbol": "GNPK", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Genesis Park Acquisition Corp - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00YGLXD60", + "cik": "0001819810", + "lei": null + }, + { + "symbol": "GNPK+", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Genesis Park Acquisition Corp - Warrants(27/05/2027)", + "date": "2021-01-24", + "type": "wt", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00YRXY5D0", + "cik": "0001819810", + "lei": null + }, + { + "symbol": "GNPK=", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Genesis Park Acquisition Corp - Units (1 Ord Class A & 1/2 War)", + "date": "2021-01-24", + "type": null, + "iexId": "IEX_4256593533312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00XMLVM85", + "cik": "0001819810", + "lei": null + }, + { + "symbol": "GNPX", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Genprex Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4A53444638502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00F7T0157", + "cik": "0001595248", + "lei": "549300KS9771JZ234890" + }, + { + "symbol": "GNR", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "SSgA Active Trust - SSgA SPDR S&P Global Natural Resources ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5037513142332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0015XSHT0", + "cik": "0001516212", + "lei": "549300PQC2CS3IA6B871" + }, + { + "symbol": "GNRC", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Generac Holdings Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5843324C4E432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000PQ4W72", + "cik": "0001474735", + "lei": "529900S2H2AHJHSFFI84" + }, + { + "symbol": "GNRS", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ - ALL MARKETS", + "name": "Greenrose Acquisition Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4A4B4D484D442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00RD523B3", + "cik": "0001790665", + "lei": "549300OTUBFG3Z6Q6N80" + }, + { + "symbol": "GNRSW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Greenrose Acquisition Corp - Warrants (28/02/2024)", + "date": "2021-01-24", + "type": "wt", + "iexId": "IEX_42324E484C502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00TR7KVJ0", + "cik": "0001790665", + "lei": "549300OTUBFG3Z6Q6N80" + }, + { + "symbol": "GNSS", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Genasys Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5652314259462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000CV6M39", + "cik": "0000924383", + "lei": "549300W0ZVKXG9NQ7D23" + }, + { + "symbol": "GNT", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "GAMCO Natural Resources, Gold & Income Trust", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5330365153512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG001F6W8Q6", + "cik": "0001438893", + "lei": null + }, + { + "symbol": "GNT-A", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "GAMCO Natural Resources, Gold & Income Trust - 5.20% PRF PERPETUAL USD", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4C484E4637372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001438893", + "lei": null + }, + { + "symbol": "GNTX", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Gentex Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4C31544439592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BKJ092", + "cik": "0000355811", + "lei": "549300D4CU0NSS5ZNN73" + }, + { + "symbol": "GNTY", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Guaranty Bancshares, Inc. (TX)", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_525742334D442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BH9BY8", + "cik": "0001058867", + "lei": null + }, + { + "symbol": "GNUS", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Genius Brands International Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5152434E42512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000NNBY60", + "cik": "0001355848", + "lei": "549300U63XLMGMNWTU54" + }, + { + "symbol": "GNW", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Genworth Financial Inc - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4E39334E4B312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000J5Q6L2", + "cik": "0001276520", + "lei": "549300EMCG286BDNKJ33" + }, + { + "symbol": "GO", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Grocery Outlet Holding Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_53534B3157312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00P4R3079", + "cik": "0001771515", + "lei": null + }, + { + "symbol": "GOAC", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "GO Acquisition Corp - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5346523051472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00VTLKG78", + "cik": "0001816176", + "lei": null + }, + { + "symbol": "GOAC+", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "GO Acquisition Corp - Warrants (31/08/2027)", + "date": "2021-01-24", + "type": "wt", + "iexId": "IEX_4236443742392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00XDJK9L6", + "cik": "0001816176", + "lei": null + }, + { + "symbol": "GOAC=", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "GO Acquisition Corp - Units (1 Ord Share Class A & 1/3 War)", + "date": "2021-01-24", + "type": null, + "iexId": "IEX_4A4C515637522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00VT0RPQ6", + "cik": "0001816176", + "lei": null + }, + { + "symbol": "GOAT", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "VanEck Vectors ETF Trust - VanEck Vectors Morningstar Global Wide Moat", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_57314E39524C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00MF4XK69", + "cik": "0000869178", + "lei": null + }, + { + "symbol": "GOAU", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "ETF Series Solutions Trust - U.S. Global GO GOLD and Precious Metal Mi", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4430475752442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00H1KV4J3", + "cik": "0001540305", + "lei": null + }, + { + "symbol": "GOCO", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "GoHealth Inc - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4734533132542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00VM24BS3", + "cik": "0001808220", + "lei": null + }, + { + "symbol": "GOED", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "1847 Goedeker Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_43464D4C35562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00TDP9RH9", + "cik": "0001810140", + "lei": "549300D8Y9ETZNNDSB51" + }, + { + "symbol": "GOEV", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Canoo Inc - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00NBK0GC3", + "cik": "0001750153", + "lei": null + }, + { + "symbol": "GOEVW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Canoo Inc - Warrants (05/09/2025)", + "date": "2021-01-24", + "type": "wt", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00NWRF3R2", + "cik": "0001750153", + "lei": null + }, + { + "symbol": "GOEX", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Global X Funds - Global X Gold Explorers ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4A42534354322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0018HBWX2", + "cik": "0001432353", + "lei": null + }, + { + "symbol": "GOF", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Guggenheim Strategic Opportunities Fund", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4D4C475947512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000RL6XG7", + "cik": "0001380936", + "lei": "549300ZOXRKM68J8NB63" + }, + { + "symbol": "GOGL", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Golden Ocean Group Limited", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_504850514C462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BP83H8", + "cik": "0001029145", + "lei": "549300HQH91CZG0OJL61" + }, + { + "symbol": "GOGO", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Gogo Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4D5A544D36522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG002CN8XN5", + "cik": "0001537054", + "lei": "549300VL3DIHSFHYTO04" + }, + { + "symbol": "GOL", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Gol Linhas Aereas Inteligentes S.A. - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_54484333515A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000H2WS18", + "cik": "0001291733", + "lei": "5299002CCNWVL0PVLP96" + }, + { + "symbol": "GOLD", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Barrick Gold Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4632444648482D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BB07P9", + "cik": "0000756894", + "lei": null + }, + { + "symbol": "GOLF", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Acushnet Holdings Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4E57443954432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00D5L3SS4", + "cik": "0001672013", + "lei": "529900W5FI106H543E43" + }, + { + "symbol": "GOOD", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Gladstone Commercial Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5148364637592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000M2NYQ2", + "cik": "0001234006", + "lei": "529900EVVV534W8R0T32" + }, + { + "symbol": "GOODM", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Gladstone Commercial Corp - 7% PRF PERPETUAL USD 25 - Ser D", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_524D334B53342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001234006", + "lei": "529900EVVV534W8R0T32" + }, + { + "symbol": "GOODN", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Gladstone Commercial Corp - 6.625% PRF PERPETUAL USD 25 - Ser E", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4233444C4E432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001234006", + "lei": "529900EVVV534W8R0T32" + }, + { + "symbol": "GOOG", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Alphabet Inc - Class C", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_57464A59544A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG009S3NB30", + "cik": "0001652044", + "lei": "5493006MHB84DD0ZWV18" + }, + { + "symbol": "GOOGL", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Alphabet Inc - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_48544D304C4B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG009S39JX6", + "cik": "0001652044", + "lei": "5493006MHB84DD0ZWV18" + }, + { + "symbol": "GOOS", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Canada Goose Holdings Inc (Subord Vot Shs)", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5442545754582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00G41B914", + "cik": "0001690511", + "lei": "529900891XBE6RV8JR07" + }, + { + "symbol": "GORO", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "Gold Resource Corporation", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_524C4857485A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000J0LC17", + "cik": "0001160791", + "lei": "5299006MQBYLDAOI2D32" + }, + { + "symbol": "GOSS", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Gossamer Bio Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_504458444D322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00MVWLLM2", + "cik": "0001728117", + "lei": "549300ZOC0N2W6PSFR58" + }, + { + "symbol": "GOVT", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "BlackRock Institutional Trust Company N.A. - BTC iShares U.S. Treasury", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4D3142594D382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG002NCKNY3", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "GOVX", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Geovax Labs Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4453394D30302D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BGGJD8", + "cik": "0000832489", + "lei": "549300KXK8Z4UZ4J7S86" + }, + { + "symbol": "GOVXW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Geovax Labs Inc - Warrants (01/01/2025)", + "date": "2021-01-24", + "type": "wt", + "iexId": "IEX_5438324346432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00XLXN1L0", + "cik": "0000832489", + "lei": "549300KXK8Z4UZ4J7S86" + }, + { + "symbol": "GOVZ", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "iShares Trust - iShares 25+ Year Treasury STRIPS Bond ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5831424A50302D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00X9DSGM9", + "cik": "0001006249", + "lei": null + }, + { + "symbol": "GP", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "GreenPower Motor Company Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4E445A5134422D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG008366HR2", + "cik": "0001584547", + "lei": null + }, + { + "symbol": "GPC", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Genuine Parts Co.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_534A533252432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BKL348", + "cik": "0000040987", + "lei": "549300D46DQVEU651W04" + }, + { + "symbol": "GPI", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Group 1 Automotive, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_50524E3752532D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BB88K4", + "cik": "0001031203", + "lei": "549300US8QAZJLWYAF63" + }, + { + "symbol": "GPJA", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Georgia Power Co - 5% NT REDEEM 01/10/2077 USD 25", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_42533338575A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000041091", + "lei": "D981X4Z4RWS7PDMJUZ03" + }, + { + "symbol": "GPK", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Graphic Packaging Holding Co", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5132573742382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000GQ7K93", + "cik": "0001408075", + "lei": null + }, + { + "symbol": "GPL", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "Great Panther Mining Ltd", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4D314D3334582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000K96QQ5", + "cik": "0001300050", + "lei": "549300PO9D74E3VD7K26" + }, + { + "symbol": "GPM", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Guggenheim Enhanced Equity Income Fund", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5459303244582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000C1GX12", + "cik": "0001310709", + "lei": "54930067HNVZR2F1S119" + }, + { + "symbol": "GPMT", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Granite Point Mortgage Trust Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_484B4D3037472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00GSR1BG1", + "cik": "0001703644", + "lei": "529900VX2HQZ76AYIE02" + }, + { + "symbol": "GPN", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Global Payments, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4B4B3159524B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000CX0P89", + "cik": "0001123360", + "lei": "549300NOMHGVQBX6S778" + }, + { + "symbol": "GPP", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Green Plains Partners LP - Unit", + "date": "2021-01-24", + "type": null, + "iexId": "IEX_4358573144432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG008QQCJ65", + "cik": "0001635650", + "lei": "549300RTI0PBG5HI4Z38" + }, + { + "symbol": "GPRE", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Green Plains Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_514A4B304B5A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000KYNTQ5", + "cik": "0001309402", + "lei": "VJ5WLTHARBSDR14KIZ98" + }, + { + "symbol": "GPRK", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Geopark Limited", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4833323450502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000H2SMB5", + "cik": "0001464591", + "lei": "529900ZR5QI19AH4KZ07" + }, + { + "symbol": "GPRO", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "GoPro Inc. - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4C57594352512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG001LWHLJ8", + "cik": "0001500435", + "lei": "549300CQJMLT21SZFL16" + }, + { + "symbol": "GPS", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Gap, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5235524436542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BKLH74", + "cik": "0000039911", + "lei": "T2ZG1WRWZ4BUCMQL9224" + }, + { + "symbol": "GPX", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "GP Strategies Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5039565954532D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000D9LCX9", + "cik": "0000070415", + "lei": "5493006GWK1B65HI6Q32" + }, + { + "symbol": "GQRE", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "FlexShares Trust - FlexShares Global Quality FlexShares Global Quality", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_54424D3144332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG005JYLGR5", + "cik": "0001256909", + "lei": null + }, + { + "symbol": "GRA", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "W.R. Grace & Co.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_46424332585A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BB8PG1", + "cik": "0001045309", + "lei": "5493003X5Z6TVAXIPW56" + }, + { + "symbol": "GRAY", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Graybug Vision Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_463332564C562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0088HHJ97", + "cik": "0001534133", + "lei": null + }, + { + "symbol": "GRBK", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Green Brick Partners Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_43374C524D382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000QGYG84", + "cik": "0001373670", + "lei": "549300R7SCIV7FQI6T56" + }, + { + "symbol": "GRC", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Gorman-Rupp Co.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_565A5A4D4E4B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BKN0V2", + "cik": "0000042682", + "lei": null + }, + { + "symbol": "GRCL", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Gracell Biotechnologies Inc - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00YM43758", + "cik": "0001826492", + "lei": null + }, + { + "symbol": "GRCY", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Greencity Acquisition Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_574B435443592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00VTH4Z28", + "cik": "0001768910", + "lei": null + }, + { + "symbol": "GRCYW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Greencity Acquisition Corp - Warrants (28/04/2027)", + "date": "2021-01-24", + "type": "wt", + "iexId": "IEX_5332434E50532D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00WYY6GT4", + "cik": "0001768910", + "lei": null + }, + { + "symbol": "GREK", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Global X Funds - Global X MSCI Greece ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5846544339582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0029YL8G3", + "cik": "0001432353", + "lei": null + }, + { + "symbol": "GRES", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "IndexIQ ETF Trust - IQ Global Resources ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4C31574233572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000PR0MS3", + "cik": "0001415995", + "lei": null + }, + { + "symbol": "GRF", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "Eagle Capital Growth Fund Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_44544C524B502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000PW97Q8", + "cik": "0000850027", + "lei": "549300W62OY0IQ0RFS14" + }, + { + "symbol": "GRFS", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Grifols SA - ADR - Level III", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_584B304B4A302D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG001QMCKF6", + "cik": "0001438569", + "lei": "959800HSSNXWRKBK4N60" + }, + { + "symbol": "GRID", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "First Trust Exchange-Traded Fund III - First Trust NASDAQ Clean Edge S", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_424B383556442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000PW59Q8", + "cik": "0001424212", + "lei": null + }, + { + "symbol": "GRIF", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Griffin Industrial Realty Inc", + "date": "2021-01-04", + "type": "cs", + "iexId": "IEX_5659515651352D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BB3X33", + "cik": "0001037390", + "lei": "549300R8UPDF52PO7C86" + }, + { + "symbol": "GRIL", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Muscle Maker Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_534E424347372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG009DCF1Z2", + "cik": "0001701756", + "lei": "549300XU5TO0OK1BC857" + }, + { + "symbol": "GRIN", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Grindrod Shipping Holdings Ltd", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_58354D594A4D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00L53HPV3", + "cik": "0001725293", + "lei": "5493001NNO676ANGTK65" + }, + { + "symbol": "GRMN", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Garmin Ltd", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4650505351312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000C4LN67", + "cik": "0001121788", + "lei": "2549001E0HIPIJQ0W046" + }, + { + "symbol": "GRN", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Barclays Bank PLC - ZC SP ETN REDEEM 08/09/2049 USD 50", + "date": "2021-01-24", + "type": "struct", + "iexId": "IEX_4E44445054472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00Q6YJRB9", + "cik": "0000312070", + "lei": "G5GSEF7VJP5I7OUK5573" + }, + { + "symbol": "GRNB", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "VanEck Vectors ETF Trust - VanEck Vectors Green Bond ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4232484C4A432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00G4XX3M0", + "cik": "0000869178", + "lei": null + }, + { + "symbol": "GRNQ", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Greenpro Capital Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_42445447504E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG005XVGLQ1", + "cik": "0001597846", + "lei": null + }, + { + "symbol": "GRNV", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "GreenVision Acquisition Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_514B4B39484C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00QNKQ664", + "cik": "0001788841", + "lei": "549300Z6TFLNGRBTFZ11" + }, + { + "symbol": "GRNVR", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "GreenVision Acquisition Corp - Tradeable Rights - Dec 2019", + "date": "2021-01-24", + "type": null, + "iexId": "IEX_5447444235382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00R1VYY08", + "cik": "0001788841", + "lei": "549300Z6TFLNGRBTFZ11" + }, + { + "symbol": "GRNVW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "GreenVision Acquisition Corp - Warrants (28/10/2024)", + "date": "2021-01-24", + "type": "wt", + "iexId": "IEX_56314B4837532D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00R1W1H72", + "cik": "0001788841", + "lei": "549300Z6TFLNGRBTFZ11" + }, + { + "symbol": "GROW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "U.S. Global Investors, Inc. - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4A48303948592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BBVVP2", + "cik": "0000754811", + "lei": "529900IRM26R91LI8531" + }, + { + "symbol": "GRP=", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Granite Real Estate Investment Trust - Units", + "date": "2021-01-24", + "type": null, + "iexId": "IEX_4A4C4A5A50572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000PXQP96", + "cik": "0001564538", + "lei": null + }, + { + "symbol": "GRPN", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Groupon Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5247484A47442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000QRKJ70", + "cik": "0001490281", + "lei": "5299005W5W1R5POQJL03" + }, + { + "symbol": "GRSV", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Gores Holdings V Inc - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_54344A4756372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00W7V7X21", + "cik": "0001816816", + "lei": null + }, + { + "symbol": "GRSVW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Gores Holdings V Inc - Warrants (05/08/2025)", + "date": "2021-01-24", + "type": "wt", + "iexId": "IEX_4B4A4342534A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00XNQRJ85", + "cik": "0001816816", + "lei": null + }, + { + "symbol": "GRTS", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Gritstone Oncology Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_57304B504E312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00B8N2C16", + "cik": "0001656634", + "lei": "5493003TER6KY3MUVY84" + }, + { + "symbol": "GRTX", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Galera Therapeutics Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_424C424848532D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00M0WD1J3", + "cik": "0001563577", + "lei": null + }, + { + "symbol": "GRU", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "AB Svensk Exportkredit - ZC SP ETN REDEEM 14/02/2023 USD 10", + "date": "2021-01-24", + "type": "struct", + "iexId": "IEX_4A4E4E4B584B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000VB2ZY3", + "cik": "0000352960", + "lei": "1FOLRR5RWTWWI397R131" + }, + { + "symbol": "GRUB", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "GrubHub Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4A595A3756562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG001KWG293", + "cik": "0001594109", + "lei": "529900CR2K1AJ5W4RR39" + }, + { + "symbol": "GRVY", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Gravity Co Ltd - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_4C375150585A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000QSHJR0", + "cik": "0001313310", + "lei": "529900NZDBA9C6G28L55" + }, + { + "symbol": "GRWG", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "GrowGeneration Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_52475A4844562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00DBKBYB5", + "cik": "0001604868", + "lei": null + }, + { + "symbol": "GRX", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Gabelli Healthcare & WellnessRx Trust", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_584B53504A4E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000LX8DD2", + "cik": "0001391437", + "lei": "549300XULWZNLHFTG832" + }, + { + "symbol": "GRX-B", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Gabelli Healthcare & WellnessRx Trust - 5.875% PRF PERPETUAL USD 25 - ", + "date": "2020-12-24", + "type": "ps", + "iexId": "IEX_4A57514D354D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001391437", + "lei": "549300XULWZNLHFTG832" + }, + { + "symbol": "GS", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Goldman Sachs Group, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4A4C4A30565A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000C6CFJ5", + "cik": "0000886982", + "lei": "784F5XWPLTWKTBV3E584" + }, + { + "symbol": "GS-A", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Goldman Sachs Group, Inc. - FR PRF PERPETUAL USD 25 - Ser A", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_53474B5750432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000886982", + "lei": "784F5XWPLTWKTBV3E584" + }, + { + "symbol": "GS-C", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Goldman Sachs Group, Inc. - FR PRF PERPETUAL USD 25 - Ser C", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4D564E5142522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000886982", + "lei": "784F5XWPLTWKTBV3E584" + }, + { + "symbol": "GS-D", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Goldman Sachs Group, Inc. - FR PRF PERPETUAL USD 25 - Ser D", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4651584648432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000886982", + "lei": "784F5XWPLTWKTBV3E584" + }, + { + "symbol": "GS-J", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Goldman Sachs Group, Inc. - FXDFR PRF PERPETUAL USD 25 - Ser J", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4D4339504D352D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000886982", + "lei": "784F5XWPLTWKTBV3E584" + }, + { + "symbol": "GS-K", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Goldman Sachs Group, Inc. - FXDFR PRF PERPETUAL USD 25 - Ser K", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4D345A5850582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000886982", + "lei": "784F5XWPLTWKTBV3E584" + }, + { + "symbol": "GS-N", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Goldman Sachs Group, Inc. - 6.30% PRF PERPETUAL USD 25 - Ser N", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4E43344C314C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000886982", + "lei": "784F5XWPLTWKTBV3E584" + }, + { + "symbol": "GSAH", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "GS Acquisition Holdings Corp II - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_54364C50464D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00VHJ1K96", + "cik": "0001809987", + "lei": "549300BNTOWVWFNVTJ65" + }, + { + "symbol": "GSAH+", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "GS Acquisition Holdings Corp II - Warrants (30/06/2027)", + "date": "2021-01-24", + "type": "wt", + "iexId": "IEX_4C5252574A592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00WS3MNT6", + "cik": "0001809987", + "lei": "549300BNTOWVWFNVTJ65" + }, + { + "symbol": "GSAH=", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "GS Acquisition Holdings Corp II - Units (1 Ord Share Class A & 1/3 War", + "date": "2021-01-24", + "type": null, + "iexId": "IEX_5738374E42362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00VFL8G04", + "cik": "0001809987", + "lei": "549300BNTOWVWFNVTJ65" + }, + { + "symbol": "GSAT", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "Globalstar Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4C59354753562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000K008L5", + "cik": "0001366868", + "lei": "549300NEX8I0MSOW0R64" + }, + { + "symbol": "GSBC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Great Southern Bancorp, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4B5A504239592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000C2W2R2", + "cik": "0000854560", + "lei": "5493000ZL7DLNMN1AB26" + }, + { + "symbol": "GSBD", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Goldman Sachs BDC Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_50303147514E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG004DDDKH1", + "cik": "0001572694", + "lei": "6D01AGSGBNZIJSN77043" + }, + { + "symbol": "GSEE", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "Goldman Sachs ETF Trust - Goldman Sachs MarketBeta Emerging Markets Eq", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_57475A515A392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00TSY78N1", + "cik": "0001479026", + "lei": null + }, + { + "symbol": "GSEU", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Goldman Sachs ETF Trust - Goldman Sachs ActiveBeta Europe Equity ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4C30483843562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00CCP5JZ9", + "cik": "0001479026", + "lei": null + }, + { + "symbol": "GSEW", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "Goldman Sachs ETF Trust - Goldman Sachs Equal Weight U.S. Large Cap Eq", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4D48423242442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00H2DR4T2", + "cik": "0001479026", + "lei": null + }, + { + "symbol": "GSG", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "BlackRock Institutional Trust Company N.A. - BTC iShares S&P GSCI Comm", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_535633464C582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000PVYFK0", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "GSHD", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Goosehead Insurance Inc - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4C44484D4C422D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00KHHBMC5", + "cik": "0001726978", + "lei": "549300WH5MBIWHJ9XY95" + }, + { + "symbol": "GSID", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "Goldman Sachs ETF Trust - Goldman Sachs MarketBeta International Equit", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4454544D59442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00TSY6WW9", + "cik": "0001479026", + "lei": null + }, + { + "symbol": "GSIE", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Goldman Sachs ETF Trust - Goldman Sachs ActiveBeta International Equit", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_563230344E5A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00BDMWQD5", + "cik": "0001479026", + "lei": null + }, + { + "symbol": "GSIG", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Goldman Sachs ETF Trust - Goldman Sachs Access Investment Grade Corpor", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_46394D5353462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00VY18832", + "cik": "0001479026", + "lei": null + }, + { + "symbol": "GSIT", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "GSI Technology Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4E4E4A5631462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000D0BQK2", + "cik": "0001126741", + "lei": null + }, + { + "symbol": "GSJY", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Goldman Sachs ETF Trust - Goldman Sachs ActiveBeta Japan Equity ET", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4C4C4E4647432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00CCP69T7", + "cik": "0001479026", + "lei": null + }, + { + "symbol": "GSK", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Glaxosmithkline plc - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_4742335934342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BLB481", + "cik": "0001131399", + "lei": "5493000HZTVUYLO1D793" + }, + { + "symbol": "GSKY", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "GreenSky Inc - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4257513436592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00KT2SCV8", + "cik": "0001712923", + "lei": null + }, + { + "symbol": "GSL", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Global Ship Lease Inc - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_53375946564B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000C3TZ64", + "cik": "0001430725", + "lei": "254900GLZ0J5N8UZM071" + }, + { + "symbol": "GSL-B", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Global Ship Lease Inc - 8.75% PRF PERPETUAL USD 25 - Ser B", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_485143304C442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001430725", + "lei": "254900GLZ0J5N8UZM071" + }, + { + "symbol": "GSLC", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Goldman Sachs ETF Trust - Goldman Sachs ActiveBeta U.S. Large Cap Equi", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4B4D535742572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00B0SKXX2", + "cik": "0001479026", + "lei": null + }, + { + "symbol": "GSLD", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Global Ship Lease Inc - 8% NT REDEEM 31/12/2024 USD 25", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4C484837595A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001430725", + "lei": "254900GLZ0J5N8UZM071" + }, + { + "symbol": "GSM", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Ferroglobe Plc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_504A5834314E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00B6BGD99", + "cik": "0001639877", + "lei": "2138005GCFJACFTZUD90" + }, + { + "symbol": "GSMG", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Glory Star New Media Group Holdings Limited", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4D514D51475A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00LNDJDG3", + "cik": "0001738758", + "lei": null + }, + { + "symbol": "GSMGW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Glory Star New Media Group Holdings Limited - Warrants (13/02/2025)", + "date": "2021-01-24", + "type": "wt", + "iexId": "IEX_4E575A314E302D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00LY8JP75", + "cik": "0001738758", + "lei": null + }, + { + "symbol": "GSP", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Barclays Bank PLC - ZC SP REDEEM 12/06/2036 USD 50", + "date": "2021-01-24", + "type": "struct", + "iexId": "IEX_4342303032542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000JL5K57", + "cik": "0000312070", + "lei": "G5GSEF7VJP5I7OUK5573" + }, + { + "symbol": "GSPY", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Tidal ETF Trust - Gotham Enhanced 500 ETF", + "date": "2021-01-24", + "type": "et", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00YPGN186", + "cik": "0001742912", + "lei": null + }, + { + "symbol": "GSS", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "Golden Star Resources Ltd.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_47354C4C47462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000KKMH28", + "cik": "0000903571", + "lei": "549300NSWNLPBZ2XTO69" + }, + { + "symbol": "GSSC", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Goldman Sachs ETF Trust - Goldman Sachs ActiveBeta U.S. Small Cap Equi", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_444C4E3154582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00H1SDPV5", + "cik": "0001479026", + "lei": null + }, + { + "symbol": "GSST", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "Goldman Sachs ETF Trust - Goldman Sachs Access Ultra Short Bond ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_574C584A4A572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00NW3TG64", + "cik": "0001479026", + "lei": null + }, + { + "symbol": "GSUM", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Gridsum Holding Inc - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_5837464743502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00DQ708F3", + "cik": "0001647338", + "lei": "54930001T7JQNGZUVW58" + }, + { + "symbol": "GSUS", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "Goldman Sachs ETF Trust - Goldman Sachs MarketBeta U.S. Equity ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_465A30525A442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00TSXPD43", + "cik": "0001479026", + "lei": null + }, + { + "symbol": "GSV", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "Gold Standard Ventures Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4A32515A34302D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000QZDB40", + "cik": "0001321847", + "lei": "549300HW4846RNAG1764" + }, + { + "symbol": "GSX", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Gsx Techedu Inc - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_435A384635332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00P3BYJY0", + "cik": "0001768259", + "lei": "549300R5BPFFORR9ET36" + }, + { + "symbol": "GSY", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Invesco Capital Management LLC - Invesco Ultra Short Duration ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_57594858464E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00KJR1SL9", + "cik": "0001224696", + "lei": null + }, + { + "symbol": "GT", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Goodyear Tire & Rubber Co.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4438465054432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BKNX95", + "cik": "0000042582", + "lei": "5493002BI0S2ZQUY3437" + }, + { + "symbol": "GTE", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "Gran Tierra Energy Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_53354D5233382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000C2M300", + "cik": "0001273441", + "lei": "549300IH2S17MAIUCM32" + }, + { + "symbol": "GTEC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Greenland Technologies Holding Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_53444D4834422D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00LNDLPZ2", + "cik": "0001735041", + "lei": null + }, + { + "symbol": "GTES", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Gates Industrial Corporation plc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4D32574753442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00JM9V731", + "cik": "0001718512", + "lei": "549300S6K4FWUSB9KM27" + }, + { + "symbol": "GTH", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Genetron Holdings Ltd - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_424C4D4A57442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00QYN2N92", + "cik": "0001782594", + "lei": null + }, + { + "symbol": "GTHX", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "G1 Therapeutics Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4D5231534A432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG005F1DK91", + "cik": "0001560241", + "lei": "529900TC35UPZQYRKW13" + }, + { + "symbol": "GTIM", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Good Times Restaurants Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4D52353131522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BTGT02", + "cik": "0000825324", + "lei": null + }, + { + "symbol": "GTIP", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "Goldman Sachs ETF Trust - Goldman Sachs Access Inflation Protected USD", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4E37445234582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00M56BT79", + "cik": "0001479026", + "lei": null + }, + { + "symbol": "GTLS", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Chart Industries Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4332363250532D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000P1K2X6", + "cik": "0000892553", + "lei": "EM7QGKC1GYOF3LSZSL80" + }, + { + "symbol": "GTN", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Gray Television, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5248304650362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000DSQLQ0", + "cik": "0000043196", + "lei": "529900TM5726KDN7UU35" + }, + { + "symbol": "GTN.A", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Gray Television, Inc. - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4C575854314B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000DPPF44", + "cik": "0000043196", + "lei": "529900TM5726KDN7UU35" + }, + { + "symbol": "GTO", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Invesco Capital Management LLC - Invesco Total Return Bond ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_43534B5235382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00KJR1HV2", + "cik": "0001224696", + "lei": null + }, + { + "symbol": "GTS", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Triple-S Management Corp - Class B", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5739333144512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000P755R0", + "cik": "0001171662", + "lei": null + }, + { + "symbol": "GTT", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "GTT Communications Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_534A5A51444C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000QWDVT6", + "cik": "0001315255", + "lei": "549300VUB0J7U90L8U16" + }, + { + "symbol": "GTY", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Getty Realty Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4736514C36382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BB94N9", + "cik": "0001052752", + "lei": null + }, + { + "symbol": "GTYH", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "GTY Technology Holdings Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4C30505832332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00M1C5TZ6", + "cik": "0001682325", + "lei": null + }, + { + "symbol": "GUDB", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Northern Lights Fund Trust IV - Sage ESG Intermediate Term ETF", + "date": "2020-12-29", + "type": "et", + "iexId": "IEX_4444313735502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00J3H5DL0", + "cik": "0001644419", + "lei": null + }, + { + "symbol": "GUNR", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "FlexShares Trust - FlexShares Global Upstream Natural Resources Index ", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_574D533453422D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00243P818", + "cik": "0001256909", + "lei": null + }, + { + "symbol": "GURE", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Gulf Resources Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5631423632502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000CV85K5", + "cik": "0000885462", + "lei": "5299006K28K1C4YMDD18" + }, + { + "symbol": "GURU", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Global X Funds - Global X Guru Index ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_42354D3637482D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0032YYVM6", + "cik": "0001432353", + "lei": null + }, + { + "symbol": "GUSH", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Direxion Shares ETF Trust - Direxion Daily S&P Oil & Gas Exp. & Prod. ", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5830385038462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0099SHZZ5", + "cik": "0001424958", + "lei": null + }, + { + "symbol": "GUT", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Gabelli Utility Trust", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4A574C4C58372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BYYZD3", + "cik": "0001080720", + "lei": "549300TMXE7MFFNTOM48" + }, + { + "symbol": "GUT-A", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Gabelli Utility Trust - 5.625% PRF PERPETUAL USD 25 - Ser A", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_52485A5957562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001080720", + "lei": "549300TMXE7MFFNTOM48" + }, + { + "symbol": "GUT-C", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Gabelli Utility Trust - 5.375% PRF PERPETUAL USD 25 - Ser C", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_534B4D584B352D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001080720", + "lei": "549300TMXE7MFFNTOM48" + }, + { + "symbol": "GV", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "Goldfield Corp.", + "date": "2020-12-31", + "type": "cs", + "iexId": "IEX_5148354A4B332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BKPCQ0", + "cik": "0000042316", + "lei": "529900JWVNR6IODRDW05" + }, + { + "symbol": "GVA", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Granite Construction Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_444D525447572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000DVB833", + "cik": "0000861459", + "lei": "549300OM4BWMCIXVCZ39" + }, + { + "symbol": "GVAL", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "Cambria Investment Management LP - Cambria Global Value ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_48463947435A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0064MXCS0", + "cik": "0001529389", + "lei": null + }, + { + "symbol": "GVI", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "BlackRock Institutional Trust Company N.A. - BTC iShares Intermediate ", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_54463850574A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000QN3319", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "GVIP", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Goldman Sachs ETF Trust - Goldman Sachs Hedge IND VIP ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_56324D4848312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00F5SDB37", + "cik": "0001479026", + "lei": null + }, + { + "symbol": "GVP", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "GSE Systems, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4D324C3242312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000JGQFS1", + "cik": "0000944480", + "lei": "54930082DOCQ7IC63U31" + }, + { + "symbol": "GWAC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Good Works Acquisition Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00XYHY0K2", + "cik": "0001819989", + "lei": null + }, + { + "symbol": "GWACW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Good Works Acquisition Corp - Warrants (01/11/2025)", + "date": "2021-01-24", + "type": "wt", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00YFJ1RC3", + "cik": "0001819989", + "lei": null + }, + { + "symbol": "GWB", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Great Western Bancorp Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_53595044524B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000H20336", + "cik": "0001613665", + "lei": "5493004X4OTHDTFBHI90" + }, + { + "symbol": "GWGH", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "GWG Holdings Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5758393458512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG002611HY0", + "cik": "0001522690", + "lei": "549300WBXPV39HBYVV60" + }, + { + "symbol": "GWPH", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "GW Pharmaceuticals - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_4432444654532D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG004BRNXZ3", + "cik": "0001351288", + "lei": "213800ISBN5CNUZMHZ39" + }, + { + "symbol": "GWRE", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Guidewire Software Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_575144544A5A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG001C7PM75", + "cik": "0001528396", + "lei": "549300WXSG0J8IXZCK32" + }, + { + "symbol": "GWRS", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Global Water Resources Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4437304C394C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000FV0NL0", + "cik": "0001434728", + "lei": null + }, + { + "symbol": "GWW", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "W.W. Grainger Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_44524243394D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BKR1D6", + "cik": "0000277135", + "lei": "549300TWZSP6O1IH2V34" + }, + { + "symbol": "GWX", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "SSgA Active Trust - SSgA SPDR S&P International Small Cap ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_464D50394A442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000Q8T4C0", + "cik": "0001516212", + "lei": "549300PQC2CS3IA6B871" + }, + { + "symbol": "GXC", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "SSgA Active Trust - SSgA SPDR S&P China ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4A5236324A332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000Q8R7Y1", + "cik": "0001516212", + "lei": "549300PQC2CS3IA6B871" + }, + { + "symbol": "GXF", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Global X Funds - Global X FTSE Nordic Region ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5356325A574D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000NV40T9", + "cik": "0001432353", + "lei": null + }, + { + "symbol": "GXG", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Global X Funds - Global X MSCI Colombia ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4835345A474E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000C1MQ65", + "cik": "0001432353", + "lei": null + }, + { + "symbol": "GXGX", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Gx Acquisition Corp - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_43544E335A522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00P2RTT34", + "cik": "0001752828", + "lei": null + }, + { + "symbol": "GXGXW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Gx Acquisition Corp - Warrants (24/05/2026)", + "date": "2021-01-24", + "type": "wt", + "iexId": "IEX_445A5A4734532D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00PPX2Y16", + "cik": "0001752828", + "lei": null + }, + { + "symbol": "GXTG", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Global X Funds - Global X Thematic Growth ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4D38385857382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00QNKPX66", + "cik": "0001432353", + "lei": null + }, + { + "symbol": "GYC", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Corporate Asset Backed Corporation - FR SP TRUCS REDEEM 15/06/2034 USD", + "date": "2021-01-24", + "type": "struct", + "iexId": "IEX_54435A5456332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000916791", + "lei": null + }, + { + "symbol": "GYLD", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Arrow ETF Trust - Arrow Dow Jones Global Yield ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4658463056472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG002YVHCD0", + "cik": "0001532206", + "lei": null + }, + { + "symbol": "GYRO", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Gyrodyne LLC", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4D58564343372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG009XW6DC5", + "cik": "0001589061", + "lei": "549300CF8EE7IDXWHQ23" + }, + { + "symbol": "H", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Hyatt Hotels Corporation - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5457564D59532D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000CVRFS4", + "cik": "0001468174", + "lei": "T27JQIMTYSH41TCD5186" + }, + { + "symbol": "HA", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Hawaiian Holdings, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4D4E584743472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BC4185", + "cik": "0001172222", + "lei": "529900TQUS2JVPSSPP86" + }, + { + "symbol": "HAAC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Health Assurance Acquisition Corp - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00Y4QBBN1", + "cik": null, + "lei": null + }, + { + "symbol": "HAACW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Health Assurance Acquisition Corp - Warrants(12/11/2025)", + "date": "2021-01-24", + "type": "wt", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00YTRH041", + "cik": null, + "lei": null + }, + { + "symbol": "HACK", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "ETF Managers Group LLC - ETFMG Prime Cyber Security ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5843424730332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG007HXLJS8", + "cik": "0001645173", + "lei": null + }, + { + "symbol": "HAE", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Haemonetics Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_574D35514E312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000C7TF41", + "cik": "0000313143", + "lei": "549300ZEL6TXZS6F5F95" + }, + { + "symbol": "HAFC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Hanmi Financial Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4E525A5A435A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000M4M6Q0", + "cik": "0001109242", + "lei": "549300MSZ7RCG7EA6587" + }, + { + "symbol": "HAIL", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "SPDR Series Trust - SPDR S&P Kensho Smart Mobility ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_444847574C532D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00JHP5PG6", + "cik": "0001064642", + "lei": null + }, + { + "symbol": "HAIN", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Hain Celestial Group Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4B504B5952592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BQW085", + "cik": "0000910406", + "lei": "5493000S8QXWHLIXDP75" + }, + { + "symbol": "HAL", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Halliburton Co.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_474E364B434A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BKTFN2", + "cik": "0000045012", + "lei": "ENYF8GB5SMQZ25S06U51" + }, + { + "symbol": "HALL", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Hallmark Financial Services, Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4C534A3751482D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000D71472", + "cik": "0000819913", + "lei": "549300QVZIZ17RUE4C20" + }, + { + "symbol": "HALO", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Halozyme Therapeutics Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5232483057502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000CZ8W54", + "cik": "0001159036", + "lei": "529900242I3SV9AGM753" + }, + { + "symbol": "HAP", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "VanEck Vectors ETF Trust - VanEck Vectors Natural Resources ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5838523344422D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000C0MB88", + "cik": "0000869178", + "lei": null + }, + { + "symbol": "HAPP", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Happiness Biotech Group Ltd", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4242383258532D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00NKKLBG7", + "cik": "0001751876", + "lei": "549300GBRO0XJ6KQYM11" + }, + { + "symbol": "HARP", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Harpoon Therapeutics Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4E5452374A4B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00GTGL021", + "cik": "0001708493", + "lei": "549300VFZL0TEVXILA36" + }, + { + "symbol": "HART", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "IndexIQ ETF Trust - IQ Healthy Hearts ETF", + "date": "2021-01-24", + "type": "et", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00YVHR012", + "cik": "0001415995", + "lei": null + }, + { + "symbol": "HAS", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Hasbro, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4837444757522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BKVJK4", + "cik": "0000046080", + "lei": "549300NUB6D2R1ITYR45" + }, + { + "symbol": "HASI", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Hannon Armstrong Sustainable Infrastructure capital Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_445358504B322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0044K5DM4", + "cik": "0001561894", + "lei": null + }, + { + "symbol": "HAUZ", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "DBX ETF Trust - Xtrackers International Real Estate ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5032573338392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG005BJ0T82", + "cik": "0001503123", + "lei": null + }, + { + "symbol": "HAWX", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "BlackRock Institutional Trust Company N.A. - BTC iShares Currency Hedg", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4A504652444D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG009HYW4B1", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "HAYN", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Haynes International Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_43524D34355A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000P0TKR6", + "cik": "0000858655", + "lei": "549300I9MS5UZLRFDO40" + }, + { + "symbol": "HBAN", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Huntington Bancshares, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4737565A51482D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BKWSR6", + "cik": "0000049196", + "lei": "549300XTVCVV9I7B5T19" + }, + { + "symbol": "HBANN", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Huntington Bancshares, Inc. - 5.875% PRF PERPETUAL USD - Ser C 1/40th ", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4D445242364A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000049196", + "lei": "549300XTVCVV9I7B5T19" + }, + { + "symbol": "HBANO", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Huntington Bancshares, Inc. - 6.25% PRF PERPETUAL USD 25 - Ser D 1/40t", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4234484237382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000049196", + "lei": "549300XTVCVV9I7B5T19" + }, + { + "symbol": "HBB", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Hamilton Beach Brands Holding Co - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_57344D5031442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00HJ4P620", + "cik": "0001709164", + "lei": null + }, + { + "symbol": "HBCP", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Home Bancorp Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_54304B3448432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000J31X35", + "cik": "0001436425", + "lei": null + }, + { + "symbol": "HBI", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Hanesbrands Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4830503650392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000D2ZTS8", + "cik": "0001359841", + "lei": "GX5LWVWZLL5S4W1L2F20" + }, + { + "symbol": "HBIO", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Harvard Bioscience Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_444E58314E592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000C58Q08", + "cik": "0001123494", + "lei": "549300VLGB1D47GGC642" + }, + { + "symbol": "HBM", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Hudbay Minerals Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4453393944512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000PM99H6", + "cik": "0001322422", + "lei": "549300XKYRPJ5NQCYC63" + }, + { + "symbol": "HBMD", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Howard Bancorp Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5254393347382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000CLMHP0", + "cik": "0001390162", + "lei": null + }, + { + "symbol": "HBNC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Horizon Bancorp Inc (IN)", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_544B504B585A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BJ3LL2", + "cik": "0000706129", + "lei": "549300U2OQ2EIT5MXG39" + }, + { + "symbol": "HBP", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Huttig Building Products, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_48304B5947372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000C4W797", + "cik": "0001093082", + "lei": "529900WAHH5LR9Z8UM75" + }, + { + "symbol": "HBT", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "HBT Financial Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4A51584B4A432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00Q8J72J0", + "cik": "0000775215", + "lei": null + }, + { + "symbol": "HCA", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "HCA Healthcare Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4E4B475A374A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000QW7VC1", + "cik": "0000860730", + "lei": "529900PH4ZGUH2MNEU89" + }, + { + "symbol": "HCAC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Hennessy Capital Acquisition Corp IV - Class A", + "date": "2020-12-22", + "type": "cs", + "iexId": "IEX_5052435A4A4B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00NBK0GC3", + "cik": "0001750153", + "lei": null + }, + { + "symbol": "HCACW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Hennessy Capital Acquisition Corp IV - Warrants (05/09/2025)", + "date": "2020-12-22", + "type": "wt", + "iexId": "IEX_5836365346372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00NWRF3R2", + "cik": "0001750153", + "lei": null + }, + { + "symbol": "HCAP", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Harvest Capital Credit Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_434D4D4E57382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG004CYXZR0", + "cik": "0001559909", + "lei": "549300FQOJ24DD6JNQ51" + }, + { + "symbol": "HCAPZ", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Harvest Capital Credit Corp - 6.125% NT REDEEM 15/09/2022 USD 25", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_47464D4E33542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001559909", + "lei": "549300FQOJ24DD6JNQ51" + }, + { + "symbol": "HCAR", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Healthcare Services Acquisition Corp - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00XTHMVV1", + "cik": "0001824846", + "lei": null + }, + { + "symbol": "HCARW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Healthcare Services Acquisition Corp - Warrants (18/11/2025)", + "date": "2021-01-24", + "type": "wt", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00YRJT985", + "cik": "0001824846", + "lei": null + }, + { + "symbol": "HCAT", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Health Catalyst Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4A42353931542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00LDPZMS6", + "cik": "0001636422", + "lei": "549300223PL6GWKVJG92" + }, + { + "symbol": "HCC", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Warrior Met Coal Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4A434E4D39352D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00GD1JMV4", + "cik": "0001691303", + "lei": "549300152B1S9YKBYV79" + }, + { + "symbol": "HCCH", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "HL Acquisitions Corp", + "date": "2020-12-11", + "type": "cs", + "iexId": "IEX_464B4A51354B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00LDT19T3", + "cik": "0001736874", + "lei": null + }, + { + "symbol": "HCCHR", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "HL Acquisitions Corp - Tradeable Rights - July 2018", + "date": "2020-12-11", + "type": null, + "iexId": "IEX_4734505738322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00LG330W0", + "cik": "0001736874", + "lei": null + }, + { + "symbol": "HCCHW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "HL Acquisitions Corp - Warrants (21/06/2023)", + "date": "2020-12-11", + "type": "wt", + "iexId": "IEX_4C37573054502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00LG3C3F3", + "cik": "0001736874", + "lei": null + }, + { + "symbol": "HCCI", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Heritage-Crystal Clean Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_46394331565A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000CCFB17", + "cik": "0001403431", + "lei": null + }, + { + "symbol": "HCDI", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Harbor Custom Development Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4A5A323437462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00SY4BZC9", + "cik": "0001784567", + "lei": "549300X40TN4PVCY6F45" + }, + { + "symbol": "HCFT", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Hunt Companies Finance Trust Inc", + "date": "2020-12-28", + "type": "cs", + "iexId": "IEX_485A504459462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG003QPMHR8", + "cik": "0001547546", + "lei": "5493002OB7SJ4MVQY666" + }, + { + "symbol": "HCHC", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "HC2 Holdings Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5034384B37352D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BDCQS7", + "cik": "0001006837", + "lei": "549300S6O246JWQQ1K58" + }, + { + "symbol": "HCI", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "HCI Group Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_444C4E3138432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000F4DVC8", + "cik": "0001400810", + "lei": "549300CZF7EZJH0MPH74" + }, + { + "symbol": "HCKT", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Hackett Group Inc (The)", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5448395A4B582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BBLQV7", + "cik": "0001057379", + "lei": "5K016KLIRB6156644289" + }, + { + "symbol": "HCM", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Hutchison China Meditech Ltd. - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_5848424D564E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00B6VCGJ1", + "cik": "0001648257", + "lei": "2138006X34YDQ6OBYE79" + }, + { + "symbol": "HCRB", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "Hartford Funds Exchange-Traded Trust - Hartford Core Bond ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_474446544C5A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00RPV9B19", + "cik": "0001501825", + "lei": null + }, + { + "symbol": "HCSG", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Healthcare Services Group, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4B42333638322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BKYVF0", + "cik": "0000731012", + "lei": "529900GVZ1D2FBYMS719" + }, + { + "symbol": "HCXY", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Hercules Capital Inc - 6.25% NT REDEEM 30/10/2033 USD 25", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_51355043304B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001280784", + "lei": "549300UJ5OC256GR2B73" + }, + { + "symbol": "HCXZ", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Hercules Capital Inc - 5.25% NT REDEEM 30/04/2025 USD 25", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4837534B4C522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001280784", + "lei": "549300UJ5OC256GR2B73" + }, + { + "symbol": "HD", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Home Depot, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5044393847472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BKZB36", + "cik": "0000354950", + "lei": "QEKMOTMBBKA8I816DO57" + }, + { + "symbol": "HDAW", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "DBX ETF Trust - Xtrackers MSCI All World ex US High Dividend Yield Equ", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4B314C5348482D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG009RY6V56", + "cik": "0001503123", + "lei": null + }, + { + "symbol": "HDB", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "HDFC Bank Ltd. - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_4A334E43384E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000NWKS18", + "cik": "0001144967", + "lei": "335800ZQ6I4E2JXENC50" + }, + { + "symbol": "HDEF", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "DBX ETF Trust - Xtrackers MSCI EAFE High Dividend Yield Equity ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_42304C544A392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG009RY6HG5", + "cik": "0001503123", + "lei": null + }, + { + "symbol": "HDG", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "ProShares Trust - ProShares Hedge Replication ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4C37563550432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG001WL7GT1", + "cik": "0001174610", + "lei": null + }, + { + "symbol": "HDGE", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Advisorshares Trust - AdvisorShares Ranger Equity Bear ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_474D4B3348472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG001F6QYW9", + "cik": "0001408970", + "lei": "549300JV5T62F5E7S151" + }, + { + "symbol": "HDIV", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Exchange Listed Funds Trust - QRAFT AI-Enhanced U.S. High Dividend ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_42344C4E47382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00RZFCSB1", + "cik": "0001547950", + "lei": null + }, + { + "symbol": "HDLB", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "UBS AG London Branch - ZC SP ETN REDEEM 30/09/2044 USD 25 - Ser B", + "date": "2021-01-24", + "type": "struct", + "iexId": "IEX_5848444834342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00QPKKXJ5", + "cik": "0001168525", + "lei": null + }, + { + "symbol": "HDMV", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "First Trust Exchange-Traded Fund III - First Trust Horizon Managed Vol", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4A36563234582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00DPCZ4J0", + "cik": "0001424212", + "lei": null + }, + { + "symbol": "HDS", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "HD Supply Holdings Inc", + "date": "2020-12-28", + "type": "cs", + "iexId": "IEX_4E58324B56542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0033377Y3", + "cik": "0001573097", + "lei": "549300B7Z7O7RWEXS689" + }, + { + "symbol": "HDSN", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Hudson Technologies, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_434E3332354D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000DNV5K6", + "cik": "0000925528", + "lei": null + }, + { + "symbol": "HDV", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "BlackRock Institutional Trust Company N.A. - BTC iShares Core High Div", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4D50333235562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG001LRJC70", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "HE", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Hawaiian Electric Industries, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_46525A355A332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BL0P40", + "cik": "0000354707", + "lei": "JJ8FWOCWCV22X7GUPJ23" + }, + { + "symbol": "HEAR", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Turtle Beach Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5039343337422D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BM6N47", + "cik": "0001493761", + "lei": "549300SZRV8U8PXSYI20" + }, + { + "symbol": "HEC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Hudson Executive Investment Corp - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4A46364437562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00V317301", + "cik": "0001803901", + "lei": null + }, + { + "symbol": "HECCW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Hudson Executive Investment Corp - Warrants (21/06/2025)", + "date": "2021-01-24", + "type": "wt", + "iexId": "IEX_4352564D57442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00WCNYLN6", + "cik": "0001803901", + "lei": null + }, + { + "symbol": "HEDJ", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "WisdomTree Trust - WisdomTree Europe Hedged Equity Fund", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_524B363630582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000Q3NW62", + "cik": "0001350487", + "lei": null + }, + { + "symbol": "HEEM", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "BlackRock Institutional Trust Company N.A. - BTC iShares Currency Hedg", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4337574751592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0076SN974", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "HEES", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "H&E Equipment Services Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5452474359532D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000K1XFJ4", + "cik": "0001339605", + "lei": null + }, + { + "symbol": "HEFA", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "BlackRock Institutional Trust Company N.A. - BTC iShares Currency Hedg", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5256364B36472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG005XKVF63", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "HEGD", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "Listed Funds Trust - Swan Hedged Equity US Large Cap ETF", + "date": "2021-01-24", + "type": "et", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00YN70X92", + "cik": "0001683471", + "lei": null + }, + { + "symbol": "HEI", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Heico Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5835395246442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BL16Q7", + "cik": "0000046619", + "lei": "529900O1DTDLCJ7L0I14" + }, + { + "symbol": "HEI.A", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Heico Corp. - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_43364D3636472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000F0CD91", + "cik": "0000046619", + "lei": "529900O1DTDLCJ7L0I14" + }, + { + "symbol": "HELE", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Helen of Troy Ltd", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_43484B4831502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BL21Z7", + "cik": "0000916789", + "lei": null + }, + { + "symbol": "HELX", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "Franklin Templeton ETF Trust - Franklin Genomic Advancements ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4847374239592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00RRGPCJ1", + "cik": "0001655589", + "lei": null + }, + { + "symbol": "HEP", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Holly Energy Partners L.P. - Unit", + "date": "2021-01-24", + "type": null, + "iexId": "IEX_4253323158352D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000C4Q0W3", + "cik": "0001283140", + "lei": "529900NVV7ODCT0QCG29" + }, + { + "symbol": "HEPA", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Hepion Pharmaceuticals Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_544B465336542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG005Y0S0J9", + "cik": "0001583771", + "lei": "5493004WF12U6NOV8U20" + }, + { + "symbol": "HEQ", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "John Hancock Hedged equity & Income Fund", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5443374234352D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG001MN27S4", + "cik": "0001496749", + "lei": "TXPTLN9B34V0S0MTR071" + }, + { + "symbol": "HERD", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Pacer Funds Trust - Pacer Cash Cows Fund of Funds ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_525151364C542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00P1MB6B6", + "cik": "0001616668", + "lei": null + }, + { + "symbol": "HERO", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Global X Funds - Global X Video Games & Esports ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5433594B50462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00QNKPFD7", + "cik": "0001432353", + "lei": null + }, + { + "symbol": "HES", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Hess Corporation", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5137384430312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BBD070", + "cik": "0000004447", + "lei": "UASVRYNXNK17ULIGK870" + }, + { + "symbol": "HESM", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Hess Midstream LP - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4B4D383442322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00R02H8D5", + "cik": "0001789832", + "lei": null + }, + { + "symbol": "HEWC", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "BlackRock Institutional Trust Company N.A. - BTC iShares Currency Hedg", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4B384C5848342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG009HT70N5", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "HEWG", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "BlackRock Institutional Trust Company N.A. - BTC iShares Currency Hedg", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_565331434D312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG005XKSS23", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "HEWJ", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "BlackRock Institutional Trust Company N.A. - BTC iShares Currency Hedg", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_563557364A4A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG005XKRJK4", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "HEWU", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "BlackRock Institutional Trust Company N.A. - BTC iShares Currency Hedg", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4339443959532D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG009HXYVC0", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "HEWW", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "BlackRock Institutional Trust Company N.A. - BTC iShares Currency Hedg", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4A4B575350462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG009HT89V6", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "HEXO", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "HEXO Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5757395359342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00G9J3624", + "cik": "0001690947", + "lei": "529900NCXLID5EDY2E78" + }, + { + "symbol": "HEZU", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "BlackRock Institutional Trust Company N.A. - BTC iShares Currency Hedg", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_444B4B3331302D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG006S5D508", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "HFBL", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Home Federal Bancorp Inc (Louisiana)", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4A324C4C53582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000QSM8F1", + "cik": "0001500375", + "lei": null + }, + { + "symbol": "HFC", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "HollyFrontier Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4B53574D4C392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BL9JQ1", + "cik": "0000048039", + "lei": "549300J3U2WK73C9ZK26" + }, + { + "symbol": "HFEN", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "HF Enterprises Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_434E48354E432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000PZLNH2", + "cik": "0001750106", + "lei": "549300W38TE207R3Y863" + }, + { + "symbol": "HFFG", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "HF Foods Group Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4431505158582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00HMS9MR9", + "cik": "0001680873", + "lei": "549300WRMUYUP8KYFH93" + }, + { + "symbol": "HFRO", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Highland Income Fund", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_564E564258382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG001QMCH09", + "cik": "0001710680", + "lei": "254900CMUE9FRYL2UR80" + }, + { + "symbol": "HFRO-A", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Highland Income Fund - 5.375% PRF PERPETUAL USD 25 - Ser A", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4852354E4A482D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001710680", + "lei": "254900CMUE9FRYL2UR80" + }, + { + "symbol": "HFWA", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Heritage Financial Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4251564431542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BY3302", + "cik": "0001046025", + "lei": null + }, + { + "symbol": "HFXI", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "IndexIQ ETF Trust - IQ 50 Percent Hedged FTSE International ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4332533147342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG009NMJ5M0", + "cik": "0001415995", + "lei": null + }, + { + "symbol": "HGBL", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Heritage Global Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4247584A34322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000DSQ3Z0", + "cik": "0000849145", + "lei": null + }, + { + "symbol": "HGEN", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Humanigen Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5053314630372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000DMFZG5", + "cik": "0001293310", + "lei": "549300ILAUCQNMJQXL47" + }, + { + "symbol": "HGH", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Hartford Financial Services Group Inc. - FXDFR DB REDEEM 15/04/2042 US", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4733594B344B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000874766", + "lei": "IU7C3FTM7Y3BQM112U94" + }, + { + "symbol": "HGLB", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Highland Global Credit Allocation Fund.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4439325451532D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00MJH5G75", + "cik": "0001577610", + "lei": null + }, + { + "symbol": "HGSH", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "China HGS Real Estate Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_564A35384B472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000JNXK52", + "cik": "0001158420", + "lei": null + }, + { + "symbol": "HGV", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Hilton Grand Vacations Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4E31343735432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00CBYY6M1", + "cik": "0001674168", + "lei": "549300O9K6MFD8D07574" + }, + { + "symbol": "HHC", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Howard Hughes Corporation", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5750543152432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000MJRJJ2", + "cik": "0001498828", + "lei": "549300BVHY25JZC1KI49" + }, + { + "symbol": "HHR", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "HeadHunter Group PLC - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_523754394E422D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00KHGQ0H4", + "cik": "0001721181", + "lei": null + }, + { + "symbol": "HI", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Hillenbrand Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_434E3836324B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000KT0GV3", + "cik": "0001417398", + "lei": "U246OE781574J2BUD366" + }, + { + "symbol": "HIBB", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Hibbett Sports Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4836374D4A332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000H001V3", + "cik": "0001017480", + "lei": "529900RD6P643J1CZM55" + }, + { + "symbol": "HIBL", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Direxion Shares ETF Trust - Direxion Daily S&P 500 High Beta Bull 3X S", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5452385042502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00QRNDRW3", + "cik": "0001424958", + "lei": null + }, + { + "symbol": "HIBS", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Direxion Shares ETF Trust - Direxion Daily S&P 500 High Beta Bear 3X S", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5435334A38352D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00QRNF0V1", + "cik": "0001424958", + "lei": null + }, + { + "symbol": "HIE", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Miller/Howard High Income Equity Fund", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5850464252522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG001XMDRX2", + "cik": "0001519505", + "lei": "549300ZCY8ROSDMUUZ28" + }, + { + "symbol": "HIFS", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Hingham Institution For Savings", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5244515835302D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000C037V2", + "cik": null, + "lei": "2549009GDCGUR2T6KU55" + }, + { + "symbol": "HIG", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Hartford Financial Services Group Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5033314442372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000G0Z878", + "cik": "0000874766", + "lei": "IU7C3FTM7Y3BQM112U94" + }, + { + "symbol": "HIG-G", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Hartford Financial Services Group Inc. - 6% PRF PERPETUAL USD 25 - Ser", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_5459515337522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000874766", + "lei": "IU7C3FTM7Y3BQM112U94" + }, + { + "symbol": "HIGA", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "H.I.G. Acquisition Corp - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00XRGQZ06", + "cik": "0001823776", + "lei": null + }, + { + "symbol": "HIGA+", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "H.I.G. Acquisition Corp - Warrants (01/01/9999)", + "date": "2021-01-24", + "type": "wt", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00YD9DC00", + "cik": "0001823776", + "lei": null + }, + { + "symbol": "HIGA=", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "H.I.G. Acquisition Corp - Units (1 Ord Share Class A & 1/3 War)", + "date": "2020-12-21", + "type": null, + "iexId": "IEX_5248463230392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00XNR78N2", + "cik": "0001823776", + "lei": null + }, + { + "symbol": "HIGAU", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "H.I.G. Acquisition Corp - Units (1 Ord Share Class A & 1/3 War)", + "date": "2021-01-24", + "type": null, + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00XNR78N2", + "cik": "0001823776", + "lei": null + }, + { + "symbol": "HIHO", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Highway Holdings Ltd.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5038564856382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BFG684", + "cik": "0001026785", + "lei": null + }, + { + "symbol": "HII", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Huntington Ingalls Industries Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_484A585848342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG001KJ2HM9", + "cik": "0001501585", + "lei": "5TZLZ6WJTBVJ0QWBG121" + }, + { + "symbol": "HIL", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Hill International Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_43423330564E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000Q3X4V5", + "cik": "0001287808", + "lei": null + }, + { + "symbol": "HIMS", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Hims & Hers Health Inc - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00Q53VYM7", + "cik": "0001773751", + "lei": "549300ZQ4ZUYSAAX6P59" + }, + { + "symbol": "HIMS+", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Hims & Hers Health Inc - Warrants (20/01/2026)", + "date": "2021-01-24", + "type": "wt", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00Q5974M7", + "cik": "0001773751", + "lei": "549300ZQ4ZUYSAAX6P59" + }, + { + "symbol": "HIMX", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Himax Technologies - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_424656585A482D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000R01RJ8", + "cik": "0001342338", + "lei": "529900Z6XWS79D8T1X09" + }, + { + "symbol": "HIO", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Western Asset High Income Opportunity Fund Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5659564447482D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BLHMB1", + "cik": "0000910068", + "lei": "549300S7N70O2ERKYG47" + }, + { + "symbol": "HIPR", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Direxion Funds - Direxion High Growth ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5656505248332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00VC9M6S0", + "cik": "0001040587", + "lei": null + }, + { + "symbol": "HIPS", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "GraniteShares Gold Trust - GraniteShares HIPS US High Income ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_583751484D352D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG007V9C408", + "cik": "0001690437", + "lei": null + }, + { + "symbol": "HIW", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Highwoods Properties, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_48484750324B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000C43744", + "cik": "0000921082", + "lei": "ZIIGTYKL9T0X3HLTDX53" + }, + { + "symbol": "HIX", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Western Asset High Income Fund II Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5337564D47582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BP8B71", + "cik": "0001058239", + "lei": "549300LH0LPNF7USIA77" + }, + { + "symbol": "HJLI", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Hancock Jaffe Laboratories Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_53594A3934582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000PVDC20", + "cik": "0001661053", + "lei": "549300KF5KREFECSNV87" + }, + { + "symbol": "HJLIW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Hancock Jaffe Laboratories Inc - Warrants (30/05/2023)", + "date": "2021-01-24", + "type": "wt", + "iexId": "IEX_4C48523951592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00L2D8SV8", + "cik": "0001661053", + "lei": "549300KF5KREFECSNV87" + }, + { + "symbol": "HJPX", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "BlackRock Institutional Trust Company N.A. - BTC iShares Currency Hedg", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_435446395A422D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00B3VNJ15", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "HKIB", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Amtd International Inc - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_43384A3542472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00PH297Y9", + "cik": "0001769731", + "lei": "549300KHWPN26J8NTV43" + }, + { + "symbol": "HL", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Hecla Mining Co.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4633503232502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BL5W86", + "cik": "0000719413", + "lei": "5493009Y6HOBZD1QD537" + }, + { + "symbol": "HL-B", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Hecla Mining Co. - 7% PRF PERPETUAL USD 50 - Series B", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4B3656364E392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000719413", + "lei": "5493009Y6HOBZD1QD537" + }, + { + "symbol": "HLAL", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Listed Funds Trust - Wahed FTSE USA Shariah ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4E5454444E4C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00PPRBND0", + "cik": "0001683471", + "lei": null + }, + { + "symbol": "HLF", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Herbalife Nutrition Ltd", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_424D463343322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000MM5VL9", + "cik": "0001180262", + "lei": "549300BA7TYPBSZZIA41" + }, + { + "symbol": "HLG", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Hailiang Education Group Inc - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_4D35485458512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG007T9PC54", + "cik": "0001596964", + "lei": null + }, + { + "symbol": "HLI", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Houlihan Lokey Inc - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5659394857382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000CZTB66", + "cik": "0001302215", + "lei": "549300S3CNGTQ1QZVY46" + }, + { + "symbol": "HLIO", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Helios Technologies Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_504B54524A442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000HL4L03", + "cik": "0001024795", + "lei": "5493000BCJSMIDRNTI78" + }, + { + "symbol": "HLIT", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Harmonic, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_564A364E35522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BTXZ45", + "cik": "0000851310", + "lei": "549300LRGRD8XC9BTL66" + }, + { + "symbol": "HLNE", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Hamilton Lane Inc - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4A56465231332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00FX58Q66", + "cik": "0001433642", + "lei": "5493006OKN3V1NORM833" + }, + { + "symbol": "HLT", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Hilton Worldwide Holdings Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4D4651565A512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0058KMH30", + "cik": "0001585689", + "lei": "549300HVGPK36ICB0B89" + }, + { + "symbol": "HLX", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Helix Energy Solutions Group Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4834303154542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000J7Q1L9", + "cik": "0000866829", + "lei": "416AP2JOUTCWEGSOZW41" + }, + { + "symbol": "HLXA", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Helix Acquisition Corp - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5051584B52522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00XQZQTS9", + "cik": "0001821586", + "lei": null + }, + { + "symbol": "HMC", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Honda Motor - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_5247563958442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BL6B45", + "cik": "0000715153", + "lei": "549300P7ZYCQJ36CCS16" + }, + { + "symbol": "HMG", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "HMG Courtland Properties Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4B48594830362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BL7HN0", + "cik": "0000311817", + "lei": null + }, + { + "symbol": "HMHC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Houghton Mifflin Harcourt Co", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_564234314D582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG005KPJQ48", + "cik": "0001580156", + "lei": null + }, + { + "symbol": "HMI", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Huami Corp - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_434C384E33362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00JRGVY59", + "cik": "0001720446", + "lei": null + }, + { + "symbol": "HMLP", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Hoegh LNG Partners LP - Unit", + "date": "2021-01-24", + "type": null, + "iexId": "IEX_5046433932322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0068RV8Z8", + "cik": "0001603016", + "lei": "254900MBE287MBFU8W82" + }, + { + "symbol": "HMLP-A", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Hoegh LNG Partners LP - 8.75% PRF PERPETUAL USD 25 - Ser A", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4250504B43562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001603016", + "lei": "254900MBE287MBFU8W82" + }, + { + "symbol": "HMN", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Horace Mann Educators Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_533230384C512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BL7VL1", + "cik": "0000850141", + "lei": "254900G5YAV3A2YK8T32" + }, + { + "symbol": "HMNF", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "HMN Financial Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5446305354332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000D93RD8", + "cik": "0000921183", + "lei": null + }, + { + "symbol": "HMOP", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Hartford Funds Exchange-Traded Trust - Hartford Municipal Opportunitie", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4A37345454332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00JGMYWX8", + "cik": "0001501825", + "lei": null + }, + { + "symbol": "HMST", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "HomeStreet Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_475057484B442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG001P717K5", + "cik": "0001518715", + "lei": null + }, + { + "symbol": "HMSY", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "HMS Holdings Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4236545257522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000C8KWS5", + "cik": "0001196501", + "lei": "5299008569C65X81JE73" + }, + { + "symbol": "HMTV", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Hemisphere Media Group Inc - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4651444730432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0020BMBZ3", + "cik": "0001567345", + "lei": "549300PUEQ0HSP3IRZ09" + }, + { + "symbol": "HMY", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Harmony Gold Mining Co Ltd - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_4343345238432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BX93G1", + "cik": "0001023514", + "lei": "378900986D05F0C29811" + }, + { + "symbol": "HNDL", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Strategy Shares - Nasdaq 7HANDL Index ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4A44313644312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00JRGTR66", + "cik": "0001506213", + "lei": null + }, + { + "symbol": "HNGR", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Hanger Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4250514E56372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000C52YP0", + "cik": "0000722723", + "lei": "254900ZJJJYVLHJXSZ60" + }, + { + "symbol": "HNI", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "HNI Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_444B4D5752302D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000C7QK61", + "cik": "0000048287", + "lei": "549300SKRADLC4O5HV93" + }, + { + "symbol": "HNNA", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Hennessy Advisors Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4E56374352332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000F4P4Z0", + "cik": "0001145255", + "lei": "549300OM5HCSFZO7FR31" + }, + { + "symbol": "HNP", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Huaneng Power International Inc. - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_48534A5030382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BX5YM0", + "cik": "0000929058", + "lei": "529900WU0SMVKMPG4V21" + }, + { + "symbol": "HNRG", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Hallador Energy Co", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_584B534E474D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000DP9RS0", + "cik": "0000788965", + "lei": "254900GKEQRHOI2SSC19" + }, + { + "symbol": "HNW", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "Pioneer Diversified High Income Trust.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5851475435512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000R571V4", + "cik": "0001388126", + "lei": "F6XC8RH66QIXRMU75G31" + }, + { + "symbol": "HOFT", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Hooker Furniture Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4358314257522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BNSKG4", + "cik": "0001077688", + "lei": null + }, + { + "symbol": "HOFV", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Hall of Fame Resort & Entertainment Company", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_504B3333514A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00QFP5QD3", + "cik": "0001708176", + "lei": null + }, + { + "symbol": "HOFVW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Hall of Fame Resort & Entertainment Company - Warrants (24/01/2023)", + "date": "2021-01-24", + "type": "wt", + "iexId": "IEX_564737544B312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00VTLC7T3", + "cik": "0001708176", + "lei": null + }, + { + "symbol": "HOG", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Harley-Davidson, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5035425039342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BKZTP3", + "cik": "0000793952", + "lei": "ZDNAWZWXIKMWI51R2A08" + }, + { + "symbol": "HOL", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Holicity Inc - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_46384D4D36312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00W7FG4V8", + "cik": "0001814329", + "lei": null + }, + { + "symbol": "HOLD", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Advisorshares Trust - AdvisorShares Sage Core Reserves ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5351464D304C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG005TVYRC8", + "cik": "0001408970", + "lei": "549300JV5T62F5E7S151" + }, + { + "symbol": "HOLI", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Hollysys Automation Technologies Ltd", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_445A323243482D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000J2VZ02", + "cik": "0001357450", + "lei": "2549008FKCB1PSUOZ583" + }, + { + "symbol": "HOLUW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Holicity Inc - Warrants (04/08/2027)", + "date": "2021-01-24", + "type": "wt", + "iexId": "IEX_44504747334A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00XKY7360", + "cik": "0001814329", + "lei": null + }, + { + "symbol": "HOLX", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Hologic, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4251523559542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000C3NTN5", + "cik": "0000859737", + "lei": "549300DYP6F5ZJL0LB74" + }, + { + "symbol": "HOMB", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Home Bancshares Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4357305A31392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000QJXDW9", + "cik": "0001331520", + "lei": null + }, + { + "symbol": "HOME", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "At Home Group Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5138355A34482D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG009YVH1T2", + "cik": "0001646228", + "lei": "549300LGPR0P05O30I24" + }, + { + "symbol": "HOMZ", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "ETF Series Solutions Trust - Hoya Capital Housing ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_505A313657332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00NLMS587", + "cik": "0001540305", + "lei": null + }, + { + "symbol": "HON", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Honeywell International Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_57474C5154532D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000H556T9", + "cik": "0000773840", + "lei": "ISRPG12PN4EIEOEMW547" + }, + { + "symbol": "HONE", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "HarborOne Bancorp Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4A344B304E372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00NKZNGB6", + "cik": "0001769617", + "lei": "549300SCDGOYSCWQJR34" + }, + { + "symbol": "HOOK", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Hookipa Pharma Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_43524454504C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00NGMNKR4", + "cik": "0001760542", + "lei": null + }, + { + "symbol": "HOPE", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Hope Bancorp Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5635565642502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000DXHBN4", + "cik": "0001128361", + "lei": "549300UTF4QGMBHIZ219" + }, + { + "symbol": "HOTH", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Hoth Therapeutics Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_53335358434C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00H0HZ8S8", + "cik": "0001711786", + "lei": null + }, + { + "symbol": "HOV", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Hovnanian Enterprises, Inc. - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_46505038514B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BLCBN7", + "cik": "0000357294", + "lei": "549300805N4EF0ROBT53" + }, + { + "symbol": "HOVNP", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Hovnanian Enterprises, Inc. - 7.625% PRF PERPETUAL USD 25000 - Ser A", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4E48594C52592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000357294", + "lei": "549300805N4EF0ROBT53" + }, + { + "symbol": "HP", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Helmerich & Payne, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_44335A5932322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BLCPY4", + "cik": "0000046765", + "lei": "254900NAOGHJ88RZ4C73" + }, + { + "symbol": "HPE", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Hewlett Packard Enterprise Co", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4639565950442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0078W3NQ3", + "cik": "0001645590", + "lei": "549300BX44RGX6ANDV88" + }, + { + "symbol": "HPF", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "John Hancock Preferred Income Fund II", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_584B4E3930442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000F4BBK5", + "cik": "0001189740", + "lei": "549300IHGLOBR94V7T20" + }, + { + "symbol": "HPI", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "John Hancock Preferred Income Fund", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_484D564833302D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BDH0T8", + "cik": "0001176199", + "lei": "5493000GTN8HZYKX7292" + }, + { + "symbol": "HPK", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "HighPeak Energy Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_524E574E4C4C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00RD1PYM7", + "cik": "0001792849", + "lei": "549300J4RNCV140DUY76" + }, + { + "symbol": "HPKEW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "HighPeak Energy Inc - Warrants (21/08/2025)", + "date": "2021-01-24", + "type": "wt", + "iexId": "IEX_5735574E32502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00RDKDH72", + "cik": "0001792849", + "lei": "549300J4RNCV140DUY76" + }, + { + "symbol": "HPP", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Hudson Pacific Properties Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5734484A4C5A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000QC4T33", + "cik": "0001482512", + "lei": null + }, + { + "symbol": "HPQ", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "HP Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4D5335374C312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000KHWT55", + "cik": "0000047217", + "lei": "WHKXQACZ14C5XRO8LW03" + }, + { + "symbol": "HPR", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "HighPoint Resources Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4D53384854332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00JPR7Y81", + "cik": "0001725526", + "lei": "549300F0PA3NW6D2OO63" + }, + { + "symbol": "HPS", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "John Hancock Preferred Income Fund III", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5442525442462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000C16LM6", + "cik": "0001215913", + "lei": "549300SKQ7P13U1YJN71" + }, + { + "symbol": "HPX", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "HPX Corp - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_42564D4247592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00VSHDYT3", + "cik": "0001809353", + "lei": null + }, + { + "symbol": "HPX+", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "HPX Corp - Warrants (14/07/2025)", + "date": "2021-01-24", + "type": "wt", + "iexId": "IEX_4650333346572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00WYHKWX5", + "cik": "0001809353", + "lei": null + }, + { + "symbol": "HPX=", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "HPX Corp - Units (1 Ord Class A & 1/2 War)", + "date": "2021-01-24", + "type": null, + "iexId": "IEX_474D444758432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00VR8S0V9", + "cik": "0001809353", + "lei": null + }, + { + "symbol": "HQH", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Tekla Healthcare Investors", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4246543650572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BLDGG3", + "cik": "0000805267", + "lei": "549300SNASESIFOS6V75" + }, + { + "symbol": "HQI", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "HireQuest Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5750444B594E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000CX93B5", + "cik": "0001140102", + "lei": null + }, + { + "symbol": "HQL", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Tekla Life Sciences Investors", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_485246574B4B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BCDQC5", + "cik": "0000884121", + "lei": "5493007BYZPSOVVS0M04" + }, + { + "symbol": "HQY", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Healthequity Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_47504B3543362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000TYXCT9", + "cik": "0001428336", + "lei": "529900LRJU1RAFQHM467" + }, + { + "symbol": "HR", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Healthcare Realty Trust, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4731313552512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BB67F4", + "cik": "0000899749", + "lei": "549300CB86LH2IOKHH22" + }, + { + "symbol": "HRB", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "H&R Block Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4C51374B59352D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BLDV98", + "cik": "0000012659", + "lei": "549300CE3KUCWLZBG404" + }, + { + "symbol": "HRC", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Hill-Rom Holdings Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4B42373453532D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BKWCS0", + "cik": "0000047518", + "lei": "JLZ01A0E2071OH26RE45" + }, + { + "symbol": "HRI", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Herc Holdings Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4C53385637352D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000FNRZ69", + "cik": "0001364479", + "lei": "549300TP80QLITMSBP82" + }, + { + "symbol": "HRL", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Hormel Foods Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4359424336392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BLF8D2", + "cik": "0000048465", + "lei": "MSD54751OJP1FS2ND863" + }, + { + "symbol": "HRMY", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Harmony Biosciences Holdings Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4842354433522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00WBPG4C2", + "cik": "0001802665", + "lei": null + }, + { + "symbol": "HROW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Harrow Health Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_544B5034324B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000QXWY44", + "cik": "0001360214", + "lei": null + }, + { + "symbol": "HRTG", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Heritage Insurance Holdings Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_424E4D4634512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG006D4PF48", + "cik": "0001598665", + "lei": "9845008CCYDD87F66B45" + }, + { + "symbol": "HRTX", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Heron Therapeutics Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_514736344C4C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000G2GJT7", + "cik": "0000818033", + "lei": "549300DR2I1DOPD2IX53" + }, + { + "symbol": "HRZN", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Horizon Technology Finance Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_424A424C35462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000QJZTT6", + "cik": "0001487428", + "lei": null + }, + { + "symbol": "HSAQ", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Health Sciences Acquisitions Corp 2", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_464A485837462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00W5FR2T5", + "cik": "0001814114", + "lei": null + }, + { + "symbol": "HSBC", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "HSBC Holdings plc - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_5257425257302D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000C1K7N0", + "cik": "0001089113", + "lei": "MLU0ZO3ML4LN2LL2TL39" + }, + { + "symbol": "HSC", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Harsco Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_56334D374C432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BLH3P8", + "cik": "0000045876", + "lei": "KAO98FK89NPNNPQGUZ43" + }, + { + "symbol": "HSCZ", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "BlackRock Institutional Trust Company N.A. - BTC iShares Currency Hedg", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4737373443432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG009HYWS28", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "HSDT", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Helius Medical Technologies Inc - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5246524A32392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG006QSQYY6", + "cik": "0001610853", + "lei": "549300BWJLIT2S349463" + }, + { + "symbol": "HSIC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Henry Schein Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5251584C37382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BNMMJ3", + "cik": "0001000228", + "lei": "VGO3WGL8H45T73F4RR92" + }, + { + "symbol": "HSII", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Heidrick & Struggles International, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_484253354C302D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000CYTZ93", + "cik": "0001066605", + "lei": "5493006284N2J367VB57" + }, + { + "symbol": "HSKA", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Heska Corp. (Restricted Voting)", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5234525152312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BWFH48", + "cik": "0001038133", + "lei": "529900O1OR2EB7L0HY27" + }, + { + "symbol": "HSMV", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "First Trust Exchange-Traded Fund III - First Trust Horizon Managed Vol", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4746545A54432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00SK8GX99", + "cik": "0001424212", + "lei": null + }, + { + "symbol": "HSON", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Hudson Global Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4B42333742332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000KSMLN9", + "cik": "0001210708", + "lei": "54930073WVI9H7ILKL69" + }, + { + "symbol": "HSRT", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "Hartford Funds Exchange-Traded Trust - Hartford Short Duration ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_534C43474C432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00L15X904", + "cik": "0001501825", + "lei": null + }, + { + "symbol": "HST", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Host Hotels & Resorts Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_484A473231322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BL8804", + "cik": "0001070750", + "lei": "N6EL63S0K3PB1YFTDI24" + }, + { + "symbol": "HSTM", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Healthstream Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4735473154352D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BVK1D9", + "cik": "0001095565", + "lei": "529900OJ88H8635JNH64" + }, + { + "symbol": "HSTO", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Histogen Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4C544A3148462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000R5W7T6", + "cik": "0001383701", + "lei": "549300XHWPP338YQ8O67" + }, + { + "symbol": "HSY", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Hershey Company", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4D4A434747342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BLHRS2", + "cik": "0000047111", + "lei": "21X2CX66SU2BR6QTAD08" + }, + { + "symbol": "HT", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Hersha Hospitality Trust", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4B504D474E432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BBB8Y5", + "cik": "0001063344", + "lei": "549300DNC58BIN1VO064" + }, + { + "symbol": "HT-C", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Hersha Hospitality Trust - 6.875% PRF PERPETUAL USD 25 - Ser C", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4D57373959392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001063344", + "lei": "549300DNC58BIN1VO064" + }, + { + "symbol": "HT-D", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Hersha Hospitality Trust - 6.50% PRF PERPETUAL USD 25 - Ser D", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_5130345731512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001063344", + "lei": "549300DNC58BIN1VO064" + }, + { + "symbol": "HT-E", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Hersha Hospitality Trust - 6.50% PRF PERPETUAL USD 25 - Ser E", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_574858364B392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001063344", + "lei": "549300DNC58BIN1VO064" + }, + { + "symbol": "HTA", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Healthcare Trust of America Inc - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4D4C46304E532D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000PRJCX9", + "cik": "0001360604", + "lei": "549300L0I14L7I0VLX84" + }, + { + "symbol": "HTAB", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Hartford Funds Exchange-Traded Trust - Hartford Schroders Tax Aware Bo", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_575639354D472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00KN8FJK2", + "cik": "0001501825", + "lei": null + }, + { + "symbol": "HTBI", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "HomeTrust Bancshares Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_575A473839322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG002CV5W70", + "cik": "0001538263", + "lei": null + }, + { + "symbol": "HTBK", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Heritage Commerce Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_52574344314C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000C48437", + "cik": "0001053352", + "lei": "549300CLIS851ELSR406" + }, + { + "symbol": "HTBX", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Heat Biologics Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5035355054482D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG004JDZPJ8", + "cik": "0001476963", + "lei": "549300C7CB2MWG4V3I09" + }, + { + "symbol": "HTD", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "John Hancock Tax- Advantaged Dividend Income", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_46525A4646422D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BLQ378", + "cik": "0001260041", + "lei": "5493001RMBJ8FL02CN30" + }, + { + "symbol": "HTEC", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Exchange Traded Concepts Trust - ROBO Global Healthcare Technology and", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_464D3435485A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00PH8XS91", + "cik": "0001452937", + "lei": "549300MLI82YH9HOGS11" + }, + { + "symbol": "HTFA", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Horizon Technology Finance Corp - 6.25% NT REDEEM 15/09/2022 USD 25", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4448423752462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001487428", + "lei": null + }, + { + "symbol": "HTGC", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Hercules Capital Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_58343350524D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000C2R8K2", + "cik": "0001280784", + "lei": "549300UJ5OC256GR2B73" + }, + { + "symbol": "HTGM", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "HTG Molecular Diagnostics Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_53544235564E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG001R01Y01", + "cik": "0001169987", + "lei": "5493001QFG6NIN60NK56" + }, + { + "symbol": "HTH", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Hilltop Holdings Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4259504C535A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000GM73Y2", + "cik": "0001265131", + "lei": "54930010TA543US0PM65" + }, + { + "symbol": "HTHT", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Huazhu Group Limited - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_4E444B4437422D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000QFPM65", + "cik": "0001483994", + "lei": "549300Y5ML31FVN83730" + }, + { + "symbol": "HTIA", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Healthcare Trust Inc - 7.375% PRF PERPETUAL USD 25 - Ser A", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4C58304B4B442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001561032", + "lei": "549300Z2NSUGF5NF2Y30" + }, + { + "symbol": "HTLD", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Heartland Express, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4D56474D52312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BLJLJ3", + "cik": "0000799233", + "lei": "5299005V45FZIQGLOG39" + }, + { + "symbol": "HTLF", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Heartland Financial USA, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5842574A5A4B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000GKFKW1", + "cik": "0000920112", + "lei": "549300QF7B0DFZT32C73" + }, + { + "symbol": "HTLFP", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Heartland Financial USA, Inc. - FXDFR PRF PERPETUAL USD 25 - Sr E Dp R", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4A31543853472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000920112", + "lei": "549300QF7B0DFZT32C73" + }, + { + "symbol": "HTOO", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Fusion Fuel Green Ltd - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00VZRQFB9", + "cik": "0001819794", + "lei": "635400GWH5YE1XNIVG85" + }, + { + "symbol": "HTOOW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Fusion Fuel Green Ltd - Warrants (01/01/2023)", + "date": "2021-01-24", + "type": "wt", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00YGNRPP5", + "cik": "0001819794", + "lei": "635400GWH5YE1XNIVG85" + }, + { + "symbol": "HTPA=", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Highland Transcend Partners I Corp - Units (1 Ord Share Class A & 1/3 ", + "date": "2020-12-21", + "type": null, + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00Y6V0T24", + "cik": "0001828817", + "lei": null + }, + { + "symbol": "HTPAU", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Highland Transcend Partners I Corp - Units (1 Ord Share Class A & 1/3 ", + "date": "2021-01-24", + "type": null, + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00Y6V0T24", + "cik": "0001828817", + "lei": null + }, + { + "symbol": "HTRB", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Hartford Funds Exchange-Traded Trust - Hartford Total Return Bond ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_474237484C342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00HTN2K30", + "cik": "0001501825", + "lei": null + }, + { + "symbol": "HTUS", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Hull Tactical Asset Allocation LLC - Hull Tactical US ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4C324D3837532D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG009H5D6N7", + "cik": null, + "lei": null + }, + { + "symbol": "HTY", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "John Hancock Tax-Advantaged Global Shareholder Yield Fund", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5056574C38322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000RRMJ04", + "cik": "0001396502", + "lei": null + }, + { + "symbol": "HUBB", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Hubbell Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4B31345436522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BLK267", + "cik": "0000048898", + "lei": "54930088VDQ6840Y6597" + }, + { + "symbol": "HUBG", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Hub Group, Inc. - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5135334233332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000G9W6L0", + "cik": "0000940942", + "lei": null + }, + { + "symbol": "HUBS", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "HubSpot Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4D31515350572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000N7MZ06", + "cik": "0001404655", + "lei": "529900BLNVEW0MVKJB37" + }, + { + "symbol": "HUD", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Hudson Ltd - Class A", + "date": "2020-12-01", + "type": "cs", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00J7KC7P0", + "cik": "0001714368", + "lei": null + }, + { + "symbol": "HUDI", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Huadi International Group Co Ltd", + "date": "2021-01-24", + "type": "cs", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00XH5SWK4", + "cik": "0001791725", + "lei": null + }, + { + "symbol": "HUGE", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "FSD Pharma Inc - Class B (Sub Voting)", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4E335448324D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00L45SFK1", + "cik": "0001771885", + "lei": "529900Z3CEEEN7U9B668" + }, + { + "symbol": "HUIZ", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Huize Holding Ltd - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_5332353643512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00Q5M64J3", + "cik": "0001778982", + "lei": null + }, + { + "symbol": "HUM", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Humana Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_505A393137582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BLKK03", + "cik": "0000049071", + "lei": "529900YLDW34GJAO4J06" + }, + { + "symbol": "HUN", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Huntsman Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5333444252342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000NS26Q8", + "cik": "0001307954", + "lei": "5299000V56320A7RIQ67" + }, + { + "symbol": "HURC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Hurco Companies, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_425156565A382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BLL051", + "cik": "0000315374", + "lei": "XSC5XDOTBYOBQPOG2O82" + }, + { + "symbol": "HURN", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Huron Consulting Group Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_56335456354B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000PV2M48", + "cik": "0001289848", + "lei": "549300NGVB9H6TKTLE36" + }, + { + "symbol": "HUSA", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "Houston American Energy Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4D4732534E542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000DS8D97", + "cik": "0001156041", + "lei": "529900T1EP0O1TPDYY93" + }, + { + "symbol": "HUSN", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Hudson Capital Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4750444D515A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00GGS47R6", + "cik": "0001687542", + "lei": null + }, + { + "symbol": "HUSV", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "First Trust Exchange-Traded Fund III - First Trust Horizon Managed Vol", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4639303752422D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00DPCXLF8", + "cik": "0001424212", + "lei": null + }, + { + "symbol": "HUYA", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "HUYA Inc - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_4C4335354E4B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00KK4Q8G1", + "cik": "0001728190", + "lei": "549300WPEZ00T1MABE80" + }, + { + "symbol": "HVBC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "HV Bancorp Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4252583839362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG006GZ1QR3", + "cik": "0001594555", + "lei": null + }, + { + "symbol": "HVT", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Haverty Furniture Cos., Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5332354B50502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000FVBPJ6", + "cik": "0000216085", + "lei": "529900CVFMMIRXZVPD70" + }, + { + "symbol": "HVT.A", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Haverty Furniture Cos., Inc. - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_534E425153362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000FVRSQ5", + "cik": "0000216085", + "lei": "529900CVFMMIRXZVPD70" + }, + { + "symbol": "HWBK", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Hawthorn Bancshares Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4E4D47324E522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BHQP32", + "cik": "0000893847", + "lei": null + }, + { + "symbol": "HWC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Hancock Whitney Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_50474B3452312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000CBC7D8", + "cik": "0000750577", + "lei": "549300GRNBWY8HIICT41" + }, + { + "symbol": "HWCC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Houston Wire & Cable Company", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_583157434A4B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BFZDC3", + "cik": "0001356949", + "lei": "529900B66ZP4U3GQDS61" + }, + { + "symbol": "HWCPL", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Hancock Whitney Corp. - 5.95% NT REDEEM 15/06/2045 USD 25", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_56335A3258352D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000750577", + "lei": "549300GRNBWY8HIICT41" + }, + { + "symbol": "HWCPZ", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Hancock Whitney Corp. - 6.25% NT REDEEM 15/06/2060 USD 25", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4A524651424A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000750577", + "lei": "549300GRNBWY8HIICT41" + }, + { + "symbol": "HWKN", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Hawkins Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4451354D34322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BLLWV2", + "cik": "0000046250", + "lei": "549300VL3IJ23OWX1Y34" + }, + { + "symbol": "HWM", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Howmet Aerospace Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4C33324C4D382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00DYNJGH9", + "cik": "0000004281", + "lei": "549300HO5WFZUT5N2T22" + }, + { + "symbol": "HX", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Xiaobai Maimai Inc - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_4A52304442462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00HVQFMZ7", + "cik": "0001702318", + "lei": "5493007BHBTZESVSIA24" + }, + { + "symbol": "HXL", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Hexcel Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_47464B5154432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BLMDQ9", + "cik": "0000717605", + "lei": "S6Q7LW43WUBUHXY2QP69" + }, + { + "symbol": "HY", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Hyster-Yale Materials Handling Inc - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_57584352384B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BDS374", + "cik": "0001173514", + "lei": null + }, + { + "symbol": "HYAC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Haymaker Acquisition Corp II - Class A", + "date": "2020-12-23", + "type": "cs", + "iexId": "IEX_4750365147462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00PC77XV1", + "cik": "0001771908", + "lei": null + }, + { + "symbol": "HYACW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Haymaker Acquisition Corp II - Warrants (11/06/2026)", + "date": "2020-12-23", + "type": "wt", + "iexId": "IEX_4C53435731312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00PSSN8Q1", + "cik": "0001771908", + "lei": null + }, + { + "symbol": "HYB", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "New America High Income Fund Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_48304C4746512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BLMTP5", + "cik": "0000825345", + "lei": null + }, + { + "symbol": "HYBB", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "iShares Trust - iShares BB Rated Corporate Bond ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_534659564D522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00XR0V3K4", + "cik": "0001006249", + "lei": null + }, + { + "symbol": "HYD", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "VanEck Vectors ETF Trust - VanEck Vectors High Yield Muni ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_584C564B36482D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000C8Z562", + "cik": "0000869178", + "lei": null + }, + { + "symbol": "HYDB", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "BlackRock Institutional Trust Company N.A. - iShares High Yield Bond F", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4A54374C39432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00H4BNP11", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "HYDW", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "DBX ETF Trust - Xtrackers Low Beta High Yield Bond ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5159343638502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00JQCHV15", + "cik": "0001503123", + "lei": null + }, + { + "symbol": "HYEM", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "VanEck Vectors ETF Trust - VanEck Vectors Emerging Markets High Yield ", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4A51563756592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG002YJGGR4", + "cik": "0000869178", + "lei": null + }, + { + "symbol": "HYFM", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Hydrofarm Holdings Group Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00MGFV5T3", + "cik": "0001695295", + "lei": "5493005Y60YG0W2FYJ83" + }, + { + "symbol": "HYG", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "BlackRock Institutional Trust Company N.A. - BTC iShares iBoxx USD Hig", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_534E465450332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000R2T3H9", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "HYGH", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "BlackRock Institutional Trust Company N.A. - BTC iShares Interest Rate", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4C32593847392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG006KF6JB0", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "HYGV", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "FlexShares Trust - FlexShares High Yield Value Scored Bond Index ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4C56313558362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00LG7DBT0", + "cik": "0001256909", + "lei": null + }, + { + "symbol": "HYHG", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "ProShares Trust - ProShares High Yield-Interest Rate Hedged ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_58475834534E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG004K182F7", + "cik": "0001174610", + "lei": null + }, + { + "symbol": "HYI", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Western Asset High Yield Defined Opportunity Fund Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4A335954394A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BG4925", + "cik": "0001497186", + "lei": null + }, + { + "symbol": "HYLB", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "DBX ETF Trust - Xtrackers USD High Yield Corporate Bond ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4B4C315944352D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00FGWY3Q6", + "cik": "0001503123", + "lei": null + }, + { + "symbol": "HYLD", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Exchange Listed Funds Trust - High Yield ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_56384C5038462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00L544K00", + "cik": "0001547950", + "lei": null + }, + { + "symbol": "HYLN", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Hyliion Holdings Corporation - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5632434D474E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00N9MJTZ9", + "cik": "0001759631", + "lei": null + }, + { + "symbol": "HYLN+", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Hyliion Holdings Corporation - Warrants (30/12/2020)", + "date": "2020-12-30", + "type": "wt", + "iexId": "IEX_534E325844442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00NWTDN41", + "cik": "0001759631", + "lei": null + }, + { + "symbol": "HYLS", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "First Trust Exchange-Traded Fund III - First Trust Tactical High Yield", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_44354E5430532D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00465XRD3", + "cik": "0001424212", + "lei": null + }, + { + "symbol": "HYLV", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "IndexIQ ETF Trust - IQ S&P High Yield Low Volatility Bond ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4B46515956462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00FWQ4J61", + "cik": "0001415995", + "lei": null + }, + { + "symbol": "HYMB", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "SPDR Series Trust - SPDR Nuveen Bloomberg Barclays High Yield Municipa", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5754353034312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG001MHWXD3", + "cik": "0001064642", + "lei": null + }, + { + "symbol": "HYMC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Hycroft Mining Holding Corporation - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_484D315247422D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00JSBZPQ1", + "cik": "0001718405", + "lei": null + }, + { + "symbol": "HYMCW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Hycroft Mining Holding Corporation - Warrants(12/02/2025)", + "date": "2021-01-24", + "type": "wt", + "iexId": "IEX_4348574C57512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00K96M5G9", + "cik": "0001718405", + "lei": null + }, + { + "symbol": "HYMCZ", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Hycroft Mining Holding Corporation - Warrants(22/10/2022)", + "date": "2021-01-24", + "type": "wt", + "iexId": "IEX_5459345630582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00FZHWZX1", + "cik": "0001718405", + "lei": null + }, + { + "symbol": "HYRE", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "HyreCar Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_423531354A372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00L07HM73", + "cik": "0001713832", + "lei": "549300Y900ZKQQLV6S25" + }, + { + "symbol": "HYS", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Pimco Exchange Traded Fund - PIMCO 0-5 Year High Yield Corporate Bond ", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4C48594658352D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG001R058S4", + "cik": "0001450011", + "lei": null + }, + { + "symbol": "HYT", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "BlackRock Corporate High Yield Fund Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5033314E56482D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000KS8391", + "cik": "0001222401", + "lei": "97ZR60BLU36N5VJMH054" + }, + { + "symbol": "HYTR", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Northern Lights Fund Trust III - CP High Yield Trend ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_563938344A572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00RHHC288", + "cik": "0001537140", + "lei": null + }, + { + "symbol": "HYUP", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "DBX ETF Trust - Xtrackers High Beta High Yield Bond ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_51425A3136352D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00JQCFTF7", + "cik": "0001503123", + "lei": null + }, + { + "symbol": "HYXF", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "iShares Trust - iShares ESG Advanced High Yield Corporate Bond ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5838433056482D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00D331HJ2", + "cik": "0001006249", + "lei": null + }, + { + "symbol": "HYXU", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "BlackRock Institutional Trust Company N.A. - BTC iShares International", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_58324E4A4D372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG002VD3P03", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "HYZD", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "WisdomTree Trust - WisdomTree Interest Rate Hedged High Yield Bond Fun", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_53315A354E562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG005Q26JZ9", + "cik": "0001350487", + "lei": null + }, + { + "symbol": "HZAC", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Horizon Acquisition Corp - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4244334A47502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00WJTB501", + "cik": "0001817071", + "lei": null + }, + { + "symbol": "HZAC+", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Horizon Acquisition Corp - Warrants (19/08/2025)", + "date": "2021-01-24", + "type": "wt", + "iexId": "IEX_4331445148352D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00XR1ST65", + "cik": "0001817071", + "lei": null + }, + { + "symbol": "HZAC=", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Horizon Acquisition Corp - Units (1 Ord Share Class A & 1/3 War)", + "date": "2021-01-24", + "type": null, + "iexId": "IEX_4230485A57442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00WGKBLF2", + "cik": "0001817071", + "lei": null + }, + { + "symbol": "HZN", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Horizon Global Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_505057424A522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG008MPMC56", + "cik": "0001637655", + "lei": "549300D1ZZV3IWN54G85" + }, + { + "symbol": "HZNP", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Horizon Therapeutics Plc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4C4D435657312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0014FFY08", + "cik": "0001492426", + "lei": "529900P0GSQ79OOZEV53" + }, + { + "symbol": "HZO", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Marinemax, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_47584233334C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000C1SRH5", + "cik": "0001057060", + "lei": null + }, + { + "symbol": "HZON", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Horizon Acquisition Corp II - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00XRGT2Q8", + "cik": "0001821788", + "lei": null + }, + { + "symbol": "HZON+", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Horizon Acquisition Corp II - Warrants(19/10/2027)", + "date": "2021-01-24", + "type": "wt", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00YD94480", + "cik": "0001821788", + "lei": null + }, + { + "symbol": "HZON=", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Horizon Acquisition Corp II - Units (1 Ord Share Class A & 1/3 War)", + "date": "2021-01-24", + "type": null, + "iexId": "IEX_4A38575033372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00XP8MMY2", + "cik": "0001821788", + "lei": null + }, + { + "symbol": "IAA", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "IAA Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4444533556332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00K7ZQ662", + "cik": "0001745041", + "lei": "549300PZCOPC5178W747" + }, + { + "symbol": "IAC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "IAC InterActiveCorp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4356333952532D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00S1LR2C3", + "cik": "0001800227", + "lei": "549300TO56L57RP6P031" + }, + { + "symbol": "IACA", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "ION Acquisition Corp 1 Ltd - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5242574350382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00XKM1LN3", + "cik": "0001821018", + "lei": null + }, + { + "symbol": "IACA+", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "ION Acquisition Corp 1 Ltd - Warrants (05/10/2027)", + "date": "2021-01-24", + "type": "wt", + "iexId": "IEX_5039465A39562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00XZCGBZ2", + "cik": "0001821018", + "lei": null + }, + { + "symbol": "IACA=", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "ION Acquisition Corp 1 Ltd - Units (1 Ord Share Class A & 1/5 War)", + "date": "2021-01-24", + "type": null, + "iexId": "IEX_4D4D3735584E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00XD31PG2", + "cik": "0001821018", + "lei": null + }, + { + "symbol": "IAE", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Voya Asia Pacific High Dividend Equity Income Fund", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_485936514E442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BRV3W1", + "cik": "0001385632", + "lei": "549300GNK7F1VWTNPE94" + }, + { + "symbol": "IAF", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "Aberdeen Australia Equity Fund Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5456543934392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BB6Q80", + "cik": "0000779336", + "lei": "5493003SC25JJLM4UH12" + }, + { + "symbol": "IAG", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Iamgold Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4433575635352D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000LL9LQ5", + "cik": "0001203464", + "lei": "254900E7II30XAB9LA72" + }, + { + "symbol": "IAGG", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "BlackRock Institutional Trust Company N.A. - BTC iShares International", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4442434D52372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00BDV2SP1", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "IAI", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "BlackRock Institutional Trust Company N.A. - BTC iShares U.S. Broker-D", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_52584B444E422D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000P9ZX47", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "IAK", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "BlackRock Institutional Trust Company N.A. - BTC iShares U.S. Insuranc", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_57464B4434462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000PB1CQ1", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "IART", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Integra Lifesciences Holdings Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4B44425A424B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BZJQL8", + "cik": "0000917520", + "lei": "WB7IJCYY8YFTENS4O147" + }, + { + "symbol": "IAT", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "BlackRock Institutional Trust Company N.A. - BTC iShares U.S. Regional", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5135315844532D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000PB1WV1", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "IAU", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "BlackRock Institutional Trust Company N.A. - BTC iShares Gold Trust", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4D424E3643532D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000QLKDR4", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "IAUF", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "BlackRock Institutional Trust Company N.A. - iShares Gold Strategy ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5850485856422D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00L3F2M50", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "IBA", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Industrias Bachoco, S.A.B. DE C.V. - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_4E344A4E51532D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BTFR43", + "cik": "0001044896", + "lei": null + }, + { + "symbol": "IBB", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "BlackRock Institutional Trust Company N.A. - BTC iShares Nasdaq Biotec", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4E5156584A322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000FS8GY0", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "IBBJ", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "ETF Series Solutions Trust - Defiance Nasdaq Junior Biotechnology ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4633573157502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00WFDHP82", + "cik": "0001540305", + "lei": null + }, + { + "symbol": "IBCE", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "BlackRock Institutional Trust Company N.A. - BTC iShares iBonds Mar 20", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5233335454462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG004FJD892", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "IBCP", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Independent Bank Corporation (Ionia, MI)", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_58503742544D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BLN9N0", + "cik": "0000039311", + "lei": null + }, + { + "symbol": "IBD", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Northern Lights Fund Trust IV - Inspire Corporate Bond Impact ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5448483158422D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00H3TKKC5", + "cik": "0001644419", + "lei": null + }, + { + "symbol": "IBDD", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "BlackRock Institutional Trust Company N.A. - BTC iShares iBonds Mar 20", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_474C5A3331472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG004PWC633", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "IBDL", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "BlackRock Institutional Trust Company N.A. - BTC iShares iBonds Dec 20", + "date": "2020-12-16", + "type": "et", + "iexId": "IEX_4747585042372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG007NN6F71", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "IBDM", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "BlackRock Institutional Trust Company N.A. - BTC iShares iBonds Dec 20", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_434A333851322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0088D26Q1", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "IBDN", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "BlackRock Institutional Trust Company N.A. - BTC iShares iBonds Dec 20", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_47465933334E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0088D5D56", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "IBDO", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "BlackRock Institutional Trust Company N.A. - BTC iShares iBonds Dec 20", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4A534C5246512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0088JLVL7", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "IBDP", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "BlackRock Institutional Trust Company N.A. - BTC iShares iBonds Dec 20", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4B4352584A372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0088JX096", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "IBDQ", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "BlackRock Institutional Trust Company N.A. - BTC iShares iBonds Dec 20", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4D51464B56392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0088JX9G9", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "IBDR", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "iShares Trust - iShares iBonds Dec 2026 Term Corporate ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5334383852312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00DST7FC3", + "cik": "0001006249", + "lei": null + }, + { + "symbol": "IBDS", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "iShares Trust - iShares iBonds Dec 2027 Term Corporate ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_58514658334A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00HPLJN98", + "cik": "0001006249", + "lei": null + }, + { + "symbol": "IBDT", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "iShares Trust - iShares iBonds Dec 2028 Term Corporate ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4330443038502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00M0P3RM8", + "cik": "0001006249", + "lei": null + }, + { + "symbol": "IBDU", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "iShares Trust - iShares iBonds Dec 2029 Term Corporate ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5136324D4B362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00Q79F605", + "cik": "0001006249", + "lei": null + }, + { + "symbol": "IBDV", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "iShares Trust - iShares iBonds Dec 2030 Term Corporate ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4248325650472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00VJHRT55", + "cik": "0001006249", + "lei": null + }, + { + "symbol": "IBEX", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "IBEX Ltd", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4653465948422D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00W0LQ673", + "cik": "0001720420", + "lei": null + }, + { + "symbol": "IBHA", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "iShares Trust - iShares iBonds 2021 Term High Yield and Income ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4D574342324B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00P3CSH24", + "cik": "0001006249", + "lei": null + }, + { + "symbol": "IBHB", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "iShares Trust - iShares iBonds 2022 Term High Yield and Income ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5434565354362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00P3CWS52", + "cik": "0001006249", + "lei": null + }, + { + "symbol": "IBHC", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "iShares Trust - iShares iBonds 2023 Term High Yield and Income ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5452305957512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00P3CWG85", + "cik": "0001006249", + "lei": null + }, + { + "symbol": "IBHD", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "iShares Trust - iShares iBonds 2024 Term High Yield and Income ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5154363448342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00P3CTH87", + "cik": "0001006249", + "lei": null + }, + { + "symbol": "IBHE", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "iShares Trust - iShares iBonds 2025 Term High Yield and Income ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_524443394B4E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00P3CSJR3", + "cik": "0001006249", + "lei": null + }, + { + "symbol": "IBHF", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "iShares Trust - iShares iBonds 2026 Term High Yield and Income ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_57595A5A38582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00Y1B7WC8", + "cik": "0001006249", + "lei": null + }, + { + "symbol": "IBIO", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "iBio Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5831534A37302D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000D5F2L9", + "cik": "0001420720", + "lei": null + }, + { + "symbol": "IBKR", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Interactive Brokers Group Inc - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_504E36364D422D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000LV0836", + "cik": "0001381197", + "lei": "5493004DT6DCDUZNDM53" + }, + { + "symbol": "IBM", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "International Business Machines Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_534A593238312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BLNNH6", + "cik": "0000051143", + "lei": "VGRQXHF3J8VDLUA7XE92" + }, + { + "symbol": "IBMJ", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "BlackRock Institutional Trust Company N.A. - BTC iShares iBonds Dec 20", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_48594A4C32382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG009XSSM67", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "IBMK", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "BlackRock Institutional Trust Company N.A. - BTC iShares iBonds Dec 20", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_484343445A522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG009XSSN01", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "IBML", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "iShares Trust - iShares iBonds Dec 2023 Term Muni Bond ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_44484752364A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00GF7ZHW1", + "cik": "0001006249", + "lei": null + }, + { + "symbol": "IBMM", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "BlackRock Institutional Trust Company N.A. - iShares iBonds Dec 2024 T", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4835464D43352D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00KDS82D2", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "IBMN", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "BlackRock Institutional Trust Company N.A. - iShares iBonds Dec 2025 T", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4B384E3354392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00MJW32Q4", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "IBMO", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "iShares Trust - iShares iBonds Dec 2026 Term Muni Bond ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_57534B3957582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00NSLFGZ2", + "cik": "0001006249", + "lei": null + }, + { + "symbol": "IBMP", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "iShares Trust - iShares iBonds Dec 2027 Term Muni Bond ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4C4842364D4A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00NVC3YP3", + "cik": "0001006249", + "lei": null + }, + { + "symbol": "IBMQ", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "iShares Trust - iShares iBonds Dec 2028 Term Muni Bond ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_57364B52484E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00NX0QL25", + "cik": "0001006249", + "lei": null + }, + { + "symbol": "IBN", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "ICICI Bank Ltd. - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_5850375452322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000DRM643", + "cik": "0001103838", + "lei": "R7RX8ER1V4666J8D1I38" + }, + { + "symbol": "IBND", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "SPDR Series Trust - SPDR Bloomberg Barclays International Corporate Bo", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4A4A374438542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000QXPDR3", + "cik": "0001064642", + "lei": null + }, + { + "symbol": "IBOC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "International Bancshares Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4A46563854342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BS0N59", + "cik": "0000315709", + "lei": "549300Y16R531AU8TX77" + }, + { + "symbol": "IBP", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Installed Building Products Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4457524332502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG005TJKDZ6", + "cik": "0001580905", + "lei": "549300I95Y9P9YM5FI86" + }, + { + "symbol": "IBTA", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "iShares Trust - iShares iBonds Dec 2021 Term Treasury ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5742334D584D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00RYQ8DW3", + "cik": "0001006249", + "lei": null + }, + { + "symbol": "IBTB", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "iShares Trust - iShares iBonds Dec 2022 Term Treasury ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5758385430342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00RYQV3B2", + "cik": "0001006249", + "lei": null + }, + { + "symbol": "IBTD", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "iShares Trust - iShares iBonds Dec 2023 Term Treasury ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_424C434E57302D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00RYQY0D3", + "cik": "0001006249", + "lei": null + }, + { + "symbol": "IBTE", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "iShares Trust - iShares iBonds Dec 2024 Term Treasury ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_43354A54594A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00RYR0P52", + "cik": "0001006249", + "lei": null + }, + { + "symbol": "IBTF", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "iShares Trust - iShares iBonds Dec 2025 Term Treasury ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4A47313950352D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00RYR2M93", + "cik": "0001006249", + "lei": null + }, + { + "symbol": "IBTG", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "iShares Trust - iShares iBonds Dec 2026 Term Treasury ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4B31364752502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00RYR3QV8", + "cik": "0001006249", + "lei": null + }, + { + "symbol": "IBTH", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "iShares Trust - iShares iBonds Dec 2027 Term Treasury ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4C53505A30372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00RYR46X9", + "cik": "0001006249", + "lei": null + }, + { + "symbol": "IBTI", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "iShares Trust - iShares iBonds Dec 2028 Term Treasury ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_44425735334B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00RYR4K95", + "cik": "0001006249", + "lei": null + }, + { + "symbol": "IBTJ", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "iShares Trust - iShares iBonds Dec 2029 Term Treasury ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5139505948422D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00RYR4QK9", + "cik": "0001006249", + "lei": null + }, + { + "symbol": "IBTK", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "iShares Trust - iShares iBonds Dec 2030 Term Treasury ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_42363051484D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00VYKY5M6", + "cik": "0001006249", + "lei": null + }, + { + "symbol": "IBTX", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Independent Bank Group Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4B51354A424A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG003981NS4", + "cik": "0001564618", + "lei": null + }, + { + "symbol": "IBUY", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Amplify ETF Trust - Amplify Online Retail ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4E545A4230352D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00CRCD208", + "cik": "0001633061", + "lei": null + }, + { + "symbol": "ICAD", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Icad Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_574B304638572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000KM7J81", + "cik": "0000749660", + "lei": null + }, + { + "symbol": "ICBK", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "County Bancorp Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5331424238502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG007HZBBT0", + "cik": "0001470205", + "lei": "5493003AOXDNVSR45663" + }, + { + "symbol": "ICCC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Immucell Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_424D483232582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BLQ5Q2", + "cik": "0000811641", + "lei": "5493003G4YVJPVDW6U67" + }, + { + "symbol": "ICCH", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "ICC Holdings Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_424A343238562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00F0F9D68", + "cik": "0001681903", + "lei": null + }, + { + "symbol": "ICD", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Independence Contract Drilling Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5633504C51362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG006PWRK77", + "cik": "0001537028", + "lei": null + }, + { + "symbol": "ICE", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Intercontinental Exchange Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4A4B4750354D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000C1FB75", + "cik": "0001571949", + "lei": "5493000F4ZO33MV32P92" + }, + { + "symbol": "ICF", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "BlackRock Institutional Trust Company N.A. - BTC iShares Cohen & Steer", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_504231324C4C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000C3Z0X4", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "ICFI", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "ICF International, Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4E4D44484E382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BBXVK5", + "cik": "0001362004", + "lei": "5493003KYFDDC5B3WY64" + }, + { + "symbol": "ICHR", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Ichor Holdings Ltd", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4A4247365A322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00F9VSCH3", + "cik": "0001652535", + "lei": "529900PS8R2JVLJ2H892" + }, + { + "symbol": "ICLK", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "iClick Interactive Asia Group Ltd - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_46394230444A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00J0BKBX0", + "cik": "0001697818", + "lei": "549300RFP0MGSGB4CS86" + }, + { + "symbol": "ICLN", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "BlackRock Institutional Trust Company N.A. - BTC iShares Global Clean ", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5152393039372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BBM0N2", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "ICLR", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Icon Plc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5339303232352D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000CTSZQ6", + "cik": "0001060955", + "lei": "6354008SRQGEMC4XFI67" + }, + { + "symbol": "ICMB", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Investcorp Credit Management BDC Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4431524A35462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG005YZ5XC2", + "cik": "0001578348", + "lei": "549300ZRNRCSKPLGYQ55" + }, + { + "symbol": "ICOL", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "BlackRock Institutional Trust Company N.A. - iShares MSCI Colombia ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4C33585737462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG004PW4FV1", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "ICON", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Iconix Brand Group, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4446334D36432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000D0WML7", + "cik": "0000857737", + "lei": "ZVNLR337TQLJ2PKYHL98" + }, + { + "symbol": "ICOW", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "Pacer Funds Trust - Pacer Developed Markets International Cash Cows 10", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5058354C32342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00GXXTKB7", + "cik": "0001616668", + "lei": null + }, + { + "symbol": "ICPT", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Intercept Pharmaceuticals Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4853474A5A392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG001J1QN87", + "cik": "0001270073", + "lei": null + }, + { + "symbol": "ICSH", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "BlackRock Institutional Trust Company N.A. - BTC BlackRock Ultra Short", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4A504C5A30352D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG005PCDD01", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "ICUI", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "ICU Medical, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_56334C3037362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000CQV2N4", + "cik": "0000883984", + "lei": "5493003NRW7LS2QZRH60" + }, + { + "symbol": "ICVT", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "BlackRock Institutional Trust Company N.A. - BTC iShares Convertible B", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4D48514857582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG009BKDML7", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "ID", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "PARTS iD Inc - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4435375A35432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00JCPZD66", + "cik": "0001698113", + "lei": null + }, + { + "symbol": "IDA", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Idacorp, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4256353259362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BLR3Y7", + "cik": "0001057877", + "lei": "N134NUJDWN8UEFA8B673" + }, + { + "symbol": "IDCC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Interdigital Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_48304B5232312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000HLJ7M4", + "cik": "0001405495", + "lei": "529900HQAUTC3VI47G64" + }, + { + "symbol": "IDE", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Voya Infrastructure, Industrials and Materials Fund", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_524A3233325A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000PY3Y81", + "cik": "0001417802", + "lei": "CDDOXZNDBE7I8PJXIJ33" + }, + { + "symbol": "IDEV", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "iShares Trust - iShares Core MSCI International Developed Markets ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4E54355739342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00G9DLZX9", + "cik": "0001006249", + "lei": null + }, + { + "symbol": "IDEX", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Ideanomics Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_504850585A4D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BM2S95", + "cik": "0000837852", + "lei": "549300G44F2K5Y52S437" + }, + { + "symbol": "IDHD", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "Invesco Capital Management LLC - Invesco S&P International Developed H", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4E4E464A37562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00FFK2QQ7", + "cik": "0001224696", + "lei": null + }, + { + "symbol": "IDHQ", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Invesco Capital Management LLC - Invesco S&P International Developed Q", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5750444859512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000QJ5CQ9", + "cik": "0001224696", + "lei": null + }, + { + "symbol": "IDIV", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Metaurus Equity Component Trust - U.S. Equity Cumulative Dividends Fun", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_51433252384E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00JXQK813", + "cik": "0001688487", + "lei": null + }, + { + "symbol": "IDLB", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Invesco Capital Management LLC - Invesco FTSE International Low Beta E", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4452563942362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00BCHNYL1", + "cik": "0001224696", + "lei": null + }, + { + "symbol": "IDLV", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Invesco Capital Management LLC - Invesco S&P International Developed L", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4236434E324D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG002DJ8KH8", + "cik": "0001224696", + "lei": null + }, + { + "symbol": "IDMO", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Invesco Capital Management LLC - Invesco S&P International Developed M", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_524E323654472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG002PL3Z37", + "cik": "0001224696", + "lei": null + }, + { + "symbol": "IDN", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Intellicheck Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4E42363034422D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000C3Q7K3", + "cik": "0001040896", + "lei": "5493008ZZ7W6MQKLKS23" + }, + { + "symbol": "IDNA", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "iShares Trust - iShares Genomics Immunology and Healthcare ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_583257375A322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00PC1H1T6", + "cik": "0001006249", + "lei": null + }, + { + "symbol": "IDOG", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "ALPS Advisors Inc - ALPS International Sector Dividend Dogs ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_56433931344B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG004RX7CD1", + "cik": "0001376113", + "lei": null + }, + { + "symbol": "IDRA", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Idera Pharmaceuticals, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4D5A5A3250582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000DQGMR2", + "cik": "0000861838", + "lei": "549300JLJLICQGQFXF87" + }, + { + "symbol": "IDRV", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "iShares Trust - iShares Self-Driving EV and Tech ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_575351584C352D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00NWKVLW3", + "cik": "0001006249", + "lei": null + }, + { + "symbol": "IDT", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "IDT Corp. - Class B", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_504C5A335A4C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000NRVQJ2", + "cik": "0001005731", + "lei": "549300JNTN7ZMJDFCL56" + }, + { + "symbol": "IDU", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "BlackRock Institutional Trust Company N.A. - BTC iShares U.S. Utilitie", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_515239534E562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BXVFQ8", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "IDV", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "BlackRock Institutional Trust Company N.A. - BTC iShares International", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_574E445238562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000PQKHX8", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "IDX", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "VanEck Vectors ETF Trust - VanEck Vectors Indonesia Index ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4B56354852562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BZYH22", + "cik": "0000869178", + "lei": null + }, + { + "symbol": "IDXG", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Interpace Biosciences Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4A4E544E48362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BDV1D7", + "cik": "0001054102", + "lei": "5493006LRJROHHZJM864" + }, + { + "symbol": "IDXX", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Idexx Laboratories, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4E464D504D472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BLRT07", + "cik": "0000874716", + "lei": "OGMTXK0LUU1HKV2P0J84" + }, + { + "symbol": "IDYA", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Ideaya Biosciences Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4D57443756462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00CTZ4D83", + "cik": "0001676725", + "lei": "549300ULW08F62IJML11" + }, + { + "symbol": "IEA", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Infrastructure and Energy Alternatives Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_47503452504B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00D2PQFK9", + "cik": "0001652362", + "lei": "549300CZ3FQ7JWXZHD54" + }, + { + "symbol": "IEAWW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Infrastructure and Energy Alternatives Inc - Warrants (20/05/2021)", + "date": "2021-01-24", + "type": "wt", + "iexId": "IEX_4C53395838352D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00DQ1RZJ3", + "cik": "0001652362", + "lei": "549300CZ3FQ7JWXZHD54" + }, + { + "symbol": "IEC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "IEC Electronics Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_48374443504E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BJ0Y64", + "cik": "0000049728", + "lei": "549300YND7BNRML76T21" + }, + { + "symbol": "IECS", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "BlackRock Institutional Trust Company N.A. - iShares Evolved U.S. Cons", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5158304357302D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00KDZS5Y4", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "IEDI", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "BlackRock Institutional Trust Company N.A. - iShares Evolved U.S. Disc", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5437503136322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00KDZQZY0", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "IEF", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "BlackRock Institutional Trust Company N.A. - BTC iShares 7-10 Year Tre", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_505732314B322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BHR296", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "IEFA", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "BlackRock Institutional Trust Company N.A. - BTC iShares Core MSCI EAF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4344384443582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG003H6TR19", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "IEFN", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "BlackRock Institutional Trust Company N.A. - iShares Evolved U.S. Fina", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5139563653482D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00KDZR1G4", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "IEHS", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "BlackRock Institutional Trust Company N.A. - iShares Evolved U.S. Heal", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_583548564C4E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00KDZRVK3", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "IEI", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "BlackRock Institutional Trust Company N.A. - BTC iShares 3-7 Year Trea", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5735533634322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000QN0RR1", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "IEIH", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "BlackRock Institutional Trust Company N.A. - iShares Evolved U.S. Inno", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4751543856542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00KDZRYM5", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "IEME", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "BlackRock Institutional Trust Company N.A. - iShares Evolved U.S. Medi", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4444344D4A522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00KDZS244", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "IEMG", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "BlackRock Institutional Trust Company N.A. - BTC iShares Core MSCI Eme", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4B563336384C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG003HC3CQ0", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "IEO", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "BlackRock Institutional Trust Company N.A. - BTC iShares U.S. Oil & Ga", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4E5A514C37522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000P8H1P6", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "IEP", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Icahn Enterprises L P - Unit", + "date": "2021-01-24", + "type": null, + "iexId": "IEX_52563633574B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BB3080", + "cik": "0000813762", + "lei": "549300T0G4GS0SINS786" + }, + { + "symbol": "IESC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "IES Holdings Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_544C53484D542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000PHV438", + "cik": "0001048268", + "lei": "549300687T8E6LN6EN72" + }, + { + "symbol": "IETC", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "BlackRock Institutional Trust Company N.A. - iShares Evolved U.S. Tech", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_43535A4747372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00KDZS3Q8", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "IEUR", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "BlackRock Institutional Trust Company N.A. - BTC iShares Core MSCI Eur", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_46434D4B564E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG006MJ8993", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "IEUS", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "BlackRock Institutional Trust Company N.A. - BTC iShares MSCI Europe S", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5446314A39582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000TVNCS7", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "IEV", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "BlackRock Institutional Trust Company N.A. - BTC iShares Europe ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_464C3959524E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BXV152", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "IEX", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Idex Corporation", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4B464A4657532D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000C1HN22", + "cik": "0000832101", + "lei": "549300U5Y5EL6PHYLF13" + }, + { + "symbol": "IEZ", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "BlackRock Institutional Trust Company N.A. - BTC iShares U.S. Oil Equi", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5450315757572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000P8HGR1", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "IFF", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "International Flavors & Fragrances Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4E56374B32382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BLSL58", + "cik": "0000051253", + "lei": "BZLRL03D3GPGMOGFO832" + }, + { + "symbol": "IFFT", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "International Flavors & Fragrances Inc. - Unit (1Prpd Stk Pur contrct ", + "date": "2021-01-24", + "type": null, + "iexId": "IEX_4853304B54502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000051253", + "lei": "BZLRL03D3GPGMOGFO832" + }, + { + "symbol": "IFGL", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "BlackRock Institutional Trust Company N.A. - BTC iShares International", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5058314A54542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000TVNL43", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "IFMK", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "iFresh Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5436465643372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00FZ4MDB4", + "cik": "0001681941", + "lei": "549300525Y0VM10OPG88" + }, + { + "symbol": "IFN", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "India Fund Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5054524836302D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BGRKL4", + "cik": "0000917100", + "lei": "5493008XCB4X3JFQPB87" + }, + { + "symbol": "IFRA", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "BlackRock Institutional Trust Company N.A. - iShares U.S. Infrastructu", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_47483034304B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00KHHFNQ4", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "IFRX", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "InflaRx N.V.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4D3743374B522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00HZ6PLC3", + "cik": "0001708688", + "lei": "391200VC4LWGA9FR8550" + }, + { + "symbol": "IFV", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "First Trust Exchange-Traded Fund III - First Trust Dorsey Wright Inter", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_54463730384B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG006VZDTF0", + "cik": "0001424212", + "lei": null + }, + { + "symbol": "IG", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Principal Exchange-Traded Funds - Principal Investment Grade Corporate", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_505A4D4A54392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00KN7G3Y3", + "cik": "0001572661", + "lei": null + }, + { + "symbol": "IGA", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Voya Global Advantage and Premium Opportunity Fund", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4C524C5346532D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000HRY771", + "cik": "0001332943", + "lei": "549300P8MCGWLP88NI42" + }, + { + "symbol": "IGAC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "IG Acquisition Corp - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_50595A3248542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00XLXLNG0", + "cik": "0001819496", + "lei": null + }, + { + "symbol": "IGACW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "IG Acquisition Corp - Warrants (21/09/2025)", + "date": "2021-01-24", + "type": "wt", + "iexId": "IEX_5834513333342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00Y9DNDM9", + "cik": "0001819496", + "lei": null + }, + { + "symbol": "IGBH", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "BlackRock Institutional Trust Company N.A. - iShares Interest Rate Hed", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4630543530522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG009NLX3P8", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "IGC", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "India Globalization Capital Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5436393832442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000NSSLY8", + "cik": "0001326205", + "lei": "529900TIWO8H06FQC983" + }, + { + "symbol": "IGD", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Voya Global Equity Dividend and Premium Opportunity Fund", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4E30315254462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000QSZ9M7", + "cik": "0001285890", + "lei": "549300YJVN8KX08ZHI42" + }, + { + "symbol": "IGE", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "BlackRock Institutional Trust Company N.A. - BTC iShares North America", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_464E515244562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000KBK0H1", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "IGEB", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "BlackRock Institutional Trust Company N.A. - iShares Investment Grade ", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4B5A4B5847442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00H4BPLG2", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "IGF", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "BlackRock Institutional Trust Company N.A. - BTC iShares Global Infras", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_53395A4D475A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000T1GGF6", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "IGHG", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "ProShares Trust - ProShares Investment Grade-Interest Rate Hedged", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_46474C4B564A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG005JYLX61", + "cik": "0001174610", + "lei": null + }, + { + "symbol": "IGI", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Western Asset Investment Grade Defined Opportunity Trust Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_57464B5431592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000J3NX77", + "cik": "0001462586", + "lei": "549300V54JNCB3KS3P74" + }, + { + "symbol": "IGIB", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "BlackRock Institutional Trust Company N.A. - iShares Trust iShares 5-1", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5042334B39582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000QN1YR5", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "IGIC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "International General Insurance Holdings Ltd", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_46394A464A462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00QX7WLC5", + "cik": "0001794338", + "lei": null + }, + { + "symbol": "IGICW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "International General Insurance Holdings Ltd - Warrants (17/03/2025)", + "date": "2021-01-24", + "type": "wt", + "iexId": "IEX_4B44504C33312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00RK2XBS2", + "cik": "0001794338", + "lei": null + }, + { + "symbol": "IGLB", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "BlackRock Institutional Trust Company N.A. - iShares 10 Year Investmen", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4B56323544512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000PGKK27", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "IGM", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "BlackRock Institutional Trust Company N.A. - iShares Expanded Tech Sec", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4E345052464B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000H13601", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "IGMS", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "IGM Biosciences Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_54304247384D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00PNR1BT2", + "cik": "0001496323", + "lei": "5493008XCQES2N0VY969" + }, + { + "symbol": "IGN", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "BlackRock Institutional Trust Company N.A. - BTC iShares North America", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4C5A4346384A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000JP1D03", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "IGOV", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "BlackRock Institutional Trust Company N.A. - BTC iShares International", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_57563448384E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000H03774", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "IGR", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "CBRE Clarion Global Real Estate Income Fund", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5753563537502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000JSF386", + "cik": "0001268884", + "lei": "549300HYEBBK5ZZO6F11" + }, + { + "symbol": "IGRO", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "BlackRock Institutional Trust Company N.A. - BTC iShares International", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4331543650382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00CX80QN6", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "IGSB", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "BlackRock Institutional Trust Company N.A. - iShares Trust iShares 1-5", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5356334A54302D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000QN2BW8", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "IGT", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "International Game Technology PLC", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5334474454352D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0081VHTP3", + "cik": "0001619762", + "lei": "549300UQ6KHRCZDRGZ76" + }, + { + "symbol": "IGV", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "BlackRock Institutional Trust Company N.A. - iShares Expanded Tech-Sof", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4B54313333482D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BGQ921", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "IH", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "iHuman Inc - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_4A374D4B484A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00X71MSB9", + "cik": "0001814423", + "lei": null + }, + { + "symbol": "IHAK", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "iShares Trust - iShares Cybersecurity and Tech ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_58394B3143342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00PC1B256", + "cik": "0001006249", + "lei": null + }, + { + "symbol": "IHC", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Independence Holding Co.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4D4837464E382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000C4MTR0", + "cik": "0000701869", + "lei": null + }, + { + "symbol": "IHD", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Voya Emerging Markets High Dividend Equity Fund", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5039363746472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BDQT60", + "cik": "0001496292", + "lei": "549300MBU0OQHUKI2Y86" + }, + { + "symbol": "IHDG", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "WisdomTree Trust - WisdomTree International Hedged Quality Dividend Gr", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5344434E34592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG006G0J5H8", + "cik": "0001350487", + "lei": null + }, + { + "symbol": "IHE", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "BlackRock Institutional Trust Company N.A. - BTC iShares U.S. Pharmace", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5656443731582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000P8JWT2", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "IHF", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "BlackRock Institutional Trust Company N.A. - BTC iShares U.S. Healthca", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4659514D384B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000P90P15", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "IHG", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Intercontinental Hotels Group - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_53524C4656512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000DX15P2", + "cik": "0000858446", + "lei": "2138007ZFQYRUSLU3J98" + }, + { + "symbol": "IHI", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "BlackRock Institutional Trust Company N.A. - BTC iShares U.S. Medical ", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5348514B51562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000P9YC26", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "IHIT", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Invesco High Income 2023 Target Term Fund", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_474D37355A4B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00F153492", + "cik": "0001682811", + "lei": null + }, + { + "symbol": "IHRT", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "iHeartMedia Inc - Class A New", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5156474D54362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00P2FSNZ9", + "cik": "0001400891", + "lei": null + }, + { + "symbol": "IHT", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "Innsuites Hospitality Trust", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_47485639444C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000D5TLG8", + "cik": "0000082473", + "lei": null + }, + { + "symbol": "IHTA", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Invesco High Income 2024 Target Term Fund", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4A424B334C582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00HWHPZC1", + "cik": "0001698508", + "lei": null + }, + { + "symbol": "IHY", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "VanEck Vectors ETF Trust - VanEck Vectors International High Yield Bon", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4E4748444B4A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG002VH39B8", + "cik": "0000869178", + "lei": null + }, + { + "symbol": "IHYF", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Invesco Capital Management LLC - Invesco High Yield Bond Factor ETF", + "date": "2021-01-24", + "type": "et", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00S9YV5R9", + "cik": "0001224696", + "lei": null + }, + { + "symbol": "IIAC", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Investindustrial Acquisition Corp - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00XX102B1", + "cik": "0001825042", + "lei": null + }, + { + "symbol": "IIAC+", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Investindustrial Acquisition Corp - Warrants (30/10/2027)", + "date": "2021-01-24", + "type": "wt", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00YRJVDX5", + "cik": "0001825042", + "lei": null + }, + { + "symbol": "IIAC=", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Investindustrial Acquisition Corp - Units (1 Ord Class A & 1/3 War)", + "date": "2021-01-24", + "type": null, + "iexId": "IEX_57363947444C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00XV4H951", + "cik": "0001825042", + "lei": null + }, + { + "symbol": "IID", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Voya International High Dividend Equity Income Fund", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_51473152424C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000RRSMQ3", + "cik": "0001395627", + "lei": "549300ZOZBG88CR6XC45" + }, + { + "symbol": "IIF", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Morgan Stanley India Investment Fund Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4C42575939352D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BGMSD1", + "cik": "0000916618", + "lei": "5LQ8NRKQLK2XRS19BS65" + }, + { + "symbol": "IIGD", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Invesco Exchange-Traded Self-Indexed Fund Trust - Invesco Investment G", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_54593850484E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00LG2GR86", + "cik": "0001657201", + "lei": null + }, + { + "symbol": "IIGV", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Invesco Exchange-Traded Self-Indexed Fund Trust - Invesco Investment G", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_564A46564C352D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00LG2GVL2", + "cik": "0001657201", + "lei": null + }, + { + "symbol": "III", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Information Services Group Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5838505250592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000Q218R8", + "cik": "0001371489", + "lei": "549300ZUNI6DQ0G8Q273" + }, + { + "symbol": "IIIN", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Insteel Industries, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4A4C4B3837342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000KFLDK9", + "cik": "0000764401", + "lei": "52990026LKY4MOX3L174" + }, + { + "symbol": "IIIV", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "i3 Verticals Inc - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_433243594A592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00L32N3N8", + "cik": "0001728688", + "lei": "549300944CYWVP06CJ97" + }, + { + "symbol": "IIM", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Invesco Value Municipal Income Trust", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_444C4D5757332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BWHD72", + "cik": "0000885601", + "lei": "X075VJ33QQP2G2NTOV20" + }, + { + "symbol": "IIN", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "IntriCon Corporation", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5033314236352D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BT56P7", + "cik": "0000088790", + "lei": "549300QOZJC6ZFWND923" + }, + { + "symbol": "IIPR", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Innovative Industrial Properties Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_56334C56434A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00F0SW7N8", + "cik": "0001677576", + "lei": "5493008BQ0545EZXRR30" + }, + { + "symbol": "IIPR-A", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Innovative Industrial Properties Inc - 9% PRF PERPETUAL USD 25 - Ser A", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_46383932484B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001677576", + "lei": "5493008BQ0545EZXRR30" + }, + { + "symbol": "IIVI", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Ii-Vi Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4335434844342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BLW102", + "cik": "0000820318", + "lei": "549300O5C25A0MMHHU33" + }, + { + "symbol": "IIVIP", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Ii-Vi Inc. - 6% PRF PERPETUAL USD 200 - Ser A", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4A5758364C4D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000820318", + "lei": "549300O5C25A0MMHHU33" + }, + { + "symbol": "IJAN", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Innovator ETFs Trust - Innovator MSCI EAFE Power Buffer ETF - January", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_53464C4C34352D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00R877WW3", + "cik": "0001415726", + "lei": null + }, + { + "symbol": "IJH", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "BlackRock Institutional Trust Company N.A. - BTC iShares Core S&P Mid-", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4633505347432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BWC7P0", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "IJJ", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "BlackRock Institutional Trust Company N.A. - BTC iShares S&P Mid-Cap 4", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5242475952432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000C14JK5", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "IJK", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "BlackRock Institutional Trust Company N.A. - BTC iShares S&P Mid-Cap 4", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_424654425A302D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000C15L83", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "IJR", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "BlackRock Institutional Trust Company N.A. - BTC iShares Core S&P Smal", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_584E334D4D312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BWCNN7", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "IJS", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "BlackRock Institutional Trust Company N.A. - BTC iShares S&P Small-Cap", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4735483356352D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000C160L3", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "IJT", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "BlackRock Institutional Trust Company N.A. - BTC iShares S&P Small-Cap", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4C56544648392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000C16NW1", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "IJUL", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Innovator ETFs Trust - Innovator MSCI EAFE Power Buffer ETF - July", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4332543758462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00PLYT0V0", + "cik": "0001415726", + "lei": null + }, + { + "symbol": "IKNX", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Ikonics Corporation", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5844345831482D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BN85X0", + "cik": "0001083301", + "lei": null + }, + { + "symbol": "IKT", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Inhibikase Therapeutics Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG005TP2339", + "cik": "0001750149", + "lei": "549300066CFEWOA17F12" + }, + { + "symbol": "ILF", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "BlackRock Institutional Trust Company N.A. - BTC iShares Latin America", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4E334B4B394A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000KWYDJ0", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "ILMN", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Illumina Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_48585A3435382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000DSMS70", + "cik": "0001110803", + "lei": "SQ95QG8SR5Q56LSNF682" + }, + { + "symbol": "ILPT", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Industrial Logistics Properties Trust", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_50354D5131342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00JBBPRZ6", + "cik": "0001717307", + "lei": "5493004XH9PJW009HR47" + }, + { + "symbol": "ILTB", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "BlackRock Institutional Trust Company N.A. - BTC iShares Core 10+ Year", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4651583056332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000PGL182", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "IMAB", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "I-Mab - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_4456563053562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00QQ8DFK6", + "cik": "0001778016", + "lei": "549300L1A5T19703RR64" + }, + { + "symbol": "IMAC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "IMAC Holdings Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4E304D52535A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00M0GRBB9", + "cik": "0001729944", + "lei": "549300TXY4OF7MHCTD62" + }, + { + "symbol": "IMACW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "IMAC Holdings Inc - Warrants (13/12/2023)", + "date": "2021-01-24", + "type": "wt", + "iexId": "IEX_58365A3159362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00N8V1SB7", + "cik": "0001729944", + "lei": "549300TXY4OF7MHCTD62" + }, + { + "symbol": "IMAX", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Imax Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_54315459384C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000K8KKL9", + "cik": "0000921582", + "lei": "5493002KS2T1Q0X7VZ21" + }, + { + "symbol": "IMBI", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "iMedia Brands Inc - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4C5244525A342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000D7Y779", + "cik": "0000870826", + "lei": "5299009C9SZXPB0EEN07" + }, + { + "symbol": "IMGN", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Immunogen, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5847464B54542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000C2JTB5", + "cik": "0000855654", + "lei": "54930084U0R1OP766Y02" + }, + { + "symbol": "IMH", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "Impac Mortgage Holdings, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5848464650532D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000FSXPV5", + "cik": "0001000298", + "lei": null + }, + { + "symbol": "IMKTA", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Ingles Markets, Inc. - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_485A3758304C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BLXDJ5", + "cik": "0000050493", + "lei": "549300XH5RYBMYP8TF26" + }, + { + "symbol": "IMLP", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "Barclays Bank PLC - FR SP ETN REDEEM 15/12/2042 USD 25 - Ser A", + "date": "2021-01-24", + "type": "struct", + "iexId": "IEX_5250594E39422D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG003Q8MD95", + "cik": "0000312070", + "lei": "G5GSEF7VJP5I7OUK5573" + }, + { + "symbol": "IMMP", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Immutep Limited - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_5231335238302D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG002WD6SY6", + "cik": "0001506184", + "lei": "529900OL6C5CY5P8BH38" + }, + { + "symbol": "IMMR", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Immersion Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4733364731562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000C0ZCX4", + "cik": "0001058811", + "lei": "529900AKNC1UAMQ2YB35" + }, + { + "symbol": "IMNM", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Immunome Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4E34335344592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00BR93ZG8", + "cik": "0001472012", + "lei": null + }, + { + "symbol": "IMO", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "Imperial Oil Ltd.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5646595053332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000C32XT3", + "cik": "0000049938", + "lei": "549300MO45LTBPAU4Z27" + }, + { + "symbol": "IMOM", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "Alpha Architect Etf Trust - Alpha Architect International Quantitative", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4648525031522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00BR3YKV3", + "cik": "0001592900", + "lei": null + }, + { + "symbol": "IMOS", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Chipmos Technologies Inc - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_5030535332462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00DQ1N399", + "cik": "0001123134", + "lei": null + }, + { + "symbol": "IMPX", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "AEA-Bridges Impact Corp - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5058544C564A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00Y4RVRY0", + "cik": "0001820191", + "lei": null + }, + { + "symbol": "IMPX+", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "AEA-Bridges Impact Corp - Warrants (19/09/2025)", + "date": "2021-01-24", + "type": "wt", + "iexId": "IEX_4851593557322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00Y4RYYH1", + "cik": "0001820191", + "lei": null + }, + { + "symbol": "IMPX=", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "AEA-Bridges Impact Corp - Units (1 Ord Class A & 1/2 War)", + "date": "2021-01-24", + "type": null, + "iexId": "IEX_5059575637512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00XCD0BJ0", + "cik": "0001820191", + "lei": null + }, + { + "symbol": "IMRA", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Imara Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4D4C4B4A4E442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00CP3BDD4", + "cik": "0001672619", + "lei": null + }, + { + "symbol": "IMRN", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Immuron Limited - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_4D3635424E4C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000LZD9X8", + "cik": "0001660046", + "lei": "529900ZIDI5C9C9TTI91" + }, + { + "symbol": "IMRNW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Immuron Limited - Warrants (12/05/2022)", + "date": "2021-01-24", + "type": "wt", + "iexId": "IEX_4246543232442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00GSSSNH3", + "cik": "0001660046", + "lei": "529900ZIDI5C9C9TTI91" + }, + { + "symbol": "IMTB", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "BlackRock Institutional Trust Company N.A. - BTC iShares Core 5-10 Yea", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_573759544E322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00F5NQR84", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "IMTE", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Integrated Media Technology Limited", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4E424443595A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00HC15YL3", + "cik": "0001668438", + "lei": null + }, + { + "symbol": "IMTM", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "BlackRock Institutional Trust Company N.A. - BTC iShares MSCI Intl Mom", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5150355036462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG007WGK4C9", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "IMTX", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Immatics N.V", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_44374B4A43372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00VTL2H76", + "cik": null, + "lei": "984500DC691EZ96AF394" + }, + { + "symbol": "IMTXW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Immatics N.V - Warrants (01/07/2025)", + "date": "2021-01-24", + "type": "wt", + "iexId": "IEX_4431575131372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00VTL9Y81", + "cik": null, + "lei": "984500DC691EZ96AF394" + }, + { + "symbol": "IMUX", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Immunic Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5047343158582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG001M75SX4", + "cik": "0001280776", + "lei": "549300R5T12FW5MEQB20" + }, + { + "symbol": "IMV", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "IMV Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_56465A4638582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000W29615", + "cik": "0001734768", + "lei": null + }, + { + "symbol": "IMVT", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Immunovant Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_584E584B56332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00P5MC0Q8", + "cik": "0001764013", + "lei": null + }, + { + "symbol": "IMXI", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "International Money Express Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_514A4A5757442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00G6D5MS5", + "cik": "0001683695", + "lei": null + }, + { + "symbol": "INAQ", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "INSU Acquisition Corp II - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_534B42575A422D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00WYYBSG6", + "cik": "0001819035", + "lei": null + }, + { + "symbol": "INAQW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "INSU Acquisition Corp II - Warrants (04/09/2025)", + "date": "2021-01-24", + "type": "wt", + "iexId": "IEX_4E47355244512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00XYJP386", + "cik": "0001819035", + "lei": null + }, + { + "symbol": "INBK", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "First Internet Bancorp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4837475442592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000LF59X1", + "cik": "0001562463", + "lei": "549300T25MP2M92XU194" + }, + { + "symbol": "INBKZ", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "First Internet Bancorp - FXDFR NT REDEEM 30/06/2029 USD 25", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_47484E3948482D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001562463", + "lei": "549300T25MP2M92XU194" + }, + { + "symbol": "INBX", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Inhibrx Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4842313633542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00P80N9T9", + "cik": "0001739614", + "lei": "549300VBKG2LTV1TLY22" + }, + { + "symbol": "INCO", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Columbia ETF Trust II - Columbia India Consumer ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_50543047444A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG001YR02X9", + "cik": "0001523609", + "lei": null + }, + { + "symbol": "INCY", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Incyte Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4C44313343352D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BNPSQ9", + "cik": "0000879169", + "lei": "549300Z4WN6JVZ3T4680" + }, + { + "symbol": "INDA", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "BlackRock Institutional Trust Company N.A. - BTC iShares MSCI India ET", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4D4C42574C532D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG002DMN3L7", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "INDB", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Independent Bank Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_513844424E562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BM0597", + "cik": "0000776901", + "lei": null + }, + { + "symbol": "INDF", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Exchange Traded Concepts Trust - Nifty India Financials ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4D36514848542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00WNXRT99", + "cik": "0001452937", + "lei": "549300MLI82YH9HOGS11" + }, + { + "symbol": "INDL", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Direxion Shares ETF Trust - Direxion Daily MSCI India Bull 2X Shares", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_434748565A362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000QFNDN8", + "cik": "0001424958", + "lei": null + }, + { + "symbol": "INDO", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "Indonesia Energy Corp Ltd", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5058333053422D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00PVP5J43", + "cik": "0001757840", + "lei": null + }, + { + "symbol": "INDS", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Pacer Funds Trust - Pacer Benchmark Industrial Real Estate SCTR ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4331324C4C322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00KX8XVM2", + "cik": "0001616668", + "lei": null + }, + { + "symbol": "INDT", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "INDUS Realty Trust Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BB3X33", + "cik": "0001037390", + "lei": "549300R8UPDF52PO7C86" + }, + { + "symbol": "INDY", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "BlackRock Institutional Trust Company N.A. - BTC iShares India 50 ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_50514B4A4C382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000PW4R43", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "INFI", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Infinity Pharmaceuticals Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4D35304257502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000CN3TG1", + "cik": "0001113148", + "lei": "529900A03D1G15M8WM72" + }, + { + "symbol": "INFL", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Listed Funds Trust - Horizon Kinetics Inflation Beneficiaries ETF", + "date": "2021-01-24", + "type": "et", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00YV34K23", + "cik": "0001683471", + "lei": null + }, + { + "symbol": "INFN", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Infinera Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4752523346472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000R1CHD2", + "cik": "0001138639", + "lei": "549300ZOF66WPV3H0H17" + }, + { + "symbol": "INFO", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "IHS Markit Ltd", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4A595247304C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG006G063F9", + "cik": "0001598014", + "lei": "549300HLPTRASHS0E726" + }, + { + "symbol": "INFR", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Legg Mason ETF Investment Trust - Legg Mason Global Infrastructure ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5147333547422D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00FJ5LRS1", + "cik": "0001645194", + "lei": null + }, + { + "symbol": "INFU", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "InfuSystem Holdings Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4B504B4451462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000P0ZZR6", + "cik": "0001337013", + "lei": null + }, + { + "symbol": "INFY", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Infosys Ltd - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_504C595444392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BSGQL7", + "cik": "0001067491", + "lei": "335800TYLGG93MM7PR89" + }, + { + "symbol": "ING", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "ING Groep N.V. - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_53474E3052432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BM0LB9", + "cik": "0001039765", + "lei": "549300NYKK9MWM7GGW15" + }, + { + "symbol": "INGN", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Inogen Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_43514630584E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0021PH456", + "cik": "0001294133", + "lei": "549300J8WJIVTOJ8IH97" + }, + { + "symbol": "INGR", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Ingredion Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4252574330542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BXPZB7", + "cik": "0001046257", + "lei": "PKSTQ48QDN0XSVS7YK88" + }, + { + "symbol": "INKM", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "SSgA Active Trust - SPDR SSgA Income Allocation ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_57323059445A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG002XY89W1", + "cik": "0001516212", + "lei": "549300PQC2CS3IA6B871" + }, + { + "symbol": "INM", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "InMed Pharmaceuticals Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4647573430442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BT4589", + "cik": "0001728328", + "lei": "549300VA5DNHEJGHG397" + }, + { + "symbol": "INMB", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "INmune Bio Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5442445258512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00LW94L98", + "cik": "0001711754", + "lei": null + }, + { + "symbol": "INMD", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Inmode Ltd", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5333315439582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00PPS73P4", + "cik": "0001742692", + "lei": null + }, + { + "symbol": "INN", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Summit Hotel Properties Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_54514C315A382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0014KPS18", + "cik": "0001497645", + "lei": "254900OBQWJK6X20LS71" + }, + { + "symbol": "INN-D", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Summit Hotel Properties Inc - 6.45% PRF PERPETUAL USD 25 - Ser D", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_42354C5635532D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001497645", + "lei": "254900OBQWJK6X20LS71" + }, + { + "symbol": "INN-E", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Summit Hotel Properties Inc - 6.25% PRF PERPETUAL USD 25 - Ser E", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4444313837512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001497645", + "lei": "254900OBQWJK6X20LS71" + }, + { + "symbol": "INO", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Inovio Pharmaceuticals Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_564C424C5A4E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BK6YX5", + "cik": "0001055726", + "lei": "529900B9W875XDZXTM97" + }, + { + "symbol": "INOD", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Innodata Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5437485653502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BHZYZ8", + "cik": "0000903651", + "lei": "L9O7MPYIT56T6KBE0R95" + }, + { + "symbol": "INOV", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Inovalon Holdings Inc - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_46304D334D362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG007TJX8V3", + "cik": "0001619954", + "lei": "5493007H9QSF4NHIHL56" + }, + { + "symbol": "INPX", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Inpixon", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5239424E46372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BGP370", + "cik": "0001529113", + "lei": "5493002DPKW4RCP0PN02" + }, + { + "symbol": "INS", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "Intelligent Systems Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4C544D56515A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000CGZHP7", + "cik": "0000320340", + "lei": null + }, + { + "symbol": "INSE", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Inspired Entertainment Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4A35384A47372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG007FJ83S1", + "cik": "0001615063", + "lei": "549300ZUGYK6NBIU6D69" + }, + { + "symbol": "INSG", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Inseego Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_574336374D532D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00DWX7QH0", + "cik": "0001022652", + "lei": "549300E27VG1NWGNA141" + }, + { + "symbol": "INSI", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Insight Select Income Fund", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_48524458514E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BBNGN6", + "cik": "0000030125", + "lei": "2138009UQXO3YKI55769" + }, + { + "symbol": "INSM", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Insmed Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5633525643502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BWM5P3", + "cik": "0001104506", + "lei": "529900Q55QAG41CCAC11" + }, + { + "symbol": "INSP", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Inspire Medical Systems Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4742444A30512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00209SZJ7", + "cik": "0001609550", + "lei": "549300XQQCQ7HCJKTW25" + }, + { + "symbol": "INSW", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "International Seaways Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_534A533237572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG003MN93C9", + "cik": "0001679049", + "lei": "549300YUFDGFRNGBWF46" + }, + { + "symbol": "INT", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "World Fuel Services Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4B563442444D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BM3CJ8", + "cik": "0000789460", + "lei": "D3W7PCXCBRQLL17DZ313" + }, + { + "symbol": "INTC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Intel Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_485A365A37512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000C0G1D1", + "cik": "0000050863", + "lei": "KNX4USFCNGPY45LOCE31" + }, + { + "symbol": "INTF", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "BlackRock Institutional Trust Company N.A. - BTC iShares MSCI Intl Mul", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5054424E36472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG008LPBRZ3", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "INTG", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Intergroup Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4D3838574A5A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BM3P72", + "cik": "0000069422", + "lei": null + }, + { + "symbol": "INTT", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "Intest Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4436394E57442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BNGH56", + "cik": "0001036262", + "lei": null + }, + { + "symbol": "INTU", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Intuit Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4C364350544B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BH5DV1", + "cik": "0000896878", + "lei": "VI90HBPH7XSFMB9E4M29" + }, + { + "symbol": "INTZ", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Intrusion Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_43514B3438302D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000HPRGN5", + "cik": "0000736012", + "lei": null + }, + { + "symbol": "INUV", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "Inuvo Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4835333456542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000K48R55", + "cik": "0000829323", + "lei": "5299005F0TSZLGRUFZ81" + }, + { + "symbol": "INVA", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Innoviva Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5253354639512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000CG9XT7", + "cik": "0001080014", + "lei": "549300ACOX4QTBES6535" + }, + { + "symbol": "INVE", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Identiv Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4D37344830522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BW6F33", + "cik": "0001036044", + "lei": "5299008KH3C585Z0DS77" + }, + { + "symbol": "INVH", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Invitation Homes Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5736565A32392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00FQH6BS9", + "cik": "0001687229", + "lei": null + }, + { + "symbol": "INVO", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "INVO Bioscience Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5238355333502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000GHH9P9", + "cik": "0001417926", + "lei": null + }, + { + "symbol": "INZY", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Inozyme Pharma Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4E50574E35312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00J7QJMC1", + "cik": "0001693011", + "lei": null + }, + { + "symbol": "IO", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "ION Geophysical Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4A54373454392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000DLQ8W7", + "cik": "0000866609", + "lei": "RKTSM2N7H7RD7N6GEN24" + }, + { + "symbol": "IONS", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Ionis Pharmaceuticals Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_424C433243322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000JH6683", + "cik": "0000874015", + "lei": "549300SI4ZGLG0BLUZ92" + }, + { + "symbol": "IOO", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "BlackRock Institutional Trust Company N.A. - BTC iShares Global 100 ET", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5630434437512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000DWS6F4", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "IOR", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "Income Opportunity Realty Investors, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4444593556382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BM5BR9", + "cik": "0000949961", + "lei": null + }, + { + "symbol": "IOSP", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Innospec Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5259525631472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BMFNP4", + "cik": "0001054905", + "lei": "213800SQBACNY5IWJO68" + }, + { + "symbol": "IOVA", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Iovance Biotherapeutics Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_575354534E472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000FTLBV7", + "cik": "0001425205", + "lei": "549300220Z2GHH33XL82" + }, + { + "symbol": "IP", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "International Paper Co.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_475A4632304B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BM5SR2", + "cik": "0000051434", + "lei": "824LMFJDH41EY779Q875" + }, + { + "symbol": "IPA", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "ImmunoPrecise Antibodies Ltd", + "date": "2021-01-24", + "type": "cs", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000CR68W7", + "cik": "0001715925", + "lei": "549300VULMFHRONS7K42" + }, + { + "symbol": "IPAC", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "BlackRock Institutional Trust Company N.A. - BTC iShares Core MSCI Pac", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4453474453342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG006MJG5V7", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "IPAR", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Inter Parfums, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_484C5735384B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000GCSWR5", + "cik": "0000822663", + "lei": null + }, + { + "symbol": "IPAY", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "ETF Managers Group LLC - ETFMG Prime Mobile Payments ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5839384659312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG009LHJF05", + "cik": "0001645173", + "lei": null + }, + { + "symbol": "IPB", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "Merrill Lynch Depositor, Inc. - 6.0518% SP TRUCS REDEEM 15/05/2033 USD", + "date": "2021-01-24", + "type": "struct", + "iexId": "IEX_5757375957572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001040240", + "lei": null + }, + { + "symbol": "IPDN", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Professional Diversity Network Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_525938434B5A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0029V52G0", + "cik": "0001546296", + "lei": "549300NUI0D0LPHBZ355" + }, + { + "symbol": "IPFF", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "BlackRock Institutional Trust Company N.A. - BTC iShares International", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4B585948534B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00283DKH3", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "IPG", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Interpublic Group Of Cos., Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_50565734384A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000C90DH9", + "cik": "0000051644", + "lei": "5493008IUOJ5VWTRC333" + }, + { + "symbol": "IPGP", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "IPG Photonics Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_56523453484E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000DCGRL8", + "cik": "0001111928", + "lei": "5493002KZ51CADQ94G15" + }, + { + "symbol": "IPHA", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Innate Pharma - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_4E4D463535342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG009ZCBVG7", + "cik": "0001598599", + "lei": "9695002Y8420ZB8HJE29" + }, + { + "symbol": "IPHI", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Inphi Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_525854534E362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000R23VW8", + "cik": "0001160958", + "lei": "549300DCMERAAZFGT726" + }, + { + "symbol": "IPI", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Intrepid Potash Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_444C53434A462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000V1Y6Q3", + "cik": "0001421461", + "lei": "549300OZ696E2PRRTO45" + }, + { + "symbol": "IPKW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Invesco Capital Management LLC - Invesco International BuyBack Achieve", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_423553444E572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0062BLSC1", + "cik": "0001224696", + "lei": null + }, + { + "symbol": "IPLDP", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Interstate Power and Light Co - 5.10% PRF PERPETUAL USD 25 - Ser D", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_5647445150462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000052485", + "lei": "EF9UQIIO4KY2BWOK3P26" + }, + { + "symbol": "IPO", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Renaissance Capital Greenwich Funds - Renaissance IPO ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5456433543362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG005DPDYG2", + "cik": "0001026634", + "lei": null + }, + { + "symbol": "IPOB", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Social Capital Hedosophia Holdings Corp II - Class A", + "date": "2020-12-21", + "type": "cs", + "iexId": "IEX_44384E5453462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00SHY8ZQ1", + "cik": "0001801169", + "lei": null + }, + { + "symbol": "IPOB+", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Social Capital Hedosophia Holdings Corp II - Warrants (01/01/9999)", + "date": "2020-12-21", + "type": "wt", + "iexId": "IEX_4248314832352D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00VC9RR45", + "cik": "0001801169", + "lei": null + }, + { + "symbol": "IPOB=", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Social Capital Hedosophia Holdings Corp II - Units (1 Ord Class A & 1/", + "date": "2020-12-21", + "type": null, + "iexId": "IEX_5432573737382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00S2L0L02", + "cik": "0001801169", + "lei": null + }, + { + "symbol": "IPOC", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Social Capital Hedosophia Holdings Corp III - Class A", + "date": "2021-01-08", + "type": "cs", + "iexId": "IEX_4A43545A43312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00SHY90J5", + "cik": "0001801170", + "lei": null + }, + { + "symbol": "IPOC+", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Social Capital Hedosophia Holdings Corp III - Warrants (21/04/2025)", + "date": "2021-01-08", + "type": "wt", + "iexId": "IEX_4B43525935572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00V782YR0", + "cik": "0001801170", + "lei": null + }, + { + "symbol": "IPOC=", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Social Capital Hedosophia Holdings Corp III - Units (1 Ord Class A & 1", + "date": "2021-01-08", + "type": null, + "iexId": "IEX_504B573752352D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00S2L1258", + "cik": "0001801170", + "lei": null + }, + { + "symbol": "IPOD", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Social Capital Hedosophia Holdings Corp IV - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4253464250302D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00YB1XFT9", + "cik": "0001818876", + "lei": null + }, + { + "symbol": "IPOD+", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Social Capital Hedosophia Holdings Corp IV - Warrants (26/09/2025)", + "date": "2021-01-24", + "type": "wt", + "iexId": "IEX_56305A564D372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00YB1ZW38", + "cik": "0001818876", + "lei": null + }, + { + "symbol": "IPOD=", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Social Capital Hedosophia Holdings Corp IV - Units (1 Ord Share Class ", + "date": "2021-01-24", + "type": null, + "iexId": "IEX_46565459484E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00XH5SGS1", + "cik": "0001818876", + "lei": null + }, + { + "symbol": "IPOE", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Social Capital Hedosophia Holdings Corp V - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_48475A5834592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00YB1ZD58", + "cik": "0001818874", + "lei": null + }, + { + "symbol": "IPOE+", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Social Capital Hedosophia Holdings Corp V - Warrants (26/09/2025)", + "date": "2021-01-24", + "type": "wt", + "iexId": "IEX_5444504844502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00YC550N9", + "cik": "0001818874", + "lei": null + }, + { + "symbol": "IPOE=", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Social Capital Hedosophia Holdings Corp V - Units (1 Ord Share Class A", + "date": "2021-01-24", + "type": null, + "iexId": "IEX_575A334658352D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00XH5SJK3", + "cik": "0001818874", + "lei": null + }, + { + "symbol": "IPOF", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Social Capital Hedosophia Holdings Corp VI - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_514E4654364C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00YB1Z6W3", + "cik": "0001818873", + "lei": null + }, + { + "symbol": "IPOF+", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Social Capital Hedosophia Holdings Corp VI - Warrants (26/09/2025)", + "date": "2021-01-24", + "type": "wt", + "iexId": "IEX_4633363150562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00YC533P3", + "cik": "0001818873", + "lei": null + }, + { + "symbol": "IPOF=", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Social Capital Hedosophia Holdings Corp VI - Units (1 Ord Share Class ", + "date": "2021-01-24", + "type": null, + "iexId": "IEX_46484D424A462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00XH5SNZ8", + "cik": "0001818873", + "lei": null + }, + { + "symbol": "IPOS", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Renaissance Capital Greenwich Funds - Renaissance International IPO ET", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4B355A344A442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0077X0B09", + "cik": "0001026634", + "lei": null + }, + { + "symbol": "IPV", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "InterPrivate Acquisition Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4446343753422D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00RK5L2N3", + "cik": "0001789029", + "lei": null + }, + { + "symbol": "IPV+", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "InterPrivate Acquisition Corp - Warrants (29/10/2024)", + "date": "2021-01-24", + "type": "wt", + "iexId": "IEX_4E434A3530422D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00RYQY3V7", + "cik": "0001789029", + "lei": null + }, + { + "symbol": "IPV=", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "InterPrivate Acquisition Corp - Units (1 Ord Share & 1/2 War)", + "date": "2021-01-24", + "type": null, + "iexId": "IEX_54575943444C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00RBF97P2", + "cik": "0001789029", + "lei": null + }, + { + "symbol": "IPWR", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Ideal Power Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4443513548522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG004YSSTM4", + "cik": "0001507957", + "lei": "529900GSUN7DW3QD5F50" + }, + { + "symbol": "IQ", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "iQIYI Inc - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_4D53484C57392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00K6DZBD3", + "cik": "0001722608", + "lei": "222100XL8T2Q5B8MS302" + }, + { + "symbol": "IQDE", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "FlexShares Trust - FlexShares International Quality Dividend Defensive", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_50434D30314E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG004FKXRB2", + "cik": "0001256909", + "lei": null + }, + { + "symbol": "IQDF", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "FlexShares Trust - FlexShares International Quality Dividend Index Fun", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4E5346545A342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG004FKVVS7", + "cik": "0001256909", + "lei": null + }, + { + "symbol": "IQDG", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "WisdomTree Trust - WisdomTree International Quality Dividend Growth Fu", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4E53535A51322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00CMD6MT4", + "cik": "0001350487", + "lei": null + }, + { + "symbol": "IQDY", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "FlexShares Trust - FlexShares International Quality Dividend Dynamic I", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4D4D334854332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG004FKXS75", + "cik": "0001256909", + "lei": null + }, + { + "symbol": "IQI", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Invesco Quality Municipal Income Trust", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4A50543146512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BDH0S9", + "cik": "0000885125", + "lei": "WLEGDSEH0E242WVNUY02" + }, + { + "symbol": "IQIN", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "IndexIQ ETF Trust - IQ 500 International ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5136505A47432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00MS6Z222", + "cik": "0001415995", + "lei": null + }, + { + "symbol": "IQLT", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "BlackRock Institutional Trust Company N.A. - BTC iShares MSCI Intl Qua", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_544D30484D302D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG007WGM3G5", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "IQM", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "Franklin Templeton ETF Trust - Franklin Intelligent Machines ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_524D464642342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00RRGQ051", + "cik": "0001655589", + "lei": null + }, + { + "symbol": "IQSI", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "IndexIQ ETF Trust - IQ Candriam ESG International Equity ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5435345048382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00R3NS9C3", + "cik": "0001415995", + "lei": null + }, + { + "symbol": "IQSU", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "IndexIQ ETF Trust - IQ Candriam ESG US Equity ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4D574E36524D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00R3NSC45", + "cik": "0001415995", + "lei": null + }, + { + "symbol": "IQV", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "IQVIA Holdings Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_584B424D52482D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00333FYS2", + "cik": "0001478242", + "lei": "549300W3R20NM4KQPH86" + }, + { + "symbol": "IR", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Ingersoll-Rand Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4330594751362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG002R1CW27", + "cik": "0001699150", + "lei": "5299004C02FMZCUOIR50" + }, + { + "symbol": "IRBO", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "BlackRock Institutional Trust Company N.A. - iShares Robotics and Arti", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4357444850532D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00L9G3TC8", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "IRBT", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Irobot Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5830564B57512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000HXJB21", + "cik": "0001159167", + "lei": "5493009PRNKOUKBAT390" + }, + { + "symbol": "IRCP", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Irsa Propiedades Comerciales S.A. - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_4A39395832442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000K29155", + "cik": "0001128173", + "lei": "549300WDBPUOVK4S9722" + }, + { + "symbol": "IRDM", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Iridium Communications Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_47364C4D53502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000VC0FC1", + "cik": "0001418819", + "lei": "549300U620NVQ4J1CT96" + }, + { + "symbol": "IRET", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Investors Real Estate Trust", + "date": "2020-12-21", + "type": "cs", + "iexId": "IEX_564E4D364D582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BVJ702", + "cik": "0000798359", + "lei": "5493002LG2SH9EEHT720" + }, + { + "symbol": "IRET-C", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Investors Real Estate Trust - 6.625% PRF PERPETUAL USD 25 - Ser C", + "date": "2020-12-21", + "type": "ps", + "iexId": "IEX_5132543052562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000798359", + "lei": "5493002LG2SH9EEHT720" + }, + { + "symbol": "IRIX", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "IRIDEX Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4B53574434322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BZB346", + "cik": "0001006045", + "lei": null + }, + { + "symbol": "IRL", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "New Ireland Fund Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4744464A50422D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000C3TYW8", + "cik": "0000858707", + "lei": "549300HNB2YXNXXJQ174" + }, + { + "symbol": "IRM", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Iron Mountain Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4C56595457462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000KCZPC3", + "cik": "0001020569", + "lei": null + }, + { + "symbol": "IRMD", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Iradimed Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_475A483652362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG006NM92X2", + "cik": "0001325618", + "lei": "549300YVHWP0YJ1YW816" + }, + { + "symbol": "IROQ", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "IF Bancorp Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_534E4B434B4B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG001NW0TN2", + "cik": "0001514743", + "lei": null + }, + { + "symbol": "IRR", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Voya Natural Resources Equity Income Fund", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_584743574D372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000PC5VJ1", + "cik": "0001372117", + "lei": "T4HK22TPPBZF0KYQDV66" + }, + { + "symbol": "IRS", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "IRSA - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_56533633335A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000DRSX48", + "cik": "0000933267", + "lei": "549300QJINFBX83IZ837" + }, + { + "symbol": "IRT", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Independence Realty Trust Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_565947584C522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG004Q00KS7", + "cik": "0001466085", + "lei": "549300Z3L8NU44NQEB29" + }, + { + "symbol": "IRTC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "iRhythm Technologies Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4C534E4434582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG001J19V24", + "cik": "0001388658", + "lei": "549300FJI72RJGDQS384" + }, + { + "symbol": "IRWD", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Ironwood Pharmaceuticals Inc - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_464E4D5833392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000GBZ3J2", + "cik": "0001446847", + "lei": "549300PC8MR6QHH6P296" + }, + { + "symbol": "ISBC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Investors Bancorp Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4748524457572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000FRNTH6", + "cik": "0001594012", + "lei": null + }, + { + "symbol": "ISCF", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "BlackRock Institutional Trust Company N.A. - BTC iShares MSCI Intl Sma", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4C39424E51432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG008LP7B56", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "ISD", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "PGIM High Yield Bond Fund Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_504C51324E312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG002R1BH67", + "cik": "0001534880", + "lei": "P63V0W84H2Z3IOKHSM44" + }, + { + "symbol": "ISDR", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "Issuer Direct Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4E444D3548572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000C1CK87", + "cik": "0000843006", + "lei": "894500M5FGGV3CFQ8F15" + }, + { + "symbol": "ISDX", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Invesco Exchange-Traded Self-Indexed Fund Trust - Invesco RAFI Strateg", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_434A394642522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00LY8K4W2", + "cik": "0001657201", + "lei": null + }, + { + "symbol": "ISEE", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "IVERIC bio Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_473644534B332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0019K7J31", + "cik": "0001410939", + "lei": "549300GZXI59U71XPM70" + }, + { + "symbol": "ISEM", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Invesco Exchange-Traded Self-Indexed Fund Trust - Invesco RAFI Strateg", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4A53535832442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00LY8K8T7", + "cik": "0001657201", + "lei": null + }, + { + "symbol": "ISHG", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "BlackRock Institutional Trust Company N.A. - BTC iShares -3 Year Inter", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5846394E43352D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000H0YZK3", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "ISIG", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Insignia Systems, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4734483556342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000CBDQY2", + "cik": "0000875355", + "lei": null + }, + { + "symbol": "ISMD", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Northern Lights Fund Trust IV - Inspire Small/Mid Cap Impact ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_434A543235462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00G3NVS86", + "cik": "0001644419", + "lei": null + }, + { + "symbol": "ISNS", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Image Sensing Systems, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4C39533357482D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000F44BF9", + "cik": "0000943034", + "lei": "549300HNKGS8QHP17358" + }, + { + "symbol": "ISR", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "Isoray, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4E57374A34422D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BG5HT7", + "cik": "0000728387", + "lei": "5493005LRKM6BCABC605" + }, + { + "symbol": "ISRA", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "VanEck Vectors ETF Trust - VanEck Vectors Israel ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4E444237484A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG004QBRSZ9", + "cik": "0000869178", + "lei": null + }, + { + "symbol": "ISRG", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Intuitive Surgical Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4E42434B524B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BJPDZ1", + "cik": "0001035267", + "lei": "54930052SRG011710797" + }, + { + "symbol": "ISSC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Innovative Solutions And Support Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_50545335484E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BF1Z04", + "cik": "0000836690", + "lei": null + }, + { + "symbol": "ISTB", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "BlackRock Institutional Trust Company N.A. - BTC iShares Core 1-5 Year", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_46515931505A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG003HC6HN9", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "ISTR", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Investar Holding Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_484A485631432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0062RX864", + "cik": "0001602658", + "lei": "54930001EK2YM28LOJ08" + }, + { + "symbol": "ISUN", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "iSun Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00CDN8ZM8", + "cik": "0001634447", + "lei": "5493000GTIV839VV6A74" + }, + { + "symbol": "ISZE", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "BlackRock Institutional Trust Company N.A. - BTC iiShares MSCI Intl Si", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4244354D51582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG009DRDJR1", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "IT", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Gartner, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_543637444A4E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BB65D0", + "cik": "0000749251", + "lei": "PP55B5R38BFB8O8HH686" + }, + { + "symbol": "ITA", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "BlackRock Institutional Trust Company N.A. - BTC iShares U.S. Aerospac", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4C4E315858502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000PB38X0", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "ITAC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Industrial Tech Acquisitions Inc - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5239534253422D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00WLM34S5", + "cik": "0001816696", + "lei": null + }, + { + "symbol": "ITACW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Industrial Tech Acquisitions Inc - Warrants (11/06/2027)", + "date": "2021-01-24", + "type": "wt", + "iexId": "IEX_5333515A38432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00Y1D4MW7", + "cik": "0001816696", + "lei": null + }, + { + "symbol": "ITB", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "BlackRock Institutional Trust Company N.A. - BTC iShares U.S. Home Con", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4D54443832512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000PB3SM8", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "ITCB", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Itau Corpbanca - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_4639433732302D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000F05Q54", + "cik": "0001276671", + "lei": "549300DDPTTIZ06NIV06" + }, + { + "symbol": "ITCI", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Intra-Cellular Therapies Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4C544D3244442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0026ZFZC4", + "cik": "0001567514", + "lei": "5299002U2KGF193IJA20" + }, + { + "symbol": "ITEQ", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "ETF Managers Group LLC - BlueStar Israel Technology ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4B47345A53522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00B9MQ4W5", + "cik": "0001645173", + "lei": null + }, + { + "symbol": "ITGR", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Integer Holdings Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4756305738522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BW6JV4", + "cik": "0001114483", + "lei": "549300SUD2ED5XG6X569" + }, + { + "symbol": "ITI", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Iteris Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_51325648594C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000D6P726", + "cik": "0000350868", + "lei": "549300HHWPIES6047045" + }, + { + "symbol": "ITIC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Investors Title Co.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4A51585453432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BM9CT1", + "cik": "0000720858", + "lei": null + }, + { + "symbol": "ITM", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "VanEck Vectors ETF Trust - VanEck Vectors Intermediate Muni ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_434D344451582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000Q0JKR6", + "cik": "0000869178", + "lei": null + }, + { + "symbol": "ITMR", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Itamar Medical Ltd - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_4634393058342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00N0CTWL7", + "cik": "0001613170", + "lei": null + }, + { + "symbol": "ITOS", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "ITeos Therapeutics Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_534D4A36474D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00VPNFSJ5", + "cik": "0001808865", + "lei": null + }, + { + "symbol": "ITOT", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "BlackRock Institutional Trust Company N.A. - BTC iShares Core S&P Tota", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4A584D464D332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000HSHTP0", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "ITP", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "IT Tech Packaging Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4A424B474D4C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000JN2XF7", + "cik": "0001358190", + "lei": null + }, + { + "symbol": "ITRG", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "Integra Resources Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4A4E584339442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00JF74W47", + "cik": "0001722387", + "lei": "529900MC191X8CY3P306" + }, + { + "symbol": "ITRI", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Itron Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_52515A305A4D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BD2167", + "cik": "0000780571", + "lei": "24F6LSZD18II6ICG6S41" + }, + { + "symbol": "ITRM", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Iterum Therapeutics Plc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_52314A4C44512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00CL5KSM0", + "cik": "0001659323", + "lei": null + }, + { + "symbol": "ITRN", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Ituran Location And Control Ltd.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5147393646472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000HBTSH5", + "cik": "0001337117", + "lei": null + }, + { + "symbol": "ITT", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "ITT Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4D54475257322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00CVQZQ96", + "cik": "0000216228", + "lei": "549300KDSERHTJOXUS80" + }, + { + "symbol": "ITUB", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Itau Unibanco Holding S.A. - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_4339584A43482D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BPVKZ4", + "cik": "0001132597", + "lei": "5493002W2IVG62O3ZJ94" + }, + { + "symbol": "ITW", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Illinois Tool Works, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_52525854544C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BMBL90", + "cik": "0000049826", + "lei": "76NA4I14SZCFAYMNSV04" + }, + { + "symbol": "IUS", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Invesco Exchange-Traded Self-Indexed Fund Trust - Invesco RAFI Strateg", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4B435A3234582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00LY8KD98", + "cik": "0001657201", + "lei": null + }, + { + "symbol": "IUSB", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "BlackRock Institutional Trust Company N.A. - BTC iShares Core Total US", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4A39474438372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG006MJCSX9", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "IUSG", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "BlackRock Institutional Trust Company N.A. - BTC iShares Core S&P U.S.", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4E444E3442532D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000C18HW2", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "IUSS", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Invesco Exchange-Traded Self-Indexed Fund Trust - Invesco RAFI Strateg", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4747343752422D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00LY8KJH6", + "cik": "0001657201", + "lei": null + }, + { + "symbol": "IUSV", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "BlackRock Institutional Trust Company N.A. - BTC iShares Core S&P U.S.", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4D54475A38382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000C183Y1", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "IVA", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Inventiva - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_5146433135472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00VM4C335", + "cik": null, + "lei": "969500I9Y690B3FZW590" + }, + { + "symbol": "IVAC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Intevac, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4A424D304C312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000FN4V45", + "cik": "0001001902", + "lei": null + }, + { + "symbol": "IVAL", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "Alpha Architect Etf Trust - Alpha Architect International Quantitative", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4E324E43304B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG007QVF0P3", + "cik": "0001592900", + "lei": null + }, + { + "symbol": "IVAN=", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Ivanhoe Capital Acquisition Corp - Units (1 Ord Share Class A & 1/3 Wa", + "date": "2021-01-24", + "type": null, + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00YM430D4", + "cik": "0001819142", + "lei": null + }, + { + "symbol": "IVANU", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Ivanhoe Capital Acquisition Corp - Units (1 Ord Share Class A & 1/3 Wa", + "date": "2021-01-07", + "type": null, + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001819142", + "lei": null + }, + { + "symbol": "IVC", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Invacare Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_534333584E5A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000G9LWL5", + "cik": "0000742112", + "lei": "549300NNUTG7HCZICS76" + }, + { + "symbol": "IVDG", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "Invesco Capital Management LLC - Invesco Focused Discovery Growth ETF", + "date": "2021-01-24", + "type": "et", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00YJTYSB0", + "cik": "0001224696", + "lei": null + }, + { + "symbol": "IVE", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "BlackRock Institutional Trust Company N.A. - BTC iShares S&P 500 Value", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4E50515144312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BWD2Y0", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "IVES", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "ETF Managers Group LLC - Wedbush ETFMG Global Cloud Technology ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_54394B32574A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00CDZ0T07", + "cik": "0001645173", + "lei": null + }, + { + "symbol": "IVH", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Ivy High Income Opportunities Fund", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5752425937472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG004MB7C26", + "cik": "0001568292", + "lei": "549300C130E3EJZ8ZQ39" + }, + { + "symbol": "IVLC", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "Invesco Capital Management LLC - Invesco US Large Cap Core ESG ETF", + "date": "2021-01-24", + "type": "et", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00YJWC4X6", + "cik": "0001224696", + "lei": null + }, + { + "symbol": "IVLU", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "BlackRock Institutional Trust Company N.A. - BTC iShares MSCI Intl Val", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_524D3230504B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG009DR6410", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "IVOG", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Vanguard Group, Inc. - Vanguard S&P Mid-Cap 400 Growth ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4353584634582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0015VYSH6", + "cik": "0000102909", + "lei": "5493002789CX3L0CJP65" + }, + { + "symbol": "IVOL", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Krane Shares Trust - Quadratic Interest Rate Volatility And Inflation ", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_504C575057562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00NW3SK84", + "cik": "0001547576", + "lei": null + }, + { + "symbol": "IVOO", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Vanguard Group, Inc. - Vanguard S&P Mid-Cap 400 ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4336523832442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0015VYRL3", + "cik": "0000102909", + "lei": "5493002789CX3L0CJP65" + }, + { + "symbol": "IVOV", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Vanguard Group, Inc. - Vanguard S&P Mid-Cap 400 Value ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4858324B514A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0015VYT93", + "cik": "0000102909", + "lei": "5493002789CX3L0CJP65" + }, + { + "symbol": "IVR", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Invesco Mortgage Capital Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_533344364D342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000GGLZZ7", + "cik": "0001437071", + "lei": "PV3BDP2HFZL2FNXQBL39" + }, + { + "symbol": "IVR-A", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Invesco Mortgage Capital Inc - 7.75% PRF PERPETUAL USD 25 - Ser A", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4B53543559302D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001437071", + "lei": "PV3BDP2HFZL2FNXQBL39" + }, + { + "symbol": "IVR-B", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Invesco Mortgage Capital Inc - FXDFR PRF PERPETUAL USD 25 - Ser B", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_5235564751422D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001437071", + "lei": "PV3BDP2HFZL2FNXQBL39" + }, + { + "symbol": "IVR-C", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Invesco Mortgage Capital Inc - FXDFR PRF PERPETUAL USD 25 - Ser C", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_534A5A474C302D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001437071", + "lei": "PV3BDP2HFZL2FNXQBL39" + }, + { + "symbol": "IVRA", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "Invesco Capital Management LLC - Invesco Real Assets ESG ETF", + "date": "2021-01-24", + "type": "et", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00YJV0GW5", + "cik": "0001224696", + "lei": null + }, + { + "symbol": "IVSG", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "Invesco Capital Management LLC - Invesco Select Growth ETF", + "date": "2021-01-24", + "type": "et", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00YJV1N22", + "cik": "0001224696", + "lei": null + }, + { + "symbol": "IVV", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "BlackRock Institutional Trust Company N.A. - BTC iShares Core S&P 500 ", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_534A54324E392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BVZ4F5", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "IVW", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "BlackRock Institutional Trust Company N.A. - BTC iShares S&P 500 Growt", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_584D5A3736582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BWDHF8", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "IVZ", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Invesco Ltd", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_475333524A382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BY2Y78", + "cik": "0000914208", + "lei": "ECPGFXU8A2SHKVVGJI15" + }, + { + "symbol": "IWB", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "BlackRock Institutional Trust Company N.A. - BTC iShares Russell 1000 ", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4A574E3456502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000CF7ZN2", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "IWC", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "BlackRock Institutional Trust Company N.A. - BTC iShares Micro-Cap ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_43395A354A312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000HMYVY9", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "IWD", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "BlackRock Institutional Trust Company N.A. - BTC iShares Russell 1000 ", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_52324A4B56342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000CG9VP5", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "IWF", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "BlackRock Institutional Trust Company N.A. - BTC iShares Russell 1000 ", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_48513954504E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BTR7Z0", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "IWFH", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "iShares Trust - iShares Virtual Work and Life Multisector ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4E50304A39472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00XJFGPD6", + "cik": "0001006249", + "lei": null + }, + { + "symbol": "IWL", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "BlackRock Institutional Trust Company N.A. - BTC iShares Russell Top 2", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4757343351302D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000PBF2B4", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "IWM", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "BlackRock Institutional Trust Company N.A. - BTC iShares Russell 2000 ", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4D37395435522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000CGC9C4", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "IWN", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "BlackRock Institutional Trust Company N.A. - BTC iShares Russell 2000 ", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_46434E35434C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000C16Z27", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "IWO", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "BlackRock Institutional Trust Company N.A. - BTC iShares Russell 2000 ", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4C315A4830512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000C17LW4", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "IWP", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "BlackRock Institutional Trust Company N.A. - BTC iShares Russell Mid-C", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4847434653462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BW05W9", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "IWR", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "BlackRock Institutional Trust Company N.A. - BTC iShares Russell Mid-C", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4A314A4C56592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000JWXHK2", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "IWS", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "BlackRock Institutional Trust Company N.A. - BTC iShares Russell Mid-C", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4253313434392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000JWZ6F0", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "IWV", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "BlackRock Institutional Trust Company N.A. - BTC iShares Russell 3000 ", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_504B5A4748542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BWDVW8", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "IWX", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "BlackRock Institutional Trust Company N.A. - BTC iShares Russell Top 2", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4252595A34442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000PBGXC4", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "IWY", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "BlackRock Institutional Trust Company N.A. - BTC iShares Russell Top 2", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_48473938534A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000PBGFP9", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "IX", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Orix Corporation - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_44353450374D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BBBYZ7", + "cik": "0001070304", + "lei": "35380016EMHNBOVYE123" + }, + { + "symbol": "IXC", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "BlackRock Institutional Trust Company N.A. - BTC iShares Global Energy", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4B35515157592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000L74NQ7", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "IXG", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "BlackRock Institutional Trust Company N.A. - BTC iShares Global Financ", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4A30444451582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000L77B26", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "IXJ", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "BlackRock Institutional Trust Company N.A. - BTC iShares Global Health", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_475632324B572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000L77VV0", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "IXN", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "BlackRock Institutional Trust Company N.A. - BTC iShares Global Tech E", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5243475248382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BBTL04", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "IXP", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "BlackRock Institutional Trust Company N.A. - iShares Global Comm Servi", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5153394C44522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000L7MB74", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "IXSE", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "WisdomTree Trust - WisdomTree India ex-State-Owned Enterprises Fund", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5736443454442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00NSBVNF3", + "cik": "0001350487", + "lei": null + }, + { + "symbol": "IXUS", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "BlackRock Institutional Trust Company N.A. - BTC iShares Core MSCI Tot", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4254333739442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG003H6TM38", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "IYC", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "BlackRock Institutional Trust Company N.A. - BTC iShares U.S. Consumer", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_564C4A4B42372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BXY2M8", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "IYE", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "BlackRock Institutional Trust Company N.A. - BTC iShares U.S. Energy E", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_56574D3443482D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BXXRG1", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "IYF", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "BlackRock Institutional Trust Company N.A. - BTC iShares U.S. Financia", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5451385436472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000CGFWK1", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "IYG", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "BlackRock Institutional Trust Company N.A. - BTC iShares U.S. Financia", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_534A594831462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BXXGQ4", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "IYH", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "BlackRock Institutional Trust Company N.A. - BTC iShares U.S. Healthca", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4D38473039532D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BXX310", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "IYJ", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "BlackRock Institutional Trust Company N.A. - BTC iShares U.S. Industri", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_465A594A4C342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BXWM82", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "IYK", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "BlackRock Institutional Trust Company N.A. - BTC iShares U.S. Consumer", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_47524E3858502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BTYS13", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "IYLD", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "BlackRock Institutional Trust Company N.A. - BTC iShares Morningstar M", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4C5A32504D422D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG002VD61G6", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "IYM", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "BlackRock Institutional Trust Company N.A. - BTC iShares U.S. Basic Ma", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_435454474A332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BXYFZ5", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "IYR", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "BlackRock Institutional Trust Company N.A. - BTC iShares U.S. Real Est", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_46445343484D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BXW687", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "IYT", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "BlackRock Institutional Trust Company N.A. - BTC iShares Transportatio", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5358385737362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BPNZB6", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "IYW", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "BlackRock Institutional Trust Company N.A. - BTC iShares U.S. Technolo", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_44374731424C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000CF9GL4", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "IYY", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "BlackRock Institutional Trust Company N.A. - BTC iShares Dow Jones U.S", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_44445A4D4C4D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BXVV29", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "IYZ", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "BlackRock Institutional Trust Company N.A. - BTC iShares U.S. Telecomm", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4247594B33312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BWF7P7", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "IZEA", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "IZEA Worldwide Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4236304D31382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0018XMPL3", + "cik": "0001495231", + "lei": "549300ZNN8UBT1IUHO61" + }, + { + "symbol": "IZRL", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "ARK Investment Management LLC - ARK Israel Innovative Technology ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_475A4A5658532D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00JDV6F05", + "cik": "0001697748", + "lei": null + }, + { + "symbol": "J", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Jacobs Engineering Group, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4A4B444D37502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BMFFQ0", + "cik": "0000052988", + "lei": "549300CZ8QS1GE53O776" + }, + { + "symbol": "JAAA", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Janus Capital Management LLC - Janus Henderson AAA CLO ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5150465644512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00XX897J8", + "cik": "0000812295", + "lei": null + }, + { + "symbol": "JACK", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Jack In The Box, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5235534433522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000GZYVY1", + "cik": "0000807882", + "lei": "5493002OJW26P0SUUP68" + }, + { + "symbol": "JAGG", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "J.P. Morgan Exchange-Traded Fund Trust - JPMorgan U.S. Aggregate Bond ", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_565A3950434B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00MSHTGF0", + "cik": "0001485894", + "lei": null + }, + { + "symbol": "JAGX", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Jaguar Health Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4B54354E39382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG005Z20406", + "cik": "0001585608", + "lei": "549300DJ0Q0D9TVY5O19" + }, + { + "symbol": "JAKK", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Jakks Pacific Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4A50545357462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000GPK708", + "cik": "0001009829", + "lei": "549300UEF3348JRXQ295" + }, + { + "symbol": "JAMF", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Jamf Holding Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_42324D36374C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00VSYYVB8", + "cik": "0001721947", + "lei": null + }, + { + "symbol": "JAN", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "JanOne Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4E5A4E4735522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000CKLRH0", + "cik": "0000862861", + "lei": "549300FLMHTQ5MK4YD23" + }, + { + "symbol": "JANZ", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "Listed Funds Trust - TrueShares Structured Outcome (January) ETF", + "date": "2021-01-24", + "type": "et", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00YQ7WHH0", + "cik": "0001683471", + "lei": null + }, + { + "symbol": "JAX", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "J. Alexanders Holdings Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4347314D39422D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG007FJZFD0", + "cik": "0001617227", + "lei": "5493002L5CGILX8MQ965" + }, + { + "symbol": "JAZZ", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Jazz Pharmaceuticals plc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4335475150392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000G9CGL0", + "cik": "0001232524", + "lei": "635400NGEZB6UXOTAN28" + }, + { + "symbol": "JBGS", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "JBG SMITH Properties", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5346444D345A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00F5FNKJ7", + "cik": "0001689796", + "lei": "549300HHIW6GDQCPEC54" + }, + { + "symbol": "JBHT", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "J.B. Hunt Transport Services, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_43484B39514A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BMDBZ1", + "cik": "0000728535", + "lei": "549300XCD1MPI1C5GK90" + }, + { + "symbol": "JBK", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Lehman ABS Corp - FXDFR SP TRUCS REDEEM 15/02/2034 USD 25", + "date": "2021-01-24", + "type": "struct", + "iexId": "IEX_4235514D53512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000829281", + "lei": null + }, + { + "symbol": "JBL", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Jabil Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4C46345750542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BJNGN9", + "cik": "0000898293", + "lei": "5493000CGCQY2OQU7669" + }, + { + "symbol": "JBLU", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Jetblue Airways Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_503547304E382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BRQ6L2", + "cik": "0001158463", + "lei": "54930070J9H97ZO93T57" + }, + { + "symbol": "JBSS", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Sanfilippo (John B.) & Son, Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4B4B314756332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000CHPMY5", + "cik": "0000880117", + "lei": "5299007IBEYVXKYDUX28" + }, + { + "symbol": "JBT", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "John Bean Technologies Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4D54395A57512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000VLBCQ1", + "cik": "0001433660", + "lei": "5493007CT6ATBZ2L6826" + }, + { + "symbol": "JCE", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Nuveen Core Equity Alpha Fund", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4A4A435751582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000D154V4", + "cik": "0001385763", + "lei": "RXOICX8BWX0J6XOHJ530" + }, + { + "symbol": "JCI", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Johnson Controls International plc - Registered Shares", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_56543453575A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BVWLJ6", + "cik": "0000833444", + "lei": "549300XQ6S1GYKGBL205" + }, + { + "symbol": "JCO", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Nuveen Credit Opportunities 2022 Target Term Fund", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_443952524E462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00FYCK0N4", + "cik": "0001686142", + "lei": "549300MO23P4EWQM3T38" + }, + { + "symbol": "JCOM", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "J2 Global Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_51463158444A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000F3CWW7", + "cik": "0001084048", + "lei": "5493008OJYGLHD7MXA18" + }, + { + "symbol": "JCPB", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "J.P. Morgan Exchange-Traded Fund Trust - JPMorgan Core Plus Bond ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4658304239362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00N6W8WP6", + "cik": "0001485894", + "lei": null + }, + { + "symbol": "JCS", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Communications Systems, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4A5442364E352D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000FYLYF4", + "cik": "0000022701", + "lei": null + }, + { + "symbol": "JCTCF", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Jewett-Cameron Trading Co. Ltd.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5652313752422D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BKNVV4", + "cik": "0000885307", + "lei": null + }, + { + "symbol": "JCTR", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "J.P. Morgan Exchange-Traded Fund Trust - JPMorgan Carbon Transition U.", + "date": "2021-01-24", + "type": "et", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00Y3K9KQ5", + "cik": "0001485894", + "lei": null + }, + { + "symbol": "JD", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "JD.com Inc - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_574336594D322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG005YHY0Q7", + "cik": "0001549802", + "lei": "549300HVTWB0GJZ16V92" + }, + { + "symbol": "JDD", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Nuveen Diversified Dividend and Income Fund", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4850353147322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000Q01GY6", + "cik": "0001255821", + "lei": "D5FGOSNM9N49JUUE1836" + }, + { + "symbol": "JDIV", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "J.P. Morgan Exchange-Traded Fund Trust - JPMorgan U.S. Dividend ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_544B4E3730432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00J5C5CV0", + "cik": "0001485894", + "lei": null + }, + { + "symbol": "JDST", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Direxion Shares ETF Trust - Direxion Daily Junior Gold Miners Index Be", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5252524B54502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG005CM7H38", + "cik": "0001424958", + "lei": null + }, + { + "symbol": "JE", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Just Energy Group Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_57485150484C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000F0CH38", + "cik": "0001538789", + "lei": "549300RHCBDY2LC5SN51" + }, + { + "symbol": "JEF", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Jefferies Financial Group Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4E515452385A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BNHSP9", + "cik": "0000096223", + "lei": "549300HOF34RGOJ5YL07" + }, + { + "symbol": "JELD", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "JELD-WEN Holding Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_52584A4E53352D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0019GM953", + "cik": "0001674335", + "lei": "529900AXX7CT9GZSCS30" + }, + { + "symbol": "JEMD", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Nuveen Emerging Markets Debt 2022 Target Term Fund", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4443584D39392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00H1JY8P7", + "cik": "0001708261", + "lei": null + }, + { + "symbol": "JEPI", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "J.P. Morgan Exchange-Traded Fund Trust - JPMorgan Equity Premium Incom", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_51333253314E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00TSG0RS0", + "cik": "0001485894", + "lei": null + }, + { + "symbol": "JEQ", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Aberdeen Japan Equity Fund Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4D4E575737582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BGCWP0", + "cik": "0000866095", + "lei": "549300TENE1BGI09O157" + }, + { + "symbol": "JETS", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "ETF Series Solutions Trust - ESS U.S.Global Jets ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5037354833592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG008LT6106", + "cik": "0001540305", + "lei": null + }, + { + "symbol": "JFIN", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Jiayin Group Inc - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_4A393742514A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00MV5JPY2", + "cik": "0001743102", + "lei": null + }, + { + "symbol": "JFR", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Nuveen Floating Rate Income Fund", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4B5846524D4E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000JS9VM5", + "cik": "0001276533", + "lei": "HJXCPP3KYE3BVU373P27" + }, + { + "symbol": "JFU", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "9F Inc - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_4643443451512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00JH7WJL4", + "cik": "0001619544", + "lei": "549300CY2ZBGUZ0PDU28" + }, + { + "symbol": "JG", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Aurora Mobile Ltd - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_42513330334A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00LBL86W7", + "cik": "0001737339", + "lei": null + }, + { + "symbol": "JGH", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Nuveen Global High Income Fund", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4635344E4A5A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG007K9HBW4", + "cik": "0001615905", + "lei": "549300I4IAH7O6ZZEH53" + }, + { + "symbol": "JGLD", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Amplify ETF Trust - Amplify Pure Junior Gold Miners ETF", + "date": "2021-01-24", + "type": "et", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00Y6TG6N9", + "cik": "0001633061", + "lei": null + }, + { + "symbol": "JHAA", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Nuveen Corporate Income 2023 Target Term Fund", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4635435747582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00M1CL2B3", + "cik": "0001753217", + "lei": null + }, + { + "symbol": "JHB", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Nuveen Corporate Income November 2021 Target Term Fund", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_574850424A592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00DJ60BZ4", + "cik": "0001647933", + "lei": "549300SZ1VTUXR5CQU51" + }, + { + "symbol": "JHCS", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "John Hancock Exchange-Traded Fund Trust - John Hancock Multifactor Med", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_43534A5035392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00NKVVY09", + "cik": "0001478482", + "lei": null + }, + { + "symbol": "JHEM", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "John Hancock Investment Management LLC - John Hancock Multifactor Emer", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4D38565030362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00M3PLZ74", + "cik": "0001230788", + "lei": null + }, + { + "symbol": "JHG", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Janus Henderson Group plc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4831573658502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000HZ1SG3", + "cik": "0001274173", + "lei": "2138009WPYMWJN3RVF44" + }, + { + "symbol": "JHI", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "John Hancock Investors Trust", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_465054444C462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BBCFB3", + "cik": "0000759828", + "lei": "5493007QBXBOZDX6R464" + }, + { + "symbol": "JHMA", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "John Hancock Investment Management LLC - John Hancock Multifactor Mate", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5442514A43512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00CKKRXR5", + "cik": "0001230788", + "lei": null + }, + { + "symbol": "JHMC", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "John Hancock Investment Management LLC - John Hancock Multifactor Cons", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4E34304B4E392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00B2VBLB3", + "cik": "0001230788", + "lei": null + }, + { + "symbol": "JHMD", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "John Hancock Investment Management LLC - John Hancock Multifactor Deve", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_54435851424E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00FJ5J860", + "cik": "0001230788", + "lei": null + }, + { + "symbol": "JHME", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "John Hancock Investment Management LLC - John Hancock Multifactor Ener", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_47364B4454582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00CKKRW42", + "cik": "0001230788", + "lei": null + }, + { + "symbol": "JHMF", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "John Hancock Investment Management LLC - John Hancock Multifactor Fina", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4E51355151542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00B2VKMJ3", + "cik": "0001230788", + "lei": null + }, + { + "symbol": "JHMH", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "John Hancock Investment Management LLC - John Hancock Multifactor Heal", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_545A503647472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00B2NP7B7", + "cik": "0001230788", + "lei": null + }, + { + "symbol": "JHMI", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "John Hancock Investment Management LLC - John Hancock Multifactor Indu", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4D4831574B4B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00CKKRWX0", + "cik": "0001230788", + "lei": null + }, + { + "symbol": "JHML", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "John Hancock Investment Management LLC - John Hancock Multifactor Larg", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4B36355237512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00B2M8TC9", + "cik": "0001230788", + "lei": null + }, + { + "symbol": "JHMM", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "John Hancock Investment Management LLC - John Hancock Multifactor Mid ", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4C434A3244522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00B2MF4S9", + "cik": "0001230788", + "lei": null + }, + { + "symbol": "JHMS", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "John Hancock Investment Management LLC - John Hancock Multifactor Cons", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_514457505A342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00CLBGNP0", + "cik": "0001230788", + "lei": null + }, + { + "symbol": "JHMT", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "John Hancock Investment Management LLC - John Hancock Multifactor Tech", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_564B56434A5A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00B2MFMN4", + "cik": "0001230788", + "lei": null + }, + { + "symbol": "JHMU", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "John Hancock Investment Management LLC - John Hancock Multifactor Util", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_53524B4339362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00CKKRYJ2", + "cik": "0001230788", + "lei": null + }, + { + "symbol": "JHS", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "John Hancock Income Securities Trust", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4436345146522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BB2N81", + "cik": "0000759866", + "lei": "549300RB36J7QSFLWG11" + }, + { + "symbol": "JHSC", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "John Hancock Investment Management LLC - John Hancock Multifactor Smal", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_51395230544D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00J5LZW52", + "cik": "0001230788", + "lei": null + }, + { + "symbol": "JHX", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "James Hardie Industries plc - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_4443593858382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000C1HL99", + "cik": "0001159152", + "lei": "635400NSGXKTVOO7JU45" + }, + { + "symbol": "JIG", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "J.P. Morgan Exchange-Traded Fund Trust - JPMorgan International Growth", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_433031564D572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00TSG1FP8", + "cik": "0001485894", + "lei": null + }, + { + "symbol": "JIGB", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "J.P. Morgan Exchange-Traded Fund Trust - JPMorgan Corporate Bond Resea", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_54535A43364A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00MSHT6G1", + "cik": "0001485894", + "lei": null + }, + { + "symbol": "JIH", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Juniper Industrial Holdings Inc - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_56373732334B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00QNS0DZ8", + "cik": "0001787791", + "lei": null + }, + { + "symbol": "JIH+", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Juniper Industrial Holdings Inc - Warrants (13/11/2026)", + "date": "2021-01-24", + "type": "wt", + "iexId": "IEX_5844324244422D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00R4NRKW6", + "cik": "0001787791", + "lei": null + }, + { + "symbol": "JIH=", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Juniper Industrial Holdings Inc - Units ( 1Ord Class A and 0.5 war)", + "date": "2021-01-24", + "type": null, + "iexId": "IEX_46355456514D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00QLF8D80", + "cik": "0001787791", + "lei": null + }, + { + "symbol": "JILL", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "J.Jill Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_48484A5653342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00FZBYDS7", + "cik": "0001687932", + "lei": "529900I19PJIF8MIDL12" + }, + { + "symbol": "JJA", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Barclays Bank PLC - ZC SP ETN REDEEM 23/01/2048 USD 50 - Ser B_JJAB", + "date": "2021-01-24", + "type": "struct", + "iexId": "IEX_4757394E504D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00JRY2LL2", + "cik": "0000312070", + "lei": "G5GSEF7VJP5I7OUK5573" + }, + { + "symbol": "JJC", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Barclays Bank PLC - ZC SP ETN REDEEM 23/01/2048 USD 50 - Ser B_JJCB", + "date": "2021-01-24", + "type": "struct", + "iexId": "IEX_5147424C4D392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00JRY3VR3", + "cik": "0000312070", + "lei": "G5GSEF7VJP5I7OUK5573" + }, + { + "symbol": "JJE", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Barclays Bank PLC - ZC SP ETN REDEEM 23/01/2048 USD 50 - Ser B_JJEB", + "date": "2021-01-24", + "type": "struct", + "iexId": "IEX_5354303759432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00JRY4385", + "cik": "0000312070", + "lei": "G5GSEF7VJP5I7OUK5573" + }, + { + "symbol": "JJG", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Barclays Bank PLC - ZC SP ETN REDEEM 23/01/2048 USD 50 - Ser B_JJGB", + "date": "2021-01-24", + "type": "struct", + "iexId": "IEX_4D4A485336512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00JRY3WM6", + "cik": "0000312070", + "lei": "G5GSEF7VJP5I7OUK5573" + }, + { + "symbol": "JJM", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Barclays Bank PLC - ZC SP ETN REDEEM 23/01/2048 USD 50 - Ser B_JJMB", + "date": "2021-01-24", + "type": "struct", + "iexId": "IEX_4738303948322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00JRY2T26", + "cik": "0000312070", + "lei": "G5GSEF7VJP5I7OUK5573" + }, + { + "symbol": "JJN", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Barclays Bank PLC - ZC SP ETN REDEEM 23/01/2048 USD 50 - Ser B_BJJN", + "date": "2021-01-24", + "type": "struct", + "iexId": "IEX_4342354832482D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00JRY4GN9", + "cik": "0000312070", + "lei": "G5GSEF7VJP5I7OUK5573" + }, + { + "symbol": "JJP", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Barclays Bank PLC - ZC SP ETN REDEEM 23/01/2048 USD 50 - Ser B_JJPB", + "date": "2021-01-24", + "type": "struct", + "iexId": "IEX_57584E4744372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00JRY81D9", + "cik": "0000312070", + "lei": "G5GSEF7VJP5I7OUK5573" + }, + { + "symbol": "JJS", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Barclays Bank PLC - ZC SP ETN REDEEM 23/01/2048 USD 50 - Ser B_JJSB", + "date": "2021-01-24", + "type": "struct", + "iexId": "IEX_5742483939512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00JRY7XM0", + "cik": "0000312070", + "lei": "G5GSEF7VJP5I7OUK5573" + }, + { + "symbol": "JJSF", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "J&J Snack Foods Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5757324847522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BMGPW0", + "cik": "0000785956", + "lei": null + }, + { + "symbol": "JJT", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Barclays Bank PLC - ZC SP ETN REDEEM 23/01/2048 USD 50 - Ser B_JJTB", + "date": "2021-01-24", + "type": "struct", + "iexId": "IEX_5047544E484B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00JRY3YJ6", + "cik": "0000312070", + "lei": "G5GSEF7VJP5I7OUK5573" + }, + { + "symbol": "JJU", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Barclays Bank PLC - ZC SP ETN REDEEM 23/01/2048 USD 50 - Ser B_JJUB", + "date": "2021-01-24", + "type": "struct", + "iexId": "IEX_5842303746472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00JRY3064", + "cik": "0000312070", + "lei": "G5GSEF7VJP5I7OUK5573" + }, + { + "symbol": "JKD", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "BlackRock Institutional Trust Company N.A. - BTC iShares Morningstar L", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_483951354E312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BRJ943", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "JKE", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "BlackRock Institutional Trust Company N.A. - BTC iShares Morningstar L", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_43364B3132462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BRL209", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "JKF", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "BlackRock Institutional Trust Company N.A. - BTC iShares Morningstar L", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_515752334B512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BRLDW0", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "JKG", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "BlackRock Institutional Trust Company N.A. - BTC iShares Morningstar M", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_524758384E372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BRM0H4", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "JKH", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "BlackRock Institutional Trust Company N.A. - BTC iShares Morningstar M", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_574C324636562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BRMGV3", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "JKHY", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Jack Henry & Associates, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4B57343332482D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BMH2Q7", + "cik": "0000779152", + "lei": "529900X1QS8C54W0JB21" + }, + { + "symbol": "JKI", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "BlackRock Institutional Trust Company N.A. - BTC iShares Morningstar M", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5835374C39432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BRMTJ9", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "JKJ", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "BlackRock Institutional Trust Company N.A. - BTC iShares Morningstar S", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4231365058442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BRN797", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "JKK", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "BlackRock Institutional Trust Company N.A. - BTC iShares Morningstar S", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_424D43565A582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BRNNW6", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "JKL", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "BlackRock Institutional Trust Company N.A. - BTC iShares Morningstar S", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_47514B304B4A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BRNZZ6", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "JKS", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "JinkoSolar Holding Co. Ltd - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_434D3637364D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000Q72QF9", + "cik": "0001481513", + "lei": "529900Y93WNCS05FG852" + }, + { + "symbol": "JLL", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Jones Lang Lasalle Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5144594451372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000C2L2L0", + "cik": "0001037976", + "lei": "6SYKCME112RT8TQUO411" + }, + { + "symbol": "JLS", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Nuveen Mortgage and Income Fund", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4358343442482D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000PVBGM1", + "cik": "0001472215", + "lei": "07Q4EPZRU8XATVYVY545" + }, + { + "symbol": "JMBS", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Janus Capital Management LLC - Janus Henderson Mortgage-Backed Securit", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4D3651594E4A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00LYBQRR4", + "cik": "0000812295", + "lei": null + }, + { + "symbol": "JMIA", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Jumia Technologies Ag - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_48314B5830542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00NKZF9N8", + "cik": "0001756708", + "lei": "391200JWCL5VCOSXNT56" + }, + { + "symbol": "JMIN", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "J.P. Morgan Exchange-Traded Fund Trust - JPMorgan U.S. Minimum Volatil", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_535A483158562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00J5CGQM7", + "cik": "0001485894", + "lei": null + }, + { + "symbol": "JMM", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Nuveen Multi-Market Income Fund", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_514A42374E4D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BRNV30", + "cik": "0000838131", + "lei": "G7V8IS406QV705LBK003" + }, + { + "symbol": "JMOM", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "J.P. Morgan Exchange-Traded Fund Trust - JPMorgan U.S. Momentum Factor", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4D505A4C36362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00J5DRXL9", + "cik": "0001485894", + "lei": null + }, + { + "symbol": "JMP", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "JMP Group LLC", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4E563657544E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000R3LBP8", + "cik": "0001302350", + "lei": "549300Z71FRMKOGMCG48" + }, + { + "symbol": "JMPNL", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "JMP Group Inc - 7.25% NT REDEEM 15/11/2027 USD 25 - 466273109", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4E4E4E5744572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001383803", + "lei": null + }, + { + "symbol": "JMPNZ", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "JMP Group LLC - 6.875% NT REDEEM 30/09/2029 USD 25", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4354525957592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001302350", + "lei": "549300Z71FRMKOGMCG48" + }, + { + "symbol": "JMST", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "J.P. Morgan Exchange-Traded Fund Trust - JPMorgan Ultra-Short Municipa", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4D30594C4C362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00M8D23F9", + "cik": "0001485894", + "lei": null + }, + { + "symbol": "JMUB", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "J.P. Morgan Exchange-Traded Fund Trust - JPMorgan Municipal ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_50355A4E59462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00M8D47T3", + "cik": "0001485894", + "lei": null + }, + { + "symbol": "JNCE", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Jounce Therapeutics Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_474C30374C592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0044BWGZ3", + "cik": "0001640455", + "lei": "5493004MZJQIV2K8ZT61" + }, + { + "symbol": "JNJ", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Johnson & Johnson", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4B56304A34312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BMHYD1", + "cik": "0000200406", + "lei": "549300G0CFPGEF6X2043" + }, + { + "symbol": "JNK", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "SPDR Series Trust - SPDR Bloomberg Barclays High Yield Bond ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_53364C3132572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000NXDKM8", + "cik": "0001064642", + "lei": null + }, + { + "symbol": "JNPR", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Juniper Networks Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_583539485A352D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BY33P5", + "cik": "0001043604", + "lei": "AUHIXNGG7U2U7JEHM527" + }, + { + "symbol": "JNUG", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Direxion Shares ETF Trust - Direxion Daily Junior Gold Miners Index Bu", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_52354C4452352D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG005CM7G67", + "cik": "0001424958", + "lei": null + }, + { + "symbol": "JO", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Barclays Bank PLC - ZC SP ETN REDEEM 23/01/2048 USD 50 - Ser B_BJO", + "date": "2021-01-24", + "type": "struct", + "iexId": "IEX_5231485250542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00JRY3812", + "cik": "0000312070", + "lei": "G5GSEF7VJP5I7OUK5573" + }, + { + "symbol": "JOB", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "GEE Group Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_505A474B54332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BMJ9R9", + "cik": "0000040570", + "lei": "549300FHWV21VESO1Y46" + }, + { + "symbol": "JOBS", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "51Job Inc. - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_5752534B31322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BJD1D4", + "cik": "0001295484", + "lei": "52990088ZF32Q8YHCJ53" + }, + { + "symbol": "JOE", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "St. Joe Co.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_54564E544D332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000D6TC94", + "cik": "0000745308", + "lei": "529900XVHOT3BF8PWG49" + }, + { + "symbol": "JOET", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Virtus ETF Trust II - Virtus Terranova U.S. Quality Momentum ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_53324E35544E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00Y6DQMR4", + "cik": "0001648403", + "lei": null + }, + { + "symbol": "JOF", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Japan Smaller Capitalization Fund Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4D34564D58382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000C3RYK3", + "cik": "0000859796", + "lei": "5493000KJSHWEB3YKZ37" + }, + { + "symbol": "JOUT", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Johnson Outdoors Inc - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5632474334502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000HCXFS4", + "cik": "0000788329", + "lei": null + }, + { + "symbol": "JOYY", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Infusive US Trust - Infusive Compounding Global Equities ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4C4C584E58562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00R73BT37", + "cik": "0001748197", + "lei": null + }, + { + "symbol": "JP", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Jupai Holdings Ltd - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_4235434E42582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG009DT9V04", + "cik": "0001616291", + "lei": "54930070ZPRNE7EG4241" + }, + { + "symbol": "JPC", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Nuveen Preferred & Income Opportunities Fund", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4B4648514A332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BD4GK6", + "cik": "0001216583", + "lei": "SQSNUOAGTXNFWCFS1I50" + }, + { + "symbol": "JPEM", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "J.P.Morgan Investment Management Inc. - JPMorgan Diversified Return Em", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5352565138332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG007VDWC18", + "cik": "0001363391", + "lei": null + }, + { + "symbol": "JPHY", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "J.P. Morgan Exchange-Traded Fund Trust - JPMorgan High Yield Research ", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4E31333231432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00DRLJ353", + "cik": "0001485894", + "lei": null + }, + { + "symbol": "JPI", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Nuveen Preferred and Income Term Fund", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4D57443944592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG002Z67TT1", + "cik": "0001547994", + "lei": null + }, + { + "symbol": "JPIB", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "J.P.Morgan Investment Management Inc. - JPMorgan International Bond Op", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5435353146572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00GD9GQ78", + "cik": "0001363391", + "lei": null + }, + { + "symbol": "JPIN", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "J.P.Morgan Investment Management Inc. - JPMorgan Diversified Return In", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4239463552512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG007H0QWB4", + "cik": "0001363391", + "lei": null + }, + { + "symbol": "JPM", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "JPMorgan Chase & Co.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4E4E4B4432592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000DMBXR2", + "cik": "0000019617", + "lei": "8I5DZWZKVSZI1NUHU748" + }, + { + "symbol": "JPM-C", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "JPMorgan Chase & Co. - 6% PRF PERPETUAL USD 25 - Dep rep 1/400 Ser EE", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4353395947332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000019617", + "lei": "8I5DZWZKVSZI1NUHU748" + }, + { + "symbol": "JPM-D", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "JPMorgan Chase & Co. - 5.75% PRF PERPETUAL USD 25 - Dep 1/400th Ser DD", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_58444B4A4E572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000019617", + "lei": "8I5DZWZKVSZI1NUHU748" + }, + { + "symbol": "JPM-G", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "JPMorgan Chase & Co. - 6.10% PRF PERPETUAL USD 25 - Ser AA", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4738425953312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000019617", + "lei": "8I5DZWZKVSZI1NUHU748" + }, + { + "symbol": "JPM-H", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "JPMorgan Chase & Co. - 6.15% PRF PERPETUAL USD 25 - Ser BB 1/400", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_434C4A4B38512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000019617", + "lei": "8I5DZWZKVSZI1NUHU748" + }, + { + "symbol": "JPM-J", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "JPMorgan Chase & Co. - 4.75% PRF PERPETUAL USD 25 - 1/400th int Ser GG", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4E42364B47332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000019617", + "lei": "8I5DZWZKVSZI1NUHU748" + }, + { + "symbol": "JPMB", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "J.P. Morgan Exchange-Traded Fund Trust - JPMorgan USD Emerging Markets", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5159334758302D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00JWVJXF5", + "cik": "0001485894", + "lei": null + }, + { + "symbol": "JPME", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "J.P.Morgan Investment Management Inc. - JPMorgan Diversified Return U.", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4B364B3530462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00CVTZCJ0", + "cik": "0001363391", + "lei": null + }, + { + "symbol": "JPN", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "DBX ETF Trust - Xtrackers Japan JPX-Nikkei 400 Equity ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_464B5951564D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG009H04KY5", + "cik": "0001503123", + "lei": null + }, + { + "symbol": "JPS", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Nuveen Preferred & Income Securities Fund", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4C4D5A3652342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000CR36S9", + "cik": "0001176433", + "lei": "1V4KW82TOLZ6S7J7N128" + }, + { + "symbol": "JPSE", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "J.P.Morgan Investment Management Inc. - JPMorgan Diversified Return U.", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4B42334434532D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00F7XDQX8", + "cik": "0001363391", + "lei": null + }, + { + "symbol": "JPST", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "J.P.Morgan Investment Management Inc. - JPMorgan Ultra-Short Income ET", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_524C46345A322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00GP26N50", + "cik": "0001363391", + "lei": null + }, + { + "symbol": "JPT", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Nuveen Preferred and Income 2022 Term Fund", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5143563731502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00F166G54", + "cik": "0001679033", + "lei": null + }, + { + "symbol": "JPUS", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "J.P.Morgan Investment Management Inc. - JPMorgan Diversified Return U.", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_434A424A4A572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00B3QWPQ5", + "cik": "0001363391", + "lei": null + }, + { + "symbol": "JPXN", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "BlackRock Institutional Trust Company N.A. - BTC iShares JPX-Nikkei 40", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4737575848432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000KBKLX7", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "JQC", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Nuveen Credit Strategies Income Fund", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4842593736522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000PS9HF7", + "cik": "0001227476", + "lei": "W4CSTD4RDGQSJ4FOVO30" + }, + { + "symbol": "JQUA", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "J.P. Morgan Exchange-Traded Fund Trust - JPMorgan U.S. Quality Factor ", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4B43395857342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00J5DPVL5", + "cik": "0001485894", + "lei": null + }, + { + "symbol": "JRI", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Nuveen Real Asset Income and Growth Fund", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4D56364C44482D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG002G9B684", + "cik": "0001539337", + "lei": "RQLXTE3CBG56EZF1BQ60" + }, + { + "symbol": "JRJC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "China Finance Online Co. Ltd. - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_5451425054372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000Q8SYJ8", + "cik": "0001297830", + "lei": "529900NQ0P3K2ER1NE12" + }, + { + "symbol": "JRO", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Nuveen Floating Rate Income Opportunity Fund", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_57344C4A354E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000Q2HZK8", + "cik": "0001289213", + "lei": "6TG15UBKG3HMZ9US3I68" + }, + { + "symbol": "JRS", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Nuveen Real Estate Income Fund.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5430513151562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000DQ3HW1", + "cik": "0001158289", + "lei": "LXJVVL0330BRT3R7PH61" + }, + { + "symbol": "JRSH", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Jerash holdings (US) Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5731375735312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00HWHP8Q6", + "cik": "0001696558", + "lei": null + }, + { + "symbol": "JRVR", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "James River Group Holdings Ltd", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_46445A4243512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG007HRJXJ3", + "cik": "0001620459", + "lei": null + }, + { + "symbol": "JSD", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Nuveen Short Duration Credit Opportunities Fund", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4E42503739522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG001D8HVK6", + "cik": "0001509253", + "lei": "N0WOEFO1WOMLJYH1PV29" + }, + { + "symbol": "JSM", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Navient Corp - 6% NT REDEEM 15/12/2043 USD 25", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4457514E374A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001593538", + "lei": "54930067J0ZNOEBRW338" + }, + { + "symbol": "JSMD", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Janus Capital Management LLC - Janus Henderson Small/Mid Cap Growth Al", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_57474B4B32352D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00C9Y3BC8", + "cik": "0000812295", + "lei": null + }, + { + "symbol": "JSML", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Janus Capital Management LLC - Janus Henderson Small Cap Growth Alpha ", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5831515134502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00C9Y3D70", + "cik": "0000812295", + "lei": null + }, + { + "symbol": "JSTC", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Tidal ETF Trust - Adasina Social Justice All Cap Global ETF", + "date": "2021-01-24", + "type": "et", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00YFSZ7M9", + "cik": "0001742912", + "lei": null + }, + { + "symbol": "JT", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Jianpu Technology Inc - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_4C425A3947312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00J0BKGB3", + "cik": "0001713923", + "lei": "5299009WABZ96A98WR28" + }, + { + "symbol": "JTA", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Nuveen Tax-Advantaged Total Return Strategy Fund", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4234513759382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000GLSTS1", + "cik": "0001265708", + "lei": "LYX9FVHXPB1ZJXLXRJ27" + }, + { + "symbol": "JTD", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Nuveen Tax-Advantaged Dividend Growth Fund", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_444B4833524E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000R87VC3", + "cik": "0001397173", + "lei": "P8A4JDNIPXCEKEVC8W52" + }, + { + "symbol": "JULZ", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "Listed Funds Trust - TrueShares Structured Outcome (July) ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4E57504B38572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00VSHCPQ6", + "cik": "0001683471", + "lei": null + }, + { + "symbol": "JUPW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Jupiter Wellness Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5037314735582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00VJHSMT3", + "cik": "0001760903", + "lei": null + }, + { + "symbol": "JUPWW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Jupiter Wellness Inc - Warrants (01/10/2025)", + "date": "2021-01-24", + "type": "wt", + "iexId": "IEX_4B37444C30562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00XVCPC20", + "cik": "0001760903", + "lei": null + }, + { + "symbol": "JUST", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Goldman Sachs ETF Trust - Goldman Sachs Just Us Large Cap Equity ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_51323037484C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00L45DJV7", + "cik": "0001479026", + "lei": null + }, + { + "symbol": "JVA", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Coffee Holding Co Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_565A584B514D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000GB7DC8", + "cik": "0001007019", + "lei": "549300FD5P29KIHQU051" + }, + { + "symbol": "JVAL", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "J.P. Morgan Exchange-Traded Fund Trust - JPMorgan U.S. Value Factor ET", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_47464833474B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00J5DN9K7", + "cik": "0001485894", + "lei": null + }, + { + "symbol": "JW.A", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "John Wiley & Sons Inc. - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_47594736314A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000DPRDJ1", + "cik": "0000107140", + "lei": "5493003XM719UN7E8P64" + }, + { + "symbol": "JW.B", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "John Wiley & Sons Inc. - Class B", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_44304D434D592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000DPSVR1", + "cik": "0000107140", + "lei": "5493003XM719UN7E8P64" + }, + { + "symbol": "JWN", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Nordstrom, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_46505039534C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000G8N9C6", + "cik": "0000072333", + "lei": "549300S3IZB5P35KNV16" + }, + { + "symbol": "JWS", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Jaws Acquisition Corp - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4735525A32562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00TJZLY91", + "cik": "0001800682", + "lei": null + }, + { + "symbol": "JWS+", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Jaws Acquisition Corp - Warrants (01/01/9999)", + "date": "2021-01-24", + "type": "wt", + "iexId": "IEX_4C573338515A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00VSZSZR6", + "cik": "0001800682", + "lei": null + }, + { + "symbol": "JWS=", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Jaws Acquisition Corp - Units (1 Ord Class A & 1/3 War)", + "date": "2021-01-24", + "type": null, + "iexId": "IEX_5335535157362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00TJHY8R4", + "cik": "0001800682", + "lei": null + }, + { + "symbol": "JXI", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "BlackRock Institutional Trust Company N.A. - BTC iShares Global Utilit", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_51544E5153392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000G809C1", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "JYAC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Jiya Acquisition Corp - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5443445350462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00Y29RJR3", + "cik": "0001824119", + "lei": null + }, + { + "symbol": "JYNT", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Joint Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4342425A4A4D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0074VSJJ9", + "cik": "0001612630", + "lei": null + }, + { + "symbol": "K", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Kellogg Co", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4A50544635322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BMKDM3", + "cik": "0000055067", + "lei": "LONOZNOJYIBXOHXWDB86" + }, + { + "symbol": "KAI", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Kadant, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4D345A565A372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BKRSZ3", + "cik": "0000886346", + "lei": "549300K06LNJYBMPYP15" + }, + { + "symbol": "KALA", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Kala Pharmaceuticals Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_44435652524B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG001J2MVT8", + "cik": "0001479419", + "lei": "529900Y7RO0C9P0TX474" + }, + { + "symbol": "KALL", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Krane Shares Trust - KraneShares MSCI China All Shares Index ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_515144324A4A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00837YLD5", + "cik": "0001547576", + "lei": null + }, + { + "symbol": "KALU", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Kaiser Aluminum Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5238383750572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000PKZDX4", + "cik": "0000811596", + "lei": null + }, + { + "symbol": "KALV", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "KalVista Pharmaceuticals Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_42394642345A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0026ZG5B0", + "cik": "0001348911", + "lei": "529900Q7IDA3WUGRZA51" + }, + { + "symbol": "KAMN", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Kaman Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_43374C5146332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BMKQF2", + "cik": "0000054381", + "lei": "5493003YK076OLTEQF95" + }, + { + "symbol": "KAPR", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "Innovator ETFs Trust - Innovator Russell 2000 Power Buffer ETF -April", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_525A323430462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00SXJYHV1", + "cik": "0001415726", + "lei": null + }, + { + "symbol": "KAR", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "KAR Auction Services Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_574E484B4E482D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000VZHLL9", + "cik": "0001395942", + "lei": "5493004HKD20LBSG7D03" + }, + { + "symbol": "KARS", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Krane Shares Trust - KraneShares Electric Vehicles and Future Mobility", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4A43575631592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00JRVTQX5", + "cik": "0001547576", + "lei": null + }, + { + "symbol": "KB", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "KB Financial Group Inc - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_423134474E392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000J600W9", + "cik": "0001445930", + "lei": "529900TKE4MXG3Q6GW86" + }, + { + "symbol": "KBA", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Krane Shares Trust - KraneShares Bosera MSCI China A ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4B4C344430462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0062S34P3", + "cik": "0001547576", + "lei": null + }, + { + "symbol": "KBAL", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Kimball International, Inc. - Class B", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_503059355A312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BMLG72", + "cik": "0000055772", + "lei": "549300RYF7HKL9SKYG25" + }, + { + "symbol": "KBE", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "SPDR Series Trust - SPDR S&P Bank ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4B444C3735432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000KMKPY3", + "cik": "0001064642", + "lei": null + }, + { + "symbol": "KBH", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "KB Home", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4A373544365A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BMLWX8", + "cik": "0000795266", + "lei": "549300LGUCWQURMWLG09" + }, + { + "symbol": "KBNT", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Kubient Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4B4C4B47564C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00M62HCK3", + "cik": "0001729750", + "lei": null + }, + { + "symbol": "KBNTW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Kubient Inc - Warrants (09/07/2025)", + "date": "2021-01-24", + "type": "wt", + "iexId": "IEX_545357525A542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00WKG7VX9", + "cik": "0001729750", + "lei": null + }, + { + "symbol": "KBR", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "KBR Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5736584B4C382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000P28YZ6", + "cik": "0001357615", + "lei": "254900OFQDXZRKRCV808" + }, + { + "symbol": "KBSF", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "KBS Fashion Group Limited", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_58354B5630342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00429YTD4", + "cik": "0001546383", + "lei": "54930094TV6SSEXV2R56" + }, + { + "symbol": "KBUY", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Krane Shares Trust - KraneShares CICC China Consumer Leaders Index ETF", + "date": "2021-01-24", + "type": "et", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00YG2XQ54", + "cik": "0001547576", + "lei": null + }, + { + "symbol": "KBWB", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Invesco Capital Management LLC - Invesco KBW Bank ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4C3834324E512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0027F1TD5", + "cik": "0001224696", + "lei": null + }, + { + "symbol": "KBWD", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Invesco Capital Management LLC - Invesco KBW High Dividend Yield Finan", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4852515859352D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0019RG812", + "cik": "0001224696", + "lei": null + }, + { + "symbol": "KBWP", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Invesco Capital Management LLC - Invesco KBW Property & Casualty Insur", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4437515947322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0019RGBH8", + "cik": "0001224696", + "lei": null + }, + { + "symbol": "KBWR", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Invesco Capital Management LLC - Invesco KBW Regional Banking ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4B4E59584C362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0027F1VF8", + "cik": "0001224696", + "lei": null + }, + { + "symbol": "KBWY", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Invesco Capital Management LLC - Invesco KBW Premium Yield Equity REIT", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4D4B503332442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0019RG705", + "cik": "0001224696", + "lei": null + }, + { + "symbol": "KC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Kingsoft Cloud Holdings Ltd - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_4652345251482D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00R6T4PQ2", + "cik": "0001795589", + "lei": null + }, + { + "symbol": "KCAPL", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Portman Ridge Finance Corp - 6.125% NT REDEEM 30/09/2022 USD 25", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_5831563730342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001372807", + "lei": "254900YM5BVQKA01I468" + }, + { + "symbol": "KCCB", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Krane Shares Trust - KraneShares CCBS China Corporate High Yield Bond ", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_44474B4E53392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00L9G47Q0", + "cik": "0001547576", + "lei": null + }, + { + "symbol": "KCE", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "SPDR Series Trust - SPDR S&P Capital Markets ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_484E325158542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000KMMBM5", + "cik": "0001064642", + "lei": null + }, + { + "symbol": "KCNY", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Krane Shares Trust - KraneShares E Fund China Commercial Paper ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_474D473744342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG007NHPBH1", + "cik": "0001547576", + "lei": null + }, + { + "symbol": "KDFI", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Krane Shares Trust - KFA Dynamic Fixed Income ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5357373532522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00R240DR1", + "cik": "0001547576", + "lei": null + }, + { + "symbol": "KDMN", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Kadmon Holdings Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5051394247322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00B9P9V84", + "cik": "0001557142", + "lei": "549300BBVICD23L50606" + }, + { + "symbol": "KDNY", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Chinook Therapeutics Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_524C564735442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000DW9ZK5", + "cik": "0001435049", + "lei": "549300X0O3003W5QYQ48" + }, + { + "symbol": "KDP", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Keurig Dr Pepper Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4254345034562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000TJM7F0", + "cik": "0001418135", + "lei": "DYTQ8KRTKO7Y2BVU5K74" + }, + { + "symbol": "KE", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Kimball Electronics Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4E4732304A472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0018DT0K6", + "cik": "0001606757", + "lei": "549300COBYN2GZCBIU87" + }, + { + "symbol": "KELYA", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Kelly Services, Inc. - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_44424E5958432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BMNC97", + "cik": "0000055135", + "lei": null + }, + { + "symbol": "KELYB", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Kelly Services, Inc. - Class B", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_445856335A572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BMNSN6", + "cik": "0000055135", + "lei": null + }, + { + "symbol": "KEMQ", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Krane Shares Trust - KraneShares Emerging Markets Consumer Technology ", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4E3730424D442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00HY5VXH8", + "cik": "0001547576", + "lei": null + }, + { + "symbol": "KEMX", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Krane Shares Trust - KraneShares MSCI Emerging Markets ex China Index ", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_48373438534C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00NW3T158", + "cik": "0001547576", + "lei": null + }, + { + "symbol": "KEN", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Kenon Holdings Ltd", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4730315242532D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG007LYGF78", + "cik": "0001611005", + "lei": "254900N5LVBX92GMVN72" + }, + { + "symbol": "KEP", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Korea Electric Power - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_56334C3954482D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BCWG90", + "cik": "0000887225", + "lei": "988400QG33WS7JEIV602" + }, + { + "symbol": "KEQU", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Kewaunee Scientific Corporation", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_48305230325A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BMQ161", + "cik": "0000055529", + "lei": "549300Z8MHH8NUYXQ229" + }, + { + "symbol": "KERN", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Akerna Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5331395232312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00MS8GZP1", + "cik": "0001755953", + "lei": null + }, + { + "symbol": "KERNW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Akerna Corp - Warrants (30/01/2023)", + "date": "2021-01-24", + "type": "wt", + "iexId": "IEX_583447574D4E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00MT8K3X7", + "cik": "0001755953", + "lei": null + }, + { + "symbol": "KESG", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "KraneShares ICAV - KraneShares MSCI China ESG Leaders Index ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_504B304B57342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00WC6Y5Y6", + "cik": null, + "lei": null + }, + { + "symbol": "KEX", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Kirby Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4C4E30344A302D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BMQCP6", + "cik": "0000056047", + "lei": "I7NO6FZO5GUCG585T325" + }, + { + "symbol": "KEY", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Keycorp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4D47325451562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BMQPL1", + "cik": "0000091576", + "lei": "RKPI3RZGV1V1FJTH5T61" + }, + { + "symbol": "KEY-I", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Keycorp - FXDFR PRF PERPETUAL USD 25 - Ser E", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_5748524A4D582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000091576", + "lei": "RKPI3RZGV1V1FJTH5T61" + }, + { + "symbol": "KEY-J", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Keycorp - 5.65% PRF PERPETUAL USD 25 - Ser F 1/40th", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4D47395047592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000091576", + "lei": "RKPI3RZGV1V1FJTH5T61" + }, + { + "symbol": "KEY-K", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Keycorp - 5.625% PRF PERPETUAL USD 25 - 1/40th Ser G", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_56334348424D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000091576", + "lei": "RKPI3RZGV1V1FJTH5T61" + }, + { + "symbol": "KEYS", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Keysight Technologies Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_46585447314D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0059FN811", + "cik": "0001601046", + "lei": "549300GLKVIO8YRCYN02" + }, + { + "symbol": "KF", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Korea Fund Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4257444733362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BMR6B3", + "cik": "0000748691", + "lei": "549300M4Y1IG0WPTKC03" + }, + { + "symbol": "KFFB", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Kentucky First Federal Bancorp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5444304A34522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BWD8Y7", + "cik": "0001297341", + "lei": null + }, + { + "symbol": "KFRC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Kforce Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4E4D464237312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000LK07B3", + "cik": "0000930420", + "lei": "5493003RDQQDVXY2SK46" + }, + { + "symbol": "KFS", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Kingsway Financial Services Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4C36423934372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000NV74Z1", + "cik": "0001072627", + "lei": null + }, + { + "symbol": "KFVG", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Krane Shares Trust - KraneShares CICC China 5G and Semiconductor Index", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4C48333934522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00YB1KQ37", + "cik": "0001547576", + "lei": null + }, + { + "symbol": "KFY", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Korn Ferry", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4436384C56442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000C5QMB5", + "cik": "0000056679", + "lei": "549300FOD20OM0GT5G40" + }, + { + "symbol": "KFYP", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Krane Shares Trust - KraneShares CICC China Leaders 100 Index ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4335365952582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG004VDL3G1", + "cik": "0001547576", + "lei": null + }, + { + "symbol": "KGC", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Kinross Gold Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_584B50344E362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BB2DM7", + "cik": "0000701818", + "lei": "549300UEBMAQDN0K0R06" + }, + { + "symbol": "KGRN", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Krane Shares Trust - KraneShares MSCI China Environment Index ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4259524253382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00HYC3SY6", + "cik": "0001547576", + "lei": null + }, + { + "symbol": "KHC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Kraft Heinz Co", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5134595038532D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG005CPNTQ2", + "cik": "0001637459", + "lei": null + }, + { + "symbol": "KIDS", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "OrthoPediatrics corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4C524C4646332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00HFFRW39", + "cik": "0001425450", + "lei": "5493000KUTPFGOPAT717" + }, + { + "symbol": "KIE", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "SPDR Series Trust - SPDR S&P Insurance ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_46574C3750382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000KMNWV8", + "cik": "0001064642", + "lei": null + }, + { + "symbol": "KIM", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Kimco Realty Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5644504456372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000CN3S73", + "cik": "0000879101", + "lei": "549300EA7I6T15IBYS12" + }, + { + "symbol": "KIM-L", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Kimco Realty Corp. - 5.125% PRF PERPETUAL USD 25 - Cls L 1/1000th", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4B5842374C302D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000879101", + "lei": "549300EA7I6T15IBYS12" + }, + { + "symbol": "KIM-M", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Kimco Realty Corp. - 5.25% PRF PERPETUAL USD 25 - Cls M 1/1000th", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_5134333132442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000879101", + "lei": "549300EA7I6T15IBYS12" + }, + { + "symbol": "KIN", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Kindred Biosciences Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5731583031462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG005KLVWV0", + "cik": "0001561743", + "lei": "549300WFSYEUFAX5EB17" + }, + { + "symbol": "KINS", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Kingstone Cos. Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_42533046544E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000G21FS2", + "cik": "0000033992", + "lei": null + }, + { + "symbol": "KIO", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "KKR Income Opportunities Fund", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5733344E4E4C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG004NRD5X4", + "cik": "0001515940", + "lei": "549300H65GA67Q2C3B36" + }, + { + "symbol": "KIQ", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "Kelso Technologies Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_48374858465A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000JVF307", + "cik": "0001161814", + "lei": "529900GQ0RT063CIQG17" + }, + { + "symbol": "KIRK", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Kirkland`s Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_474D325330572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000GMDQ01", + "cik": "0001056285", + "lei": null + }, + { + "symbol": "KJAN", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "Innovator ETFs Trust - Innovator Russell 2000 Power Buffer ETF - Janua", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_51314E59474A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00R879YH4", + "cik": "0001415726", + "lei": null + }, + { + "symbol": "KJUL", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "Innovator ETFs Trust - Innovator Russell 2000 Power Buffer ETF - July", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4B35573552482D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00VSHFPY4", + "cik": "0001415726", + "lei": null + }, + { + "symbol": "KKR", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "KKR & Co. Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_54385133564E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BCQ6J8", + "cik": "0001404912", + "lei": "549300JOHU21WRN2Z451" + }, + { + "symbol": "KKR-A", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "KKR & Co. Inc. - 6.75% PRF PERPETUAL USD 25 - Ser A", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4C51355432302D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001404912", + "lei": "549300JOHU21WRN2Z451" + }, + { + "symbol": "KKR-B", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "KKR & Co. Inc. - 6.50% PRF PERPETUAL USD 25 - Ser B", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_43384A38484A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001404912", + "lei": "549300JOHU21WRN2Z451" + }, + { + "symbol": "KKR-C", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "KKR & Co. Inc. - 6% PRF CONVERT 15/09/2023 USD 50 - Ser C", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_54474A51504A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001404912", + "lei": "549300JOHU21WRN2Z451" + }, + { + "symbol": "KL", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Kirkland Lake Gold Ltd", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5138444B32312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG009NRNMY4", + "cik": "0001713443", + "lei": null + }, + { + "symbol": "KLAC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "KLA Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_435A425946592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BMTFR4", + "cik": "0000319201", + "lei": "549300H0BF5JCG96TJ81" + }, + { + "symbol": "KLCD", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Krane Shares Trust - KFA Large Cap Quality Dividend Index ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5154435337462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00PF4QPZ7", + "cik": "0001547576", + "lei": null + }, + { + "symbol": "KLDO", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Kaleido Biosciences Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4A4D37334A372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00HFZKHC5", + "cik": "0001751299", + "lei": null + }, + { + "symbol": "KLDW", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Exchange Listed Funds Trust - Knowledge Leaders Developed World ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_42304E4A4E532D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG009KCZ7G0", + "cik": "0001547950", + "lei": null + }, + { + "symbol": "KLIC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Kulicke & Soffa Industries, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4239375632362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BMTX31", + "cik": "0000056978", + "lei": "529900H6BEIRBF429744" + }, + { + "symbol": "KLR", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "Kaleyra Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4D4D59464D542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00J7STCT0", + "cik": "0001719489", + "lei": "549300Q16CZ1PDK9BL93" + }, + { + "symbol": "KLR+", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "Kaleyra Inc - Warrants (06/03/2025)", + "date": "2021-01-24", + "type": "wt", + "iexId": "IEX_4E37334C51422D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00JRQPJN7", + "cik": "0001719489", + "lei": "549300Q16CZ1PDK9BL93" + }, + { + "symbol": "KLXE", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "KLX Energy Services Holdings Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4243593242562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00KTFHJJ0", + "cik": "0001738827", + "lei": "5493004D4S7MAO1H3U27" + }, + { + "symbol": "KMB", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Kimberly-Clark Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4251575759372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BMW2Z0", + "cik": "0000055785", + "lei": "MP3J6QPYPGN75NVW2S34" + }, + { + "symbol": "KMDA", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Kamada Ltd", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_47395A5647462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG004MPD1S4", + "cik": "0001567529", + "lei": null + }, + { + "symbol": "KMED", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Krane Shares Trust - KraneShares Emerging Markets Healthcare Index ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_445634524A352D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00LVC29Z2", + "cik": "0001547576", + "lei": null + }, + { + "symbol": "KMF", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Kayne Anderson NextGen Energy & Infrastructure Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_463737574B542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0015S0R19", + "cik": "0001500096", + "lei": "549300MHDTCUZBV2Y068" + }, + { + "symbol": "KMI", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Kinder Morgan Inc - Class P", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_584D385037542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0019JZ882", + "cik": "0001506307", + "lei": "549300WR7IX8XE0TBO16" + }, + { + "symbol": "KMLM", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Krane Shares Trust - KFA Mount Lucas Index Strategy ETF", + "date": "2021-01-24", + "type": "et", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00YD8RHH8", + "cik": "0001547576", + "lei": null + }, + { + "symbol": "KMPH", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "KemPharm Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5230503932572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0026ZG1F5", + "cik": "0001434647", + "lei": "254900CU6T74V18Y1W18" + }, + { + "symbol": "KMPR", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Kemper Corporation", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4C374E4851582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000H3GDJ8", + "cik": "0000860748", + "lei": "549300FNI1JKTRY2PV09" + }, + { + "symbol": "KMT", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Kennametal Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4A4A385356302D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BMWKC5", + "cik": "0000055242", + "lei": "549300GZDSG25XUV0Y08" + }, + { + "symbol": "KMX", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Carmax Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5143594C5A422D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BLMZK6", + "cik": "0001170010", + "lei": "529900F60CID3NCZM330" + }, + { + "symbol": "KN", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Knowles Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4634505738312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG004M8M6J1", + "cik": "0001587523", + "lei": "5493003EO323TDZQU148" + }, + { + "symbol": "KNAB", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Bank of Montreal - ZC SP ETN REDEEM 25/03/2039 USD 50 - knab", + "date": "2020-12-18", + "type": "struct", + "iexId": "IEX_4E5A434239512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00NS9YPG9", + "cik": "0000927971", + "lei": "NQQ6HPCNCCU6TUTQYE16" + }, + { + "symbol": "KNDI", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Kandi Technologies Group Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_473650514B472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000PNF2V6", + "cik": "0001316517", + "lei": "529900TXUELWMVI79005" + }, + { + "symbol": "KNG", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "ETF Series Solutions Trust - Cboe Vest S&P 500 Dividend Aristocrats Ta", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4B584C4A374E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00KDSF4G7", + "cik": "0001540305", + "lei": null + }, + { + "symbol": "KNGS", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "Alpha Architect Etf Trust - UPHOLDINGS Compound Kings ETF", + "date": "2021-01-24", + "type": "et", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00YJ7MZ34", + "cik": "0001592900", + "lei": null + }, + { + "symbol": "KNL", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Knoll Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_43344737484D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000N7N3S6", + "cik": "0001011570", + "lei": "549300R7T7KP3H4DHH46" + }, + { + "symbol": "KNOP", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "KNOT Offshore Partners LP - Unit", + "date": "2021-01-24", + "type": null, + "iexId": "IEX_4E52464E48572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0046HZ552", + "cik": "0001564180", + "lei": "549300RM8O2QLS7ZQN07" + }, + { + "symbol": "KNSA", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Kiniksa Pharmaceuticals Ltd - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4234565A4D432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00KT2KFX7", + "cik": "0001730430", + "lei": null + }, + { + "symbol": "KNSL", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Kinsale Capital Group Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_44424D5134542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00D8JD9Z9", + "cik": "0001669162", + "lei": "529900QTUQHNZ6HOA508" + }, + { + "symbol": "KNTE", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Kinnate Biopharma Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00R4SGVG1", + "cik": "0001797768", + "lei": "549300YVIWV7HJ5WHI66" + }, + { + "symbol": "KNX", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Knight-Swift Transportation Holdings Inc - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5450335852532D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BFC848", + "cik": "0001492691", + "lei": null + }, + { + "symbol": "KO", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Coca-Cola Co", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4359423659352D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BMX289", + "cik": "0000021344", + "lei": "UWJKFUJFZ02DKWI3RY53" + }, + { + "symbol": "KOCT", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "Innovator ETFs Trust - Innovator Russell 2000 Power Buffer ETF - Octob", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_544C503954322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00QFNSYR1", + "cik": "0001415726", + "lei": null + }, + { + "symbol": "KOD", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Kodiak Sciences Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5037313354572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00BVR0D02", + "cik": "0001468748", + "lei": "254900IXI5NI8C9OQE24" + }, + { + "symbol": "KODK", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Eastman Kodak Co.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_514C4A53445A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BHRRV6", + "cik": "0000031235", + "lei": "549300P7J8F3SSMY3E81" + }, + { + "symbol": "KOF", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Coca-Cola Femsa S.A.B. DE C.V. - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_5848443232482D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BJ87V7", + "cik": "0000910631", + "lei": "5493008KEVFYPMGTXO33" + }, + { + "symbol": "KOIN", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Exchange Traded Concepts Trust - Capital Link NextGen Protocol ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5142593954482D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00JWVBKF1", + "cik": "0001452937", + "lei": "549300MLI82YH9HOGS11" + }, + { + "symbol": "KOKU", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "DBX ETF Trust - Xtrackers MSCI Kokusai Equity ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_444B534A564D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00RM9THD3", + "cik": "0001503123", + "lei": null + }, + { + "symbol": "KOL", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "VanEck Vectors ETF Trust - VanEck Vectors Coal ETF", + "date": "2020-12-15", + "type": "et", + "iexId": "IEX_5344383734372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000V32R51", + "cik": "0000869178", + "lei": null + }, + { + "symbol": "KOLD", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "ProShares Trust - ProShares UltraShort Bloomberg Natural Gas", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_44385A58534E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0024TJFY6", + "cik": "0001174610", + "lei": null + }, + { + "symbol": "KOMP", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "SPDR Series Trust - SPDR S&P Kensho New Economies Composite ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4356465731562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00M9BL6G3", + "cik": "0001064642", + "lei": null + }, + { + "symbol": "KOP", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Koppers Holdings Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_524453514D512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000QDQR59", + "cik": "0001315257", + "lei": null + }, + { + "symbol": "KOPN", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Kopin Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5651574448532D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000C2SBZ8", + "cik": "0000771266", + "lei": "52990031GUBB61RXCD89" + }, + { + "symbol": "KOR", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Corvus Gold Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_515238334C442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0015PHLM7", + "cik": "0001507964", + "lei": "529900RCMTBBPJKNYZ51" + }, + { + "symbol": "KORP", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "American Century ETF Trust - American Century Diversified Corporate Bo", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4B52314A36372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00JQ09C76", + "cik": "0001710607", + "lei": null + }, + { + "symbol": "KORU", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Direxion Shares ETF Trust - Direxion Daily South Korea Bull 3X Shares", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_464A525838512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG004F0NVD6", + "cik": "0001424958", + "lei": null + }, + { + "symbol": "KOS", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Kosmos Energy Ltd", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_484B593157432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000L2Q7C4", + "cik": "0001509991", + "lei": "213800YDFJ3OT9B5P157" + }, + { + "symbol": "KOSS", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Koss Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_54534A3137462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BMXYW2", + "cik": "0000056701", + "lei": null + }, + { + "symbol": "KPTI", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Karyopharm Therapeutics Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4750325347372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG001J272L7", + "cik": "0001503802", + "lei": "549300J1VANRCNTYST87" + }, + { + "symbol": "KR", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Kroger Co.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_52324A3939572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BMY992", + "cik": "0000056873", + "lei": "6CPEOKI6OYJ13Q6O7870" + }, + { + "symbol": "KRA", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Kraton Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_444C563936372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000PM3N09", + "cik": "0001321646", + "lei": null + }, + { + "symbol": "KRBN", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "KraneShares ICAV - KFA Global Carbon ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4648434B56382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00WC708F6", + "cik": null, + "lei": null + }, + { + "symbol": "KRBP", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Kiromic BioPharma Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_58334E394B432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00TSG1Z56", + "cik": "0001792581", + "lei": null + }, + { + "symbol": "KRC", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Kilroy Realty Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_43364E3735462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BLMXN8", + "cik": "0001025996", + "lei": "549300CXXI18B214UN80" + }, + { + "symbol": "KRE", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "SPDR Series Trust - SPDR S&P Regional Banking ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4446364243582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000D82H52", + "cik": "0001064642", + "lei": null + }, + { + "symbol": "KREF", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "KKR Real Estate Finance Trust Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4C57583850512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00GD4KVQ2", + "cik": "0001631596", + "lei": "549300K23AYZDZ2REL62" + }, + { + "symbol": "KRG", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Kite Realty Group Trust", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_53573638334E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BC2KW8", + "cik": "0001286043", + "lei": null + }, + { + "symbol": "KRKR", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "36Kr Holdings Inc - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_4C54535A53312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00QG35TS9", + "cik": "0001779476", + "lei": null + }, + { + "symbol": "KRMA", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Global X Funds - Global X Conscious Companies ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_544D534435462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00D9VXRB5", + "cik": "0001432353", + "lei": null + }, + { + "symbol": "KRMD", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Repro-Med Systems, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_544C515343362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000D94144", + "cik": "0000704440", + "lei": null + }, + { + "symbol": "KRNT", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Kornit Digital Ltd", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4251385A425A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0086KNBP4", + "cik": "0001625791", + "lei": "5299006DPCQWP3VTFK34" + }, + { + "symbol": "KRNY", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Kearny Financial Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4D33535A4D4D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG008N1HXP6", + "cik": "0001617242", + "lei": null + }, + { + "symbol": "KRO", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Kronos Worldwide, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_53474E4A51562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000C3WK36", + "cik": "0001257640", + "lei": "549300OBZ34C65APL277" + }, + { + "symbol": "KRON", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Kronos Bio Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5732513330322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00L072923", + "cik": "0001741830", + "lei": null + }, + { + "symbol": "KROS", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Keros Therapeutics Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4B33514437502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00H1HP9G9", + "cik": "0001664710", + "lei": null + }, + { + "symbol": "KRP", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Kimbell Royalty Partners LP - Units", + "date": "2021-01-24", + "type": null, + "iexId": "IEX_445A3150344E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00FQH6MJ5", + "cik": "0001657788", + "lei": "5493007FC11POVYRB841" + }, + { + "symbol": "KRTX", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Karuna Therapeutics Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_423234314D4E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00NN875G0", + "cik": "0001771917", + "lei": null + }, + { + "symbol": "KRUS", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Kura Sushi USA Inc - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_525A484452392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00PNFJ521", + "cik": "0001772177", + "lei": null + }, + { + "symbol": "KRYS", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Krystal Biotech Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_42324A385A342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00HDGRHH7", + "cik": "0001711279", + "lei": "549300YONUY68210OE41" + }, + { + "symbol": "KSA", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "BlackRock Institutional Trust Company N.A. - iShares MSCI Saudi Arabia", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4C515A5A35522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00B094395", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "KSCD", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Krane Shares Trust - KFA Small Cap Quality Dividend Index ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5137364D34582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00PF4T793", + "cik": "0001547576", + "lei": null + }, + { + "symbol": "KSM", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "DWS Strategic Municipal Income Trust", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_51314B5131372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BHKGQ3", + "cik": "0000846596", + "lei": "HW9ZECORLBPA6LHYL567" + }, + { + "symbol": "KSMT", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Kismet Acquisition One Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4D33355746592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00WBN69P3", + "cik": "0001814824", + "lei": "21380075EDCGKVWYU511" + }, + { + "symbol": "KSMTW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Kismet Acquisition One Corp - Warrants (06/08/2025)", + "date": "2021-01-24", + "type": "wt", + "iexId": "IEX_4C4A305143462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00XRGCKM0", + "cik": "0001814824", + "lei": "21380075EDCGKVWYU511" + }, + { + "symbol": "KSPN", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Kaspien Holdings Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_53433751594B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BVSN70", + "cik": "0000795212", + "lei": "549300YU48XYB4ISJM97" + }, + { + "symbol": "KSS", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Kohl`s Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_474A5A3559422D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000CS7CT9", + "cik": "0000885639", + "lei": "549300JF6LPRTRJ0FH50" + }, + { + "symbol": "KSU", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Kansas City Southern", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4447365343462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BMZ7P7", + "cik": "0000054480", + "lei": "5493008C12PZMWP3WY03" + }, + { + "symbol": "KSU-", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Kansas City Southern - 4% PRF PERPETUAL USD 25", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4338574736442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000054480", + "lei": "5493008C12PZMWP3WY03" + }, + { + "symbol": "KT", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "KT Corporation - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_42505230484B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000KG5F93", + "cik": "0000892450", + "lei": "9884005ACF8449EANY26" + }, + { + "symbol": "KTB", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Kontoor Brands Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4658463959382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00LPTHYD5", + "cik": "0001760965", + "lei": "549300M0CPXV65RFF271" + }, + { + "symbol": "KTCC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Key Tronic Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4E36534654382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BMZXV3", + "cik": "0000719733", + "lei": "40TF3VPKEM3IMMIU0O47" + }, + { + "symbol": "KTF", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "DWS Municipal Income Trust", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4D5A5A57364E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000C0PD09", + "cik": "0000839533", + "lei": "TEL2CK71Z3LE1OCHIB43" + }, + { + "symbol": "KTH", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Structured Products Corp. - 8% SP CORTS REDEEM 06/04/2028 USD 25", + "date": "2021-01-24", + "type": "struct", + "iexId": "IEX_5250534A43432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000894356", + "lei": null + }, + { + "symbol": "KTN", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Structured Products Corp. - 8.205% SP CORTS REDEEM 01/01/2027 USD 25", + "date": "2021-01-24", + "type": "struct", + "iexId": "IEX_5748573359522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000894356", + "lei": null + }, + { + "symbol": "KTOS", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Kratos Defense & Security Solutions Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_424D474353382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000C1HQ43", + "cik": "0001069258", + "lei": "5493000EKBN0UY1F3F88" + }, + { + "symbol": "KTOV", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Kitov Pharma Ltd - ADR", + "date": "2020-12-22", + "type": "ad", + "iexId": "IEX_5233354E534D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00B3L3T17", + "cik": "0001614744", + "lei": "5493008YRL2KK6TM3819" + }, + { + "symbol": "KTRA", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Kintara Therapeutics Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_43594E474C582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG001J7N7K8", + "cik": "0001498382", + "lei": "549300N7OBMRNSOQC133" + }, + { + "symbol": "KUKE", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Kuke Music Holding Ltd - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00YM2QGN7", + "cik": "0001809158", + "lei": null + }, + { + "symbol": "KURA", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Kura Oncology Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5152523048572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG008974342", + "cik": "0001422143", + "lei": "5493005QORQTZCZYOP39" + }, + { + "symbol": "KURE", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Krane Shares Trust - KraneShares MSCI All China Health Care Index ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4C46473458312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00JXJX9K2", + "cik": "0001547576", + "lei": null + }, + { + "symbol": "KVHI", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "KVH Industries, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_44325742314C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000C1TMY6", + "cik": "0001007587", + "lei": null + }, + { + "symbol": "KVLE", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Krane Shares Trust - KFA Value Line Dynamic Core Equity Index ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_474359344C342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00YB1L9Q9", + "cik": "0001547576", + "lei": null + }, + { + "symbol": "KW", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Kennedy-Wilson Holdings Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4844325232362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000CTY4J6", + "cik": "0001408100", + "lei": "549300MOI1T78144X610" + }, + { + "symbol": "KWAC=", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Kingswood Acquisition Corp - Units (1 Ord Share Class A & 3/4 War)", + "date": "2021-01-24", + "type": null, + "iexId": "IEX_4D5254334C562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00XV30ZP1", + "cik": "0001823086", + "lei": null + }, + { + "symbol": "KWEB", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Krane Shares Trust - KraneShares CSI China Internet ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_54424A3048342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG004XB9HY6", + "cik": "0001547576", + "lei": null + }, + { + "symbol": "KWR", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Quaker Chemical Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4E4B3139304B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000DZS2L9", + "cik": "0000081362", + "lei": "549300PJQ1R3WCWCPS54" + }, + { + "symbol": "KWT", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "iShares Trust - iShares MSCI Kuwait ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_56343433364D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00S2GPCW1", + "cik": "0001006249", + "lei": null + }, + { + "symbol": "KXI", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "BlackRock Institutional Trust Company N.A. - BTC iShares Global Consum", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_504E42444D382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000G7QYC0", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "KXIN", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Kaixin Auto Holdings", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_433235344B4B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00J54QHD4", + "cik": "0001713539", + "lei": "549300WYFZM867Q8Q259" + }, + { + "symbol": "KYMR", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Kymera Therapeutics Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5130534734562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00SDHC8D1", + "cik": "0001815442", + "lei": null + }, + { + "symbol": "KYN", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Kayne Anderson Energy Infrastructure Fund Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_465642464E562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000PW7V96", + "cik": "0001293613", + "lei": "549300H9ZCLGQEKXQY57" + }, + { + "symbol": "KZIA", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Kazia Therapeutics Limited - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_4E56334636442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000KC7878", + "cik": "0001075880", + "lei": null + }, + { + "symbol": "KZR", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Kezar Life Sciences Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5258584336382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG009DVZVV6", + "cik": "0001645666", + "lei": "549300EV1V8GXBV18004" + }, + { + "symbol": "L", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Loews Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_56424B32395A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000C45984", + "cik": "0000060086", + "lei": "R8V1FN4M5ITGZOG7BS19" + }, + { + "symbol": "LABD", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Direxion Shares ETF Trust - Direxion Daily S&P Biotech Bear 3X Shares", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4A3334304C542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0099SHGJ5", + "cik": "0001424958", + "lei": null + }, + { + "symbol": "LABU", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Direxion Shares ETF Trust - Direxion Daily S&P Biotech Bull 3X Shares", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4635393636372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0099SHLC1", + "cik": "0001424958", + "lei": null + }, + { + "symbol": "LAC", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Lithium Americas Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4E5A4E4231522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BGM5P8", + "cik": "0001440972", + "lei": "529900Q9ENG7EHHZ5R75" + }, + { + "symbol": "LACQ", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Leisure Acquisition Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4259534C34462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00JFF4174", + "cik": "0001716947", + "lei": null + }, + { + "symbol": "LACQW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Leisure Acquisition Corp - Warrants (05/12/2019)", + "date": "2021-01-24", + "type": "wt", + "iexId": "IEX_4831595151312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00JM7K2V7", + "cik": "0001716947", + "lei": null + }, + { + "symbol": "LAD", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Lithia Motors, Inc. - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5053524831582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000K3BC83", + "cik": "0001023128", + "lei": "SE8N1EZEHPZQBCBVKD53" + }, + { + "symbol": "LADR", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Ladder Capital Corp - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_484B52484E4A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG005RVGZ41", + "cik": "0001577670", + "lei": "549300Q6LLV2QCV67C06" + }, + { + "symbol": "LAIX", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "LAIX Inc - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_5637513844332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00LWJ40K9", + "cik": "0001742056", + "lei": null + }, + { + "symbol": "LAKE", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Lakeland Industries, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4E51513136482D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BN1807", + "cik": "0000798081", + "lei": "549300HGP70IM9WKU164" + }, + { + "symbol": "LAMR", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Lamar Advertising Co - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4B43444D43302D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000FGMKY1", + "cik": "0001090425", + "lei": "529900Y8WW4MKVPTB543" + }, + { + "symbol": "LANC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Lancaster Colony Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_51445832345A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BN1M88", + "cik": "0000057515", + "lei": "529900X4O13HED1ZAS58" + }, + { + "symbol": "LAND", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Gladstone Land Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5847544C54342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0014JY842", + "cik": "0001495240", + "lei": "54930002B3Q17H38FG74" + }, + { + "symbol": "LANDO", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Gladstone Land Corp - 6% PRF PERPETUAL USD 25 - Ser B", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_5434464748542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001495240", + "lei": "54930002B3Q17H38FG74" + }, + { + "symbol": "LANDP", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Gladstone Land Corp - 6.375% PRF REDEEM 30/09/2021 USD 25 - Ser A", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_50304B5730312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001495240", + "lei": "54930002B3Q17H38FG74" + }, + { + "symbol": "LARK", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Landmark Bancorp Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4B385A4C374C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BJYZD6", + "cik": "0001141688", + "lei": null + }, + { + "symbol": "LASR", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "nLIGHT Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4739424830512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0020BCPX5", + "cik": "0001124796", + "lei": null + }, + { + "symbol": "LATN", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Union Acquisition Corp II", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_56324B385A502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00QLDMN87", + "cik": "0001766146", + "lei": null + }, + { + "symbol": "LATNW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Union Acquisition Corp II - Warrants (01/04/2025)", + "date": "2021-01-24", + "type": "wt", + "iexId": "IEX_5059444250352D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00R1W1890", + "cik": "0001766146", + "lei": null + }, + { + "symbol": "LAUR", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Laureate Education Inc - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_424A3353524C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00B4Z2YX0", + "cik": "0000912766", + "lei": "5JL7TMOH5TY3IUYSUP91" + }, + { + "symbol": "LAWS", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Lawson Products, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_544C514854592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BN2HQ8", + "cik": "0000703604", + "lei": "549300H1YXSE5TXMGL51" + }, + { + "symbol": "LAZ", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Lazard Ltd. - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_43524C394D362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BT4C39", + "cik": "0001311370", + "lei": "254900RIBCDJSUFG1A11" + }, + { + "symbol": "LAZR", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Luminar Technologies Inc - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00MS90LK2", + "cik": "0001758057", + "lei": null + }, + { + "symbol": "LAZRW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Luminar Technologies Inc - Warrants (02/12/2025)", + "date": "2021-01-24", + "type": "wt", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00NPS7D31", + "cik": "0001758057", + "lei": null + }, + { + "symbol": "LAZY", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Lazydays Holdings Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_465854504A572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00JNJQZN0", + "cik": "0001721741", + "lei": "5493006PPWVM3TDVJH23" + }, + { + "symbol": "LB", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "L Brands Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4642434851432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BNGTQ7", + "cik": "0000701985", + "lei": "GR3KVMWVCR54YWQNXU90" + }, + { + "symbol": "LBAI", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Lakeland Bancorp, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_48544A4A57372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BKQ254", + "cik": "0000846901", + "lei": "549300NF90LR9ETZDR73" + }, + { + "symbol": "LBAY", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Tidal ETF Trust - Leatherback Long/Short Alternative Yield ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5152525652392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00Y6SLVX9", + "cik": "0001742912", + "lei": null + }, + { + "symbol": "LBC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Luther Burbank Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4232444348472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG002WMG9X8", + "cik": "0001475348", + "lei": "5493007YRUZ4ZDZM0J48" + }, + { + "symbol": "LBJ", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Direxion Shares ETF Trust - Direxion Daily Latin America Bull 2X Share", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_474852354B532D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000PY5C78", + "cik": "0001424958", + "lei": null + }, + { + "symbol": "LBRDA", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Liberty Broadband Corp - Series A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5446425136582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG006GNRZ83", + "cik": "0001611983", + "lei": "549300MIX43II8JLN536" + }, + { + "symbol": "LBRDK", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Liberty Broadband Corp - Series C", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5630485739462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG006GNSZW5", + "cik": "0001611983", + "lei": "549300MIX43II8JLN536" + }, + { + "symbol": "LBRDP", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Liberty Broadband Corp - PRF PERPETUAL USD - Series A", + "date": "2021-01-24", + "type": "ps", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001611983", + "lei": "549300MIX43II8JLN536" + }, + { + "symbol": "LBRT", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Liberty Oilfield Services Inc - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4B514B594A502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00GK831B6", + "cik": "0001694028", + "lei": null + }, + { + "symbol": "LBTYA", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Liberty Global plc - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5359473547382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000H0QBS7", + "cik": "0001570585", + "lei": null + }, + { + "symbol": "LBTYB", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Liberty Global plc - Class B", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4E563930574E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000H0RXR9", + "cik": "0001570585", + "lei": null + }, + { + "symbol": "LBTYK", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Liberty Global plc - Class C", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4E4346304E302D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BXWBN9", + "cik": "0001570585", + "lei": null + }, + { + "symbol": "LC", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "LendingClub Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5332434A4B532D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG001YKDND6", + "cik": "0001409970", + "lei": "549300YC50YO7Y1OJR92" + }, + { + "symbol": "LCA", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Landcadia Holdings II Inc - Class A", + "date": "2020-12-30", + "type": "cs", + "iexId": "IEX_523135374D592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00PC99WC8", + "cik": "0001768012", + "lei": null + }, + { + "symbol": "LCAHW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Landcadia Holdings II Inc - Warrants (09/05/2026)", + "date": "2020-12-30", + "type": "wt", + "iexId": "IEX_4833584A4A5A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00PC9L9X2", + "cik": "0001768012", + "lei": null + }, + { + "symbol": "LCAP", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Lionheart Acquisition Corp II - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4B595254394B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00WK5X0K6", + "cik": "0001802450", + "lei": null + }, + { + "symbol": "LCAPW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Lionheart Acquisition Corp II - Warrants (13/08/2025)", + "date": "2021-01-24", + "type": "wt", + "iexId": "IEX_4A44344B48582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00XTVY1F1", + "cik": "0001802450", + "lei": null + }, + { + "symbol": "LCG", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Northern Lights Fund Trust IV - Sterling Capital Focus Equity ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_434C424C4E572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00WYY7QQ4", + "cik": "0001644419", + "lei": null + }, + { + "symbol": "LCI", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Lannett Co., Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4E47523337522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000DMSQ17", + "cik": "0000057725", + "lei": "5299001DJ6C90XX17G45" + }, + { + "symbol": "LCII", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "LCI Industries", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_52564247344D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000DNLMB0", + "cik": "0000763744", + "lei": "549300E1B98YNJ1WIQ04" + }, + { + "symbol": "LCNB", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "LCNB Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4E51564C58532D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BB34W5", + "cik": "0001074902", + "lei": null + }, + { + "symbol": "LCR", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Leuthold Funds Inc - Leuthold Core ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_50385A36335A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00R97KLK4", + "cik": "0001000351", + "lei": null + }, + { + "symbol": "LCTX", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "Lineage Cell Therapeutics Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5044344C4B322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000G8RJY6", + "cik": "0000876343", + "lei": "5299002BI4W22SDF8R25" + }, + { + "symbol": "LCUT", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Lifetime Brands, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_464C4733504B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000C706J6", + "cik": "0000874396", + "lei": "549300GS38DC0OHLYK32" + }, + { + "symbol": "LCY", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Landcadia Holdings III Inc - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_47424E4453562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00XXPB3L3", + "cik": "0001822492", + "lei": null + }, + { + "symbol": "LCYAW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Landcadia Holdings III Inc - Warrants (01/10/2027)", + "date": "2021-01-24", + "type": "wt", + "iexId": "IEX_4D3233584C302D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00YC6ZD29", + "cik": "0001822492", + "lei": null + }, + { + "symbol": "LD", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Barclays Bank PLC - ZC SP REDEEM 24/06/2038 USD 50 - 06739H263", + "date": "2021-01-24", + "type": "struct", + "iexId": "IEX_475A4C38314B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000GKPP40", + "cik": "0000312070", + "lei": "G5GSEF7VJP5I7OUK5573" + }, + { + "symbol": "LDEM", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "iShares Trust - iShares ESG MSCI EM Leaders ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_525637394A312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00RMS4FG9", + "cik": "0001006249", + "lei": null + }, + { + "symbol": "LDL", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Lydall, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4C4A4C4658542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BN3PZ9", + "cik": "0000060977", + "lei": "549300HATFXXTSIQU854" + }, + { + "symbol": "LDOS", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Leidos Holdings Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4C374C5038362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000C23PB0", + "cik": "0001336920", + "lei": "549300IUTGTP6EJP8124" + }, + { + "symbol": "LDP", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Cohen & Steers Limited Duration Preferred and Income Fund Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4D39373442462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG002YMSB22", + "cik": "0001548717", + "lei": null + }, + { + "symbol": "LDRS", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Innovator ETFs Trust - Innovator IBD ETF Leaders ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4D5A333632422D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00JGN9P78", + "cik": "0001415726", + "lei": null + }, + { + "symbol": "LDSF", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "First Trust Exchange-Traded Fund VIII - First Trust Low Duration Strat", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4736315A4B4C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00MZ7KP45", + "cik": "0001667919", + "lei": null + }, + { + "symbol": "LDUR", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Pimco Exchange Traded Fund - PIMCO Enhanced Low Duration Active Exchan", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_545134314D482D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG005VLSHJ9", + "cik": "0001450011", + "lei": null + }, + { + "symbol": "LE", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Lands` End, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_50354A564B462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG005P337D1", + "cik": "0000799288", + "lei": "54930016WOL7P2P67Q43" + }, + { + "symbol": "LEA", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Lear Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_51325847544B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000PTLGZ1", + "cik": "0000842162", + "lei": "549300UPNBTXA1SYTQ33" + }, + { + "symbol": "LEAD", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "Siren ETF Trust - Siren DIVCON Leaders Dividend ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4D38305651592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00BT76WT0", + "cik": "0001796383", + "lei": null + }, + { + "symbol": "LEAF", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Leaf Group Ltd", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_425131594C302D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000PBV0M8", + "cik": "0001365038", + "lei": "529900E76PG58ENDMP24" + }, + { + "symbol": "LEAP", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Ribbit LEAP Ltd - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4331463234482D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00XZQJPL2", + "cik": "0001818346", + "lei": null + }, + { + "symbol": "LEAP+", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Ribbit LEAP Ltd - Warrants (09/09/2025)", + "date": "2021-01-24", + "type": "wt", + "iexId": "IEX_445631524A322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00XZQN0S5", + "cik": "0001818346", + "lei": null + }, + { + "symbol": "LEAP=", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Ribbit LEAP Ltd - Units (1 Ord Share Class A & 1/5 War)", + "date": "2021-01-24", + "type": null, + "iexId": "IEX_5753333047422D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00WYHNWJ8", + "cik": "0001818346", + "lei": null + }, + { + "symbol": "LECO", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Lincoln Electric Holdings, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4B375444364D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BB72K8", + "cik": "0000059527", + "lei": "BIMGBY40SIN95O01BN93" + }, + { + "symbol": "LEDS", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Semileds Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_50433953465A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0014JY744", + "cik": "0001333822", + "lei": "529900YS0D419Q1GXX66" + }, + { + "symbol": "LEE", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Lee Enterprises, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4E444E3134502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BN4PM2", + "cik": "0000058361", + "lei": null + }, + { + "symbol": "LEG", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Leggett & Platt, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_515A335A47312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BN53G7", + "cik": "0000058492", + "lei": "DKOVQUCDW4ZLYCUD4T55" + }, + { + "symbol": "LEGH", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Legacy Housing Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_57424E46364E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00MJDR6J9", + "cik": "0001436208", + "lei": "V6WE5M18QYITU8L1QF76" + }, + { + "symbol": "LEGN", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Legend Biotech Corp - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_51594234395A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00TTGH5W4", + "cik": "0001801198", + "lei": "254900EIUFZTW136H859" + }, + { + "symbol": "LEGR", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "First Trust Exchange-Traded Fund VI - First Trust Indxx Innovative Tra", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5230434C4D542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00JSKZT83", + "cik": "0001552740", + "lei": null + }, + { + "symbol": "LEJU", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Leju Holdings Ltd - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_5431585131502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0064LZ541", + "cik": "0001596856", + "lei": "549300L53UKQOTX8LC17" + }, + { + "symbol": "LEMB", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "BlackRock Institutional Trust Company N.A. - iShares J.P. Morgan EM Lo", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4C475A31594E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0025X4HC2", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "LEN", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Lennar Corp. - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4648314E4B4C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BN5HF7", + "cik": "0000920760", + "lei": "529900G61XVRLX5TJX09" + }, + { + "symbol": "LEN.B", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Lennar Corp. - Class B", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_524B33584B4E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000KKVD81", + "cik": "0000920760", + "lei": "529900G61XVRLX5TJX09" + }, + { + "symbol": "LEND", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Amplify ETF Trust - Amplify Crowdbureau Peer-to-Peer Lending & Crowdfu", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_474C565642582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00P35TV45", + "cik": "0001633061", + "lei": null + }, + { + "symbol": "LEO", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "BNY Mellon Strategic Municipals Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4E4B345350562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BN5Y60", + "cik": "0000818972", + "lei": "549300FH0LKMOBY7N332" + }, + { + "symbol": "LESL", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Leslies Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4250363651312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00XS6TTT7", + "cik": null, + "lei": null + }, + { + "symbol": "LEU", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "Centrus Energy Corp - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_574D385750302D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BQ2JM1", + "cik": "0001065059", + "lei": "549300G6VDK9G8276661" + }, + { + "symbol": "LEVI", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Levi Strauss & Co. Cls A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5148324838532D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BQDF10", + "cik": "0000094845", + "lei": "MB0UERO0RDFKU8258G77" + }, + { + "symbol": "LEVL", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Level One Bancorp Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_54484D4A39442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000DVB7W3", + "cik": "0001412707", + "lei": "549300581TFYYPV3X561" + }, + { + "symbol": "LEVLP", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Level One Bancorp Inc - 7.50% PRF PERPETUAL USD 25 - Ser B 1/100th Int", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_474A36374E372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001412707", + "lei": "549300581TFYYPV3X561" + }, + { + "symbol": "LEXX", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Lexaria Bioscience Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000JQHT18", + "cik": "0001348362", + "lei": null + }, + { + "symbol": "LEXXW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Lexaria Bioscience Corp - Warrants (11/01/2026)", + "date": "2021-01-24", + "type": "wt", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00YTSHLB5", + "cik": "0001348362", + "lei": null + }, + { + "symbol": "LFAC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "LF Capital Acquisition Corp - Class A", + "date": "2021-01-08", + "type": "cs", + "iexId": "IEX_4A37434D53482D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00L99PRQ9", + "cik": "0001721386", + "lei": null + }, + { + "symbol": "LFACW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "LF Capital Acquisition Corp - Warrants (22/06/2025)", + "date": "2021-01-08", + "type": "wt", + "iexId": "IEX_4A544A5357302D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00L99RLB6", + "cik": "0001721386", + "lei": null + }, + { + "symbol": "LFC", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "China Life Insurance Co - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_4E543352514D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BBK4B9", + "cik": "0001268896", + "lei": "549300J6TFLDXGH6S048" + }, + { + "symbol": "LFEQ", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "VanEck Vectors ETF Trust - VanEck Vectors Long/Flat Trend ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_56324B4E32462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00HWCX2B7", + "cik": "0000869178", + "lei": null + }, + { + "symbol": "LFT", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Lument Finance Trust Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG003QPMHR8", + "cik": "0001547546", + "lei": "5493002OB7SJ4MVQY666" + }, + { + "symbol": "LFTR", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Lefteris Acquisition Corp - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00XRTD3R4", + "cik": "0001822873", + "lei": null + }, + { + "symbol": "LFTRW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Lefteris Acquisition Corp - Warrants (01/11/2025)", + "date": "2021-01-24", + "type": "wt", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00YJ8DQ41", + "cik": "0001822873", + "lei": null + }, + { + "symbol": "LFUS", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Littelfuse, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5332313131462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BGFGT8", + "cik": "0000889331", + "lei": "549300MY7HLQFYTPCX75" + }, + { + "symbol": "LFVN", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Lifevantage Corporation", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_52515959564B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000CDJHR0", + "cik": "0000849146", + "lei": "5493001Z5YYT109QZ980" + }, + { + "symbol": "LGF.A", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Lions Gate Entertainment Corp. - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4235563852342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000K1T0M8", + "cik": "0000929351", + "lei": "5493000JSMHPHZURLM72" + }, + { + "symbol": "LGF.B", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Lions Gate Entertainment Corp. - Class B", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5136383937442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00FFJY867", + "cik": "0000929351", + "lei": "5493000JSMHPHZURLM72" + }, + { + "symbol": "LGH", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Northern Lights Fund Trust III - HCM Defender 500 Index ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4A4A38304C4A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00QJCZKT1", + "cik": "0001537140", + "lei": null + }, + { + "symbol": "LGHL", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Lion Group Holding Ltd - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_433132524C592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00STB3HL8", + "cik": null, + "lei": null + }, + { + "symbol": "LGHLW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Lion Group Holding Ltd - Warrants (17/06/2025)", + "date": "2021-01-24", + "type": "wt", + "iexId": "IEX_4E5A584A5A512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00SXJJSM4", + "cik": null, + "lei": null + }, + { + "symbol": "LGI", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Lazard Global Total Return and Income Fund Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5733385A574D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000PJZYQ9", + "cik": "0001278211", + "lei": "MZRC4RJENF0LPRIWFB85" + }, + { + "symbol": "LGIH", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "LGI Homes Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4648524739362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0056655S1", + "cik": "0001580670", + "lei": "549300W02B4WNV8CV109" + }, + { + "symbol": "LGL", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "LGL Group Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4D44535446392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BN6WD5", + "cik": "0000061004", + "lei": "5493005MPYH70BZ7T366" + }, + { + "symbol": "LGL+", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "LGL Group Inc - Warrants (16/11/2025)", + "date": "2021-01-24", + "type": "wt", + "iexId": "IEX_4639545433592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00Y29JNT1", + "cik": "0000061004", + "lei": "5493005MPYH70BZ7T366" + }, + { + "symbol": "LGLV", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "SPDR Series Trust - SPDR SSGA US Large Cap Low Volatility Index ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_434C4C5733392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0045LC1Q5", + "cik": "0001064642", + "lei": null + }, + { + "symbol": "LGND", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Ligand Pharmaceuticals, Inc. - Class B", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_42594E4D5A322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BKF014", + "cik": "0000886163", + "lei": "5493008K7TB0IKP37H79" + }, + { + "symbol": "LGOV", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "First Trust Exchange-Traded Fund IV - First Trust Long Duration Opport", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5352375A4B4B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00N0WX0M7", + "cik": "0001517936", + "lei": null + }, + { + "symbol": "LGVW", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Longview Acquisition Corp - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_514B524D504E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00TN65975", + "cik": "0001804176", + "lei": null + }, + { + "symbol": "LGVW+", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Longview Acquisition Corp - Warrants (27/05/2025)", + "date": "2021-01-24", + "type": "wt", + "iexId": "IEX_423838355A542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00VXZJCF4", + "cik": "0001804176", + "lei": null + }, + { + "symbol": "LGVW=", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Longview Acquisition Corp - Units (1 Ord Share Class A & 1/3 War)", + "date": "2021-01-24", + "type": null, + "iexId": "IEX_4B4E504B53482D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00TM0R6T7", + "cik": "0001804176", + "lei": null + }, + { + "symbol": "LH", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Laboratory Corp. Of America Holdings", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_43374D37444C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000D9DMK0", + "cik": "0000920148", + "lei": "OZ7UA8IXAIFILY2VZH07" + }, + { + "symbol": "LHC=", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Leo Holdings Corp II - Units (1 Ord Share Class A & 1/4 War)", + "date": "2021-01-24", + "type": null, + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00XZZ4GZ3", + "cik": "0001824153", + "lei": null + }, + { + "symbol": "LHCG", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "LHC Group Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_50364E50484D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000G7W420", + "cik": "0001303313", + "lei": "5299009NPLWAMRQYZX73" + }, + { + "symbol": "LHCU", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Leo Holdings Corp II - Units (1 Ord Share Class A & 1/4 War)", + "date": "2021-01-08", + "type": null, + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001824153", + "lei": null + }, + { + "symbol": "LHX", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "L3Harris Technologies Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4B59435939312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BLGFJ9", + "cik": "0000202058", + "lei": "549300UTE50ZMDBG8A20" + }, + { + "symbol": "LI", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Li Auto Inc - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_47584E324A422D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00W0KZD98", + "cik": "0001791706", + "lei": null + }, + { + "symbol": "LIFE", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Atyr Pharma Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4B373937585A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG001J2P692", + "cik": "0001339970", + "lei": "529900ENQUXMC5EBKO36" + }, + { + "symbol": "LII", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Lennox International Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_42594B4C34362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BB5B84", + "cik": "0001069202", + "lei": "S7DWAC87RDMPBF77GJ92" + }, + { + "symbol": "LILA", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Liberty Latin America Ltd - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4343394450382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00JHP6GP5", + "cik": "0001712184", + "lei": "213800YWQHEAX7CAVO83" + }, + { + "symbol": "LILAK", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Liberty Latin America Ltd - Class C", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4359474B52532D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00JKWHZ81", + "cik": "0001712184", + "lei": "213800YWQHEAX7CAVO83" + }, + { + "symbol": "LIN", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Linde Plc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4C51373636542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00GVR8YQ9", + "cik": "0001707925", + "lei": "8945002PAZHZLBGKGF02" + }, + { + "symbol": "LINC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Lincoln Educational Services Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_44374258434E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000GM1PH8", + "cik": "0001286613", + "lei": "549300BJ55KUY6RG7L98" + }, + { + "symbol": "LIND", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Lindblad Expeditions Holdings Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4E46484242442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG004MDWKS8", + "cik": "0001512499", + "lei": "549300GSPW24GZE6R597" + }, + { + "symbol": "LINX", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Linx S.A. - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_47565656424E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00P9KLHC6", + "cik": "0001770883", + "lei": null + }, + { + "symbol": "LIQT", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "LiqTech International Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4E51584B53522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000QKQ2T2", + "cik": "0001307579", + "lei": "5493001UFZ03YRLEYN28" + }, + { + "symbol": "LIT", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Global X Funds - Global X Lithium & Battery Tech ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_58474A3354422D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BF74Y0", + "cik": "0001432353", + "lei": null + }, + { + "symbol": "LITB", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "LightInTheBox Holding Co Ltd - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_4830375438572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG004FSXW88", + "cik": "0001523836", + "lei": "5493003DZYU05P53HU52" + }, + { + "symbol": "LITE", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ - ALL MARKETS", + "name": "Lumentum Holdings Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4342503936392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0073F9RT7", + "cik": "0001633978", + "lei": "549300JLWRRC38DWEF52" + }, + { + "symbol": "LIV", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "Emles Trust - Emles @Home ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4D57304359302D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00XV4DGJ4", + "cik": null, + "lei": null + }, + { + "symbol": "LIVE", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Live Ventures Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5442523736572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000CPW0C1", + "cik": "0001045742", + "lei": "5493002HQW06QWT6U361" + }, + { + "symbol": "LIVK", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "LIV Capital Acquisition Corp - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4C5A395242362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00QYKZB43", + "cik": "0001790625", + "lei": null + }, + { + "symbol": "LIVKW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "LIV Capital Acquisition Corp - Warrants(13/12/2024)", + "date": "2021-01-24", + "type": "wt", + "iexId": "IEX_53545A4434432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00RCQNTT9", + "cik": "0001790625", + "lei": null + }, + { + "symbol": "LIVN", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "LivaNova PLC", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_52533234304D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG009LGHG16", + "cik": "0001639691", + "lei": "2138001K2FX6SHK2B339" + }, + { + "symbol": "LIVX", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "LiveXLive Media Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_484E425344482D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00HNJXM64", + "cik": "0001491419", + "lei": "5493004547XB11DZ6E32" + }, + { + "symbol": "LIXT", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Lixte Biotechnology Holdings Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_50484E5936542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000TC15T7", + "cik": "0001335105", + "lei": null + }, + { + "symbol": "LIXTW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Lixte Biotechnology Holdings Inc - Warrants (01/01/2025)", + "date": "2021-01-24", + "type": "wt", + "iexId": "IEX_51485A5259312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00Y7BNLF5", + "cik": "0001335105", + "lei": null + }, + { + "symbol": "LIZI", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Lizhi Inc - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_56394438384D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00QQ0WF77", + "cik": "0001783407", + "lei": null + }, + { + "symbol": "LJPC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "La Jolla Pharmaceutical Co.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5332304C36302D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000CJLRK9", + "cik": "0000920465", + "lei": "529900H2JU56H90RYN44" + }, + { + "symbol": "LKCO", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Luokung Technology Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4D474B4739372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00MZ7L7Y1", + "cik": "0001487839", + "lei": "549300COL9W0H0S72M02" + }, + { + "symbol": "LKFN", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Lakeland Financial Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4D4B48425A572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BHR1R8", + "cik": "0000721994", + "lei": null + }, + { + "symbol": "LKOR", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "FlexShares Trust - FlexShares Credit-Scored US Long Corporate Bond Ind", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4830315439512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00B2VYK11", + "cik": "0001256909", + "lei": null + }, + { + "symbol": "LKQ", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "LKQ Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4A5A575252332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000PXDL44", + "cik": "0001065696", + "lei": "DS830JTTZQN6GK0I2E41" + }, + { + "symbol": "LL", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Lumber Liquidators Holdings Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4648314637482D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000QKPTS5", + "cik": "0001396033", + "lei": null + }, + { + "symbol": "LLIT", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Lianluo Smart Ltd - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4D4D515650372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000PVSJ01", + "cik": "0001474627", + "lei": "3003000QVB4ZAWFARX04" + }, + { + "symbol": "LLNW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Limelight Networks Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4332323439362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000P63Y91", + "cik": "0001391127", + "lei": "529900BNCMDQGEKW5M59" + }, + { + "symbol": "LLY", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Lilly(Eli) & Co", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4231395354392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BNBDC2", + "cik": "0000059478", + "lei": "FRDRIPF3EKNDJ2CQJL29" + }, + { + "symbol": "LMAT", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Lemaitre Vascular Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_464E4E5A30352D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000LY1HS2", + "cik": "0001158895", + "lei": "549300FZUBUB7MHY8R17" + }, + { + "symbol": "LMB", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Limbach Holdings Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5052514243432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG006G0NGC4", + "cik": "0001606163", + "lei": null + }, + { + "symbol": "LMBS", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "First Trust Exchange-Traded Fund III - First Trust Low Duration Opport", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_445452524C572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG007GFNV36", + "cik": "0001424212", + "lei": null + }, + { + "symbol": "LMFA", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "LM Funding America Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4B4B505131512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00BLYZ516", + "cik": "0001640384", + "lei": "549300GIN6G8BHZ7AF66" + }, + { + "symbol": "LMLB", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "UBS AG London Branch - FR SP REDEEM 24/06/2044 USD 25 - Ser B", + "date": "2020-12-10", + "type": "struct", + "iexId": "IEX_4750484248332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00QPKL8K7", + "cik": "0001168525", + "lei": null + }, + { + "symbol": "LMND", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Lemonade Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4847485448582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00BM5YC05", + "cik": "0001691421", + "lei": "5493009BKR06OXXU6853" + }, + { + "symbol": "LMNL", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Liminal Biosciences Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_54315052384E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000F0B722", + "cik": "0001351172", + "lei": "529900ICS2ZUY1ULZR25" + }, + { + "symbol": "LMNR", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Limoneira Co", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5639384B5A582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BDPC13", + "cik": "0001342423", + "lei": "549300UCPZVJGYHI7550" + }, + { + "symbol": "LMNX", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Luminex Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_583542424A592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BQ4J67", + "cik": "0001033905", + "lei": "5299004PD7MBYRVKM104" + }, + { + "symbol": "LMPX", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Lmp Automotive Holdings Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_564730375A542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00K8HJ142", + "cik": "0001731727", + "lei": "549300XDDBPQ3Q5BJX89" + }, + { + "symbol": "LMRK", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Landmark Infrastructure Partners LP - Unit", + "date": "2021-01-24", + "type": null, + "iexId": "IEX_504856514D4D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00793T0Q8", + "cik": "0001615346", + "lei": "549300I3H10A778Y4H45" + }, + { + "symbol": "LMRKN", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Landmark Infrastructure Partners LP - FRFXD PRF PERPETUAL USD 25 - Ser", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4B59515246512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001615346", + "lei": "549300I3H10A778Y4H45" + }, + { + "symbol": "LMRKO", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Landmark Infrastructure Partners LP - 7.90% PRF PERPETUAL USD 25 - Ser", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4B33365254442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001615346", + "lei": "549300I3H10A778Y4H45" + }, + { + "symbol": "LMRKP", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Landmark Infrastructure Partners LP - 8% PRF PERPETUAL USD 25 - Ser A", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_50384B4630372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001615346", + "lei": "549300I3H10A778Y4H45" + }, + { + "symbol": "LMST", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Limestone Bancorp Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5851474B51482D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000QD4533", + "cik": "0001358356", + "lei": null + }, + { + "symbol": "LMT", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Lockheed Martin Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4B433657444D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000C1BW00", + "cik": "0000936468", + "lei": "DPRBOZP0K5RM2YE8UU08" + }, + { + "symbol": "LN", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Line Corporation - ADR", + "date": "2020-12-28", + "type": "ad", + "iexId": "IEX_4A56385859502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00D3085V3", + "cik": "0001611820", + "lei": "353800SE9WIPQJH4RB92" + }, + { + "symbol": "LNC", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Lincoln National Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4C42574E52582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BNC3Y9", + "cik": "0000059558", + "lei": "EFQMQROEDSNBRIP7LE47" + }, + { + "symbol": "LND", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Brasilagro Companhia Brasileira De Propriedade Agricola - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_56345A5A364C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0016Q2RF5", + "cik": "0001499849", + "lei": "HNU7Z5273PRV5T5S5F07" + }, + { + "symbol": "LNDC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Landec Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_564A324633532D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000G1FS10", + "cik": "0001005286", + "lei": "549300EHBZ5OM9ND9O43" + }, + { + "symbol": "LNFA", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "L&F Acquisition Corp - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00XXY0VX1", + "cik": "0001823575", + "lei": null + }, + { + "symbol": "LNFA+", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "L&F Acquisition Corp - Warrants (23/05/2027)", + "date": "2021-01-24", + "type": "wt", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00YRLLDP0", + "cik": "0001823575", + "lei": null + }, + { + "symbol": "LNFA=", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "L&F Acquisition Corp - Units (1 Ord Class A & 1/2 War)", + "date": "2021-01-24", + "type": null, + "iexId": "IEX_46364B544A352D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00XWZS5T1", + "cik": "0001823575", + "lei": null + }, + { + "symbol": "LNG", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "Cheniere Energy Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5751504357302D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000C3HSR0", + "cik": "0000003570", + "lei": "MIHC87W9WTYSYZWV1J40" + }, + { + "symbol": "LNGR", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Global X Funds - Global X Longevity Thematic ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5447304D364E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00CVW2JC1", + "cik": "0001432353", + "lei": null + }, + { + "symbol": "LNN", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Lindsay Corporation", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_57365453384E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000FJS1S8", + "cik": "0000836157", + "lei": "549300ZFO0QG5H8TPI61" + }, + { + "symbol": "LNSR", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "LENSAR Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4E4D54584D372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00X8RZBR7", + "cik": "0001320350", + "lei": null + }, + { + "symbol": "LNT", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Alliant Energy Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4B4B315346442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000DW4Q75", + "cik": "0000352541", + "lei": "5493009ML300G373MZ12" + }, + { + "symbol": "LNTH", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Lantheus Holdings Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4D5A314E32562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG006Q52RD0", + "cik": "0001521036", + "lei": "5299005HUB5IOJGO7S39" + }, + { + "symbol": "LOAC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Longevity Acquisition Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5851545858502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00LV5NKX1", + "cik": "0001743858", + "lei": null + }, + { + "symbol": "LOACR", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Longevity Acquisition Corp - Tradeable Rights - Oct 2018", + "date": "2021-01-24", + "type": null, + "iexId": "IEX_42374C474D4A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00M7W43Y5", + "cik": "0001743858", + "lei": null + }, + { + "symbol": "LOACW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Longevity Acquisition Corp - Warrants (31/07/2025)", + "date": "2021-01-24", + "type": "wt", + "iexId": "IEX_4254524D51312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00M88Y114", + "cik": "0001743858", + "lei": null + }, + { + "symbol": "LOAK", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Live Oak Acquisition Corp - Class A", + "date": "2020-12-30", + "type": "cs", + "iexId": "IEX_50573336334A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00S4VMQT2", + "cik": "0001779020", + "lei": null + }, + { + "symbol": "LOAK+", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Live Oak Acquisition Corp - Warrants (08/05/2027)", + "date": "2020-12-30", + "type": "wt", + "iexId": "IEX_4235315442462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00V2ZSWS0", + "cik": "0001779020", + "lei": null + }, + { + "symbol": "LOAK=", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Live Oak Acquisition Corp - Units (1 Ord Class A & 1/2 War)", + "date": "2020-12-30", + "type": null, + "iexId": "IEX_5732423544302D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00S42N3V3", + "cik": "0001779020", + "lei": null + }, + { + "symbol": "LOAN", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Manhattan Bridge Capital Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5344444E47382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BVMZD2", + "cik": "0001080340", + "lei": null + }, + { + "symbol": "LOB", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Live Oak Bancshares Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4750424A505A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000MHBSQ5", + "cik": "0001462120", + "lei": null + }, + { + "symbol": "LOCO", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "El Pollo Loco Holdings Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_53354D47354D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000LC2VD4", + "cik": "0001606366", + "lei": "549300EZCBNF4G707K90" + }, + { + "symbol": "LODE", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "Comstock Mining Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5131504C46572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BCBFG7", + "cik": "0001120970", + "lei": "549300PX1C7TOIY9SK20" + }, + { + "symbol": "LOGC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "LogicBio Therapeutics Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_544B31504A562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00D2PTTW3", + "cik": "0001664106", + "lei": "549300GHIQDMXT6NPC14" + }, + { + "symbol": "LOKB=", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Live Oak Acquisition Corp II - Units (1 Ord Share Class A & 1/3 War)", + "date": "2021-01-24", + "type": null, + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00Y2PX6G0", + "cik": "0001821769", + "lei": null + }, + { + "symbol": "LOMA", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Loma Negra Compania Industrial Argentina Sociedad Anonima - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_464B434B42512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00HMSHS06", + "cik": "0001711375", + "lei": "529900VKOQQJ8U9DDK92" + }, + { + "symbol": "LOOP", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Loop Industries Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_574D393231362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG003FMFRS2", + "cik": "0001504678", + "lei": null + }, + { + "symbol": "LOPE", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Grand Canyon Education Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_44435A5935592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000FV28W9", + "cik": "0001434588", + "lei": "529900XFER799IYOSW74" + }, + { + "symbol": "LORL", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Loral Space & Communications Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4D4B4C3133442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BCDRT5", + "cik": "0001006269", + "lei": "5299008CJ8NPI54F8D37" + }, + { + "symbol": "LOTZ", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "CarLotz Inc - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00N36CWD4", + "cik": "0001759008", + "lei": null + }, + { + "symbol": "LOTZW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "CarLotz Inc - Warrants (26/02/2026)", + "date": "2021-01-24", + "type": "wt", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00NWKHBT5", + "cik": "0001759008", + "lei": null + }, + { + "symbol": "LOUP", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Innovator ETFs Trust - Innovator Loup Frontier Tech ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4E3147564B472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00LJTB8P2", + "cik": "0001415726", + "lei": null + }, + { + "symbol": "LOV", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "Spark Networks SE - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_4350423239592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00HXSDXX1", + "cik": "0001705338", + "lei": "87550088VVTQR14UT152" + }, + { + "symbol": "LOVE", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Lovesac Company", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_425236424C522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000QYVKN2", + "cik": "0001701758", + "lei": null + }, + { + "symbol": "LOW", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Lowe`s Cos., Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_43484B4C37532D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BNDN65", + "cik": "0000060667", + "lei": "WAFCR4OKGSC504WU3E95" + }, + { + "symbol": "LOWC", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "SSgA Active Trust - SPDR MSCI ACWI Low Carbon Target ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_534C383738352D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG007LP6QN6", + "cik": "0001516212", + "lei": "549300PQC2CS3IA6B871" + }, + { + "symbol": "LPCN", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Lipocine Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5334364A53532D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0029L1X69", + "cik": "0001535955", + "lei": "549300RXPEQXOJXVBI10" + }, + { + "symbol": "LPG", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Dorian LPG Ltd", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_585142505A482D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG006476H39", + "cik": "0001596993", + "lei": "549300WP1W2WGMC7F395" + }, + { + "symbol": "LPI", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Laredo Petroleum Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_484A304C474B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000DZCFX4", + "cik": "0001528129", + "lei": "549300X0PTWU2QSLSL14" + }, + { + "symbol": "LPL", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "LG Display Co Ltd. - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_57344733534A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000FJ0RK9", + "cik": "0001290109", + "lei": "988400P37K91W0SABO95" + }, + { + "symbol": "LPLA", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "LPL Financial Holdings Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4258575A56572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000P2TYL8", + "cik": "0001397911", + "lei": "549300XROQ4Y8G2L7682" + }, + { + "symbol": "LPRO", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Open Lending Corp - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5142594A36502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00VDHLSQ6", + "cik": "0001806201", + "lei": null + }, + { + "symbol": "LPSN", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Liveperson Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5653304B4B532D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BSV0W5", + "cik": "0001102993", + "lei": "549300IN2P1JZ20G7N40" + }, + { + "symbol": "LPTH", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Lightpath Technologies, Inc. - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_475730474D472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000M6G940", + "cik": "0000889971", + "lei": null + }, + { + "symbol": "LPTX", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Leap Therapeutics Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5256383131572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00DQ929W6", + "cik": "0001509745", + "lei": "549300T31SMMJ2DDLI13" + }, + { + "symbol": "LPX", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Louisiana-Pacific Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_57354E4253472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BNF508", + "cik": "0000060519", + "lei": "549300C7E2UAO5BVRR75" + }, + { + "symbol": "LQD", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "BlackRock Institutional Trust Company N.A. - BTC iShares iBoxx USD Inv", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5451344454422D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BBV9N3", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "LQDA", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Liquidia Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_48444639524E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG001J2P905", + "cik": "0001819576", + "lei": null + }, + { + "symbol": "LQDH", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "BlackRock Institutional Trust Company N.A. - BTC iShares Interest Rate", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4C5033464A542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG006KF7CT5", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "LQDI", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "BlackRock Institutional Trust Company N.A. - iShares Inflation Hedged ", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_425954394A332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00KW3QZ70", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "LQDT", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Liquidity Services Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4650584337362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000QXXMF7", + "cik": "0001235468", + "lei": "5299002AZ4ULSAXN0G81" + }, + { + "symbol": "LRCX", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Lam Research Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5254325A534A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BNFLM9", + "cik": "0000707549", + "lei": "549300I4GMO6D34U1T02" + }, + { + "symbol": "LRGE", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Legg Mason ETF Investment Trust - ClearBridge Large Cap Growth ESG ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4D4D4E474E4A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00GPY0T44", + "cik": "0001645194", + "lei": null + }, + { + "symbol": "LRGF", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "BlackRock Institutional Trust Company N.A. - BTC iShares MSCI USA Mult", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4446503058362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG008LNYFC4", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "LRMR", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Larimar Therapeutics Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_534A594851322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG001J2NVH0", + "cik": "0001374690", + "lei": "529900NCBZHTTJV6HX73" + }, + { + "symbol": "LRN", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Stride Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_574E473051312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000QSXPZ9", + "cik": "0001157408", + "lei": "254900BRWS3AFONWU277" + }, + { + "symbol": "LRNZ", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Listed Funds Trust - TrueShares Technology, AI & Deep Learning ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4C3230344E512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00RYP4BL5", + "cik": "0001683471", + "lei": null + }, + { + "symbol": "LSAC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Lifesci Acquisition Corp", + "date": "2020-12-24", + "type": "cs", + "iexId": "IEX_4335504A53542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00RRQXMX2", + "cik": "0001796129", + "lei": null + }, + { + "symbol": "LSACW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Lifesci Acquisition Corp - Warrants (14/02/2025)", + "date": "2020-12-24", + "type": "wt", + "iexId": "IEX_464A433633572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00TM0Q4T3", + "cik": "0001796129", + "lei": null + }, + { + "symbol": "LSAF", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Two Roads Shared Trust - LeaderShares AlphaFactor US Core Equity ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5054434450362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00M4RHF69", + "cik": "0001552947", + "lei": null + }, + { + "symbol": "LSAQ", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "LifeSci Acquisition II Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5038374E33542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00XVBZ740", + "cik": "0001819113", + "lei": null + }, + { + "symbol": "LSAT", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Two Roads Shared Trust - LeaderShares AlphaFactor Tactical Focused ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4E4254304E462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00XZZ2H56", + "cik": "0001552947", + "lei": null + }, + { + "symbol": "LSBK", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Lake Shore Bancorp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_54395636534C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000M2RGF9", + "cik": "0001341318", + "lei": null + }, + { + "symbol": "LSCC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Lattice Semiconductor Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4D58545A4D572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000C2D1C1", + "cik": "0000855658", + "lei": "549300LRBBPZDQ2II567" + }, + { + "symbol": "LSEA", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Landsea Homes Corporation - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00L99PRQ9", + "cik": "0001721386", + "lei": null + }, + { + "symbol": "LSEAW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Landsea Homes Corporation - Warrants (07/01/2026)", + "date": "2021-01-24", + "type": "wt", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00L99RLB6", + "cik": "0001721386", + "lei": null + }, + { + "symbol": "LSF", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "Laird Superfood Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_57473548564D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00N22BF60", + "cik": "0001650696", + "lei": null + }, + { + "symbol": "LSI", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Life Storage Inc - Registered Shares", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_424B3133364D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000C42VL3", + "cik": "0000944314", + "lei": "W9EE01AFDDF9DQCQZC68" + }, + { + "symbol": "LSLT", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "ETF Series Solutions Trust - Pacer Salt Low truBeta US Market ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4443505637542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00NJ4SRR1", + "cik": "0001540305", + "lei": null + }, + { + "symbol": "LSPD", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Lightspeed POS Inc (Sub Voting)", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_43305148444E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00PZ78ZM0", + "cik": null, + "lei": "254900T8MDWRTGMFZ257" + }, + { + "symbol": "LSST", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Natixis ETF Trust - Natixis Loomis Sayles Short Duration Income ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4E42473646502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00JM7QVS1", + "cik": "0001526787", + "lei": null + }, + { + "symbol": "LSTR", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Landstar System, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_58343656534C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BB2KN0", + "cik": "0000853816", + "lei": "254900CUQXQRL09MEI52" + }, + { + "symbol": "LSXMA", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Liberty Media Corp. (Tracking Stock - SiriusXM) Series A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4E59435638362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00BFHD827", + "cik": "0001560385", + "lei": "549300ZKUTPIBZLWLL89" + }, + { + "symbol": "LSXMB", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Liberty Media Corp. (Tracking Stock - SiriusXM) Series B", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5133513546372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00BFHD8X3", + "cik": "0001560385", + "lei": "549300ZKUTPIBZLWLL89" + }, + { + "symbol": "LSXMK", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Liberty Media Corp. (Tracking Stock - SiriusXM) Series C", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4A39355152332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00BFHD9S7", + "cik": "0001560385", + "lei": "549300ZKUTPIBZLWLL89" + }, + { + "symbol": "LTBR", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Lightbridge Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4A54434254372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000DDGCT1", + "cik": "0001084554", + "lei": "5493005PY54DR0JRCW56" + }, + { + "symbol": "LTC", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "LTC Properties, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4D59545A525A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BGCCC8", + "cik": "0000887905", + "lei": "549300NRZP8IJG2KY677" + }, + { + "symbol": "LTHM", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Livent Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4A5A43344C312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00LV3NRG0", + "cik": "0001742924", + "lei": "254900OOLQ2VNMZTJL47" + }, + { + "symbol": "LTL", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "ProShares Trust - ProShares Ultra Telecommunications", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_56584C3758572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000VDH2P6", + "cik": "0001174610", + "lei": null + }, + { + "symbol": "LTPZ", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Pimco Exchange Traded Fund - PIMCO 15+ Year U.S. TIPS Index Exchange-T", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_504E423131312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000P48GM5", + "cik": "0001450011", + "lei": null + }, + { + "symbol": "LTRN", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Lantern Pharma Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_56384A4C444C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00GM6LK17", + "cik": "0001763950", + "lei": null + }, + { + "symbol": "LTRPA", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Liberty TripAdvisor Holdings Inc - Series A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_56574E505A4C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG005DKMJ67", + "cik": "0001606745", + "lei": "5299006PCRAU736ZJ155" + }, + { + "symbol": "LTRPB", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Liberty TripAdvisor Holdings Inc - Series B", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5747545732332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG005DKMKF4", + "cik": "0001606745", + "lei": "5299006PCRAU736ZJ155" + }, + { + "symbol": "LTRX", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Lantronix Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4453424850562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BW4GK4", + "cik": "0001114925", + "lei": null + }, + { + "symbol": "LU", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Lufax Holding Ltd - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_53595730354B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00XS6QZN2", + "cik": "0001816007", + "lei": null + }, + { + "symbol": "LUB", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Luby`s, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4A35574C394D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BNHFB2", + "cik": "0000016099", + "lei": "549300YE2CRT3VKXLG60" + }, + { + "symbol": "LULU", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Lululemon Athletica inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4D574B5056342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000R8ZVD1", + "cik": "0001397187", + "lei": "549300D9GZ4BMLDW5T40" + }, + { + "symbol": "LUMN", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Lumen Technologies Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4B32345134522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BGLRN3", + "cik": "0000018926", + "lei": "8M3THTGWLTYZVE6BBY25" + }, + { + "symbol": "LUMO", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Lumos Pharma Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4E534E3051582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG001CDB921", + "cik": "0001126234", + "lei": null + }, + { + "symbol": "LUNA", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Luna Innovations Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5642484737472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000GP4ZR5", + "cik": "0001239819", + "lei": null + }, + { + "symbol": "LUNG", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Pulmonx Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_545A534637332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000LZVJC9", + "cik": "0001127537", + "lei": "549300WZMFR0ZK7RJY40" + }, + { + "symbol": "LUV", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Southwest Airlines Co", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_42465359354D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BNJHS8", + "cik": "0000092380", + "lei": "UDTZ87G0STFETI6HGH41" + }, + { + "symbol": "LUXA", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Lux Health Tech Acquisition Corp - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00XTVZGH5", + "cik": "0001823767", + "lei": null + }, + { + "symbol": "LUXAW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Lux Health Tech Acquisition Corp - Warrants(30/11/2027)", + "date": "2021-01-24", + "type": "wt", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00YJKRBZ8", + "cik": "0001823767", + "lei": null + }, + { + "symbol": "LUXE", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "Emles Trust - Emles Luxury Goods ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5451584A31362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00YB1S8W7", + "cik": null, + "lei": null + }, + { + "symbol": "LVHD", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Legg Mason ETF Investment Trust - Legg Mason Low Volatility High Divid", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4E37544233502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00BRDT826", + "cik": "0001645194", + "lei": null + }, + { + "symbol": "LVHI", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "Legg Mason ETF Investment Trust - Legg Mason International Low Volatil", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_564E4C3334482D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00DB6W2B3", + "cik": "0001645194", + "lei": null + }, + { + "symbol": "LVOL", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "American Century ETF Trust - American Century Low Volatility ETF", + "date": "2021-01-24", + "type": "et", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001710607", + "lei": null + }, + { + "symbol": "LVS", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Las Vegas Sands Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_56424E3948302D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000JWD753", + "cik": "0001300514", + "lei": "549300DUOO1KXOHPM605" + }, + { + "symbol": "LW", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Lamb Weston Holdings Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_573859524E332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG003CVMLQ2", + "cik": "0001679273", + "lei": "5493005SMYID1D2OY946" + }, + { + "symbol": "LWAY", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Lifeway Foods, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5237323256302D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BNJTC9", + "cik": "0000814586", + "lei": null + }, + { + "symbol": "LX", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "LexinFintech Holdings Ltd - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_5736584C38592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00J7KGQN6", + "cik": "0001708259", + "lei": "549300F9QU71NQ28CS19" + }, + { + "symbol": "LXEH", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Lixiang Education Holding Co Ltd - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_57523858474E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00X7L4LC9", + "cik": "0001814067", + "lei": null + }, + { + "symbol": "LXFR", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Luxfer Holdings PLC", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4430304C5A472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0029SH078", + "cik": "0001096056", + "lei": "21380045UF5SJYZOXE41" + }, + { + "symbol": "LXP", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Lexington Realty Trust", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4633504D34362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BL3355", + "cik": "0000910108", + "lei": "549300S4MH2ICXDBFV43" + }, + { + "symbol": "LXP-C", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Lexington Realty Trust - 6.50% PRF PERPETUAL USD 50 - Ser C", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_485037524D4D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000910108", + "lei": "549300S4MH2ICXDBFV43" + }, + { + "symbol": "LXRX", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Lexicon Pharmaceuticals Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4A54424E484C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BQ85G2", + "cik": "0001062822", + "lei": null + }, + { + "symbol": "LXU", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "LSB Industries, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_47385A4E57312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000C1C526", + "cik": "0000060714", + "lei": "5493001H215A0HG0MI71" + }, + { + "symbol": "LYB", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "LyondellBasell Industries NV - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4752514D4A302D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000WCFV84", + "cik": "0001489393", + "lei": "BN6WCCZ8OVP3ITUUVN49" + }, + { + "symbol": "LYFE", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "2nd Vote Funds - 2ndVote Life Neutral Plus ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_47505A4B4A442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00Y6T3KL4", + "cik": null, + "lei": null + }, + { + "symbol": "LYFT", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Lyft Inc Cls A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_504D534C32302D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG004M9ZHX5", + "cik": "0001759509", + "lei": "549300H7I5VN334XVZ52" + }, + { + "symbol": "LYG", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Lloyds Banking Group plc - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_4B4338314D512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000C3VPQ1", + "cik": "0001160106", + "lei": "549300PPXHEU2JF0AM85" + }, + { + "symbol": "LYL", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Dragon Victory International Ltd", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_505733424E592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00FGYV2K3", + "cik": "0001682241", + "lei": null + }, + { + "symbol": "LYRA", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Lyra Therapeutics Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4B46564A43482D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG001J2N202", + "cik": "0001327273", + "lei": null + }, + { + "symbol": "LYTS", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "LSI Industries Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_533234484E502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BNKN21", + "cik": "0000763532", + "lei": "529900HY42OANH6BVT33" + }, + { + "symbol": "LYV", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Live Nation Entertainment Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4D4C513431422D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000FQ7YR4", + "cik": "0001335258", + "lei": "5493007B9BM9ZXJINO78" + }, + { + "symbol": "LZB", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "La-Z-Boy Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_50534D3351542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BNLC97", + "cik": "0000057131", + "lei": "549300WNO1WMN9ZG2519" + }, + { + "symbol": "M", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Macy`s Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4256334E35562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000C46HM9", + "cik": "0000794367", + "lei": "529900NZQ81TIOW3CW52" + }, + { + "symbol": "MA", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Mastercard Incorporated - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4C51424235522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000F1ZSQ2", + "cik": "0001141391", + "lei": "AR5L2ODV9HN37376R084" + }, + { + "symbol": "MAA", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Mid-America Apartment Communities, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4A57483132572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BLMY92", + "cik": "0000912595", + "lei": "549300FQZKFR5YNSHZ21" + }, + { + "symbol": "MAA-I", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Mid-America Apartment Communities, Inc. - 8.50% PRF PERPETUAL USD - Se", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_52444C4330382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000912595", + "lei": "549300FQZKFR5YNSHZ21" + }, + { + "symbol": "MAAC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Montes Archimedes Acquisition Corp - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00XKM18H9", + "cik": "0001819263", + "lei": null + }, + { + "symbol": "MAACW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Montes Archimedes Acquisition Corp - Warrants(06/10/2025)", + "date": "2021-01-24", + "type": "wt", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00YDGTJY5", + "cik": "0001819263", + "lei": null + }, + { + "symbol": "MAAX", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "VanEck Vectors ETF Trust - VanEck Vectors Muni Allocation ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_534A4C43434A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00P51VB70", + "cik": "0000869178", + "lei": null + }, + { + "symbol": "MAC", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Macerich Co.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4C36425433512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BL9C59", + "cik": "0000912242", + "lei": "529900PSWCB5KI0JYU46" + }, + { + "symbol": "MACK", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Merrimack Pharmaceuticals Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5648544A31432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000CQXS37", + "cik": "0001274792", + "lei": null + }, + { + "symbol": "MACU", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Mallard Acquisition Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_443659394C322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00Y1TK6S4", + "cik": "0001805795", + "lei": null + }, + { + "symbol": "MACUW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Mallard Acquisition Corp - Warrants (08/10/2025)", + "date": "2021-01-24", + "type": "wt", + "iexId": "IEX_4A31305733462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00YBBKQW3", + "cik": "0001805795", + "lei": null + }, + { + "symbol": "MAG", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "MAG Silver Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4E42364A33542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000DHNG15", + "cik": "0001230992", + "lei": "254900LGL904N7F3EL14" + }, + { + "symbol": "MAGA", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "ETF Series Solutions Trust - Point Bridge GOP Stock Tracker ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_47444344375A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00HLJLQD2", + "cik": "0001540305", + "lei": null + }, + { + "symbol": "MAGS", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Magal Security Systems", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4434303953462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BLSDQ3", + "cik": "0000896494", + "lei": null + }, + { + "symbol": "MAIN", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Main Street Capital Corporation", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_47514E3044472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BXT422", + "cik": "0001396440", + "lei": "5493001FS9QJLJNF3E20" + }, + { + "symbol": "MAN", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "ManpowerGroup", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4243444B39542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BNMHS4", + "cik": "0000871763", + "lei": "ERO1WSFOSR0JJ6CRQ987" + }, + { + "symbol": "MANH", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Manhattan Associates, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4E4C4235315A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BFV758", + "cik": "0001056696", + "lei": "529900Q1GJP7KD52SW51" + }, + { + "symbol": "MANT", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Mantech International Corp - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_43503737374D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BGF8B5", + "cik": "0000892537", + "lei": "5299007N03CAU4SWNR02" + }, + { + "symbol": "MANU", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Manchester United Plc. - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5737524A324D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0035WV4N9", + "cik": "0001549107", + "lei": "529900GWGZPE83MJOV59" + }, + { + "symbol": "MAR", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Marriott International, Inc. - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4B33384848442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BGD7W6", + "cik": "0001048286", + "lei": "225YDZ14ZO8E1TXUSU86" + }, + { + "symbol": "MARA", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Marathon Patent Group Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5746594434542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG001K7WBT8", + "cik": "0001507605", + "lei": "549300M8ISKPTX2W7F94" + }, + { + "symbol": "MARB", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "First Trust Exchange-Traded Fund III - First Trust Merger Arbitrage ET", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4633504838472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00RHJ0R55", + "cik": "0001424212", + "lei": null + }, + { + "symbol": "MARK", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Remark Holdings Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4251513733582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000PDGBB9", + "cik": "0001368365", + "lei": "549300E67O8VBQOF3V34" + }, + { + "symbol": "MARPS", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Marine Petroleum Trust - Unit", + "date": "2021-01-24", + "type": null, + "iexId": "IEX_5352513834392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BNN8V9", + "cik": "0000062362", + "lei": null + }, + { + "symbol": "MAS", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Masco Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4853463335582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BNNKG9", + "cik": "0000062996", + "lei": "5GCSNMQXHEYA1JO8QN11" + }, + { + "symbol": "MASI", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Masimo Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5250535259512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000C3W281", + "cik": "0000937556", + "lei": "549300Q4A8JK0PIYCU29" + }, + { + "symbol": "MASS", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "908 Devices Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG008N1BYQ9", + "cik": "0001555279", + "lei": null + }, + { + "symbol": "MAT", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Mattel, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4D34564C56372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BNNYW1", + "cik": "0000063276", + "lei": "549300VELLG24KHTJ564" + }, + { + "symbol": "MATW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Matthews International Corp. - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_47464A5056442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000CJSNX7", + "cik": "0000063296", + "lei": "549300ZVC5O0ATML6U61" + }, + { + "symbol": "MATX", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Matson Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5156503859582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BBK401", + "cik": "0000003453", + "lei": "549300OI5H3Y0I9I4I12" + }, + { + "symbol": "MAV", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Pioneer Municipal High Income Advantage Trust", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5435373834462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BTK484", + "cik": "0001258943", + "lei": "UE8ZNXHQH48NNA19I459" + }, + { + "symbol": "MAX", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "MediaAlpha Inc - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5150474E5A482D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00XRTJ7K6", + "cik": "0001818383", + "lei": null + }, + { + "symbol": "MAXN", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Maxeon Solar Technologies Ltd", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4E37354732582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00QTW1ZN6", + "cik": "0001796898", + "lei": "5493007JPB074ITT6Y72" + }, + { + "symbol": "MAXR", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Maxar Technologies Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4B5251335A312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00MT6CG07", + "cik": "0001121142", + "lei": "549300OEN2G821MIJ922" + }, + { + "symbol": "MAYS", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "J.W. Mays Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_52434B4D5A5A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BNQ882", + "cik": "0000054187", + "lei": null + }, + { + "symbol": "MBB", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "BlackRock Institutional Trust Company N.A. - BTC iShares MBS ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5034394451562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000QN3H90", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "MBBB", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "VanEck Vectors ETF Trust - VanEck Vectors Moody`s Analytics BBB Corpor", + "date": "2021-01-24", + "type": "et", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00YD00GX8", + "cik": "0000869178", + "lei": null + }, + { + "symbol": "MBCN", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Middlefield Banc Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5754595134332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BTQQK5", + "cik": "0000836147", + "lei": null + }, + { + "symbol": "MBI", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "MBIA Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5436433859392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BNQN34", + "cik": "0000814585", + "lei": "54F1KGFE2KNP3VAL3P42" + }, + { + "symbol": "MBII", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Marrone Bio Innovations Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4336374E364E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG001QMD5L1", + "cik": "0001441693", + "lei": "54930082ZJZ17VOHI543" + }, + { + "symbol": "MBIN", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Merchants Bancorp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4B594D4738522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000RMQZS5", + "cik": "0001629019", + "lei": null + }, + { + "symbol": "MBINO", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Merchants Bancorp - FXDFR PRF PERPETUAL USD 25 - Ser B Dp sh 1/40 int", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4D5432514B462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001629019", + "lei": null + }, + { + "symbol": "MBINP", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Merchants Bancorp - FXDFR PRF PERPETUAL USD 25 - Ser A", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_514B354C46572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001629019", + "lei": null + }, + { + "symbol": "MBIO", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Mustang Bio Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5243484C52512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00FXTN420", + "cik": "0001680048", + "lei": "5493004W0VC1DPECQ779" + }, + { + "symbol": "MBNKP", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Medallion Bank - FXDFR PRF PERPETUAL USD 25 - Ser F", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_504E393447422D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": null, + "lei": null + }, + { + "symbol": "MBOT", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Microbot Medical Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4436343338352D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000HPJ656", + "cik": "0000883975", + "lei": "549300AEUNO16KTJXD72" + }, + { + "symbol": "MBRX", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Moleculin Biotech Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4A4E445854572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00B9T47L9", + "cik": "0001659617", + "lei": "549300IB1TLJZCHEO353" + }, + { + "symbol": "MBSD", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "FlexShares Trust - FlexShares Disciplined Duration MBS Index Fund", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_56584E4A534A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0072GFT15", + "cik": "0001256909", + "lei": null + }, + { + "symbol": "MBT", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Mobile Telesystems PJSC - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_5239353254302D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000CSZKR2", + "cik": "0001115837", + "lei": "2534008FX8EXH1FMJA74" + }, + { + "symbol": "MBUU", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Malibu Boats Inc - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5650583336562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG005PXTR70", + "cik": "0001590976", + "lei": null + }, + { + "symbol": "MBWM", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Mercantile Bank Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4B5A4E5032422D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BP2RV5", + "cik": "0001042729", + "lei": "P16VZZCKTJ5IONL6XE37" + }, + { + "symbol": "MC", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Moelis & Co - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_483159524C582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000RNBH63", + "cik": "0001596967", + "lei": "549300891QNU7VTQUR83" + }, + { + "symbol": "MCA", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "BlackRock MuniYield California Quality Fund Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4E4D385043502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BCHRM8", + "cik": "0000888410", + "lei": "IYIUSPF2WPGE9ZQM0H74" + }, + { + "symbol": "MCAC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Mountain Crest Acquisition Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4A38505934562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00TYN9Y68", + "cik": "0001803914", + "lei": null + }, + { + "symbol": "MCACR", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Mountain Crest Acquisition Corp - Tradeable Rights- Aug 2020", + "date": "2021-01-24", + "type": null, + "iexId": "IEX_43543046335A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00W0HPHG9", + "cik": "0001803914", + "lei": null + }, + { + "symbol": "MCB", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Metropolitan Bank Holding Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4643504C524C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG001KHD495", + "cik": "0001476034", + "lei": null + }, + { + "symbol": "MCBC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Macatawa Bank Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_465A583050512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BHXPK5", + "cik": "0001053584", + "lei": "549300M5D5Q2KMDSMP10" + }, + { + "symbol": "MCBS", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "MetroCity Bankshares Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_53534B4448422D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0088BL014", + "cik": "0001747068", + "lei": "549300TC6QB7YG0P6F52" + }, + { + "symbol": "MCC", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Medley Capital Corp", + "date": "2021-01-04", + "type": "cs", + "iexId": "IEX_56394C534C4D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000QVJ332", + "cik": "0001490349", + "lei": "549300JJH1QEB0RKNO53" + }, + { + "symbol": "MCD", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "McDonald`s Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5654424C56392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BNSZP1", + "cik": "0000063908", + "lei": "UE2136O97NLB5BYP9H04" + }, + { + "symbol": "MCEF", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "First Trust Exchange-Traded Fund VIII - First Trust Municipal CEF Inco", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4E3936314D542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00DX33JB1", + "cik": "0001667919", + "lei": null + }, + { + "symbol": "MCEP", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Mid-Con Energy Partners LP - Unit", + "date": "2021-01-22", + "type": null, + "iexId": "IEX_4B384A3251332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG001ZSNSQ2", + "cik": "0001527709", + "lei": "529900YCW6WJH3N14456" + }, + { + "symbol": "MCF", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "Contango Oil & Gas Company", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5256434358482D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000N67VZ6", + "cik": "0001071993", + "lei": "549300WN2AGOX1011V72" + }, + { + "symbol": "MCFE", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "McAfee Corp - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4E31504D31442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00XNR7VZ8", + "cik": "0001783317", + "lei": null + }, + { + "symbol": "MCFT", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "MasterCraft Boat Holdings Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4456335047342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG002ZYLPN8", + "cik": "0001638290", + "lei": "549300IXWX41555YJ117" + }, + { + "symbol": "MCHI", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "BlackRock Institutional Trust Company N.A. - BTC iShares MSCI China ET", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4C48525230542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG001LRJJH4", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "MCHP", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Microchip Technology, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5635574D56462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BHCP19", + "cik": "0000827054", + "lei": "5493007PTFULNYZJ1R12" + }, + { + "symbol": "MCHX", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Marchex Inc - Class B", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5742374C31592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000GF2LH1", + "cik": "0001224133", + "lei": null + }, + { + "symbol": "MCI", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Barings Corporate Investors", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_54304A364C432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BB4BZ5", + "cik": "0000275694", + "lei": "549300JAOVWWRQYXE446" + }, + { + "symbol": "MCK", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Mckesson Corporation", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4E594A4848592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000DYGNW7", + "cik": "0000927653", + "lei": "549300WZWOM80UCFSF54" + }, + { + "symbol": "MCMJ", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Merida Merger Corp I", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_523042425A432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00QRCJZV4", + "cik": "0001785592", + "lei": null + }, + { + "symbol": "MCMJW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Merida Merger Corp I - Warrants (07/11/2026)", + "date": "2021-01-24", + "type": "wt", + "iexId": "IEX_5150334B54322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00R2JGTK3", + "cik": "0001785592", + "lei": null + }, + { + "symbol": "MCN", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Madison Covered Call & Equity Strategy Fund", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_564B464333342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000P8Q8D4", + "cik": "0001289868", + "lei": "254900DMET709D189F74" + }, + { + "symbol": "MCO", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Moody`s Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4D445943324B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000F86GP6", + "cik": "0001059556", + "lei": "549300GCEDD8YCF5WU84" + }, + { + "symbol": "MCR", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "MFS Charter Income Trust", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_47594635324B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BC9974", + "cik": "0000851170", + "lei": "1LFFWFMKO22SVR346G33" + }, + { + "symbol": "MCRB", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Seres Therapeutics Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5337434833362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0099X6859", + "cik": "0001609809", + "lei": "549300GMXBE5NUWISF13" + }, + { + "symbol": "MCRI", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Monarch Casino & Resort, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4647573634472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BJ0932", + "cik": "0000907242", + "lei": "549300AK5FF7KY11V997" + }, + { + "symbol": "MCRO", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "IndexIQ ETF Trust - IQ Hedge Macro Tracker ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5736575A4C562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000M1XY10", + "cik": "0001415995", + "lei": null + }, + { + "symbol": "MCS", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Marcus Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4754583947442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000D6HL06", + "cik": "0000062234", + "lei": "549300NL0OKPNEMP6B79" + }, + { + "symbol": "MCV", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Medley Capital Corp - 6.125% NT REDEEM 30/03/2023 USD 25", + "date": "2021-01-04", + "type": "ps", + "iexId": "IEX_4B5A335633502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001490349", + "lei": "549300JJH1QEB0RKNO53" + }, + { + "symbol": "MCY", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Mercury General Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4833304646322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000F1C7F5", + "cik": "0000064996", + "lei": "5493001Q9EXPCEL4W527" + }, + { + "symbol": "MD", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "MEDNAX Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_56584C5151362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000H8LGK2", + "cik": "0000893949", + "lei": null + }, + { + "symbol": "MDB", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "MongoDB Inc - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4337504B48462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0022FDRY8", + "cik": "0001441816", + "lei": "549300TPTG69WKWE1Z37" + }, + { + "symbol": "MDC", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "M.D.C. Holdings, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_43374C5A59432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BNTTY4", + "cik": "0000773141", + "lei": "5299005FV4VNV75R8R35" + }, + { + "symbol": "MDCA", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "MDC Partners Inc. - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4351434C50542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000G04792", + "cik": "0000876883", + "lei": "529900SR4J92B5C43M74" + }, + { + "symbol": "MDGL", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Madrigal Pharmaceuticals Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4C3331534A5A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000QS6NV8", + "cik": "0001157601", + "lei": "549300CHIMT2EUSNJB60" + }, + { + "symbol": "MDGS", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Medigus Ltd. - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_4C5434394B572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG008QPWDD0", + "cik": "0001618500", + "lei": "5493005YHWHM3HIYPJ40" + }, + { + "symbol": "MDGSW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Medigus Ltd. - Warrants - Series C (23/07/2023)", + "date": "2021-01-24", + "type": "wt", + "iexId": "IEX_4657514C4E302D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00LJM9H25", + "cik": "0001618500", + "lei": "5493005YHWHM3HIYPJ40" + }, + { + "symbol": "MDIA", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "MediaCo Holding Inc - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5848485243362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00PM9Y4V0", + "cik": "0001784254", + "lei": "549300JMXURWCNFIYY50" + }, + { + "symbol": "MDIV", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "First Trust Exchange-Traded Fund III - First Trust ETF VI Multi-Asset ", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4A42434B43312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00393LWB1", + "cik": "0001424212", + "lei": null + }, + { + "symbol": "MDJH", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "MDJM Ltd", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_544C363438372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00LPXZL35", + "cik": "0001741534", + "lei": null + }, + { + "symbol": "MDLA", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Medallia Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4A47565854482D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG001BPKGT0", + "cik": "0001540184", + "lei": "5493009P6W6C5BK60J60" + }, + { + "symbol": "MDLQ", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Medley Llc - 7.25% NT REDEEM 30/01/2024 USD 25", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_564C4B464A4C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": null, + "lei": null + }, + { + "symbol": "MDLX", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Medley Llc - 6.875% NT REDEEM 15/08/2026 USD 25", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_524A58394C322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": null, + "lei": null + }, + { + "symbol": "MDLY", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Medley Management Inc - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4B50513033432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0070HYRH1", + "cik": "0001611110", + "lei": "549300L5L700EFXAPW02" + }, + { + "symbol": "MDLZ", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Mondelez International Inc. - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4848423343382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000D4LWF6", + "cik": "0001103982", + "lei": "549300DV9GIB88LZ5P30" + }, + { + "symbol": "MDNA", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Medicenna Therapeutics Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4A4A4338355A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00HNJW330", + "cik": null, + "lei": null + }, + { + "symbol": "MDP", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Meredith Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4B53565157472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BNVNY4", + "cik": "0000065011", + "lei": "549300YC8BC386CCTS24" + }, + { + "symbol": "MDRR", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Medalist Diversified REIT Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_444B355137372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00LVGRM32", + "cik": "0001654595", + "lei": "549300YQJ014Y3GPL792" + }, + { + "symbol": "MDRRP", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Medalist Diversified REIT Inc - 8% PRF REDEEM 19/02/2025 USD 25 - Seri", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4850304257312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001654595", + "lei": "549300YQJ014Y3GPL792" + }, + { + "symbol": "MDRX", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Allscripts Healthcare Solutions Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5334395157532D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BLDXH5", + "cik": "0001124804", + "lei": "Y68YJHVB1GU4TAU3C223" + }, + { + "symbol": "MDT", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Medtronic Plc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4A38394A36592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BNWG87", + "cik": "0001613103", + "lei": "549300GX3ZBSQWUXY261" + }, + { + "symbol": "MDU", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "MDU Resources Group Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5748573836572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BNX3R4", + "cik": "0000067716", + "lei": null + }, + { + "symbol": "MDVL", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "MedAvail Holdings Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4448374A30422D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000J1MZJ4", + "cik": "0001402479", + "lei": "529900HXFH1J2EDOAS81" + }, + { + "symbol": "MDWD", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "MediWound Ltd", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4D5233474B532D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG005ZPKRQ4", + "cik": "0001593984", + "lei": "549300LJKCS74GRYKF90" + }, + { + "symbol": "MDWT", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Midwest Hldg Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4330464832312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00GCTST76", + "cik": "0000355379", + "lei": "549300BVT4S23YJXKH45" + }, + { + "symbol": "MDXG", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Mimedx Group Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5753543444562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000RJ6FL5", + "cik": "0001376339", + "lei": null + }, + { + "symbol": "MDY", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "State Street Global Advisors - BNY SPDR S&P MidCap 400 ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4B58385844332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BBNQB7", + "cik": null, + "lei": null + }, + { + "symbol": "MDYG", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "SPDR Series Trust - SSgA SPDR S&P 400 Mid Cap Growth ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_445137584A372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000KMZPV0", + "cik": "0001064642", + "lei": null + }, + { + "symbol": "MDYV", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "SPDR Series Trust - SSgA SPDR S&P 400 Mid Cap Value ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4A37375830422D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000KMY493", + "cik": "0001064642", + "lei": null + }, + { + "symbol": "MEAR", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "BlackRock Institutional Trust Company N.A. - BTC BlackRock Short Matur", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4458324D54472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0087DRND2", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "MEC", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Mayville Engineering Company Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_48445A3657442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0018XDT80", + "cik": "0001766368", + "lei": null + }, + { + "symbol": "MED", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Medifast Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5136385047372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BWBW76", + "cik": "0000910329", + "lei": "5299000YHQJ21T5KKI80" + }, + { + "symbol": "MEDP", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Medpace Holdings Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4E4854355A462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0065B7K59", + "cik": "0001668397", + "lei": "549300H8TYEUVTW14A54" + }, + { + "symbol": "MEDS", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Trxade Group Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_50425A5950522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000RNLYM7", + "cik": "0001382574", + "lei": "549300GHZ32QH7U06I52" + }, + { + "symbol": "MEG", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Montrose Environmental Group Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_584E44564C322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG005Q29TZ4", + "cik": "0001643615", + "lei": null + }, + { + "symbol": "MEI", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Methode Electronics, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4B545A4257592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BNY197", + "cik": "0000065270", + "lei": "529900VM413LGLUS3F07" + }, + { + "symbol": "MEIP", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "MEI Pharma Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5658515347302D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BSGT68", + "cik": "0001262104", + "lei": "529900A43X33ON524197" + }, + { + "symbol": "MELI", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "MercadoLibre Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4238333636572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000GQPB11", + "cik": "0001099590", + "lei": "549300DKPDN9M5S8GB14" + }, + { + "symbol": "MEN", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "BlackRock Munienhanced Fund Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4847425144522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BXBYF1", + "cik": "0000844172", + "lei": "RMI3KDDG32L37MBSL541" + }, + { + "symbol": "MEOH", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Methanex Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_435452584B4E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000C16MS8", + "cik": "0000886977", + "lei": "549300TSJHRXT9QXRD13" + }, + { + "symbol": "MER-K", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Bank Of America Corp. - VR PRF REDEEM 15/12/2066 USD", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_57304D4831512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000070858", + "lei": "9DJT3UXIJIZJI4WXO774" + }, + { + "symbol": "MERC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Mercer International Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_52434B5644352D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000CDMMM0", + "cik": "0001333274", + "lei": "549300Z5IAG39VRTY874" + }, + { + "symbol": "MESA", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Mesa Air Group Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4C31355044332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00LFWMKM3", + "cik": "0000810332", + "lei": "549300EY743RMV1F7P98" + }, + { + "symbol": "MESO", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Mesoblast Ltd - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_4C5A3843464E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000QD6LZ1", + "cik": "0001345099", + "lei": "529900J5ALF3JG921927" + }, + { + "symbol": "MET", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Metlife Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4E504A57374B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BB6KF5", + "cik": "0001099219", + "lei": "C4BXATY60WC6XEOZDX54" + }, + { + "symbol": "MET-A", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Metlife Inc - FR PRF PERPETUAL USD 25 - Ser A", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4C52473247432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001099219", + "lei": "C4BXATY60WC6XEOZDX54" + }, + { + "symbol": "MET-E", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Metlife Inc - 5.625% PRF PERPETUAL USD 25 - Ser E", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_544E335432372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001099219", + "lei": "C4BXATY60WC6XEOZDX54" + }, + { + "symbol": "MET-F", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Metlife Inc - 4.75% PRF PERPETUAL USD 25 - Ser F", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4E38355250352D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001099219", + "lei": "C4BXATY60WC6XEOZDX54" + }, + { + "symbol": "METC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Ramaco Resources Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5748594C354C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00BCQJ2X3", + "cik": "0001687187", + "lei": "5493001BYUI4TCQOPF70" + }, + { + "symbol": "METX", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Meten EdtechX Education Group Ltd", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_57483233484A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00R3X9D97", + "cik": "0001796514", + "lei": null + }, + { + "symbol": "METXW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Meten EdtechX Education Group Ltd - Warrants (31/03/2025)", + "date": "2021-01-24", + "type": "wt", + "iexId": "IEX_4457304E4B342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00R3XC2P9", + "cik": "0001796514", + "lei": null + }, + { + "symbol": "MEXX", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Direxion Shares ETF Trust - Direxion Daily MSCI Mexico Bull 3X Shares", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4A3735374C482D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00GM4CGD8", + "cik": "0001424958", + "lei": null + }, + { + "symbol": "MFA", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "MFA Financial Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4E50504457542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BL6138", + "cik": "0001055160", + "lei": "YW72IMH2RRC8Z1TGLG58" + }, + { + "symbol": "MFA-B", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "MFA Financial Inc - 7.50% PRF PERPETUAL USD 25 - Ser B", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4436524436462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001055160", + "lei": "YW72IMH2RRC8Z1TGLG58" + }, + { + "symbol": "MFA-C", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "MFA Financial Inc - FXDFR PRF PERPETUAL USD 25 - Ser C", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_5038525330322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001055160", + "lei": "YW72IMH2RRC8Z1TGLG58" + }, + { + "symbol": "MFAC", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "Megalith Financial Acquisition Corp - Class A", + "date": "2021-01-06", + "type": "cs", + "iexId": "IEX_4230515939322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00M0VJ3R6", + "cik": "0001725872", + "lei": null + }, + { + "symbol": "MFAC+", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "Megalith Financial Acquisition Corp - Warrants (30/09/2025)", + "date": "2021-01-06", + "type": "wt", + "iexId": "IEX_4B32573344392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00M14DKQ4", + "cik": "0001725872", + "lei": null + }, + { + "symbol": "MFAC=", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "Megalith Financial Acquisition Corp - Units (1 Ord Class-A & 1War)", + "date": "2021-01-06", + "type": null, + "iexId": "IEX_4744544457302D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00LGRFQR3", + "cik": "0001725872", + "lei": null + }, + { + "symbol": "MFC", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Manulife Financial Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4B5A4B4D37472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000C0Q0K4", + "cik": "0001086888", + "lei": "5493007GBX87QOZACS27" + }, + { + "symbol": "MFD", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Macquarie-First Tr. Global Inf. Utilities Div. & Income Fund", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4B42384C4B342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000KWVBS7", + "cik": "0001276469", + "lei": "549300JL3ROR79GLM190" + }, + { + "symbol": "MFDX", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Pimco Equity Series - PIMCO RAFI Dynamic Multi-Factor International Eq", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4432544E4A502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00HM85D06", + "cik": "0001479360", + "lei": null + }, + { + "symbol": "MFEM", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Pimco Equity Series - PIMCO RAFI Dynamic Multi-Factor Emerging Markets", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5730324A56592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00HM85S30", + "cik": "0001479360", + "lei": null + }, + { + "symbol": "MFG", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Mizuho Financial Group, Inc. - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_4B44483542482D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000Q85HQ2", + "cik": "0001335730", + "lei": "353800CI5L6DDAN5XZ33" + }, + { + "symbol": "MFGP", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Micro Focus International Plc - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_4D43574356382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00HFWVGN0", + "cik": "0001359711", + "lei": "213800F8E4X648142844" + }, + { + "symbol": "MFH", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Mercurity Fintech Holding Inc - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_5431315933502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG007WGC6B4", + "cik": "0001527762", + "lei": null + }, + { + "symbol": "MFIN", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Medallion Financial Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4E4C395A51542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000GPQ7M8", + "cik": "0001000209", + "lei": "549300FJ4FMGJ2C34Y48" + }, + { + "symbol": "MFINL", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ - ALL MARKETS", + "name": "Medallion Financial Corp. - 9% NT REDEEM 30/04/2024 USD 25", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4A4756564E442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001000209", + "lei": "549300FJ4FMGJ2C34Y48" + }, + { + "symbol": "MFL", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "BlackRock MuniHoldings Investment Quality Fund", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5831524833582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BV3NR5", + "cik": "0001045126", + "lei": "3ZB936ECCHG0HCOPJB28" + }, + { + "symbol": "MFM", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "MFS Municipal Income Trust", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4B36544D4A522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BNZ6M0", + "cik": "0000801961", + "lei": "GV4WN51HRTKYT6CV5890" + }, + { + "symbol": "MFMS", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "Motley Fool Funds Trust - MFAM Small-Cap Growth ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_51504A4A544A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00MDY0PQ8", + "cik": "0001449871", + "lei": null + }, + { + "symbol": "MFNC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Mackinac Financial Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4D58513031342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BD9VL7", + "cik": "0000036506", + "lei": null + }, + { + "symbol": "MFO", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "MFA Financial Inc - 8% NT REDEEM 15/04/2042 USD 25", + "date": "2021-01-06", + "type": "ps", + "iexId": "IEX_4C37335051352D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001055160", + "lei": "YW72IMH2RRC8Z1TGLG58" + }, + { + "symbol": "MFT", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "BlackRock MuniYield Investment Quality Fund", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4A56475039472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BB4M72", + "cik": "0000891188", + "lei": "ICZ91C3VF6PCJ4UJH692" + }, + { + "symbol": "MFUS", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Pimco Equity Series - PIMCO RAFI Dynamic Multi-Factor U.S. Equity ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_574C375059472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00HM85TD7", + "cik": "0001479360", + "lei": null + }, + { + "symbol": "MFV", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "MFS Special Value Trust", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4C4A5054425A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000C2KRK7", + "cik": "0000856128", + "lei": "BU0CC6CZ0VASCUHSKS68" + }, + { + "symbol": "MG", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Mistras Group Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4C30584A38582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000DQF1G1", + "cik": "0001436126", + "lei": null + }, + { + "symbol": "MGA", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Magna International Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4E344B3147342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BNLPJ7", + "cik": "0000749098", + "lei": "95RWVLFZX6VGDZNNTN43" + }, + { + "symbol": "MGC", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Vanguard Group, Inc. - Vanguard Mega Cap 300 Index ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5831535454392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000V1FWH7", + "cik": "0000102909", + "lei": "5493002789CX3L0CJP65" + }, + { + "symbol": "MGEE", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "MGE Energy, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_56533052595A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000JNWST0", + "cik": "0001161728", + "lei": null + }, + { + "symbol": "MGEN", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Miragen Therapeutics Inc", + "date": "2021-01-20", + "type": "cs", + "iexId": "IEX_4B48524C44392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG002H242Z5", + "cik": "0001590750", + "lei": "549300C775BNYF550E70" + }, + { + "symbol": "MGF", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "MFS Government Markets Income Trust", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4257444D46432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BNZLT0", + "cik": "0000811922", + "lei": "JW62H2NF5KGMYLA2ZL41" + }, + { + "symbol": "MGI", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Moneygram International Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_47344A3654332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000Q02P20", + "cik": "0001273931", + "lei": "5299002DLX0Q04KC4156" + }, + { + "symbol": "MGIC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Magic Software Enterprises Ltd.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5654363134302D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000G4J9J3", + "cik": "0000876779", + "lei": "529900PT36UHAIVEFN60" + }, + { + "symbol": "MGK", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Vanguard Group, Inc. - Vanguard Mega Cap Growth ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4C5034364A312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000V1FPR1", + "cik": "0000102909", + "lei": "5493002789CX3L0CJP65" + }, + { + "symbol": "MGLN", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Magellan Health Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4638324E4C572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BD6DD9", + "cik": "0000019411", + "lei": null + }, + { + "symbol": "MGM", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "MGM Resorts International", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4D37394238392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000C2BXK4", + "cik": "0000789570", + "lei": "54930066VBP7DZEGGJ87" + }, + { + "symbol": "MGMT", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Unified Series Trust - Ballast Small/Mid Cap ETF", + "date": "2021-01-24", + "type": "et", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00YC6P304", + "cik": "0001199046", + "lei": null + }, + { + "symbol": "MGNI", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Magnite Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5252305458542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000PBDRC0", + "cik": "0001595974", + "lei": "54930018FR2YX1HHSB02" + }, + { + "symbol": "MGNX", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Macrogenics Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5647585743472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BM2SF8", + "cik": "0001125345", + "lei": "5493001KJQUA83L8MH79" + }, + { + "symbol": "MGP", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "MGM Growth Properties LLC - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4658435739302D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00CK391H4", + "cik": "0001656936", + "lei": "549300E2UGIBHWE12262" + }, + { + "symbol": "MGPI", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "MGP Ingredients, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4A324E44364C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BXK6C5", + "cik": "0000835011", + "lei": "2549006OMHFVZ4MS8538" + }, + { + "symbol": "MGRC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "McGrath Rentcorp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4232384D51392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BP02D2", + "cik": "0000752714", + "lei": null + }, + { + "symbol": "MGTA", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Magenta Therapeutics Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5242523633522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00FB2NPZ0", + "cik": "0001690585", + "lei": "549300Z3N6ODPCOFC890" + }, + { + "symbol": "MGTX", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "MeiraGTx Holdings plc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_54583238334A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00KXH44F2", + "cik": "0001735438", + "lei": "54930007YV6NYIOGFZ57" + }, + { + "symbol": "MGU", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Macquarie Global Infrastructure Total Return Fund Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5442545842442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000GM1BK5", + "cik": "0001326390", + "lei": "NUJZT0OFFYGJKMCIDQ69" + }, + { + "symbol": "MGV", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Vanguard Group, Inc. - Vanguard Mega Cap Value ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_465A535756582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000V1FF75", + "cik": "0000102909", + "lei": "5493002789CX3L0CJP65" + }, + { + "symbol": "MGY", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Magnolia Oil & Gas Corp - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4B474E3452302D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00GNC8DL2", + "cik": "0001698990", + "lei": null + }, + { + "symbol": "MGYR", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Magyar Bancorp Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4E595147584B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BQD095", + "cik": "0001337068", + "lei": null + }, + { + "symbol": "MH-A", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Maiden Holdings Ltd - 8.25% PRF PERPETUAL USD 25 - Ser A", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_53534E475A562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001412100", + "lei": "5493000GQUKNWGNXRZ91" + }, + { + "symbol": "MH-C", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Maiden Holdings Ltd - 7.125% PRF PERPETUAL USD 25 - Ser C", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_505A5A42484A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001412100", + "lei": "5493000GQUKNWGNXRZ91" + }, + { + "symbol": "MH-D", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Maiden Holdings Ltd - 6.70% PRF PERPETUAL USD 25 - Ser D", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_444A4850374D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001412100", + "lei": "5493000GQUKNWGNXRZ91" + }, + { + "symbol": "MHD", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "BlackRock MuniHoldings Fund Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_51394D5735302D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BBX3V5", + "cik": "0001034665", + "lei": "MZBVMGS24JR92TGE6Z32" + }, + { + "symbol": "MHE", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "BlackRock Massachusetts Tax-Exempt Trust", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4E594D5A34362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BCSCQ5", + "cik": "0000901824", + "lei": "JVXKX2T5M1HV3N3HNM13" + }, + { + "symbol": "MHF", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Western Asset Municipal High Income Fund Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5143534632472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BBQ9P7", + "cik": "0000830487", + "lei": "549300V8S0EC6SV7H926" + }, + { + "symbol": "MHH", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "Mastech Digital Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4258463044592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000CV1443", + "cik": "0001437226", + "lei": "549300GD5HFB0F451006" + }, + { + "symbol": "MHI", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Pioneer Municipal High Income Trust", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4854505358352D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000PTD753", + "cik": "0001223026", + "lei": "1SKUXW31ZFWF61CETQ82" + }, + { + "symbol": "MHK", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Mohawk Industries, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_52475A4E35472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000FLZN98", + "cik": "0000851968", + "lei": "549300JI1115MG3Q6322" + }, + { + "symbol": "MHLA", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Maiden Holdings Ltd - 6.625% NT REDEEM 14/06/2046 USD 25", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_5643473447592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001412100", + "lei": "5493000GQUKNWGNXRZ91" + }, + { + "symbol": "MHLD", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Maiden Holdings Ltd", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5143534A44502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000VHQVD6", + "cik": "0001412100", + "lei": "5493000GQUKNWGNXRZ91" + }, + { + "symbol": "MHN", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "BlackRock MuniHoldings New York Quality Fund Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_423933594E4B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BTZ2T9", + "cik": "0001038186", + "lei": "YP1D2S6Y4JY0A7W3DV93" + }, + { + "symbol": "MHNC", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Maiden Holdings North America, Ltd. - 7.75% NT REDEEM 01/12/2043 USD 2", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4346314E53542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001512303", + "lei": null + }, + { + "symbol": "MHO", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "MI Homes Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4451364752572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BL9MZ4", + "cik": "0000799292", + "lei": "5299005M71FH9CCSFB69" + }, + { + "symbol": "MIC", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Macquarie Infrastructure Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4C524D434B422D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000M34GG1", + "cik": "0001289790", + "lei": "529900IZSJ64GH477714" + }, + { + "symbol": "MICT", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "MICT Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4D424C57574B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000LRBVR6", + "cik": "0000854800", + "lei": null + }, + { + "symbol": "MID", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "American Century ETF Trust - American Century Mid Cap Growth Impact ET", + "date": "2021-01-24", + "type": "et", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00W0JTBF5", + "cik": "0001710607", + "lei": null + }, + { + "symbol": "MIDD", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Middleby Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4844324B4C582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000DQN9R3", + "cik": "0000769520", + "lei": "JDFO86U9VQRBKW5KYA35" + }, + { + "symbol": "MIDF", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "iShares Trust - iShares MSCI USA Mid-Cap Multifactor ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4B56585753362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00PBK5YJ7", + "cik": "0001006249", + "lei": null + }, + { + "symbol": "MIDU", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Direxion Shares ETF Trust - Direxion Daily Mid Cap Bull 3x Shares", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_484A484C314D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000D0NHM7", + "cik": "0001424958", + "lei": null + }, + { + "symbol": "MIE", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Cohen & Steers MLP Income and Energy Opportunity Fund Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4458385943582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0043G59D3", + "cik": "0001564216", + "lei": "549300RTWJXC5OODPM63" + }, + { + "symbol": "MIG", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "VanEck Vectors ETF Trust - VanEck Vectors Moody`s Analytics IG Corpora", + "date": "2021-01-24", + "type": "et", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00YD7RDS7", + "cik": "0000869178", + "lei": null + }, + { + "symbol": "MIK", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Michaels Companies Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_58384D4353422D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG005CPNTS0", + "cik": "0001593936", + "lei": "549300H9LWMBP7HYLR98" + }, + { + "symbol": "MILN", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Global X Funds - Global X Millennials Thematic ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_50304E5043502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00CV462W4", + "cik": "0001432353", + "lei": null + }, + { + "symbol": "MIME", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Mimecast Ltd", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_485637385A382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00B6W26V8", + "cik": "0001644675", + "lei": "254900ELSYFSTT9X2740" + }, + { + "symbol": "MIN", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "MFS Intermediate Income Trust", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4D3147334E372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BP2K59", + "cik": "0000826735", + "lei": "WGVMPY7PP3OZCAPKRD65" + }, + { + "symbol": "MINC", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Advisorshares Trust - AdvisorShares Newfleet Multi-Sector Income ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_525A395A58512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG004BKN6F9", + "cik": "0001408970", + "lei": "549300JV5T62F5E7S151" + }, + { + "symbol": "MIND", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "MIND Technology Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4A39395459422D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BCKST5", + "cik": "0000926423", + "lei": "549300JBV7RJ5ZY83U38" + }, + { + "symbol": "MINDP", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "MIND Technology Inc - 9% PRF PERPETUAL USD 25 - Ser A", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_5444585A31322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000926423", + "lei": "549300JBV7RJ5ZY83U38" + }, + { + "symbol": "MINT", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Pimco Exchange Traded Fund - PIMCO Enhanced Short Maturity Active Exch", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_51384C4747512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000PVW5B4", + "cik": "0001450011", + "lei": null + }, + { + "symbol": "MIRM", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Mirum Pharmaceuticals Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5331583542472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00MH7T2M7", + "cik": "0001759425", + "lei": null + }, + { + "symbol": "MIST", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Milestone Pharmaceuticals Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_43575A3744392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG009DR4MN8", + "cik": "0001408443", + "lei": null + }, + { + "symbol": "MITK", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Mitek Systems Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_51314B3733532D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BP3D45", + "cik": "0000807863", + "lei": "549300ABZAQ3R25XG118" + }, + { + "symbol": "MITO", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Stealth BioTherapeutics Corp - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_444B35564D482D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00MYXW6C9", + "cik": "0001696396", + "lei": "54930078BE8TT25JE252" + }, + { + "symbol": "MITT", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "AG Mortgage Investment Trust Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4739363236352D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG001KJLYZ7", + "cik": "0001514281", + "lei": "549300SNP0PBR2XTFR48" + }, + { + "symbol": "MITT-A", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "AG Mortgage Investment Trust Inc - 8.25% PRF PERPETUAL USD 25 - Ser A", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4D39373544472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001514281", + "lei": "549300SNP0PBR2XTFR48" + }, + { + "symbol": "MITT-B", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "AG Mortgage Investment Trust Inc - 8% PRF PERPETUAL USD 25 - Ser B", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_513950344D372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001514281", + "lei": "549300SNP0PBR2XTFR48" + }, + { + "symbol": "MITT-C", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "AG Mortgage Investment Trust Inc - FXDFR PRF PERPETUAL USD 25 - Ser C", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4858533444392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001514281", + "lei": "549300SNP0PBR2XTFR48" + }, + { + "symbol": "MIXT", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "MiX Telematics Ltd - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_5453344C46512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG004SZ5RB6", + "cik": "0001576914", + "lei": "529900S6HHR7CK7BU646" + }, + { + "symbol": "MIY", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "BlackRock MuniYield Michigan Quality Fund Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4734474D534D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BDJTT3", + "cik": "0000890393", + "lei": "J3H1DOS8Q2FL9RVLS329" + }, + { + "symbol": "MJ", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "ETF Managers Group LLC - ETFMG Alternative Harvest ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5146583732512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00B9M3P99", + "cik": "0001645173", + "lei": null + }, + { + "symbol": "MJJ", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Bank of Montreal - ZC SP ETN REDEEM 17/11/2039 USD 50", + "date": "2021-01-24", + "type": "struct", + "iexId": "IEX_423553505A582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00R2564P4", + "cik": "0000927971", + "lei": "NQQ6HPCNCCU6TUTQYE16" + }, + { + "symbol": "MJO", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Bank of Montreal - ZC SP ETN REDEEM 17/11/2039 USD 50 - Series E", + "date": "2021-01-24", + "type": "struct", + "iexId": "IEX_48473935514B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00R256C76", + "cik": "0000927971", + "lei": "NQQ6HPCNCCU6TUTQYE16" + }, + { + "symbol": "MKC", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "McCormick & Co., Inc. (Non Voting)", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4E57384251332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000G6Y5W4", + "cik": "0000063754", + "lei": "549300JQQA6MQ4OJP259" + }, + { + "symbol": "MKC.V", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "McCormick & Co., Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5344384236362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000FJ52G4", + "cik": "0000063754", + "lei": "549300JQQA6MQ4OJP259" + }, + { + "symbol": "MKD", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Molecular Data Inc - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_5334434B4D522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00R256P86", + "cik": "0001758736", + "lei": null + }, + { + "symbol": "MKGI", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Monaker Group Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_51424E39364D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000RPZ2J1", + "cik": "0001372183", + "lei": "5493007WOZ7DXCC1JP68" + }, + { + "symbol": "MKL", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Markel Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5034425035312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000FC7366", + "cik": "0001096343", + "lei": "549300SCNO12JLWIK605" + }, + { + "symbol": "MKSI", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "MKS Instruments, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5258484353462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BVMG26", + "cik": "0001049502", + "lei": "549300KEQATBHAGVF505" + }, + { + "symbol": "MKTX", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "MarketAxess Holdings Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_53344A3842582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BJBZ23", + "cik": "0001278021", + "lei": "5493002U1CA1XJOVID83" + }, + { + "symbol": "MLAB", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Mesa Laboratories, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5737594337332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BP3PW7", + "cik": "0000724004", + "lei": "549300ZCG738WLX8ZW79" + }, + { + "symbol": "MLAC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Malacca Straits Acquisition Co Ltd - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4B46573757392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00VSH0FY2", + "cik": "0001807594", + "lei": null + }, + { + "symbol": "MLACW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Malacca Straits Acquisition Co Ltd - Warrants (30/06/2027)", + "date": "2021-01-24", + "type": "wt", + "iexId": "IEX_584C314346332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00WHNSW27", + "cik": "0001807594", + "lei": null + }, + { + "symbol": "MLCO", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Melco Resorts & Entertainment Ltd - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_504A53394D592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BHP8J4", + "cik": "0001381640", + "lei": "529900NRV6LBR3T6B421" + }, + { + "symbol": "MLHR", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Herman Miller Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_51564A51374D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BP46T2", + "cik": "0000066382", + "lei": "U98HXD3PNK7HYU2MU887" + }, + { + "symbol": "MLI", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Mueller Industries, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4C51373159502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000C6W444", + "cik": "0000089439", + "lei": "5493005IZFE4VJLLYG84" + }, + { + "symbol": "MLM", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Martin Marietta Materials, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_56365A5157462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BGYMH7", + "cik": "0000916076", + "lei": "5299005MZ4WZECVATV08" + }, + { + "symbol": "MLN", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "VanEck Vectors ETF Trust - VanEck Vectors Long Muni ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4C4B57304A322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000V2BFB2", + "cik": "0000869178", + "lei": null + }, + { + "symbol": "MLND", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Millendo Therapeutics Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4E42374D37572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG002NDK339", + "cik": "0001544227", + "lei": "529900QLMOA3D8VSCN33" + }, + { + "symbol": "MLP", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Maui Land & Pineapple Co., Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4D4A4430484E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BB52X6", + "cik": "0000063330", + "lei": null + }, + { + "symbol": "MLPA", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Global X Funds - Global X MLP ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_543837534A362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG002WKD5Y2", + "cik": "0001432353", + "lei": null + }, + { + "symbol": "MLPB", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "UBS AG London Branch - FR SP REDEEM 02/04/2040 USD 25 - Ser B", + "date": "2021-01-24", + "type": "struct", + "iexId": "IEX_475854534E592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00B59JJG1", + "cik": "0001168525", + "lei": null + }, + { + "symbol": "MLPO", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Credit Suisse AG Nassau Branch - FR SP ETN REDEEM 04/12/2034 USD 25", + "date": "2021-01-24", + "type": "struct", + "iexId": "IEX_5330335650442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG007NH6FX5", + "cik": null, + "lei": null + }, + { + "symbol": "MLPR", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "UBS AG London Branch - FR SP ETN REDEEM 10/06/2050 USD 25 - 90269A278", + "date": "2021-01-24", + "type": "struct", + "iexId": "IEX_5834445034392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00V775JP4", + "cik": "0001168525", + "lei": null + }, + { + "symbol": "MLPX", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Global X Funds - Global X MLP & Energy Infrastructure ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4D4D4A57354A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG004Y67XL7", + "cik": "0001432353", + "lei": null + }, + { + "symbol": "MLPY", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Morgan Stanley - FR SP ETN REDEEM 21/03/2031 USD 16.7837", + "date": "2021-01-24", + "type": "struct", + "iexId": "IEX_4A384847504E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG001KSBGT4", + "cik": "0000895421", + "lei": "IGJSJL3JD5P30I6NJZ34" + }, + { + "symbol": "MLR", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Miller Industries Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5644544343592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BXFWH9", + "cik": "0000066388", + "lei": "549300F1O74SPUJ7UU94" + }, + { + "symbol": "MLSS", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "Milestone Scientific Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_513738364E572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000JJP0K7", + "cik": "0000855683", + "lei": null + }, + { + "symbol": "MLVF", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Malvern Bancorp Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5739324739352D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000QJ3TG5", + "cik": "0001550603", + "lei": null + }, + { + "symbol": "MMAC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "MMA Capital Holdings Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5333353053382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BDMW76", + "cik": "0001003201", + "lei": null + }, + { + "symbol": "MMC", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Marsh & McLennan Cos., Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_58484434364B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BP4MH0", + "cik": "0000062709", + "lei": "549300XMP3KDCKJXIU47" + }, + { + "symbol": "MMD", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "MainStay MacKay DefinedTerm Municipal Opportunities Fund", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4351423630482D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG002ZTPRG9", + "cik": "0001518557", + "lei": "549300AOV8XDBTKPOR64" + }, + { + "symbol": "MMI", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Marcus & Millichap Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4C4B464B58482D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG005GBRSR6", + "cik": "0001578732", + "lei": "549300B2HE8ULXNB1N48" + }, + { + "symbol": "MMIN", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "IndexIQ Active ETF Trust - IQ MacKay Municipal Insured ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5439504846542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00HZ6Q3W0", + "cik": "0001426439", + "lei": null + }, + { + "symbol": "MMIT", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "IndexIQ Active ETF Trust - IQ MacKay Municipal Intermediate ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5143565031372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00HZ6Q2Y0", + "cik": "0001426439", + "lei": null + }, + { + "symbol": "MMLG", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "First Trust Exchange-Traded Fund VIII - First Trust Multi-Manager Larg", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4C5733514C442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00W5F8CQ7", + "cik": "0001667919", + "lei": null + }, + { + "symbol": "MMLP", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Martin Midstream Partners LP - Unit", + "date": "2021-01-24", + "type": null, + "iexId": "IEX_4A52323531462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000NMJFC8", + "cik": "0001176334", + "lei": null + }, + { + "symbol": "MMM", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "3M Co.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_465438444E562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BP52R2", + "cik": "0000066740", + "lei": "LUZQVYP4VS22CLWDAR65" + }, + { + "symbol": "MMP", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Magellan Midstream Partners L.P.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5831583258372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BCJXW2", + "cik": "0001126975", + "lei": "MZF5TI8NFVZZNUSKDL39" + }, + { + "symbol": "MMS", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Maximus Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_44424E5651382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BC5WJ4", + "cik": "0001032220", + "lei": "549300DQCDS8HJ7QF202" + }, + { + "symbol": "MMSI", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Merit Medical Systems, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4C57594843362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000C42VX0", + "cik": "0000856982", + "lei": "549300OYTY138SP2CE83" + }, + { + "symbol": "MMT", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "MFS Multimarket Income Trust", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5336504443582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BP5PD6", + "cik": "0000809173", + "lei": "WJEDYZGROW7MJ1187O21" + }, + { + "symbol": "MMTM", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "SPDR Series Trust - SSgA SPDR S&P 1500 Momentum Tilt ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_484D57514D422D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG003HBVVW2", + "cik": "0001064642", + "lei": null + }, + { + "symbol": "MMU", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Western Asset Managed Municipals Fund Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_514A4748534D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BC1FN0", + "cik": "0000886043", + "lei": null + }, + { + "symbol": "MMX", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "Maverix Metals Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_514A433852512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG002R0P1M1", + "cik": "0001773250", + "lei": "549300CPYYBEBU8HQN80" + }, + { + "symbol": "MMYT", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "MakeMyTrip Ltd", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5033394451572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BB34J0", + "cik": "0001495153", + "lei": "529900DNT8HNJ7RYUO60" + }, + { + "symbol": "MN", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Manning & Napier Inc - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_534E56544C462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG001VGY0M5", + "cik": "0001524223", + "lei": null + }, + { + "symbol": "MNA", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "IndexIQ ETF Trust - IQ Merger Arbitrage ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5156524D4B372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BBBDD7", + "cik": "0001415995", + "lei": null + }, + { + "symbol": "MNCL", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Monocle Acquisition Corp", + "date": "2020-12-23", + "type": "cs", + "iexId": "IEX_4746375035472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00MSHB2C3", + "cik": "0001754170", + "lei": null + }, + { + "symbol": "MNCLW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Monocle Acquisition Corp - Warrants (06/12/2024)", + "date": "2020-12-23", + "type": "wt", + "iexId": "IEX_434E594730582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00NGK54L0", + "cik": "0001754170", + "lei": null + }, + { + "symbol": "MNDO", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Mind C.T.I Ltd", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4C43313235312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000F3NBM2", + "cik": "0001119083", + "lei": null + }, + { + "symbol": "MNKD", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Mannkind Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5839585642502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000PPL3G9", + "cik": "0000899460", + "lei": "213800GFBCNY1ZFST722" + }, + { + "symbol": "MNOV", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Medicinova Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5139524E434B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000RDP030", + "cik": "0001226616", + "lei": null + }, + { + "symbol": "MNP", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Western Asset Municipal Partners Fund Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4C5A3633334A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BDNFK7", + "cik": "0000894351", + "lei": "5493001Z97VQ69W5OH84" + }, + { + "symbol": "MNPR", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Monopar Therapeutics Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4C36395253442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00J7K8D90", + "cik": "0001645469", + "lei": "549300QJFAI7L6YHKG83" + }, + { + "symbol": "MNR", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Monmouth Real Estate Investment Corp. - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_483953374B5A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BLZD12", + "cik": "0000067625", + "lei": "549300DFIUDCN3KVN260" + }, + { + "symbol": "MNR-C", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Monmouth Real Estate Investment Corp. - 6.125% PRF PERPETUAL USD 25 - ", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4E4A563459462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000067625", + "lei": "549300DFIUDCN3KVN260" + }, + { + "symbol": "MNRL", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Brigham Minerals Inc - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_52464C5835572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00NNGLW13", + "cik": "0001745797", + "lei": "549300IQ6JCXW59RO175" + }, + { + "symbol": "MNRO", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Monro Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_44384B33394B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000C0BZD1", + "cik": "0000876427", + "lei": null + }, + { + "symbol": "MNSB", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "MainStreet Bancshares Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4E594C35514A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000QRB2P7", + "cik": "0001693577", + "lei": "549300FHZZP7SP56TS88" + }, + { + "symbol": "MNSBP", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "MainStreet Bancshares Inc - 7.50% PRF PERPETUAL USD 25 - Ser A 1/40th ", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_434B444457432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001693577", + "lei": "549300FHZZP7SP56TS88" + }, + { + "symbol": "MNSO", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "MINISO Group Holding Ltd - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_53465A33325A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00XKM57C2", + "cik": "0001815846", + "lei": "2549006PIKT2YKNBL092" + }, + { + "symbol": "MNST", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Monster Beverage Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4E4E4652344A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG008NVB1C0", + "cik": "0000865752", + "lei": "52990090AP0E7HCB6F33" + }, + { + "symbol": "MNTK", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Montauk Renewables Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00YHYK2C2", + "cik": "0001826600", + "lei": null + }, + { + "symbol": "MNTX", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Manitex International Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5342323230342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000L96Q11", + "cik": "0001302028", + "lei": "549300QZ9TZ4MVXPZQ53" + }, + { + "symbol": "MO", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Altria Group Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_504E365930302D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BP6LJ8", + "cik": "0000764180", + "lei": "XSGZFLO9YTNO9VCQV219" + }, + { + "symbol": "MOAT", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "VanEck Vectors ETF Trust - VanEck Vectors Morningstar Wide Moat ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_524B305958572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG002XRNH24", + "cik": "0000869178", + "lei": null + }, + { + "symbol": "MOBL", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Mobile Iron Inc", + "date": "2020-12-02", + "type": "cs", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG001QGC6K4", + "cik": "0001470099", + "lei": "5493009ZKZIDFX3SG973" + }, + { + "symbol": "MOD", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Modine Manufacturing Co.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4447375A4E4B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BP7CL4", + "cik": "0000067347", + "lei": "Z35SZFYJR8GZZRSIUU09" + }, + { + "symbol": "MODN", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Model N Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4447504647422D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000GQ39H3", + "cik": "0001118417", + "lei": "549300WCIL3W0EYSBN94" + }, + { + "symbol": "MODV", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "ModivCare Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000P1B7C8", + "cik": "0001220754", + "lei": "549300EFZIFW7F7I0Q28" + }, + { + "symbol": "MOFG", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "MidWestOne Financial Group Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4E42373031382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BQVV88", + "cik": "0001412665", + "lei": null + }, + { + "symbol": "MOG.A", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Moog, Inc. - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4439503331442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BP7RH6", + "cik": "0000067887", + "lei": "549300WM2I4U7OBAHG07" + }, + { + "symbol": "MOG.B", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Moog, Inc. - Class B", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4A4456374D302D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BP8360", + "cik": "0000067887", + "lei": "549300WM2I4U7OBAHG07" + }, + { + "symbol": "MOGO", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Mogo Inc (Sub Voting)", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_444A304C46462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00PK930R9", + "cik": "0001602842", + "lei": null + }, + { + "symbol": "MOGU", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "MOGU Inc - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_5239573142382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00MJH9D87", + "cik": "0001743971", + "lei": null + }, + { + "symbol": "MOH", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Molina Healthcare Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_57385933575A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000MBHNC8", + "cik": "0001179929", + "lei": "549300NQQCEQ46YHZ591" + }, + { + "symbol": "MOHO", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "ECMOHO Ltd - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_444C4E504E332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00QFPDB83", + "cik": "0001763197", + "lei": "549300NCZD47LEU5XY15" + }, + { + "symbol": "MOM", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "AGF Investments Trust - AGFiQ U.S. Market Neutral Momentum Fund", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4E575353314A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0021R5179", + "cik": "0001479599", + "lei": null + }, + { + "symbol": "MOMO", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Momo Inc - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_534347334D312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG007HTCQT0", + "cik": "0001610601", + "lei": "549300YMGLID32W48529" + }, + { + "symbol": "MOO", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "VanEck Vectors ETF Trust - VanEck Vectors Agribusiness ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4E58485334392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000KJ4073", + "cik": "0000869178", + "lei": null + }, + { + "symbol": "MOON", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Direxion Shares ETF Trust - Direxion Moonshot Innovators ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4E3539375A352D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00Y4QG568", + "cik": "0001424958", + "lei": null + }, + { + "symbol": "MOR", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Morphosys AG - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_4E3356574D542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00KN74FQ8", + "cik": "0001340243", + "lei": "529900493806K77LRE72" + }, + { + "symbol": "MORF", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Morphic Holding Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5248544D43482D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00PBD6W06", + "cik": "0001679363", + "lei": "549300RWWOUFLHTY1224" + }, + { + "symbol": "MORN", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Morningstar Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4A46584D38422D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000CGQ4F7", + "cik": "0001289419", + "lei": "529900YGNQPOVAXQ7F29" + }, + { + "symbol": "MORT", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "VanEck Vectors ETF Trust - VanEck Vectors Mortgage REIT Income ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4C50485044542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG001ZSTN14", + "cik": "0000869178", + "lei": null + }, + { + "symbol": "MOS", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Mosaic Company", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5657474C51372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BFXHL6", + "cik": "0001285785", + "lei": "2YD5STGSJNMUB7H76907" + }, + { + "symbol": "MOSY", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Mosys Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4447375236422D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BC8VG6", + "cik": "0000890394", + "lei": "5493000OBQ3XDIK7IG32" + }, + { + "symbol": "MOTI", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "VanEck Vectors ETF Trust - VanEck Vectors Morningstar International Mo", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_504E575338322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG009L72WT7", + "cik": "0000869178", + "lei": null + }, + { + "symbol": "MOTN", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Motion Acquisition Corp - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00YB8JBK8", + "cik": "0001822359", + "lei": null + }, + { + "symbol": "MOTNW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Motion Acquisition Corp - Warrants (31/12/2025)", + "date": "2021-01-24", + "type": "wt", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00YHMRCD8", + "cik": "0001822359", + "lei": null + }, + { + "symbol": "MOTO", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Guinness Atkinson Funds - SmartETFs Smart Transportation & Technology ", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_564730314C4D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00QVCWPK8", + "cik": "0000919160", + "lei": null + }, + { + "symbol": "MOTS", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Motus GI Holdings Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_53444A3653342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00JPRS4N7", + "cik": "0001686850", + "lei": "5493005RU1LEOIG1KS82" + }, + { + "symbol": "MOTV=", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Motive Capital Corp - Units (1 Ord Share Class A & 1/3 War)", + "date": "2020-12-21", + "type": null, + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00YC6DWK1", + "cik": "0001827821", + "lei": null + }, + { + "symbol": "MOTVU", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Motive Capital Corp - Units (1 Ord Share Class A & 1/3 War)", + "date": "2021-01-24", + "type": null, + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00YC6DWK1", + "cik": "0001827821", + "lei": null + }, + { + "symbol": "MOV", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Movado Group, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4A59574A34532D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BL30Y9", + "cik": "0000072573", + "lei": "549300WCGCGPWGHVXM59" + }, + { + "symbol": "MOXC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Moxian Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4B56563638392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG001LWMD73", + "cik": "0001516805", + "lei": "549300RHZ6W0TBPRXK85" + }, + { + "symbol": "MP", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "MP Materials Corporation - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5454593452362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00TJGL0F0", + "cik": "0001801368", + "lei": null + }, + { + "symbol": "MP+", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "MP Materials Corporation - Warrants (05/04/2027)", + "date": "2021-01-24", + "type": "wt", + "iexId": "IEX_4354324458562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00VJHLSK6", + "cik": "0001801368", + "lei": null + }, + { + "symbol": "MPA", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "BlackRock MuniYield Pennsylvania Quality Fund", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_434B5A5350432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BDK470", + "cik": "0000891038", + "lei": "O1KCIUJBK2RN0MOX1Z59" + }, + { + "symbol": "MPAA", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Motorcar Parts of America Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4D53395337392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BJS1P5", + "cik": "0000918251", + "lei": "549300AG4610OSV3H429" + }, + { + "symbol": "MPB", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Mid Penn Bancorp, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5158594A59562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BB7F65", + "cik": "0000879635", + "lei": null + }, + { + "symbol": "MPC", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Marathon Petroleum Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4A5246594E4D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG001DCCGR8", + "cik": "0001510295", + "lei": "3BNYRYQHD39K4LCKQF12" + }, + { + "symbol": "MPLN", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "MultiPlan Corp - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_584644574E422D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00RLZ9M74", + "cik": "0001793229", + "lei": null + }, + { + "symbol": "MPLN+", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "MultiPlan Corp - Warrants (01/03/2027)", + "date": "2021-01-24", + "type": "wt", + "iexId": "IEX_42564B434C5A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00SNH0HF1", + "cik": "0001793229", + "lei": null + }, + { + "symbol": "MPLX", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "MPLX LP - Unit", + "date": "2021-01-24", + "type": null, + "iexId": "IEX_5846425243332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0035TJGV4", + "cik": "0001552000", + "lei": "5493000CZJ19CK4P3G36" + }, + { + "symbol": "MPV", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Barings Participation Investors", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_503157564A572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BBNTQ5", + "cik": "0000831655", + "lei": "549300BL6L2WBLZ3L146" + }, + { + "symbol": "MPW", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Medical Properties Trust Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_424C383556432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BGRB25", + "cik": "0001287865", + "lei": "254900U6E39J1MQCCY14" + }, + { + "symbol": "MPWR", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Monolithic Power System Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_565A594746472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000C30L48", + "cik": "0001280452", + "lei": "529900TB7O85LSZ1XU31" + }, + { + "symbol": "MPX", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Marine Products Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_43503738394E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BC0955", + "cik": "0001129155", + "lei": null + }, + { + "symbol": "MQT", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "BlackRock MuniYield Quality Fund II Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4C4C564338462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000CWRH26", + "cik": "0000887394", + "lei": "PRQP520S3DVB025IWS24" + }, + { + "symbol": "MQY", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "BlackRock MuniYield Quality Fund Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4431524239522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000CKP7P1", + "cik": "0000890196", + "lei": "TFKEE3VA3GBE5LOK5U77" + }, + { + "symbol": "MRAD", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Guinness Atkinson Funds - SmartETFs Advertising & Marketing Technology", + "date": "2021-01-24", + "type": "et", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00YQ1F6W9", + "cik": "0000919160", + "lei": null + }, + { + "symbol": "MRAM", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Everspin Technologies Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_53484D4638462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000N7MXY4", + "cik": "0001438423", + "lei": "549300MNDRV7X6PEDF15" + }, + { + "symbol": "MRBK", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Meridian Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5746504A505A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000QRG7X2", + "cik": "0001750735", + "lei": "635400IW1QMK3FNFF894" + }, + { + "symbol": "MRC", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "MRC Global Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4633463257362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BKLTM1", + "cik": "0001439095", + "lei": "529900TSBPOLCLI2L582" + }, + { + "symbol": "MRCC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Monroe Capital Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4757353656322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG001KFNK01", + "cik": "0001512931", + "lei": "549300RZ898DGFGWKV04" + }, + { + "symbol": "MRCCL", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ - ALL MARKETS", + "name": "Monroe Capital Corp - 5.75% NT REDEEM 31/10/2023 USD 25", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4346565A46592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001512931", + "lei": "549300RZ898DGFGWKV04" + }, + { + "symbol": "MRCY", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Mercury Systems Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5733444339532D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BX5GS3", + "cik": "0001049521", + "lei": "549300P3B84SGK7HH679" + }, + { + "symbol": "MREO", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Mereo Biopharma Group Plc - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_434A314430362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00KFWZC67", + "cik": "0001719714", + "lei": "213800U8JQHIJOS5AS09" + }, + { + "symbol": "MRGR", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "ProShares Trust - ProShares Merger ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4D353951594E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG003PSCM66", + "cik": "0001174610", + "lei": null + }, + { + "symbol": "MRIN", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Marin Software Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4631564C4A562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG001M6NQK4", + "cik": "0001389002", + "lei": "529900G58P3UFOACQI16" + }, + { + "symbol": "MRK", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Merck & Co Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4D37395231502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BPD168", + "cik": "0000310158", + "lei": "4YV9Y5M8S0BRK1RP0397" + }, + { + "symbol": "MRKR", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Marker Therapeutics Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4437384A56462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000GMZP09", + "cik": "0001094038", + "lei": "549300ZJ2JUDG0FI5Y49" + }, + { + "symbol": "MRLN", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Marlin Business Services Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_515239374D422D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BN5MG5", + "cik": "0001260968", + "lei": null + }, + { + "symbol": "MRM", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "MEDIROM Healthcare Technologies Inc - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00Y9DG072", + "cik": "0001819704", + "lei": null + }, + { + "symbol": "MRNA", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Moderna Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5746313557572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG003PHHZT1", + "cik": "0001682852", + "lei": "549300EI6OKH5K5Q2G38" + }, + { + "symbol": "MRNS", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Marinus Pharmaceuticals Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5254343043332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00253KMF6", + "cik": "0001267813", + "lei": "549300NCT4OJF7JV1084" + }, + { + "symbol": "MRO", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Marathon Oil Corporation", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_514D515631512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000C8H633", + "cik": "0000101778", + "lei": null + }, + { + "symbol": "MRSK", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "Northern Lights Fund Trust - Agility Shares Managed Risk ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_434E364A34372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00S7P3127", + "cik": "0001314414", + "lei": null + }, + { + "symbol": "MRSN", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Mersana Therapeutics Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5153385A58562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG001CPSVF3", + "cik": "0001442836", + "lei": "529900VWD5VDZ7PVOS22" + }, + { + "symbol": "MRTN", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Marten Transport, Ltd.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_544C563931482D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BPDJM1", + "cik": "0000799167", + "lei": null + }, + { + "symbol": "MRTX", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Mirati Therapeutics Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_56434C5656522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG004TPGBP5", + "cik": "0001576263", + "lei": "529900GYRW59IDQV6N54" + }, + { + "symbol": "MRUS", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Merus N.V", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5637565636482D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00B8LXMS5", + "cik": "0001651311", + "lei": "549300W8GPUWU8QNU293" + }, + { + "symbol": "MRVI", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Maravai LifeSciences Holdings Inc - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4B4C544B34312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00Y1DFV91", + "cik": "0001823239", + "lei": null + }, + { + "symbol": "MRVL", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Marvell Technology Group Ltd", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4446324C37442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BYWTX7", + "cik": "0001058057", + "lei": "8DF36O58U3QIHUCGZB18" + }, + { + "symbol": "MS", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Morgan Stanley", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4359363434422D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BLZRJ2", + "cik": "0000895421", + "lei": "IGJSJL3JD5P30I6NJZ34" + }, + { + "symbol": "MS-A", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Morgan Stanley - FR PRF PERPETUAL USD 25000 - Ser A", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4E4756474E582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000895421", + "lei": "IGJSJL3JD5P30I6NJZ34" + }, + { + "symbol": "MS-E", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Morgan Stanley - FXDFR PRF PERPETUAL USD 25 - Ser E", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4B305A4A34542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000895421", + "lei": "IGJSJL3JD5P30I6NJZ34" + }, + { + "symbol": "MS-F", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Morgan Stanley - FXDFR PRF PERPETUAL USD 25 - Ser F", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_5248583654462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000895421", + "lei": "IGJSJL3JD5P30I6NJZ34" + }, + { + "symbol": "MS-I", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Morgan Stanley - FXDFR PRF PERPETUAL USD 25 - Ser I", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4246524C365A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000895421", + "lei": "IGJSJL3JD5P30I6NJZ34" + }, + { + "symbol": "MS-K", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Morgan Stanley - FXDFR PRF PERPETUAL USD 25 - Ser K 1/1000 Sh", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_5434344736372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000895421", + "lei": "IGJSJL3JD5P30I6NJZ34" + }, + { + "symbol": "MS-L", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Morgan Stanley - 4.875% PRF PERPETUAL USD 25 - Ser L", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_435A4A3959372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000895421", + "lei": "IGJSJL3JD5P30I6NJZ34" + }, + { + "symbol": "MSA", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "MSA Safety Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5452443859542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BPDXF8", + "cik": "0000066570", + "lei": "529900DVA3258XK11O39" + }, + { + "symbol": "MSB", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Mesabi Trust", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4442543253372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BPFCM4", + "cik": "0000065172", + "lei": null + }, + { + "symbol": "MSBI", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Midland States Bancorp Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4E43515A53482D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000G2ZK31", + "cik": "0001466026", + "lei": "5493006RHXW9TTBWYC94" + }, + { + "symbol": "MSC", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Studio City International Holdings Ltd - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_52534B3639392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00HFS4RK8", + "cik": "0001713334", + "lei": null + }, + { + "symbol": "MSCI", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "MSCI Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4D4B4A3857572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000RTDY25", + "cik": "0001408198", + "lei": "549300HTIN2PD78UB763" + }, + { + "symbol": "MSD", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Morgan Stanley Emerging Markets Debt Fund Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_424B36304C372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BDY019", + "cik": "0000904112", + "lei": "879N34XPZOOCKFD26737" + }, + { + "symbol": "MSEX", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Middlesex Water Co.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_52434732354D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BPGQ60", + "cik": "0000066004", + "lei": null + }, + { + "symbol": "MSFT", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Microsoft Corporation", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5038523343322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BPH459", + "cik": "0000789019", + "lei": "INR2EJN1ERAN0W5ZP974" + }, + { + "symbol": "MSGE", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Madison Square Garden Entertainment Corp - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_51524B56384E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00L9HLWV8", + "cik": "0001795250", + "lei": null + }, + { + "symbol": "MSGM", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Motorsport Games Inc - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00YM466G5", + "cik": "0001821175", + "lei": null + }, + { + "symbol": "MSGN", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "MSG Networks Inc - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_54544C4B39302D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000NS03H7", + "cik": "0001469372", + "lei": "529900CN57TJSXQ5NM69" + }, + { + "symbol": "MSGS", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Madison Square Garden Sports Corp - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4D4E37475A442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG007FG0C23", + "cik": "0001636519", + "lei": "529900BQELIZ5ZQYB788" + }, + { + "symbol": "MSI", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Motorola Solutions Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4D4D525A51352D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BP8Z50", + "cik": "0000068505", + "lei": "6S552MUG6KGJVEBSEC55" + }, + { + "symbol": "MSM", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "MSC Industrial Direct Co., Inc. - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4846363039372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BCLYL9", + "cik": "0001003078", + "lei": "0XVKH0LN6YGOWO2EGO17" + }, + { + "symbol": "MSN", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "Emerson Radio Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_474E363856382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000C33CS9", + "cik": "0000032621", + "lei": null + }, + { + "symbol": "MSON", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Misonix Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4C47394239322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00P4XZ5G0", + "cik": "0000880432", + "lei": null + }, + { + "symbol": "MSOS", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Advisorshares Trust - AdvisorShares Pure US Cannabis ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_564B4D3243572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00X28J818", + "cik": "0001408970", + "lei": "549300JV5T62F5E7S151" + }, + { + "symbol": "MSP", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Datto Holding Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4E4D565333582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00XP8FYQ3", + "cik": "0001724570", + "lei": null + }, + { + "symbol": "MSTB", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "ETF Series Solutions Trust - LHA Market State Tactical Beta ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5231594C544A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00XNQJ398", + "cik": "0001540305", + "lei": null + }, + { + "symbol": "MSTR", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Microstrategy Inc. - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4C385344384E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000GQJPZ0", + "cik": "0001050446", + "lei": "549300WQTWEJUEHXQX21" + }, + { + "symbol": "MSVB", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Mid-Southern Bancorp Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_46334A3046592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00L17G133", + "cik": "0001734875", + "lei": null + }, + { + "symbol": "MSVX", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "ETF Series Solutions Trust - LHA Market State Alpha Seeker ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4B58445334332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00RMD9C74", + "cik": "0001540305", + "lei": null + }, + { + "symbol": "MT", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "ArcelorMittal - New York Shares - Level III", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_56475A4742582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BJH5W0", + "cik": "0001243429", + "lei": "2EULGUTUI56JI9SAL165" + }, + { + "symbol": "MTA", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "Metalla Royalty and Streaming Ltd", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5650584A4A522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000HM5YW7", + "cik": "0001722606", + "lei": "549300RPR0O774QEKV20" + }, + { + "symbol": "MTB", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "M & T Bank Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_58384C4234512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000D9KWL9", + "cik": "0000036270", + "lei": "549300WYXDDBYRASEG81" + }, + { + "symbol": "MTBC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "MTBC Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4436423444472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000QYF0M5", + "cik": "0001582982", + "lei": "549300GEO5Y45G5I3070" + }, + { + "symbol": "MTBCP", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "MTBC Inc - 11% PRF PERPETUAL USD 25 - Ser A", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_545158334E362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001582982", + "lei": "549300GEO5Y45G5I3070" + }, + { + "symbol": "MTC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Mmtec Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_58303831355A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00MC56VW6", + "cik": "0001742518", + "lei": null + }, + { + "symbol": "MTCH", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Match Group Inc. - New", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4859384742442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00VT0KNC3", + "cik": "0000891103", + "lei": "15OMOPB0A8K0EFUVD031" + }, + { + "symbol": "MTCN", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "ArcelorMittal - 5.50% NT CONVERT 18/05/2023 USD 25", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4359513936522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001243429", + "lei": "2EULGUTUI56JI9SAL165" + }, + { + "symbol": "MTCR", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Metacrine Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_53445337594A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG009R3Z5S4", + "cik": "0001634379", + "lei": null + }, + { + "symbol": "MTD", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Mettler-Toledo International, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5048505351482D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BZCKH3", + "cik": "0001037646", + "lei": "5493000BD5GJNUDIUG10" + }, + { + "symbol": "MTDR", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Matador Resources Co", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_51444E4347522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000JCPGZ1", + "cik": "0001520006", + "lei": "549300CI3Q2UUK5R4G79" + }, + { + "symbol": "MTEM", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Molecular Templates Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_54304D564A532D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000NRVRG3", + "cik": "0001183765", + "lei": "529900VZKP6N0B8U5F61" + }, + { + "symbol": "MTEX", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Mannatech Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5642444B51522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000C24TS3", + "cik": "0001056358", + "lei": null + }, + { + "symbol": "MTG", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "MGIC Investment Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4657484B4B522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000CBMH27", + "cik": "0000876437", + "lei": "254900S8483WM4M98R28" + }, + { + "symbol": "MTGP", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "WisdomTree Trust - WisdomTree Mortgage Plus Bond Fund", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5651593635512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00QTQ1895", + "cik": "0001350487", + "lei": null + }, + { + "symbol": "MTH", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Meritage Homes Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4C5248504A572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000F4F1N0", + "cik": "0000833079", + "lei": "52990044W9UMFJO2FB97" + }, + { + "symbol": "MTL", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Mechel PJSC - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_4454503534592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000Q9WGP3", + "cik": "0001302362", + "lei": "253400C9GSPBSKERRP65" + }, + { + "symbol": "MTLS", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Materialise Nv - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_4352485139442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0068T24L0", + "cik": "0001091223", + "lei": "5493004CXYDPCZ5RQK28" + }, + { + "symbol": "MTN", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Vail Resorts Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4A59515843472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BCMWM1", + "cik": "0000812011", + "lei": "529900PSZHRNU9HKH870" + }, + { + "symbol": "MTNB", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "Matinas Biopharma Holdings Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_584C594839522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG005WX2XG8", + "cik": "0001582554", + "lei": "549300TGHXVKQ7EJRO41" + }, + { + "symbol": "MTOR", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Meritor Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4A38364233592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BH92D1", + "cik": "0001113256", + "lei": "5LTG829X630QFHTFBO82" + }, + { + "symbol": "MTP", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Midatech Pharma Plc - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_4B364A5334592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00BLVW2R4", + "cik": "0001643918", + "lei": "549300GKR2G40H3QFY57" + }, + { + "symbol": "MTR", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Mesa Royalty Trust", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_463836574E562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BPKG12", + "cik": "0000313364", + "lei": null + }, + { + "symbol": "MTRN", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Materion Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_42504B5956542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BDTT76", + "cik": "0001104657", + "lei": "549300CJ5RI351SUYT02" + }, + { + "symbol": "MTRX", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Matrix Service Co.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4A4E4E4B53462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000C4TPX4", + "cik": "0000866273", + "lei": "529900VYBKSX6HD2YW58" + }, + { + "symbol": "MTSC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "MTS Systems Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4451364650562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BPL8G3", + "cik": "0000068709", + "lei": "549300E7ZL4ZDETLML64" + }, + { + "symbol": "MTSI", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "MACOM Technology Solutions Holdings Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4A563639394C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000LJQ3H1", + "cik": "0001493594", + "lei": null + }, + { + "symbol": "MTSL", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Mer Telemanagement Solutions", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_50374D3654422D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000LPRK06", + "cik": "0001025561", + "lei": "529900LTQPOEVNPEL612" + }, + { + "symbol": "MTT", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Western Asset Municipal Defined Opportunity Trust", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_434648374E4A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000F08L07", + "cik": "0001454021", + "lei": "549300M5OYYB41AFRD86" + }, + { + "symbol": "MTUM", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "BlackRock Institutional Trust Company N.A. - BTC iShares MSCI USA Mome", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_424A4E5932392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG004FPTZB8", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "MTW", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Manitowoc Co., Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_544A4C32334C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000D2M6H4", + "cik": "0000061986", + "lei": "2RTSLGQ89VMY18RHX631" + }, + { + "symbol": "MTX", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Minerals Technologies, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_474D37534C4C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BB61F7", + "cik": "0000891014", + "lei": "549300D3I1QU67GP6403" + }, + { + "symbol": "MTZ", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Mastec Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4A3730574D522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000DYXD23", + "cik": "0000015615", + "lei": "549300TMDIT8WREDOF45" + }, + { + "symbol": "MU", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Micron Technology Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_434852314E582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000C5Z1S3", + "cik": "0000723125", + "lei": "B3DXGBC8GAIYWI2Z0172" + }, + { + "symbol": "MUA", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "BlackRock Muniassets Fund Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_504C585037372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BHYBF1", + "cik": "0000901243", + "lei": "UJYLDIG1NIEEIV3PO802" + }, + { + "symbol": "MUB", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "BlackRock Institutional Trust Company N.A. - BTC iShares National Muni", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5252585459512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000TC0WT9", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "MUC", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "BlackRock MuniHoldings California Quality Fund Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4442564642482D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BZFYY1", + "cik": "0001051004", + "lei": "NKJSRCJXMS5PZYPXY795" + }, + { + "symbol": "MUE", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "BlackRock MuniHoldings Quality Fund II Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_435A473244572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BK9173", + "cik": "0001071899", + "lei": "V04K6JK5YHD4O5SHSC34" + }, + { + "symbol": "MUFG", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Mitsubishi UFJ Financial Group, Inc. - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_4B354B3744532D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000D4F4F5", + "cik": "0000067088", + "lei": "353800V2V8PUY9TK3E06" + }, + { + "symbol": "MUH", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "BlackRock MuniHoldings Fund II Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_56465A4B44582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BPHK99", + "cik": "0001038190", + "lei": "U4EPO7M00LPC2O4Y3154" + }, + { + "symbol": "MUI", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "BlackRock Muni Intermediate Duration Fund Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_54544A4632572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000PRJYW2", + "cik": "0001232860", + "lei": null + }, + { + "symbol": "MUJ", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "BlackRock MuniHoldings New Jersey Quality Fund Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4242444B35512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BB2GF8", + "cik": "0001053988", + "lei": "FDX8Y56FK6PN1WE5XX39" + }, + { + "symbol": "MUNI", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Pimco Exchange Traded Fund - PIMCO Intermediate Municipal Bond Active ", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_50374E4B48512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BF54W4", + "cik": "0001450011", + "lei": null + }, + { + "symbol": "MUR", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Murphy Oil Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5851434E34522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BPMH90", + "cik": "0000717423", + "lei": "QBKYQD0ODE7DC7PDIN91" + }, + { + "symbol": "MUS", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "BlackRock MuniHoldings Quality Fund Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_565A57335A382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BDP581", + "cik": "0001058234", + "lei": "NFS78Q54XVQ5XSE3R379" + }, + { + "symbol": "MUSA", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Murphy USA Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_514C434D4C342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG001Z0Q6T5", + "cik": "0001573516", + "lei": "549300Y081F8XIKQIO72" + }, + { + "symbol": "MUST", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Columbia ETF Trust I - Columbia Multi-Sector Municipal Income ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_544752594D472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00M6JW935", + "cik": "0001551950", + "lei": null + }, + { + "symbol": "MUX", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "McEwen Mining Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4442543356382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BW6CN8", + "cik": "0000314203", + "lei": "5493000FX50GEWAF3U70" + }, + { + "symbol": "MVBF", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "MVB Financial Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4330595A30302D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BPFFJ1", + "cik": "0001277902", + "lei": "549300KSUQ2FUU1X2O74" + }, + { + "symbol": "MVC", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "MVC Capital Inc", + "date": "2020-12-24", + "type": "cs", + "iexId": "IEX_4353544744302D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BR5458", + "cik": "0001099941", + "lei": "5493003AXRTRR491J673" + }, + { + "symbol": "MVCD", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "MVC Capital Inc - 6.25% NT REDEEM 30/11/2022 USD 25", + "date": "2020-12-24", + "type": "ps", + "iexId": "IEX_5843325248312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001099941", + "lei": "5493003AXRTRR491J673" + }, + { + "symbol": "MVF", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "BlackRock MuniVest Fund, Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4E42363238442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BB8QS6", + "cik": "0000835948", + "lei": "68LQJ5NLUNQI2T9OLL41" + }, + { + "symbol": "MVIN", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Natixis ETF Trust - Natixis Seeyond International Minimum Volatility E", + "date": "2020-12-09", + "type": "et", + "iexId": "IEX_5730304B5A5A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00F0W7659", + "cik": "0001526787", + "lei": null + }, + { + "symbol": "MVIS", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Microvision Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5254373656482D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BVKXQ5", + "cik": "0000065770", + "lei": "5299001A8NIHHA9KOY43" + }, + { + "symbol": "MVO", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "MV Oil Trust", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4E4347304A592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000C0DP78", + "cik": "0001371782", + "lei": null + }, + { + "symbol": "MVRL", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "UBS AG London Branch - ZC SP ETN REDEEM 10/06/2050 USD 25 - 90269A344", + "date": "2021-01-24", + "type": "struct", + "iexId": "IEX_435A545735362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00V775QQ7", + "cik": "0001168525", + "lei": null + }, + { + "symbol": "MVT", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "BlackRock Munivest Fund II Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4736514830352D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BH0D73", + "cik": "0000897269", + "lei": "TC1SINW7C50S8NN8GU32" + }, + { + "symbol": "MVV", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "ProShares Trust - ProShares Ultra MidCap400", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5743394D31592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000PNKL84", + "cik": "0001174610", + "lei": null + }, + { + "symbol": "MWA", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Mueller Water Products Inc - Series A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4D574E4E42532D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000JBC9M7", + "cik": "0001350593", + "lei": "549300F7ZU4P1F8V8L60" + }, + { + "symbol": "MWK", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Mohawk Group Holdings Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_544E525330562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00P4JBS95", + "cik": "0001757715", + "lei": null + }, + { + "symbol": "MX", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "MagnaChip Semiconductor Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4A44544C484A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000T5QV18", + "cik": "0001325702", + "lei": "529900P54J1ATLRBUV29" + }, + { + "symbol": "MXC", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "Mexco Energy Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_584B505459562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BQJDY3", + "cik": "0000066418", + "lei": "5493008QUKSJK9IE4453" + }, + { + "symbol": "MXDU", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "ETF Series Solutions Trust - Nationwide Maximum Diversification U.S. C", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_54304D4B4E352D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00HQ6SDD7", + "cik": "0001540305", + "lei": null + }, + { + "symbol": "MXE", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Mexico Equity And Income Fund Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_47364D395A362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BGX674", + "cik": "0000863900", + "lei": "549300Q0OD8MQEFTBY23" + }, + { + "symbol": "MXF", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Mexico Fund Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_425A50584A432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BPN8R9", + "cik": "0000065433", + "lei": null + }, + { + "symbol": "MXI", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "BlackRock Institutional Trust Company N.A. - BTC iShares Global Materi", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5435424433432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000G81ZY8", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "MXIM", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Maxim Integrated Products, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_463732504A542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BPNP00", + "cik": "0000743316", + "lei": "SO0H5YEO14Y4PVKQH532" + }, + { + "symbol": "MXL", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "MaxLinear Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_445033534E442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BB6R33", + "cik": "0001288469", + "lei": "549300EMOI0SM2IY4F64" + }, + { + "symbol": "MYC", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "BlackRock MuniYield California Fund Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4C38524443512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000CDYB41", + "cik": "0000882152", + "lei": "66NM4YVPRCKC38WC6N20" + }, + { + "symbol": "MYD", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "BlackRock MuniYield Fund Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4E52544654532D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BDG091", + "cik": "0000879361", + "lei": "AVXF9RZVI4EDWXACOH81" + }, + { + "symbol": "MYE", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Myers Industries Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4246534C4A392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BPQ0F6", + "cik": "0000069488", + "lei": "549300I2H9XMVTCW4Q51" + }, + { + "symbol": "MYF", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "BlackRock MuniYield Investment Fund", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_42594E5643382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000CDZTB3", + "cik": "0000882153", + "lei": "EIZ2BGDWQ33G5NLLRC32" + }, + { + "symbol": "MYFW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "First Western Financial Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5652384B42562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BK7L26", + "cik": "0001327607", + "lei": "549300PPOGX4C7S66B47" + }, + { + "symbol": "MYGN", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Myriad Genetics, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5458583251332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000D9H9F1", + "cik": "0000899923", + "lei": "52990044IHUOUMETT163" + }, + { + "symbol": "MYI", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "BlackRock MuniYield Quality Fund III Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4A33533852422D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000CR6303", + "cik": "0000883412", + "lei": "UB5J2GS6Q51M6A2L8886" + }, + { + "symbol": "MYJ", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "BlackRock MuniYield New Jersey Fund Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5652314E4A512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BDBL27", + "cik": "0000884216", + "lei": "302GWJWF35C1USY1CK75" + }, + { + "symbol": "MYN", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "BlackRock MuniYield New York Quality Fund Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5248303057542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BFQ317", + "cik": "0000882150", + "lei": "158AYFGDRFUGVL3TD012" + }, + { + "symbol": "MYO", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "Myomo Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_505835394A572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG002B0JJV6", + "cik": "0001369290", + "lei": "549300G63SSKC2EGLN41" + }, + { + "symbol": "MYOV", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Myovant Sciences Ltd", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4846324731462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00DY7YQK1", + "cik": "0001679082", + "lei": null + }, + { + "symbol": "MYRG", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "MYR Group Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_43364D5953392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BC7VW9", + "cik": "0000700923", + "lei": "529900G1IMMZHOQ17I54" + }, + { + "symbol": "MYSZ", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "My Size Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4847303559482D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00DG7N9N8", + "cik": "0001211805", + "lei": "549300C873RTLXBV8X98" + }, + { + "symbol": "MYT", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Urban Tea Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_484C434653392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG009BDTPH4", + "cik": "0001543268", + "lei": "529900R0453F7W34PQ67" + }, + { + "symbol": "MYTE", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "MYT Netherlands Parent BV - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00YB20ZW5", + "cik": "0001831907", + "lei": null + }, + { + "symbol": "MYY", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "ProShares Trust - ProShares Short Midcap400", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5759475334472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000PNHQ23", + "cik": "0001174610", + "lei": null + }, + { + "symbol": "MZA", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "BlackRock MuniYield Arizona Fund Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5831525453372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BCZKY0", + "cik": "0000911308", + "lei": "9IY7HX1JJCGJPL43X134" + }, + { + "symbol": "MZZ", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "ProShares Trust - ProShares UltraShort MidCap400", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4B354E5131312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000PTHM74", + "cik": "0001174610", + "lei": null + }, + { + "symbol": "NAC", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Nuveen California Quality Municipal Income Fund", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4852463058522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BWMJ46", + "cik": "0001074952", + "lei": "549300ZT6V9X5U9BHR46" + }, + { + "symbol": "NACP", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Impact Shares Trust I - Impact Shares NAACP Minority Empowerment ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4A48434A4C342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00LG05H39", + "cik": "0001722388", + "lei": null + }, + { + "symbol": "NAD", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Nuveen Quality Municipal Income Fund", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5433593754572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BWLKT7", + "cik": "0001083839", + "lei": "549300RDIO25ZNWCOA97" + }, + { + "symbol": "NAII", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Natural Alternatives International, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4D533454534E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000D3ZK05", + "cik": "0000787253", + "lei": "549300QOT5V1NZ8WZY48" + }, + { + "symbol": "NAIL", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Direxion Shares ETF Trust - Direxion Daily Homebuilders & Supplies Bul", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_583137344C362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG009T0QJX2", + "cik": "0001424958", + "lei": null + }, + { + "symbol": "NAK", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "Northern Dynasty Minerals Ltd.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5353515235562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BWM9L9", + "cik": "0001164771", + "lei": null + }, + { + "symbol": "NAKD", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Naked Brand Group Ltd", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_53514B52445A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00HC854K5", + "cik": "0001707919", + "lei": "549300UDHPKCYMMCEM56" + }, + { + "symbol": "NAN", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Nuveen New York Quality Municipal Income Fund", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_465054594D592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BWM1B7", + "cik": "0001074769", + "lei": "549300B795LQBEIHRS62" + }, + { + "symbol": "NANR", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "SSgA Active Trust - SSgA SPDR S&P North American Natural Resources ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_563830485A522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00BNK9JC1", + "cik": "0001516212", + "lei": "549300PQC2CS3IA6B871" + }, + { + "symbol": "NAOV", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "NanoVibronix Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4D4C324B36472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG008LFXN26", + "cik": "0001326706", + "lei": "5493008114LTFZQ2I595" + }, + { + "symbol": "NAPR", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "Innovator ETFs Trust - Innovator Nasdaq-100 Power Buffer ETF - April", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4843333831512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00SXJYNM8", + "cik": "0001415726", + "lei": null + }, + { + "symbol": "NARI", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Inari Medical Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5146394B36592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG009J8K7M0", + "cik": "0001531048", + "lei": null + }, + { + "symbol": "NAT", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Nordic American Tankers Ltd", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4750425957522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000JK57G6", + "cik": "0001000177", + "lei": "213800W4T8AMPKIPIU94" + }, + { + "symbol": "NATH", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Nathan`s Famous, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4738573843562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000B9ZJN2", + "cik": "0000069733", + "lei": "54930034SKNSF1JIE673" + }, + { + "symbol": "NATI", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "National Instruments Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4E47523543542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000DZK6N6", + "cik": "0000935494", + "lei": "549300TP4OOPCYWDUP86" + }, + { + "symbol": "NATR", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Nature`s Sunshine Products, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_44523530324C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000C05DV7", + "cik": "0000275053", + "lei": null + }, + { + "symbol": "NAV", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Navistar International Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_43315A3242362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BPS2V2", + "cik": "0000808450", + "lei": "WNDD3CRVXJGC8I7GX671" + }, + { + "symbol": "NAV-D", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Navistar International Corp. - PRF PERPETUAL USD 1 - Ser D", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_48353258444C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000808450", + "lei": "WNDD3CRVXJGC8I7GX671" + }, + { + "symbol": "NAVB", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "Navidea Biopharmaceuticals Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4D325258474A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BCHXK7", + "cik": "0000810509", + "lei": "549300HXUMV6VNCPEE05" + }, + { + "symbol": "NAVI", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ - ALL MARKETS", + "name": "Navient Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4A324C56534E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG004MN1R41", + "cik": "0001593538", + "lei": "54930067J0ZNOEBRW338" + }, + { + "symbol": "NAZ", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Nuveen Arizona Quality Municipal Income Fund", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4B4D36464A592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BGNXH5", + "cik": "0000892992", + "lei": "549300DWXOLUWN2P0B05" + }, + { + "symbol": "NBA", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "New Beginnings Acquisition Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_534E544258352D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00XP8MXQ7", + "cik": "0001823882", + "lei": null + }, + { + "symbol": "NBA+", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "New Beginnings Acquisition Corp - Warrants (01/11/2026)", + "date": "2021-01-24", + "type": "wt", + "iexId": "IEX_4653515A4C502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00Y6TTNJ3", + "cik": "0001823882", + "lei": null + }, + { + "symbol": "NBA=", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "New Beginnings Acquisition Corp - Units (1 Ord & 1 War)", + "date": "2021-01-24", + "type": null, + "iexId": "IEX_5334575043572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00XJFRCJ7", + "cik": "0001823882", + "lei": null + }, + { + "symbol": "NBAC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Newborn Acquisition Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4459303254582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00RB99ZS1", + "cik": "0001780262", + "lei": null + }, + { + "symbol": "NBACR", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Newborn Acquisition Corp - Tradeable Rights - Feb 2025", + "date": "2021-01-24", + "type": null, + "iexId": "IEX_4652395646382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00TJHJ2V9", + "cik": "0001780262", + "lei": null + }, + { + "symbol": "NBACW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Newborn Acquisition Corp - Warrants (03/02/2025)", + "date": "2021-01-24", + "type": "wt", + "iexId": "IEX_4742483048532D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00TJXSDJ4", + "cik": "0001780262", + "lei": null + }, + { + "symbol": "NBB", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Nuveen Taxable Municipal Income Fund", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5850355157372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000QCLLQ6", + "cik": "0001478888", + "lei": "CGX4I2YMRMYU5022FW76" + }, + { + "symbol": "NBEV", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "NewAge Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_444C504B50392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG005YW6FV6", + "cik": "0001579823", + "lei": "549300IIPSJSHQ4KSR37" + }, + { + "symbol": "NBH", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "Neuberger Berman Municipal Fund Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4335485A5A432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000HYRYN7", + "cik": "0001178839", + "lei": "549300IIZWX8QVUHXO20" + }, + { + "symbol": "NBHC", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "National Bank Holdings Corp - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4E44473631372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG003D8Y833", + "cik": "0001475841", + "lei": null + }, + { + "symbol": "NBIX", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Neurocrine Biosciences, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_48544B5133422D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000GJS7C1", + "cik": "0000914475", + "lei": "549300FECER0XBN49756" + }, + { + "symbol": "NBLX", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Noble Midstream Partners LP - Unit", + "date": "2021-01-24", + "type": null, + "iexId": "IEX_474D524A365A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00B9C2J50", + "cik": "0001647513", + "lei": null + }, + { + "symbol": "NBN", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Northeast Bank", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_524A335437472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000DNB9Q4", + "cik": null, + "lei": null + }, + { + "symbol": "NBO", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "Neuberger Berman New York Municipal Fund Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5748583458512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000HQJG16", + "cik": "0001178841", + "lei": "549300QBK683OL6H5P21" + }, + { + "symbol": "NBR", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Nabors Industries Ltd", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_464C445742442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BZTW70", + "cik": "0001163739", + "lei": null + }, + { + "symbol": "NBR-A", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Nabors Industries Ltd - 6% PRF CONVERT 01/05/2021 USD 50 - Ser A", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_53365452424E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001163739", + "lei": null + }, + { + "symbol": "NBRV", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Nabriva Therapeutics Plc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5152574E43372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00GGS47D1", + "cik": "0001641640", + "lei": "529900R7DZDU655YTV33" + }, + { + "symbol": "NBSE", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "NeuBase Therapeutics Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_54384E594D4B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000CB75J2", + "cik": "0001173281", + "lei": "529900RHAZB85RGSJZ73" + }, + { + "symbol": "NBTB", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "NBT Bancorp. Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_533750444A302D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000CJN801", + "cik": "0000790359", + "lei": null + }, + { + "symbol": "NBTX", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Nanobiotix - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00Y9D2SW8", + "cik": null, + "lei": "969500667RSYIH8YL895" + }, + { + "symbol": "NBW", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "Neuberger Berman California Municipal Fund Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_58384D3451482D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000NYNFS0", + "cik": "0001178840", + "lei": "5493003VDAWQHC3PB533" + }, + { + "symbol": "NBY", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "Novabay Pharmaceuticals Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4D37353238462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000PVPJT3", + "cik": "0001389545", + "lei": "549300D5U7PQPNEX8Q38" + }, + { + "symbol": "NC", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Nacco Industries Inc. - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_544252594C4B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BPTTM2", + "cik": "0000789933", + "lei": null + }, + { + "symbol": "NCA", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Nuveen California Municipal Value Fund.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_42594B4657322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BPV792", + "cik": "0000818851", + "lei": "549300TMONWV3LX8YU60" + }, + { + "symbol": "NCB", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Nuveen California Municipal Value Fund 2", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_54384A5150512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000HVFPK8", + "cik": "0001454979", + "lei": "B5J7C5PDZJ7LRKXZZJ93" + }, + { + "symbol": "NCBS", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Nicolet Bankshares Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_504C464846342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000QK0TG5", + "cik": "0001174850", + "lei": null + }, + { + "symbol": "NCLH", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Norwegian Cruise Line Holdings Ltd", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5730373331512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BSRN78", + "cik": "0001513761", + "lei": null + }, + { + "symbol": "NCMI", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "National Cinemedia Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4437443451542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000Q5VCD4", + "cik": "0001377630", + "lei": null + }, + { + "symbol": "NCNA", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "NuCana plc - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_4D36334448392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00HMJNMV8", + "cik": "0001709626", + "lei": "213800K5NF92PPHPA304" + }, + { + "symbol": "NCNO", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Ncino Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_434B34394A572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00B5C2HR4", + "cik": "0001566895", + "lei": "549300WVRR2WR3L6MZ46" + }, + { + "symbol": "NCR", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "NCR Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_464D465233392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BMXK89", + "cik": "0000070866", + "lei": "549300YKTY8JX1DV2R67" + }, + { + "symbol": "NCSM", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "NCS Multistage Holdings Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_48463146364C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00G6DYB34", + "cik": "0001692427", + "lei": "5493003WLG5T6MNJ7292" + }, + { + "symbol": "NCTY", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "The9 Limited - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_5850395954322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000CSP4C5", + "cik": "0001296774", + "lei": null + }, + { + "symbol": "NCV", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "AllianzGI Convertible & Income Fund", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5356304D37382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BNY0Q0", + "cik": "0001214935", + "lei": "549300WT3ICVH2Z06O49" + }, + { + "symbol": "NCV-A", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "AllianzGI Convertible & Income Fund - 5.625% PRF PERPETUAL USD 25 - Se", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4B394A4A32302D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001214935", + "lei": "549300WT3ICVH2Z06O49" + }, + { + "symbol": "NCZ", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "AllianzGI Convertible & Income Fund II", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4C534A4733502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000PQ3ZD9", + "cik": "0001227857", + "lei": "549300VQWKOKLGOGUQ16" + }, + { + "symbol": "NCZ-A", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "AllianzGI Convertible & Income Fund II - 5.50% PRF PERPETUAL USD 25 - ", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_5037355A32462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001227857", + "lei": "549300VQWKOKLGOGUQ16" + }, + { + "symbol": "NDAQ", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Nasdaq Inc - 144A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_57464D5656522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000F5VVB6", + "cik": "0001120193", + "lei": "549300L8X1Q78ERXFD06" + }, + { + "symbol": "NDLS", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Noodles & Company - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_514E4C3233432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG001CN6Q81", + "cik": "0001275158", + "lei": "5299003PCPK4UINV4362" + }, + { + "symbol": "NDMO", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Nuveen Dynamic Municipal Opportunities Fund", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4B50544747432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00VM4GS72", + "cik": "0001793129", + "lei": null + }, + { + "symbol": "NDP", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Tortoise Energy Independence Fund Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4C51315A37582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG002W90ZY5", + "cik": "0001547158", + "lei": "5493005UTWHF1U2B2H30" + }, + { + "symbol": "NDRA", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "ENDRA Life Sciences Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5850363157592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00FD4RCV3", + "cik": "0001681682", + "lei": null + }, + { + "symbol": "NDRAW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "ENDRA Life Sciences Inc - Warrants (12/05/2022)", + "date": "2021-01-24", + "type": "wt", + "iexId": "IEX_424B3535485A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00GGX2788", + "cik": "0001681682", + "lei": null + }, + { + "symbol": "NDSN", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Nordson Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4E3343584B372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BPWGR1", + "cik": "0000072331", + "lei": "14OS6Q5N55N95WM84M53" + }, + { + "symbol": "NEA", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Nuveen AMT-Free Quality Municipal Income Fund", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_52434D3457442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000PC4J09", + "cik": "0001195737", + "lei": "549300OTYQOOXS64NI63" + }, + { + "symbol": "NEAR", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "BlackRock Institutional Trust Company N.A. - BTC BlackRock Short Matur", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4854434E4C502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0059KNK13", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "NEE", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "NextEra Energy Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4B42335950532D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BJSBJ0", + "cik": "0000753308", + "lei": null + }, + { + "symbol": "NEM", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Newmont Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4347474734522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BPWXK1", + "cik": "0001164727", + "lei": "549300VSP3RIX7FGDZ51" + }, + { + "symbol": "NEN", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "New England Realty Associates LP - Unit - Class A", + "date": "2021-01-24", + "type": null, + "iexId": "IEX_4E36543947322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BPXZ43", + "cik": "0000746514", + "lei": null + }, + { + "symbol": "NEO", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Neogenomics Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4856564C34522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BKH263", + "cik": "0001077183", + "lei": "549300KN62PPGHBVXB46" + }, + { + "symbol": "NEOG", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Neogen Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4E30304844372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000C1BCK2", + "cik": "0000711377", + "lei": "549300HJT9FC36N4UW43" + }, + { + "symbol": "NEON", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Neonode Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4C304E564A4C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BSJWN9", + "cik": "0000087050", + "lei": null + }, + { + "symbol": "NEOS", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Neos Therapeutics Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5250364D52322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0029006R2", + "cik": "0001467652", + "lei": "549300LH6YPY02ZMGW08" + }, + { + "symbol": "NEP", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "NextEra Energy Partners LP - Unit", + "date": "2021-01-24", + "type": null, + "iexId": "IEX_5344443534462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG006JNW321", + "cik": "0001603145", + "lei": "5493008F4ZOQFNG3WN54" + }, + { + "symbol": "NEPH", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Nephros Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4242424633512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000NXRTF2", + "cik": "0001196298", + "lei": null + }, + { + "symbol": "NEPT", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Neptune Wellness Solutions Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5034395347362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BJFG30", + "cik": "0001401395", + "lei": "5493000MC5RJH74XZ687" + }, + { + "symbol": "NERD", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Listed Funds Trust - Roundhill BITKRAFT Esports & Digital Entertainmen", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_473437594B572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00PBD0TC6", + "cik": "0001683471", + "lei": null + }, + { + "symbol": "NERV", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Minerva Neurosciences Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_42594B5638322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0067S9Z73", + "cik": "0001598646", + "lei": "54930017PANCHC5LYH79" + }, + { + "symbol": "NES", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "Nuverra Environmental Solutions Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4B39313354502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00HY124J1", + "cik": "0001403853", + "lei": "54930020KUQC33JLQV12" + }, + { + "symbol": "NESR", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "National Energy Services Reunited Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5632474356432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00GNGGRJ6", + "cik": "0001698514", + "lei": null + }, + { + "symbol": "NESRW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "National Energy Services Reunited Corp - Warrants(05/05/2022)", + "date": "2021-01-24", + "type": "wt", + "iexId": "IEX_505A393738522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00GVM4PF5", + "cik": "0001698514", + "lei": null + }, + { + "symbol": "NET", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Cloudflare Inc - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4436324450372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG001WMKHH5", + "cik": "0001477333", + "lei": "5493007DY18BGNLDWU14" + }, + { + "symbol": "NETE", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Net Element Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_573733434E512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG003GMH2G7", + "cik": "0001499961", + "lei": "549300HXMIP6GFG42241" + }, + { + "symbol": "NETL", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "ETF Series Solutions Trust - NETLease Corporate Real Estate ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4E464334565A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00NNW96T9", + "cik": "0001540305", + "lei": null + }, + { + "symbol": "NEU", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "NewMarket Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4231433237482D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BJ5SS8", + "cik": "0001282637", + "lei": "54930082CG88ERDREQ47" + }, + { + "symbol": "NEV", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Nuveen Enhanced Municipal Value Fund", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_54435A5731382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000PHH2C8", + "cik": "0001469392", + "lei": "42EF8JR28MEPRK5D4S35" + }, + { + "symbol": "NEW", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Puxin Limited - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_5033475A584E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00KY7S966", + "cik": "0001726189", + "lei": null + }, + { + "symbol": "NEWA", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Newater Technology Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4644535937542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00GGX8KP4", + "cik": "0001678022", + "lei": null + }, + { + "symbol": "NEWR", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "New Relic Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_485835464B4C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG001NFKJ68", + "cik": "0001448056", + "lei": "549300AB8FY2HQILL804" + }, + { + "symbol": "NEWT", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Newtek Business Services Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_425A4E5A52482D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BH37H2", + "cik": "0001587987", + "lei": "549300YLU78IA8GKJ688" + }, + { + "symbol": "NEWTI", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Newtek Business Services Corp - 6.25% NT REDEEM 01/03/2023 USD 25", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4B39444A47382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001587987", + "lei": "549300YLU78IA8GKJ688" + }, + { + "symbol": "NEWTL", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Newtek Business Services Corp - 5.75% NT REDEEM 01/08/2024 USD 25", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_424E43364A312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001587987", + "lei": "549300YLU78IA8GKJ688" + }, + { + "symbol": "NEX", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "NexTier Oilfield Solutions Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5650544330392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00FJFZY81", + "cik": "0001688476", + "lei": "529900L27H2D4QT0IT24" + }, + { + "symbol": "NEXA", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Nexa Resources S.A.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4A3251424C322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00HT47FH3", + "cik": "0001713930", + "lei": "549300QRMRHM7GAU7L47" + }, + { + "symbol": "NEXT", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "NextDecade Corporation", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5339463346582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG008GC7VW7", + "cik": "0001612720", + "lei": "549300XB4GCLNGHFTT48" + }, + { + "symbol": "NFBK", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Northfield Bancorp Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_51424E5844362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000TW5Y34", + "cik": "0001493225", + "lei": null + }, + { + "symbol": "NFE", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "New Fortress Energy Inc - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_515A524D4C342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00MJH9LC4", + "cik": "0001749723", + "lei": null + }, + { + "symbol": "NFG", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "National Fuel Gas Co.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_444A4433534D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BPYD87", + "cik": "0000070145", + "lei": "8JB38FFW1Y3C1HM8E841" + }, + { + "symbol": "NFH", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "New Frontier Health Corporation - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4E585735444A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00L95HQ79", + "cik": "0001737422", + "lei": null + }, + { + "symbol": "NFH+", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "New Frontier Health Corporation - Warrants (30/11/2024)", + "date": "2021-01-24", + "type": "wt", + "iexId": "IEX_51344250504C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00LK6GP31", + "cik": "0001737422", + "lei": null + }, + { + "symbol": "NFJ", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "AllianzGI Dividend Interest & Premium Strategy Fund", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_544B4D534A392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000QSY038", + "cik": "0001260563", + "lei": "549300535GECAFITZP67" + }, + { + "symbol": "NFLT", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Newfleet Asset Management - Virtus Newfleet Multi-Sector Unconstrained", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_534D533150372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG009RY71X0", + "cik": "0001044207", + "lei": null + }, + { + "symbol": "NFLX", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "NetFlix Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_43344330424C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000CL9VN6", + "cik": "0001065280", + "lei": "549300Y7VHGU0I7CE873" + }, + { + "symbol": "NFRA", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "FlexShares Trust - FlexShares STOXX Global Broad Infrastructure Index ", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4B4B574A50512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG005D25MR6", + "cik": "0001256909", + "lei": null + }, + { + "symbol": "NFTY", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "First Trust Exchange-Traded Fund III - First Trust India Nifty 50 Equa", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4D51584850502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG002N8TGD1", + "cik": "0001424212", + "lei": null + }, + { + "symbol": "NG", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "Novagold Resources Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5742364657572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000D25424", + "cik": "0001173420", + "lei": "529900587LVZTJ2BHS60" + }, + { + "symbol": "NGA", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Northern Genesis Acquisition Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5637515842462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00WCNP7L9", + "cik": "0001815495", + "lei": null + }, + { + "symbol": "NGA+", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Northern Genesis Acquisition Corp - Warrants (31/07/2027)", + "date": "2021-01-24", + "type": "wt", + "iexId": "IEX_575446304A502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00XP8SPZ8", + "cik": "0001815495", + "lei": null + }, + { + "symbol": "NGA=", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Northern Genesis Acquisition Corp - Units (1 Ord Share & 1/2 War)", + "date": "2021-01-24", + "type": null, + "iexId": "IEX_4348594C4A462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00WBPGGS8", + "cik": "0001815495", + "lei": null + }, + { + "symbol": "NGAB=", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Northern Genesis Acquisition Corp II - Units (1 Ord & 1/3 War)", + "date": "2021-01-24", + "type": null, + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00YNK05J3", + "cik": "0001827980", + "lei": null + }, + { + "symbol": "NGABU", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Northern Genesis Acquisition Corp II - Units (1 Ord & 1/3 War)", + "date": "2021-01-13", + "type": null, + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001827980", + "lei": null + }, + { + "symbol": "NGAC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "NextGen Acquisition Corp - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00YCZNM73", + "cik": "0001819493", + "lei": null + }, + { + "symbol": "NGACW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "NextGen Acquisition Corp - Warrants (06/10/2025)", + "date": "2021-01-24", + "type": "wt", + "iexId": "IEX_54535A3546592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00YFFFZ01", + "cik": "0001819493", + "lei": null + }, + { + "symbol": "NGD", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "New Gold Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_57364E435A4C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000KD2ZL5", + "cik": "0000800166", + "lei": "5493005G0GNCHP0H6L96" + }, + { + "symbol": "NGE", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Global X Funds - Global X MSCI Nigeria ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4442384838542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG004DFJXT9", + "cik": "0001432353", + "lei": null + }, + { + "symbol": "NGG", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "National Grid Plc - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_4D585157515A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000L4Y5K6", + "cik": "0001004315", + "lei": "8R95QZMKZLJX5Q2XR704" + }, + { + "symbol": "NGHC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "National General Holdings Corp", + "date": "2021-01-05", + "type": "cs", + "iexId": "IEX_4C3438485A572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG004N1KPJ5", + "cik": "0001578735", + "lei": "549300HUE7OCQI86BK16" + }, + { + "symbol": "NGHCN", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "National General Holdings Corp - 7.50% PRF PERPETUAL USD 25 - Dep rep ", + "date": "2021-01-14", + "type": "ps", + "iexId": "IEX_4852314E57512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001578735", + "lei": "549300HUE7OCQI86BK16" + }, + { + "symbol": "NGHCO", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "National General Holdings Corp - 7.50% PRF PERPETUAL USD 25 - Ser B", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_524A504234442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001578735", + "lei": "549300HUE7OCQI86BK16" + }, + { + "symbol": "NGHCP", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "National General Holdings Corp - 7.50% PRF PERPETUAL USD 25 - Ser A", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4B5152534E342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001578735", + "lei": "549300HUE7OCQI86BK16" + }, + { + "symbol": "NGHCZ", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ - ALL MARKETS", + "name": "National General Holdings Corp - 7.625% NT REDEEM 15/09/2055 USD 25", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4443445A464C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001578735", + "lei": "549300HUE7OCQI86BK16" + }, + { + "symbol": "NGL", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "NGL Energy Partners LP - Unit", + "date": "2021-01-24", + "type": null, + "iexId": "IEX_463738444B392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG001J1BNY4", + "cik": "0001504461", + "lei": "5299005YSRP46BE8Z459" + }, + { + "symbol": "NGL-B", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "NGL Energy Partners LP - FXDFR PRF PERPETUAL USD 25 - Class B", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4D50583142542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001504461", + "lei": "5299005YSRP46BE8Z459" + }, + { + "symbol": "NGL-C", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "NGL Energy Partners LP - FXDFR PRF PERPETUAL USD 25 - Cls C", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4336364D53362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001504461", + "lei": "5299005YSRP46BE8Z459" + }, + { + "symbol": "NGLS-A", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Targa Resources Partners LP - FXDFR PRF PERPETUAL USD 25 - Ser A", + "date": "2020-12-21", + "type": "ps", + "iexId": "IEX_513348594B442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001379661", + "lei": "6OQWTZ1SPC04IFT4T704" + }, + { + "symbol": "NGM", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Ngm Biopharmaceuticals Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5730564437362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG001J1BNT0", + "cik": "0001426332", + "lei": "5493008V5DSDZIGQOP17" + }, + { + "symbol": "NGMS", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "NeoGames SA", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4252433032512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00Y04SD89", + "cik": "0001821349", + "lei": "222100MZTIQEZS4XY614" + }, + { + "symbol": "NGS", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Natural Gas Services Group, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4D384451574C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000HGQ5N0", + "cik": "0001084991", + "lei": null + }, + { + "symbol": "NGVC", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Natural Grocers by Vitamin Cottage Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4359344B33562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0034VYLG9", + "cik": "0001547459", + "lei": "529900P4OTXDGBUS3O87" + }, + { + "symbol": "NGVT", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Ingevity Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4C38484E37322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG009LM28K6", + "cik": "0001653477", + "lei": "5493009UTFC4B5IMGF87" + }, + { + "symbol": "NH", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "NantHealth Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4759305944512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00CVW3PF3", + "cik": "0001566469", + "lei": "549300Z86EF5CSQMW346" + }, + { + "symbol": "NHA", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Nuveen Municipal 2021 Target Term Fund", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4448335644382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00B8GVXQ6", + "cik": "0001655544", + "lei": null + }, + { + "symbol": "NHC", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "National Healthcare Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_504A535248432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BY3T87", + "cik": "0001047335", + "lei": null + }, + { + "symbol": "NHF", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "NexPoint Strategic Opportunities Fund", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_463458385A4B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000ND9C36", + "cik": "0001356115", + "lei": "5493008KGR2NU3OXMR64" + }, + { + "symbol": "NHF-A", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "NexPoint Strategic Opportunities Fund - 5.50% PRF PERPETUAL USD 25 - S", + "date": "2021-01-24", + "type": "ps", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001356115", + "lei": "5493008KGR2NU3OXMR64" + }, + { + "symbol": "NHI", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "National Health Investors, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_525437385A4B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000CGWSJ3", + "cik": "0000877860", + "lei": "549300ZPKZIG6DKDEC02" + }, + { + "symbol": "NHIC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "NewHold Investment Corp - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4354364A4E4C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00W1PPKX4", + "cik": "0001805385", + "lei": null + }, + { + "symbol": "NHICW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "NewHold Investment Corp - Warrants (10/03/2025)", + "date": "2021-01-24", + "type": "wt", + "iexId": "IEX_4C36583446372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00XJFQYY3", + "cik": "0001805385", + "lei": null + }, + { + "symbol": "NHLD", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "National Holdings Corporation", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4A3044424C562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000FVTGM3", + "cik": "0001023844", + "lei": "54930064YFIRYAGTKW54" + }, + { + "symbol": "NHLDW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "National Holdings Corporation - Warrants (18/01/2022)", + "date": "2021-01-24", + "type": "wt", + "iexId": "IEX_5630443231572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00FGGFP38", + "cik": "0001023844", + "lei": "54930064YFIRYAGTKW54" + }, + { + "symbol": "NHS", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "Neuberger Berman High Yield Strategies Fund", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4C36433931352D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000PQWM73", + "cik": "0001487610", + "lei": "549300N1F0D8SFREMM17" + }, + { + "symbol": "NHTC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Natural Health Trends Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_525A573953542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000FCF697", + "cik": "0000912061", + "lei": "529900WSPRKOOD9HNF27" + }, + { + "symbol": "NI", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Nisource Inc. (Holding Co.)", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5259524334302D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BPZBB6", + "cik": "0001111711", + "lei": "549300D8GOWWH0SJB189" + }, + { + "symbol": "NI-B", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Nisource Inc. (Holding Co.) - FXDFR PRF PERPETUAL USD 25 - Ser B 1/100", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4E53435A59582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001111711", + "lei": "549300D8GOWWH0SJB189" + }, + { + "symbol": "NIB", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Barclays Bank PLC - ZC SP REDEEM 24/06/2038 USD 50", + "date": "2021-01-24", + "type": "struct", + "iexId": "IEX_444D584C51482D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000GKC1V7", + "cik": "0000312070", + "lei": "G5GSEF7VJP5I7OUK5573" + }, + { + "symbol": "NICE", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "NICE Ltd - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_56523159315A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000KC17R4", + "cik": "0001003935", + "lei": "254900YTY4EF5Z4W0A51" + }, + { + "symbol": "NICK", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Nicholas Financial, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4D53363644592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BW06R3", + "cik": "0001000045", + "lei": "5493005OYHXSC9R6FU12" + }, + { + "symbol": "NID", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Nuveen Intermediate Duration Municipal Term Fund", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_48484C4A4C422D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG003NQ25L3", + "cik": "0001557915", + "lei": "5493001W3VSD7ZLC7O52" + }, + { + "symbol": "NIE", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "AllianzGI Equity & Convertible Income Fund", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_474344304E542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000Q171K6", + "cik": "0001383441", + "lei": "549300E7CGC36IOELF91" + }, + { + "symbol": "NIFE", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Direxion Funds - Direxion Fallen Knives ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4C32363938432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00VC9MFF4", + "cik": "0001040587", + "lei": null + }, + { + "symbol": "NIM", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Nuveen Select Maturities Municipal Fund", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4759474343502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000CWVGL2", + "cik": "0000890119", + "lei": null + }, + { + "symbol": "NINE", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Nine Energy Service Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_424C484C48562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG004M28MF9", + "cik": "0001532286", + "lei": "549300KRLJCZBPZMKT65" + }, + { + "symbol": "NIO", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "NIO Inc - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_4E394E4258372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00LPXZB46", + "cik": "0001736541", + "lei": "549300JBU4TV5OCKJV96" + }, + { + "symbol": "NIQ", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Nuveen Intermediate Duration Quality Municipal Term Fund", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_574D56565A582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG003WMJZR2", + "cik": "0001564584", + "lei": null + }, + { + "symbol": "NISN", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "NiSun International Enterprise Development Group Co Ltd - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_48315231564E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00BNY1N94", + "cik": "0001603993", + "lei": null + }, + { + "symbol": "NIU", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Niu Technologies - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_5757514256582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00M37BS44", + "cik": "0001744781", + "lei": "549300NJKNSC80EVQ065" + }, + { + "symbol": "NJAN", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "Innovator ETFs Trust - Innovator Nasdaq-100 Power Buffer ETF - January", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5742354636352D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00R879SY8", + "cik": "0001415726", + "lei": null + }, + { + "symbol": "NJR", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "New Jersey Resources Corporation", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_524D4A4D30522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BPZVW9", + "cik": "0000356309", + "lei": "549300QKBSQBIX4DQ583" + }, + { + "symbol": "NJUL", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "Innovator ETFs Trust - Innovator Nasdaq-100 Power Buffer ETF - July", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4E30465435332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00VSHC5T7", + "cik": "0001415726", + "lei": null + }, + { + "symbol": "NJV", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Nuveen New Jersey Municipal Value Fund", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5456505753372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000HVM926", + "cik": "0001454980", + "lei": "549300FWVBEVP5IO9184" + }, + { + "symbol": "NK", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "NantKwest Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_575753534D392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG007T9DYW9", + "cik": "0001326110", + "lei": "529900J9XLBR4HFL4B83" + }, + { + "symbol": "NKE", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Nike, Inc. - Class B", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_564E4D5454482D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000C5HS04", + "cik": "0000320187", + "lei": "787RXPR0UX0O0XUXPZ81" + }, + { + "symbol": "NKG", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Nuveen Georgia Quality Municipal Income Fund", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4235504A50502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BQYD67", + "cik": "0001177219", + "lei": "54930023QNPVRWXW1U13" + }, + { + "symbol": "NKLA", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Nikola Corporation", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_56394B4B54302D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00L4CWQ45", + "cik": "0001731289", + "lei": "6354007SKFUCHYZAKQ61" + }, + { + "symbol": "NKSH", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "National Bankshares Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4631464638422D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BJ9FN7", + "cik": "0000796534", + "lei": "549300Q745S62Q6QNW78" + }, + { + "symbol": "NKTR", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Nektar Therapeutics", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4C4C5A4257352D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BHCYJ1", + "cik": "0000906709", + "lei": "5299005I24806IOIYE03" + }, + { + "symbol": "NKTX", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Nkarta Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_56473847534E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00JXHS9G7", + "cik": "0001787400", + "lei": null + }, + { + "symbol": "NKX", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Nuveen California AMT-Free Quality Municipal Income Fund", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4A46574358352D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000PC40T9", + "cik": "0001195738", + "lei": "5493005SR7RRUAG9VK19" + }, + { + "symbol": "NL", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "NL Industries, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_47474A4E58472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BQ0543", + "cik": "0000072162", + "lei": null + }, + { + "symbol": "NLOK", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "NortonLifeLock Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4B44484351502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BH2JM1", + "cik": "0000849399", + "lei": "YF6ZV0M6AU4FY94MK914" + }, + { + "symbol": "NLR", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "VanEck Vectors ETF Trust - VanEck Vectors Uranium+Nuclear Energy ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4E51504433302D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000KJ6RN4", + "cik": "0000869178", + "lei": null + }, + { + "symbol": "NLS", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Nautilus Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5239353630332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BRJY75", + "cik": "0001078207", + "lei": "549300LLLHX2HF71YE90" + }, + { + "symbol": "NLSN", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Nielsen Holdings plc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_465234595A4B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000R06BX2", + "cik": "0001492633", + "lei": "549300ZVCBHQE0XHG367" + }, + { + "symbol": "NLSP", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "NLS Pharmaceutics Ltd", + "date": "2021-01-24", + "type": "cs", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00S2L23F4", + "cik": "0001783036", + "lei": null + }, + { + "symbol": "NLSPW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "NLS Pharmaceutics Ltd - Warrants (25/09/2025)", + "date": "2021-01-24", + "type": "wt", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00Y7BVMP3", + "cik": "0001783036", + "lei": null + }, + { + "symbol": "NLTX", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Neoleukin Therapeutics Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_515A363056472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG005Y0QDK1", + "cik": "0001404644", + "lei": null + }, + { + "symbol": "NLY", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Annaly Capital Management Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5453434A4E362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BJFJ98", + "cik": "0001043219", + "lei": "2DTL0G3FPRYUT58TI025" + }, + { + "symbol": "NLY-D", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Annaly Capital Management Inc - 7.50% PRF PERPETUAL USD 25 - Ser D", + "date": "2020-12-23", + "type": "ps", + "iexId": "IEX_4A594B504A502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001043219", + "lei": "2DTL0G3FPRYUT58TI025" + }, + { + "symbol": "NLY-F", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Annaly Capital Management Inc - FXDFR PRF PERPETUAL USD 25 - Ser F", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_56574D5133502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001043219", + "lei": "2DTL0G3FPRYUT58TI025" + }, + { + "symbol": "NLY-G", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Annaly Capital Management Inc - FXDFR PRF PERPETUAL USD 25 - Ser G", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_574E523139582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001043219", + "lei": "2DTL0G3FPRYUT58TI025" + }, + { + "symbol": "NLY-I", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Annaly Capital Management Inc - FXDFR PRF PERPETUAL USD 25 - Ser I", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_565838574C4D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001043219", + "lei": "2DTL0G3FPRYUT58TI025" + }, + { + "symbol": "NM", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Navios Maritime Holdings, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5032304746382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000QQV8V7", + "cik": "0001333172", + "lei": "549300S82W3QK11L1415" + }, + { + "symbol": "NMCI", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Navios Maritime Containers LP - Unit", + "date": "2021-01-24", + "type": null, + "iexId": "IEX_4743565343362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00LC3BZC0", + "cik": "0001707210", + "lei": "549300BB5NJ0TTUKLD13" + }, + { + "symbol": "NMCO", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Nuveen Municipal Credit Opportunities Fund", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4A48593947542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00P0WQZZ9", + "cik": "0001774342", + "lei": null + }, + { + "symbol": "NMFC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "New Mountain Finance Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4E564B5A32352D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BG22J4", + "cik": "0001496099", + "lei": "549300L1MPTT1H7SES77" + }, + { + "symbol": "NMFCL", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "New Mountain Finance Corp - 5.75% NT REDEEM 01/10/2023 USD 25", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4B353057525A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001496099", + "lei": "549300L1MPTT1H7SES77" + }, + { + "symbol": "NMI", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Nuveen Municipal Income Fund", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5246515737322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BQ0Q01", + "cik": "0000830271", + "lei": "549300B7KLL5KV0GQO76" + }, + { + "symbol": "NMIH", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "NMI Holdings Inc - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_57374858524E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG005DLMMZ6", + "cik": "0001547903", + "lei": "529900KNNGFXJX1C3Z08" + }, + { + "symbol": "NMK-B", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Niagara Mohawk Power Corp. - 3.60% PRF PERPETUAL USD 100", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_544E59535A5A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000071932", + "lei": "3T97Y9RR5EN5Y18QHB56" + }, + { + "symbol": "NMK-C", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Niagara Mohawk Power Corp. - 3.90% PRF PERPETUAL USD 100", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_5134595448572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000071932", + "lei": "3T97Y9RR5EN5Y18QHB56" + }, + { + "symbol": "NML", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "Neuberger Berman MLP and Energy Income Fund Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4A46385857302D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG003NBK4H4", + "cik": "0001562051", + "lei": null + }, + { + "symbol": "NMM", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Navios Maritime Partners L.P. - Unit", + "date": "2021-01-24", + "type": null, + "iexId": "IEX_5446355851312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000TS4FG1", + "cik": "0001415921", + "lei": "213800185NOIXCLYX335" + }, + { + "symbol": "NMMC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "North Mountain Merger Corp - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_44485A5144372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00XRTBYR8", + "cik": "0001819157", + "lei": "54930034WSZ6BSWNPN41" + }, + { + "symbol": "NMMCW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "North Mountain Merger Corp - Warrants (16/09/2025)", + "date": "2021-01-24", + "type": "wt", + "iexId": "IEX_584E4B4A43422D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00Y4B1996", + "cik": "0001819157", + "lei": "54930034WSZ6BSWNPN41" + }, + { + "symbol": "NMR", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Nomura Holdings Inc. - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_4A42475144302D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BZPXB7", + "cik": "0001163653", + "lei": "549300B3CEAHYG7K8164" + }, + { + "symbol": "NMRD", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Nemaura Medical Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5647385144302D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0068FC7D1", + "cik": "0001602078", + "lei": "549300P7MGHAVZCM1N34" + }, + { + "symbol": "NMRK", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Newmark Group Inc - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4B4E4B5938482D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00J24S765", + "cik": "0001690680", + "lei": null + }, + { + "symbol": "NMS", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Nuveen Minnesota Quality Municipal Income Fund", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4751524846332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0077HT0Y0", + "cik": "0001607997", + "lei": "549300G7ZQTM08LLEK41" + }, + { + "symbol": "NMT", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Nuveen Massachusetts Quality Municipal Income Fund", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4A584D4E30392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BGT3D9", + "cik": "0000897419", + "lei": null + }, + { + "symbol": "NMTR", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "9 Meters Biopharma Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_524752504A4B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00BDX4VX9", + "cik": "0001551986", + "lei": "549300TNBRYXYEAI2956" + }, + { + "symbol": "NMY", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Nuveen Maryland Quality Municipal Income Fund", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5059355154512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BGSPK3", + "cik": "0000897424", + "lei": "5493006P9O3UMO01A682" + }, + { + "symbol": "NMZ", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Nuveen Municipal High Income Opportunity Fund", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_50374C5157572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BY2HL9", + "cik": "0001266585", + "lei": "BN7VUB6JBYC7TTWZRZ58" + }, + { + "symbol": "NNA", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Navios Maritime Acquisition Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4E4E4B58364B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000F44GR5", + "cik": "0001437260", + "lei": "549300BLM92Q6S7VH965" + }, + { + "symbol": "NNBR", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "NN Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4753515933382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BHCJX8", + "cik": "0000918541", + "lei": "549300SU3TUM6VH84645" + }, + { + "symbol": "NNDM", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Nano Dimension Ltd - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_4E4330354E472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG009DFFVW2", + "cik": "0001643303", + "lei": "529900VO8AZA0A4ZUM77" + }, + { + "symbol": "NNI", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Nelnet Inc - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4732315A444B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000PYJY93", + "cik": "0001258602", + "lei": "549300T6B0Q52I6OM558" + }, + { + "symbol": "NNN", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "National Retail Properties Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_54314E5448532D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000CLP0Y4", + "cik": "0000751364", + "lei": "5493008JKH5SOTI0JS97" + }, + { + "symbol": "NNN-F", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "National Retail Properties Inc - 5.20% PRF PERPETUAL USD 25 - Ser F 1/", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_51304B4B344A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000751364", + "lei": "5493008JKH5SOTI0JS97" + }, + { + "symbol": "NNOX", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Nano X Imaging Ltd", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4C47545057542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00RDSZ6J2", + "cik": "0001795251", + "lei": null + }, + { + "symbol": "NNVC", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "NanoViricides Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5648304B46592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000C0WN63", + "cik": "0001379006", + "lei": "5493003CK9Y2H0OORR73" + }, + { + "symbol": "NNY", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Nuveen New York Municipal Value Fund", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5331314650512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BQ1LM7", + "cik": "0000818850", + "lei": "549300NZ3QOSIW1ZM615" + }, + { + "symbol": "NOA", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "North American Construction Group Ltd", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5633564437322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000R07DL0", + "cik": "0001272872", + "lei": "549300DQ6060LO4XGI15" + }, + { + "symbol": "NOAH", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Noah Holdings Limited - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_4B475A5A524A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0017X96T3", + "cik": "0001499543", + "lei": "3003008QW3IHPD3NTU41" + }, + { + "symbol": "NOBL", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "ProShares Trust - ProShares S&P 500 Dividend Aristocrats ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_56385A3742392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG005D266N4", + "cik": "0001174610", + "lei": null + }, + { + "symbol": "NOC", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Northrop Grumman Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4C484B4E385A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BQ2C28", + "cik": "0001133421", + "lei": "RIMU48P07456QXSO0R61" + }, + { + "symbol": "NOCT", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "Innovator ETFs Trust - Innovator Nasdaq-100 Power Buffer ETF- October", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_514E564844482D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00QFP0615", + "cik": "0001415726", + "lei": null + }, + { + "symbol": "NODK", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "NI Holdings Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4A56463151472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00DZS4J87", + "cik": "0001681206", + "lei": "549300LLJVCO2EGU3180" + }, + { + "symbol": "NOG", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "Northern Oil and Gas Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5352543146582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000DRTDR6", + "cik": "0001104485", + "lei": "OKFF0PIZDDMNH4UCYE51" + }, + { + "symbol": "NOK", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Nokia Corp - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_5836393951322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BNGBW9", + "cik": "0000924613", + "lei": "549300A0JPRWG1KI7U06" + }, + { + "symbol": "NOM", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Nuveen Missouri Quality Municipal Income Fund", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5133565044562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BHBC73", + "cik": "0000899782", + "lei": "549300D4075OL0O76470" + }, + { + "symbol": "NOMD", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Nomad Foods Limited", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_474B313234512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0071GM7Y0", + "cik": "0001651717", + "lei": "5493000ZZ1837DS2SI43" + }, + { + "symbol": "NORW", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Global X Funds - Global X MSCI Norway ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5832343442562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0018QFKT9", + "cik": "0001432353", + "lei": null + }, + { + "symbol": "NOV", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "NOV Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_56424C3338592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BJX8C8", + "cik": "0001021860", + "lei": "549300EHF3IW1AR6U008" + }, + { + "symbol": "NOVA", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Sunnova Energy International Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_514243544C362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00PLQ1JR1", + "cik": "0001772695", + "lei": "549300JK1Y1VVC3JU540" + }, + { + "symbol": "NOVN", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Novan Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_514352544B4A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG002V17386", + "cik": "0001467154", + "lei": "549300SC84JW2WRRE324" + }, + { + "symbol": "NOVS", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Novus Capital Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_534C465959392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00VDGP717", + "cik": "0001807707", + "lei": "3003001S9HGWLWWFT460" + }, + { + "symbol": "NOVSW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Novus Capital Corp - Warrants (30/06/2027)", + "date": "2021-01-24", + "type": "wt", + "iexId": "IEX_48535948514B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00VDHM6M7", + "cik": "0001807707", + "lei": "3003001S9HGWLWWFT460" + }, + { + "symbol": "NOVT", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Novanta Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_48565439514B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000JB24Q5", + "cik": "0001076930", + "lei": null + }, + { + "symbol": "NOW", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "ServiceNow Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4D4A305842372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000M1R011", + "cik": "0001373715", + "lei": "549300HJTQM36M0E1G39" + }, + { + "symbol": "NP", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Neenah Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_424D463239312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000QCQ764", + "cik": "0001296435", + "lei": "8SR38IKUT3O1F1I6VH65" + }, + { + "symbol": "NPA", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "New Providence Acquisition Corp - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4B444352314A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00Q402TR2", + "cik": "0001780312", + "lei": null + }, + { + "symbol": "NPAWW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "New Providence Acquisition Corp - Warrants (11/09/2026)", + "date": "2021-01-24", + "type": "wt", + "iexId": "IEX_465743524B462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00QRF6YQ0", + "cik": "0001780312", + "lei": null + }, + { + "symbol": "NPK", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "National Presto Industries, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4751483154502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BQ4GG2", + "cik": "0000080172", + "lei": null + }, + { + "symbol": "NPN", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Nuveen Pennsylvania Municipal Value Fund", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5142505839342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000HTNJY3", + "cik": "0001454978", + "lei": "549300XS1OHX54AZ7637" + }, + { + "symbol": "NPO", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "EnPro Industries Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_50484B3832372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BW2FF4", + "cik": "0001164863", + "lei": "549300Y5CFT2LKCFDN54" + }, + { + "symbol": "NPTN", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "NeoPhotonics Corporation", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4B4D4E4337342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000CL6VN9", + "cik": "0001227025", + "lei": "5493001EHDO3GEGZ6930" + }, + { + "symbol": "NPV", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Nuveen Virginia Quality Municipal Income Fund", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_44425137424B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BDSLT0", + "cik": "0000897421", + "lei": "549300VVSBWT8OW8JS28" + }, + { + "symbol": "NQP", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Nuveen Pennsylvania Quality Municipal Income Fund", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5459314C39422D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BFH7X3", + "cik": "0000870780", + "lei": "5493000C1CS4Q000GF67" + }, + { + "symbol": "NR", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Newpark Resources, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5646595156342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000C2HWL9", + "cik": "0000071829", + "lei": "54930073OHWDQW4DJN26" + }, + { + "symbol": "NRBO", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "NeuroBo Pharmaceuticals Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5033594A4D382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG009YPPXR8", + "cik": "0001638287", + "lei": null + }, + { + "symbol": "NRC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "National Research Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_574D534B51572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG004K1F8W7", + "cik": "0000070487", + "lei": "549300FQIORB6GZCYT15" + }, + { + "symbol": "NREF", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "NexPoint Real Estate Finance Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4E47583436562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00R7TJRM5", + "cik": "0001786248", + "lei": null + }, + { + "symbol": "NREF-A", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "NexPoint Real Estate Finance Inc - 8.50% PRF PERPETUAL USD 25 - Ser A", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4A3748574D362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001786248", + "lei": null + }, + { + "symbol": "NRG", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "NRG Energy Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_525643354A392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000D8RG11", + "cik": "0001013871", + "lei": "5E2UPK5SW04M13XY7I38" + }, + { + "symbol": "NRGD", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Bank of Montreal - ZC SP ETN REDEEM 25/03/2039 USD 500 - Ser E NRGD", + "date": "2021-01-24", + "type": "struct", + "iexId": "IEX_504C545A4D372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00NV7YWD7", + "cik": "0000927971", + "lei": "NQQ6HPCNCCU6TUTQYE16" + }, + { + "symbol": "NRGO", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Bank of Montreal - ZC SP ETN REDEEM 25/03/2039 USD 50 - Ser E NRGO", + "date": "2020-12-18", + "type": "struct", + "iexId": "IEX_584252434B352D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00NV7YQ68", + "cik": "0000927971", + "lei": "NQQ6HPCNCCU6TUTQYE16" + }, + { + "symbol": "NRGU", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Bank of Montreal - ZC SP ETN REDEEM 25/03/2039 USD 50 - Ser E NRGU", + "date": "2021-01-24", + "type": "struct", + "iexId": "IEX_5057584B4E482D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00NV7WXD7", + "cik": "0000927971", + "lei": "NQQ6HPCNCCU6TUTQYE16" + }, + { + "symbol": "NRGX", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "PIMCO Energy and Tactical Credit Opportunities Fund", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_47374348564D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00MF4SGM6", + "cik": "0001756908", + "lei": "549300BX5QVFQJENPV35" + }, + { + "symbol": "NRGZ", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Bank of Montreal - ZC SP ETN REDEEM 25/03/2039 USD 50 - Ser E Sr MedTr", + "date": "2020-12-18", + "type": "struct", + "iexId": "IEX_4758315354422D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00NV7YVC0", + "cik": "0000927971", + "lei": "NQQ6HPCNCCU6TUTQYE16" + }, + { + "symbol": "NRIM", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Northrim Bancorp, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4859324C534A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000C5QMH9", + "cik": "0001163370", + "lei": "5493006X7RLLTZ3SG075" + }, + { + "symbol": "NRIX", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Nurix Therapeutics Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5457335857512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00SDJ8M78", + "cik": "0001549595", + "lei": null + }, + { + "symbol": "NRK", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Nuveen New York AMT-Free Quality Municipal Income Fund", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4C5A373057442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BKVPN7", + "cik": "0001195739", + "lei": "549300V4X2BF3UXSCQ58" + }, + { + "symbol": "NRO", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "Neuberger Berman Real Estate Securities Income Fund Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_48575A3839392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000Q01295", + "cik": "0001261166", + "lei": "549300WU72ZN21PNWQ56" + }, + { + "symbol": "NRP", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Natural Resource Partners LP - Unit", + "date": "2021-01-24", + "type": null, + "iexId": "IEX_4648304B474B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000GMHBH2", + "cik": "0001171486", + "lei": "529900EECJ7CSX1S1S58" + }, + { + "symbol": "NRT", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "North European Oil Royalty Trust - Unit", + "date": "2021-01-24", + "type": null, + "iexId": "IEX_485650375A522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000KDLS30", + "cik": "0000072633", + "lei": null + }, + { + "symbol": "NRUC", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "National Rural Utilities Coop Finance Corp - 5.50% NT REDEEM 15/05/206", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4E54573252312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000070502", + "lei": "4NYF266XZC35SCTGX023" + }, + { + "symbol": "NRZ", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "New Residential Investment Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_56524B394A4B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG003T1GM03", + "cik": "0001556593", + "lei": "549300WNTHGEO5LP2G31" + }, + { + "symbol": "NRZ-A", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "New Residential Investment Corp - FXDFR PRF PERPETUAL USD 25 - Ser A", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_535A375839342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001556593", + "lei": "549300WNTHGEO5LP2G31" + }, + { + "symbol": "NRZ-B", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "New Residential Investment Corp - FXDFR PRF PERPETUAL USD 25 - Ser B", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_5647514753322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001556593", + "lei": "549300WNTHGEO5LP2G31" + }, + { + "symbol": "NRZ-C", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "New Residential Investment Corp - FXDFR PRF PERPETUAL USD 25 - Ser C", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4851393453442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001556593", + "lei": "549300WNTHGEO5LP2G31" + }, + { + "symbol": "NS", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Nustar Energy L P", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4630344459532D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000C1ZRQ7", + "cik": "0001110805", + "lei": "5493003BMLTUIEG2LG44" + }, + { + "symbol": "NS-A", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Nustar Energy L P - FXDFR PRF PERPETUAL USD 25 - Ser A", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_5654354D58352D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001110805", + "lei": "5493003BMLTUIEG2LG44" + }, + { + "symbol": "NS-B", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Nustar Energy L P - FXDFR PRF PERPETUAL USD 25 - Ser B", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_54394C5644422D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001110805", + "lei": "5493003BMLTUIEG2LG44" + }, + { + "symbol": "NS-C", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Nustar Energy L P - FXDFR PRF PERPETUAL USD 25 - Ser C", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_434E365359532D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001110805", + "lei": "5493003BMLTUIEG2LG44" + }, + { + "symbol": "NSA", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "National Storage Affiliates Trust", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4639525956472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG008417VN4", + "cik": "0001618563", + "lei": null + }, + { + "symbol": "NSA-A", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "National Storage Affiliates Trust - 6% PRF PERPETUAL USD 25 - Ser A", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_524C433637372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001618563", + "lei": null + }, + { + "symbol": "NSC", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Norfolk Southern Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4B44434433592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BQ5DS5", + "cik": "0000702165", + "lei": "54930036C8MWP850MI84" + }, + { + "symbol": "NSCO", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Nesco Holdings Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_545930564B392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00HLCWDF2", + "cik": "0001709682", + "lei": null + }, + { + "symbol": "NSCO+", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Nesco Holdings Inc - Warrants (01/01/2025)", + "date": "2021-01-24", + "type": "wt", + "iexId": "IEX_5230363134512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00HVYLX89", + "cik": "0001709682", + "lei": null + }, + { + "symbol": "NSEC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "National Security Group, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_584B543233572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BZ21R5", + "cik": "0000865058", + "lei": "549300WRG6TIC418Z309" + }, + { + "symbol": "NSH", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "NavSight Holdings Inc - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_43324B38384A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00WCNHBW7", + "cik": "0001816017", + "lei": "549300EZFBLFFHJ5MF06" + }, + { + "symbol": "NSH+", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "NavSight Holdings Inc - Warrants (01/01/2030)", + "date": "2021-01-24", + "type": "wt", + "iexId": "IEX_51485359564C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00Y0CDJ48", + "cik": "0001816017", + "lei": "549300EZFBLFFHJ5MF06" + }, + { + "symbol": "NSH=", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "NavSight Holdings Inc - Units (1 Ord Share Class A & 1/2 War)", + "date": "2021-01-24", + "type": null, + "iexId": "IEX_4B314A5243422D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00W9MJN00", + "cik": "0001816017", + "lei": "549300EZFBLFFHJ5MF06" + }, + { + "symbol": "NSIT", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Insight Enterprises Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4C534A575A332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000DY3K39", + "cik": "0000932696", + "lei": "529900S8991TYW6YP792" + }, + { + "symbol": "NSL", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Nuveen Senior Income Fund", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_42595034594B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000C3G136", + "cik": "0001093428", + "lei": "KBG7JWT0F7S6ZY1KMU47" + }, + { + "symbol": "NSP", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Insperity Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4B31303439432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BJ41X2", + "cik": "0001000753", + "lei": "5299000Q0KW7HY5DB751" + }, + { + "symbol": "NSPR", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "InspireMD Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4644545136302D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000QDM9D4", + "cik": "0001433607", + "lei": "549300OQ16IJ5DIS5D30" + }, + { + "symbol": "NSPR+", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "InspireMD Inc - Warrants (07/07/2021)", + "date": "2021-01-24", + "type": "wt", + "iexId": "IEX_4C384B5646342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00DGZNZX7", + "cik": "0001433607", + "lei": "549300OQ16IJ5DIS5D30" + }, + { + "symbol": "NSPR+B", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "InspireMD Inc - Warrants - Class B (14/03/2022)", + "date": "2021-01-24", + "type": "wt", + "iexId": "IEX_545242364A442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00GF4ZB33", + "cik": "0001433607", + "lei": "549300OQ16IJ5DIS5D30" + }, + { + "symbol": "NSS", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Nustar Logistics LP - FXDFR NT REDEEM 15/01/2043 USD 25", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4730384B57512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001294683", + "lei": "N62BF2PKP51FIIOIUN20" + }, + { + "symbol": "NSSC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "NAPCO Security Technologies Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_504A50565A4E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BQ6CT5", + "cik": "0000069633", + "lei": "529900KV21J4YY9YST76" + }, + { + "symbol": "NSTG", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Nanostring Technologies Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5048375159422D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0019K7GX4", + "cik": "0001401708", + "lei": "549300G4CK0Y3WRDMY89" + }, + { + "symbol": "NSYS", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Nortech Systems Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4B52514243372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BFV339", + "cik": "0000722313", + "lei": null + }, + { + "symbol": "NTAP", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Netapp Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4A465735485A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000FP1N32", + "cik": "0001002047", + "lei": "QTX3D84DZDD5JYOCYH15" + }, + { + "symbol": "NTCO", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Natura &Co Holding S.A. - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_53344A3032582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00R4ZKPN5", + "cik": "0001776967", + "lei": null + }, + { + "symbol": "NTCT", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Netscout Systems Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_424A324B57582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000C136Z8", + "cik": "0001078075", + "lei": "5493005HZXZ3SPNVCV76" + }, + { + "symbol": "NTEC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Intec Pharma Ltd", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4652534734562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG003CG2YW2", + "cik": "0001638381", + "lei": "549300D3TJ3SR4HKZT46" + }, + { + "symbol": "NTES", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "NetEase Inc - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_4B52565459472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BX72V8", + "cik": "0001110646", + "lei": "5299004AF4DSJDB0PA32" + }, + { + "symbol": "NTG", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Tortoise Midstream Energy Fund Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5256395431342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BTTK61", + "cik": "0001490286", + "lei": "549300YD59DIX0JIF033" + }, + { + "symbol": "NTGR", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Netgear Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5350423931572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000C4GBR6", + "cik": "0001122904", + "lei": "54930067KX3UNRHDWA78" + }, + { + "symbol": "NTIC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Northern Technologies International Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5630355A594E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000D380M5", + "cik": "0000875582", + "lei": null + }, + { + "symbol": "NTIP", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "Network-1 Technologies Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_534A593951382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BBJ2V3", + "cik": "0001065078", + "lei": "529900GYEMDKBILURW28" + }, + { + "symbol": "NTLA", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Intellia Therapeutics Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_58394C5456582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG007KC7PB0", + "cik": "0001652130", + "lei": "5493002T5BCPE5DZC723" + }, + { + "symbol": "NTN", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "NTN Buzztime Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_524C435656362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000CX5677", + "cik": "0000748592", + "lei": null + }, + { + "symbol": "NTNX", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Nutanix Inc - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_58325751574A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG001NDW1Z7", + "cik": "0001618732", + "lei": "549300X7J6E8TKVIXW09" + }, + { + "symbol": "NTP", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Nam Tai Property Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4E5738394E322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000G2Y250", + "cik": "0000829365", + "lei": "529900O97Q8EBC2RBV34" + }, + { + "symbol": "NTR", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Nutrien Ltd", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5457323756392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00JM9XLN6", + "cik": "0001725964", + "lei": "5493002QQ7GD21OWF963" + }, + { + "symbol": "NTRA", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Natera Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5636485357582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG001J1BQ86", + "cik": "0001604821", + "lei": null + }, + { + "symbol": "NTRP", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Neurotrope Inc", + "date": "2020-12-03", + "type": "cs", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG001MKW0R3", + "cik": "0001513856", + "lei": "5493004YWIV7CFNJYU12" + }, + { + "symbol": "NTRS", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Northern Trust Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5831524A35592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BQ74K1", + "cik": "0000073124", + "lei": "549300GLF98S992BC502" + }, + { + "symbol": "NTRSO", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Northern Trust Corp. - 4.70% PRF PERPETUAL USD 25 - DpSh Rp1/1000th Sr", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_44435A3557432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000073124", + "lei": "549300GLF98S992BC502" + }, + { + "symbol": "NTST", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Netstreit Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_574A334E51362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00W5FQPV2", + "cik": "0001798100", + "lei": null + }, + { + "symbol": "NTSX", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "WisdomTree Trust - WisdomTree 90 60 U S Balanced Fund", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_544E425446542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00LLPH5Y7", + "cik": "0001350487", + "lei": null + }, + { + "symbol": "NTUS", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Natus Medical Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4330535A48422D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000DPZHS3", + "cik": "0000878526", + "lei": "549300ZW3JLSJGT2D838" + }, + { + "symbol": "NTWK", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Netsol Technologies, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5344444A36342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000D1LXG9", + "cik": "0001039280", + "lei": "529900EXOTPTUR7O6B54" + }, + { + "symbol": "NTZ", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Natuzzi S.P.A. - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_465333364D572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BCLG92", + "cik": "0000900391", + "lei": "815600CD168B21C00884" + }, + { + "symbol": "NUAG", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Nuveen Fund Advisors LLC - NuShares Enhanced Yield U.S. Aggregate Bond", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_43534D4B53332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00DRM9664", + "cik": "0001311016", + "lei": null + }, + { + "symbol": "NUAN", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Nuance Communications Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4C385342344C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BD3LM4", + "cik": "0001002517", + "lei": "AEMSOT3SS15TNMJCE605" + }, + { + "symbol": "NUBD", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Nuveen Fund Advisors LLC - NuShares ESG U.S. Aggregate Bond ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_42444C5A424C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00HTVKYC2", + "cik": "0001311016", + "lei": null + }, + { + "symbol": "NUDM", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "Nuveen Fund Advisors LLC - Nuveen ESG International Developed Markets ", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5451375630362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00GVWYJ91", + "cik": "0001311016", + "lei": null + }, + { + "symbol": "NUE", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Nucor Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_484B4C4A50432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BQ8KV2", + "cik": "0000073309", + "lei": "549300GGJCRSI2TIEJ46" + }, + { + "symbol": "NUEM", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "Nuveen Fund Advisors LLC - Nuveen ESG Emerging Markets Equity ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_515346304C4D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00GVX4173", + "cik": "0001311016", + "lei": null + }, + { + "symbol": "NUGT", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Direxion Shares ETF Trust - Direxion Daily Gold Miners Index Bull 2X S", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5051543636472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0019YY764", + "cik": "0001424958", + "lei": null + }, + { + "symbol": "NUHY", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "NuShares ETF Trust - Nuveen ESG High Yield Corporate Bond ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_524B333544362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00QD6KKW2", + "cik": "0001635073", + "lei": null + }, + { + "symbol": "NULC", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "Nuveen Fund Advisors LLC - Nuveen ESG Large-Cap ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_464B325348432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00PBDJYT7", + "cik": "0001311016", + "lei": null + }, + { + "symbol": "NULG", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "Nuveen Fund Advisors LLC - Nuveen ESG Large-Cap Growth ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4D50584832332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00FJ5GXF8", + "cik": "0001311016", + "lei": null + }, + { + "symbol": "NULV", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "Nuveen Fund Advisors LLC - Nuveen ESG Large-Cap Value ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_535A445953522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00FJ5H9S6", + "cik": "0001311016", + "lei": null + }, + { + "symbol": "NUM", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Nuveen Michigan Quality Municipal Income Fund", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4B4E394A4B592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BFWPB0", + "cik": "0000878198", + "lei": "549300FCV671TX0VBC86" + }, + { + "symbol": "NUMG", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "Nuveen Fund Advisors LLC - Nuveen ESG Mid-Cap Growth ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_544B4C3357382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00FJ5HK56", + "cik": "0001311016", + "lei": null + }, + { + "symbol": "NUMV", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "Nuveen Fund Advisors LLC - Nuveen ESG Mid-Cap Value ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_514D523947502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00FJ5HSH6", + "cik": "0001311016", + "lei": null + }, + { + "symbol": "NUO", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Nuveen Ohio Quality Municipal Income Fund", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4C36424A4C472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BFR4Q7", + "cik": "0000878200", + "lei": "549300YQTF12CXCN9E54" + }, + { + "symbol": "NURE", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "Nuveen Fund Advisors LLC - Nuveen Short-Term REIT ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_44544757514C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00FJ5J003", + "cik": "0001311016", + "lei": null + }, + { + "symbol": "NURO", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Neurometrix Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4847383139372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BB88M2", + "cik": "0001289850", + "lei": "549300WDIIBGIRV0N856" + }, + { + "symbol": "NUS", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Nu Skin Enterprises, Inc. - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_47535748544B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000HG21Y3", + "cik": "0001021561", + "lei": "54930050DETB6CP71D38" + }, + { + "symbol": "NUSA", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Nuveen Fund Advisors LLC - NuShares Enhanced Yield 1-5 Year U.S. Aggre", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_52533451484C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00G75V8P6", + "cik": "0001311016", + "lei": null + }, + { + "symbol": "NUSC", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "Nuveen Fund Advisors LLC - Nuveen ESG Small-Cap ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_523658474B362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00FJ5HW78", + "cik": "0001311016", + "lei": null + }, + { + "symbol": "NUSI", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "ETF Series Solutions Trust - Nationwide Risk-Managed Income ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_434B584D544C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00R2NHGZ5", + "cik": "0001540305", + "lei": null + }, + { + "symbol": "NUV", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Nuveen Municipal Value Fund Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_574751544D4D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BQ9R46", + "cik": "0000812801", + "lei": "549300TFLBQ7LJSP8B20" + }, + { + "symbol": "NUVA", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Nuvasive Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4C30564330522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000LNL298", + "cik": "0001142596", + "lei": "549300C5ZB4NZ6TWM881" + }, + { + "symbol": "NUW", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Nuveen AMT-Free Municipal Value Fund", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4A38433952522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BB8M05", + "cik": "0001450445", + "lei": "5493002K5IM2S29FUR04" + }, + { + "symbol": "NUZE", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Nuzee Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_56505156564B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0021VB7D3", + "cik": "0001527613", + "lei": "549300TVHCHY3640I014" + }, + { + "symbol": "NVAX", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Novavax, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_464B393431532D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000NVSBL7", + "cik": "0001000694", + "lei": "529900J4GJHPEPQ23205" + }, + { + "symbol": "NVCN", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Neovasc Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4D52315A36572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000H11ST4", + "cik": "0001399708", + "lei": "549300IWQPQMJGDOVC54" + }, + { + "symbol": "NVCR", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "NovoCure Ltd", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4252425943312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG009XW8PY2", + "cik": "0001645113", + "lei": "213800YPP55UMHWA4826" + }, + { + "symbol": "NVDA", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "NVIDIA Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4B37545053582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BBJQV0", + "cik": "0001045810", + "lei": "549300S4KLFTLO7GSQ80" + }, + { + "symbol": "NVEC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "NVE Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4759393238512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000N22GR2", + "cik": "0000724910", + "lei": "5299003C1ATTWX8X0112" + }, + { + "symbol": "NVEE", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "NV5 Global Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4B583738384C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG005BT60Y8", + "cik": "0001532961", + "lei": null + }, + { + "symbol": "NVFY", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Nova Lifestyle Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4A424A4653522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000QL42S5", + "cik": "0001473334", + "lei": "529900567T0XT4YBUB80" + }, + { + "symbol": "NVG", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Nuveen AMT-Free Municipal Credit Income Fund", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4339585152502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000DBR6Y0", + "cik": "0001090116", + "lei": "549300LBMO1C0IG71T03" + }, + { + "symbol": "NVGS", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Navigator Holdings Ltd", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_43464B3844392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000R9BLC8", + "cik": "0001581804", + "lei": "213800H7RVOFYARK2W19" + }, + { + "symbol": "NVIV", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "InVivo Therapeutics Holdings Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_474C363235572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000MFKJB5", + "cik": "0001292519", + "lei": "549300FGLYJVWKVH3W38" + }, + { + "symbol": "NVMI", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Nova Measuring Instruments Ltd", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5457593959352D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BSY1Y8", + "cik": "0001109345", + "lei": "529900B2DSWE5V3SC292" + }, + { + "symbol": "NVMZ", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "Listed Funds Trust - TrueShares Structured Outcome (November) ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4E43594A43522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00XZPWVM5", + "cik": "0001683471", + "lei": null + }, + { + "symbol": "NVO", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Novo Nordisk - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_51304C33504A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BQBKR3", + "cik": "0000353278", + "lei": "549300DAQ1CVT6CXN342" + }, + { + "symbol": "NVQ", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Exchange Listed Funds Trust - QRAFT AI-Enhanced U.S. Next Value ETF", + "date": "2021-01-24", + "type": "et", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00YDFV2C5", + "cik": "0001547950", + "lei": null + }, + { + "symbol": "NVR", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "NVR Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_44304C4454312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BQBYR3", + "cik": "0000906163", + "lei": "529900RWXR4JI3JYTV70" + }, + { + "symbol": "NVRO", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Nevro Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_44374C4A44392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG001K61W36", + "cik": "0001444380", + "lei": "254900SH91I4BOYKUE38" + }, + { + "symbol": "NVS", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Novartis AG - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_5342333737372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000LYF3S8", + "cik": "0001114448", + "lei": "5493007HIVTX6SY6XD66" + }, + { + "symbol": "NVST", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Envista Holdings Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5359365838332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00LN4B5N0", + "cik": "0001757073", + "lei": "549300BX623VURJZ5269" + }, + { + "symbol": "NVT", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "nVent Electric plc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_48395A4252372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00GNT7999", + "cik": "0001720635", + "lei": null + }, + { + "symbol": "NVTA", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Invitae Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4C39334C42562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG005DJFD43", + "cik": "0001501134", + "lei": "549300MYI59DZW1WIX92" + }, + { + "symbol": "NVUS", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Novus Therapeutics Inc", + "date": "2021-01-05", + "type": "cs", + "iexId": "IEX_4C59354744472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00241S542", + "cik": "0001404281", + "lei": "549300S17CAM13O43606" + }, + { + "symbol": "NWBI", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Northwest Bancshares Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5152344748562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BG8NP5", + "cik": "0001471265", + "lei": "549300RLPDJH5V5UHQ32" + }, + { + "symbol": "NWE", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Northwestern Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4357304D435A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000Q1NMJ4", + "cik": "0000073088", + "lei": "3BPWMBHR1R9SHUN7J795" + }, + { + "symbol": "NWFL", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Norwood Financial Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4C384D394B572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BN1P63", + "cik": "0001013272", + "lei": null + }, + { + "symbol": "NWG", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "NatWest Group Plc - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_43374D544E382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000GNNNC2", + "cik": "0000844150", + "lei": "2138005O9XJIJN4JPN90" + }, + { + "symbol": "NWHM", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "New Home Company Inc (The)", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4D544754474D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG004PQG1V2", + "cik": "0001574596", + "lei": "549300PLCE8TB3TVRQ85" + }, + { + "symbol": "NWL", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Newell Brands Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_47464A4744352D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BQC9V2", + "cik": "0000814453", + "lei": "549300LWGYFM1TVO1Z12" + }, + { + "symbol": "NWLI", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "National Western Life Group Inc - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5757335937332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG008HNHZ07", + "cik": "0001635984", + "lei": "549300HPXNVHFT1BJ192" + }, + { + "symbol": "NWN", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Northwest Natural Holding Co", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_544C505244372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00KXKRKY3", + "cik": "0001733998", + "lei": null + }, + { + "symbol": "NWPX", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Northwest Pipe Co.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_47563150564A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000FLVLF9", + "cik": "0001001385", + "lei": "54930056VW2CRCZ9RE54" + }, + { + "symbol": "NWS", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "News Corp - Class B", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_46514A444C332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0035M2ZB7", + "cik": "0001564708", + "lei": "549300ITS31QK8VRBQ14" + }, + { + "symbol": "NWSA", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "News Corp - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4B54504B34512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0035LY913", + "cik": "0001564708", + "lei": "549300ITS31QK8VRBQ14" + }, + { + "symbol": "NX", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Quanex Building Products Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5232483944592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000TXVLZ6", + "cik": "0001423221", + "lei": "5493000TL30VL5WOAW87" + }, + { + "symbol": "NXC", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Nuveen California Select Tax-Free Income Portfolio", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5348543653422D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000CTKTZ8", + "cik": "0000885732", + "lei": "549300PYJN62OFE8VK36" + }, + { + "symbol": "NXE", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "NexGen Energy Ltd", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4752425A355A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG004WG63P0", + "cik": "0001698535", + "lei": "529900N0IXNXB3IP7F06" + }, + { + "symbol": "NXGN", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "NextGen Healthcare Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4339573759392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BRV7G0", + "cik": "0000708818", + "lei": null + }, + { + "symbol": "NXJ", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Nuveen New Jersey Quality Municipal Income Fund", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4C59364852542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000D61W81", + "cik": "0001087786", + "lei": "5493006CFPL75HL16F31" + }, + { + "symbol": "NXN", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Nuveen New York Select Tax-Free Income Portfolio", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_544C515239352D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000CTM7S2", + "cik": "0000885731", + "lei": "549300O6PCT8Y389MD53" + }, + { + "symbol": "NXP", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Nuveen Select Tax-Free Income Portfolio", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4B51524642352D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000CPMYC8", + "cik": "0000883618", + "lei": "5493005XMO16VD219F88" + }, + { + "symbol": "NXPI", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "NXP Semiconductors NV", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_464A384754362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BND699", + "cik": "0001413447", + "lei": "724500M9BY5293JDF951" + }, + { + "symbol": "NXQ", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Nuveen Select Tax-Free Income Portfolio 2", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4D39464B4C472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000C286X3", + "cik": "0000885733", + "lei": "549300H03PU68F15MD15" + }, + { + "symbol": "NXR", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Nuveen Select Tax-Free Income Portfolio 3", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4753585439532D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000CVJHY2", + "cik": "0000888411", + "lei": "549300JGEWVHKSKUP155" + }, + { + "symbol": "NXRT", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "NexPoint Residential Trust Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4D374A5A48332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0077Q6QJ5", + "cik": "0001620393", + "lei": "549300U2J6XVYBF87166" + }, + { + "symbol": "NXST", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Nexstar Media Group Inc - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_48534B4443592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000DZJVH0", + "cik": "0001142417", + "lei": "52990083ZRR5UT591988" + }, + { + "symbol": "NXTC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Nextcure Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4339543239532D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00BTH5153", + "cik": "0001661059", + "lei": "549300Y5PR6RJR1STI24" + }, + { + "symbol": "NXTD", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Nxt-ID Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4E4B583643562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0043BXM26", + "cik": "0001566826", + "lei": "549300DMV01ZUXZONE77" + }, + { + "symbol": "NXTG", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "First Trust Exchange-Traded Fund III - First Trust Indxx NextG ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_584E38374A482D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG001J78R94", + "cik": "0001424212", + "lei": null + }, + { + "symbol": "NYC", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "New York City REIT Inc - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_474D4C36514D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00V4VSCR2", + "cik": "0001595527", + "lei": null + }, + { + "symbol": "NYCB", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "New York Community Bancorp Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_54544E5A54352D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BVXPZ8", + "cik": "0000910073", + "lei": "529900HVXOTLY61GL030" + }, + { + "symbol": "NYCB-A", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "New York Community Bancorp Inc. - FXDFR PRF PERPETUAL USD 25 - Ser A 1", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4231434D564B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000910073", + "lei": "529900HVXOTLY61GL030" + }, + { + "symbol": "NYF", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "BlackRock Institutional Trust Company N.A. - BTC iShares New York Muni", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_48395435475A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000TGHF00", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "NYMT", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "New York Mortgage Trust Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_44304A4257332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000GZ8014", + "cik": "0001273685", + "lei": "549300JFGR0M7ULHWG48" + }, + { + "symbol": "NYMTM", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "New York Mortgage Trust Inc - FXDFR PRF PERPETUAL USD 25 - Ser E", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_52594C5654312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001273685", + "lei": "549300JFGR0M7ULHWG48" + }, + { + "symbol": "NYMTN", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "New York Mortgage Trust Inc - FXDFR PRF PERPETUAL USD 25 - Ser D", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4637344B53372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001273685", + "lei": "549300JFGR0M7ULHWG48" + }, + { + "symbol": "NYMTO", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "New York Mortgage Trust Inc - 7.875% PRF PERPETUAL USD 25 - Ser C", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4E435934584E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001273685", + "lei": "549300JFGR0M7ULHWG48" + }, + { + "symbol": "NYMTP", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "New York Mortgage Trust Inc - 7.75% PRF PERPETUAL USD 25 - Ser B", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4A395A4848572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001273685", + "lei": "549300JFGR0M7ULHWG48" + }, + { + "symbol": "NYMX", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Nymox Pharmaceutical Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_51585A3330432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000FYGR29", + "cik": "0001018735", + "lei": null + }, + { + "symbol": "NYT", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "New York Times Co. - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4257393250312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000FFC0B3", + "cik": "0000071691", + "lei": "529900J1WEMMIW7BOH57" + }, + { + "symbol": "NYV", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Nuveen New York Municipal Value Fund 2", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_50524A52364D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000HVF238", + "cik": "0001454981", + "lei": "8JST4ZDGY7PWCKUQZR78" + }, + { + "symbol": "NZF", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Nuveen Municipal Credit Income Fund", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4C534B3137372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BG9MK1", + "cik": "0001137887", + "lei": "54930078DL3R0VSYW338" + }, + { + "symbol": "O", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Realty Income Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_42365A58514C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000DHPN63", + "cik": "0000726728", + "lei": "549300CUWDAUZSH43859" + }, + { + "symbol": "OAC", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Oaktree Acquisition Corp - Class A", + "date": "2021-01-21", + "type": "cs", + "iexId": "IEX_544A3733575A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00Q53VYM7", + "cik": "0001773751", + "lei": "549300ZQ4ZUYSAAX6P59" + }, + { + "symbol": "OAC+", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Oaktree Acquisition Corp - Warrants (01/01/9999)", + "date": "2021-01-21", + "type": "wt", + "iexId": "IEX_563344385A482D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00Q5974M7", + "cik": "0001773751", + "lei": "549300ZQ4ZUYSAAX6P59" + }, + { + "symbol": "OAC=", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Oaktree Acquisition Corp - Units (1 Ord Share Class A & 1/3 War)", + "date": "2021-01-21", + "type": null, + "iexId": "IEX_5754544B57572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00PM24ZP6", + "cik": "0001773751", + "lei": "549300ZQ4ZUYSAAX6P59" + }, + { + "symbol": "OACB", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Oaktree Acquisition Corp II - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4654564D50362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00Y1DKNY5", + "cik": "0001820931", + "lei": null + }, + { + "symbol": "OACB+", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Oaktree Acquisition Corp II - Warrants (15/09/2027)", + "date": "2021-01-24", + "type": "wt", + "iexId": "IEX_4D504A3848432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00Y1FZG88", + "cik": "0001820931", + "lei": null + }, + { + "symbol": "OACB=", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Oaktree Acquisition Corp II - Units (1 Ord Share Class A & 1/4 War)", + "date": "2021-01-24", + "type": null, + "iexId": "IEX_564E3148324A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00X28RLV7", + "cik": "0001820931", + "lei": null + }, + { + "symbol": "OAK-A", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Oaktree Capital Group LLC - 6.625% PRF PERPETUAL USD 25 - Ser A", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4D4A4846504A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001403528", + "lei": "254900T1ODNFOK2L6090" + }, + { + "symbol": "OAK-B", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Oaktree Capital Group LLC - 6.55% PRF PERPETUAL USD 25 - Ser B", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4833364B53482D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001403528", + "lei": "254900T1ODNFOK2L6090" + }, + { + "symbol": "OAS", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Oasis Petroleum Inc. - New", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_57335838585A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00Y7BLHL9", + "cik": "0001486159", + "lei": "529900FA4V2YNIKZ0M71" + }, + { + "symbol": "OBAS", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Optibase", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5450343743322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BCVP64", + "cik": "0001077618", + "lei": null + }, + { + "symbol": "OBCI", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Ocean Bio-Chem, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4233444C44332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BB90B0", + "cik": "0000350737", + "lei": null + }, + { + "symbol": "OBLG", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "Oblong Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_43474B564D592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000M1B3Z5", + "cik": "0000746210", + "lei": "5493005Q5YB0642UZX06" + }, + { + "symbol": "OBLN", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Obalon Therapeutics Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4D5439334D392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0036S6JY0", + "cik": "0001427570", + "lei": "549300TKI48OFOSV4780" + }, + { + "symbol": "OBNK", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Origin Bancorp Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4448484A56442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BFNLP4", + "cik": "0001516912", + "lei": "54930055DO2Z4KO3NB45" + }, + { + "symbol": "OBOR", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Krane Shares Trust - KraneShares MSCI One Belt One Road Index ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_52584B5432432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00HNJ1H06", + "cik": "0001547576", + "lei": null + }, + { + "symbol": "OBSV", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "ObsEva SA.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4C503544354B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00FPDNKZ2", + "cik": "0001685316", + "lei": "549300PNZ0UEJVKN1618" + }, + { + "symbol": "OC", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Owens Corning", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4C31584E4B302D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000M44VW8", + "cik": "0001370946", + "lei": "JO5M6676RDJIZ2U8X907" + }, + { + "symbol": "OCA", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Omnichannel Acquisition Corp - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00Y0C8FH8", + "cik": "0001827669", + "lei": null + }, + { + "symbol": "OCA+", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Omnichannel Acquisition Corp - Warrants (30/12/2027)", + "date": "2021-01-24", + "type": "wt", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00YV3CSQ1", + "cik": "0001827669", + "lei": null + }, + { + "symbol": "OCA=", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Omnichannel Acquisition Corp - Units (1 Ord Class A & 1/2 War)", + "date": "2021-01-24", + "type": null, + "iexId": "IEX_5751324730482D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00Y05BH12", + "cik": "0001827669", + "lei": null + }, + { + "symbol": "OCC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Optical Cable Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_44445A4738472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000PM18B2", + "cik": "0001000230", + "lei": "529900VDFC1HM862HG67" + }, + { + "symbol": "OCCI", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "OFS Credit Company Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_54464D57524B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00HWHK701", + "cik": "0001716951", + "lei": "549300A7A6U0QNX5FB55" + }, + { + "symbol": "OCCIP", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "OFS Credit Company Inc - 6.875% PRF REDEEM 31/03/2024 USD 25 - Ser A", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_5639305350342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001716951", + "lei": "549300A7A6U0QNX5FB55" + }, + { + "symbol": "OCFC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "OceanFirst Financial Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5038524A34472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000GYLFT9", + "cik": "0001004702", + "lei": null + }, + { + "symbol": "OCFCP", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "OceanFirst Financial Corp. - FXDFR PRF PERPETUAL USD 25 - Ser A", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_5757465A4D532D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001004702", + "lei": null + }, + { + "symbol": "OCFT", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Oneconnect Financial Technology Co Ltd - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_4C573059344E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00QV3KKD0", + "cik": "0001780531", + "lei": null + }, + { + "symbol": "OCG", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Oriental Culture Holding Ltd", + "date": "2021-01-24", + "type": "cs", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00QTZYB38", + "cik": "0001776067", + "lei": null + }, + { + "symbol": "OCGN", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Ocugen Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5631505351322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00194VJB1", + "cik": "0001372299", + "lei": "549300JVNUI9CXWJLR09" + }, + { + "symbol": "OCIO", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "ETF Series Solutions Trust - ClearShares OCIO ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_463350355A472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00H1CXHB8", + "cik": "0001540305", + "lei": null + }, + { + "symbol": "OCN", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Ocwen Financial Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4D33524650352D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BPYHJ6", + "cik": "0000873860", + "lei": "549300DDD1YQ8EIAT278" + }, + { + "symbol": "OCSI", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Oaktree Strategic Income Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_54314A4736512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG004T6XLQ5", + "cik": "0001577791", + "lei": "5493005B6R76YRZJXB89" + }, + { + "symbol": "OCSL", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Oaktree Specialty Lending Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5144585451542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000TKZRB3", + "cik": "0001414932", + "lei": "549300J6MGCEU5928620" + }, + { + "symbol": "OCTZ", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "Listed Funds Trust - TrueShares Structured Outcome (October) ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_48444A314B542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00XNQS520", + "cik": "0001683471", + "lei": null + }, + { + "symbol": "OCUL", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Ocular Therapeutix Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_58374847354B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG001J1BZV0", + "cik": "0001393434", + "lei": "529900ABAWFXOHSIHG03" + }, + { + "symbol": "OCUP", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Ocuphire Pharma Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4A4E575854422D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BT34Q3", + "cik": "0001228627", + "lei": "529900C85NBMQFSETD92" + }, + { + "symbol": "OCX", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "OncoCyte Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4E30564C50372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG008P5VFV1", + "cik": "0001642380", + "lei": "549300BIYAW8GO410287" + }, + { + "symbol": "ODC", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Oil-Dri Corp. Of America", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4B48525A4A312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000D61MB9", + "cik": "0000074046", + "lei": "549300RSG5KPUH16WH66" + }, + { + "symbol": "ODFL", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Old Dominion Freight Line, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5436435051502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000CHSS88", + "cik": "0000878927", + "lei": "5299009TWK32WE417T96" + }, + { + "symbol": "ODP", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "ODP Corporation (The)", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4D58505046562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000CNZC55", + "cik": "0000800240", + "lei": "549300OI428NU7XTM839" + }, + { + "symbol": "ODT", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Odonate Therapeutics Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_424E4B4A4B5A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00J7CCMX6", + "cik": "0001717452", + "lei": "549300D50X5LSJ208C14" + }, + { + "symbol": "OEC", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Orion Engineered Carbons S.A.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4A324B4331432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG006MC4LP7", + "cik": "0001609804", + "lei": "529900GL5W5OLSTSBE42" + }, + { + "symbol": "OEF", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "BlackRock Institutional Trust Company N.A. - BTC iShares S&P 100 ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_474B5A39384A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000DDXQR3", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "OEG", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Orbital Energy Group Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_52334D5636392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000FX80Q3", + "cik": "0001108967", + "lei": "549300Z34T2S6KBY7S35" + }, + { + "symbol": "OESX", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Orion Energy Systems Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5357345A544C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000CX3LB1", + "cik": "0001409375", + "lei": null + }, + { + "symbol": "OEUR", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "OSI ETF Trust - OShares Europe Quality Dividend ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_44444B4257532D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00L545N94", + "cik": "0001672826", + "lei": null + }, + { + "symbol": "OFC", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Corporate Office Properties Trust", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4647565A52382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BXL4N7", + "cik": "0000860546", + "lei": "YY1J47X6LF9TYY8JY420" + }, + { + "symbol": "OFED", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Oconee Federal Financial Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4746573356392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG001DCR685", + "cik": "0001501078", + "lei": null + }, + { + "symbol": "OFG", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "OFG Bancorp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4C51443044422D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000F5VMF2", + "cik": "0001030469", + "lei": "549300Q4QEXJ37LEXQ06" + }, + { + "symbol": "OFG-A", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "OFG Bancorp - 7.13% PRF PERPETUAL USD 25 - Ser A", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4D5751424B432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001030469", + "lei": "549300Q4QEXJ37LEXQ06" + }, + { + "symbol": "OFG-B", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "OFG Bancorp - 7% PRF PERPETUAL USD 25 - Ser B", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_484C523856582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001030469", + "lei": "549300Q4QEXJ37LEXQ06" + }, + { + "symbol": "OFG-D", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "OFG Bancorp - 7.125% PRF PERPETUAL USD 25 - Ser D", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4C42303850432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001030469", + "lei": "549300Q4QEXJ37LEXQ06" + }, + { + "symbol": "OFIX", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Orthofix Medical Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5343324B31502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000G1C210", + "cik": "0000884624", + "lei": null + }, + { + "symbol": "OFLX", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Omega Flex Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4748524252542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000QSGFZ0", + "cik": "0001317945", + "lei": null + }, + { + "symbol": "OFS", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "OFS Capital Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4334394239352D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000R3NQ37", + "cik": "0001487918", + "lei": "549300XTK3HSWPDBJD13" + }, + { + "symbol": "OFSSG", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "OFS Capital Corp - 6.25% NT REDEEM 30/09/2023 USD 25", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_5746313238432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001487918", + "lei": "549300XTK3HSWPDBJD13" + }, + { + "symbol": "OFSSI", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "OFS Capital Corp - 5.95% NT REDEEM 31/10/2026 USD 25", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4847433344432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001487918", + "lei": "549300XTK3HSWPDBJD13" + }, + { + "symbol": "OFSSL", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ - ALL MARKETS", + "name": "OFS Capital Corp - 6.375% NT REDEEM 30/04/2025 USD 25", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4A46314831442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001487918", + "lei": "549300XTK3HSWPDBJD13" + }, + { + "symbol": "OGCP", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Empire State Realty OP LP - Unit - Ser 60", + "date": "2021-01-24", + "type": null, + "iexId": "IEX_44394A3146502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG005CL8KT4", + "cik": "0001553079", + "lei": "549300JHBOF3KL3CI814" + }, + { + "symbol": "OGE", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Oge Energy Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_464E4B4E51322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BQGLS5", + "cik": "0001021635", + "lei": "CE5OG6JPOZMDSA0LAQ19" + }, + { + "symbol": "OGEN", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "Oragenics Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4E4C475056432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000PTF8K2", + "cik": "0001174940", + "lei": "549300639MGD19K4ZW90" + }, + { + "symbol": "OGI", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "OrganiGram Holdings Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4739324653382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0071L00W0", + "cik": "0001620737", + "lei": null + }, + { + "symbol": "OGIG", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "OSI ETF Trust - O`Shares Global Internet Giants ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4652334D5A562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00L2X4SK0", + "cik": "0001672826", + "lei": null + }, + { + "symbol": "OGS", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "ONE Gas Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_44353435534E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG004WQKD07", + "cik": "0001587732", + "lei": "549300HXDWI0LATTX840" + }, + { + "symbol": "OHI", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Omega Healthcare Investors, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4353533559542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BGBTC2", + "cik": "0000888491", + "lei": "549300OJ7ENK42CZ8E73" + }, + { + "symbol": "OI", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "O-I Glass Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4B354A5854482D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000CNWNL6", + "cik": "0000812233", + "lei": "XRT4MR5HXMYMNAZQA715" + }, + { + "symbol": "OIA", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Invesco Municipal Income Opportunities Trust", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5753545956482D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000D10QR5", + "cik": "0000835333", + "lei": "DJSR2NJ3985722G80Y20" + }, + { + "symbol": "OIBR.C", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Oi S.A. - ADR (Representing 5 Ordinary Shares)", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_5233513047472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000SJFVB0", + "cik": "0001160846", + "lei": "254900YEMWCRRAGD4978" + }, + { + "symbol": "OIH", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "VanEck Vectors ETF Trust - VanEck Vectors Oil Services ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_54575851544D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000D02J82", + "cik": "0000869178", + "lei": null + }, + { + "symbol": "OII", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Oceaneering International, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5836483933502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000CPBCL8", + "cik": "0000073756", + "lei": "549300L6PH74701W0R30" + }, + { + "symbol": "OIIM", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "O2 Micro International - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_4A30365A43542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000C2YJ84", + "cik": "0001095348", + "lei": "5299007KRREO0400F739" + }, + { + "symbol": "OIL", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Barclays Bank PLC - ZC SP ETN REDEEM 18/04/2041 USD 50 - 06740P221", + "date": "2021-01-24", + "type": "struct", + "iexId": "IEX_4E33514857392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG001NC7TG7", + "cik": "0000312070", + "lei": "G5GSEF7VJP5I7OUK5573" + }, + { + "symbol": "OILK", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "ProShares Trust - ProShares K-1 Free Crude Oil Strategy ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4757345344312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00DX358T4", + "cik": "0001174610", + "lei": null + }, + { + "symbol": "OIS", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Oil States International, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4834343754522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BDDN94", + "cik": "0001121484", + "lei": "5493004TF4KQJGMYL777" + }, + { + "symbol": "OJSCY", + "exchange": "POR", + "exchangeSuffix": "", + "exchangeName": "PORTAL", + "name": "PJSC Cherkizovo Group - GDR - 144A", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_5348523831482D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": null, + "lei": "2534005AEG6WJ1WNUF73" + }, + { + "symbol": "OKE", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Oneok Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4E47573937502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BQHGR6", + "cik": "0001039684", + "lei": "2T3D6M0JSY48PSZI1Q41" + }, + { + "symbol": "OKTA", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Okta Inc - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4D43524D4B4D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG001YV1SM4", + "cik": "0001660134", + "lei": "549300N8J06I8MRHU620" + }, + { + "symbol": "OLB", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "OLB Group Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5132584750462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BF01T9", + "cik": "0001314196", + "lei": null + }, + { + "symbol": "OLD", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Janus Capital Management LLC - Janus Long-Term Care ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_42514D4644582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00D0G0VK4", + "cik": "0000812295", + "lei": null + }, + { + "symbol": "OLED", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Universal Display Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_534E35434B352D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BLRP41", + "cik": "0001005284", + "lei": null + }, + { + "symbol": "OLLI", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Ollies Bargain Outlet Holdings Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_584E4D334E322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0098VVDT9", + "cik": "0001639300", + "lei": "529900YO5DSQCPEFDZ05" + }, + { + "symbol": "OLMA", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Olema Pharmaceuticals Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4639563351372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00T5JMRT4", + "cik": "0001750284", + "lei": null + }, + { + "symbol": "OLN", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Olin Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4236563959382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BQHTV3", + "cik": "0000074303", + "lei": "549300GKK294V7W57P06" + }, + { + "symbol": "OLP", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "One Liberty Properties, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5259525A394C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BQJHF5", + "cik": "0000712770", + "lei": "549300QII1CQZGZBZR14" + }, + { + "symbol": "OM", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Outset Medical Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4E394D3343582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0026ZJTQ9", + "cik": "0001484612", + "lei": null + }, + { + "symbol": "OMAB", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Grupo Aeroportuario del Centro Norte S.A.B de C.V. - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_52324C5A46442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000QCR193", + "cik": "0001378239", + "lei": "529900HUSBARAFSXJ605" + }, + { + "symbol": "OMC", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Omnicom Group, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4438443832302D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BS9489", + "cik": "0000029989", + "lei": "HKUPACFHSSASQK8HLS17" + }, + { + "symbol": "OMCL", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Omnicell, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5752545344372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BTNGZ4", + "cik": "0000926326", + "lei": "5493008RH0GTKHHPZI77" + }, + { + "symbol": "OMEG", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Omega Alpha SPAC - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00YMWRXV4", + "cik": "0001832010", + "lei": null + }, + { + "symbol": "OMER", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Omeros Corporation", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4748584A53542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000JLP4B4", + "cik": "0001285819", + "lei": "549300CJWLXX2MXVVV71" + }, + { + "symbol": "OMEX", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Odyssey Marine Exploration, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5035474A4D522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000JJVJF5", + "cik": "0000798528", + "lei": "549300KNVIY6EZIJ2221" + }, + { + "symbol": "OMF", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "OneMain Holdings Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_564858574D502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG005497GZ3", + "cik": "0001584207", + "lei": "549300E3VEW8SMS5XW09" + }, + { + "symbol": "OMFL", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "Invesco Capital Management LLC - Invesco Russell 1000 Dynamic Multifac", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4859354D36302D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00P4Y3FY1", + "cik": "0001224696", + "lei": null + }, + { + "symbol": "OMFS", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "Invesco Exchange-Traded Fund Trust II - Invesco Russell 2000 Dynamic M", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4630425353462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00P4Y3C41", + "cik": "0001378872", + "lei": null + }, + { + "symbol": "OMI", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Owens & Minor, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4339574638472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000CTV5F0", + "cik": "0000075252", + "lei": "549300LMT5KQQXCEZ733" + }, + { + "symbol": "OMP", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Oasis Midstream Partners LP - Unit", + "date": "2021-01-24", + "type": null, + "iexId": "IEX_4436374435582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00GQ30QD7", + "cik": "0001652133", + "lei": null + }, + { + "symbol": "ON", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "ON Semiconductor Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_464B39594D4B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000DV7MX4", + "cik": "0001097864", + "lei": "ZV20P4CNJVT8V1ZGJ064" + }, + { + "symbol": "ONB", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Old National Bancorp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4432525135362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000KFW1C2", + "cik": "0000707179", + "lei": "549300MMK90CL5KMVX16" + }, + { + "symbol": "ONCR", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Oncorus Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_534A4350425A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00DDYJ7N1", + "cik": "0001671818", + "lei": null + }, + { + "symbol": "ONCS", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "OncoSec Medical Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_524A3050444E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BDJBM9", + "cik": "0001444307", + "lei": "529900NA4JNULYG7UU40" + }, + { + "symbol": "ONCT", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Oncternal Therapeutics Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_485A333937382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BX50F2", + "cik": "0001260990", + "lei": "549300QZ85LIXQ8O7P72" + }, + { + "symbol": "ONCY", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Oncolytics Biotech, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4E35504253382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000DVS826", + "cik": "0001129928", + "lei": null + }, + { + "symbol": "ONDS", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Ondas Holdings Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG009HYYCD9", + "cik": "0001646188", + "lei": "549300JWLHDUB82V8607" + }, + { + "symbol": "ONE", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "OneSmart International Education Group Ltd - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_5254444335562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00K7T3CY7", + "cik": "0001722380", + "lei": "549300M48VYZESQCQV62" + }, + { + "symbol": "ONEM", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "1life Healthcare Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_47385A5953502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0026ZDDQ0", + "cik": "0001404123", + "lei": null + }, + { + "symbol": "ONEO", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "SPDR Series Trust - SSqA SPDR Russell 1000 Momentum Focus ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4832504759372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00BL3NDG4", + "cik": "0001064642", + "lei": null + }, + { + "symbol": "ONEQ", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Fidelity Covington Trust - Fidelity Nasdaq Composite Index Tracking St", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_434639505A362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BS1BC6", + "cik": "0000945908", + "lei": null + }, + { + "symbol": "ONEV", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "SPDR Series Trust - SSqA SPDR Russell 1000 Low Volatility Focus ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_58394B5657572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00BL3NRB8", + "cik": "0001064642", + "lei": null + }, + { + "symbol": "ONEW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Onewater Marine Inc - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4336485A39502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00PPXGH18", + "cik": "0001772921", + "lei": null + }, + { + "symbol": "ONEY", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "SPDR Series Trust - SSqA SPDR Russell 1000 Yield Focus ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5231324435372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00BL38SW0", + "cik": "0001064642", + "lei": null + }, + { + "symbol": "ONLN", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "ProShares Trust - ProShares Online Retail ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5046534A424A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00LFMG4Y5", + "cik": "0001174610", + "lei": null + }, + { + "symbol": "ONOF", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Global X Funds - Global X Adaptive U.S. Risk Management ETF", + "date": "2021-01-24", + "type": "et", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00YV3WYS4", + "cik": "0001432353", + "lei": null + }, + { + "symbol": "ONTO", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Onto Innovation Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5044345052352D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BPRN29", + "cik": "0000704532", + "lei": "254900RXZVN73CHOO062" + }, + { + "symbol": "ONTX", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Onconova Therapeutics Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4D4450364B592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000R338X6", + "cik": "0001130598", + "lei": "549300BRAR7BTG2PIY51" + }, + { + "symbol": "ONTXW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Onconova Therapeutics Inc - Warrants (01/08/2021)", + "date": "2021-01-24", + "type": "wt", + "iexId": "IEX_4B4A563339522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00DJ5YPG9", + "cik": "0001130598", + "lei": "549300BRAR7BTG2PIY51" + }, + { + "symbol": "ONVO", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Organovo Holdings Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5444385736512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG001M8GFD0", + "cik": "0001497253", + "lei": null + }, + { + "symbol": "OOMA", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Ooma Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_525A38535A592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG001QB7V26", + "cik": "0001327688", + "lei": null + }, + { + "symbol": "OPBK", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "OP Bancorp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4B36584353422D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000HVWVP1", + "cik": "0001722010", + "lei": "549300LTYZMS0Q13U522" + }, + { + "symbol": "OPCH", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Option Care Health Inc. - Registered Shares", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_57365451344C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BQK480", + "cik": "0001014739", + "lei": "549300DI3Q5ACSYJRI17" + }, + { + "symbol": "OPEN", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Opendoor Technologies Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00SHY8ZQ1", + "cik": "0001801169", + "lei": null + }, + { + "symbol": "OPENW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Opendoor Technologies Inc - Warrants (18/12/2025)", + "date": "2021-01-24", + "type": "wt", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00VC9RR45", + "cik": "0001801169", + "lei": null + }, + { + "symbol": "OPER", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "ETF Series Solutions Trust - ClearShares Ultra-Short Maturity ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_46565242594D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00LDKJCT6", + "cik": "0001540305", + "lei": null + }, + { + "symbol": "OPES", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Opes Acquisition Corp", + "date": "2020-12-17", + "type": "cs", + "iexId": "IEX_4D47463631332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00KB1G6Y2", + "cik": "0001723580", + "lei": "549300TMBK34NK5FIQ38" + }, + { + "symbol": "OPESW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Opes Acquisition Corp - Warrants (13/03/2023)", + "date": "2020-12-17", + "type": "wt", + "iexId": "IEX_4E314C43334D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00KFN07H4", + "cik": "0001723580", + "lei": "549300TMBK34NK5FIQ38" + }, + { + "symbol": "OPGN", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Opgen Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_54594A3348472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG001J1CY88", + "cik": "0001293818", + "lei": "549300ZOCQGHZ50BYX61" + }, + { + "symbol": "OPHC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Optimumbank Holdings Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4A505359374D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000PQV9V6", + "cik": "0001288855", + "lei": null + }, + { + "symbol": "OPI", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Office Properties Income Trust", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_46574D3038332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BB7JQ5", + "cik": "0001456772", + "lei": "529900A38AW14ELBTL34" + }, + { + "symbol": "OPINI", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Office Properties Income Trust - 5.875% NT REDEEM 01/05/2046 USD 25", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_434D5A384B502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001456772", + "lei": "529900A38AW14ELBTL34" + }, + { + "symbol": "OPK", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Opko Health Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5034354736342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000N49069", + "cik": "0000944809", + "lei": "529900A4S2D4OGOJLL02" + }, + { + "symbol": "OPNT", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Opiant Pharmaceuticals Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_514D5A594A422D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000R5GQ30", + "cik": "0001385508", + "lei": null + }, + { + "symbol": "OPOF", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Old Point Financial Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_514C523243562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BSBQ78", + "cik": "0000740971", + "lei": null + }, + { + "symbol": "OPP", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "RiverNorth/DoubleLine Strategic opportunity fund Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4C3536344D532D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00DK83S42", + "cik": "0001678130", + "lei": "549300RV95QKKVIRV167" + }, + { + "symbol": "OPP-A", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "RiverNorth/DoubleLine Strategic opportunity fund Inc - 4.375% PRF PERP", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_445257504D342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001678130", + "lei": "549300RV95QKKVIRV167" + }, + { + "symbol": "OPRA", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Opera Ltd - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_4B4A384C5A432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00LBLDHJ2", + "cik": "0001737450", + "lei": "5493001ULS7KDNNZ3W51" + }, + { + "symbol": "OPRT", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Oportun Financial Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_46344D5346372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BC9XG1", + "cik": "0001538716", + "lei": "549300351Y4J4FKIOR78" + }, + { + "symbol": "OPRX", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "OptimizeRx Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4B4E483234342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000HKQH91", + "cik": "0001448431", + "lei": null + }, + { + "symbol": "OPT", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Opthea Limited - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_424C4A4651372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG001QSYT51", + "cik": "0001519995", + "lei": "549300Q5FMFDLP46SF83" + }, + { + "symbol": "OPTN", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "OptiNose Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_46334C4D32312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00HS39G73", + "cik": "0001494650", + "lei": "549300CPBME7Z3CYMN16" + }, + { + "symbol": "OPTT", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Ocean Power Technologies - Reg S", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_544C594630462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000RKMB42", + "cik": "0001378140", + "lei": "529900PIW1SG4NP5E125" + }, + { + "symbol": "OPY", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Oppenheimer Holdings Inc - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4E354E4C424B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000F006R9", + "cik": "0000791963", + "lei": null + }, + { + "symbol": "OR", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Osisko Gold Royalties Ltd", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_434B5735444C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG006NTSJ78", + "cik": "0001627272", + "lei": "549300TJZTXZMPQ6K004" + }, + { + "symbol": "ORA", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Ormat Technologies Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5032303831322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000Q5BQ63", + "cik": "0001296445", + "lei": "5493000TSHHWY24VHM09" + }, + { + "symbol": "ORAN", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Orange. - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_5343383759312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000J6WJM4", + "cik": "0001038143", + "lei": "969500MCOONR8990S771" + }, + { + "symbol": "ORBC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Orbcomm Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4E504E5A31442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000H85D09", + "cik": "0001361983", + "lei": "529900PSC8WVCY267I23" + }, + { + "symbol": "ORC", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Orchid Island Capital Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_584853564C4D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG001P2KSC8", + "cik": "0001518621", + "lei": "549300KBIHGT19K9DY89" + }, + { + "symbol": "ORCC", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Owl Rock Capital Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_523232464A4A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00DB0XYC4", + "cik": "0001655888", + "lei": "2549000BD79OOCPF2L94" + }, + { + "symbol": "ORCL", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Oracle Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_48513444424B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BQLTW7", + "cik": "0001341439", + "lei": "1Z4GXXU7ZHVWFCD8TV52" + }, + { + "symbol": "ORGO", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Organogenesis Holdings Inc - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5437484E5A312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00FGGD295", + "cik": "0001661181", + "lei": "549300RLC2O821TU6941" + }, + { + "symbol": "ORGS", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Orgenesis Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5358424E53302D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000PPPSF1", + "cik": "0001460602", + "lei": "549300DCE2FRWERKD784" + }, + { + "symbol": "ORI", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Old Republic International Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_514A484C574E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000C4PLF7", + "cik": "0000074260", + "lei": null + }, + { + "symbol": "ORIC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "ORIC Pharmaceuticals Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4754324B4D482D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00BL5SLH5", + "cik": "0001796280", + "lei": "54930033FJRNEYBW0L25" + }, + { + "symbol": "ORLA", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "Orla Mining Ltd", + "date": "2021-01-24", + "type": "cs", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00FZBZ5G6", + "cik": "0001680056", + "lei": "529900DU63EUQ1UZKL30" + }, + { + "symbol": "ORLY", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "O`Reilly Automotive, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5033364D39342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BGYWY6", + "cik": "0000898173", + "lei": "549300K2RLMQL149Q332" + }, + { + "symbol": "ORMP", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Oramed Pharmaceuticals, Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5331313637482D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000LRYR36", + "cik": "0001176309", + "lei": "5299006K52ZIIGQJ6R84" + }, + { + "symbol": "ORN", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Orion Group Holdings Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_525A565659442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BG8N39", + "cik": "0001402829", + "lei": "549300KBVXPV9Q3CT222" + }, + { + "symbol": "ORPH", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Orphazyme A/S - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_434E54344A4C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00X5FQFJ6", + "cik": "0001764791", + "lei": "54930025OZD2GGSQ7L42" + }, + { + "symbol": "ORRF", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Orrstown Financial Services, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5643503847302D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BRRN07", + "cik": "0000826154", + "lei": "5493008IR3FINUFGVM95" + }, + { + "symbol": "ORTX", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Orchard Therapeutics plc - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_574354564B512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00M62QVH5", + "cik": "0001748907", + "lei": "21380056R45ONMT94Z50" + }, + { + "symbol": "OSB", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Norbord Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4A4E534634312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000CXBKD2", + "cik": "0000877365", + "lei": "549300VL705RQ5PHI407" + }, + { + "symbol": "OSBC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Old Second Bancorporation Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_543636584D362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BLFSZ4", + "cik": "0000357173", + "lei": "549300XVJC1MPUT81C04" + }, + { + "symbol": "OSCV", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "ETF Series Solutions Trust - Opus Small Cap Value Plus ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_58375631444A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00LG2DTX7", + "cik": "0001540305", + "lei": null + }, + { + "symbol": "OSG", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Overseas Shipholding Group, Inc. - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4848445332442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0071D5R09", + "cik": "0000075208", + "lei": null + }, + { + "symbol": "OSH", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Oak Street Health Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_47434D334B562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00W0L8GW3", + "cik": "0001564406", + "lei": null + }, + { + "symbol": "OSIS", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "OSI Systems, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5747515957522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BWPR54", + "cik": "0001039065", + "lei": "DDX3MPX1Y8YD30050X33" + }, + { + "symbol": "OSK", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Oshkosh Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_475A465A53462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000CC53X1", + "cik": "0000775158", + "lei": "549300FEKNPCFSA2B506" + }, + { + "symbol": "OSMT", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Osmotica Pharmaceuticals Plc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4636445335512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00LZQJPW6", + "cik": "0001739426", + "lei": "549300UFONE2USNRQ615" + }, + { + "symbol": "OSN", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Ossen Innovation Co Ltd - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_44583134474B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0016XDNW8", + "cik": "0001485538", + "lei": null + }, + { + "symbol": "OSPN", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "OneSpan Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4846314243562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BJ3R48", + "cik": "0001044777", + "lei": "549300D67QDZG593UX89" + }, + { + "symbol": "OSS", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "One Stop Systems Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4C474C4331322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BFKT34", + "cik": "0001394056", + "lei": "549300JIBHBZNCC8X044" + }, + { + "symbol": "OSTK", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Overstock.com Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4230314857462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BF7BV7", + "cik": "0001130713", + "lei": "549300ACR0DL9U7EI710" + }, + { + "symbol": "OSUR", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Orasure Technologies Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_544A4B5753462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000J3D1Y8", + "cik": "0001116463", + "lei": "529900GNNJPNM4XHXQ77" + }, + { + "symbol": "OSW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "OneSpaWorld Holdings Limited", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4850574D30532D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00MKMQ6M4", + "cik": "0001758488", + "lei": "5493007W8PZ8W6UC2X76" + }, + { + "symbol": "OTEL", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Otelco Inc - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4E54523832322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG004MB1SD5", + "cik": "0001288359", + "lei": "5493001B8M5K1Q3TPJ89" + }, + { + "symbol": "OTEX", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Open Text Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4E4A304D4D562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000K712R6", + "cik": "0001002638", + "lei": "549300HP7ONDQODZJV16" + }, + { + "symbol": "OTIC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Otonomy Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4334473051312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000R16894", + "cik": "0001493566", + "lei": "549300DNCEGUZLZ8SP61" + }, + { + "symbol": "OTIS", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Otis Worldwide Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_52434E434B582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00RP60KV0", + "cik": "0001781335", + "lei": "549300ZLBKR8VSU25153" + }, + { + "symbol": "OTLK", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Outlook Therapeutics Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5231334334382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00469JRJ5", + "cik": "0001649989", + "lei": "5493007AWUJ6HPMCBH11" + }, + { + "symbol": "OTLKW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Outlook Therapeutics Inc - Warrants - Series A (18/02/2022)", + "date": "2021-01-24", + "type": "wt", + "iexId": "IEX_4B51433038342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00D2QWD61", + "cik": "0001649989", + "lei": "5493007AWUJ6HPMCBH11" + }, + { + "symbol": "OTRA", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "OTR Acquisition Corp - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00YJ7N1H3", + "cik": "0001821318", + "lei": null + }, + { + "symbol": "OTRAW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "OTR Acquisition Corp - Warrants (01/10/2025)", + "date": "2021-01-24", + "type": "wt", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00YJ8D8J5", + "cik": "0001821318", + "lei": null + }, + { + "symbol": "OTRK", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Ontrak Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_44445A4B474B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000DPG4M9", + "cik": "0001136174", + "lei": "549300OQ36UO20X0DB40" + }, + { + "symbol": "OTRKP", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Ontrak Inc - 9.50% PRF PERPETUAL USD 25 - Ser A", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_464A435137482D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001136174", + "lei": "549300OQ36UO20X0DB40" + }, + { + "symbol": "OTTR", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Otter Tail Corporation", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4A334D38354D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BQNM78", + "cik": "0001466593", + "lei": "549300HHVBQRQUVKKD91" + }, + { + "symbol": "OUNZ", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Merk Investments LLC - VanEck Merk Gold Trust", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5750465A374C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG002WYN8V8", + "cik": "0001302842", + "lei": null + }, + { + "symbol": "OUSA", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "OSI ETF Trust - OwShares U.S. Quality Dividend ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_534C514C4E4E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00L544SY6", + "cik": "0001672826", + "lei": null + }, + { + "symbol": "OUSM", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "OSI ETF Trust - OShares U.S. Small-Cap Quality Dividend ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_523138424A562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00FNG0M06", + "cik": "0001672826", + "lei": null + }, + { + "symbol": "OUT", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Outfront Media Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_574A595047522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG004S69ZX4", + "cik": "0001579877", + "lei": "549300RZWDYU5722I639" + }, + { + "symbol": "OVB", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Listed Funds Trust - Overlay Shares Core Bond ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4B4443304E562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00QFP22J3", + "cik": "0001683471", + "lei": null + }, + { + "symbol": "OVBC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Ohio Valley Banc Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_56434E544C4C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BW6NY2", + "cik": "0000894671", + "lei": null + }, + { + "symbol": "OVF", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Listed Funds Trust - Overlay Shares Foreign Equity ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_54304A34514B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00QFP17G6", + "cik": "0001683471", + "lei": null + }, + { + "symbol": "OVID", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Ovid Therapeutics Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_53524B5848572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG009F0TD76", + "cik": "0001636651", + "lei": "549300H36NUI4L6U8F17" + }, + { + "symbol": "OVL", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Listed Funds Trust - Overlay Shares Large Cap Equity ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4D52304E5A582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00QFNW9L7", + "cik": "0001683471", + "lei": null + }, + { + "symbol": "OVLY", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Oak Valley Bancorp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5338543931522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000G718L4", + "cik": "0001431567", + "lei": null + }, + { + "symbol": "OVM", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Listed Funds Trust - Overlay Shares Municipal Bond ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4A5435564C422D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00QFP3N51", + "cik": "0001683471", + "lei": null + }, + { + "symbol": "OVS", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Listed Funds Trust - Overlay Shares Small Cap Equity ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_47474A3638382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00QFP0RT9", + "cik": "0001683471", + "lei": null + }, + { + "symbol": "OVV", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Ovintiv Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_57305A5433542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00R2NHQ65", + "cik": "0001792580", + "lei": "CZ72ZHBVKZXQRV3XFE26" + }, + { + "symbol": "OXBR", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Oxbridge Re Holdings Ltd", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4448374B4C572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG006G54GT6", + "cik": "0001584831", + "lei": null + }, + { + "symbol": "OXBRW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Oxbridge Re Holdings Ltd - Warrants (26/03/2024)", + "date": "2021-01-24", + "type": "wt", + "iexId": "IEX_4632445150442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG006G54K35", + "cik": "0001584831", + "lei": null + }, + { + "symbol": "OXFD", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Oxford Immunotec Global PLC", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_514D474432592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG005DZVJ82", + "cik": "0001586049", + "lei": "549300SJZCUPRMWVTP92" + }, + { + "symbol": "OXLC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Oxford Lane Capital Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4A4B4C3630312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000R41XY0", + "cik": "0001495222", + "lei": "549300G3KO4JNQQD7Z72" + }, + { + "symbol": "OXLCM", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Oxford Lane Capital Corp - 6.75% PRF REDEEM 30/06/2024 USD 25 - Ser 20", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_544B4B50345A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001495222", + "lei": "549300G3KO4JNQQD7Z72" + }, + { + "symbol": "OXLCO", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Oxford Lane Capital Corp - 7.50% PRF PERPETUAL USD 25 - Ser 2023", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_52344851484B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001495222", + "lei": "549300G3KO4JNQQD7Z72" + }, + { + "symbol": "OXLCP", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Oxford Lane Capital Corp - 6.25% PRF REDEEM 28/02/2027 USD 25 - Ser 20", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_47474A5039562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001495222", + "lei": "549300G3KO4JNQQD7Z72" + }, + { + "symbol": "OXM", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Oxford Industries, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4A4A375359322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BQPRQ4", + "cik": "0000075288", + "lei": "IDZ20O0XD3GS4UOI2L88" + }, + { + "symbol": "OXSQ", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Oxford Square Capital Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4433574848562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BS21R1", + "cik": "0001259429", + "lei": "549300EGQH8WWU1U6Q06" + }, + { + "symbol": "OXSQL", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Oxford Square Capital Corp - 6.50% NT REDEEM 30/03/2024 USD 1000", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_5439573842332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001259429", + "lei": "549300EGQH8WWU1U6Q06" + }, + { + "symbol": "OXY", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Occidental Petroleum Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5239393853592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BQQ2S6", + "cik": "0000797468", + "lei": "IM7X0T3ECJW4C1T7ON55" + }, + { + "symbol": "OXY+", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Occidental Petroleum Corp. - Warrants (03/08/2027)", + "date": "2021-01-24", + "type": "wt", + "iexId": "IEX_4243565151482D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00VTL2DT1", + "cik": "0000797468", + "lei": "IM7X0T3ECJW4C1T7ON55" + }, + { + "symbol": "OYST", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Oyster Point Pharma Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_47443838584E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00J5HXN71", + "cik": "0001720725", + "lei": null + }, + { + "symbol": "OZK", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Bank OZK", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5654424447332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000QFJJW0", + "cik": "0001038205", + "lei": "549300VYK2WBD7SST478" + }, + { + "symbol": "OZON", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Ozon Holdings PLC - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_5446544C424D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00Y29RP99", + "cik": "0001822829", + "lei": "213800GXSI7E5V776B13" + }, + { + "symbol": "PAA", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Plains All American Pipeline LP - Unit", + "date": "2021-01-24", + "type": null, + "iexId": "IEX_43524E4248332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BP63C5", + "cik": "0001070423", + "lei": "5521FA2ITF25TVH63740" + }, + { + "symbol": "PAAS", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Pan American Silver Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5137445447362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000C0RGY3", + "cik": "0000771992", + "lei": "549300MKTF5851TYIB83" + }, + { + "symbol": "PAC", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Grupo Aeroportuario Del Pacifico SAB de CV - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_4C5A445459562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000R2NRT9", + "cik": "0001347557", + "lei": "4469000001BZ368XFI90" + }, + { + "symbol": "PACB", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Pacific Biosciences of California Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4D4E31544B472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000QKXH20", + "cik": "0001299130", + "lei": null + }, + { + "symbol": "PACE", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "TPG Pace Tech Opportunities Corp - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4A44354B44562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00XWZB4V9", + "cik": "0001819404", + "lei": null + }, + { + "symbol": "PACE+", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "TPG Pace Tech Opportunities Corp - Warrants(09/10/2027)", + "date": "2021-01-24", + "type": "wt", + "iexId": "IEX_5434524259502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00Y74KML5", + "cik": "0001819404", + "lei": null + }, + { + "symbol": "PACE=", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "TPG Pace Tech Opportunities Corp - Units (1 Ord Share Class A & 1/5 Wa", + "date": "2021-01-24", + "type": null, + "iexId": "IEX_584B343036432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00X5DCWP2", + "cik": "0001819404", + "lei": null + }, + { + "symbol": "PACK", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Ranpak Holdings Corp - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4834384847382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00JRXX6Y9", + "cik": "0001712463", + "lei": "5493000Z9EZR9DCYOO86" + }, + { + "symbol": "PACW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Pacwest Bancorp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4E4B355044502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BWQLY4", + "cik": "0001102112", + "lei": "549300YI8VMFO7G36V04" + }, + { + "symbol": "PAE", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "PAE Incorporated - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_47544B4637512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00MDXWQ74", + "cik": "0001720821", + "lei": null + }, + { + "symbol": "PAEWW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "PAE Incorporated - Warrants (11/09/2023)", + "date": "2021-01-24", + "type": "wt", + "iexId": "IEX_485A575244522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00MDXX6F8", + "cik": "0001720821", + "lei": null + }, + { + "symbol": "PAG", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Penske Automotive Group Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4733354259542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000H6K1B0", + "cik": "0001019849", + "lei": "549300W7UTQ0M4C7LB15" + }, + { + "symbol": "PAGP", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Plains GP Holdings LP - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4E32333252302D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000TBYFR3", + "cik": "0001581990", + "lei": "549300O56BSKRD8FAM12" + }, + { + "symbol": "PAGS", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "PagSeguro Digital Ltd - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4251304B42332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00JM7QBR6", + "cik": "0001712807", + "lei": null + }, + { + "symbol": "PAHC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Phibro Animal Health Corp. - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5650574253342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000C31ZH2", + "cik": "0001069899", + "lei": "549300U24SP4AF2JUX52" + }, + { + "symbol": "PAI", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Western Asset Investment Grade Income Fund Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5850364835542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BQR5D4", + "cik": "0000075398", + "lei": "549300W1ZCJRJ5Y1E041" + }, + { + "symbol": "PAIC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Petra Acquisition Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5633594C51472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00WH4GBZ2", + "cik": "0001810560", + "lei": null + }, + { + "symbol": "PAICW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Petra Acquisition Inc - Warrants(13/10/2027)", + "date": "2021-01-24", + "type": "wt", + "iexId": "IEX_4E575652314D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00Y646SC9", + "cik": "0001810560", + "lei": null + }, + { + "symbol": "PAK", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Global X Funds - Global X MSCI Pakistan ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4D4E424E59382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG008KNZ5K7", + "cik": "0001432353", + "lei": null + }, + { + "symbol": "PALC", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Pacer Funds Trust - Pacer Lunt Large Cap Multi-Factor Alternator ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4E5A594D30512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00VP235V0", + "cik": "0001616668", + "lei": null + }, + { + "symbol": "PALL", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Aberdeen Standard Investments ETF - Aberdeen Standard Physical Palladi", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4331313132322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000Q4TRT0", + "cik": "0001597934", + "lei": null + }, + { + "symbol": "PAM", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Pampa Energia SA - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_434A544A4A422D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000S7QCQ0", + "cik": "0001469395", + "lei": "254900QNIK0CVURGML24" + }, + { + "symbol": "PAMC", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Pacer Funds Trust - Pacer Lunt MidCap Multi-Factor Alternator ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_543333524C422D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00VP22XF8", + "cik": "0001616668", + "lei": null + }, + { + "symbol": "PANA", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Panacea Acquisition Corp - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5635325356482D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00VHJ0CC1", + "cik": "0001811063", + "lei": null + }, + { + "symbol": "PANA+", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Panacea Acquisition Corp - Warrants (07/07/2027)", + "date": "2021-01-24", + "type": "wt", + "iexId": "IEX_5456304632422D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00WRF1P27", + "cik": "0001811063", + "lei": null + }, + { + "symbol": "PANA=", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Panacea Acquisition Corp - Units (1 Ord Share Class A & 1/3 War)", + "date": "2021-01-24", + "type": null, + "iexId": "IEX_4D3957304D472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00VGC9VX3", + "cik": "0001811063", + "lei": null + }, + { + "symbol": "PAND", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Pandion Therapeutics Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_583233365A432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00VR8VX16", + "cik": "0001807901", + "lei": null + }, + { + "symbol": "PANL", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Pangaea Logistics Solutions Ltd", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_46464B4346392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG005PTVFQ1", + "cik": "0001606909", + "lei": null + }, + { + "symbol": "PANW", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Palo Alto Networks Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5836343354362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0014GJCT9", + "cik": "0001327567", + "lei": "549300QXR2YVZV231H43" + }, + { + "symbol": "PAPR", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "Innovator ETFs Trust - Innovator S&P 500 Power Buffer ETF - April", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4839435444562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00NR9Q993", + "cik": "0001415726", + "lei": null + }, + { + "symbol": "PAR", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Par Technology Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_525A514A50422D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BRP9K8", + "cik": "0000708821", + "lei": "549300HYPTHBJQINVG57" + }, + { + "symbol": "PARR", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Par Pacific Holdings Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5454395650562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG003C5DL16", + "cik": "0000821483", + "lei": "549300BTNS7MHSHRLR55" + }, + { + "symbol": "PASG", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Passage Bio Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4E543446434D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00NBK4XF9", + "cik": "0001787297", + "lei": null + }, + { + "symbol": "PATI", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Patriot Transportation Holding Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5039343937342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG006G4ZTC5", + "cik": "0001616741", + "lei": "549300CONREOD6V7PO98" + }, + { + "symbol": "PATK", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Patrick Industries, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4E464D3651302D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BQSBB2", + "cik": "0000076605", + "lei": "549300FZ5ZTCCJ3Z5W14" + }, + { + "symbol": "PAUG", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "Innovator ETFs Trust - Innovator S&P 500 Power Buffer ETF - August", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4E354B4C38442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00PVP3901", + "cik": "0001415726", + "lei": null + }, + { + "symbol": "PAVE", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "Global X Funds - Global X U.S. Infrastructure Development ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4B344D53504D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00G5CR8N0", + "cik": "0001432353", + "lei": null + }, + { + "symbol": "PAVM", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "PAVmed Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4D4D4C3435392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00DGWP2L8", + "cik": "0001624326", + "lei": "549300V1JXXVXU7P8007" + }, + { + "symbol": "PAVMW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "PAVmed Inc - Warrants (29/01/2022)", + "date": "2021-01-24", + "type": "wt", + "iexId": "IEX_4E36523937542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00DGWP4Z9", + "cik": "0001624326", + "lei": "549300V1JXXVXU7P8007" + }, + { + "symbol": "PAVMZ", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "PAVmed Inc - Warrants - Series Z (30/04/2024)", + "date": "2021-01-24", + "type": "wt", + "iexId": "IEX_5430565134522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00KK072F4", + "cik": "0001624326", + "lei": "549300V1JXXVXU7P8007" + }, + { + "symbol": "PAWZ", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "ProShares Trust - ProShares Pet Care ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_50575034484A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00M6PLNF9", + "cik": "0001174610", + "lei": null + }, + { + "symbol": "PAX", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Patria Investments Ltd - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00YQ7XJT2", + "cik": "0001825570", + "lei": null + }, + { + "symbol": "PAYA", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Paya Holdings Inc - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_483933594A4C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00WVTFNY7", + "cik": "0001819881", + "lei": null + }, + { + "symbol": "PAYAW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Paya Holdings Inc - Warrants (01/11/2022)", + "date": "2021-01-24", + "type": "wt", + "iexId": "IEX_4B4D534C564E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00XX9CGY5", + "cik": "0001819881", + "lei": null + }, + { + "symbol": "PAYC", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Paycom Software Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_56335135504D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0064N0ZZ5", + "cik": "0001590955", + "lei": "254900LSB0HNJUDC6Q18" + }, + { + "symbol": "PAYS", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "PaySign Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_564654594D4C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BR52Q9", + "cik": "0001496443", + "lei": null + }, + { + "symbol": "PAYX", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Paychex Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4642423433322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BQSQ38", + "cik": "0000723531", + "lei": "529900K900DW6SUBM174" + }, + { + "symbol": "PB", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Prosperity Bancshares Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5736545747522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BHY4D9", + "cik": "0001068851", + "lei": null + }, + { + "symbol": "PBA", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Pembina Pipeline Corporation", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_563630435A592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG001732GF9", + "cik": "0001546066", + "lei": "5493002W3L9YICM6FU21" + }, + { + "symbol": "PBB", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Prospect Capital Corp - 6.25% NT REDEEM 15/06/2024 USD 25", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4734315150302D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001287032", + "lei": "549300FSD8T39P5Q0O47" + }, + { + "symbol": "PBCT", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "People`s United Financial Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_42344C3636472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BQT4L6", + "cik": "0001378946", + "lei": "ROPY7PEPIPIDJNF0BO69" + }, + { + "symbol": "PBCTP", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "People`s United Financial Inc - FXDFR PRF PERPETUAL USD 25 - Ser A", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_484C5247524D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001378946", + "lei": "ROPY7PEPIPIDJNF0BO69" + }, + { + "symbol": "PBD", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Invesco Capital Management LLC - Invesco Global Clean Energy ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_50545157344B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000QHWT40", + "cik": "0001224696", + "lei": null + }, + { + "symbol": "PBDM", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "Invesco Capital Management LLC - Invesco PureBeta SM FTSE Developed ex", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4E334D5132362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00HSH50Z0", + "cik": "0001224696", + "lei": null + }, + { + "symbol": "PBE", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Invesco Capital Management LLC - Invesco Dynamic Biotechnology & Genom", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_524D474454502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000DTFST2", + "cik": "0001224696", + "lei": null + }, + { + "symbol": "PBEE", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "Invesco Capital Management LLC - Invesco PureBeta SM FTSE Emerging Mar", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4E50535734512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00HSH61M1", + "cik": "0001224696", + "lei": null + }, + { + "symbol": "PBF", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "PBF Energy Inc - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4C35483952302D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG002832GV8", + "cik": "0001534504", + "lei": "2549003PBEDCSZMZIY02" + }, + { + "symbol": "PBFS", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Pioneer Bancorp Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4E524B3653512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00PFB4RR0", + "cik": "0001769663", + "lei": null + }, + { + "symbol": "PBFX", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Pbf Logistics Lp - Unit", + "date": "2021-01-24", + "type": null, + "iexId": "IEX_4230304647312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00699HCV8", + "cik": "0001582568", + "lei": "529900XB9LDTN4488F04" + }, + { + "symbol": "PBH", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Prestige Consumer Healthcare Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5052515046322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000QM0RZ4", + "cik": "0001295947", + "lei": null + }, + { + "symbol": "PBHC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Pathfinder Bancorp, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5736544E304A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000FTTNV3", + "cik": "0001609065", + "lei": "549300OE0R516BNKW235" + }, + { + "symbol": "PBI", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Pitney Bowes, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_444E59314B572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BQTMJ9", + "cik": "0000078814", + "lei": "549300N2O26NW4ST6W55" + }, + { + "symbol": "PBI-B", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Pitney Bowes, Inc. - 6.70% NT REDEEM 07/03/2043 USD 25", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_543659434C462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000078814", + "lei": "549300N2O26NW4ST6W55" + }, + { + "symbol": "PBIP", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Prudential Bancorp Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_503544325A472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000Q8MHG4", + "cik": "0001578776", + "lei": null + }, + { + "symbol": "PBJ", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Invesco Capital Management LLC - Invesco Dynamic Food & Beverage ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4235525632562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000DTH7N2", + "cik": "0001224696", + "lei": null + }, + { + "symbol": "PBLA", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Panbela Therapeutics Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000CZCGG2", + "cik": "0001029125", + "lei": "549300QM7HB5DN00PI52" + }, + { + "symbol": "PBND", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "Invesco Capital Management LLC - Invesco PureBeta SM US Aggregate Bond", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4758444E4E4E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00HTVL7R4", + "cik": "0001224696", + "lei": null + }, + { + "symbol": "PBP", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Invesco Capital Management LLC - Invesco S&P 500 BuyWrite ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4A4C445933362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000V1VPR3", + "cik": "0001224696", + "lei": null + }, + { + "symbol": "PBPB", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Potbelly Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_524E433554532D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0026ZGB09", + "cik": "0001195734", + "lei": "54930027NUULUR2P5W11" + }, + { + "symbol": "PBR", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Petroleo Brasileiro S.A. Petrobras - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_4B464E3358372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BS6FX9", + "cik": "0001119639", + "lei": "5493000J801JZRCMFE49" + }, + { + "symbol": "PBR.A", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Petroleo Brasileiro S.A. Petrobras - ADR - Preference Shares", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_434B5A4833322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BVNV22", + "cik": "0001119639", + "lei": "5493000J801JZRCMFE49" + }, + { + "symbol": "PBS", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Invesco Capital Management LLC - Invesco Dynamic Media ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4343333537572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000DVHRQ0", + "cik": "0001224696", + "lei": null + }, + { + "symbol": "PBSM", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "Invesco Capital Management LLC - Invesco PureBeta SM MSCI USA Small Ca", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_47375A3238312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00HSHBCR6", + "cik": "0001224696", + "lei": null + }, + { + "symbol": "PBT", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Permian Basin Royalty Trust", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4E48583836502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BQV317", + "cik": "0000319654", + "lei": null + }, + { + "symbol": "PBTP", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "Invesco Capital Management LLC - Invesco PureBeta SM 0-5 Yr US TIPS ET", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_545A394257432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00HSHHZ53", + "cik": "0001224696", + "lei": null + }, + { + "symbol": "PBTS", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Powerbridge Technologies Co Ltd", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5835314B42372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00N0D0PZ6", + "cik": "0001754323", + "lei": null + }, + { + "symbol": "PBUS", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "Invesco Capital Management LLC - Invesco PureBeta SM MSCI USA ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_46324D5233302D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00HSHV6G9", + "cik": "0001224696", + "lei": null + }, + { + "symbol": "PBW", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Invesco Capital Management LLC - Invesco WilderHill Clean Energy ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_584C5736395A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000QTL566", + "cik": "0001224696", + "lei": null + }, + { + "symbol": "PBY", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Prospect Capital Corp - 6.25% NT REDEEM 15/06/2028 USD 25", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_503447534E4B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001287032", + "lei": "549300FSD8T39P5Q0O47" + }, + { + "symbol": "PBYI", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Puma Biotechnology Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_434B4B4839572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0018YXYX7", + "cik": "0001401667", + "lei": null + }, + { + "symbol": "PCAR", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Paccar Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4A37304E354A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BQVTF5", + "cik": "0000075362", + "lei": "KDTEY8BWE486IKZ3CC07" + }, + { + "symbol": "PCB", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "PCB Bancorp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5457593754332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000CWSXR3", + "cik": "0001423869", + "lei": "549300E5CI0LZ8Q25890" + }, + { + "symbol": "PCEF", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Invesco Capital Management LLC - Invesco CEF Income Composite ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4447354354372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000QC88Z0", + "cik": "0001224696", + "lei": null + }, + { + "symbol": "PCF", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "High Income Securities Fund", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4C544D5959322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BQW7Z0", + "cik": "0000810943", + "lei": "25RM533JWPQG19PQ1G87" + }, + { + "symbol": "PCG", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "PG&E Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4335435053422D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BQWPC5", + "cik": "0001004980", + "lei": "8YQ2GSDWYZXO2EDN3511" + }, + { + "symbol": "PCG-A", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "Pacific Gas & Electric Co - 6% PRF PERPETUAL USD 25 - 1St Preference 6", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_584A513136592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000075488", + "lei": "1HNPXZSMMB7HMBMVBS46" + }, + { + "symbol": "PCG-B", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "Pacific Gas & Electric Co - 5.50% PRF PERPETUAL USD 25 - 1St Preferenc", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4833304748332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000075488", + "lei": "1HNPXZSMMB7HMBMVBS46" + }, + { + "symbol": "PCG-C", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "Pacific Gas & Electric Co - 5% PRF PERPETUAL USD 25 - 1St Pref", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4850354D4B4D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000075488", + "lei": "1HNPXZSMMB7HMBMVBS46" + }, + { + "symbol": "PCG-D", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "Pacific Gas & Electric Co - 5% PRF PERPETUAL USD 25 - 1St Pref 6943085", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4435354E324A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000075488", + "lei": "1HNPXZSMMB7HMBMVBS46" + }, + { + "symbol": "PCG-E", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "Pacific Gas & Electric Co - 5% PRF PERPETUAL USD 25 - 1St Pref Ser A", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4A3842534E342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000075488", + "lei": "1HNPXZSMMB7HMBMVBS46" + }, + { + "symbol": "PCG-G", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "Pacific Gas & Electric Co - 4.80% PRF PERPETUAL USD 25 - 1St Preferenc", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4C4D30465A362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000075488", + "lei": "1HNPXZSMMB7HMBMVBS46" + }, + { + "symbol": "PCG-H", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "Pacific Gas & Electric Co - 4.50% PRF PERPETUAL USD 25 - 1St Preferenc", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4D36354D31512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000075488", + "lei": "1HNPXZSMMB7HMBMVBS46" + }, + { + "symbol": "PCG-I", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "Pacific Gas & Electric Co - 4.36% PRF PERPETUAL USD 25 - 1St Pref", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4D53425334372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000075488", + "lei": "1HNPXZSMMB7HMBMVBS46" + }, + { + "symbol": "PCH", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "PotlatchDeltic Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5046463938422D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BQX2N3", + "cik": "0001338749", + "lei": "54930084YA8UJOTXDM59" + }, + { + "symbol": "PCI", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "PIMCO Dynamic Credit and Mortgage Income Fund", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5151505A56372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG003GFZWD9", + "cik": "0001558629", + "lei": "549300Q41U0QIEXCOU14" + }, + { + "symbol": "PCK", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Pimco California Municipal Income Fund II", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_524451385A462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000F394K6", + "cik": "0001170300", + "lei": "1R86W760D611I8RHLX24" + }, + { + "symbol": "PCM", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "PCM Fund Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4251575657362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BKFJ68", + "cik": "0000908187", + "lei": "FZICY1WZ0I8IZ2XD3R19" + }, + { + "symbol": "PCN", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "PIMCO Corporate & Income Strategy Fund", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5839515A34352D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BHDXK0", + "cik": "0001160990", + "lei": "831ZYSJ6QAOQ4VPW8684" + }, + { + "symbol": "PCOM", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Points International Ltd.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5658523535432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000F6YK07", + "cik": "0001204413", + "lei": "549300I9Z7TY4H2GPB21" + }, + { + "symbol": "PCPC=", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Periphas Capital Partnering Corp - Units (1 Ord Share Class A & 1/4 Wa", + "date": "2021-01-24", + "type": null, + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00Y1D4NQ2", + "cik": "0001824993", + "lei": null + }, + { + "symbol": "PCPL", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "CC Neuberger Principal Holdings I - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_565A375444442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00S91HBM9", + "cik": "0001800347", + "lei": null + }, + { + "symbol": "PCPL+", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "CC Neuberger Principal Holdings I - Warrants (01/01/1999)", + "date": "2021-01-24", + "type": "wt", + "iexId": "IEX_5246334D53382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00V9VDSM3", + "cik": "0001800347", + "lei": null + }, + { + "symbol": "PCPL=", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "CC Neuberger Principal Holdings I - Units (1 Ord Share Class A & 1/3 W", + "date": "2021-01-24", + "type": null, + "iexId": "IEX_574A364D36562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00S7P5HQ4", + "cik": "0001800347", + "lei": null + }, + { + "symbol": "PCQ", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Pimco California Municipal Income Fund", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_44585658484D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000DF6FN6", + "cik": "0001140411", + "lei": "M4DHYCROG6SFNO22X437" + }, + { + "symbol": "PCRX", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Pacira BioSciences Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_485734565A4C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0018FQNS6", + "cik": "0001396814", + "lei": "549300P56LERYBDHCF69" + }, + { + "symbol": "PCSA", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Processa Pharmaceuticals Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_46504A464A312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG003MN5ZP8", + "cik": "0001533743", + "lei": null + }, + { + "symbol": "PCSB", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "PCSB Financial Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_53323451524B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00FY94WC1", + "cik": "0001691337", + "lei": null + }, + { + "symbol": "PCTI", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "PCTEL Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4346474832502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000C0Y3B9", + "cik": "0001057083", + "lei": null + }, + { + "symbol": "PCTY", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Paylocity Holding Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_46574654524D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG006598YS8", + "cik": "0001591698", + "lei": "549300VH75FTB4DIEE07" + }, + { + "symbol": "PCVX", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Vaxcyte Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_48514A4D59392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG009PHHPL8", + "cik": "0001649094", + "lei": "254900M7NMHTGASX8D95" + }, + { + "symbol": "PCY", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Invesco Capital Management LLC - Invesco Emerging Markets Sovereign De", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_52595256354C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000TJ01Q5", + "cik": "0001224696", + "lei": null + }, + { + "symbol": "PCYG", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Park City Group, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4248584E4A392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000DFX8S7", + "cik": "0000050471", + "lei": "5299008X1VJFCKZ94E34" + }, + { + "symbol": "PCYO", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Pure Cycle Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5457584739432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BLDVM3", + "cik": "0000276720", + "lei": null + }, + { + "symbol": "PD", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Pagerduty Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_564D365A51572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0043BYPB8", + "cik": "0001568100", + "lei": "549300U1SB749EDAGH21" + }, + { + "symbol": "PDAC", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Peridot Acquisition Corp - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_50584E374D482D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00Y2JBLW7", + "cik": "0001821317", + "lei": null + }, + { + "symbol": "PDAC+", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Peridot Acquisition Corp - Warrants (30/11/2027)", + "date": "2021-01-24", + "type": "wt", + "iexId": "IEX_5348384A35582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00Y2JDS32", + "cik": "0001821317", + "lei": null + }, + { + "symbol": "PDAC=", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Peridot Acquisition Corp - Units (1 Ord Share Class A & 1/2 War)", + "date": "2021-01-24", + "type": null, + "iexId": "IEX_4235383136382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00X5FRC02", + "cik": "0001821317", + "lei": null + }, + { + "symbol": "PDBC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Invesco Capital Management LLC - Invesco Optimum Yield Diversified Com", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_524A394B51432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG007HL81C5", + "cik": "0001224696", + "lei": null + }, + { + "symbol": "PDCE", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "PDC Energy Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4D4A434D53392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BR1KR2", + "cik": "0000077877", + "lei": "5493008W8H2T511J5Y59" + }, + { + "symbol": "PDCO", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Patterson Companies Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4E46524E35352D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BQY289", + "cik": "0000891024", + "lei": "YM48Q2087CUE26GWEK09" + }, + { + "symbol": "PDD", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Pinduoduo Inc - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_4735543652392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00LBLDDR2", + "cik": "0001737806", + "lei": null + }, + { + "symbol": "PDEC", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "Innovator ETFs Trust - Innovator S&P 500 Power Buffer ETF - December", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4B3343314D312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00QYND0Q1", + "cik": "0001415726", + "lei": null + }, + { + "symbol": "PDEV", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Principal Exchange-Traded Funds - Principal International Multi-Factor", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4D434B31334B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00PPWZ4C6", + "cik": "0001572661", + "lei": null + }, + { + "symbol": "PDEX", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Pro-Dex Inc. (co)", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_564D4E4453592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000C30865", + "cik": "0000788920", + "lei": "529900EB2AJA079NT411" + }, + { + "symbol": "PDFS", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "PDF Solutions Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_434E3853315A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000CYCKR4", + "cik": "0001120914", + "lei": "549300GMSP6MROFBI160" + }, + { + "symbol": "PDI", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "PIMCO Dynamic Income Fund", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_564D445235522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG002Q8P7Z8", + "cik": "0001510599", + "lei": "F0MWMXS5YG3P711FB044" + }, + { + "symbol": "PDLB", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "PDL Community Bancorp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5652344B52332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00HVQCLG3", + "cik": "0001703489", + "lei": "549300VUVEHMJWOD0Y07" + }, + { + "symbol": "PDLI", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "PDL Biopharma Inc", + "date": "2020-12-31", + "type": "cs", + "iexId": "IEX_4642423843362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000CPZ0F5", + "cik": "0000882104", + "lei": "FE4K0NQFI4D86DSOL165" + }, + { + "symbol": "PDM", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Piedmont Office Realty Trust Inc - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_443151584A432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000JVJ8N7", + "cik": "0001042776", + "lei": null + }, + { + "symbol": "PDN", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Invesco Capital Management LLC - Invesco FTSE RAFI Developed Markets e", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_564C433331372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000QR4KX6", + "cik": "0001224696", + "lei": null + }, + { + "symbol": "PDP", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Invesco Capital Management LLC - Invesco DWA Momentum ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5142583943302D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BVPJT8", + "cik": "0001224696", + "lei": null + }, + { + "symbol": "PDS", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Precision Drilling Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_544433424A442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BBK2X9", + "cik": "0001013605", + "lei": "549300WF2OE8T5BP4B84" + }, + { + "symbol": "PDSB", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "PDS Biotechnology Corporation", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5759303252392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG004NCDK82", + "cik": "0001472091", + "lei": "5493002KU8ACFTSMC935" + }, + { + "symbol": "PDT", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "John Hancock Premium Dividend Fund", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4B4752525A522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000C2YBC6", + "cik": "0000855886", + "lei": "549300HU07GPOB5DR949" + }, + { + "symbol": "PE", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Parsley Energy Inc - Class A", + "date": "2021-01-13", + "type": "cs", + "iexId": "IEX_4232473832362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG006BFYZP8", + "cik": "0001594466", + "lei": "549300DMRA8DSL66G562" + }, + { + "symbol": "PEAK", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Healthpeak Properties Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5433594839332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BKYDP9", + "cik": "0000765880", + "lei": "PZ9HF5U52KPF0MH0QN75" + }, + { + "symbol": "PEB", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Pebblebrook Hotel Trust", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_43385A354A322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000PNBZF5", + "cik": "0001474098", + "lei": "5493004Q1NNH6JXCSI52" + }, + { + "symbol": "PEB-C", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Pebblebrook Hotel Trust - 6.50% PRF PERPETUAL USD 25 - Ser C", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4C4D4B3359302D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001474098", + "lei": "5493004Q1NNH6JXCSI52" + }, + { + "symbol": "PEB-D", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Pebblebrook Hotel Trust - 6.375% PRF PERPETUAL USD 25 - Ser D", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_58424D3856462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001474098", + "lei": "5493004Q1NNH6JXCSI52" + }, + { + "symbol": "PEB-E", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Pebblebrook Hotel Trust - 6.375% PRF PERPETUAL USD 25 - Ser E", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_585153344E342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001474098", + "lei": "5493004Q1NNH6JXCSI52" + }, + { + "symbol": "PEB-F", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Pebblebrook Hotel Trust - 6.30% PRF PERPETUAL USD 25 - Ser F", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4A30594B324E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001474098", + "lei": "5493004Q1NNH6JXCSI52" + }, + { + "symbol": "PEBK", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Peoples Bancorp Of North Carolina Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_56564643365A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BQZ7C2", + "cik": "0001093672", + "lei": null + }, + { + "symbol": "PEBO", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Peoples Bancorp, Inc. (Marietta, OH)", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4C3056334B4A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BDPPR6", + "cik": "0000318300", + "lei": null + }, + { + "symbol": "PECK", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Peck Company Holdings Inc (The)", + "date": "2021-01-21", + "type": "cs", + "iexId": "IEX_563032394A542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00CDN8ZM8", + "cik": "0001634447", + "lei": "5493000GTIV839VV6A74" + }, + { + "symbol": "PED", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "PEDEVCO Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5735485230342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000FCV2G0", + "cik": "0001141197", + "lei": "549300Z61LE7UJPSV293" + }, + { + "symbol": "PEG", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Public Service Enterprise Group Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4B594A4657382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BQZMH4", + "cik": "0000788784", + "lei": "PUSS41EMO3E6XXNV3U28" + }, + { + "symbol": "PEGA", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Pegasystems Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4D36345750312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000H1RYG7", + "cik": "0001013857", + "lei": "549300FMCOKPL06FYN26" + }, + { + "symbol": "PEI", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Pennsylvania Real Estate Investment Trust", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4E4C354257472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BQZZ67", + "cik": "0000077281", + "lei": "5493001GPBXRIG8WJO70" + }, + { + "symbol": "PEI-B", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Pennsylvania Real Estate Investment Trust - 7.375% PRF PERPETUAL USD 2", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_573933514D382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000077281", + "lei": "5493001GPBXRIG8WJO70" + }, + { + "symbol": "PEI-C", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Pennsylvania Real Estate Investment Trust - 7.20% PRF PERPETUAL USD 25", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_44435742515A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000077281", + "lei": "5493001GPBXRIG8WJO70" + }, + { + "symbol": "PEI-D", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Pennsylvania Real Estate Investment Trust - 6.875% PRF PERPETUAL USD 2", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_545242504B5A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000077281", + "lei": "5493001GPBXRIG8WJO70" + }, + { + "symbol": "PEIX", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Alto Ingredients Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4635595157302D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000K4WSD7", + "cik": "0000778164", + "lei": "549300TI77MKE21DLE34" + }, + { + "symbol": "PEJ", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Invesco Capital Management LLC - Invesco Dynamic Leisure and Entertain", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_47573334515A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000DTM8B7", + "cik": "0001224696", + "lei": null + }, + { + "symbol": "PEN", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Penumbra Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5657315358562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG001BP92V1", + "cik": "0001321732", + "lei": "549300RGE06P3ECANU72" + }, + { + "symbol": "PENN", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Penn National Gaming, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4C58325752422D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000CDZLV8", + "cik": "0000921738", + "lei": null + }, + { + "symbol": "PEO", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Adams Natural Resources Fund Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4C4B505448322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BR0B93", + "cik": "0000216851", + "lei": "549300LPTQAH0G3NGD42" + }, + { + "symbol": "PEP", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "PepsiCo Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5050435446502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000DH7JK6", + "cik": "0000077476", + "lei": "FJSUNZKFNQ5YPJ5OT455" + }, + { + "symbol": "PERI", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Perion Network Ltd.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4A38443538462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000KBRG25", + "cik": "0001338940", + "lei": "529900SL7HYNVD6HG708" + }, + { + "symbol": "PESI", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Perma-Fix Environmental Services, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5759443637312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BGRMX7", + "cik": "0000891532", + "lei": "54930015OVD1T5P12U15" + }, + { + "symbol": "PETQ", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "PetIQ Inc - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_47504436594C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00H1CY328", + "cik": "0001668673", + "lei": "549300GROACFGKVYOX14" + }, + { + "symbol": "PETS", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Petmed Express, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_53474E5438332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BDYQR4", + "cik": "0001040130", + "lei": "529900PGHW5ASJ1AZL48" + }, + { + "symbol": "PETZ", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "TDH Holdings Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4C31583130322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00HFLZ6Y0", + "cik": "0001684425", + "lei": null + }, + { + "symbol": "PEX", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "ProShares Trust - ProShares Global Listed Private Equity ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_52534C31444C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0045WY4G2", + "cik": "0001174610", + "lei": null + }, + { + "symbol": "PEXL", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Pacer Funds Trust - Pacer US Export Leaders ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_524C524448502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00LGRG259", + "cik": "0001616668", + "lei": null + }, + { + "symbol": "PEY", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Invesco Capital Management LLC - Invesco High Yield Equity Dividend Ac", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4E485A4744522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000QLLTP0", + "cik": "0001224696", + "lei": null + }, + { + "symbol": "PEZ", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Invesco Capital Management LLC - Invesco DWA Consumer Cyclicals Moment", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4B594A3336592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BG92W2", + "cik": "0001224696", + "lei": null + }, + { + "symbol": "PFBC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Preferred Bank (Los Angeles, CA)", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4443563254382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BRF6K5", + "cik": "0001492165", + "lei": "5493007K6HGI9G0ECX16" + }, + { + "symbol": "PFBI", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Premier Financial Bancorp, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5448395948572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BYQ263", + "cik": "0000887919", + "lei": null + }, + { + "symbol": "PFC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Premier Financial Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5656424247342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BHZ4J2", + "cik": "0000946647", + "lei": null + }, + { + "symbol": "PFD", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Flaherty & Crumrine Preferred and Income Fund Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_53354C3634542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BDMG71", + "cik": "0000868578", + "lei": "254900LXRIT34GQY5I69" + }, + { + "symbol": "PFE", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Pfizer Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_564B374D34522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BR2B91", + "cik": "0000078003", + "lei": "765LHXWGK1KXCLTFYQ30" + }, + { + "symbol": "PFEB", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "Innovator ETFs Trust - Innovator S&P 500 Power Buffer ETF - February", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4D36313151542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00RHZ5C02", + "cik": "0001415726", + "lei": null + }, + { + "symbol": "PFF", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "BlackRock Institutional Trust Company N.A. - iShares Trust iShares Pre", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4D484258384A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000G7K7Q0", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "PFFA", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "ETFis Series Trust I - Virtus InfraCap U.S. Preferred Stock ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4D31574753462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00KXH36Q6", + "cik": "0001559109", + "lei": null + }, + { + "symbol": "PFFD", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Global X Funds - Global X U.S. Preferred ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4A3944474D472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00HPF2L66", + "cik": "0001432353", + "lei": null + }, + { + "symbol": "PFFL", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "UBS AG London Branch - FR SP ETN REDEEM 25/09/2048 USD 25 - Ser B", + "date": "2021-01-24", + "type": "struct", + "iexId": "IEX_5038353959582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00M37JQ40", + "cik": "0001168525", + "lei": null + }, + { + "symbol": "PFFR", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "ETFis Series Trust I - Etfis InfraCap REIT Preferred ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5230394239502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00FY3L534", + "cik": "0001559109", + "lei": null + }, + { + "symbol": "PFFV", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Global X Funds - Global X Variable Rate Preferred ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5444425059502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00VNLZS36", + "cik": "0001432353", + "lei": null + }, + { + "symbol": "PFG", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Principal Financial Group Inc - Registered Shares", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_44585A5153362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000NSCNT7", + "cik": "0001126328", + "lei": "CUMYEZJOAF02RYZ1JJ85" + }, + { + "symbol": "PFGC", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Performance Food Group Company", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_56524E524C382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG009XW2WB8", + "cik": "0001618673", + "lei": "549300EUK8GR9IT1YK57" + }, + { + "symbol": "PFH", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Prudential Financial Inc. - 4.125% NT REDEEM 01/09/2060 USD 25", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4C464A354C532D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001137774", + "lei": "5PRBRS5FEH7NREC8OR45" + }, + { + "symbol": "PFHD", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Professional Holding Corp - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4848584452592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG007NSWGJ6", + "cik": "0001630856", + "lei": "549300MOIYR1NW3J2W56" + }, + { + "symbol": "PFI", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Invesco Capital Management LLC - Invesco DWA Financial Momentum ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4A53355331582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000Q225V8", + "cik": "0001224696", + "lei": null + }, + { + "symbol": "PFIE", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Profire Energy Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4732345A33432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000QMLFJ5", + "cik": "0001289636", + "lei": "5299000Z8I499RSMID74" + }, + { + "symbol": "PFIG", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Invesco Capital Management LLC - Invesco Fundamental Investment Grade ", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_434D4B5435432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0022HSXV8", + "cik": "0001224696", + "lei": null + }, + { + "symbol": "PFIN", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "P & F Industries, Inc. - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_484A4C57364C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000HCS2F3", + "cik": "0000075340", + "lei": null + }, + { + "symbol": "PFIS", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Peoples Financial Services Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_475253485A4E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BPBR63", + "cik": "0001056943", + "lei": null + }, + { + "symbol": "PFL", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Pimco Income Strategy Fund", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4436393833302D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000PLGSM2", + "cik": "0001244183", + "lei": "UROCOLESWDN8T1Q8M112" + }, + { + "symbol": "PFLD", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "ETF Series Solutions Trust - AAM Low Duration Preferred and Income Sec", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_434648425A522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00QVJRX95", + "cik": "0001540305", + "lei": null + }, + { + "symbol": "PFLT", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "PennantPark Floating Rate Capital Ltd", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4B4C435353302D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG001LV74X3", + "cik": "0001504619", + "lei": "529900BH3IP6381K4L72" + }, + { + "symbol": "PFM", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Invesco Capital Management LLC - Invesco Dividend Achievers ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4646544E31582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BBPKX4", + "cik": "0001224696", + "lei": null + }, + { + "symbol": "PFMT", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Performant Financial Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4D324B4632462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG002PRR9L6", + "cik": "0001550695", + "lei": null + }, + { + "symbol": "PFN", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Pimco Income Strategy Fund II", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5336534E4C5A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BMPCC1", + "cik": "0001296250", + "lei": null + }, + { + "symbol": "PFO", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Flaherty & Crumrine Preferred and Income Opportunity Fund Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_425A563042362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BG13Q5", + "cik": "0000882071", + "lei": "2549008Y9TGWYEWYW496" + }, + { + "symbol": "PFPT", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Proofpoint Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_50384D3830472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000RQ2GY7", + "cik": "0001212458", + "lei": "529900C5FODDK0WSR085" + }, + { + "symbol": "PFS", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Provident Financial Services Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5454484E4E352D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000P23KW4", + "cik": "0001178970", + "lei": "529900JOSO3SXEDVE477" + }, + { + "symbol": "PFSI", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "PennyMac Financial Services Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_443554374D322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00LMYX123", + "cik": "0001745916", + "lei": "549300W1D516HBDEU871" + }, + { + "symbol": "PFSW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "PFSWEB Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4B44443650512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000C2J395", + "cik": "0001095315", + "lei": null + }, + { + "symbol": "PFX", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "PhenixFIN Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000QVJ332", + "cik": "0001490349", + "lei": "549300JJH1QEB0RKNO53" + }, + { + "symbol": "PFXF", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "VanEck Vectors ETF Trust - VanEck Vectors Preferred Securities ex Fina", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4854433856392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0034VZNP4", + "cik": "0000869178", + "lei": null + }, + { + "symbol": "PFXNL", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "PhenixFIN Corp - 6.125% NT REDEEM 30/03/2023 USD 25", + "date": "2021-01-24", + "type": "ps", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001490349", + "lei": "549300JJH1QEB0RKNO53" + }, + { + "symbol": "PG", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Procter & Gamble Co.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_525A584457562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BR2TH3", + "cik": "0000080424", + "lei": "2572IBTT8CCZW6AU4141" + }, + { + "symbol": "PGAL", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Global X Funds - Global X MSCI Portugal ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4336425748542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG005KPFVS5", + "cik": "0001432353", + "lei": null + }, + { + "symbol": "PGC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Peapack-Gladstone Financial Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4B36504A51582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000MMCGW2", + "cik": "0001050743", + "lei": "549300G8DN2UK8K0ET30" + }, + { + "symbol": "PGEN", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Precigen Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5138344C594D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000QL8VH9", + "cik": "0001356090", + "lei": "549300XCWNQU35K64G19" + }, + { + "symbol": "PGF", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Invesco Capital Management LLC - Invesco Financial Preferred ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_44534B4457422D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000M7VS21", + "cik": "0001224696", + "lei": null + }, + { + "symbol": "PGHY", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Invesco Capital Management LLC - Invesco Global Short Term High Yield ", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4456464448532D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG004Q00332", + "cik": "0001224696", + "lei": null + }, + { + "symbol": "PGJ", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Invesco Capital Management LLC - Invesco Golden Dragon China ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5033344D48382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000QLLDV8", + "cik": "0001224696", + "lei": null + }, + { + "symbol": "PGM", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Barclays Bank PLC - ZC SP ETN REDEEM 23/01/2048 USD 50 - Ser B_PGMB", + "date": "2021-01-24", + "type": "struct", + "iexId": "IEX_425230395A5A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00JRY83W4", + "cik": "0000312070", + "lei": "G5GSEF7VJP5I7OUK5573" + }, + { + "symbol": "PGNY", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Progyny Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4853464258442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG002H1K1H1", + "cik": "0001551306", + "lei": null + }, + { + "symbol": "PGP", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Pimco Global StocksPLUS & Income Fund", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_53514E5131522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000DDY482", + "cik": "0001318025", + "lei": null + }, + { + "symbol": "PGR", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Progressive Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4856563439422D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BR37X2", + "cik": "0000080661", + "lei": "529900TACNVLY9DCR586" + }, + { + "symbol": "PGRE", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Paramount Group Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_485A4C30544C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000FBRL11", + "cik": "0001605607", + "lei": "5493006GJU1CFI7Z5J17" + }, + { + "symbol": "PGTI", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "PGT Innovations Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_56314B5752582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000FX3Y66", + "cik": "0001354327", + "lei": "549300LRW9WM59C1S579" + }, + { + "symbol": "PGX", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Invesco Capital Management LLC - Invesco Preferred ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_514D573648592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000TWWFV4", + "cik": "0001224696", + "lei": null + }, + { + "symbol": "PGZ", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Principal Real Estate Income Fund", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_48324B5448422D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG004QJF9G8", + "cik": "0001557523", + "lei": "549300HK3LIJEGLGMK36" + }, + { + "symbol": "PH", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Parker-Hannifin Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5644543835562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BR3KL6", + "cik": "0000076334", + "lei": "5493002CONDB4N2HKI23" + }, + { + "symbol": "PHAR", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Pharming Group N.V. - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00YN70VB3", + "cik": null, + "lei": "724500DCJ9MPG74JEH91" + }, + { + "symbol": "PHAS", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "PhaseBio Pharmaceuticals Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5448583452482D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000QK23W2", + "cik": "0001169245", + "lei": "549300FC27CEJIY52K95" + }, + { + "symbol": "PHAT", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Phathom Pharmaceuticals Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_524D4B36444B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00P5B2S19", + "cik": "0001783183", + "lei": null + }, + { + "symbol": "PHB", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Invesco Capital Management LLC - Invesco Fundamental High Yield Corpor", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4233465659462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000TWWN01", + "cik": "0001224696", + "lei": null + }, + { + "symbol": "PHCF", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Puhui Wealth Investment Management Co Ltd", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_523958514A562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00KZVCWD0", + "cik": "0001729089", + "lei": null + }, + { + "symbol": "PHD", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Pioneer Floating Rate Trust", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_47474D5730472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000QC6JH8", + "cik": "0001305767", + "lei": "14KCTV0UEB8JC8MU2I61" + }, + { + "symbol": "PHDG", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Invesco Capital Management LLC - Invesco S&P 500 Downside Hedged ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4A4E585652432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG003PDG3N8", + "cik": "0001224696", + "lei": null + }, + { + "symbol": "PHG", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Koninklijke Philips N.V. - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_4B4343344A4D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BR4QW0", + "cik": "0000313216", + "lei": "H1FJE8H61JGM1JSGM897" + }, + { + "symbol": "PHGE", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "BiomX Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5735444B47502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00MNX7SQ6", + "cik": "0001739174", + "lei": null + }, + { + "symbol": "PHGE+", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "BiomX Inc - Warrants (13/12/2023)", + "date": "2021-01-24", + "type": "wt", + "iexId": "IEX_4C463139435A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00NHN2G93", + "cik": "0001739174", + "lei": null + }, + { + "symbol": "PHGE=", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "BiomX Inc - Units (1 Ord & 1 War)", + "date": "2021-01-24", + "type": null, + "iexId": "IEX_5050543139522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00MNV4MH6", + "cik": "0001739174", + "lei": null + }, + { + "symbol": "PHI", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "PLDT Inc - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_504433525A392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BB8KT8", + "cik": "0000078150", + "lei": "254900ADE8GQHM5P2648" + }, + { + "symbol": "PHIC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Population Health Investment Co Inc - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00Y2PWQ22", + "cik": "0001825724", + "lei": null + }, + { + "symbol": "PHICW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Population Health Investment Co Inc - Warrants (01/10/2025)", + "date": "2021-01-24", + "type": "wt", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00YS5HVY9", + "cik": "0001825724", + "lei": null + }, + { + "symbol": "PHIO", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Phio Pharmaceuticals Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_574A534C37472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0024FKD97", + "cik": "0001533040", + "lei": "549300KOGMLSPLDVHR52" + }, + { + "symbol": "PHIOW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Phio Pharmaceuticals Corp - Warrants (21/12/2021)", + "date": "2021-01-24", + "type": "wt", + "iexId": "IEX_4D50593337502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00FJVTHN3", + "cik": "0001533040", + "lei": "549300KOGMLSPLDVHR52" + }, + { + "symbol": "PHK", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Pimco High Income Fund", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4C30503158532D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000FHN0Y2", + "cik": "0001219360", + "lei": "TYNS8LL5KA936NJZN198" + }, + { + "symbol": "PHM", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "PulteGroup Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4631444643442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BR54L0", + "cik": "0000822416", + "lei": null + }, + { + "symbol": "PHO", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Invesco Capital Management LLC - Invesco Water Resources ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_573552315A302D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000K5HLS0", + "cik": "0001224696", + "lei": null + }, + { + "symbol": "PHR", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Phreesia Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5835323958322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0019J4TP1", + "cik": "0001412408", + "lei": "5493000HHF8NU4QOCG53" + }, + { + "symbol": "PHT", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Pioneer High Income Trust", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4353534D54372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000DY3VB6", + "cik": "0001166258", + "lei": "GRH7C46DLKO4V5KVBT29" + }, + { + "symbol": "PHUN", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Phunware Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4330593733562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00DL9GZJ3", + "cik": "0001665300", + "lei": "549300HLAJYKT2FUQZ26" + }, + { + "symbol": "PHUNW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Phunware Inc - Warrants (11/08/2021)", + "date": "2021-01-24", + "type": "wt", + "iexId": "IEX_4834334350472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00DZDWW80", + "cik": "0001665300", + "lei": "549300HLAJYKT2FUQZ26" + }, + { + "symbol": "PHX", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "PHX Minerals Inc - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4338533151362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000C38CT3", + "cik": "0000315131", + "lei": "5493007OI1JOF1QSPE51" + }, + { + "symbol": "PHYL", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "PGIM ETF Trust - PGIM Active High Yield Bond ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4A4B563039532D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00M3J0PT9", + "cik": "0001727074", + "lei": null + }, + { + "symbol": "PI", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Impinj Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4C5A303950512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000GRK2Z7", + "cik": "0001114995", + "lei": "549300M26VGKSMMWWN17" + }, + { + "symbol": "PIAI", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Prime Impact Acquisition I - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4A59365832502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00XQYNMV6", + "cik": "0001819175", + "lei": null + }, + { + "symbol": "PIAI+", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Prime Impact Acquisition I - Warrants (01/10/2030)", + "date": "2021-01-24", + "type": "wt", + "iexId": "IEX_4453584B44312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00Y04ZY12", + "cik": "0001819175", + "lei": null + }, + { + "symbol": "PIAI=", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Prime Impact Acquisition I - Units (1 Ord Share Class A & 1/3 War)", + "date": "2021-01-24", + "type": null, + "iexId": "IEX_4E424C3859372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00WMMWGH7", + "cik": "0001819175", + "lei": null + }, + { + "symbol": "PIC", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Pivotal Investment Corp II - Class A", + "date": "2020-12-22", + "type": "cs", + "iexId": "IEX_485A314D51432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00PP0KRL1", + "cik": "0001772720", + "lei": "549300W71XJ8DIF9RQ35" + }, + { + "symbol": "PIC+", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Pivotal Investment Corp II - Warrants (01/06/2025)", + "date": "2020-12-22", + "type": "wt", + "iexId": "IEX_4447314E37382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00Q2J2SR5", + "cik": "0001772720", + "lei": "549300W71XJ8DIF9RQ35" + }, + { + "symbol": "PIC=", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Pivotal Investment Corp II - Units (1 Ord Share Class A & 1/3 War)", + "date": "2020-12-22", + "type": null, + "iexId": "IEX_4852334D4A472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00PDF1Z98", + "cik": "0001772720", + "lei": "549300W71XJ8DIF9RQ35" + }, + { + "symbol": "PICB", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Invesco Capital Management LLC - Invesco International Corporate Bond ", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4A4D4D4E304C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000QZCCC0", + "cik": "0001224696", + "lei": null + }, + { + "symbol": "PICK", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "BlackRock Institutional Trust Company N.A. - BTC iShares MSCI Global M", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_505A3546434A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG002GKR8T5", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "PICO", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Pico Holdings Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5054584A54522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000F2ZGC1", + "cik": "0000830122", + "lei": null + }, + { + "symbol": "PID", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Invesco Capital Management LLC - Invesco International Dividend Achiev", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_47305A5434462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000C5R264", + "cik": "0001224696", + "lei": null + }, + { + "symbol": "PIE", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Invesco Capital Management LLC - Invesco DWA Emerging Markets Momentum", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_44534752595A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000P0NDV3", + "cik": "0001224696", + "lei": null + }, + { + "symbol": "PIFI", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Piton Investment Management - ClearShares Piton Intermediate Fixed Inc", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_46364A4C35302D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00XNQGHQ1", + "cik": null, + "lei": null + }, + { + "symbol": "PIH", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "1347 Property Insurance Holdings Inc", + "date": "2020-12-17", + "type": "cs", + "iexId": "IEX_4A4E515A58362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG005TNKXT0", + "cik": "0001591890", + "lei": "5493001DHQMKB451K463" + }, + { + "symbol": "PIHPP", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "1347 Property Insurance Holdings Inc - 8% PRF PERPETUAL USD 25 - Ser A", + "date": "2020-12-17", + "type": "ps", + "iexId": "IEX_444E315230532D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001591890", + "lei": "5493001DHQMKB451K463" + }, + { + "symbol": "PII", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Polaris Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_504D3251565A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000D5S4M0", + "cik": "0000931015", + "lei": "549300QJSN8UVWN1EI78" + }, + { + "symbol": "PILL", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Direxion Shares ETF Trust - Direxion Daily Pharmaceutical & Medical Bu", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4837474844392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00J7KDH95", + "cik": "0001424958", + "lei": null + }, + { + "symbol": "PIM", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Putnam Master Intermediate Income Trust", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4A324D4A4B532D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BR6QG6", + "cik": "0000830622", + "lei": "QYQERD8ESA0ALFI8LA12" + }, + { + "symbol": "PIN", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Invesco Capital Management LLC - Invesco India ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4E334A56315A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000QGB8H7", + "cik": "0001224696", + "lei": null + }, + { + "symbol": "PINC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Premier Inc - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_44515A5742542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000G7QX50", + "cik": "0001577916", + "lei": null + }, + { + "symbol": "PINE", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Alpine Income Property Trust Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_574D355939482D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00QNSG6R5", + "cik": "0001786117", + "lei": null + }, + { + "symbol": "PING", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Ping Identity Holding Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_50425934534C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00Q3GDB13", + "cik": "0001679826", + "lei": null + }, + { + "symbol": "PINS", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Pinterest Inc - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4838445435502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG002583CV8", + "cik": "0001506293", + "lei": null + }, + { + "symbol": "PIO", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Invesco Capital Management LLC - Invesco Global Water ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_524C374344332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000QJXJP4", + "cik": "0001224696", + "lei": null + }, + { + "symbol": "PIPP", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Pine Island Acquisition Corp - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4E37464635382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00YNK7MP2", + "cik": "0001822835", + "lei": null + }, + { + "symbol": "PIPP+", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Pine Island Acquisition Corp - Warrants (29/10/2027)", + "date": "2021-01-24", + "type": "wt", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00YPS41R0", + "cik": "0001822835", + "lei": null + }, + { + "symbol": "PIPP=", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Pine Island Acquisition Corp - Units (1 Ord Share Class A & 1/3 War)", + "date": "2021-01-24", + "type": null, + "iexId": "IEX_5035584D53372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00XKM59K9", + "cik": "0001822835", + "lei": null + }, + { + "symbol": "PIPR", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Piper Sandler Co`s", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_443950574B342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000FQXC75", + "cik": "0000724683", + "lei": "QUQDBTUSOAKFEVMRMF78" + }, + { + "symbol": "PIRS", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Pieris Pharmaceuticals Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_544848464C4E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0055C3N57", + "cik": "0001583648", + "lei": "254900AJDH8PAOOI5T33" + }, + { + "symbol": "PIXY", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "ShiftPixy Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4D52323839502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00FHYBQD9", + "cik": "0001675634", + "lei": "5299000XGQMB6TK04R72" + }, + { + "symbol": "PIZ", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Invesco Capital Management LLC - Invesco DWA Developed Markets Momentu", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4A574D584A4C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000P0MST4", + "cik": "0001224696", + "lei": null + }, + { + "symbol": "PJAN", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "Innovator ETFs Trust - Innovator S&P 500 Power Buffer ETF - January", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4247375439392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00MYXKHF5", + "cik": "0001415726", + "lei": null + }, + { + "symbol": "PJP", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Invesco Capital Management LLC - Invesco Dynamic Pharmaceuticals ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4B36525432312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000DVJ728", + "cik": "0001224696", + "lei": null + }, + { + "symbol": "PJT", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "PJT Partners Inc - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4A34435859472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0079T1PZ6", + "cik": "0001626115", + "lei": "549300W3WBEQUBKYTN87" + }, + { + "symbol": "PJUL", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "Innovator ETFs Trust - Innovator S&P 500 Power Buffer ETF - July", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_523739345A392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00LNDTHV6", + "cik": "0001415726", + "lei": null + }, + { + "symbol": "PJUN", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "Innovator ETFs Trust - Innovator S&P 500 Power Buffer ETF June", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_483352544B4B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00PBD6GG4", + "cik": "0001415726", + "lei": null + }, + { + "symbol": "PK", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Park Hotels & Resorts Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_53343943515A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00FGXCJX5", + "cik": "0001617406", + "lei": "5493005UZ5TQN0H6HS73" + }, + { + "symbol": "PKB", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Invesco Capital Management LLC - Invesco Dynamic Building & Constructi", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4859313531352D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000JJY4X5", + "cik": "0001224696", + "lei": null + }, + { + "symbol": "PKBK", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Parke Bancorp Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5152354438512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000C3LQ53", + "cik": "0001315399", + "lei": "5493000JF1TWXVD0CR78" + }, + { + "symbol": "PKE", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Park Aerospace Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_434E325858482D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BR89C6", + "cik": "0000076267", + "lei": "5299004AG0G7IB636095" + }, + { + "symbol": "PKG", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Packaging Corp Of America", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_465A524C374B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BB8SW7", + "cik": "0000075677", + "lei": "549300XZP8MFZFY8TJ84" + }, + { + "symbol": "PKI", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Perkinelmer, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_513356544E5A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000FXW512", + "cik": "0000031791", + "lei": "549300IKL1SDPFI7N655" + }, + { + "symbol": "PKO", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Pimco Income Opportunity Fund", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4B4E424D54332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000RPQHJ8", + "cik": "0001412350", + "lei": "DXHAUNK4X09LWO5HLA94" + }, + { + "symbol": "PKOH", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Park-Ohio Holdings Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_53514D3056352D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BR8QF5", + "cik": "0000076282", + "lei": null + }, + { + "symbol": "PKW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Invesco Capital Management LLC - Invesco BuyBack Achievers ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5653385A4D502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000QGXYL1", + "cik": "0001224696", + "lei": null + }, + { + "symbol": "PKX", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Posco - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_4A44564C38422D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BCBSD2", + "cik": "0000889132", + "lei": "988400E5HRVX81AYLM04" + }, + { + "symbol": "PLAB", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Photronics, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_504D3347374E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BR9JS6", + "cik": "0000810136", + "lei": "549300OK5JVNIBNY6F63" + }, + { + "symbol": "PLAG", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "Planet Green Holdings Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_56574E4E37582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000GL6QR2", + "cik": "0001117057", + "lei": null + }, + { + "symbol": "PLAN", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Anaplan Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4C594E5751562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG002DZS299", + "cik": "0001540755", + "lei": null + }, + { + "symbol": "PLAT", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "WisdomTree Trust - WisdomTree Growth Leaders Fund", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_534E303159512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00P5NTXH6", + "cik": "0001350487", + "lei": null + }, + { + "symbol": "PLAY", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Dave & Buster`s Entertainment Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4C42575330312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG001WWJTK5", + "cik": "0001525769", + "lei": "529900WTVU85QZLYHR86" + }, + { + "symbol": "PLBC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Plumas Bancorp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_444D524C304E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000C14JY0", + "cik": "0001168455", + "lei": "549300O5TKTXYTYP4G59" + }, + { + "symbol": "PLC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Principal Exchange-Traded Funds - Principal U.S. Large-Cap Multi-Facto", + "date": "2020-12-14", + "type": "et", + "iexId": "IEX_534E314856362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00PPWQCZ3", + "cik": "0001572661", + "lei": null + }, + { + "symbol": "PLCE", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Childrens Place Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4842534258352D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000JK9DK4", + "cik": "0001041859", + "lei": "549300BGVK2OO5O7TC19" + }, + { + "symbol": "PLD", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Prologis Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4239374D50302D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000B9Z0J8", + "cik": "0001045609", + "lei": "529900DFH19P073LZ636" + }, + { + "symbol": "PLG", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "Platinum Group Metals Ltd.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4C384D4C33342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000M9P392", + "cik": "0001095052", + "lei": "529900YSNVVJI7YJAG63" + }, + { + "symbol": "PLIN", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "China Xiangtai Food Co Ltd", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5238594858482D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00LTYP447", + "cik": "0001735556", + "lei": "549300MXMBF4HBZ76I76" + }, + { + "symbol": "PLL", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Piedmont Lithium Limited - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_564E515434592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00HWH8C22", + "cik": "0001728205", + "lei": "213800T825YD27DSQV35" + }, + { + "symbol": "PLM", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "Polymet Mining Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5352515231522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000J1HC10", + "cik": "0000866028", + "lei": "529900I1B64WM0PRZW40" + }, + { + "symbol": "PLMR", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Palomar Holdings Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_574A533152482D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00NLMRY30", + "cik": "0001761312", + "lei": "549300DOI1MUW11BLX74" + }, + { + "symbol": "PLNT", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Planet Fitness Inc - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4D474E3546522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG009H04M17", + "cik": "0001637207", + "lei": "549300LLE5HUPF6H8G33" + }, + { + "symbol": "PLOW", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Douglas Dynamics Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4452385243372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000Q90C31", + "cik": "0001287213", + "lei": "529900CDFLKNQ0QT6580" + }, + { + "symbol": "PLPC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Preformed Line Products Co.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5659573731382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000M68PH9", + "cik": "0000080035", + "lei": "549300EYH53XDJID2098" + }, + { + "symbol": "PLRX", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Pliant Therapeutics Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_584D395142582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00C8083N4", + "cik": "0001746473", + "lei": "5493002Q5LITR7VHZH02" + }, + { + "symbol": "PLSE", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Pulse Biosciences Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4356534A47592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00BRBHVD0", + "cik": "0001625101", + "lei": "529900NJUBI06118FM73" + }, + { + "symbol": "PLT", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Plantronics, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5450334C33472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BH9955", + "cik": "0000914025", + "lei": "5493006O3W5M472F6668" + }, + { + "symbol": "PLTK", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Playtika Holding Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001828016", + "lei": null + }, + { + "symbol": "PLTM", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "GraniteShares Platinum Trust - GraniteShares Platinum Shares", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5332394244522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00JRYLN55", + "cik": "0001690842", + "lei": null + }, + { + "symbol": "PLTR", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Palantir Technologies Inc - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_57505A3451442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000N7QR55", + "cik": "0001321655", + "lei": "549300UVN46B3BBDHO85" + }, + { + "symbol": "PLUG", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Plug Power Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4A334D39374E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000C1XSP8", + "cik": "0001093691", + "lei": "549300JPDKRSJ8JSM954" + }, + { + "symbol": "PLUS", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "ePlus Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5748523134582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000HN7W02", + "cik": "0001022408", + "lei": "529900FFY8AAFJ21NE91" + }, + { + "symbol": "PLW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Invesco Capital Management LLC - Invesco 1-30 Laddered Treasury ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_52434C5033322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000THZPS6", + "cik": "0001224696", + "lei": null + }, + { + "symbol": "PLX", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "Protalix BioTherapeutics Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4D31474333472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000JW08N5", + "cik": "0001006281", + "lei": "549300SDVB3GP4XDFM60" + }, + { + "symbol": "PLXP", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "PLx Pharma Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4D5444524A502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG004RKBK46", + "cik": "0001497504", + "lei": "549300KEXDQRVGRQPE70" + }, + { + "symbol": "PLXS", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Plexus Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4733423534422D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BRBX66", + "cik": "0000785786", + "lei": "549300W7HCBI5YT25I79" + }, + { + "symbol": "PLYA", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Playa Hotels & Resorts N.V.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_58523030514B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00DXB1GY6", + "cik": "0001692412", + "lei": "529900BUP3KWPCJNLS49" + }, + { + "symbol": "PLYM", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Plymouth Industrial Reit Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4E56374A50582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0021H6Y05", + "cik": "0001515816", + "lei": null + }, + { + "symbol": "PLYM-A", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "Plymouth Industrial Reit Inc - SU PRF PERPETUAL USD 25 - Ser A", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4D4E5A5038362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001515816", + "lei": null + }, + { + "symbol": "PM", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Philip Morris International Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4B52515444542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000J2XL74", + "cik": "0001413329", + "lei": "HL3H1H2BGXWVG3BSWR90" + }, + { + "symbol": "PMAR", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Principal Maritime Tankers Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4E464E4C51502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0069PNGC7", + "cik": "0001599533", + "lei": "549300A0FCJCFNKRUV95" + }, + { + "symbol": "PMAY", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "Innovator ETFs Trust - Innovator S&P 500 Power Buffer ETF - May", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4251324A54502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00TGM5P90", + "cik": "0001415726", + "lei": null + }, + { + "symbol": "PMBC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Pacific Mercantile Bancorp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4D30395338322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000C117D2", + "cik": "0001109546", + "lei": null + }, + { + "symbol": "PMD", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Psychemedics Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_503331515A4B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000DL6MG6", + "cik": "0000806517", + "lei": null + }, + { + "symbol": "PME", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Pingtan Marine Enterprise Ltd", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_52384C3047352D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG001YF63M9", + "cik": "0001517130", + "lei": null + }, + { + "symbol": "PMF", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Pimco Municipal Income Fund", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_51575633384A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000DF62B8", + "cik": "0001140392", + "lei": "1G5AFDQ1J4RKDZ2JDZ73" + }, + { + "symbol": "PML", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Pimco Municipal Income Fund II", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4B48534D524E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000F37M82", + "cik": "0001170299", + "lei": "ZVT714KPY3QTZWRT1S41" + }, + { + "symbol": "PMM", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Putnam Managed Municipal Income Trust.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4856543444442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000C14561", + "cik": "0000844790", + "lei": "549300MCDIUT86HMWI73" + }, + { + "symbol": "PMO", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Putnam Municipal Opportunities Trust", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4E39315054362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BHDPQ1", + "cik": "0000900422", + "lei": "549300M74BR4G95PSL96" + }, + { + "symbol": "PMT", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Pennymac Mortgage Investment Trust", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4252594C46312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000DKDWS5", + "cik": "0001464423", + "lei": "549300BSSOQO1ZWDUJ97" + }, + { + "symbol": "PMT-A", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Pennymac Mortgage Investment Trust - FXDFR PRF PERPETUAL USD 25 - Ser ", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_5050385743472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001464423", + "lei": "549300BSSOQO1ZWDUJ97" + }, + { + "symbol": "PMT-B", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Pennymac Mortgage Investment Trust - FXDFR PRF PERPETUAL USD 25 - Ser ", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_424754374A4E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001464423", + "lei": "549300BSSOQO1ZWDUJ97" + }, + { + "symbol": "PMVC", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "PMV Consumer Acquisition Corp - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_54464E3358482D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00XVBR3B0", + "cik": "0001807765", + "lei": null + }, + { + "symbol": "PMVC+", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "PMV Consumer Acquisition Corp - Warrants (31/08/2027)", + "date": "2021-01-24", + "type": "wt", + "iexId": "IEX_52325A474C462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00Y2NWVH0", + "cik": "0001807765", + "lei": null + }, + { + "symbol": "PMVC=", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "PMV Consumer Acquisition Corp - Units (1 Ord share Class A & 1/2 War)", + "date": "2021-01-24", + "type": null, + "iexId": "IEX_4647394239592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00WJVJS80", + "cik": "0001807765", + "lei": null + }, + { + "symbol": "PMVP", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "PMV Pharmaceuticals Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_574735434C482D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG007NM47G3", + "cik": "0001699382", + "lei": null + }, + { + "symbol": "PMX", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Pimco Municipal Income Fund III", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4236563857372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000P33V12", + "cik": "0001181506", + "lei": "SJUC6WH3GDYFFYIHMV67" + }, + { + "symbol": "PNBK", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Patriot National Bancorp Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4E57433634532D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BL0V38", + "cik": "0001098146", + "lei": null + }, + { + "symbol": "PNC", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "PNC Financial Services Group", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5059353047312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BRD0D8", + "cik": "0000713676", + "lei": "CFGNEKW0P8842LEUIA51" + }, + { + "symbol": "PNC-P", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "PNC Financial Services Group - FXDFR PRF PERPETUAL USD 25 - Ser P", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_47374D4E524D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000713676", + "lei": "CFGNEKW0P8842LEUIA51" + }, + { + "symbol": "PNF", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Pimco New York Municipal Income Fund", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_544B514A52572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000DF8Y26", + "cik": "0001140410", + "lei": "VSODSLIYXJ7C18SCFD63" + }, + { + "symbol": "PNFP", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Pinnacle Financial Partners Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5757334E50562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000C1XKF6", + "cik": "0001115055", + "lei": "54930098EZ8JMSAZGS24" + }, + { + "symbol": "PNFPP", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Pinnacle Financial Partners Inc. - 6.75% PRF PERPETUAL USD 25 - 1/40th", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4D4847324B522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001115055", + "lei": "54930098EZ8JMSAZGS24" + }, + { + "symbol": "PNI", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Pimco New York Municipal Income Fund II", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5042304C50342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000F33JB9", + "cik": "0001170311", + "lei": "P1IBOVZHA4PI2PLT9Q65" + }, + { + "symbol": "PNM", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "PNM Resources Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_464830545A542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BRDFF3", + "cik": "0001108426", + "lei": "5493003JOBJGLZSDDQ28" + }, + { + "symbol": "PNNT", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "PennantPark Investment Corporation", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_524246394C542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000QVWX13", + "cik": "0001383414", + "lei": "529900OK432R4C6NQQ73" + }, + { + "symbol": "PNOV", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "Innovator ETFs Trust - Innovator S&P 500 Power Buffer ETF - November", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5152385939392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00QPZ1DK5", + "cik": "0001415726", + "lei": null + }, + { + "symbol": "PNQI", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Invesco Capital Management LLC - Invesco NASDAQ Internet ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5334393356422D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000DDK8Y9", + "cik": "0001224696", + "lei": null + }, + { + "symbol": "PNR", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Pentair plc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_435248504D522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000C221G9", + "cik": "0000077360", + "lei": "549300EVR9D56WPSRP15" + }, + { + "symbol": "PNRG", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "PrimeEnergy Resources Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_50364C344E372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000C4BZQ9", + "cik": "0000056868", + "lei": "9QMD37QNHRX1B7685Y44" + }, + { + "symbol": "PNTG", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Pennant Group Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4D4E4C4B33542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00P33SY72", + "cik": "0001766400", + "lei": "5493007H2OYR6BYLDA64" + }, + { + "symbol": "PNTM=", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Pontem Corp - Units (1 Ord Share Class A & 1/3 War)", + "date": "2021-01-24", + "type": null, + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00YPS2QN1", + "cik": "0001830392", + "lei": null + }, + { + "symbol": "PNTMU", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Pontem Corp - Units (1 Ord Share Class A & 1/3 War)", + "date": "2021-01-13", + "type": null, + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001830392", + "lei": null + }, + { + "symbol": "PNW", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Pinnacle West Capital Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4338584A37442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BRDSX5", + "cik": "0000764622", + "lei": "TWSEY0NEDUDCKS27AH81" + }, + { + "symbol": "POAI", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Predictive Oncology Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4457534653422D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000PVXTF7", + "cik": "0001446159", + "lei": "549300UQE748N2H9LE74" + }, + { + "symbol": "POCT", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "Innovator ETFs Trust - Innovator S&P 500 Power Buffer ETF - October", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5837323046562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00M4NZSN1", + "cik": "0001415726", + "lei": null + }, + { + "symbol": "PODD", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Insulet Corporation", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4E43474234372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000R7XX87", + "cik": "0001145197", + "lei": "549300TZTYD2PYN92D43" + }, + { + "symbol": "POLA", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Polar Power Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5751513354372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00BN3PRL3", + "cik": "0001622345", + "lei": "549300QOGO0JPJM23M83" + }, + { + "symbol": "POOL", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Pool Corporation", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_42365630425A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BCVG28", + "cik": "0000945841", + "lei": "5493005VZK1KMN6CO617" + }, + { + "symbol": "POR", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Portland General Electric Co", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4D34594C4B312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BCRMW7", + "cik": "0000784977", + "lei": "GJOUP9M7C39GLSK9R870" + }, + { + "symbol": "POSH", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Poshmark Inc - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001825480", + "lei": null + }, + { + "symbol": "POST", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Post Holdings Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4632375047312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG001WTBC36", + "cik": "0001530950", + "lei": "JM1I5YUAURL6DC8N1468" + }, + { + "symbol": "POTX", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Global X Funds - Global X Cannabis ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_56303536324B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00Q9BJXT4", + "cik": "0001432353", + "lei": null + }, + { + "symbol": "POWI", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Power Integrations Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_53354733425A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BTT3D1", + "cik": "0000833640", + "lei": "54930085LGXSCIHD5W31" + }, + { + "symbol": "POWL", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Powell Industries, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_48544B4C58372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BRGWN4", + "cik": "0000080420", + "lei": "549300V08RO7MX2UBN26" + }, + { + "symbol": "POWW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "AMMO Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4C36424236382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BYZD23", + "cik": "0001015383", + "lei": "549300WUBAV2G8RICP63" + }, + { + "symbol": "PPA", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Invesco Capital Management LLC - Invesco Aerospace & Defense ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4C38505443372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BDX0N6", + "cik": "0001224696", + "lei": null + }, + { + "symbol": "PPBI", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Pacific Premier Bancorp, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5847385758462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BNS256", + "cik": "0001028918", + "lei": "549300Q1KIC3KLI0XG98" + }, + { + "symbol": "PPBT", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Purple Biotech Ltd - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00B3L3T17", + "cik": "0001614744", + "lei": "5493008YRL2KK6TM3819" + }, + { + "symbol": "PPC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Pilgrim`s Pride Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4D5752434A422D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BFLXV3", + "cik": "0000802481", + "lei": "549300ZSLGV64ZL3HD75" + }, + { + "symbol": "PPD", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "PPD Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_51544B534A582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG005485Y51", + "cik": "0001793294", + "lei": null + }, + { + "symbol": "PPG", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "PPG Industries, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4853464C33432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BRJ809", + "cik": "0000079879", + "lei": "549300BKPEP01R3V6C59" + }, + { + "symbol": "PPH", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "VanEck Vectors ETF Trust - VanEck Vectors Pharmaceutical ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_484C583331462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BCKT22", + "cik": "0000869178", + "lei": null + }, + { + "symbol": "PPIH", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Perma-Pipe International Holdings Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_544C545058592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000C2YNT2", + "cik": "0000914122", + "lei": "549300QBMR25XXRKXK93" + }, + { + "symbol": "PPL", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "PPL Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5250545931502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BRJL00", + "cik": "0000922224", + "lei": "9N3UAJSNOUXFKQLF3V18" + }, + { + "symbol": "PPLT", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Aberdeen Standard Investments ETF - Aberdeen Standard Physical Platinu", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5752584448542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000Q4V1R6", + "cik": "0001597934", + "lei": null + }, + { + "symbol": "PPR", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Voya Prime Rate Trust", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_533447384B312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000C7HM76", + "cik": "0000826020", + "lei": "549300MGSUUJ7E55N746" + }, + { + "symbol": "PPSI", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Pioneer Power Solutions Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5656433159592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000CBVB20", + "cik": "0001449792", + "lei": null + }, + { + "symbol": "PPT", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Putnam Premier Income Trust", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_42355043434A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BRK0T3", + "cik": "0000827773", + "lei": "G5048SOHSFOQHNEL1E85" + }, + { + "symbol": "PPTY", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "ETF Series Solutions Trust - U.S. Diversified Real Estate ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4B4D4E424C4A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00KFX14M2", + "cik": "0001540305", + "lei": null + }, + { + "symbol": "PPX", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "PPL Capital Funding, Inc. - 5.90% NT REDEEM 30/04/2073 USD 25", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_46524443334A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001047459", + "lei": "549300MROK5WY0D2NU17" + }, + { + "symbol": "PQDI", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Principal Exchange-Traded Funds - Principal Spectrum Tax-Advantaged Di", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_58354C3932532D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00VCY2WS0", + "cik": "0001572661", + "lei": null + }, + { + "symbol": "PQG", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "PQ Group Holdings Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4D53384B4B542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00GX8YK99", + "cik": "0001708035", + "lei": null + }, + { + "symbol": "PQIN", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "PGIM ETF Trust - PGIM QMA Strategic Alpha International Equity ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4A59363532442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00MQCZHN5", + "cik": "0001727074", + "lei": null + }, + { + "symbol": "PQLC", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "PGIM ETF Trust - PGIM QMA Strategic Alpha Large-Cap Core ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_545430354E352D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00M8LVN56", + "cik": "0001727074", + "lei": null + }, + { + "symbol": "PQSG", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "PGIM ETF Trust - PGIM QMA Strategic Alpha Small-Cap Growth ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_484A344D4B522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00MJW56M7", + "cik": "0001727074", + "lei": null + }, + { + "symbol": "PQSV", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "PGIM ETF Trust - PGIM QMA Strategic Alpha Small-Cap Value ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4A3339534E382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00MJW5GZ1", + "cik": "0001727074", + "lei": null + }, + { + "symbol": "PRA", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Proassurance Corporation", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_53323138484E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000FBWYH0", + "cik": "0001127703", + "lei": "54930015E5J57R675E89" + }, + { + "symbol": "PRAA", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "PRA Group Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5032315053462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BNTW77", + "cik": "0001185348", + "lei": "549300Q5HW3JSSB86K27" + }, + { + "symbol": "PRAH", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "PRA Health Sciences Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4259565335422D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG007387YL8", + "cik": "0001613859", + "lei": "549300R1HR1VWWHIAK47" + }, + { + "symbol": "PRAX", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Praxis Precision Medicines Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_56474A4351592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00W9LF2G5", + "cik": "0001689548", + "lei": null + }, + { + "symbol": "PRCH", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Porch Group Inc - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00QYZND30", + "cik": "0001784535", + "lei": null + }, + { + "symbol": "PRCHW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Porch Group Inc - Warrants (23/12/2025)", + "date": "2021-01-24", + "type": "wt", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00RC9NR57", + "cik": "0001784535", + "lei": null + }, + { + "symbol": "PRCP", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Perceptron, Inc.", + "date": "2020-12-22", + "type": "cs", + "iexId": "IEX_5354565158502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000CRS9Q8", + "cik": "0000887226", + "lei": "529900ZZVOGD1EJE2B55" + }, + { + "symbol": "PRDO", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Perdoceo Education Corporation", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4256393552312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BDCQ25", + "cik": "0001046568", + "lei": "529900X5PCA184O9LY90" + }, + { + "symbol": "PRE-G", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Partnerre Ltd. - 6.50% PRF PERPETUAL USD - Ser G", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4C4A394D52352D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000911421", + "lei": "7LLHQS68KCIGNZBR7918" + }, + { + "symbol": "PRE-H", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Partnerre Ltd. - 7.25% PRF PERPETUAL USD - Ser H", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4D33475354502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000911421", + "lei": "7LLHQS68KCIGNZBR7918" + }, + { + "symbol": "PRE-I", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Partnerre Ltd. - 5.875% PRF PERPETUAL USD 25 - Ser I", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4A4D383958472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000911421", + "lei": "7LLHQS68KCIGNZBR7918" + }, + { + "symbol": "PREF", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Principal Exchange-Traded Funds - Principal Spectrum Preferred Securit", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_523454444C382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00H3P9XM7", + "cik": "0001572661", + "lei": null + }, + { + "symbol": "PRF", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Invesco Capital Management LLC - Invesco FTSE RAFI US 1000 ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5142514C474E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BBWP38", + "cik": "0001224696", + "lei": null + }, + { + "symbol": "PRFT", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Perficient Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4B57335750392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BVXFK6", + "cik": "0001085869", + "lei": "549300HTBXKL2755T650" + }, + { + "symbol": "PRFX", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "PainReform Ltd", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4C344C424C5A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00VT0S8T0", + "cik": "0001801834", + "lei": null + }, + { + "symbol": "PRFZ", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Invesco Capital Management LLC - Invesco FTSE RAFI US 1500 Small-Mid E", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_503339464E532D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000KHNPR9", + "cik": "0001224696", + "lei": null + }, + { + "symbol": "PRG", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "PROG Holdings Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00VSH86G4", + "cik": "0001808834", + "lei": null + }, + { + "symbol": "PRG#", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Aarons Holdings Company Inc - When Issued - Nov 2020", + "date": "2020-11-30", + "type": null, + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001808834", + "lei": null + }, + { + "symbol": "PRGO", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Perrigo Company plc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_483533515A432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000CNFQW6", + "cik": "0001585364", + "lei": "549300IFOQS6R1QLY196" + }, + { + "symbol": "PRGS", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Progress Software Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5437434336472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000C4QP94", + "cik": "0000876167", + "lei": "549300R65B3JG6972S24" + }, + { + "symbol": "PRGX", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "PRGX Global Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5042304438592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000G6RGP6", + "cik": "0001007330", + "lei": "549300CW9XC4TUIK8161" + }, + { + "symbol": "PRI", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Primerica Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_57464B43364A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000T8ZF80", + "cik": "0001475922", + "lei": "254900621R686KJR7022" + }, + { + "symbol": "PRIF-A", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Priority Income Fund Inc - 6.375% PRF REDEEM 30/06/2025 USD 25 - Ser A", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_5247363057302D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001554625", + "lei": null + }, + { + "symbol": "PRIF-B", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Priority Income Fund Inc - 6.25% PRF REDEEM 31/12/2023 USD 25 - Ser B", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4439365134462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001554625", + "lei": null + }, + { + "symbol": "PRIF-C", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Priority Income Fund Inc - 6.625% PRF REDEEM 30/06/2024 USD 25 - Ser C", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_5051363542302D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001554625", + "lei": null + }, + { + "symbol": "PRIF-D", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Priority Income Fund Inc - 7% PRF REDEEM 30/06/2029 USD 25 - Ser D", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_57364D584D502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001554625", + "lei": null + }, + { + "symbol": "PRIF-E", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Priority Income Fund Inc - 6.375% PRF REDEEM 31/12/2024 USD 25 - Ser E", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4B32385A4B302D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001554625", + "lei": null + }, + { + "symbol": "PRIF-F", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Priority Income Fund Inc - 6.625% PRF REDEEM 30/06/2027 USD 25 - Ser F", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_505038314D4A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001554625", + "lei": null + }, + { + "symbol": "PRIM", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Primoris Services Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_475A504A34482D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BBLPH5", + "cik": "0001361538", + "lei": "549300UF3OLBJ8D5K349" + }, + { + "symbol": "PRK", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "Park National Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5831534C36592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000DCV3T6", + "cik": "0000805676", + "lei": "5493001T01TDELV5OO63" + }, + { + "symbol": "PRLB", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Proto Labs Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5848393243502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BT13B3", + "cik": "0001443669", + "lei": "529900QHG5MGWT2WQQ09" + }, + { + "symbol": "PRLD", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Prelude Therapeutics Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4A42303831502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00K7JY2Q6", + "cik": "0001678660", + "lei": null + }, + { + "symbol": "PRMW", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Primo Water Corporation", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4430474434382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000KPQCZ8", + "cik": "0000884713", + "lei": "5493005TMUI9D3MY9I37" + }, + { + "symbol": "PRN", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Invesco Capital Management LLC - Invesco DWA Industrials Momentum ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4450304D48392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000Q27TY8", + "cik": "0001224696", + "lei": null + }, + { + "symbol": "PRNT", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "ARK Investment Management LLC - ARK 3D Printing ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5631344753592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00D3D1DC6", + "cik": "0001697748", + "lei": null + }, + { + "symbol": "PRO", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Pros Holdings Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_574E445A52322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000R432V9", + "cik": "0001392972", + "lei": "549300LPE1KNL5RWKQ48" + }, + { + "symbol": "PROF", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Profound Medical Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4830464D56542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00CXJY8L7", + "cik": "0001628808", + "lei": null + }, + { + "symbol": "PROG", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Progenity Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4C5A4D3339332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG007K8X5S6", + "cik": "0001580063", + "lei": "5493005XOS7E58D57T10" + }, + { + "symbol": "PROS", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Prosight Global Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_56464A5A34542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00FF54J11", + "cik": "0001634038", + "lei": null + }, + { + "symbol": "PROV", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Provident Financial Holdings, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5448385442542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000GSFXM7", + "cik": "0001010470", + "lei": null + }, + { + "symbol": "PRPB", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "CC Neuberger Principal Holdings II - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_543130514B392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00WJT9N87", + "cik": "0001812667", + "lei": null + }, + { + "symbol": "PRPB+", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "CC Neuberger Principal Holdings II - Warrants (29/07/2025)", + "date": "2021-01-24", + "type": "wt", + "iexId": "IEX_5733594E4B382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00XCD0W31", + "cik": "0001812667", + "lei": null + }, + { + "symbol": "PRPB=", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "CC Neuberger Principal Holdings II - Units (1 Ord Share Class A & 1/4 ", + "date": "2021-01-24", + "type": null, + "iexId": "IEX_474E505830392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00W2RT3X3", + "cik": "0001812667", + "lei": null + }, + { + "symbol": "PRPH", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "ProPhase Labs Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4E58484B4C5A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000F5PGF2", + "cik": "0000868278", + "lei": null + }, + { + "symbol": "PRPL", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Purple Innovation Inc - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4234304C374B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG009S7FWY0", + "cik": "0001643953", + "lei": null + }, + { + "symbol": "PRPLW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Purple Innovation Inc", + "date": "2020-11-29", + "type": "wt", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG009S7FZZ2", + "cik": "0001643953", + "lei": null + }, + { + "symbol": "PRPO", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Precipio Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_47385A5332342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000C0C3X9", + "cik": "0001043961", + "lei": "54930079ULTBRXUQNR89" + }, + { + "symbol": "PRQR", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "ProQR Therapeutics N.V", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4C43303939592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG006N8B830", + "cik": "0001612940", + "lei": "549300NGS2FJGGDBGS06" + }, + { + "symbol": "PRSC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Providence Service Corp", + "date": "2021-01-07", + "type": "cs", + "iexId": "IEX_434231485A372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000P1B7C8", + "cik": "0001220754", + "lei": "549300EFZIFW7F7I0Q28" + }, + { + "symbol": "PRSP", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Perspecta Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_46394752465A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00KMXKWF9", + "cik": "0001724670", + "lei": "549300XIT2GJKMZC0O65" + }, + { + "symbol": "PRT", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "PermRock Royalty Trust - Unit", + "date": "2021-01-24", + "type": null, + "iexId": "IEX_4C594B44314B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00KK2W1T9", + "cik": "0001724009", + "lei": null + }, + { + "symbol": "PRTA", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Prothena Corporation plc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_51484D3757342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG003PDKJF7", + "cik": "0001559053", + "lei": "5299009ZXQ8NIIJ8OL30" + }, + { + "symbol": "PRTC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "PureTech Health Plc - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_5630544742352D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00Y6FM4S2", + "cik": null, + "lei": "213800LVPDNO2Z9T9I39" + }, + { + "symbol": "PRTH", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Priority Technology Holdings Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_544D573133542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00DSNH1Z1", + "cik": "0001653558", + "lei": "549300ZS6DXD7ROBKB40" + }, + { + "symbol": "PRTK", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Paratek Pharmaceuticals Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4231435652372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000R36RQ9", + "cik": "0001178711", + "lei": "5493007V5QDIWECEYV79" + }, + { + "symbol": "PRTS", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "CarParts.com Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5432584B44342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000N26V95", + "cik": "0001378950", + "lei": "5493005FSRX4Y7E7H678" + }, + { + "symbol": "PRTY", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Party City Holdco Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4C584A344A382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG005WX31L1", + "cik": "0001592058", + "lei": "549300BUAG9YASF5Q703" + }, + { + "symbol": "PRU", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Prudential Financial Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_53484E5647372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000HCJMF9", + "cik": "0001137774", + "lei": "5PRBRS5FEH7NREC8OR45" + }, + { + "symbol": "PRVB", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Provention Bio Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4658565353312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00H1L1L88", + "cik": "0001695357", + "lei": "5493003LM26XAVJKLD34" + }, + { + "symbol": "PRVL", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Prevail Therapeutics Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5842544D57392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00K7JZBD9", + "cik": "0001714798", + "lei": null + }, + { + "symbol": "PS", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Pluralsight Inc - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4632543238302D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00KMYC574", + "cik": "0001725579", + "lei": "254900B3VHPCKNREOX50" + }, + { + "symbol": "PSA", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Public Storage", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_433436444B382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BPPN67", + "cik": "0001393311", + "lei": "549300LMZF40TKJ6DM64" + }, + { + "symbol": "PSA-B", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Public Storage - 5.40% PRF PERPETUAL USD 25 - Dp rp 1/1000th SerB", + "date": "2021-01-20", + "type": "ps", + "iexId": "IEX_5331515936442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001393311", + "lei": "549300LMZF40TKJ6DM64" + }, + { + "symbol": "PSA-C", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Public Storage - 5.125% PRF PERPETUAL USD 25 - Ser C 1/1000 Ben Int", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4756574850432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001393311", + "lei": "549300LMZF40TKJ6DM64" + }, + { + "symbol": "PSA-D", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Public Storage - 4.95% PRF PERPETUAL USD 25 - Ser D 1/1000th pfd", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4C4D533932362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001393311", + "lei": "549300LMZF40TKJ6DM64" + }, + { + "symbol": "PSA-E", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Public Storage - 4.90% PRF PERPETUAL USD 25 - Ser E 1/1000 Int", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_5434324336382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001393311", + "lei": "549300LMZF40TKJ6DM64" + }, + { + "symbol": "PSA-F", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Public Storage - 5.15% PRF PERPETUAL USD 25 - Dep 1/1000th Ser F", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4238343854462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001393311", + "lei": "549300LMZF40TKJ6DM64" + }, + { + "symbol": "PSA-G", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Public Storage - 5.05% PRF PERPETUAL USD 25 - 1/1000 Ser G", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4C30565852592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001393311", + "lei": "549300LMZF40TKJ6DM64" + }, + { + "symbol": "PSA-H", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Public Storage - 5.60% PRF PERPETUAL USD 25 - Ser H 1/1000 Dep", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4D57463650422D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001393311", + "lei": "549300LMZF40TKJ6DM64" + }, + { + "symbol": "PSA-I", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Public Storage - 4.875% PRF PERPETUAL USD 25 - Ser I 1/1000th Dep S", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_534A513758392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001393311", + "lei": "549300LMZF40TKJ6DM64" + }, + { + "symbol": "PSA-J", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Public Storage - 4.70% PRF PERPETUAL USD 25 - Ser J 1/1000th Dep S", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4438465847542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001393311", + "lei": "549300LMZF40TKJ6DM64" + }, + { + "symbol": "PSA-K", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Public Storage - 4.75% PRF PERPETUAL USD 25 - Dp Rp 1/1000 Ser K", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_475838395A352D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001393311", + "lei": "549300LMZF40TKJ6DM64" + }, + { + "symbol": "PSA-L", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Public Storage - 4.625% PRF PERPETUAL USD 25 - Ser L 1/1000 Dep", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_58344C37524A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001393311", + "lei": "549300LMZF40TKJ6DM64" + }, + { + "symbol": "PSA-M", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Public Storage - 4.125% PRF PERPETUAL USD 25 - Ser M Beneficial Int", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4C44444C4E422D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001393311", + "lei": "549300LMZF40TKJ6DM64" + }, + { + "symbol": "PSA-N", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Public Storage - 3.875% PRF PERPETUAL USD 25 - Dp Shs 1/1000 Ser N", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4D474B3030442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001393311", + "lei": "549300LMZF40TKJ6DM64" + }, + { + "symbol": "PSA-O", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Public Storage - 3.90% PRF PERPETUAL USD 25 - Ser O", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_47574E3547362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001393311", + "lei": "549300LMZF40TKJ6DM64" + }, + { + "symbol": "PSAC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Property Solutions Acquisition Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4C3134434C4C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00W4M4KW2", + "cik": "0001805521", + "lei": null + }, + { + "symbol": "PSACW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Property Solutions Acquisition Corp - Warrants (30/03/2027)", + "date": "2021-01-24", + "type": "wt", + "iexId": "IEX_4E4C485742512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00WYY6PR6", + "cik": "0001805521", + "lei": null + }, + { + "symbol": "PSB", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "PS Business Parks, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_524D4A4B59512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000D9P720", + "cik": "0000866368", + "lei": null + }, + { + "symbol": "PSB-W", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "PS Business Parks, Inc. - 5.20% PRF PERPETUAL USD 25 - Ser W 1/1000", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4C4A505A354E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000866368", + "lei": null + }, + { + "symbol": "PSB-X", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "PS Business Parks, Inc. - 5.25% PRF PERPETUAL USD 25 - Ser X 1/1000 in", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_5352544B32312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000866368", + "lei": null + }, + { + "symbol": "PSB-Y", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "PS Business Parks, Inc. - 5.20% PRF PERPETUAL USD 25 - Dep Rp 1/1000 p", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_53344A4E52592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000866368", + "lei": null + }, + { + "symbol": "PSB-Z", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "PS Business Parks, Inc. - 4.875% PRF PERPETUAL USD 25 - Dp ShRp 1/1000", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4448434852362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000866368", + "lei": null + }, + { + "symbol": "PSC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Principal Exchange-Traded Funds - Principal U.S. Small-Cap Multi-Facto", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5437475032332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00DSQ66C0", + "cik": "0001572661", + "lei": null + }, + { + "symbol": "PSCC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Invesco Capital Management LLC - Invesco S&P SmallCap Consumer Staples", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_544A4E3537502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000QM6D07", + "cik": "0001224696", + "lei": null + }, + { + "symbol": "PSCD", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Invesco Capital Management LLC - Invesco S&P SmallCap Consumer Discret", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5633544242362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000QM5ZT8", + "cik": "0001224696", + "lei": null + }, + { + "symbol": "PSCE", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Invesco Capital Management LLC - Invesco S&P SmallCap Energy ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5046483050322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000QM6Q44", + "cik": "0001224696", + "lei": null + }, + { + "symbol": "PSCF", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Invesco Capital Management LLC - Invesco S&P SmallCap Financials ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4E5639564C4B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000QM6ZZ0", + "cik": "0001224696", + "lei": null + }, + { + "symbol": "PSCH", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Invesco Capital Management LLC - Invesco S&P SmallCap Health Care ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4D32544343302D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000QM7C26", + "cik": "0001224696", + "lei": null + }, + { + "symbol": "PSCI", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Invesco Capital Management LLC - Invesco S&P SmallCap Industrials ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4D4E5A4A464A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000QM7NH6", + "cik": "0001224696", + "lei": null + }, + { + "symbol": "PSCM", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Invesco Capital Management LLC - Invesco S&P SmallCap Materials ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_53433956324E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000QM8780", + "cik": "0001224696", + "lei": null + }, + { + "symbol": "PSCT", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Invesco Capital Management LLC - Invesco S&P SmallCap Information Tech", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4E3834504A312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000QM7X20", + "cik": "0001224696", + "lei": null + }, + { + "symbol": "PSCU", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Invesco Capital Management LLC - Invesco S&P SmallCap Utilities & Comm", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5359483035352D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000QM8KJ9", + "cik": "0001224696", + "lei": null + }, + { + "symbol": "PSCX", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "Pacer Funds Trust - Pacer Swan SOS Conservative (December) ETF", + "date": "2021-01-24", + "type": "et", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00YN7CS36", + "cik": "0001616668", + "lei": null + }, + { + "symbol": "PSEC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Prospect Capital Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5030563332342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000Q3RGN4", + "cik": "0001287032", + "lei": "549300FSD8T39P5Q0O47" + }, + { + "symbol": "PSEP", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "Innovator ETFs Trust - Innovator S&P 500 Power Buffer ETF - September", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_464233595A592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00Q4027Z1", + "cik": "0001415726", + "lei": null + }, + { + "symbol": "PSET", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Principal Exchange-Traded Funds - Principal Quality ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_575732384B312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00CGY1GM0", + "cik": "0001572661", + "lei": null + }, + { + "symbol": "PSF", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Cohen & Steers Select Preferred and Income Fund Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5651324E46502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00182H997", + "cik": "0001498612", + "lei": "OEZWCTDD06SJTYUH4E15" + }, + { + "symbol": "PSFD", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "Pacer Funds Trust - Pacer Swan SOS Flex (December) ETF", + "date": "2021-01-24", + "type": "et", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00YN7F4T8", + "cik": "0001616668", + "lei": null + }, + { + "symbol": "PSFF", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "Pacer Funds Trust - Pacer Swan SOS Fund of Funds ETF", + "date": "2021-01-24", + "type": "et", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00YPGN382", + "cik": "0001616668", + "lei": null + }, + { + "symbol": "PSHG", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Performance Shipping Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_583858464B422D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG001CJFTG5", + "cik": "0001481241", + "lei": "529900TDUX3CQLRVFO49" + }, + { + "symbol": "PSI", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Invesco Capital Management LLC - Invesco Dynamic Semiconductors ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4738585A4E472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000DVLQD1", + "cik": "0001224696", + "lei": null + }, + { + "symbol": "PSJ", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Invesco Capital Management LLC - Invesco Dynamic Software ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5337525331372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000DVM3B3", + "cik": "0001224696", + "lei": null + }, + { + "symbol": "PSK", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "SPDR Series Trust - SSgA SPDR Wells Fargo Preferred Stock ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5233515A39432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000P8NH38", + "cik": "0001064642", + "lei": null + }, + { + "symbol": "PSL", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Invesco Capital Management LLC - Invesco DWA Consumer Staples Momentum", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_465642594E422D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000Q1Q3P6", + "cik": "0001224696", + "lei": null + }, + { + "symbol": "PSM", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Principal Exchange-Traded Funds - Principal U.S. Small-MidCap Multi-Fa", + "date": "2020-12-14", + "type": "et", + "iexId": "IEX_5454435630372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00PPWWY24", + "cik": "0001572661", + "lei": null + }, + { + "symbol": "PSMB", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "Invesco Capital Management LLC - Invesco Balanced Multi-Asset Allocati", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4846393557522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00G00LKL2", + "cik": "0001224696", + "lei": null + }, + { + "symbol": "PSMC", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "Invesco Capital Management LLC - Invesco Conservative Multi-Asset Allo", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4C50364432482D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00G00MHG4", + "cik": "0001224696", + "lei": null + }, + { + "symbol": "PSMD", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "Pacer Funds Trust - Pacer Swan SOS Moderate (December) ETF", + "date": "2021-01-24", + "type": "et", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00YN798G0", + "cik": "0001616668", + "lei": null + }, + { + "symbol": "PSMG", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "Invesco Capital Management LLC - Invesco Growth Multi-Asset Allocation", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4A3047425A382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00G00SDX8", + "cik": "0001224696", + "lei": null + }, + { + "symbol": "PSMM", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "Invesco Capital Management LLC - Invesco Moderately Conservative Multi", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4B35535034392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00G00MPZ5", + "cik": "0001224696", + "lei": null + }, + { + "symbol": "PSMT", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Pricesmart Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4354583959532D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BTKR92", + "cik": "0001041803", + "lei": "549300JVYOSTGVSDZS46" + }, + { + "symbol": "PSN", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Parsons Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_54424E5434342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000C3TKY6", + "cik": "0000275880", + "lei": "549300ZXH0VRBSEPX752" + }, + { + "symbol": "PSNL", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Personalis Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_524E484237352D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0027NWBR8", + "cik": "0001527753", + "lei": "549300EZ2NYFK7H0US48" + }, + { + "symbol": "PSO", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Pearson plc - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_47474E5353422D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BBKSR9", + "cik": "0000938323", + "lei": "2138004JBXWWJKIURC57" + }, + { + "symbol": "PSP", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Invesco Capital Management LLC - Invesco Global Listed Private Equity ", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_54534D54465A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000Q4Y4F0", + "cik": "0001224696", + "lei": null + }, + { + "symbol": "PSQ", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "ProShares Trust - ProShares Short QQQ", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4832594348342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000PNJVM8", + "cik": "0001174610", + "lei": null + }, + { + "symbol": "PSR", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Invesco Capital Management LLC - Invesco Active U.S. Real Estate ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4C48474B4A362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BWTQD3", + "cik": "0001224696", + "lei": null + }, + { + "symbol": "PST", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Invesco Capital Management LLC - PowerShares UltraShort Lehman 7-10 + ", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4A31485139372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BCM1P6", + "cik": "0001224696", + "lei": null + }, + { + "symbol": "PSTG", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Pure Storage Inc - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_583139374C352D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00212PVZ5", + "cik": "0001474432", + "lei": "549300NPDB0BZTK3WO90" + }, + { + "symbol": "PSTH", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Pershing Square Tontine Holdings Ltd - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4344484C47302D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00VQPGRL7", + "cik": "0001811882", + "lei": "549300ZDVEYEVCF35B08" + }, + { + "symbol": "PSTH+", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Pershing Square Tontine Holdings Ltd - Warrants (24/07/2025)", + "date": "2021-01-24", + "type": "wt", + "iexId": "IEX_4A56515637482D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00WPG6DF5", + "cik": "0001811882", + "lei": "549300ZDVEYEVCF35B08" + }, + { + "symbol": "PSTI", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Pluristem Therapeutics Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4457515750522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000DQX509", + "cik": "0001158780", + "lei": "529900OZKMF7JGZMYM81" + }, + { + "symbol": "PSTL", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Postal Realty Trust Inc Cls A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_46323952594A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00NSBGFJ3", + "cik": "0001759774", + "lei": "5493007B7ZZSIJRGWC41" + }, + { + "symbol": "PSTV", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Plus Therapeutics Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4B375A4758442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000C1Z086", + "cik": "0001095981", + "lei": "549300XD2PHUC73HMY31" + }, + { + "symbol": "PSTX", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Poseida Therapeutics Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_433033424C442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00BNTZ9H0", + "cik": "0001661460", + "lei": "549300USKSDMNGMN8V04" + }, + { + "symbol": "PSX", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Phillips 66", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5454445130442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00286S4N9", + "cik": "0001534701", + "lei": "5493005JBO5YSIGK1814" + }, + { + "symbol": "PSXP", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Phillips 66 Partners LP - Units", + "date": "2021-01-24", + "type": null, + "iexId": "IEX_4459564450382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG004D379Q5", + "cik": "0001572910", + "lei": "549300TL5L4IG0H4FX64" + }, + { + "symbol": "PT", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Pintec Technology Holdings Ltd - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_4230503559462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00LG3Z509", + "cik": "0001716338", + "lei": null + }, + { + "symbol": "PTA", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Cohen & Steers Tax-Advantaged Preferred Securities & Income Fund", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_48504C5834422D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00RP7J328", + "cik": "0001793882", + "lei": null + }, + { + "symbol": "PTAC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "PropTech Acquisition Corp - Class A", + "date": "2020-12-24", + "type": "cs", + "iexId": "IEX_5652353137342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00QYZND30", + "cik": "0001784535", + "lei": null + }, + { + "symbol": "PTACW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "PropTech Acquisition Corp - Warrants (26/05/2026)", + "date": "2020-12-24", + "type": "wt", + "iexId": "IEX_564C475639572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00RC9NR57", + "cik": "0001784535", + "lei": null + }, + { + "symbol": "PTBD", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Pacer Funds Trust - Pacer Trendpilot US Bond ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5230335244352D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00QLCL9P2", + "cik": "0001616668", + "lei": null + }, + { + "symbol": "PTC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "PTC Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4259503050462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000C2VBB0", + "cik": "0000857005", + "lei": "54930050SSMU8SKDJ030" + }, + { + "symbol": "PTCT", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "PTC Therapeutics Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4E4B5A5339382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000QT15P7", + "cik": "0001070081", + "lei": "549300UJLWOIWFDGB318" + }, + { + "symbol": "PTE", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "PolarityTE Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5235583234362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BK69X0", + "cik": "0001076682", + "lei": "549300S23HGL0P1Y1N41" + }, + { + "symbol": "PTEN", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Patterson-UTI Energy Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4D575058525A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BKXFN7", + "cik": "0000889900", + "lei": null + }, + { + "symbol": "PTEU", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "Pacer Funds Trust - Pacer TrendpilotTM European Index ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4835595232382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00BLVPY10", + "cik": "0001616668", + "lei": null + }, + { + "symbol": "PTF", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Invesco Capital Management LLC - Invesco DWA Technology Momentum ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_463835534B542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000Q279Y2", + "cik": "0001224696", + "lei": null + }, + { + "symbol": "PTGX", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Protagonist Therapeutics Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_543634484D4B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG002B63KM7", + "cik": "0001377121", + "lei": null + }, + { + "symbol": "PTH", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Invesco Capital Management LLC - Invesco DWA Healthcare Momentum ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4C4A503839472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000Q26YD1", + "cik": "0001224696", + "lei": null + }, + { + "symbol": "PTI", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Proteostasis Therapeutics Inc", + "date": "2020-12-23", + "type": "cs", + "iexId": "IEX_5347463331432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG001CPMPK6", + "cik": "0001445283", + "lei": "549300GNQLMQP5WNHC81" + }, + { + "symbol": "PTIN", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Pacer Funds Trust - Pacer Trendpilot International ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4356563138382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00P1MDGZ6", + "cik": "0001616668", + "lei": null + }, + { + "symbol": "PTK", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "PTK Acquisition Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4D4D314B35432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00VP09FH2", + "cik": "0001797099", + "lei": null + }, + { + "symbol": "PTK+", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "PTK Acquisition Corp - Warrants (01/01/9999)", + "date": "2021-01-24", + "type": "wt", + "iexId": "IEX_475956464E382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00XH5GYF9", + "cik": "0001797099", + "lei": null + }, + { + "symbol": "PTK=", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "PTK Acquisition Corp - Unit (1 Ordinary share & 1 Warr)", + "date": "2021-01-24", + "type": null, + "iexId": "IEX_5357393257502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00VGC99K6", + "cik": "0001797099", + "lei": null + }, + { + "symbol": "PTLC", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "Pacer Funds Trust - Pacer Trendpilot US Large Cap ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4A354635394C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG009BJW8F7", + "cik": "0001616668", + "lei": null + }, + { + "symbol": "PTMC", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "Pacer Funds Trust - Pacer Trendpilot US Mid Cap ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4744585032312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG009BJVYT6", + "cik": "0001616668", + "lei": null + }, + { + "symbol": "PTMN", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Portman Ridge Finance Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_545A353743562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BMSWV3", + "cik": "0001372807", + "lei": "254900YM5BVQKA01I468" + }, + { + "symbol": "PTN", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "Palatin Technologies Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_434D33424B532D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BN9PY4", + "cik": "0000911216", + "lei": "549300IDN7TWMQI0JP93" + }, + { + "symbol": "PTNQ", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "Pacer Funds Trust - Pacer Trendpilot 100 ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_46374C4258302D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG009BNY731", + "cik": "0001616668", + "lei": null + }, + { + "symbol": "PTNR", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Partner Communications Co. - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_4D4C4D4658542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000DGFK99", + "cik": "0001096691", + "lei": "529900P1P6RZ1NC37U33" + }, + { + "symbol": "PTON", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Peloton Interactive Inc - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4C56524336302D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00JG0FFZ2", + "cik": "0001639825", + "lei": "5493002YS021166W0339" + }, + { + "symbol": "PTPI", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Petros Pharmaceuticals Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00TYL0TW3", + "cik": "0001815903", + "lei": null + }, + { + "symbol": "PTR", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "PetroChina Co. Ltd. - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_514D5253574D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BR85F1", + "cik": "0001108329", + "lei": "529900RPY4YG47TRSV05" + }, + { + "symbol": "PTRS", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Partners Bancorp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4B464A5248322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BPGVM1", + "cik": "0000832090", + "lei": null + }, + { + "symbol": "PTSI", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "P.A.M. Transportation Services, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4639424D59472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BRQJZ9", + "cik": "0000798287", + "lei": null + }, + { + "symbol": "PTVCA", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Protective Insurance Corp. - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4359354D34562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BDV5Q4", + "cik": "0000009346", + "lei": "4GV2A4JI188D1894UP83" + }, + { + "symbol": "PTVCB", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Protective Insurance Corp. - Class B", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4A4D4858535A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BDVMB3", + "cik": "0000009346", + "lei": "4GV2A4JI188D1894UP83" + }, + { + "symbol": "PTVE", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Pactiv Evergreen Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4651333248592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00WXWG2M6", + "cik": "0001527508", + "lei": null + }, + { + "symbol": "PTY", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "PIMCO Corporate & Income Opportunity Fund", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4B385A465A472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000KYH156", + "cik": "0001190935", + "lei": "HDLWHPN6NOUBN66AS151" + }, + { + "symbol": "PUBM", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "PubMatic Inc - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG001PKMK06", + "cik": "0001422930", + "lei": null + }, + { + "symbol": "PUI", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Invesco Capital Management LLC - Invesco DWA Utilities Momentum ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_464C434851332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000JJZQF5", + "cik": "0001224696", + "lei": null + }, + { + "symbol": "PUK", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Prudential plc - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_5748574A52342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000C58NY8", + "cik": "0001116578", + "lei": "5493001Z3ZE83NGK8Y12" + }, + { + "symbol": "PULM", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Pulmatrix Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_563447434C312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG003TH2QL1", + "cik": "0001574235", + "lei": "5299002RHCRZ9ST3GN42" + }, + { + "symbol": "PULS", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "PGIM ETF Trust - PGIM Ultra Short Bond ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4D52433746332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00KJQ1Q26", + "cik": "0001727074", + "lei": null + }, + { + "symbol": "PUMP", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "ProPetro Holding Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_533237434E582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00FYCQ352", + "cik": "0001680247", + "lei": null + }, + { + "symbol": "PUTW", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "WisdomTree Trust - WisdomTree CBOE S&P 500 PutWrite Strategy Fund", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4333313458522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00C8397B1", + "cik": "0001350487", + "lei": null + }, + { + "symbol": "PUYI", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Puyi Inc - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_4B4D314D585A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00MNFN5R6", + "cik": "0001750264", + "lei": null + }, + { + "symbol": "PV=", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Primavera Capital Acquisition Corporation - Units (1 Ord Class A & 1/2", + "date": "2021-01-24", + "type": null, + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00YS5PJR5", + "cik": "0001818787", + "lei": null + }, + { + "symbol": "PVAC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Penn Virginia Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_444837535A302D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00F7W51G3", + "cik": "0000077159", + "lei": "5493003S4AVU6OSXB118" + }, + { + "symbol": "PVBC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Provident Bancorp Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5658384243592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00PF4SXH8", + "cik": "0001778784", + "lei": null + }, + { + "symbol": "PVG", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Pretium Resources Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5139545A59572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG001DM5W62", + "cik": "0001508844", + "lei": null + }, + { + "symbol": "PVH", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "PVH Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_584B5048394A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BRRG02", + "cik": "0000078239", + "lei": "123WALMHY1GZXG2YDL90" + }, + { + "symbol": "PVI", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Invesco Capital Management LLC - Invesco VRDO Tax-Free Weekly ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_42504D3130592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000TWXMS2", + "cik": "0001224696", + "lei": null + }, + { + "symbol": "PVL", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Permianville Royalty Trust - Unit", + "date": "2021-01-24", + "type": null, + "iexId": "IEX_4B4D5139595A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG001YTXLH5", + "cik": "0001520048", + "lei": null + }, + { + "symbol": "PVU", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Primavera Capital Acquisition Corporation - Units (1 Ord Class A & 1/2", + "date": "2021-01-22", + "type": null, + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001818787", + "lei": null + }, + { + "symbol": "PW", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "Power REIT", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5235524844582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BRS4P1", + "cik": "0001532619", + "lei": "549300GLI9IPZRYGFI71" + }, + { + "symbol": "PW-A", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "Power REIT - 7.75% PRF PERPETUAL USD 25 - Ser A", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_54315242544E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001532619", + "lei": "549300GLI9IPZRYGFI71" + }, + { + "symbol": "PWB", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Invesco Capital Management LLC - Invesco Dynamic Large Cap Growth ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4D38425334522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BM96K3", + "cik": "0001224696", + "lei": null + }, + { + "symbol": "PWC", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Invesco Capital Management LLC - Invesco Dynamic Market ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5838515451592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000PQD3P6", + "cik": "0001224696", + "lei": null + }, + { + "symbol": "PWFL", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ - ALL MARKETS", + "name": "PowerFleet Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4D58513235362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00PG3JNL6", + "cik": "0001774170", + "lei": null + }, + { + "symbol": "PWOD", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Penns Woods Bancorp, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5656423738312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BR1HK6", + "cik": "0000716605", + "lei": null + }, + { + "symbol": "PWR", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Quanta Services, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5337503837572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BBL8V7", + "cik": "0001050915", + "lei": "SHVRXXEACT60MMH07S24" + }, + { + "symbol": "PWS", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "Pacer Funds Trust - Pacer WealthShield ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4656484250332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00JGBRQ18", + "cik": "0001616668", + "lei": null + }, + { + "symbol": "PWV", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Invesco Capital Management LLC - Invesco Dynamic Large Cap Value ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5451354C31462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000L5R6Q3", + "cik": "0001224696", + "lei": null + }, + { + "symbol": "PWZ", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Invesco Capital Management LLC - Invesco California AMT-Free Municipal", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_56574C4E4C352D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000TJ0SG7", + "cik": "0001224696", + "lei": null + }, + { + "symbol": "PXD", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Pioneer Natural Resources Co.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_544B4B504A422D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BXRPH1", + "cik": "0001038357", + "lei": "FY8JBF7CCL2VE4F1B628" + }, + { + "symbol": "PXE", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Invesco Capital Management LLC - Invesco Dynamic Energy Exploration & ", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4A4A364233502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000JK2797", + "cik": "0001224696", + "lei": null + }, + { + "symbol": "PXF", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Invesco Capital Management LLC - Invesco FTSE RAFI Developed Markets e", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4A38394839312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000QJY458", + "cik": "0001224696", + "lei": null + }, + { + "symbol": "PXH", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Invesco Capital Management LLC - Invesco FTSE RAFI Emerging Markets ET", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_524E4A384D4E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000QSJX15", + "cik": "0001224696", + "lei": null + }, + { + "symbol": "PXI", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Invesco Capital Management LLC - Invesco DWA Energy Momentum ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_47464A3351562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000Q21QD3", + "cik": "0001224696", + "lei": null + }, + { + "symbol": "PXJ", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Invesco Capital Management LLC - Invesco Dynamic Oil & Gas Services ET", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4B33434836362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000JK3SB7", + "cik": "0001224696", + "lei": null + }, + { + "symbol": "PXLW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Pixelworks Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5642464235472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BQSKV0", + "cik": "0001040161", + "lei": "529900ORL14ENZ36HI70" + }, + { + "symbol": "PXMD", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "PaxMedica Inc", + "date": "2020-12-04", + "type": "cs", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00VVV2NQ7", + "cik": "0001811623", + "lei": null + }, + { + "symbol": "PXMDW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "PaxMedica Inc - Warrants (25/09/2025)", + "date": "2020-12-07", + "type": "wt", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00XRJFDV7", + "cik": "0001811623", + "lei": null + }, + { + "symbol": "PXQ", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Invesco Capital Management LLC - Invesco Dynamic Networking ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_444A464844582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000DVF8M8", + "cik": "0001224696", + "lei": null + }, + { + "symbol": "PXS", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Pyxis Tankers Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_47544A5435372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG008LH79Y7", + "cik": "0001640043", + "lei": null + }, + { + "symbol": "PXSAP", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Pyxis Tankers Inc - 7.75% PRF PERPETUAL USD 25 - Ser A", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_5432323443512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001640043", + "lei": null + }, + { + "symbol": "PXSAW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Pyxis Tankers Inc - Warrants (19/08/2025)", + "date": "2021-01-24", + "type": "wt", + "iexId": "IEX_4C4D374248312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00X71K371", + "cik": "0001640043", + "lei": null + }, + { + "symbol": "PY", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Principal Exchange-Traded Funds - Principal Value ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4334355833392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00CGY1JK6", + "cik": "0001572661", + "lei": null + }, + { + "symbol": "PYN", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Pimco New York Municipal Income Fund III", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5357345339382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BM28W3", + "cik": "0001181505", + "lei": "R2MUFGRNN5QKX2UD3V35" + }, + { + "symbol": "PYPD", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Polypid Ltd", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4E4B42514A592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG002Q6KV39", + "cik": "0001611842", + "lei": null + }, + { + "symbol": "PYPE", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "UBS AG London Branch - FR SP ETN REDEEM 20/08/2048 USD 25 - Ser B", + "date": "2021-01-24", + "type": "struct", + "iexId": "IEX_444233354A362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00LQM6X07", + "cik": "0001168525", + "lei": null + }, + { + "symbol": "PYPL", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "PayPal Holdings Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5251394635532D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0077VNXV6", + "cik": "0001633917", + "lei": "5493005X2GO78EFZ3E94" + }, + { + "symbol": "PYS", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Pplus Trust Series RRD-1 - 6.30% SP TRUCS REDEEM 15/04/2029 USD 25", + "date": "2021-01-24", + "type": "struct", + "iexId": "IEX_4759435038352D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": null, + "lei": null + }, + { + "symbol": "PYT", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "PPLUS Trust Series GSC-2 - FR SP TRUCS REDEEM 15/02/2034 USD 25", + "date": "2021-01-24", + "type": "struct", + "iexId": "IEX_4859345A39522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001294808", + "lei": null + }, + { + "symbol": "PYZ", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Invesco Capital Management LLC - Invesco DWA Basic Materials Momentum ", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4B43425934462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000Q1PSL6", + "cik": "0001224696", + "lei": null + }, + { + "symbol": "PZA", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Invesco Capital Management LLC - Invesco National AMT-Free Municipal B", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_424E474E4B522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000TJ0K74", + "cik": "0001224696", + "lei": null + }, + { + "symbol": "PZC", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Pimco California Municipal Income Fund III", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4C51383531512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BM6QZ6", + "cik": "0001181504", + "lei": "BVT0QWDJNZ8WI4XN5U25" + }, + { + "symbol": "PZD", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Invesco Capital Management LLC - Invesco Cleantech ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_51384D5459572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000Q4YTD7", + "cik": "0001224696", + "lei": null + }, + { + "symbol": "PZG", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "Paramount Gold Nevada Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4843435043572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG007R13G21", + "cik": "0001629210", + "lei": "5493000CWEBEVDLIW256" + }, + { + "symbol": "PZN", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Pzena Investment Management Inc - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4C34334354502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000RGW5V3", + "cik": "0001399249", + "lei": "77FR8E97WY61TIP8ID10" + }, + { + "symbol": "PZT", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Invesco Capital Management LLC - Invesco New York AMT-Free Municipal B", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_574752544E502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000TJ1193", + "cik": "0001224696", + "lei": null + }, + { + "symbol": "PZZA", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Papa John`s International, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5456544B4E4B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BFWF13", + "cik": "0000901491", + "lei": "HZYLD3DK5XOX0WBVNB56" + }, + { + "symbol": "QABA", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "First Trust Exchange-Traded Fund III - First Trust NASDAQ ABA Communit", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4A4A365739422D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000N6XBP2", + "cik": "0001424212", + "lei": null + }, + { + "symbol": "QADA", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "QAD, Inc. - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4C354A4D36362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG001BP77C3", + "cik": "0001036188", + "lei": null + }, + { + "symbol": "QADB", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "QAD, Inc. - Class B", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4C51463143392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BWF278", + "cik": "0001036188", + "lei": null + }, + { + "symbol": "QAI", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "IndexIQ ETF Trust - IQ Hedge Multi-Strategy Tracker ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5658525750352D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000HFDKL5", + "cik": "0001415995", + "lei": null + }, + { + "symbol": "QARP", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "DBX ETF Trust - Xtrackers Russell 1000 US Quality at a Reasonable Pric", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_44423047424E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00KHRB3K6", + "cik": "0001503123", + "lei": null + }, + { + "symbol": "QAT", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "BlackRock Institutional Trust Company N.A. - iShares MSCI Qatar ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5253315A43332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG006F3G5G7", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "QCLN", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "First Trust Exchange-Traded Fund III - First Trust Nasdaq Clean Edge G", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_543957344B472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000QX2HH0", + "cik": "0001424212", + "lei": null + }, + { + "symbol": "QCOM", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Qualcomm, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4658483458472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000CGC1X8", + "cik": "0000804328", + "lei": "H1J8DDZKZP6H7RWC0H53" + }, + { + "symbol": "QCRH", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "QCR Holding, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5338565052322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BYZSM8", + "cik": "0000906465", + "lei": "549300MWKWM7KWJVQO33" + }, + { + "symbol": "QD", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Qudian Inc - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_4C38504A474D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00HS39BW6", + "cik": "0001692705", + "lei": "549300MY8WXPOW8RKH11" + }, + { + "symbol": "QDEC", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "First Trust Exchange-Traded Fund VIII - FT Cboe Vest Growth-100 Buffer", + "date": "2021-01-24", + "type": "et", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00YGC9751", + "cik": "0001667919", + "lei": null + }, + { + "symbol": "QDEF", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "FlexShares Trust - FlexShares Quality Dividend Defensive Index Fund", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4B30354339422D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG003QD4VZ5", + "cik": "0001256909", + "lei": null + }, + { + "symbol": "QDEL", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Quidel Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4A4B443134342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000C6GN04", + "cik": "0000353569", + "lei": "549300X2FQ6S98OQLQ46" + }, + { + "symbol": "QDF", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "FlexShares Trust - FlexShares Quality Dividend Index Fund", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_43514E574B502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG003QD4D76", + "cik": "0001256909", + "lei": null + }, + { + "symbol": "QDIV", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Global X Funds - Global X S&P 500 Quality Dividend ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_44514B4335522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00LFMM7Y1", + "cik": "0001432353", + "lei": null + }, + { + "symbol": "QDYN", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "FlexShares Trust - FlexShares Quality Dividend Dynamic Index Fund", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4B4C424A43562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG003QD5HJ3", + "cik": "0001256909", + "lei": null + }, + { + "symbol": "QED", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "IndexIQ ETF Trust - IQ Hedge Event-Driven Tracker ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_484A30594A382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG008B8R583", + "cik": "0001415995", + "lei": null + }, + { + "symbol": "QEFA", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "SSgA Active Trust - SPDR MSCI EAFE StrategicFactors SM ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4B51523034442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG006LCM0X5", + "cik": "0001516212", + "lei": "549300PQC2CS3IA6B871" + }, + { + "symbol": "QELL", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Qell Acquisition Corp - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4C35573136332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00XP7Z283", + "cik": "0001821171", + "lei": null + }, + { + "symbol": "QELLW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Qell Acquisition Corp - Warrants (01/10/2025)", + "date": "2021-01-24", + "type": "wt", + "iexId": "IEX_484B383636582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00Y9DG1B5", + "cik": "0001821171", + "lei": null + }, + { + "symbol": "QEMM", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "SSgA Active Trust - SPDR MSCI Emerging Markets StrategicFactors SM ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4B344B5631572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG006LCS3Z1", + "cik": "0001516212", + "lei": "549300PQC2CS3IA6B871" + }, + { + "symbol": "QEP", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "QEP Resources Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5035463944512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BLCL55", + "cik": "0001108827", + "lei": "Q6JQDZPXKEDQKVK58165" + }, + { + "symbol": "QFIN", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "360 DigiTech Inc - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_5357514E30502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00MDY4KL0", + "cik": "0001741530", + "lei": null + }, + { + "symbol": "QGEN", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Qiagen NV", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4E39314C4D332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000GTYWL7", + "cik": "0001015820", + "lei": "54930036WK3GMCN17Z57" + }, + { + "symbol": "QGRO", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "American Century ETF Trust - American Century STOXX U.S.Quality Growth", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_544C394339342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00LY8L2C7", + "cik": "0001710607", + "lei": null + }, + { + "symbol": "QH", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Quhuo Ltd - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_4742385931362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00V95T6J5", + "cik": "0001781193", + "lei": "549300B52B3TLDJCHI64" + }, + { + "symbol": "QID", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "ProShares Trust - ProShares UltraShort QQQ", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4B525457334B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000PT7GJ5", + "cik": "0001174610", + "lei": null + }, + { + "symbol": "QINT", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "American Century ETF Trust - American Century Quality Diversified Inte", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_53445A3134332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00LY8KX67", + "cik": "0001710607", + "lei": null + }, + { + "symbol": "QIWI", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "QIWI plc - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_525937544E4C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG004D378N0", + "cik": "0001561566", + "lei": "253400VWDGA1977ZTQ68" + }, + { + "symbol": "QK", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Q&K International Group Ltd - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_4350383642532D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00QJ13PK8", + "cik": "0001769256", + "lei": null + }, + { + "symbol": "QLC", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "FlexShares Trust - FlexShares US Quality Large Cap Index Fund", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4432365A58342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00B2VYSL2", + "cik": "0001256909", + "lei": null + }, + { + "symbol": "QLD", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "ProShares Trust - ProShares Ultra QQQ", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_514E5A3944542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000PNK918", + "cik": "0001174610", + "lei": null + }, + { + "symbol": "QLGN", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Qualigen Therapeutics Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_545951474D462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG008D03RS4", + "cik": "0001460702", + "lei": "549300D1RXK87UWSJV72" + }, + { + "symbol": "QLI", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Qilian International Holding Group ltd", + "date": "2021-01-24", + "type": "cs", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00QRWPVY9", + "cik": "0001779578", + "lei": null + }, + { + "symbol": "QLS", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "IndexIQ ETF Trust - IQ Hedge Long/Short Tracker ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4A3336334C532D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG008B8Q619", + "cik": "0001415995", + "lei": null + }, + { + "symbol": "QLTA", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "BlackRock Institutional Trust Company N.A. - BTC iShares Aaa - A Rated", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4B484A3854542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG002NCM0W3", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "QLV", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "FlexShares Trust - FlexShares US Quality Low Volatility Index Fund", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5042513446302D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00PQ71KC1", + "cik": "0001256909", + "lei": null + }, + { + "symbol": "QLVD", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "FlexShares Trust - FlexShares Developed Markets ex-US Quality Low Vola", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4D30314832592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00PQ72FR5", + "cik": "0001256909", + "lei": null + }, + { + "symbol": "QLVE", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "FlexShares Trust - FlexShares Emerging Markets Quality Low Volatility ", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4D4C364E35472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00PQ74C36", + "cik": "0001256909", + "lei": null + }, + { + "symbol": "QLYS", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Qualys Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_46324B4258342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000HT5G06", + "cik": "0001107843", + "lei": "549300EMBXYOW9W1XA17" + }, + { + "symbol": "QMCO", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Quantum Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_435A425435542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000GQ7BH4", + "cik": "0000709283", + "lei": "5493007210175UIK7S88" + }, + { + "symbol": "QMJ", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Direxion Funds - Direxion S&P 500 High minus Low Quality ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5348535A51482D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00RJW96M2", + "cik": "0001040587", + "lei": null + }, + { + "symbol": "QMN", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "IndexIQ ETF Trust - IQ Hedge Market Neutral Tracker ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4E313531364D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG003G3MNM0", + "cik": "0001415995", + "lei": null + }, + { + "symbol": "QMOM", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "Alpha Architect Etf Trust - Alpha Architect U.S. Quantitative Momentum", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4256543659512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00BKYP4M8", + "cik": "0001592900", + "lei": null + }, + { + "symbol": "QNST", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "QuinStreet Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4331313234332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000S9XXB8", + "cik": "0001117297", + "lei": "549300TP8MFBFPOS4Y78" + }, + { + "symbol": "QPT", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Advisorshares Trust - AdvisorShares Q Portfolio Blended Allocation ETF", + "date": "2021-01-24", + "type": "et", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00YPGKR55", + "cik": "0001408970", + "lei": "549300JV5T62F5E7S151" + }, + { + "symbol": "QPX", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Advisorshares Trust - AdvisorShares Q Dynamic Growth ETF", + "date": "2021-01-24", + "type": "et", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00YPGKJ35", + "cik": "0001408970", + "lei": "549300JV5T62F5E7S151" + }, + { + "symbol": "QQC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Simplify Exchange Traded Funds - Simplify Growth Equity Plus Convexity", + "date": "2021-01-24", + "type": "et", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00YHL7D77", + "cik": null, + "lei": null + }, + { + "symbol": "QQD", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Simplify Exchange Traded Funds - Simplify Growth Equity Plus Downside ", + "date": "2021-01-24", + "type": "et", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00YHL8F17", + "cik": null, + "lei": null + }, + { + "symbol": "QQEW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "First Trust Exchange-Traded Fund III - First Trust NASDAQ-100 Equal We", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4238363047442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000F9KBH8", + "cik": "0001424212", + "lei": null + }, + { + "symbol": "QQH", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Northern Lights Fund Trust III - HCM Defender 100 Index ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4337524A56572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00QJCZD62", + "cik": "0001537140", + "lei": null + }, + { + "symbol": "QQQ", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Invesco Capital Management LLC - Invesco QQQ Trust Series 1", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_525848475A4A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BSWKH7", + "cik": "0001224696", + "lei": null + }, + { + "symbol": "QQQE", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Direxion Shares ETF Trust - Direxion NASDAQ-100 Equal Weighted Index S", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_50384C39354B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG001KXTSV5", + "cik": "0001424958", + "lei": null + }, + { + "symbol": "QQQJ", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Invesco Exchange-Traded Fund Trust II - Invesco NASDAQ Next Gen 100 ET", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4A4638524D592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00XS1BW29", + "cik": "0001378872", + "lei": null + }, + { + "symbol": "QQQM", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Invesco Exchange-Traded Fund Trust II - Invesco NASDAQ 100 ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_533352425A512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00XS6PB10", + "cik": "0001378872", + "lei": null + }, + { + "symbol": "QQQN", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Victory Portfolios II - VictoryShares Nasdaq Next 50 ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_425A324450462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00X70YMZ5", + "cik": "0001547580", + "lei": null + }, + { + "symbol": "QQQX", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Nuveen NASDAQ 100 Dynamic Overwrite Fund", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4456545738472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000C0D2G9", + "cik": "0001608741", + "lei": "549300UZIEJJJ5RD3T06" + }, + { + "symbol": "QQXT", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "First Trust Exchange-Traded Fund III - First Trust Nasdaq-100 Ex-Techn", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_545831394D5A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000QX2SL1", + "cik": "0001424212", + "lei": null + }, + { + "symbol": "QRFT", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Exchange Listed Funds Trust - QRAFT AI Enhanced U.S. Large Cap ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5642434A38392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00P5NR106", + "cik": "0001547950", + "lei": null + }, + { + "symbol": "QRHC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Quest Resource Holding Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4435323853482D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BBF461", + "cik": "0001442236", + "lei": "54930088J62L2GTB0F58" + }, + { + "symbol": "QRTEA", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Qurate Retail Inc - Series A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4A424A47514E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000PCQQL6", + "cik": "0001355096", + "lei": "549300PSXEKU4PHLCR04" + }, + { + "symbol": "QRTEB", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Qurate Retail Inc - Series B", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4A58504D54352D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000PCS7S9", + "cik": "0001355096", + "lei": "549300PSXEKU4PHLCR04" + }, + { + "symbol": "QRTEP", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Qurate Retail Inc - 8% PRF REDEEM 15/03/2031 USD - Ser A", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_5844485131302D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001355096", + "lei": "549300PSXEKU4PHLCR04" + }, + { + "symbol": "QRVO", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Qorvo Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4D38383637422D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG007TJF1N7", + "cik": "0001604778", + "lei": "254900YAUJV2EUEVBR11" + }, + { + "symbol": "QS", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "QuantumScape Corp - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5244575253592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00VJ17DS2", + "cik": "0001811414", + "lei": null + }, + { + "symbol": "QS+", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "QuantumScape Corp - Warrants (01/07/2027)", + "date": "2021-01-24", + "type": "wt", + "iexId": "IEX_4D534B334C4B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00WHNRHP6", + "cik": "0001811414", + "lei": null + }, + { + "symbol": "QSR", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Restaurant Brands International Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_42585837564D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0076WG2V1", + "cik": "0001618756", + "lei": "5299009RXTX9DN9AKJ98" + }, + { + "symbol": "QSY", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "WisdomTree Trust - WisdomTree U.S. Quality Shareholder Yield Fund", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_52345747574B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000R1SHP2", + "cik": "0001350487", + "lei": null + }, + { + "symbol": "QTEC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "First Trust Exchange-Traded Fund III - First Trust NASDAQ-100 Technolo", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_425643354A582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000P4KXT7", + "cik": "0001424212", + "lei": null + }, + { + "symbol": "QTNT", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Quotient Ltd", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_484E335850462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00645YXJ0", + "cik": "0001596946", + "lei": "549300BOTHGGT8D81659" + }, + { + "symbol": "QTRX", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Quanterix Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_584E363054592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0027NWC69", + "cik": "0001503274", + "lei": null + }, + { + "symbol": "QTS", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Qts Realty Trust Inc - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_50534C4B51422D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0054B20Z8", + "cik": "0001577368", + "lei": "5493006PA4CJK4OG2J54" + }, + { + "symbol": "QTS-A", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Qts Realty Trust Inc - 7.125% PRF PERPETUAL USD 25 - Cls A", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_5847514B48532D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001577368", + "lei": "5493006PA4CJK4OG2J54" + }, + { + "symbol": "QTS-B", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Qts Realty Trust Inc - 6.50% PRF PERPETUAL USD 100 - Ser B", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_544443325A422D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001577368", + "lei": "5493006PA4CJK4OG2J54" + }, + { + "symbol": "QTT", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Qutoutiao Inc - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_43473059594D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00LQM8ZT9", + "cik": "0001733298", + "lei": null + }, + { + "symbol": "QTUM", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "ETF Series Solutions Trust - Defiance Quantum ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_503735504B352D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00LWJ39P6", + "cik": "0001540305", + "lei": null + }, + { + "symbol": "QTWO", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Q2 Holdings Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5346465336582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG005ZVK9P2", + "cik": "0001410384", + "lei": "549300M9RKR9DZXWS696" + }, + { + "symbol": "QUAD", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Quad/Graphics Inc - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4B584A3439302D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000FC3ZL2", + "cik": "0001481792", + "lei": "W2D68G5NJH4X0NW8PT65" + }, + { + "symbol": "QUAL", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "BlackRock Institutional Trust Company N.A. - BTC iShares MSCI USA Qual", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_503846534D432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG004TRTWV4", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "QUIK", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Quicklogic Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_50484A3937422D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BFGMQ9", + "cik": "0000882508", + "lei": "529900V52LUN2EHHCH56" + }, + { + "symbol": "QUMU", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Qumu Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4D52353437562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BG3XJ5", + "cik": "0000892482", + "lei": "549300MBGQ16A6C8B745" + }, + { + "symbol": "QUOT", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Quotient Technology Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_574E4A42484C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG001QYNR63", + "cik": "0001115128", + "lei": "5493005ZZT58VQ9RKP56" + }, + { + "symbol": "QURE", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "uniQure N.V.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_485A37464D4E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG005SSJYH3", + "cik": "0001590560", + "lei": null + }, + { + "symbol": "QUS", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "SPDR Series Trust - SPDR MSCI USA StrategicFactors SM ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_46315A5153322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG008HB6486", + "cik": "0001064642", + "lei": null + }, + { + "symbol": "QVAL", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "Alpha Architect Etf Trust - Alpha Architect U.S. Quantitative Value ET", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5242515437372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG007D96646", + "cik": "0001592900", + "lei": null + }, + { + "symbol": "QVCC", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "QVC Inc - 6.25% NT REDEEM 26/11/2068 USD 25", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_5756314C58322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001254699", + "lei": "549300WBLU5NKPX5X472" + }, + { + "symbol": "QVCD", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "QVC Inc - 6.375% NT REDEEM 13/09/2067 USD 25", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_484B3134304B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001254699", + "lei": "549300WBLU5NKPX5X472" + }, + { + "symbol": "QWLD", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "SSgA Active Trust - SPDR MSCI World StrategicFactors SM ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4631445048382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG006LCS5H6", + "cik": "0001516212", + "lei": "549300PQC2CS3IA6B871" + }, + { + "symbol": "QYLD", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Global X Funds - Global X NASDAQ 100 Covered Call ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_57485046374B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00MVW95G8", + "cik": "0001432353", + "lei": null + }, + { + "symbol": "QYLG", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Global X Funds - Global X Nasdaq 100 Covered Call & Growth ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5136543738302D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00XH4S633", + "cik": "0001432353", + "lei": null + }, + { + "symbol": "R", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Ryder System, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4A4A383144392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BRVP70", + "cik": "0000085961", + "lei": "ZXJ6Y2OSPZXIVGRILD15" + }, + { + "symbol": "RA", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Brookfield Real Assets Income Fund Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_525A524A32532D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00FF5CTP4", + "cik": "0001655099", + "lei": "5493007NX94W3HSQTJ60" + }, + { + "symbol": "RAAX", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "VanEck Vectors ETF Trust - VanEck Vectors Real Asset Allocation ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4747565250472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00KK0KQ11", + "cik": "0000869178", + "lei": null + }, + { + "symbol": "RACA", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Therapeutics Acquisition Corp Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4244535333522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00VHK26D8", + "cik": "0001811764", + "lei": null + }, + { + "symbol": "RACE", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Ferrari N.V.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_52534B5246582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG009PH3Q86", + "cik": "0001648416", + "lei": "549300RIVY5EX8RCON76" + }, + { + "symbol": "RAD", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Rite Aid Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4B56304B36322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BRWGG9", + "cik": "0000084129", + "lei": "529900W353T1JY1DKT44" + }, + { + "symbol": "RADA", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Rada Electronic Industries", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4E4E4C364E512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000HQX6Z5", + "cik": "0000761238", + "lei": "549300JBC0MVZ0GRX705" + }, + { + "symbol": "RADI", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Radius Global Infrastructure Inc - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_52324E4450382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00K5TV6P1", + "cik": "0001810739", + "lei": null + }, + { + "symbol": "RAFE", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Pimco Equity Series - Pimco Rafi ESG U.S. ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5736523037392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00QQF56N6", + "cik": "0001479360", + "lei": null + }, + { + "symbol": "RAIL", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "FreightCar America Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_574C373334372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BC1G85", + "cik": "0001320854", + "lei": null + }, + { + "symbol": "RALS", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "ProShares Trust - ProShares RAFI Long/Short", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5637474834442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0019Q4791", + "cik": "0001174610", + "lei": null + }, + { + "symbol": "RAMP", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "LiveRamp Holdings Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4754583844432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BB4HM6", + "cik": "0000733269", + "lei": null + }, + { + "symbol": "RAND", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Rand Capital Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4431525437362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BRX8P6", + "cik": "0000081955", + "lei": null + }, + { + "symbol": "RAPT", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "RAPT Therapeutics Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4252524635532D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00PGK50M2", + "cik": "0001673772", + "lei": "549300MB473BIU78ES48" + }, + { + "symbol": "RARE", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Ultragenyx Pharmaceutical Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5359444C5A392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG001RWPDW6", + "cik": "0001515673", + "lei": "529900EV44GVDN1DCX77" + }, + { + "symbol": "RAVE", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Rave Restaurant Group Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5333395934572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BFX8X3", + "cik": "0000718332", + "lei": null + }, + { + "symbol": "RAVI", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "FlexShares Trust - FlexShares Ready Access Variable Income Fund", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4A47325638382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG003GP3VC5", + "cik": "0001256909", + "lei": null + }, + { + "symbol": "RAVN", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Raven Industries, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_42535A4A35572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000CXQTZ3", + "cik": "0000082166", + "lei": "ZN4TZXB8X0VUOSZJ5442" + }, + { + "symbol": "RAYC", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Advisors Inner Circle Fund III - Rayliant Quantamental China Equity ET", + "date": "2021-01-24", + "type": "et", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00YPS2J75", + "cik": "0001593547", + "lei": null + }, + { + "symbol": "RBA", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Ritchie Bros Auctioneers Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5239363831332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000C1DF05", + "cik": "0001046102", + "lei": "5493002H8U24DJXQ4886" + }, + { + "symbol": "RBAC", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "RedBall Acquisition Corp - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4E384A364C5A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00WC6RT81", + "cik": "0001815184", + "lei": null + }, + { + "symbol": "RBAC+", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "RedBall Acquisition Corp - Warrants(17/08/2022)", + "date": "2021-01-24", + "type": "wt", + "iexId": "IEX_544B3050424D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00XP8NKM8", + "cik": "0001815184", + "lei": null + }, + { + "symbol": "RBAC=", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "RedBall Acquisition Corp - Units (1 Ord Class A & 1/3 War)", + "date": "2021-01-24", + "type": null, + "iexId": "IEX_5836505256342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00WC5QV43", + "cik": "0001815184", + "lei": null + }, + { + "symbol": "RBB", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "RBB Bancorp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_53384D5043482D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG002537TC9", + "cik": "0001499422", + "lei": "549300A23FBFZNGET525" + }, + { + "symbol": "RBBN", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Ribbon Communications Inc - New", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_52515859594D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00HW4CSG6", + "cik": "0001105472", + "lei": "549300L1E8Z8RL7CUL52" + }, + { + "symbol": "RBC", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Regal Beloit Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_48545037564E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BRXTR8", + "cik": "0000082811", + "lei": "QH78R09VCJGQKPBPYU33" + }, + { + "symbol": "RBCAA", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Republic Bancorp, Inc. (KY) - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4244485147572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BJMHG6", + "cik": "0000921557", + "lei": null + }, + { + "symbol": "RBCN", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Rubicon Technology Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4A54373152422D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000TC7BK7", + "cik": "0001410172", + "lei": "549300Z83KRGYFXWCC61" + }, + { + "symbol": "RBIN", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "ETF Series Solutions Trust - Nationwide Risk-Based International Equit", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_544C535151502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00HQ6SG68", + "cik": "0001540305", + "lei": null + }, + { + "symbol": "RBKB", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Rhinebeck Bancorp Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4A4B583956322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00N2Q0L02", + "cik": "0001751783", + "lei": null + }, + { + "symbol": "RBNC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Reliant Bancorp Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4A52363044312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000Q8QBC7", + "cik": "0001606440", + "lei": "549300K01QVP0R3WTW85" + }, + { + "symbol": "RBND", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "SPDR Series Trust - SPDR Bloomberg SASB Corporate Bond ESG Select ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_464E504C4C342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00QB0M898", + "cik": "0001064642", + "lei": null + }, + { + "symbol": "RBUS", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "ETF Series Solutions Trust - Nationwide Risk-Based U.S. Equity ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_514E595842332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00HQ6SJ80", + "cik": "0001540305", + "lei": null + }, + { + "symbol": "RC", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Ready Capital Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_534C484D584E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG003TCRRN1", + "cik": "0001527590", + "lei": "549300MYWGZUG7ZUYO87" + }, + { + "symbol": "RCA", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Ready Capital Corp - 7% NT CONVERT 15/08/2023 USD 25", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4E4244514D392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001527590", + "lei": "549300MYWGZUG7ZUYO87" + }, + { + "symbol": "RCD", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Invesco Capital Management LLC - Invesco S&P 500 Equal Weight Consumer", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5439515746472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00KJR27N2", + "cik": "0001224696", + "lei": null + }, + { + "symbol": "RCEL", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "AVITA Medical Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5348433631352D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00TD18T43", + "cik": "0001762303", + "lei": null + }, + { + "symbol": "RCG", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "RENN Fund Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_464653305A442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BX2NL8", + "cik": "0000919567", + "lei": "549300EVIWYKS7DR4714" + }, + { + "symbol": "RCHG", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Recharge Acquisition Corp - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_42315231395A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00XVBJW98", + "cik": "0001817786", + "lei": null + }, + { + "symbol": "RCHGW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Recharge Acquisition Corp - Warrants (23/09/2025)", + "date": "2021-01-24", + "type": "wt", + "iexId": "IEX_4C50583644502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00Y7BVLC9", + "cik": "0001817786", + "lei": null + }, + { + "symbol": "RCI", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Rogers Communications Inc. - Class B", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_465051384D482D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BSZ3J0", + "cik": "0000733099", + "lei": "54930030NVF3Y2OL0A78" + }, + { + "symbol": "RCII", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Rent-a-Center Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_57464D524E4E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BHQJX3", + "cik": "0001510671", + "lei": "529900QUHE15UQNCCJ63" + }, + { + "symbol": "RCKT", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Rocket Pharmaceuticals Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_583932444A482D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000WG3567", + "cik": "0001281895", + "lei": "549300R7VV82YUIN4Y93" + }, + { + "symbol": "RCKY", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Rocky Brands, Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4B344B464E572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BF20N5", + "cik": "0000895456", + "lei": "5299004HQ6GCTW838N96" + }, + { + "symbol": "RCL", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Royal Caribbean Group", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_584C543033582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BB5792", + "cik": "0000884887", + "lei": "K2NEH8QNVW44JIWK7Z55" + }, + { + "symbol": "RCM", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "R1 RCM Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4B525A4A33312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000PLPHH2", + "cik": "0001472595", + "lei": "549300VKOMJ3EM506212" + }, + { + "symbol": "RCMT", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "RCM Technologies, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5142503047352D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BRYSR9", + "cik": "0000700841", + "lei": null + }, + { + "symbol": "RCON", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Recon Technology Ltd", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5637374650532D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000MFD989", + "cik": "0001442620", + "lei": "529900WIUZ0003EEAM23" + }, + { + "symbol": "RCP", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Ready Capital Corp - 6.50% NT REDEEM 30/04/2021 USD 25", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_56425448304A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001527590", + "lei": "549300MYWGZUG7ZUYO87" + }, + { + "symbol": "RCS", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "PIMCO Strategic Income Fund Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5353574431362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000B9ZPB1", + "cik": "0000916183", + "lei": "SXMV4TXSOGB1HGOZUF63" + }, + { + "symbol": "RCUS", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Arcus Biosciences Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_57444E4642512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00DQD26W3", + "cik": "0001724521", + "lei": null + }, + { + "symbol": "RDCM", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Radcom", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_47583552564A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000KBY1T1", + "cik": "0001016838", + "lei": "529900YOUOKNMG7QW685" + }, + { + "symbol": "RDFI", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "Collaborative Investment Series Trust - Rareview Dynamic Fixed Income ", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_574C4C364B582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00XY91ZM7", + "cik": "0001719812", + "lei": null + }, + { + "symbol": "RDFN", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Redfin Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_485A385239312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG001Q7HP63", + "cik": "0001382821", + "lei": "549300HXWD3JEMZU3O57" + }, + { + "symbol": "RDHL", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Redhill Biopharma - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_4742474A48372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG003RY91S7", + "cik": "0001553846", + "lei": "52990034U7FZBKRAOE32" + }, + { + "symbol": "RDI", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Reading International Inc - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4A523344444C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000HS0VW5", + "cik": "0000716634", + "lei": "549300OHQRI7MW2NQU72" + }, + { + "symbol": "RDIB", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Reading International Inc - Class B", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4B42384B48332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000HS1DX3", + "cik": "0000716634", + "lei": "549300OHQRI7MW2NQU72" + }, + { + "symbol": "RDIV", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Invesco Exchange-Traded Fund Trust II - Invesco S&P Ultra Dividend Rev", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5643434B5A592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00P4Y2VX8", + "cik": "0001378872", + "lei": null + }, + { + "symbol": "RDN", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Radian Group, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_47364B5330522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BMWV95", + "cik": "0000890926", + "lei": "54930005OUP720S5U385" + }, + { + "symbol": "RDNT", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Radnet Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_485654374C482D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000CXSF54", + "cik": "0000790526", + "lei": "529900RECG94V2IZJ970" + }, + { + "symbol": "RDOG", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "ALPS Fund Services - ALPS REIT Dividend Dogs ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5439525236442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000FQ53Y6", + "cik": "0001049169", + "lei": null + }, + { + "symbol": "RDS.A", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Royal Dutch Shell Plc - ADR (Representing Ordinary Shares - Class A)", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_4E444B3551302D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000QXSSS6", + "cik": "0001306965", + "lei": "21380068P1DRHMJ8KU70" + }, + { + "symbol": "RDS.B", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Royal Dutch Shell Plc - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_524E523550302D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000QWMWR6", + "cik": "0001306965", + "lei": "21380068P1DRHMJ8KU70" + }, + { + "symbol": "RDUS", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Radius Health Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4B364B3134502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG001Q9P0K9", + "cik": "0001428522", + "lei": "549300EV6I2M6E0YVT27" + }, + { + "symbol": "RDVT", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Red Violet Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4C305A5633482D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00HNGGZ88", + "cik": "0001720116", + "lei": "549300T4EGADG881UU63" + }, + { + "symbol": "RDVY", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "First Trust Exchange-Traded Fund III - First Trust Rising Dividend Ach", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_584B474731322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG005SW6WR1", + "cik": "0001424212", + "lei": null + }, + { + "symbol": "RDWR", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Radware", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4B4E424E52302D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BKWR89", + "cik": "0001094366", + "lei": null + }, + { + "symbol": "RDY", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Dr. Reddy`s Laboratories Ltd. - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_435835574B302D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000NJ96L6", + "cik": "0001135951", + "lei": "335800OVDPY3DVZR2798" + }, + { + "symbol": "RE", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Everest Re Group Ltd", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_475A4B4847512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000C1XVK6", + "cik": "0001095073", + "lei": "549300N24XF2VV0B3570" + }, + { + "symbol": "REAL", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Therealreal Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_58363459304D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG004FPDNZ6", + "cik": "0001573221", + "lei": "549300O00VUGT4H1PE90" + }, + { + "symbol": "REC", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "Emles Trust - Emles Real Estate Credit ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4E34333537432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00XV4DK41", + "cik": null, + "lei": null + }, + { + "symbol": "RECS", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Columbia ETF Trust I - Columbia Research Enhanced Core ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_43333154424A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00QDMNK63", + "cik": "0001551950", + "lei": null + }, + { + "symbol": "REDU", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "RISE Education Cayman Ltd - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_4C5656504B342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00HTBYMW5", + "cik": "0001712178", + "lei": null + }, + { + "symbol": "REED", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Reeds Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5738314B42332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000PFYR56", + "cik": "0001140215", + "lei": null + }, + { + "symbol": "REET", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "BlackRock Institutional Trust Company N.A. - BTC iShares Global REIT E", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4B56314B524E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG006S5D3K1", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "REFR", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Research Frontiers Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_56584C4B44312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BS1F28", + "cik": "0000793524", + "lei": null + }, + { + "symbol": "REG", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Regency Centers Corporation", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_425A50464C582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BL46Q4", + "cik": "0000910606", + "lei": "529900053A7X7FJ97S58" + }, + { + "symbol": "REGI", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Renewable Energy Group Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4C50595232572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0016SSV00", + "cik": "0001463258", + "lei": "549300HPU3BD8ZI0X358" + }, + { + "symbol": "REGL", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "ProShares Trust - ProShares S&P MidCap 400 Div Aristocrats ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_424E593450562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0081VJCJ5", + "cik": "0001174610", + "lei": null + }, + { + "symbol": "REGN", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Regeneron Pharmaceuticals, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_53385A5144562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000C734W3", + "cik": "0000872589", + "lei": "549300RCBFWIRX3HYQ56" + }, + { + "symbol": "REI", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "Ring Energy Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_534448434D542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000GXN209", + "cik": "0001384195", + "lei": "549300HMY6TJ265I8S64" + }, + { + "symbol": "REK", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "ProShares Trust - ProShares Short Real Estate", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_57594C3757562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000QJ4C08", + "cik": "0001174610", + "lei": null + }, + { + "symbol": "REKR", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Rekor Systems Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4B4856384A562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00GX2L928", + "cik": "0001697851", + "lei": "549300BHH76SEFU1DD95" + }, + { + "symbol": "RELL", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Richardson Electronics, Ltd.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5843305943502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BS1WR4", + "cik": "0000355948", + "lei": null + }, + { + "symbol": "RELV", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Reliv` International, Inc.", + "date": "2020-12-22", + "type": "cs", + "iexId": "IEX_4C3054334E4C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BLVT39", + "cik": "0000768710", + "lei": "5493003YFMHGJVETEU44" + }, + { + "symbol": "RELX", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "RELX Plc - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_4E48575346432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BVXCM1", + "cik": "0000929869", + "lei": "549300TEN8O7HZZY5K14" + }, + { + "symbol": "REM", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "BlackRock Institutional Trust Company N.A. - iShares Mortgage Real Est", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4D57563352582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000R73NK8", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "REML", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Credit Suisse AG Nassau Branch - FR SP ETN REDEEM 11/07/2036 USD 25", + "date": "2021-01-24", + "type": "struct", + "iexId": "IEX_4E524D514B312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00D6QTSB2", + "cik": null, + "lei": null + }, + { + "symbol": "REMX", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "VanEck Vectors ETF Trust - VanEck Vectors Rare Earth/Strategic Metals ", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5435444E46482D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0018555F4", + "cik": "0000869178", + "lei": null + }, + { + "symbol": "RENN", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Renren Inc - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_514A4E4B47462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG001MPR9T7", + "cik": "0001509223", + "lei": "254900GI82POEZ4DWI75" + }, + { + "symbol": "REPH", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Recro Pharma Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_56483630424B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG005H82125", + "cik": "0001588972", + "lei": null + }, + { + "symbol": "REPL", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Replimune Group Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4D56545452362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00L8Z22R1", + "cik": "0001737953", + "lei": "549300AY704NEIRC4K64" + }, + { + "symbol": "RES", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "RPC, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_46324A4E4B472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BS3047", + "cik": "0000742278", + "lei": "549300ZDXAFBC3SB4918" + }, + { + "symbol": "RESD", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "WisdomTree Trust - WisdomTree International ESG Fund", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4E334B3736522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00F40X7Q1", + "cik": "0001350487", + "lei": null + }, + { + "symbol": "RESE", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "WisdomTree Trust - WisdomTree Emerging Markets ESG Fund", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4E364D544D4B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00CMHTYP8", + "cik": "0001350487", + "lei": null + }, + { + "symbol": "RESI", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Front Yard Residential Corp", + "date": "2021-01-12", + "type": "cs", + "iexId": "IEX_5151473735322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG003PNL0Z3", + "cik": "0001555039", + "lei": null + }, + { + "symbol": "RESN", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Resonant Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4B464A5232502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0067FMX08", + "cik": "0001579910", + "lei": "54930093MFCP8U7DE466" + }, + { + "symbol": "RESP", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "WisdomTree Trust - WisdomTree U.S. ESG Fund", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_564E5747434E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000R1RNG0", + "cik": "0001350487", + "lei": null + }, + { + "symbol": "RETA", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Reata Pharmaceuticals Inc - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_47384C3247562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000R33BD1", + "cik": "0001358762", + "lei": "5299005F094GH9QDDD80" + }, + { + "symbol": "RETL", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Direxion Shares ETF Trust - Direxion Daily Retail Bull 3x Shares", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4334423454582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BC3D17", + "cik": "0001424958", + "lei": null + }, + { + "symbol": "RETO", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "ReTo Eco-Solutions Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_485243594A442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00HD47403", + "cik": "0001687277", + "lei": null + }, + { + "symbol": "REV", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Revlon, Inc. - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5239394D47382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BDF6F2", + "cik": "0000887921", + "lei": "529900YEDE9H6BRQ6C38" + }, + { + "symbol": "REVG", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "REV Group Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4332303833562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00CSG01W9", + "cik": "0001687221", + "lei": "549300SRD0SIG5ZZ3X20" + }, + { + "symbol": "REVS", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Columbia ETF Trust I - Columbia Research Enhanced Value ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4B4A574D37362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00QDMR900", + "cik": "0001551950", + "lei": null + }, + { + "symbol": "REW", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "ProShares Trust - ProShares UltraShort Technology", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_435358354B4B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000QXJ052", + "cik": "0001174610", + "lei": null + }, + { + "symbol": "REX", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "REX American Resources Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4C57593654592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000D2ZK61", + "cik": "0000744187", + "lei": null + }, + { + "symbol": "REXR", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Rexford Industrial Realty Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4D344C3930472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG004MB82R0", + "cik": "0001571283", + "lei": "549300MSLO0DF0EMX355" + }, + { + "symbol": "REXR-A", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Rexford Industrial Realty Inc - 5.875% PRF PERPETUAL USD 25 - Ser A", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_5142465748332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001571283", + "lei": "549300MSLO0DF0EMX355" + }, + { + "symbol": "REXR-B", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Rexford Industrial Realty Inc - 5.875% PRF PERPETUAL USD 25 - Ser B", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_484E3256544C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001571283", + "lei": "549300MSLO0DF0EMX355" + }, + { + "symbol": "REXR-C", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Rexford Industrial Realty Inc - 5.625% PRF PERPETUAL USD 25 - Ser C", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4334354E54372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001571283", + "lei": "549300MSLO0DF0EMX355" + }, + { + "symbol": "REYN", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Reynolds Consumer Products Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4B36545336382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00QVJVYB5", + "cik": "0001786431", + "lei": "549300DWNZYMOSR1X343" + }, + { + "symbol": "REZ", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "BlackRock Institutional Trust Company N.A. - iShares Residential and M", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_474D424E31382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000R72RT1", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "REZI", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Resideo Technologies Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_544C393252572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00HY28K89", + "cik": "0001740332", + "lei": "5493006TKFPYISY2DS54" + }, + { + "symbol": "RF", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Regions Financial Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4644533635472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000Q3JN03", + "cik": "0001281761", + "lei": "CW05CS5KW59QTC0DG824" + }, + { + "symbol": "RF-A", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Regions Financial Corp. - 6.375% PRF PERPETUAL USD 25 - Ser A", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4642484E54462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001281761", + "lei": "CW05CS5KW59QTC0DG824" + }, + { + "symbol": "RF-B", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Regions Financial Corp. - FXDFR PRF PERPETUAL USD 25 - Ser B", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4846314E4D532D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001281761", + "lei": "CW05CS5KW59QTC0DG824" + }, + { + "symbol": "RF-C", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Regions Financial Corp. - FXDFR PRF PERPETUAL USD 25 - Dep Rep 1/40 In", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4E395A38564B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001281761", + "lei": "CW05CS5KW59QTC0DG824" + }, + { + "symbol": "RFAP", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "First Trust Exchange-Traded Fund III - First Trust RiverFront Dynamic ", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4B545634484D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00CNPNJ41", + "cik": "0001424212", + "lei": null + }, + { + "symbol": "RFCI", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "ALPS Advisors Inc - ALPS RiverFront Dynamic Core Income ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_58425253464E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00D2WZP68", + "cik": "0001376113", + "lei": null + }, + { + "symbol": "RFDA", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "ALPS Advisors Inc - ALPS RiverFront Dynamic US Dividend Advantage ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4E43333035372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00D1TW4Q4", + "cik": "0001376113", + "lei": null + }, + { + "symbol": "RFDI", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "First Trust Exchange-Traded Fund III - First Trust RiverFront Dynamic ", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4C4630394C342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00CNPNL73", + "cik": "0001424212", + "lei": null + }, + { + "symbol": "RFEM", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "First Trust Exchange-Traded Fund III - First Trust RiverFront Dynamic ", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_47544E47334E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00D30F6P0", + "cik": "0001424212", + "lei": null + }, + { + "symbol": "RFEU", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "First Trust Exchange-Traded Fund III - First Trust RiverFront Dynamic ", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4E35485354502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00CNPHYW4", + "cik": "0001424212", + "lei": null + }, + { + "symbol": "RFFC", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "ALPS Advisors Inc - ALPS RiverFront Dynamic US Flex-Cap ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4E59383537522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00D1V02Y9", + "cik": "0001376113", + "lei": null + }, + { + "symbol": "RFG", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Invesco Capital Management LLC - Invesco S&P MidCap 400 Pure Growth ET", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4243465A30342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00KJR2X73", + "cik": "0001224696", + "lei": null + }, + { + "symbol": "RFI", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Cohen & Steers Total Return Realty Fund Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_474D373546302D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BF2WX4", + "cik": "0000891290", + "lei": "GX4NWLLSAEWW78DPBS49" + }, + { + "symbol": "RFIL", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "RF Industries Ltd.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_43374E37394A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000C2J6S7", + "cik": "0000740664", + "lei": "529900MVE73NJ5FHP926" + }, + { + "symbol": "RFL", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Rafael Holdings Inc - Class B", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4A37474B37332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00J3YYS92", + "cik": "0001713863", + "lei": null + }, + { + "symbol": "RFM", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "RiverNorth Flexible Municipal Income Fund Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5353304251322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00QJ46P56", + "cik": "0001790177", + "lei": null + }, + { + "symbol": "RFP", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Resolute Forest Products Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4A3150344E422D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG001B585N8", + "cik": "0001393066", + "lei": null + }, + { + "symbol": "RFUN", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "ALPS Advisors Inc - ALPS RiverFront Dynamic Unconstrained Income ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5232383951302D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00D2WZNC6", + "cik": "0001376113", + "lei": null + }, + { + "symbol": "RFV", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Invesco Capital Management LLC - Invesco S&P MidCap 400 Pure Value ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_58384E4E4C582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00KJR2Y53", + "cik": "0001224696", + "lei": null + }, + { + "symbol": "RGA", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Reinsurance Group Of America, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4E3759464C352D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BDLCQ0", + "cik": "0000898174", + "lei": "LORM1GNEU1DKEW527V90" + }, + { + "symbol": "RGCO", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "RGC Resources, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_484A48444C422D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BMCQY0", + "cik": "0001069533", + "lei": null + }, + { + "symbol": "RGEN", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Repligen Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4A59584A31512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BS48J3", + "cik": "0000730272", + "lei": "54930006QJ0T5AUO1E71" + }, + { + "symbol": "RGI", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Invesco Capital Management LLC - Invesco S&P 500 Equal Weight Industri", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_50364B5156562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00KJR2QN0", + "cik": "0001224696", + "lei": null + }, + { + "symbol": "RGLD", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Royal Gold, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4C364830334E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BS5170", + "cik": "0000085535", + "lei": "5493001NGRU6SFL04184" + }, + { + "symbol": "RGLS", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Regulus Therapeutics Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_53364B4454362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000R33DR2", + "cik": "0001505512", + "lei": "529900ZYH2KYFH6Z7098" + }, + { + "symbol": "RGNX", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Regenxbio Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5747365A30432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG007Z9V591", + "cik": "0001590877", + "lei": "549300EOES47LATSET33" + }, + { + "symbol": "RGP", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Resources Connection Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_46434D4831592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BHYLP8", + "cik": "0001084765", + "lei": null + }, + { + "symbol": "RGR", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Sturm, Ruger & Co., Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4231343736322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000C4FQG6", + "cik": "0000095029", + "lei": "529900DV1BWFJSHFO847" + }, + { + "symbol": "RGS", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Regis Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_464A3552484A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000C8SW16", + "cik": "0000716643", + "lei": "5493000Q1S5TJIDIQH89" + }, + { + "symbol": "RGT", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Royce Global Value Trust Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4D38334A425A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG004SJPGH8", + "cik": "0001514490", + "lei": "254900MA25TE88EMIP63" + }, + { + "symbol": "RH", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "RH - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4234513253382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG002293PJ4", + "cik": "0001528849", + "lei": "5493008MTS3OGGMHGK69" + }, + { + "symbol": "RHE", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "Regional Health Properties Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4A4E5330424E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00HSH1ZC2", + "cik": "0001004724", + "lei": "5493009T8KN3W3IBE392" + }, + { + "symbol": "RHE-A", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "Regional Health Properties Inc - 10.875% PRF PERPETUAL USD 25 - Ser A", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4D4746524D342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001004724", + "lei": "5493009T8KN3W3IBE392" + }, + { + "symbol": "RHI", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Robert Half International Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4433565A4A432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BS5DR2", + "cik": "0000315213", + "lei": "529900VPCUY9H3HLIC08" + }, + { + "symbol": "RHP", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Ryman Hospitality Properties Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_545A314735392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BDVP80", + "cik": "0001040829", + "lei": "529900GCCWW9SRMPJR11" + }, + { + "symbol": "RHS", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Invesco Capital Management LLC - Invesco S&P 500 Equal Weight Consumer", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_54575831485A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00KJR2L79", + "cik": "0001224696", + "lei": null + }, + { + "symbol": "RIBT", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "RiceBran Technologies", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_444A425031382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000GDJC51", + "cik": "0001063537", + "lei": "549300DZDR8N8C3WJ144" + }, + { + "symbol": "RICE", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Rice Acquisition Corp - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00XX99SP3", + "cik": "0001823766", + "lei": null + }, + { + "symbol": "RICE+", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Rice Acquisition Corp - Warrants (26/10/2027)", + "date": "2021-01-24", + "type": "wt", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00YD9FRB3", + "cik": "0001823766", + "lei": null + }, + { + "symbol": "RICE=", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Rice Acquisition Corp - Units (1 Ord Class A & 1/2 War)", + "date": "2021-01-24", + "type": null, + "iexId": "IEX_4447535937512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00XS17GC8", + "cik": "0001823766", + "lei": null + }, + { + "symbol": "RICK", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "RCI Hospitality Holdings Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_58384C36594D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000FLT111", + "cik": "0000935419", + "lei": "529900COXP1MLE1UKG69" + }, + { + "symbol": "RIDE", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Lordstown Motors Corp. - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_54564B3433352D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00N6NL712", + "cik": "0001759546", + "lei": null + }, + { + "symbol": "RIDEW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Lordstown Motors Corp. - Warrants (22/02/2024)", + "date": "2021-01-19", + "type": "wt", + "iexId": "IEX_574D314D42512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00NWKHJJ9", + "cik": "0001759546", + "lei": null + }, + { + "symbol": "RIG", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Transocean Ltd", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_525A5153344B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BH5LT6", + "cik": "0001451505", + "lei": "529900QO4W5DQGBGEF32" + }, + { + "symbol": "RIGL", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Rigel Pharmaceuticals", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5452434847322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BPWTW7", + "cik": "0001034842", + "lei": "529900KPTNUS5J8K9K66" + }, + { + "symbol": "RIGS", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "ALPS Fund Services - ALPS RiverFront Strategic Income Fund", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5743354E4B382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG005CZ6C22", + "cik": "0001049169", + "lei": null + }, + { + "symbol": "RILY", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "B. Riley Financial Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_503539524E442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000RTNP69", + "cik": "0001464790", + "lei": null + }, + { + "symbol": "RILYG", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ - ALL MARKETS", + "name": "B. Riley Financial Inc - 7.25% NT REDEEM 31/12/2027 USD 25", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_52483346304E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001464790", + "lei": null + }, + { + "symbol": "RILYH", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ - ALL MARKETS", + "name": "B. Riley Financial Inc - 7.375% NT REDEEM 31/05/2023 USD 25", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_5035525835362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001464790", + "lei": null + }, + { + "symbol": "RILYI", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ - ALL MARKETS", + "name": "B. Riley Financial Inc - 6.875% NT REDEEM 30/09/2023 USD 25", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4250315043322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001464790", + "lei": null + }, + { + "symbol": "RILYL", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "B. Riley Financial Inc - 7.375% PRF PERPETUAL USD 25 - Ser B 1/1000 In", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4A37464C37312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001464790", + "lei": null + }, + { + "symbol": "RILYN", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "B. Riley Financial Inc - 6.50% NT REDEEM 30/09/2026 USD 25", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_47534C44324E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001464790", + "lei": null + }, + { + "symbol": "RILYO", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "B. Riley Financial Inc - 6.75% NT REDEEM 31/05/2024 USD 25", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4D4C463446462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001464790", + "lei": null + }, + { + "symbol": "RILYP", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "B. Riley Financial Inc - 6.875% PRF PERPETUAL USD 25 - Ser A 1/1000th ", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_5136374846432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001464790", + "lei": null + }, + { + "symbol": "RILYZ", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "B. Riley Financial Inc - 7.50% NT REDEEM 31/05/2027 USD 25", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_435A474E35322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001464790", + "lei": null + }, + { + "symbol": "RINF", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "ProShares Trust - ProShares Inflation Expectations ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_514D4C3944472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG002D7W4M7", + "cik": "0001174610", + "lei": null + }, + { + "symbol": "RING", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "BlackRock Institutional Trust Company N.A. - BTC iShares MSCI Global G", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5044303839302D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG002GKR6T9", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "RIO", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Rio Tinto plc - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_4D394C3748562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000FD28T3", + "cik": "0000863064", + "lei": "213800YOEO5OQ72G2R82" + }, + { + "symbol": "RIOT", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Riot Blockchain Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4744444C58472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BQ4512", + "cik": "0001167419", + "lei": null + }, + { + "symbol": "RISN", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Northern Lights Fund Trust IV - Inspire Tactical Balanced ESG ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_48474A3637382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00W2RDDW9", + "cik": "0001644419", + "lei": null + }, + { + "symbol": "RIV", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "RiverNorth Opportunities Fund Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4A515030434A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0015YTYQ3", + "cik": "0001501072", + "lei": "5493001RICR0OU8TM159" + }, + { + "symbol": "RIVE", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Riverview Financial Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4D58525043562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BXNCF6", + "cik": "0001590799", + "lei": null + }, + { + "symbol": "RJA", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "AB Svensk Exportkredit - ZC SP ELMTS REDEEM 24/10/2022 USD 10", + "date": "2021-01-24", + "type": "struct", + "iexId": "IEX_4E36594E58392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000TKY158", + "cik": "0000352960", + "lei": "1FOLRR5RWTWWI397R131" + }, + { + "symbol": "RJF", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Raymond James Financial, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4631444E544D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BS73J1", + "cik": "0000720005", + "lei": "RGUZHJ05YTITL6D76949" + }, + { + "symbol": "RJI", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "AB Svensk Exportkredit - ZC SP ELMTS REDEEM 24/10/2022 USD 10 - 870297", + "date": "2021-01-24", + "type": "struct", + "iexId": "IEX_4D314D4252382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000TKXC91", + "cik": "0000352960", + "lei": "1FOLRR5RWTWWI397R131" + }, + { + "symbol": "RJN", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "AB Svensk Exportkredit - ZC SP ELMTS REDEEM 24/10/2022 USD 10 - 870297", + "date": "2021-01-24", + "type": "struct", + "iexId": "IEX_4E5433545A542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000TKYC36", + "cik": "0000352960", + "lei": "1FOLRR5RWTWWI397R131" + }, + { + "symbol": "RJZ", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "AB Svensk Exportkredit - ZC SP ELMTS REDEEM 24/10/2022 USD 10 - 870297", + "date": "2021-01-24", + "type": "struct", + "iexId": "IEX_4C4747354E522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000TKYNC2", + "cik": "0000352960", + "lei": "1FOLRR5RWTWWI397R131" + }, + { + "symbol": "RKDA", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Arcadia Biosciences Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4A4442364A472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000GYBX66", + "cik": "0001469443", + "lei": "54930027ZPNA80B8O763" + }, + { + "symbol": "RKT", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Rocket Companies Inc Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5756465746512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00VY1MYW7", + "cik": "0001805284", + "lei": null + }, + { + "symbol": "RL", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Ralph Lauren Corp - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_524A304654392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BS0ZF1", + "cik": "0001037038", + "lei": "HO1QNWM0IXBZ0QSMMO20" + }, + { + "symbol": "RLAY", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Relay Therapeutics Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4D44303350482D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00DSS08K9", + "cik": "0001812364", + "lei": null + }, + { + "symbol": "RLGT", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "Radiant Logistics, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4C48503256362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000N0SMK2", + "cik": "0001171155", + "lei": "549300HWCW2HBOG4GN20" + }, + { + "symbol": "RLGY", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Realogy Holdings Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_44564D514B512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000QN4GY3", + "cik": "0001398987", + "lei": "5493004HBTOTE9DI9P12" + }, + { + "symbol": "RLH", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Red Lion Hotels Corporation", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_424E473344332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000DQ5MY6", + "cik": "0001052595", + "lei": "549300SQ6C322WRSYZ27" + }, + { + "symbol": "RLI", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "RLI Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_484B525351392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BS7ZF4", + "cik": "0000084246", + "lei": "529900AMTJE5ECN9PS55" + }, + { + "symbol": "RLJ", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "RLJ Lodging Trust", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4A35333659572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG001HPC9F4", + "cik": "0001511337", + "lei": "549300RX5I8Z6I6LDZ74" + }, + { + "symbol": "RLJ-A", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "RLJ Lodging Trust - PRF PERPETUAL USD - Ser A", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4C4A535350462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001511337", + "lei": "549300RX5I8Z6I6LDZ74" + }, + { + "symbol": "RLMD", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Relmada Therapeutics Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_42434D3033432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG003MKSL16", + "cik": "0001553643", + "lei": "549300217EASRZ9JSF81" + }, + { + "symbol": "RLX", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "RLX Technology Inc - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00YR17764", + "cik": "0001828365", + "lei": null + }, + { + "symbol": "RLY", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "SSgA Active Trust - SPDR SSgA Multi-Asset Real Return ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5647565342472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG002XY8871", + "cik": "0001516212", + "lei": "549300PQC2CS3IA6B871" + }, + { + "symbol": "RM", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Regional Management Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_515A544337332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG001PJFM76", + "cik": "0001519401", + "lei": "549300S5O87W87JW4146" + }, + { + "symbol": "RMAX", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "RE/MAX Holdings Inc - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5232363052382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG005544NX3", + "cik": "0001581091", + "lei": "54930033W2KS56JHAN30" + }, + { + "symbol": "RMBI", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Richmond Mutual Bancorporation Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5636574332582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000KWLYL5", + "cik": "0001767837", + "lei": null + }, + { + "symbol": "RMBL", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "RumbleON Inc - Class B", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5330585342582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG005XNT8X6", + "cik": "0001596961", + "lei": "549300HTVW82DG77Y276" + }, + { + "symbol": "RMBS", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Rambus Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5634573658592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BR32C6", + "cik": "0000917273", + "lei": "2549000211GDCQSLV833" + }, + { + "symbol": "RMCF", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Rocky Mountain Chocolate Factory Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4852444E36442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BS8F94", + "cik": "0001616262", + "lei": "549300GJOVP1BLJXCH36" + }, + { + "symbol": "RMD", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Resmed Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4A324D5737332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000L4M7F1", + "cik": "0000943819", + "lei": "529900T3QE5253CCXF22" + }, + { + "symbol": "RMED", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "Ra Medical Systems Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_504B4359515A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0029BD0V2", + "cik": "0001716621", + "lei": "549300I57Q6QWPFYIK27" + }, + { + "symbol": "RMG", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "RMG Acquisition Corp - Class A", + "date": "2020-12-30", + "type": "cs", + "iexId": "IEX_4458513936542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00NQ6RNF1", + "cik": "0001757932", + "lei": null + }, + { + "symbol": "RMG+", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "RMG Acquisition Corp - Warrants (07/02/2024)", + "date": "2020-12-30", + "type": "wt", + "iexId": "IEX_4C36365259472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00NR95433", + "cik": "0001757932", + "lei": null + }, + { + "symbol": "RMG=", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "RMG Acquisition Corp - Unit (1 Ord Cls A & 0.33 Wrt)", + "date": "2020-12-30", + "type": null, + "iexId": "IEX_50355A325A302D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00MTNB6S3", + "cik": "0001757932", + "lei": null + }, + { + "symbol": "RMI", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "RiverNorth Opportunistic Municipal Income Fund Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4C52314A31332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00LGRFZP5", + "cik": "0001746967", + "lei": null + }, + { + "symbol": "RMM", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "RiverNorth Managed Duration Municipal Income Fund Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_51574B3558542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00PT8ZZG2", + "cik": "0001771226", + "lei": null + }, + { + "symbol": "RMNI", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Rimini Street Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4D57374348542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG008W23T50", + "cik": "0001635282", + "lei": null + }, + { + "symbol": "RMO", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Romeo Power Inc - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00NQ6RNF1", + "cik": "0001757932", + "lei": null + }, + { + "symbol": "RMO+", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Romeo Power Inc - Warrants (07/02/2024)", + "date": "2021-01-24", + "type": "wt", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00NR95433", + "cik": "0001757932", + "lei": null + }, + { + "symbol": "RMPL-", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "RiverNorth Specialty Finance Corp - 5.875% PRF REDEEM 31/10/2024 USD 2", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4D4A465042572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001644771", + "lei": null + }, + { + "symbol": "RMR", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "RMR Group Inc (The) - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_57524A4B39322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00B6V7CJ6", + "cik": "0001644378", + "lei": "549300JP4L34E48UJM16" + }, + { + "symbol": "RMRM", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "RMR Mortgage Trust", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5851465132502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00GGSN9V6", + "cik": "0001452477", + "lei": "549300ESBDZ3SA3OEX38" + }, + { + "symbol": "RMT", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Royce Micro-Cap Trust Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5642465330572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BD2RV2", + "cik": "0000912147", + "lei": "254900D3WFIV4SD8EF19" + }, + { + "symbol": "RMTI", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Rockwell Medical Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_584A503142302D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BMC004", + "cik": "0001041024", + "lei": "529900Y6YUB5X93MMD77" + }, + { + "symbol": "RNA", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Avidity Biosciences Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4D374A4D46442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00FQ7LXW1", + "cik": "0001599901", + "lei": null + }, + { + "symbol": "RNDB", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Randolph Bancorp Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_564D38444A392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00CDNLZ16", + "cik": "0001667161", + "lei": "549300DO98QGL5P82192" + }, + { + "symbol": "RNDM", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "First Trust Exchange-Traded Fund III - First Trust Developed Internati", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5235525754592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00GY1HX21", + "cik": "0001424212", + "lei": null + }, + { + "symbol": "RNDV", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "First Trust Exchange-Traded Fund III - First Trust US Equity Dividend ", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_584738434B4C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00GY1J2X3", + "cik": "0001424212", + "lei": null + }, + { + "symbol": "RNEM", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "First Trust Exchange-Traded Fund III - First Trust Emerging Markets Eq", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_48304B5354522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00GY1HY38", + "cik": "0001424212", + "lei": null + }, + { + "symbol": "RNET", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "RigNet Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_584E383544462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000PLQYN7", + "cik": "0001162112", + "lei": "549300ORCNWIVKUB8129" + }, + { + "symbol": "RNG", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "RingCentral Inc. - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4E32324643382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000J094P3", + "cik": "0001384905", + "lei": "549300C8EH0H1614VE84" + }, + { + "symbol": "RNGR", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Ranger Energy Services Inc - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4A34545242472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00GSFNCD4", + "cik": "0001699039", + "lei": "549300J7RIVGVAN0RE23" + }, + { + "symbol": "RNLC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "First Trust Exchange-Traded Fund III - First Trust Large Cap US Equity", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4432515A46352D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00GY1HZ71", + "cik": "0001424212", + "lei": null + }, + { + "symbol": "RNLX", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Renalytix AI Plc - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_4E465932584E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00VPNC562", + "cik": "0001811115", + "lei": "213800NTOH3FK3WER551" + }, + { + "symbol": "RNMC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "First Trust Exchange-Traded Fund III - First Trust Mid Cap US Equity S", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_444E583448502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00GY1J0T2", + "cik": "0001424212", + "lei": null + }, + { + "symbol": "RNP", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Cohen & Steers REIT & Preferred Income Fund, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_43545937514E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000PS1R90", + "cik": "0001224450", + "lei": "Y2PROTN9284X1BRB7064" + }, + { + "symbol": "RNR", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "RenaissanceRe Holdings Ltd", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_474E434E32392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BFVZ83", + "cik": "0000913144", + "lei": "EK6GB9U3U58PDI411C94" + }, + { + "symbol": "RNR-E", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "RenaissanceRe Holdings Ltd - 5.375% PRF PERPETUAL USD 25 - Ser E", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_52395A314B4C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000913144", + "lei": "EK6GB9U3U58PDI411C94" + }, + { + "symbol": "RNR-F", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "RenaissanceRe Holdings Ltd - 5.75% PRF PERPETUAL USD 25 - Ser F Dep Re", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_46325044374B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000913144", + "lei": "EK6GB9U3U58PDI411C94" + }, + { + "symbol": "RNSC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "First Trust Exchange-Traded Fund III - First Trust Small Cap US Equity", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4B59444D37422D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00GY1J1V7", + "cik": "0001424212", + "lei": null + }, + { + "symbol": "RNST", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Renasant Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4B44443752522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BR40B0", + "cik": "0000715072", + "lei": "549300OVE6OZHW2UUH81" + }, + { + "symbol": "RNWK", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Realnetworks, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4D35314458502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BV5RL0", + "cik": "0001046327", + "lei": "0TCB85ZKZQTTX9T8EV22" + }, + { + "symbol": "ROAD", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Construction Partners Inc - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_444D314237462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00KK0CFX9", + "cik": "0001718227", + "lei": "549300MHLFL4E8JLZU44" + }, + { + "symbol": "ROAM", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Lattice Strategies LLC - Hartford Multifactor Emerging Markets ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4446473936302D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00864TV34", + "cik": "0001540945", + "lei": null + }, + { + "symbol": "ROBO", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Exchange Traded Concepts Trust - ETCT ROBO Global Robotics and Automat", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5736433956372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG005FHK617", + "cik": "0001452937", + "lei": "549300MLI82YH9HOGS11" + }, + { + "symbol": "ROBT", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "First Trust Exchange-Traded Fund VI - First Trust Nasdaq Artificial In", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_464A39524E542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00K4Y0SP7", + "cik": "0001552740", + "lei": null + }, + { + "symbol": "ROCC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Roth CH Acquisition II Co", + "date": "2021-01-24", + "type": "cs", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00YCLJQP0", + "cik": "0001824403", + "lei": null + }, + { + "symbol": "ROCCW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Roth CH Acquisition II Co - Warrants (11/12/2025)", + "date": "2021-01-24", + "type": "wt", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00YR12WP3", + "cik": "0001824403", + "lei": null + }, + { + "symbol": "ROCH", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Roth CH Acquisition I Co - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_483653424E312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00VDGP094", + "cik": "0001796303", + "lei": null + }, + { + "symbol": "ROCHW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Roth CH Acquisition I Co - Warrants (28/01/2025)", + "date": "2021-01-24", + "type": "wt", + "iexId": "IEX_4C3652355A4C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00TP74YD0", + "cik": "0001796303", + "lei": null + }, + { + "symbol": "ROCK", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Gibraltar Industries Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5136375759482D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BKQDQ7", + "cik": "0000912562", + "lei": null + }, + { + "symbol": "RODE", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "Lattice Strategies LLC - Hartford Multifactor Diversified Internationa", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4232465948592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00GNX29P7", + "cik": "0001540945", + "lei": null + }, + { + "symbol": "RODI", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "Barclays Bank PLC - ZC SP REDEEM 17/09/2024 USD 50 - GMTN Sr A", + "date": "2021-01-24", + "type": "struct", + "iexId": "IEX_535A485338482D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0073F8M28", + "cik": "0000312070", + "lei": "G5GSEF7VJP5I7OUK5573" + }, + { + "symbol": "RODM", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Lattice Strategies LLC - Hartford Multifactor Developed Markets (ex-US", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4356393433482D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00864TJ77", + "cik": "0001540945", + "lei": null + }, + { + "symbol": "ROG", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Rogers Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4650514B34522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BS9HN3", + "cik": "0000084748", + "lei": "PW0CN80KNFR7RUOOKJ84" + }, + { + "symbol": "ROIC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Retail Opportunity Investments Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4E51564B5A572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000TP7D24", + "cik": "0001407623", + "lei": null + }, + { + "symbol": "ROK", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Rockwell Automation Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_52344D3257502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BBCDZ2", + "cik": "0001024478", + "lei": "VH3R4HHBHH12O0EXZJ88" + }, + { + "symbol": "ROKT", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "SPDR Series Trust - SPDR S&P Kensho Final Frontiers ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5458465430372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00M9BL9V0", + "cik": "0001064642", + "lei": null + }, + { + "symbol": "ROKU", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Roku Inc - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4E4346514E422D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG001ZZPQJ6", + "cik": "0001428439", + "lei": "549300KR6ITU0YIR1T71" + }, + { + "symbol": "ROL", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Rollins, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5752564852582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BSBBP1", + "cik": "0000084839", + "lei": "549300F2A0BXT4SGWD84" + }, + { + "symbol": "ROLL", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "RBC Bearings Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5836444247582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000GMGNB3", + "cik": "0001324948", + "lei": null + }, + { + "symbol": "ROM", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "ProShares Trust - ProShares Ultra Technology", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4D5A33384B522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000QXKPR1", + "cik": "0001174610", + "lei": null + }, + { + "symbol": "ROMO", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "Strategy Shares - Strategy Shares Newfound/ReSolve Robust Momentum ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4D34573739322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00QRWVHY3", + "cik": "0001506213", + "lei": null + }, + { + "symbol": "ROOF", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "IndexIQ ETF Trust - IQ U.S. Real Estate Small Cap ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_424C4B4246322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG001QZDP10", + "cik": "0001415995", + "lei": null + }, + { + "symbol": "ROOT", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Root Inc - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5753445054392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG002GMC9F0", + "cik": "0001788882", + "lei": null + }, + { + "symbol": "ROP", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Roper Technologies Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_46515A4639372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000F1ZSN5", + "cik": "0000882835", + "lei": "54930003T4SXCIWVXY35" + }, + { + "symbol": "RORO", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Tidal ETF Trust - ATAC US Rotation ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5246425A54352D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00Y6T7R44", + "cik": "0001742912", + "lei": null + }, + { + "symbol": "ROSC", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Lattice Strategies LLC - Hartford Multifactor Small Cap ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_42374A47534D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0089X2QF4", + "cik": "0001540945", + "lei": null + }, + { + "symbol": "ROST", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Ross Stores, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_464A344E44482D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BSBZH7", + "cik": "0000745732", + "lei": "549300ENZFLPGRDFZQ60" + }, + { + "symbol": "ROT=", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Rotor Acquisition Corp - Units (1 Ord Class A & 1/2 War)", + "date": "2021-01-24", + "type": null, + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00YM46D34", + "cik": "0001826681", + "lei": null + }, + { + "symbol": "ROTU", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Rotor Acquisition Corp - Units (1 Ord Class A & 1/2 War)", + "date": "2021-01-20", + "type": null, + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001826681", + "lei": null + }, + { + "symbol": "ROUS", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Lattice Strategies LLC - Hartford Multifactor US Equity ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4B505952584E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00864V4W9", + "cik": "0001540945", + "lei": null + }, + { + "symbol": "RP", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "RealPage Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_54534D5144302D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000CN5CJ3", + "cik": "0001286225", + "lei": "5493001RSFZX4122A604" + }, + { + "symbol": "RPAI", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Retail Properties of America Inc - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_444E535037532D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000QQFVK6", + "cik": "0001222840", + "lei": "549300OVTYLM7DH6CM14" + }, + { + "symbol": "RPAR", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Tidal ETF Trust - RPAR Risk Parity ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_575A523953542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00R24NYZ1", + "cik": "0001742912", + "lei": null + }, + { + "symbol": "RPAY", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Repay Holdings Corporation - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4657575042532D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00LFVTBM8", + "cik": "0001720592", + "lei": null + }, + { + "symbol": "RPD", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Rapid7 Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5136533952442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG009DFHWG6", + "cik": "0001560327", + "lei": "549300GNVG5D60KEYN14" + }, + { + "symbol": "RPG", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Invesco Capital Management LLC - Invesco S&P 500 Pure Growth ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_483153384E382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00KJR28J5", + "cik": "0001224696", + "lei": null + }, + { + "symbol": "RPLA", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Replay Acquisition Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4C42535659542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00NQ99BL4", + "cik": "0001763731", + "lei": null + }, + { + "symbol": "RPLA+", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Replay Acquisition Corp - Warrants (01/01/9999)", + "date": "2021-01-24", + "type": "wt", + "iexId": "IEX_4C585A3131422D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00NX1JN27", + "cik": "0001763731", + "lei": null + }, + { + "symbol": "RPLA=", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Replay Acquisition Corp - Unit (1 Ord share & 1/2 Wrt)", + "date": "2021-01-24", + "type": null, + "iexId": "IEX_5734334B35342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00NLMS1V0", + "cik": "0001763731", + "lei": null + }, + { + "symbol": "RPM", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "RPM International, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4C4E3359534C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000DCNK80", + "cik": "0000110621", + "lei": "549300TJCKW4BRXPJ474" + }, + { + "symbol": "RPRX", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Royalty Pharma plc - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4D4E35434C312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00V1L5YZ5", + "cik": "0001802768", + "lei": "549300FGFN7VOK8BZR03" + }, + { + "symbol": "RPT", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "RPT Realty", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_575356434D572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000DVHX23", + "cik": "0000842183", + "lei": null + }, + { + "symbol": "RPT-D", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "RPT Realty - 7.25% PRF PERPETUAL USD 50 - Ser D", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_535158524A462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000842183", + "lei": null + }, + { + "symbol": "RPTX", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Repare Therapeutics Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4C3758334D462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00V5N3WP4", + "cik": "0001808158", + "lei": null + }, + { + "symbol": "RPV", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Invesco Capital Management LLC - Invesco S&P 500 Pure Value ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_42594D34324E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00KJR2WB0", + "cik": "0001224696", + "lei": null + }, + { + "symbol": "RQI", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Cohen & Steers Quality Income Realty Fund, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_46574A3654432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000CCPJS0", + "cik": "0001157842", + "lei": "BOWRNZIYSSLA6IG2ST17" + }, + { + "symbol": "RRBI", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Red River Bancshares Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4E32313238482D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000QKNLB2", + "cik": "0001071236", + "lei": "549300SO63STZV7UHM15" + }, + { + "symbol": "RRC", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Range Resources Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_54304A4C39512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000FVXD63", + "cik": "0000315852", + "lei": "H3Y3WLYCX0BTO1TRW162" + }, + { + "symbol": "RRD", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "R.R. Donnelley & Sons Co.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5147325131432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BH93Y6", + "cik": "0000029669", + "lei": "SU4X0P4WWRGOQDTSV032" + }, + { + "symbol": "RRGB", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Red Robin Gourmet Burgers Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5836474B52302D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000MXH9C1", + "cik": "0001171759", + "lei": "529900V6NUMBYX34LV46" + }, + { + "symbol": "RRR", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Red Rock Resorts Inc - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_46375947364B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00B6G8077", + "cik": "0001653653", + "lei": null + }, + { + "symbol": "RS", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Reliance Steel & Aluminum Co.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_564D4D3950582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000CJ2181", + "cik": "0000861884", + "lei": "549300E287ZOFT3C5Z56" + }, + { + "symbol": "RSF", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "RiverNorth Specialty Finance Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5346484442472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00PF354N2", + "cik": "0001644771", + "lei": null + }, + { + "symbol": "RSG", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Republic Services, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4E504B3759582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BPXVJ6", + "cik": "0001060391", + "lei": "NKNQHM6BLECKVOQP7O46" + }, + { + "symbol": "RSI", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Rush Street Interactive Inc - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00RMKRQM0", + "cik": "0001793659", + "lei": null + }, + { + "symbol": "RSI+", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Rush Street Interactive Inc - Warrants (21/02/2027)", + "date": "2021-01-24", + "type": "wt", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00SYQBRV7", + "cik": "0001793659", + "lei": null + }, + { + "symbol": "RSP", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Invesco Capital Management LLC - Invesco S&P 500 Equal Weight ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5648333443432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00KJR2MY7", + "cik": "0001224696", + "lei": null + }, + { + "symbol": "RSSS", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Research Solutions Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_58484B3731472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000GQF2L0", + "cik": "0001386301", + "lei": "549300TYWPCKGK141Q94" + }, + { + "symbol": "RSVA", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Rodgers Silicon Valley Acquisition Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00YC53854", + "cik": "0001828318", + "lei": null + }, + { + "symbol": "RSVAW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Rodgers Silicon Valley Acquisition Corp - Warrants (30/11/2025)", + "date": "2021-01-24", + "type": "wt", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00YR17WP8", + "cik": "0001828318", + "lei": null + }, + { + "symbol": "RSX", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "VanEck Vectors ETF Trust - VanEck Vectors Russia ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4236594A31382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000R7TT45", + "cik": "0000869178", + "lei": null + }, + { + "symbol": "RSXJ", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "VanEck Vectors ETF Trust - VanEck Vectors Russia Small-Cap ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_58444235364B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG001MHGQ91", + "cik": "0000869178", + "lei": null + }, + { + "symbol": "RTAI", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "Collaborative Investment Series Trust - Rareview Tax Advantaged Income", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_57314B374D462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00XY920X1", + "cik": "0001719812", + "lei": null + }, + { + "symbol": "RTH", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "VanEck Vectors ETF Trust - VanEck Vectors Retail ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_504A4E4D4D482D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000D8RYC0", + "cik": "0000869178", + "lei": null + }, + { + "symbol": "RTLR", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Rattler Midstream Lp - Unit", + "date": "2021-01-24", + "type": null, + "iexId": "IEX_4248514D4B352D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00LNJWF43", + "cik": "0001748773", + "lei": "549300I45NRVEEN9M219" + }, + { + "symbol": "RTM", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Invesco Capital Management LLC - Invesco S&P 500 Equal Weight Material", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5732374350302D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00KJR2RM9", + "cik": "0001224696", + "lei": null + }, + { + "symbol": "RTP", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Reinvent Technology Partners - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_444E4A394A352D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00X2MYTC2", + "cik": "0001819848", + "lei": null + }, + { + "symbol": "RTP+", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Reinvent Technology Partners - Warrants (16/09/2025)", + "date": "2021-01-24", + "type": "wt", + "iexId": "IEX_4D33433344562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00Y1FZLL2", + "cik": "0001819848", + "lei": null + }, + { + "symbol": "RTP=", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Reinvent Technology Partners - Units (1 Ord Share Class A & 1/4 War)", + "date": "2021-01-24", + "type": null, + "iexId": "IEX_5258313151372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00X26Y6K8", + "cik": "0001819848", + "lei": null + }, + { + "symbol": "RTPZ", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Reinvent Technology Partners Z - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00YRW91F7", + "cik": "0001828105", + "lei": null + }, + { + "symbol": "RTPZ+", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Reinvent Technology Partners Z - Warrants (16/09/2025)", + "date": "2021-01-24", + "type": "wt", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00YRWDS54", + "cik": "0001828105", + "lei": null + }, + { + "symbol": "RTPZ=", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Reinvent Technology Partners Z - Units (1 Ord Class A & 1/5 War)", + "date": "2021-01-24", + "type": null, + "iexId": "IEX_4642303336582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00Y29RBV5", + "cik": "0001828105", + "lei": null + }, + { + "symbol": "RTX", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Raytheon Technologies Corporation", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4D4B433153562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BW8S60", + "cik": "0000101829", + "lei": "I07WOS4YJ0N7YRFE7309" + }, + { + "symbol": "RUBY", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Rubius Therapeutics Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_514E334453372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00BMBK8B4", + "cik": "0001709401", + "lei": "549300ER84PB0QV6HZ76" + }, + { + "symbol": "RUHN", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Ruhnn Holding Ltd - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_545953314E592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00NJJ0JG8", + "cik": "0001753268", + "lei": null + }, + { + "symbol": "RUN", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Sunrun Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5352344E35442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0025XVR85", + "cik": "0001469367", + "lei": "54930007SJ77CI66U531" + }, + { + "symbol": "RUSHA", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Rush Enterprises Inc - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4457563356532D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000PLLP24", + "cik": "0001012019", + "lei": "529900V3XHTN7A6DFT17" + }, + { + "symbol": "RUSHB", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Rush Enterprises Inc - Class B", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_474E424D33422D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000PLMQP6", + "cik": "0001012019", + "lei": "529900V3XHTN7A6DFT17" + }, + { + "symbol": "RUSL", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Direxion Shares ETF Trust - Direxion Daily Russia Bull 2X Shares", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_583932344A522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG001Q7FG38", + "cik": "0001424958", + "lei": null + }, + { + "symbol": "RUTH", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Ruths Hospitality Group Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4B58425258562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000DL14H0", + "cik": "0001324272", + "lei": "529900JQW9JP41OHOD14" + }, + { + "symbol": "RVI", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Retail Value Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4B574B4C47542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00L31HTW0", + "cik": "0001735184", + "lei": "549300VO5RB7323N1Z31" + }, + { + "symbol": "RVLV", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Revolve Group Inc - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4E5352464E4A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00M4RHBD0", + "cik": "0001746618", + "lei": null + }, + { + "symbol": "RVMD", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Revolution Medicines Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_424D425033352D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00829F4P8", + "cik": "0001628171", + "lei": "549300JU3X0LBCQ65892" + }, + { + "symbol": "RVNC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Revance Therapeutics Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_433858335A4A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG001J2MJH8", + "cik": "0001479290", + "lei": "549300N33TFDZHS81H11" + }, + { + "symbol": "RVNU", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "DBX ETF Trust - Xtrackers Municipal Infrastructure Revenue Bond ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_544B375252352D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG004LV7FR9", + "cik": "0001503123", + "lei": null + }, + { + "symbol": "RVP", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "Retractable Technologies Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4E4B344A354C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000D79KB3", + "cik": "0000946563", + "lei": null + }, + { + "symbol": "RVPH", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Reviva Pharmaceuticals Holdings Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00LJZ8FW8", + "cik": "0001742927", + "lei": null + }, + { + "symbol": "RVPHW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Reviva Pharmaceuticals Holdings Inc. - Warrants (25/12/2025)", + "date": "2021-01-24", + "type": "wt", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00M8LPQW6", + "cik": "0001742927", + "lei": null + }, + { + "symbol": "RVRS", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "ETF Series Solutions Trust - Reverse Cap Weighted US Large Cap ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4643504B504B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00J3PQ4Q4", + "cik": "0001540305", + "lei": null + }, + { + "symbol": "RVSB", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Riverview Bancorp, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_564B373131362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BGZL88", + "cik": "0001041368", + "lei": null + }, + { + "symbol": "RVT", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Royce Value Trust Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5439534D53332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BSFD91", + "cik": "0000804116", + "lei": "254900NJE1W1YYKNVM16" + }, + { + "symbol": "RWGV", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Direxion Shares ETF Trust - Direxion Russell 1000 Growth Over Value ET", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_514239524E382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00N2K6NL2", + "cik": "0001424958", + "lei": null + }, + { + "symbol": "RWJ", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Invesco Exchange-Traded Fund Trust II - Invesco S&P SmallCap 600 Reven", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5644545443482D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00P4Y2TY2", + "cik": "0001378872", + "lei": null + }, + { + "symbol": "RWK", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Invesco Exchange-Traded Fund Trust II - Invesco S&P MidCap 400 Revenue", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_51394E4E53572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00P4Y2SG4", + "cik": "0001378872", + "lei": null + }, + { + "symbol": "RWL", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Invesco Exchange-Traded Fund Trust II - Invesco S&P 500 Revenue ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5051484851432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00P4Y2QR6", + "cik": "0001378872", + "lei": null + }, + { + "symbol": "RWLK", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Rewalk Robotics Ltd", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_524B3647304E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG006SYKFN0", + "cik": "0001607962", + "lei": "529900YOD61G7ECPV281" + }, + { + "symbol": "RWM", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "ProShares Trust - ProShares Short Russell2000", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_56424A3752362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BFC544", + "cik": "0001174610", + "lei": null + }, + { + "symbol": "RWO", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "SSgA Active Trust - SSgA SPDR Dow Jones Global Real Estate ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4651545651322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000FS2Q74", + "cik": "0001516212", + "lei": "549300PQC2CS3IA6B871" + }, + { + "symbol": "RWR", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "SPDR Series Trust - SPDR DJ Wilshire REIT ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4254305857362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000HSF0L9", + "cik": "0001064642", + "lei": null + }, + { + "symbol": "RWT", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Redwood Trust Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_464D4C3448462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000JNJPB0", + "cik": "0000930236", + "lei": "DRBV4N1ERQLEMIF11G78" + }, + { + "symbol": "RWVG", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Direxion Shares ETF Trust - Direxion Russell 1000 Value Over Growth ET", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5158475851532D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00N2K6PK8", + "cik": "0001424958", + "lei": null + }, + { + "symbol": "RWX", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "SSgA Active Trust - SSgA SPDR Dow Jones International Real Estate ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_464C4A5354322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000Q8TD76", + "cik": "0001516212", + "lei": "549300PQC2CS3IA6B871" + }, + { + "symbol": "RXD", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "ProShares Trust - ProShares UltraShort Health Care", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_573033374A592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000QXGWJ0", + "cik": "0001174610", + "lei": null + }, + { + "symbol": "RXI", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "BlackRock Institutional Trust Company N.A. - BTC iShares Global Consum", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4D394E5239362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000G7MYR8", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "RXL", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "ProShares Trust - ProShares Ultra Health Care", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_445933394C4B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000QXKCL6", + "cik": "0001174610", + "lei": null + }, + { + "symbol": "RXN", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Rexnord Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_524B5A4A394D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000H8R0N8", + "cik": "0001439288", + "lei": "549300XLZXRC2KJ6VK87" + }, + { + "symbol": "RXT", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Rackspace Technology Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4B523247565A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00W0JYQQ4", + "cik": "0001810019", + "lei": null + }, + { + "symbol": "RY", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Royal Bank Of Canada", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_574E385754332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BSSC44", + "cik": "0001000275", + "lei": "ES7IP3U3RHIGC71XBU11" + }, + { + "symbol": "RY-T", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Royal Bank Of Canada - FXDFR PRF PERPETUAL USD - DEF REP 1/40 Ser C 2", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4A4D3144515A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001000275", + "lei": "ES7IP3U3RHIGC71XBU11" + }, + { + "symbol": "RYAAY", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Ryanair Holdings Plc - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_513633304D582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000J9CBT0", + "cik": "0001038683", + "lei": "635400BR2ROC1FVEBQ56" + }, + { + "symbol": "RYAM", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Rayonier Advanced Materials Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_47475048524D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG005XVML66", + "cik": "0001597672", + "lei": "54930053QJ7OUGZG4F72" + }, + { + "symbol": "RYB", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "RYB Education Inc - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_4E3243344D322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00HLJNBR8", + "cik": "0001708441", + "lei": "5493008D9KDCA2T7DN67" + }, + { + "symbol": "RYE", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Invesco Capital Management LLC - Invesco S&P 500 Equal Weight Energy E", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5053515759432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00KJR2M22", + "cik": "0001224696", + "lei": null + }, + { + "symbol": "RYF", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Invesco Capital Management LLC - Invesco S&P 500 Equal Weight Financia", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5143583230572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00KJR2NT1", + "cik": "0001224696", + "lei": null + }, + { + "symbol": "RYH", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Invesco Capital Management LLC - Invesco S&P 500 Equal Weight Health C", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_564832364C482D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00KJR2PS7", + "cik": "0001224696", + "lei": null + }, + { + "symbol": "RYI", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Ryerson Holding Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5151334A52302D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000Q7V224", + "cik": "0001481582", + "lei": "549300JMA41B3ZHOVE45" + }, + { + "symbol": "RYJ", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Invesco Capital Management LLC - Invesco Raymond James SB-1 Equity ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_53385843594E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00KXH4MH0", + "cik": "0001224696", + "lei": null + }, + { + "symbol": "RYLD", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "Global X Funds - Global X Russell 2000 Covered Call ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_515A564E36562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00NX045K4", + "cik": "0001432353", + "lei": null + }, + { + "symbol": "RYN", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Rayonier Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_58384B5A48442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BG7L34", + "cik": "0000052827", + "lei": "HGV8VDVNL0W6SF2U9C50" + }, + { + "symbol": "RYT", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Invesco Capital Management LLC - Invesco S&P 500 Equal Weight Technolo", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_515A323733442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00KJR2TH1", + "cik": "0001224696", + "lei": null + }, + { + "symbol": "RYTM", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Rhythm Pharmaceuticals Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5137425746312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG007DLZ601", + "cik": "0001649904", + "lei": "529900JPNWXQ8DPLA551" + }, + { + "symbol": "RYU", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Invesco Capital Management LLC - Invesco S&P 500 Equal Weight Utilitie", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_524B374435582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00KJR2VH6", + "cik": "0001224696", + "lei": null + }, + { + "symbol": "RZA", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Reinsurance Group Of America, Inc. - FXDFR DB REDEEM 15/09/2042 USD 25", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4C4E583736482D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000898174", + "lei": "LORM1GNEU1DKEW527V90" + }, + { + "symbol": "RZB", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Reinsurance Group Of America, Inc. - FXDFR DB REDEEM 15/06/2056 USD 25", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_5143504C39462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000898174", + "lei": "LORM1GNEU1DKEW527V90" + }, + { + "symbol": "RZG", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Invesco Capital Management LLC - Invesco S&P SmallCap 600 Pure Growth ", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_434A533935352D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00KJR2ZY8", + "cik": "0001224696", + "lei": null + }, + { + "symbol": "RZLT", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Rezolute Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4B385437304B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG001XWWHL4", + "cik": "0001509261", + "lei": "549300T05L48T72P2G08" + }, + { + "symbol": "RZV", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Invesco Capital Management LLC - Invesco S&P SmallCap 600 Pure Value E", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_484D594651532D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00KJR30R2", + "cik": "0001224696", + "lei": null + }, + { + "symbol": "SA", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Seabridge Gold, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4658503236302D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000JYQX30", + "cik": "0001231346", + "lei": null + }, + { + "symbol": "SAA", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "ProShares Trust - ProShares Ultra SmallCap600", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_545243324E502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BB6SX8", + "cik": "0001174610", + "lei": null + }, + { + "symbol": "SABR", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Sabre Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_42434D4659532D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG005WQVVH4", + "cik": "0001597033", + "lei": "529900VKCYZW8GZ4WW58" + }, + { + "symbol": "SABRP", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Sabre Corp - 6.50% PRF CONVERT 01/09/2023 USD 100 - Ser A", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_5035503550432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001597033", + "lei": "529900VKCYZW8GZ4WW58" + }, + { + "symbol": "SACC", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "Sachem Capital Corp - 6.875% NT REDEEM 30/12/2024 USD 25", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4442565747352D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001682220", + "lei": null + }, + { + "symbol": "SACH", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "Sachem Capital Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4C59335A475A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00F48C2K4", + "cik": "0001682220", + "lei": null + }, + { + "symbol": "SAF", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Saratoga Investment Corp - 6.25% NT REDEEM 31/08/2025 USD 25", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_474E525A33442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001377936", + "lei": "54930023WJCWPAGSWE41" + }, + { + "symbol": "SAFE", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Safehold Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_574D353231322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00GFK4M37", + "cik": "0001688852", + "lei": "549300MHMP6BIE0XV355" + }, + { + "symbol": "SAFM", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Sanderson Farms, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_42594B4D36372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BSHJ96", + "cik": "0000812128", + "lei": "529900KZGVFTWHUO2759" + }, + { + "symbol": "SAFT", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Safety Insurance Group, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4A54424D464B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BF73Y2", + "cik": "0001172052", + "lei": "254900LDCFLA3J746840" + }, + { + "symbol": "SAGE", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Sage Therapeutics Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4233474B534C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0025X16Y5", + "cik": "0001597553", + "lei": "5493000JX4BJS9W6CN35" + }, + { + "symbol": "SAH", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Sonic Automotive, Inc. - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_51314B4C56342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BBMNG0", + "cik": "0001043509", + "lei": "549300NTLRGJ2JCBZU03" + }, + { + "symbol": "SAIA", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Saia Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_514C4D4A4D4A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000P5LMQ0", + "cik": "0001177702", + "lei": "549300WNPG4N9GBOYB29" + }, + { + "symbol": "SAIC", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Science Applications International Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_564A304E54352D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG003BW05K6", + "cik": "0001571123", + "lei": "5493006I78VIN6J1BQ95" + }, + { + "symbol": "SAII", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Software Acquisition Group Inc II - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_433732444B312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00XRJ9QM5", + "cik": "0001816048", + "lei": null + }, + { + "symbol": "SAIIW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Software Acquisition Group Inc II - Warrants (17/03/2027)", + "date": "2021-01-24", + "type": "wt", + "iexId": "IEX_53324C5436432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00XRJFPT3", + "cik": "0001816048", + "lei": null + }, + { + "symbol": "SAIL", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "SailPoint Technologies Holdings Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_563459544B312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00J0BBZL0", + "cik": "0001627857", + "lei": "529900809B15HNZH5H79" + }, + { + "symbol": "SAK", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Saratoga Investment Corp - 7.25% NT REDEEM 30/06/2025 USD 25", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_504C325642432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001377936", + "lei": "54930023WJCWPAGSWE41" + }, + { + "symbol": "SAL", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Salisbury Bancorp, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4D31473553392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BF55Z8", + "cik": "0001060219", + "lei": null + }, + { + "symbol": "SALM", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Salem Media Group Inc - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_444B4E564B582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BCT6M1", + "cik": "0001050606", + "lei": null + }, + { + "symbol": "SALT", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Scorpio Bulkers Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_464C3237354B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG005KLVW13", + "cik": "0001587264", + "lei": "549300MHZ4YKRPGBH616" + }, + { + "symbol": "SAM", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Boston Beer Co., Inc. - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4E464D54574C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BCZBF1", + "cik": "0000949870", + "lei": "529900Q02MQ0DCQNRM58" + }, + { + "symbol": "SAMA", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Schultze Special Purpose Acquisition Corp", + "date": "2020-12-21", + "type": "cs", + "iexId": "IEX_5634373336512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00MRR4W34", + "cik": "0001754824", + "lei": null + }, + { + "symbol": "SAMAW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Schultze Special Purpose Acquisition Corp - Warrants (31/12/2023)", + "date": "2020-12-21", + "type": "wt", + "iexId": "IEX_544B315934362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00N0NT248", + "cik": "0001754824", + "lei": null + }, + { + "symbol": "SAMG", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Silvercrest Asset Management Group Inc - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_434E464459432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG004HTNXJ1", + "cik": "0001549966", + "lei": null + }, + { + "symbol": "SAN", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Banco Santander S.A. - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_525A58374B502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BTJS47", + "cik": "0000891478", + "lei": "5493006QMFDDMYWIAM13" + }, + { + "symbol": "SAN-B", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Banco Santander S.A. - FR PRF PERPETUAL USD 25 - Ser 6", + "date": "2020-12-07", + "type": "ps", + "iexId": "IEX_565442464E382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000891478", + "lei": "5493006QMFDDMYWIAM13" + }, + { + "symbol": "SAND", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Sandstorm Gold Ltd", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_475A46424E592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000VMKS48", + "cik": "0001434614", + "lei": "549300QWJPV45VQF1B33" + }, + { + "symbol": "SANM", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Sanmina Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5033324639362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BHBTX7", + "cik": "0000897723", + "lei": "X5K24XLM8QYRXF00EB42" + }, + { + "symbol": "SANW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "S&W Seed Co", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4856534D4B312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000QVK045", + "cik": "0001477246", + "lei": "5493000VGNLHM547AC08" + }, + { + "symbol": "SAP", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Sap SE - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_583952364C442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BDSLD7", + "cik": "0001000184", + "lei": "529900D6BF99LW9R2E68" + }, + { + "symbol": "SAR", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Saratoga Investment Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_52424B4E58582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000Q6S3Z2", + "cik": "0001377936", + "lei": "54930023WJCWPAGSWE41" + }, + { + "symbol": "SASR", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Sandy Spring Bancorp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5839513752482D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BR83Z4", + "cik": "0000824410", + "lei": null + }, + { + "symbol": "SATS", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "EchoStar Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_504D334639522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000TGLV00", + "cik": "0001415404", + "lei": "549300EE20907QZ9GT38" + }, + { + "symbol": "SAVA", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Cassava Sciences Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_514250334E382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BK9YW3", + "cik": "0001069530", + "lei": "529900XA0UG5JXABYF08" + }, + { + "symbol": "SAVE", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Spirit Airlines Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_535A574254562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BF6RQ9", + "cik": "0001498710", + "lei": "549300DCAFIXFNFR3304" + }, + { + "symbol": "SB", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Safe Bulkers, Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_424B363256462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000FYPPB3", + "cik": "0001434754", + "lei": "549300V6ZM2HJJYQQO85" + }, + { + "symbol": "SB-C", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Safe Bulkers, Inc - 8% PRF PERPETUAL USD 25 - Ser C", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4438444A35572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001434754", + "lei": "549300V6ZM2HJJYQQO85" + }, + { + "symbol": "SB-D", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Safe Bulkers, Inc - 8% PRF PERPETUAL USD 25 - Ser D", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4E563850575A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001434754", + "lei": "549300V6ZM2HJJYQQO85" + }, + { + "symbol": "SBAC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "SBA Communications Corp - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_584B54384A322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000D2M0Z7", + "cik": "0001034054", + "lei": "5299001HX8ZN8Y8QIT49" + }, + { + "symbol": "SBB", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "ProShares Trust - ProShares Short SmallCap600", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_51374333354C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BFLFP9", + "cik": "0001174610", + "lei": null + }, + { + "symbol": "SBBA", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Scorpio Tankers Inc - 7% NT REDEEM 30/06/2025 USD 25", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4432334450442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001483934", + "lei": "549300NVJUH16NXG8K87" + }, + { + "symbol": "SBBP", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Strongbridge Biopharma plc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_474B483142432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG009XQWHG6", + "cik": "0001634432", + "lei": "5493001OUCRYIW3XQZ24" + }, + { + "symbol": "SBCF", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Seacoast Banking Corp. Of Florida", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_575A4E4D46312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000KK3464", + "cik": "0000730708", + "lei": "549300V6IC06XYQYPG88" + }, + { + "symbol": "SBE", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Switchback Energy Acquisition Corp - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_534846534E382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00Q741Z16", + "cik": "0001777393", + "lei": null + }, + { + "symbol": "SBE+", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Switchback Energy Acquisition Corp - Warrants (25/07/2026)", + "date": "2021-01-24", + "type": "wt", + "iexId": "IEX_4D483133365A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00Q742LQ9", + "cik": "0001777393", + "lei": null + }, + { + "symbol": "SBE=", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Switchback Energy Acquisition Corp - Units (1 Ord Share Class A & 1/3 ", + "date": "2021-01-24", + "type": null, + "iexId": "IEX_53425A3334332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00P99JFV7", + "cik": "0001777393", + "lei": null + }, + { + "symbol": "SBFG", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "SB Financial Group Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_464C384657372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BJQTT2", + "cik": "0000767405", + "lei": "54930028E6P8OT8CTV58" + }, + { + "symbol": "SBG", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Sandbridge Acquisition Corp - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5335313458322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00XM9SMJ4", + "cik": "0001816708", + "lei": null + }, + { + "symbol": "SBG+", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Sandbridge Acquisition Corp - Warrants(14/09/2027)", + "date": "2021-01-24", + "type": "wt", + "iexId": "IEX_5432385052522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00Y1FV265", + "cik": "0001816708", + "lei": null + }, + { + "symbol": "SBG=", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Sandbridge Acquisition Corp - Units (1 Ord Share Class A & 1/2 War)", + "date": "2021-01-24", + "type": null, + "iexId": "IEX_57544350334B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00WXXVFJ2", + "cik": "0001816708", + "lei": null + }, + { + "symbol": "SBGI", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Sinclair Broadcast Group, Inc. - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_53313037444C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000F2XXP2", + "cik": "0000912752", + "lei": "529900879GWQV880PQ28" + }, + { + "symbol": "SBH", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Sally Beauty Holdings Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_51564E4D51392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000LR8515", + "cik": "0001368458", + "lei": "529900VXW6E8ONDIQ271" + }, + { + "symbol": "SBI", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Western Asset Intermediate Muni Fund Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_54534A4832562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BSY105", + "cik": "0000882300", + "lei": "5493000MG5MROBD48K57" + }, + { + "symbol": "SBIO", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "ALPS Fund Services - ALPS Medical Breakthroughs ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4C4E435A51522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG007TGGCL0", + "cik": "0001049169", + "lei": null + }, + { + "symbol": "SBLK", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Star Bulk Carriers Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_56465A48445A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000L5R950", + "cik": "0001386716", + "lei": "549300SO3FMK7H6DDY54" + }, + { + "symbol": "SBLKZ", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ - ALL MARKETS", + "name": "Star Bulk Carriers Corp - 8.30% NT REDEEM 15/11/2022 USD 25", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4A38383131362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001386716", + "lei": "549300SO3FMK7H6DDY54" + }, + { + "symbol": "SBM", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "ProShares Trust - ProShares Short Basic Materials", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4244514A4C442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000QJ4L62", + "cik": "0001174610", + "lei": null + }, + { + "symbol": "SBNY", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Signature Bank", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_534E43344B4C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000M6TR37", + "cik": "0001288784", + "lei": "VLP5AP0XK2GM6GKD1007" + }, + { + "symbol": "SBNYP", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Signature Bank - 5% PRF PERPETUAL USD - 1/40TH Ser A", + "date": "2021-01-24", + "type": "ps", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001288784", + "lei": "VLP5AP0XK2GM6GKD1007" + }, + { + "symbol": "SBOW", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "SilverBow Resources Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_534C5347424A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00CTNNZ26", + "cik": "0000351817", + "lei": "5493007QR70AVQSNF619" + }, + { + "symbol": "SBR", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Sabine Royalty Trust - Unit", + "date": "2021-01-24", + "type": null, + "iexId": "IEX_584256384B432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BSL500", + "cik": "0000710752", + "lei": null + }, + { + "symbol": "SBRA", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Sabra Healthcare REIT Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4A394E4E4C482D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000MTDW24", + "cik": "0001492298", + "lei": "549300E3BC7GU7TAZ621" + }, + { + "symbol": "SBS", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Companhia de Saneamento Basico do Estado de Sao Paulo. - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_504A5053564C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BJLSG3", + "cik": "0001170858", + "lei": "254900UOXRZRS2TNWP19" + }, + { + "symbol": "SBSI", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Southside Bancshares Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_473930304A432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BGVC19", + "cik": "0000705432", + "lei": "549300TC83207VQA2K65" + }, + { + "symbol": "SBSW", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Sibanye Stillwater Limited - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_47564747364A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00RRGP445", + "cik": "0001786909", + "lei": "378900F238434B74D281" + }, + { + "symbol": "SBT", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Sterling Bancorp Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_424B384C34392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00328QCC5", + "cik": "0001680379", + "lei": null + }, + { + "symbol": "SBTX", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Silverback Therapeutics Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00FZQGXG3", + "cik": "0001671858", + "lei": null + }, + { + "symbol": "SBUG", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Barclays Bank PLC - ZC SP ETN REDEEM 06/10/2049 USD 25 - Ser A 06747D7", + "date": "2021-01-24", + "type": "struct", + "iexId": "IEX_46394246544A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00QJ0TY14", + "cik": "0000312070", + "lei": "G5GSEF7VJP5I7OUK5573" + }, + { + "symbol": "SBUX", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Starbucks Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5457544447482D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000CTQBF3", + "cik": "0000829224", + "lei": "OQSJ1DU9TAOC51A47K68" + }, + { + "symbol": "SC", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Santander Consumer USA Holdings Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4E38323942352D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG004T0YC41", + "cik": "0001580608", + "lei": "5493004SHNXEHHZ58X76" + }, + { + "symbol": "SCA", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Stellus Capital Investment Corp - 5.75% NT REDEEM 15/09/2022 USD 25", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_46543539444C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001551901", + "lei": "5493001DZV6QC1KUSC43" + }, + { + "symbol": "SCC", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "ProShares Trust - ProShares UltraShort Consumer Services", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5454525843582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000QXKZY1", + "cik": "0001174610", + "lei": null + }, + { + "symbol": "SCCB", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "Sachem Capital Corp - 7.125% NT REDEEM 30/06/2024 USD 25", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_42444358575A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001682220", + "lei": null + }, + { + "symbol": "SCCC", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "Sachem Capital Corp - 7.75% NT REDEEM 30/09/2025 USD 25 - 78590A406", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4A4A4E4236362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001682220", + "lei": null + }, + { + "symbol": "SCCO", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Southern Copper Corporation", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5743425339312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BSHH72", + "cik": "0001001838", + "lei": "2549007U6NAP46Q9TU15" + }, + { + "symbol": "SCD", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "LMP Capital and Income Fund Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4B57344B5A592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000GM7NW0", + "cik": "0001270131", + "lei": "549300YJH1GYGXCCQ467" + }, + { + "symbol": "SCE-H", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "SCE Trust III - FXDFR PRF PERPETUAL USD 25 - Ser H", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_423836434E372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001311068", + "lei": null + }, + { + "symbol": "SCE-J", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "SCE Trust IV - FXDFR PRF PERPETUAL USD 25 - Ser J", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4C4B394343302D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001627425", + "lei": null + }, + { + "symbol": "SCE-K", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "SCE Trust V - FXDFR PRF PERPETUAL USD 25 - Ser K", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_5431483743312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001627426", + "lei": null + }, + { + "symbol": "SCE-L", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "SCE Trust VI - 5% PRF PERPETUAL USD 25 - Ser L", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_54564E4242392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001709317", + "lei": null + }, + { + "symbol": "SCHA", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Schwab Strategic Trust - CSIM Schwab U.S. Small-Cap ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_434B584233352D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000PS0FX0", + "cik": "0000884546", + "lei": null + }, + { + "symbol": "SCHB", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Schwab Strategic Trust - CSIM Schwab U.S. Broad Market ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_53474B58574A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000PRZSP5", + "cik": "0000884546", + "lei": null + }, + { + "symbol": "SCHC", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Schwab Strategic Trust - CSIM Schwab International Small-Cap Equity ET", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4B46514D54512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000Q5PVN8", + "cik": "0000884546", + "lei": null + }, + { + "symbol": "SCHD", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Schwab Strategic Trust - CSIM Schwab US Dividend Equity ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4C5A5A5A51302D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0025RWKW5", + "cik": "0000884546", + "lei": null + }, + { + "symbol": "SCHE", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Schwab Strategic Trust - CSIM Schwab Emerging Markets Equity ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4C30575358372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000Q5QG14", + "cik": "0000884546", + "lei": null + }, + { + "symbol": "SCHF", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Schwab Strategic Trust - CSIM Schwab International Equity ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_543152325A312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000PS0RP3", + "cik": "0000884546", + "lei": null + }, + { + "symbol": "SCHG", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Schwab Strategic Trust - CSIM Schwab U.S. Large-Cap Growth ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4E52575A54392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000Q0CS41", + "cik": "0000884546", + "lei": null + }, + { + "symbol": "SCHH", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Schwab Strategic Trust - CSIM Schwab U.S. REIT ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_51425A464B342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG001CSKWZ1", + "cik": "0000884546", + "lei": null + }, + { + "symbol": "SCHI", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Schwab Strategic Trust - Schwab 5-10 Year Corporate Bond ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_575A484858482D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00PZFPFQ3", + "cik": "0000884546", + "lei": null + }, + { + "symbol": "SCHJ", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Schwab Strategic Trust - Schwab 1-5 Year Corporate Bond ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_424E4C4353432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00PZFDDJ9", + "cik": "0000884546", + "lei": null + }, + { + "symbol": "SCHK", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Schwab Strategic Trust - Schwab 1000 Index ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4C47485643562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00HXSKXB7", + "cik": "0000884546", + "lei": null + }, + { + "symbol": "SCHL", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Scholastic Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4E3758464B332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BSDM66", + "cik": "0000866729", + "lei": null + }, + { + "symbol": "SCHM", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Schwab Strategic Trust - CSIM Schwab U.S. Mid-Cap ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5647344C33522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG001CSJ5M6", + "cik": "0000884546", + "lei": null + }, + { + "symbol": "SCHN", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Schnitzer Steel Industries, Inc. - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_525952385A592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BL18V7", + "cik": "0000912603", + "lei": "549300F62TK8VRDSM285" + }, + { + "symbol": "SCHO", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Schwab Strategic Trust - CSIM Schwab Short-Term U.S. Treasury ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4D57504831502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BGNS77", + "cik": "0000884546", + "lei": null + }, + { + "symbol": "SCHP", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Schwab Strategic Trust - CSIM Schwab U.S. Tips ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4D394A395A352D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BGN6P5", + "cik": "0000884546", + "lei": null + }, + { + "symbol": "SCHQ", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Schwab Strategic Trust - Schwab US Long-Term U.S. Treasury ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_57444242545A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00PZFJPC3", + "cik": "0000884546", + "lei": null + }, + { + "symbol": "SCHR", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Schwab Strategic Trust - CSIM Schwab Intermediate-Term U.S. Treasury E", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4E47564E34362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BGP762", + "cik": "0000884546", + "lei": null + }, + { + "symbol": "SCHV", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Schwab Strategic Trust - CSIM Schwab U.S. Large-Cap Value ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5043323457542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000Q0D5X8", + "cik": "0000884546", + "lei": null + }, + { + "symbol": "SCHW", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Charles Schwab Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4B4D355135382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BSLZY7", + "cik": "0000316709", + "lei": "549300VSGCJ7E698NM85" + }, + { + "symbol": "SCHW-C", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Charles Schwab Corp. - 6% PRF PERPETUAL USD 25 - Dep sh 1/40th Ser C", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4239535939572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000316709", + "lei": "549300VSGCJ7E698NM85" + }, + { + "symbol": "SCHW-D", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Charles Schwab Corp. - 5.95% PRF PERPETUAL USD 25 - Ser D 1/40th Int", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_56303452315A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000316709", + "lei": "549300VSGCJ7E698NM85" + }, + { + "symbol": "SCHX", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Schwab Strategic Trust - CSIM Schwab U.S. Large-Cap ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4E594B5944462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000PS05G1", + "cik": "0000884546", + "lei": null + }, + { + "symbol": "SCHZ", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Schwab Strategic Trust - CSIM Schwab US Aggregate Bond ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_464B485731372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG001WBMKQ0", + "cik": "0000884546", + "lei": null + }, + { + "symbol": "SCI", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Service Corp. International", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_44483657504D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BTHH16", + "cik": "0000089089", + "lei": "549300RKVM2ME20JHZ15" + }, + { + "symbol": "SCJ", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "BlackRock Institutional Trust Company N.A. - BTC iShares MSCI Japan Sm", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4D56474A50322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000V1PKZ2", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "SCKT", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Socket Mobile Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4334373938332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BZMKF4", + "cik": "0000944075", + "lei": "5493001EX0VY0ZPVGJ38" + }, + { + "symbol": "SCL", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Stepan Co.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4A4A33464C5A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BSMFN2", + "cik": "0000094049", + "lei": "IZU1EW9GB3WC7CYCSR17" + }, + { + "symbol": "SCM", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Stellus Capital Investment Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_53594B5A52572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG003LB3TH0", + "cik": "0001551901", + "lei": "5493001DZV6QC1KUSC43" + }, + { + "symbol": "SCO", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "ProShares Trust - ProShares UltraShort Bloomberg Crude Oil", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_423242324C532D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000CSZTC9", + "cik": "0001174610", + "lei": null + }, + { + "symbol": "SCOR", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Comscore Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5648324E4C312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000H8CBV1", + "cik": "0001158172", + "lei": null + }, + { + "symbol": "SCPE", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Sc Health Corp - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4631365439532D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00PMJLGK7", + "cik": "0001764301", + "lei": null + }, + { + "symbol": "SCPE+", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Sc Health Corp - Warrants (01/01/2024)", + "date": "2021-01-24", + "type": "wt", + "iexId": "IEX_4B34435957442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00Q3HRQQ6", + "cik": "0001764301", + "lei": null + }, + { + "symbol": "SCPE=", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Sc Health Corp - Units (1 Ord Share Class A & 1/2 War)", + "date": "2021-01-24", + "type": null, + "iexId": "IEX_5838474C50572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00PH85S74", + "cik": "0001764301", + "lei": null + }, + { + "symbol": "SCPH", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "scPharmaceuticals Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_465A565431372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00J24RT13", + "cik": "0001604950", + "lei": "549300F55SN4ZR2OA180" + }, + { + "symbol": "SCPL", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Sciplay Corp - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5033594D51382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00NTKBYY9", + "cik": "0001760717", + "lei": "549300B8E2F1A3EW6869" + }, + { + "symbol": "SCPS", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Scopus Biopharma Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00PGN43K3", + "cik": "0001772028", + "lei": null + }, + { + "symbol": "SCS", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Steelcase, Inc. - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5730304635392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BLBGS2", + "cik": "0001050825", + "lei": "GIE4CCPBJDI8SMV1OX95" + }, + { + "symbol": "SCSC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Scansource, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4634504830352D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BHTPZ4", + "cik": "0000918965", + "lei": "7FHBAN017QDY4K2KP156" + }, + { + "symbol": "SCU", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Sculptor Capital Management Inc - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5337564C4B302D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000N08GQ1", + "cik": "0001403256", + "lei": null + }, + { + "symbol": "SCVL", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Shoe Carnival, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5344443851582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BF4DG3", + "cik": "0000895447", + "lei": null + }, + { + "symbol": "SCVX", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "SCVX Corp - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4A564C3438322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00RDH3VF0", + "cik": "0001794717", + "lei": null + }, + { + "symbol": "SCVX+", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "SCVX Corp - Warrants (24/01/2025)", + "date": "2021-01-24", + "type": "wt", + "iexId": "IEX_5347523839532D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00S9ZVSD1", + "cik": "0001794717", + "lei": null + }, + { + "symbol": "SCVX=", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "SCVX Corp - Units (1 Ord Class A & 1/2 War)", + "date": "2021-01-24", + "type": null, + "iexId": "IEX_44353438564D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00R71DHH0", + "cik": "0001794717", + "lei": null + }, + { + "symbol": "SCWX", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "SecureWorks Corp - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4642365136482D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BVP714", + "cik": "0001468666", + "lei": null + }, + { + "symbol": "SCX", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "L.S. Starrett Co. - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4A4E53565A472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BSP8F4", + "cik": "0000093676", + "lei": null + }, + { + "symbol": "SCYX", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Scynexis Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_483647524D392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG002133YW4", + "cik": "0001178253", + "lei": "529900XBHFGMNTU70154" + }, + { + "symbol": "SCZ", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "BlackRock Institutional Trust Company N.A. - BTC iShares MSCI EAFE Sma", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4D4D4E3954562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000T1G7X6", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "SD", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Sandridge Energy Inc New", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5834305A324C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000RKR4R8", + "cik": "0001349436", + "lei": "W1MKPVGS6I5155L7VV67" + }, + { + "symbol": "SDC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Smiledirectclub Inc - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4A39374B37562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00PZZ94F4", + "cik": "0001775625", + "lei": null + }, + { + "symbol": "SDCI", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "USCF ETF Trust - USCF SummerHaven Dynamic Commodity Strategy No K-1 Fu", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4B39434D574B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00KTNSTC6", + "cik": "0001597389", + "lei": null + }, + { + "symbol": "SDD", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "ProShares Trust - ProShares UltraShort SmallCap600", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5737583630302D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BG5979", + "cik": "0001174610", + "lei": null + }, + { + "symbol": "SDEF", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Tidal ETF Trust - Sound Enhanced Fixed Income ETF", + "date": "2021-01-24", + "type": "et", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00YQ1FJK4", + "cik": "0001742912", + "lei": null + }, + { + "symbol": "SDEI", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Tidal ETF Trust - Sound Equity Income ETF", + "date": "2021-01-24", + "type": "et", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00YQ1FQM6", + "cik": "0001742912", + "lei": null + }, + { + "symbol": "SDEM", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Global X Funds - Global X MSCI SuperDividend Emerging Markets ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4242533050332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0089CYTT4", + "cik": "0001432353", + "lei": null + }, + { + "symbol": "SDG", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "iShares Trust - iShares MSCI Global Impact ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4758314A44352D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00CRHS620", + "cik": "0001006249", + "lei": null + }, + { + "symbol": "SDGA", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Impact Shares Trust I - Impact Shares Sustainable Development Goals Gl", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_54334A3546342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00M174WD5", + "cik": "0001722388", + "lei": null + }, + { + "symbol": "SDGR", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Schrodinger Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5239363639462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000T88BN2", + "cik": "0001490978", + "lei": null + }, + { + "symbol": "SDHY", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "PGIM Short Duration High Yield Opportunities Fund", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4E54525947542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00XTHQGW9", + "cik": "0001812923", + "lei": null + }, + { + "symbol": "SDIV", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Global X Funds - Global X SuperDividend ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4C583839354A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG001QVTV19", + "cik": "0001432353", + "lei": null + }, + { + "symbol": "SDOG", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "ALPS Advisors Inc - ALPS Sector Dividend Dogs ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_473644394C4D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0035HP6R0", + "cik": "0001376113", + "lei": null + }, + { + "symbol": "SDOW", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "ProShares Trust - ProShares UltraPro Short Dow30", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_473030324E512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000QBCTG2", + "cik": "0001174610", + "lei": null + }, + { + "symbol": "SDP", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "ProShares Trust - ProShares UltraShort Utilities", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4858324234352D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000QXK1Q5", + "cik": "0001174610", + "lei": null + }, + { + "symbol": "SDPI", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "Superior Drilling Products Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_444C534D4A352D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0069GVL73", + "cik": "0001600422", + "lei": "549300B6GMFCER6WX167" + }, + { + "symbol": "SDS", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "ProShares Trust - ProShares UltraShort S&P500", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_464E4E514A592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000PTJG39", + "cik": "0001174610", + "lei": null + }, + { + "symbol": "SDVY", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "First Trust Exchange-Traded Fund VI - First Trust SMID Cap Rising Divi", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4C47434E43582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00J3TCRL5", + "cik": "0001552740", + "lei": null + }, + { + "symbol": "SDY", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "SPDR Series Trust - SSgA SPDR Dividend ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4C4B584B42442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000KN18M3", + "cik": "0001064642", + "lei": null + }, + { + "symbol": "SE", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Sea Ltd - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_4D4730564D4E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00HTBWMG5", + "cik": "0001703399", + "lei": "529900OM6JLLW44YKI15" + }, + { + "symbol": "SEAC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Seachange International Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_524B344448332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000HF9SB4", + "cik": "0001019671", + "lei": "5299000DNT7FHOUI6489" + }, + { + "symbol": "SEAH", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Sports Entertainment Acquisition Corp - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_48355836584C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00XS6DZZ3", + "cik": "0001820852", + "lei": null + }, + { + "symbol": "SEAH+", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Sports Entertainment Acquisition Corp - Warrants (30/10/2025)", + "date": "2021-01-24", + "type": "wt", + "iexId": "IEX_465A46504D4A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00Y6GHMF0", + "cik": "0001820852", + "lei": null + }, + { + "symbol": "SEAH=", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Sports Entertainment Acquisition Corp - Units (1 Ord Share Class A & 1", + "date": "2021-01-24", + "type": null, + "iexId": "IEX_4A333736464B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00XCD1MN0", + "cik": "0001820852", + "lei": null + }, + { + "symbol": "SEAS", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "SeaWorld Entertainment Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4D44464B32572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG003RY97K2", + "cik": "0001564902", + "lei": "529900G0H4NV3IIK3269" + }, + { + "symbol": "SEB", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "Seaboard Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_535A4442314D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BSPWD3", + "cik": "0000088121", + "lei": "87Q3KOXT29OW9W9YPT70" + }, + { + "symbol": "SECO", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Secoo Holding Ltd - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_524A365856312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00HL2VKH7", + "cik": "0001633441", + "lei": "5493006YAK6ZHW3YPP89" + }, + { + "symbol": "SECT", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "Northern Lights Fund Trust IV - Main Sector Rotation ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_44374857485A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00HMJ98D5", + "cik": "0001644419", + "lei": null + }, + { + "symbol": "SEDG", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Solaredge Technologies Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4351593551542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0084BBZY6", + "cik": "0001419612", + "lei": "5493000K6Y58XXPDF853" + }, + { + "symbol": "SEE", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Sealed Air Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_525847364B422D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000C22QV7", + "cik": "0001012100", + "lei": "Q0M0CZB4YN6JZ65WXI09" + }, + { + "symbol": "SEED", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Origin Agritech Ltd.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5650593656442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000NBPMH5", + "cik": "0001321851", + "lei": "549300OF4O6676X0P611" + }, + { + "symbol": "SEEL", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Seelos Therapeutics Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_424753314C572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BZ9N90", + "cik": "0001017491", + "lei": "5493009HV8O6R1WGZ132" + }, + { + "symbol": "SEER", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Seer Inc - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00HPLTRR8", + "cik": "0001726445", + "lei": null + }, + { + "symbol": "SEF", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "ProShares Trust - ProShares Short Financials", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_513251314B4A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000G71638", + "cik": "0001174610", + "lei": null + }, + { + "symbol": "SEIC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "SEI Investments Co.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4E47565A4E442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BSQLT9", + "cik": "0000350894", + "lei": "5LJTIFADGZ6XH1RVOC11" + }, + { + "symbol": "SEIX", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Virtus ETF Trust II - Virtus Seix Senior Loan ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4A535A3943472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00NZW3S87", + "cik": "0001648403", + "lei": null + }, + { + "symbol": "SELB", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Selecta Biosciences Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4838385754332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG001J19Q25", + "cik": "0001453687", + "lei": "529900NMN0LACZOL7C43" + }, + { + "symbol": "SELF", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Global Self Storage Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5359445933332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BQDXP5", + "cik": "0001031235", + "lei": null + }, + { + "symbol": "SEM", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Select Medical Holdings Corporation", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4B57435050522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000QCHMH9", + "cik": "0001320414", + "lei": null + }, + { + "symbol": "SENEA", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Seneca Foods Corp. - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_534333564A582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000DQ1TN7", + "cik": "0000088948", + "lei": null + }, + { + "symbol": "SENEB", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Seneca Foods Corp. - Class B", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4A51595148362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000DQ35Z4", + "cik": "0000088948", + "lei": null + }, + { + "symbol": "SENS", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "Senseonics Holdings Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4A503053544C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00BR4Q8D7", + "cik": "0001616543", + "lei": "549300RCH6Z07TBHJ258" + }, + { + "symbol": "SEPZ", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "Listed Funds Trust - TrueShares Structured Outcome (September) ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4734545139442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00X032XM1", + "cik": "0001683471", + "lei": null + }, + { + "symbol": "SESN", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Sesen Bio Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_484432384B342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG001J2N453", + "cik": "0001485003", + "lei": "549300DGKHONOZQIY116" + }, + { + "symbol": "SF", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Stifel Financial Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_57375853334B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BSS5C0", + "cik": "0000720672", + "lei": "549300E5F07FE5GHJX84" + }, + { + "symbol": "SF-A", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Stifel Financial Corp. - 6.25% PRF PERPETUAL USD 25 - Ser A 1/40th Pfd", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_53503839584E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000720672", + "lei": "549300E5F07FE5GHJX84" + }, + { + "symbol": "SF-B", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Stifel Financial Corp. - 6.25% PRF PERPETUAL USD 25 - Ser B 1/1000 th ", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4839433637382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000720672", + "lei": "549300E5F07FE5GHJX84" + }, + { + "symbol": "SF-C", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Stifel Financial Corp. - 6.125% PRF PERPETUAL USD 25 - Ser C 1/1000th ", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_434B324A30322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000720672", + "lei": "549300E5F07FE5GHJX84" + }, + { + "symbol": "SFB", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Stifel Financial Corp. - 5.20% NT REDEEM 15/10/2047 USD 25", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4A4C565353472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000720672", + "lei": "549300E5F07FE5GHJX84" + }, + { + "symbol": "SFBC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Sound Financial Bancorp Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4D58515859342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BD3F92", + "cik": "0001541119", + "lei": null + }, + { + "symbol": "SFBS", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "ServisFirst Bancshares Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_463559534C502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000FB8PF8", + "cik": "0001430723", + "lei": null + }, + { + "symbol": "SFE", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Safeguard Scientifics, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4C384D32334E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BSSN13", + "cik": "0000086115", + "lei": "529900EX0PJO7T5RU995" + }, + { + "symbol": "SFET", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Safe-T Group Ltd - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_5448393652562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00GVM3KM9", + "cik": "0001725332", + "lei": null + }, + { + "symbol": "SFHY", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "WisdomTree Trust - WisdomTree U.S. Short-Term High Yield Corporate Bon", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4E46483752582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00CSKDQ24", + "cik": "0001350487", + "lei": null + }, + { + "symbol": "SFIG", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "WisdomTree Trust - WisdomTree U.S. Short-Term Corporate Bond Fund", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4C32544C46562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00CSKDZ33", + "cik": "0001350487", + "lei": null + }, + { + "symbol": "SFIX", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Stitch Fix Inc - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_50474D4857582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0046L1KL9", + "cik": "0001576942", + "lei": "549300TNHOVBOJZIYE72" + }, + { + "symbol": "SFL", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "SFL Corporation Ltd", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4E4A3247334B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BW22R0", + "cik": "0001289877", + "lei": "549300RLYYPSB0C7RH77" + }, + { + "symbol": "SFM", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Sprouts Farmers Market Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4353445439352D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG001KFKQM7", + "cik": "0001575515", + "lei": "529900P8F4G77Q52XE24" + }, + { + "symbol": "SFNC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Simmons First National Corp. - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_465A593251512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BSTBM5", + "cik": "0000090498", + "lei": "549300IVR5AJKUVOGN05" + }, + { + "symbol": "SFST", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Southern First Bancshares Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5052484347362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000C0C4Q5", + "cik": "0001090009", + "lei": null + }, + { + "symbol": "SFT", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Shift Technologies Inc - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5331544832542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00NHVH9D0", + "cik": "0001762322", + "lei": "5493000DBZBX1I1QVY71" + }, + { + "symbol": "SFTTW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Shift Technologies Inc - Warrants (22/09/2020)", + "date": "2021-01-15", + "type": "wt", + "iexId": "IEX_5852345351592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00P47NGV9", + "cik": "0001762322", + "lei": "5493000DBZBX1I1QVY71" + }, + { + "symbol": "SFTW", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Osprey Technology Acquisition Corp - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_513431584A592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00QRY6P33", + "cik": "0001753539", + "lei": null + }, + { + "symbol": "SFTW+", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Osprey Technology Acquisition Corp - Warrants (31/10/2024)", + "date": "2021-01-24", + "type": "wt", + "iexId": "IEX_5753583539542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00R2NP1J7", + "cik": "0001753539", + "lei": null + }, + { + "symbol": "SFTW=", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Osprey Technology Acquisition Corp - Units (1 Ord Class A & 1/2 Warr)", + "date": "2021-01-24", + "type": null, + "iexId": "IEX_524E503157382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00QKF1BP3", + "cik": "0001753539", + "lei": null + }, + { + "symbol": "SFUN", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Fang Holdings Ltd - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_484E343554392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0015QYC28", + "cik": "0001294404", + "lei": "549300CYSMDAD2JBUI20" + }, + { + "symbol": "SFY", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Tidal ETF Trust - SoFi Select 500 ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_444D4E4B54432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00NV84CX0", + "cik": "0001742912", + "lei": null + }, + { + "symbol": "SFYF", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Tidal ETF Trust - SoFi 50 ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5436343934382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00P33TVY7", + "cik": "0001742912", + "lei": null + }, + { + "symbol": "SFYX", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Tidal ETF Trust - SoFi Next 500 ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4B5835314B302D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00NV84F36", + "cik": "0001742912", + "lei": null + }, + { + "symbol": "SG", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Sirius International Insurance Group Ltd", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5434514C54382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00MGTQZC1", + "cik": "0001744894", + "lei": "5493006NDQTDF66CRF40" + }, + { + "symbol": "SGA", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Saga Communications, Inc. - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4639434342342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000F9R281", + "cik": "0000886136", + "lei": "5493002Y3CH8UXCS7Z64" + }, + { + "symbol": "SGAM", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Seaport Global Acquisition Corp - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00YG43J40", + "cik": "0001820201", + "lei": null + }, + { + "symbol": "SGAMW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Seaport Global Acquisition Corp - Warrants (30/11/2025)", + "date": "2021-01-24", + "type": "wt", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00YG4BJS5", + "cik": "0001820201", + "lei": null + }, + { + "symbol": "SGBX", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "SG Blocks Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_58463848504D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00G6C5KF5", + "cik": "0001023994", + "lei": "549300YU3PQ0R0U6EL17" + }, + { + "symbol": "SGC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Superior Group of Companies Inc..", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4344424230502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BSV7D1", + "cik": "0000095574", + "lei": "UOX145EEO0TB0ZWX2152" + }, + { + "symbol": "SGDJ", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Sprott Funds Trust. - Sprott Junior Gold Miners ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4D4853464B512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG008F5F4H1", + "cik": "0001728683", + "lei": null + }, + { + "symbol": "SGDM", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Sprott Funds Trust. - Sprott Gold Miners ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_52574A4E52352D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG006T1GR87", + "cik": "0001728683", + "lei": null + }, + { + "symbol": "SGEN", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Seagen Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4D4D535848312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BH0FR6", + "cik": "0001060736", + "lei": null + }, + { + "symbol": "SGG", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Barclays Bank PLC - ZC SP ETN REDEEM 23/01/2048 USD 50 - Ser B_SGGB", + "date": "2021-01-24", + "type": "struct", + "iexId": "IEX_51315A544C322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00JRY6Q37", + "cik": "0000312070", + "lei": "G5GSEF7VJP5I7OUK5573" + }, + { + "symbol": "SGH", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "SMART Global Holdings Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4350384B464A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00GLTQCX6", + "cik": "0001616533", + "lei": "529900RDGHQY8XKXPN14" + }, + { + "symbol": "SGLB", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Sigma Labs Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4B37564D4B532D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000N25B45", + "cik": "0000788611", + "lei": "549300P6RM6JOOD3H805" + }, + { + "symbol": "SGLBW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Sigma Labs Inc - Warrants (15/02/2022)", + "date": "2021-01-24", + "type": "wt", + "iexId": "IEX_444D565452372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00FZMDSG6", + "cik": "0000788611", + "lei": "549300P6RM6JOOD3H805" + }, + { + "symbol": "SGMA", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Sigmatron International Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4B47535A38572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BGJ4K0", + "cik": "0000915358", + "lei": "52990038RIWCDHP8G117" + }, + { + "symbol": "SGMO", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Sangamo Therapeutics Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4B36565454572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BHYT80", + "cik": "0001001233", + "lei": "2549006WMRKRC4G32Z67" + }, + { + "symbol": "SGMS", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Scientific Games Corporation", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4D46593557482D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000KDND59", + "cik": "0000750004", + "lei": "529900JXALYBOHXKFM62" + }, + { + "symbol": "SGOC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "SGOCO Group Ltd", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_434D3431304B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BT5RZ0", + "cik": "0001412095", + "lei": "529900V9GM18A5WVNQ34" + }, + { + "symbol": "SGOL", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Aberdeen Standard Investments ETF - Aberdeen Standard Physical Gold Sh", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4859363654312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BDHB87", + "cik": "0001597934", + "lei": null + }, + { + "symbol": "SGOV", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "iShares Trust - iShares 0-3 Month Treasury Bond ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_475051354A4A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00TZR7XN3", + "cik": "0001006249", + "lei": null + }, + { + "symbol": "SGRP", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Spar Group, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4330535739372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000KGQHC2", + "cik": "0001004989", + "lei": "529900GHU4LESX3IFN94" + }, + { + "symbol": "SGRY", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Surgery Partners Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_584A353754542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG009T0TKV8", + "cik": "0001638833", + "lei": "549300LC82HG33S19I03" + }, + { + "symbol": "SGTX", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Sigilon Therapeutics Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00HFX36D2", + "cik": "0001821323", + "lei": null + }, + { + "symbol": "SH", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "ProShares Trust - ProShares Short S&P500", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_565334465A462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000PNJHB1", + "cik": "0001174610", + "lei": null + }, + { + "symbol": "SHAG", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "WisdomTree Trust - WisdomTree Yield Enhanced U.S. Short-Term Aggregate", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_53484E4A484C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00GQ2TTR7", + "cik": "0001350487", + "lei": null + }, + { + "symbol": "SHAK", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Shake Shack Inc - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4A4E594A48472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0063GCHH8", + "cik": "0001620533", + "lei": "529900J74GJAHYP80N79" + }, + { + "symbol": "SHBI", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Shore Bancshares Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5038524357422D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BS3PL3", + "cik": "0001035092", + "lei": null + }, + { + "symbol": "SHC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Sotera Health Co", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_47564A344E422D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG008LZG0Z5", + "cik": "0001822479", + "lei": null + }, + { + "symbol": "SHE", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "SPDR Series Trust - SPDR SSGA Gender Diversity Index ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5351435854302D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00CDGPDZ9", + "cik": "0001064642", + "lei": null + }, + { + "symbol": "SHEN", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Shenandoah Telecommunications Co.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4256375A46582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BTC2N0", + "cik": "0000354963", + "lei": "549300XH3H4OUKFPHS84" + }, + { + "symbol": "SHG", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Shinhan Financial Group Co. Ltd. - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_5637304C4A372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BF95M8", + "cik": "0001263043", + "lei": "988400EB8A6G49E5KO54" + }, + { + "symbol": "SHI", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Sinopec Shanghai Petrochemical Co. Ltd. - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_584B543335582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BHR1H9", + "cik": "0000908732", + "lei": "5299008RZ0G8ACZ8ZU65" + }, + { + "symbol": "SHIP", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Seanergy Maritime Holdings Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4B474E4C30572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000RNPD67", + "cik": "0001448397", + "lei": "213800S7JIZA8FZXF245" + }, + { + "symbol": "SHIPW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Seanergy Maritime Holdings Corp - Warrants - Class A (07/12/2021)", + "date": "2021-01-24", + "type": "wt", + "iexId": "IEX_4459303842372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00FH38W02", + "cik": "0001448397", + "lei": "213800S7JIZA8FZXF245" + }, + { + "symbol": "SHIPZ", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Seanergy Maritime Holdings Corp - Warrants - Class B (09/05/2022)", + "date": "2021-01-24", + "type": "wt", + "iexId": "IEX_4237584246532D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00P47CM84", + "cik": "0001448397", + "lei": "213800S7JIZA8FZXF245" + }, + { + "symbol": "SHLD", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Victory Portfolios II - VictoryShares Protect America ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4B59305337542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00Y2J78J6", + "cik": "0001547580", + "lei": null + }, + { + "symbol": "SHLX", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Shell Midstream Partners L.P. - Unit", + "date": "2021-01-24", + "type": null, + "iexId": "IEX_44535157545A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG006NJXS29", + "cik": "0001610466", + "lei": "529900YZVDXMTV4XGE96" + }, + { + "symbol": "SHM", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "SPDR Series Trust - SPDR Nuveen Bloomberg Barclays Short Term Municipa", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_47474B3733332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000TJQLR2", + "cik": "0001064642", + "lei": null + }, + { + "symbol": "SHO", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Sunstone Hotel Investors Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_54425A5148582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000Q3TSJ1", + "cik": "0001295810", + "lei": "529900ZQ2V52V96ATF67" + }, + { + "symbol": "SHO-E", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Sunstone Hotel Investors Inc - 6.95% PRF PERPETUAL USD 25 - Ser E", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4C544C3051522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001295810", + "lei": "529900ZQ2V52V96ATF67" + }, + { + "symbol": "SHO-F", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Sunstone Hotel Investors Inc - 6.45% PRF PERPETUAL USD 25 - Ser F", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_5748474235432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001295810", + "lei": "529900ZQ2V52V96ATF67" + }, + { + "symbol": "SHOO", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Steven Madden Ltd.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_474D3247464C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BLV2Q3", + "cik": "0000913241", + "lei": "549300Z9GZ7GYJWSGF43" + }, + { + "symbol": "SHOP", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Shopify Inc - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5643305A37472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG008HBD923", + "cik": "0001594805", + "lei": "549300HGQ43STJLLP808" + }, + { + "symbol": "SHSP", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "SharpSpring Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4D59355648362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG001MB8553", + "cik": "0001506439", + "lei": "549300WOKT72TW5JRQ41" + }, + { + "symbol": "SHV", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "BlackRock Institutional Trust Company N.A. - BTC iShares Short Treasur", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5148465747592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000QN04L8", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "SHW", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Sherwin-Williams Co.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4743393639352D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BSXQV7", + "cik": "0000089800", + "lei": "Z15BMIOX8DDH0X2OBP21" + }, + { + "symbol": "SHY", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "BlackRock Institutional Trust Company N.A. - BTC iShares 1-3 Year Trea", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_57344B4A38512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000NTFYM5", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "SHYD", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "VanEck Vectors ETF Trust - VanEck Vectors Short High Yield Muni ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4647564453572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG005T08329", + "cik": "0000869178", + "lei": null + }, + { + "symbol": "SHYF", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Shyft Group Inc (The)", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_50374C314C372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BTDHV7", + "cik": "0000743238", + "lei": "549300YY0TB51BGRV994" + }, + { + "symbol": "SHYG", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "BlackRock Institutional Trust Company N.A. - BTC iShares 0-5 Year High", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5459525354422D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG005DW06C6", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "SHYL", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "DBX ETF Trust - Xtrackers Short Duration High Yield Bond ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5648445134572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00JQ1CRH6", + "cik": "0001503123", + "lei": null + }, + { + "symbol": "SI", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Silvergate Capital Corp - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4734475033582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00MMM95S7", + "cik": "0001312109", + "lei": "BPE6FTXDZEBNAGIT2T19" + }, + { + "symbol": "SIBN", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "SI-BONE Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4E56514357512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG001J414K6", + "cik": "0001459839", + "lei": "549300J8JGYVJJHV9C31" + }, + { + "symbol": "SIC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Select Interior Concepts Inc - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5231525A484E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00LPZYKF0", + "cik": "0001723866", + "lei": null + }, + { + "symbol": "SID", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Companhia Siderurgica Nacional - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_5248305034462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000JM98S3", + "cik": "0001048179", + "lei": "529900K40TEND42S0T46" + }, + { + "symbol": "SIEB", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Siebert Financial Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_51335A3633342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BGJYL3", + "cik": "0000065596", + "lei": null + }, + { + "symbol": "SIEN", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Sientra Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4C3237434B4D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0019L4L46", + "cik": "0001551693", + "lei": "5493006T0OLHI64MOG63" + }, + { + "symbol": "SIF", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "SIFCO Industries Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_53354C43475A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BSYVL6", + "cik": "0000090168", + "lei": "549300DGPYFSWVYAMD66" + }, + { + "symbol": "SIFY", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Sify Technologies Limited - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_4D47334E394D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000C36XH2", + "cik": "0001094324", + "lei": null + }, + { + "symbol": "SIG", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Signet Jewelers Ltd", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_514438574B5A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000C4ZZ10", + "cik": "0000832988", + "lei": "549300N3XPGE91WV7M22" + }, + { + "symbol": "SIGA", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "SIGA Technologies Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_48363732474C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BKXWV1", + "cik": "0001010086", + "lei": null + }, + { + "symbol": "SIGI", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Selective Insurance Group Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4A4657364C302D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BSZ738", + "cik": "0000230557", + "lei": "549300R3WGJWLE40R258" + }, + { + "symbol": "SIGIP", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Selective Insurance Group Inc. - 4.60% PRF PERPETUAL USD 25 - 1/1000 I", + "date": "2021-01-24", + "type": "ps", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000230557", + "lei": "549300R3WGJWLE40R258" + }, + { + "symbol": "SII", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Sprott Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4D585650324E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000VX8S02", + "cik": "0001512920", + "lei": "254900QHJAD5TP2JNM15" + }, + { + "symbol": "SIJ", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "ProShares Trust - ProShares UltraShort Industrials", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5248333831562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000QXH544", + "cik": "0001174610", + "lei": null + }, + { + "symbol": "SIL", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Global X Funds - Global X Silver Miners ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_545036574A502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BW4G60", + "cik": "0001432353", + "lei": null + }, + { + "symbol": "SILC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Silicom Ltd", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4850313156422D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BGVDM4", + "cik": "0000916793", + "lei": "529900711TW6GY85XW07" + }, + { + "symbol": "SILJ", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "ETF Managers Group LLC - ETFMG Prime Junior Silver Miners ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5842383053382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG003NYHKF4", + "cik": "0001645173", + "lei": null + }, + { + "symbol": "SILK", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Silk Road Medical Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_515850374E4C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0026ZJRY4", + "cik": "0001397702", + "lei": "549300VL8KC0ZPDQHE14" + }, + { + "symbol": "SILV", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "SilverCrest Metals Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4E5142574B4E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00B9JN9J9", + "cik": "0001659520", + "lei": "549300M4CUMXUHSXYQ10" + }, + { + "symbol": "SIM", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "Grupo Simec S.A.B. de C.V. - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_5051433438342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BG80W7", + "cik": "0000887153", + "lei": "529900LCYCXPA0TZEU09" + }, + { + "symbol": "SIMO", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Silicon Motion Technology Corp - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_4D4839474A352D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000GT7XY1", + "cik": "0001329394", + "lei": "5299005RBVBZQJTYFC89" + }, + { + "symbol": "SIMS", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "SPDR Series Trust - SPDR S&P Kensho Intelligent Structures ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4B525A4342462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00JHNY9Z4", + "cik": "0001064642", + "lei": null + }, + { + "symbol": "SINA", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Sina Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5242474C31302D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000CJZ2W6", + "cik": "0001094005", + "lei": "549300ICDICMKPZEUY61" + }, + { + "symbol": "SINO", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Sino-Global Shipping America Ltd", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4232464A35302D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000FYWZ32", + "cik": "0001422892", + "lei": "529900WGYD5BTM777Z32" + }, + { + "symbol": "SINT", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "SINTX Technologies Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4E4C3442314D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000QVHQW1", + "cik": "0001269026", + "lei": "549300DWWSMS2K42ZP12" + }, + { + "symbol": "SIOX", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Sio Gene Therapies Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4B3254334B442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG008NVGW00", + "cik": "0001636050", + "lei": "529900F0GBLJ6D003G43" + }, + { + "symbol": "SIRI", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Sirius XM Holdings Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4838504734382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BT0093", + "cik": "0000908937", + "lei": "54930055RWDMVXAGZK98" + }, + { + "symbol": "SITC", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "SITE Centers Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4C5A424235482D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BGZ832", + "cik": "0000894315", + "lei": "W2AVA6SODOQ1LCYJQR54" + }, + { + "symbol": "SITC-A", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "SITE Centers Corp - 6.375% PRF PERPETUAL USD 25 - Cls A 1/20th Int", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4B54303256362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000894315", + "lei": "W2AVA6SODOQ1LCYJQR54" + }, + { + "symbol": "SITC-K", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "SITE Centers Corp - 6.25% PRF PERPETUAL USD 25 - Cls K", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_574A47374E582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000894315", + "lei": "W2AVA6SODOQ1LCYJQR54" + }, + { + "symbol": "SITE", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "SiteOne Landscape Supply Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4E344359425A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG009T22D49", + "cik": "0001650729", + "lei": "5299008LX7SBD4HIAU03" + }, + { + "symbol": "SITM", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "SiTime Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4B42344352462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00QNSY1H7", + "cik": "0001451809", + "lei": null + }, + { + "symbol": "SIVB", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "SVB Financial Group", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4B3859524E542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BT0CM2", + "cik": "0000719739", + "lei": "549300D2KJ20JMXE7542" + }, + { + "symbol": "SIVBP", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "SVB Financial Group - 5.25% PRF PERPETUAL USD 25 - 1/40th Int Ser A", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_57485A4242302D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000719739", + "lei": "549300D2KJ20JMXE7542" + }, + { + "symbol": "SIVR", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Aberdeen Standard Investments ETF - Aberdeen Standard Physical Silver ", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4E5A515251312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000NK15L3", + "cik": "0001597934", + "lei": null + }, + { + "symbol": "SIX", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Six Flags Entertainment Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5042334737592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000F4W0M4", + "cik": "0000701374", + "lei": "549300JYTDUAA4JQ3717" + }, + { + "symbol": "SIXA", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Exchange Traded Concepts Trust - 6 Meridian Mega Cap Equity ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_475744444D582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00TQVP0W6", + "cik": "0001452937", + "lei": "549300MLI82YH9HOGS11" + }, + { + "symbol": "SIXH", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Exchange Traded Concepts Trust - 6 Meridian Hedged Equity-Index Option", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4242523858312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00TQWHCD8", + "cik": "0001452937", + "lei": "549300MLI82YH9HOGS11" + }, + { + "symbol": "SIXL", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Exchange Traded Concepts Trust - 6 Meridian Low Beta Equity Strategy E", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_523638504B432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00TQKT4J3", + "cik": "0001452937", + "lei": "549300MLI82YH9HOGS11" + }, + { + "symbol": "SIXS", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Exchange Traded Concepts Trust - 6 Meridian Small Cap Equity ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4D51445836392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00TQW5K70", + "cik": "0001452937", + "lei": "549300MLI82YH9HOGS11" + }, + { + "symbol": "SIZE", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "BlackRock Institutional Trust Company N.A. - BTC iShares MSCI USA Size", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4837303751462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG004FPV8F1", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "SJ", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Scienjoy Holding Corporation", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4D38335647532D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00N2Y03K3", + "cik": "0001753673", + "lei": null + }, + { + "symbol": "SJB", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "ProShares Trust - ProShares Short High Yield", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4C354A5247422D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG001KY32D8", + "cik": "0001174610", + "lei": null + }, + { + "symbol": "SJI", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "South Jersey Industries Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5656424853392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BT0T72", + "cik": "0000091928", + "lei": "549300DJYWYT5VXLFA46" + }, + { + "symbol": "SJM", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "J.M. Smucker Co.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4650544A564B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BT1715", + "cik": "0000091419", + "lei": "5493000WDH6A0LHDJD55" + }, + { + "symbol": "SJNK", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "SPDR Series Trust - SPDR Bloomberg Barclays Short Term High Yield Bond", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5253585832522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG002QLYC88", + "cik": "0001064642", + "lei": null + }, + { + "symbol": "SJR", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Shaw Communications Inc. - Class B", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_463832504E582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BBP6J1", + "cik": "0000932872", + "lei": "549300SCT0RG6178CI40" + }, + { + "symbol": "SJT", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "San Juan Basin Royalty Trust - Unit", + "date": "2021-01-24", + "type": null, + "iexId": "IEX_444C525442532D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BT1MR4", + "cik": "0000319655", + "lei": null + }, + { + "symbol": "SJW", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "SJW Group", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_533444585A532D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BT1ZY7", + "cik": "0000766829", + "lei": null + }, + { + "symbol": "SKF", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "ProShares Trust - ProShares UltraShort Financials", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5644593247462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000QXGKF0", + "cik": "0001174610", + "lei": null + }, + { + "symbol": "SKLZ", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Skillz Inc - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00RQ732B6", + "cik": "0001801661", + "lei": null + }, + { + "symbol": "SKLZ+", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Skillz Inc - Warrants (26/02/2027)", + "date": "2021-01-24", + "type": "wt", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00TGKG9N2", + "cik": "0001801661", + "lei": null + }, + { + "symbol": "SKM", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "SK Telecom Co Ltd - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_524347384B542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BLN497", + "cik": "0001015650", + "lei": "9884003WEA1PHW006037" + }, + { + "symbol": "SKOR", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "FlexShares Trust - FlexShares Credit-Scored US Corporate Bond Index Fu", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4C5A4E5450562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG007J2RFB4", + "cik": "0001256909", + "lei": null + }, + { + "symbol": "SKT", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Tanger Factory Outlet Centers, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_51484242514D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000D2JB50", + "cik": "0000899715", + "lei": "UKEW8YSXE4Y581KYOL30" + }, + { + "symbol": "SKX", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Skechers U S A, Inc. - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4636585743392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000C4HKK2", + "cik": "0001065837", + "lei": "529900D2R54KZPA4XR56" + }, + { + "symbol": "SKY", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Skyline Champion Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4232473130432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BT2TP0", + "cik": "0000090896", + "lei": null + }, + { + "symbol": "SKYU", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "ProShares Trust - ProShares Ultra Nasdaq Cloud Computing ETF", + "date": "2021-01-24", + "type": "et", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00YZ647N8", + "cik": "0001174610", + "lei": null + }, + { + "symbol": "SKYW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Skywest Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5151313634502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BT36X0", + "cik": "0000793733", + "lei": "529900UYS2KGS6Z42P09" + }, + { + "symbol": "SKYY", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "First Trust Exchange-Traded Fund III - First Trust Cloud Computing ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4E4251444A562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG001VDB4Z5", + "cik": "0001424212", + "lei": null + }, + { + "symbol": "SLAB", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Silicon Laboratories Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4D4C4D36474C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BB99S3", + "cik": "0001038074", + "lei": "4PRDF8Q9TDHRVZKZSZ47" + }, + { + "symbol": "SLB", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Schlumberger Ltd.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_424A324852562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BT41Q8", + "cik": "0000087347", + "lei": "213800ZUA17OK3QLGM62" + }, + { + "symbol": "SLCA", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "U.S. Silica Holdings Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5750345636442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG001XJRMF5", + "cik": "0001524741", + "lei": "529900HOXGPM9F75C193" + }, + { + "symbol": "SLCT", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Select Bancorp Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_444D534751482D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000CCS730", + "cik": "0001263762", + "lei": null + }, + { + "symbol": "SLDB", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Solid Biosciences Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4E31444D35372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00JN4FXG8", + "cik": "0001707502", + "lei": null + }, + { + "symbol": "SLF", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Sun Life Financial, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_52324A464C302D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000LRMSB8", + "cik": "0001097362", + "lei": "549300V040JZX5S66Z78" + }, + { + "symbol": "SLG", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "SL Green Realty Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_47354D3139562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BVP5P2", + "cik": "0001040971", + "lei": "549300VQZPJU97H3GT17" + }, + { + "symbol": "SLG-I", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "SL Green Realty Corp. - 6.50% PRF PERPETUAL USD 25 - Ser I", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_5656384351392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001040971", + "lei": "549300VQZPJU97H3GT17" + }, + { + "symbol": "SLGG", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Super League Gaming Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4C34525644462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG009XZYH65", + "cik": "0001621672", + "lei": "549300WQTSJRTPRU5C77" + }, + { + "symbol": "SLGL", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Sol-Gel Technologies Ltd", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4B38335452302D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00HLD5HL4", + "cik": "0001684693", + "lei": "5493003J2SQF7YM0BK11" + }, + { + "symbol": "SLGN", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Silgan Holdings Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4D4E575433562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BPDDB6", + "cik": "0000849869", + "lei": "KAF673KJXD92C8KSLU49" + }, + { + "symbol": "SLM", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "SLM Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_54374347444B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BBCQD7", + "cik": "0001032033", + "lei": "4K8SLPBF5DXXGPW03H93" + }, + { + "symbol": "SLMBP", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "SLM Corp. - FR PRF PERPETUAL USD 100 - Ser B", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4D424D374A572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001032033", + "lei": "4K8SLPBF5DXXGPW03H93" + }, + { + "symbol": "SLN", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Silence Therapeutics Plc - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_50584B5058372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00WVTHPN2", + "cik": "0001479615", + "lei": "213800SSURRJBX85SQ91" + }, + { + "symbol": "SLNO", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Soleno Therapeutics Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4738363958502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0024L5B86", + "cik": "0001484565", + "lei": "5493003LCY77N7FXK844" + }, + { + "symbol": "SLP", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Simulations Plus Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_424E464D474E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BS2ZD1", + "cik": "0001023459", + "lei": null + }, + { + "symbol": "SLQD", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "BlackRock Institutional Trust Company N.A. - BTC iShares 0-5 Year Inve", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_50564C4E37512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG005DW0477", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "SLQT", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "SelectQuote Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5636444332462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000GTP1B6", + "cik": "0001794783", + "lei": "549300BV28BWDIN9SP24" + }, + { + "symbol": "SLRC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Solar Capital Ltd", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5830565448322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000V86JM5", + "cik": "0001418076", + "lei": "BJOT6DX9ML6BR3Z0O636" + }, + { + "symbol": "SLRX", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Salarius Pharmaceuticals Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4B5638564E482D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00740LLD5", + "cik": "0001615219", + "lei": "549300CLUMLZXIHU7X22" + }, + { + "symbol": "SLS", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "SELLAS Life Sciences Group Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4D39463254342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000VC77H7", + "cik": "0001390478", + "lei": "549300VZIH50VYURLQ98" + }, + { + "symbol": "SLT", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "ETF Series Solutions Trust - Pacer Salt High truBeta US Market ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4653443031532D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00KXKPQL6", + "cik": "0001540305", + "lei": null + }, + { + "symbol": "SLV", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "BlackRock Institutional Trust Company N.A. - BTC iShares Silver Trust", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5156533136482D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000NDCRW7", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "SLVO", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Credit Suisse AG Nassau Branch - FR SP ETN REDEEM 21/04/2033 USD 20", + "date": "2021-01-24", + "type": "struct", + "iexId": "IEX_50424D3537512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG004FLCL44", + "cik": null, + "lei": null + }, + { + "symbol": "SLVP", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "BlackRock Institutional Trust Company N.A. - BTC iShares MSCI Global S", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4E53563336482D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG002GKRDP8", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "SLX", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "VanEck Vectors ETF Trust - VanEck Vectors Steel ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_544B544D4E532D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000Q54VZ8", + "cik": "0000869178", + "lei": null + }, + { + "symbol": "SLY", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "SPDR Series Trust - SSgA SPDR S&P 600 Small Cap ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_42434C3836352D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000KMRJ98", + "cik": "0001064642", + "lei": null + }, + { + "symbol": "SLYG", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "SPDR Series Trust - SSgA SPDR S&P 600 Small Cap Growth ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5744485835592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000C9N206", + "cik": "0001064642", + "lei": null + }, + { + "symbol": "SLYV", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "SPDR Series Trust - SSqA SPDR S&P 600 Small Cap Value ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5257485850562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000C8RKV0", + "cik": "0001064642", + "lei": null + }, + { + "symbol": "SM", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "SM Energy Co", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4A51584A36322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BFV115", + "cik": "0000893538", + "lei": "84BUTVXV5ODI6BXNMH43" + }, + { + "symbol": "SMAR", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Smartsheet Inc - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5030334E544D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00GQK3WB5", + "cik": "0001366561", + "lei": "549300N9WF42OK9VL589" + }, + { + "symbol": "SMB", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "VanEck Vectors ETF Trust - VanEck Vectors Short Muni ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4230353733312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000R24QP6", + "cik": "0000869178", + "lei": null + }, + { + "symbol": "SMBC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Southern Missouri Bancorp, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_424D48394B342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000C3ZNH2", + "cik": "0000916907", + "lei": null + }, + { + "symbol": "SMBK", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "SmartFinancial Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5851425751312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BP08R4", + "cik": "0001038773", + "lei": null + }, + { + "symbol": "SMCI", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Super Micro Computer Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5054573536472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000MYZDJ3", + "cik": "0001375365", + "lei": "54930022CZO1N2UGVW07" + }, + { + "symbol": "SMCP", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Alphamark advisors LLC - AlphaMark Actively Managed Small Cap ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_584D435043302D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG008KF7758", + "cik": "0001348183", + "lei": null + }, + { + "symbol": "SMDD", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "ProShares Trust - ProShares UltraPro Short MidCap400", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4E4654574B442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000QBDMZ5", + "cik": "0001174610", + "lei": null + }, + { + "symbol": "SMDV", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "ProShares Trust - ProShares Russell 2000 Div Growers ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_575A5638545A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0081VG5Z5", + "cik": "0001174610", + "lei": null + }, + { + "symbol": "SMDY", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Syntax ETF Trust - Syntax Stratified MidCap ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_545343394C432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00RDKCV90", + "cik": "0001580843", + "lei": null + }, + { + "symbol": "SMED", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Sharps Compliance Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_505935324C332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000FVFCC8", + "cik": "0000898770", + "lei": null + }, + { + "symbol": "SMEZ", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "SSgA Active Trust - SSgA SPDR EURO STOXX Small Cap ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4447374A44522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG006LCRR70", + "cik": "0001516212", + "lei": "549300PQC2CS3IA6B871" + }, + { + "symbol": "SMFG", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Sumitomo Mitsui Financial Group Inc - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_4E51504C43322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000PMKCQ6", + "cik": "0001022837", + "lei": "35380028MYWPB6AUO129" + }, + { + "symbol": "SMG", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Scotts Miracle-Gro Company - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4B423353434D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BT5PG5", + "cik": "0000825542", + "lei": "2TH9E0JTOUXOEGI2R879" + }, + { + "symbol": "SMH", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "VanEck Vectors ETF Trust - VanEck Vectors Semiconductor ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4242365639432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BV7ZQ5", + "cik": "0000869178", + "lei": null + }, + { + "symbol": "SMHB", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "UBS AG London Branch - FR SP ETRACS REDEEM 10/11/2048 USD 25 - Ser B", + "date": "2021-01-24", + "type": "struct", + "iexId": "IEX_5131325059502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00MJ41563", + "cik": "0001168525", + "lei": null + }, + { + "symbol": "SMHI", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "SEACOR Marine Holdings Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4D595730434C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00BKY9L66", + "cik": "0001690334", + "lei": "5493003LNKFW1W43N030" + }, + { + "symbol": "SMID", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Smith-Midland Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4E344A5836302D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000FYWS74", + "cik": "0000924719", + "lei": null + }, + { + "symbol": "SMIN", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "BlackRock Institutional Trust Company N.A. - BTC iShares MSCI India Sm", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4E354A3150392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG002DMN4P1", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "SMIT", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Schmitt Industries Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_44564D3035302D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BWH6C1", + "cik": "0000922612", + "lei": "5299003BMFILFJNCJG46" + }, + { + "symbol": "SMLF", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "BlackRock Institutional Trust Company N.A. - BTC iShares MSCI USA Smal", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4B5135484D562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG008LP6CJ0", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "SMLP", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Summit Midstream Partners LP - Unit", + "date": "2021-01-24", + "type": null, + "iexId": "IEX_44484435544D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG003B91XR8", + "cik": "0001549922", + "lei": null + }, + { + "symbol": "SMLV", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "SPDR Series Trust - SPDR SSGA US Small Cap Low Volatility Index ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4A57334254592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0045LCCN4", + "cik": "0001064642", + "lei": null + }, + { + "symbol": "SMM", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Salient Midstream & MLP Fund", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_505932464A4D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG002WD8RV9", + "cik": "0001534293", + "lei": "5493004WQSDUD0W6BV62" + }, + { + "symbol": "SMMC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "South Mountain Merger Corp - Class A", + "date": "2021-01-13", + "type": "cs", + "iexId": "IEX_534A4A4350532D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00PV4MRF1", + "cik": "0001774155", + "lei": "549300K51KDPS5MBVB54" + }, + { + "symbol": "SMMCW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "South Mountain Merger Corp - Warrants (20/06/2024)", + "date": "2021-01-13", + "type": "wt", + "iexId": "IEX_5433504A53392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00PV4Q0L9", + "cik": "0001774155", + "lei": "549300K51KDPS5MBVB54" + }, + { + "symbol": "SMMD", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "BlackRock Institutional Trust Company N.A. - iShares Russell 2500 ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4C534B464E382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00H31MHY7", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "SMMF", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Summit Financial Group Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_51523538304C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000DLWWK0", + "cik": "0000811808", + "lei": null + }, + { + "symbol": "SMMT", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Summit Therapeutics Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5056334B5A312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00X3GQL76", + "cik": "0001599298", + "lei": null + }, + { + "symbol": "SMMU", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Pimco Exchange Traded Fund - PIMCO Short Term Municipal Bond Active Ex", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5839543034362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000Q8VW08", + "cik": "0001450011", + "lei": null + }, + { + "symbol": "SMMV", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "iShares Trust - iShares MSCI USA Small-Cap Min Vol Factor ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4C3635484D432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00DRM2VV8", + "cik": "0001006249", + "lei": null + }, + { + "symbol": "SMN", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "ProShares Trust - ProShares UltraShort Basic Materials", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4E4B38464E382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000QXJD09", + "cik": "0001174610", + "lei": null + }, + { + "symbol": "SMOG", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "VanEck Vectors ETF Trust - VanEck Vectors Low Carbon Energy ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4D3251444C332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000R18YM0", + "cik": "0000869178", + "lei": null + }, + { + "symbol": "SMP", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Standard Motor Products, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_574D354D46592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BT68C6", + "cik": "0000093389", + "lei": "THGK1EO5B5HK0JHQVZ90" + }, + { + "symbol": "SMPL", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Simply Good Foods Co", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_42305A434B342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00GVP5JL4", + "cik": "0001702744", + "lei": null + }, + { + "symbol": "SMSI", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Smith Micro Software, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_54384D5A534E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BGWD61", + "cik": "0000948708", + "lei": "549300YR8UTB5CX2B814" + }, + { + "symbol": "SMTC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Semtech Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5758434B58432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000DBKR53", + "cik": "0000088941", + "lei": "549300J7WUY317SW6O61" + }, + { + "symbol": "SMTI", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Sanara MedTech Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_424C39545A582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000KLGDZ6", + "cik": "0000714256", + "lei": null + }, + { + "symbol": "SMTS", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "Sierra Metals Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4856505158362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000MLJB85", + "cik": "0001705259", + "lei": "9676001YCHZE7AT8VA50" + }, + { + "symbol": "SMTX", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "SMTC Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5247545834302D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000CW95S4", + "cik": "0001108320", + "lei": "529900BD2UT6JMJ7XL27" + }, + { + "symbol": "SNA", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Snap-on, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4458573834592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BT7JW9", + "cik": "0000091440", + "lei": "HHWAT5TDOYZMM26KKQ73" + }, + { + "symbol": "SNAP", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Snap Inc - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4E4346465A592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00441QMJ7", + "cik": "0001564408", + "lei": "549300JNC0L6VP8A2Q35" + }, + { + "symbol": "SNBP", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Sun BioPharma Inc", + "date": "2020-12-02", + "type": "cs", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000CZCGG2", + "cik": "0001029125", + "lei": "549300QM7HB5DN00PI52" + }, + { + "symbol": "SNBR", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Sleep Number Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_564C43594A582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000DM2BF3", + "cik": "0000827187", + "lei": "529900W0TZQLBT2DSS66" + }, + { + "symbol": "SNCA", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Seneca Biopharma Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_433442334D522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000QG4DJ2", + "cik": "0001357459", + "lei": "549300W6LIDX3I5XXT34" + }, + { + "symbol": "SNCR", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Synchronoss Technologies Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_56574B31434A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000Q4SFZ0", + "cik": "0001131554", + "lei": "5493007Z5J8Z2TA76376" + }, + { + "symbol": "SND", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Smart Sand Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4B54305330512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG004P1F656", + "cik": "0001529628", + "lei": "549300JISW1T66DVOK23" + }, + { + "symbol": "SNDE", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ - ALL MARKETS", + "name": "Sundance Energy Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4C59383546572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00QS5QJL7", + "cik": "0001326089", + "lei": "5493002LW4GOXJ3JMH25" + }, + { + "symbol": "SNDL", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Sundial Growers Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_42354C3833382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00PNJJW42", + "cik": "0001766600", + "lei": "549300O3OT13PHMLHI97" + }, + { + "symbol": "SNDR", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Schneider National Inc - Class B", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4C364639444C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000DR87M7", + "cik": "0001692063", + "lei": "529900V6GZ6G6E3BLV72" + }, + { + "symbol": "SNDX", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Syndax Pharmaceuticals Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4454463852352D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000R33JY1", + "cik": "0001395937", + "lei": "529900OF94TRHKZVBS87" + }, + { + "symbol": "SNE", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Sony Corporation. - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_5258473850442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BT7ZK6", + "cik": "0000313838", + "lei": "529900R5WX9N2OI2N910" + }, + { + "symbol": "SNES", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "SenesTech Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4642485242572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG002VBFQL9", + "cik": "0001680378", + "lei": "549300YVNQPK8VJ8TT73" + }, + { + "symbol": "SNEX", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "StoneX Group Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4657484C4D532D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BB1VJ2", + "cik": "0000913760", + "lei": "549300JUF07L8VF02M60" + }, + { + "symbol": "SNFCA", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Security National Financial Corp. - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4D47335146502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000C3JXB4", + "cik": "0000318673", + "lei": null + }, + { + "symbol": "SNGX", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Soligenix Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_535A445258312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000FVMHG5", + "cik": "0000812796", + "lei": "549300MN2EF9LQHLT817" + }, + { + "symbol": "SNGXW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Soligenix Inc - Warrants (07/12/2021)", + "date": "2021-01-24", + "type": "wt", + "iexId": "IEX_46475753544B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00FGYJJZ4", + "cik": "0000812796", + "lei": "549300MN2EF9LQHLT817" + }, + { + "symbol": "SNLN", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Highland Capital Management Fund Advisors L.P - Highland/iBoxx Senior ", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_483952334C322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG003LP0S93", + "cik": "0001469877", + "lei": null + }, + { + "symbol": "SNMP", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "Sanchez Midstream Partners LP - Unit", + "date": "2021-01-24", + "type": null, + "iexId": "IEX_56314C3746372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000KXC7W0", + "cik": "0001362705", + "lei": "5493000RH9UU7FNOTR74" + }, + { + "symbol": "SNN", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Smith & Nephew plc - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_5056575751372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000C2W4K5", + "cik": "0000845982", + "lei": "213800ZTMDN8S67S1H61" + }, + { + "symbol": "SNOA", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Sonoma Pharmaceuticals Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_42324A54395A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000M75YR0", + "cik": "0001367083", + "lei": "54930008C5Z4F02SWO71" + }, + { + "symbol": "SNOW", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Snowflake Inc - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4A57573854522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG007DHGNJ4", + "cik": "0001640147", + "lei": "254900CJNSY1K7T53Z16" + }, + { + "symbol": "SNP", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "China Petroleum & Chemical Corp - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_5334384C51512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000LW7T13", + "cik": "0001123658", + "lei": "529900A2OB24EZ5B3J19" + }, + { + "symbol": "SNPE", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "DBX ETF Trust - Xtrackers S&P 500 ESG ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4C314E3937542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00PK99P07", + "cik": "0001503123", + "lei": null + }, + { + "symbol": "SNPR", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Tortoise Acquisition Corp II - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5057484C4E312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00XZCBWZ1", + "cik": "0001819584", + "lei": null + }, + { + "symbol": "SNPR+", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Tortoise Acquisition Corp II - Warrants(14/06/2027)", + "date": "2021-01-24", + "type": "wt", + "iexId": "IEX_4253475037382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00XZCFTS2", + "cik": "0001819584", + "lei": null + }, + { + "symbol": "SNPR=", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Tortoise Acquisition Corp II - Units (1 Ord Share Class A & 1/4 War)", + "date": "2021-01-24", + "type": null, + "iexId": "IEX_57424D3139322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00WXXM247", + "cik": "0001819584", + "lei": null + }, + { + "symbol": "SNPS", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Synopsys, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4350435630592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BSFRF3", + "cik": "0000883241", + "lei": "QG7T915N9S0NY5UKNE63" + }, + { + "symbol": "SNR", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "New Senior Investment Group Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5335505A57572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG006NBCCW1", + "cik": "0001610114", + "lei": "549300H8A719CGNNEW69" + }, + { + "symbol": "SNSR", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Global X Funds - Global X Funds Global X Internet of Things ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_515A5847534E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00DSB6FH8", + "cik": "0001432353", + "lei": null + }, + { + "symbol": "SNSS", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Sunesis Pharmaceuticals Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_56314B3236342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BFG2V7", + "cik": "0001061027", + "lei": "549300O5S543GE2D9G67" + }, + { + "symbol": "SNUG", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Alpha Architect Etf Trust - Merlyn.AI Tactical Growth and Income ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4A38433046512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00RYNLTD1", + "cik": "0001592900", + "lei": null + }, + { + "symbol": "SNV", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Synovus Financial Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4A4B374A4A582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BLNZL4", + "cik": "0000018349", + "lei": "549300EIUS8UN5JTLE54" + }, + { + "symbol": "SNV-D", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Synovus Financial Corp. - FXDFR PRF PERPETUAL USD 25 - Ser D", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4337584A535A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000018349", + "lei": "549300EIUS8UN5JTLE54" + }, + { + "symbol": "SNV-E", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Synovus Financial Corp. - FXDFR PRF PERPETUAL USD 25 - Ser E", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4E573252514A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000018349", + "lei": "549300EIUS8UN5JTLE54" + }, + { + "symbol": "SNX", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Synnex Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4A4A384D48562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000CL9JV4", + "cik": "0001177394", + "lei": "5493004HI6PFLF46NS53" + }, + { + "symbol": "SNX#", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Synnex Corp - When Issued - Nov 2020", + "date": "2020-11-30", + "type": null, + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00Y2J6TJ1", + "cik": "0001177394", + "lei": "5493004HI6PFLF46NS53" + }, + { + "symbol": "SNY", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Sanofi - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_4330535435352D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BBD5N1", + "cik": "0001121404", + "lei": "549300E9PC51EN656011" + }, + { + "symbol": "SO", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Southern Company", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_58474644484E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BT9DW0", + "cik": "0000092122", + "lei": "549300FC3G3YU2FBZD92" + }, + { + "symbol": "SOAC", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Sustainable Opportunities Acquisition Corp - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4739354636542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00SMMWMM7", + "cik": "0001798562", + "lei": null + }, + { + "symbol": "SOAC+", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Sustainable Opportunities Acquisition Corp - Warrants (01/01/9999)", + "date": "2021-01-24", + "type": "wt", + "iexId": "IEX_4A4D56324A572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00VJ0KXH7", + "cik": "0001798562", + "lei": null + }, + { + "symbol": "SOAC=", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Sustainable Opportunities Acquisition Corp - Units (1 Ord Class A & 1/", + "date": "2021-01-24", + "type": null, + "iexId": "IEX_5658584B51502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00SK8K1F7", + "cik": "0001798562", + "lei": null + }, + { + "symbol": "SOCL", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Global X Funds - Global X Social Media ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_484B344C36442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00283C2R3", + "cik": "0001432353", + "lei": null + }, + { + "symbol": "SOGO", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Sogou Inc - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_4659565256332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00HZ3TZ53", + "cik": "0001713947", + "lei": "549300WNVDJ6CR8AY837" + }, + { + "symbol": "SOHO", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Sotherly Hotels Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_51544E395A582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000M65CM5", + "cik": "0001301236", + "lei": "549300IYTT21F61LSR10" + }, + { + "symbol": "SOHOB", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Sotherly Hotels Inc - 8% PRF PERPETUAL USD 25 - Ser B", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_5656334659392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001301236", + "lei": "549300IYTT21F61LSR10" + }, + { + "symbol": "SOHON", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Sotherly Hotels Inc - 8.25% PRF PERPETUAL USD 25 - Ser D", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4A44474C594D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001301236", + "lei": "549300IYTT21F61LSR10" + }, + { + "symbol": "SOHOO", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Sotherly Hotels Inc - 7.875% PRF PERPETUAL USD 25 - Ser C", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4B39354A36542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001301236", + "lei": "549300IYTT21F61LSR10" + }, + { + "symbol": "SOHU", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Sohu.com Ltd. - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_524D435458382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00L2DB535", + "cik": "0001104188", + "lei": null + }, + { + "symbol": "SOI", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Solaris Oilfield Infrastructure Inc - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4851385343422D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00G7D6C05", + "cik": "0001697500", + "lei": "529900MTK3C8Y8TIIC10" + }, + { + "symbol": "SOJB", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Southern Company - 5.25% NT REDEEM 01/10/2076 USD 25", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_58353531314C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000092122", + "lei": "549300FC3G3YU2FBZD92" + }, + { + "symbol": "SOJC", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Southern Company - 5.25% NT REDEEM 01/12/2077 USD 25", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_584B584B46542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000092122", + "lei": "549300FC3G3YU2FBZD92" + }, + { + "symbol": "SOL", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Renesola - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_4A475A4C38442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000V32719", + "cik": "0001417892", + "lei": "529900AE4IM429A3P568" + }, + { + "symbol": "SOLN", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Southern Company - Unit - Series A (2019)", + "date": "2021-01-24", + "type": null, + "iexId": "IEX_434736474B582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000092122", + "lei": "549300FC3G3YU2FBZD92" + }, + { + "symbol": "SOLO", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Electrameccanica Vehicles Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4E44475A344C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00DZVQMD3", + "cik": "0001637736", + "lei": null + }, + { + "symbol": "SOLOW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Electrameccanica Vehicles Corp - Warrants (03/08/2023)", + "date": "2021-01-24", + "type": "wt", + "iexId": "IEX_5431314737382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00LLXKGJ9", + "cik": "0001637736", + "lei": null + }, + { + "symbol": "SOLY", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Soliton Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4436544B565A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00MPSJZK2", + "cik": "0001548187", + "lei": null + }, + { + "symbol": "SON", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Sonoco Products Co.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4631444D524C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000D7HF89", + "cik": "0000091767", + "lei": "GKOMIK4RDJGHEF0VNP11" + }, + { + "symbol": "SONA", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Southern National Bancorp of Virginia Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4A58514C4E322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000JQ42W7", + "cik": "0001325670", + "lei": "549300JNX3M2EENG1F11" + }, + { + "symbol": "SONM", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Sonim Technologies Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4448344447542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000D5J0L9", + "cik": "0001178697", + "lei": "549300LVHTR09ZVBSB66" + }, + { + "symbol": "SONN", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Sonnet BioTherapeutics Holdings Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5448485756472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BVZ4N6", + "cik": "0001106838", + "lei": "5493002WX622LZQC4F93" + }, + { + "symbol": "SONO", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Sonos Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4448514E46322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG001JZPSQ2", + "cik": "0001314727", + "lei": "549300WEPU6075I77M08" + }, + { + "symbol": "SOR", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Source Capital, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5457594A42432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BTBNC7", + "cik": "0000091847", + "lei": "549300SKP40828EGYZ60" + }, + { + "symbol": "SOS", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "SOS Limited - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_53364A5746422D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00GCTC8Y9", + "cik": "0001346610", + "lei": null + }, + { + "symbol": "SOVB", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "Cambria Investment Management LP - Cambria Sovereign Bond ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_46485A3546562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00C8698P7", + "cik": "0001529389", + "lei": null + }, + { + "symbol": "SOXL", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Direxion Shares ETF Trust - Direxion Daily Semiconductor Bull 3X Share", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4A3456354D422D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000QG1D78", + "cik": "0001424958", + "lei": null + }, + { + "symbol": "SOXS", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Direxion Shares ETF Trust - Direxion Daily Semiconductor Bear 3X Share", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4431503131512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000QFMLC3", + "cik": "0001424958", + "lei": null + }, + { + "symbol": "SOXX", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "BlackRock Institutional Trust Company N.A. - BTC iShares PHLX Semicond", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_473931334D442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000JP3063", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "SOYB", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Teucrium Trading, LLC - Teucrium Soybean Fund", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5344594237582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0022QX026", + "cik": "0001513239", + "lei": null + }, + { + "symbol": "SP", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "SP Plus Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4A47313938532D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BJ91B1", + "cik": "0001059262", + "lei": "0IDE18EMH1CUKQCUYE69" + }, + { + "symbol": "SPAB", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "SPDR Series Trust - SPDR Portfolio Aggregate Bond ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5343365848582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000RFSB92", + "cik": "0001064642", + "lei": null + }, + { + "symbol": "SPAK", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "ETF Series Solutions Trust - Defiance Next Gen SPAC Derived ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_48323938444A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00XNQRD42", + "cik": "0001540305", + "lei": null + }, + { + "symbol": "SPB", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Spectrum Brands Holdings Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5851433846442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000DS5588", + "cik": "0000109177", + "lei": "549300JM0MJETDD30O20" + }, + { + "symbol": "SPBO", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "SPDR Series Trust - SPDR Portfolio Corporate Bond ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4333445352392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG001M534W4", + "cik": "0001064642", + "lei": null + }, + { + "symbol": "SPCB", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "SuperCom Ltd", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4854514836542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BZVRW0", + "cik": "0001291855", + "lei": "549300U7DFKGC1TTZX50" + }, + { + "symbol": "SPCE", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Virgin Galactic Holdings Inc - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_504A533154432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00HTN2CQ3", + "cik": "0001706946", + "lei": null + }, + { + "symbol": "SPCX", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Collaborative Investment Series Trust - The SPAC and New Issue ETF", + "date": "2021-01-24", + "type": "et", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00YJ8L8T5", + "cik": "0001719812", + "lei": null + }, + { + "symbol": "SPD", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Simplify Exchange Traded Funds - Simplify US Equity PLUS Downside Conv", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_46394C5254472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00X4STRP3", + "cik": null, + "lei": null + }, + { + "symbol": "SPDN", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Direxion Shares ETF Trust - Direxion Daily S&P 500 Bear 1X Shares", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5636524D5A442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00D1WLCQ1", + "cik": "0001424958", + "lei": null + }, + { + "symbol": "SPDV", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "ETF Series Solutions Trust - AAM S&P 500 High Dividend Value ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5747513734512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00JC0Y578", + "cik": "0001540305", + "lei": null + }, + { + "symbol": "SPDW", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "SSgA Active Trust - SPDR Portfolio Developed World ex-US ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4B34503930482D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000Q8SV13", + "cik": "0001516212", + "lei": "549300PQC2CS3IA6B871" + }, + { + "symbol": "SPE", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Special Opportunities Fund Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_474D364731422D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BBBNF3", + "cik": "0000897802", + "lei": "549300DGAJTGM6R4HK03" + }, + { + "symbol": "SPE-B", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Special Opportunities Fund Inc - 3.50% PRF PERPETUAL USD - Ser B", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4C4D593439522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000897802", + "lei": "549300DGAJTGM6R4HK03" + }, + { + "symbol": "SPEL", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Spinal Elements Holdings Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00XKM5Q94", + "cik": "0001808945", + "lei": null + }, + { + "symbol": "SPEM", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "SSgA Active Trust - SPDR Portfolio Emerging Markets ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_574D445434502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000Q8RM32", + "cik": "0001516212", + "lei": "549300PQC2CS3IA6B871" + }, + { + "symbol": "SPEU", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "SSgA Active Trust - SPDR Portfolio Europe ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_43323252424E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000PG8LL8", + "cik": "0001516212", + "lei": "549300PQC2CS3IA6B871" + }, + { + "symbol": "SPFF", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Global X Funds - Global X SuperIncome Preferred ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4837363352532D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0036H6WC9", + "cik": "0001432353", + "lei": null + }, + { + "symbol": "SPFI", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "South Plains Financial Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4843505452462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000QL34X6", + "cik": "0001163668", + "lei": "549300SNEBP48642N493" + }, + { + "symbol": "SPFR=", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Jaws Spitfire Acquisition Corp - Units (1 Ord Share Class A & 1/4 War)", + "date": "2021-01-24", + "type": null, + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00Y73WP91", + "cik": "0001825079", + "lei": null + }, + { + "symbol": "SPG", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Simon Property Group, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4D31483043322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BJ2D31", + "cik": "0001063761", + "lei": "529900GQL5X8H7AO3T64" + }, + { + "symbol": "SPG-J", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Simon Property Group, Inc. - 8.375% PRF PERPETUAL USD 50 - Series J", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4839524630362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001063761", + "lei": "529900GQL5X8H7AO3T64" + }, + { + "symbol": "SPGI", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "S&P Global Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_50524751364C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BP1Q11", + "cik": "0000064040", + "lei": "Y6X4K52KMJMZE7I7MY94" + }, + { + "symbol": "SPGM", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "SSgA Active Trust - SPDR Portfolio MSCI Global Stock Market ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_56464A5844332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG002PKWJJ6", + "cik": "0001516212", + "lei": "549300PQC2CS3IA6B871" + }, + { + "symbol": "SPGP", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Invesco Capital Management LLC - Invesco S&P 500 GARP ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5753323246362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG001R23R64", + "cik": "0001224696", + "lei": null + }, + { + "symbol": "SPH", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Suburban Propane Partners LP - Unit", + "date": "2021-01-24", + "type": null, + "iexId": "IEX_46434D534E372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BJ7NF1", + "cik": "0001005210", + "lei": "JJAX4X60DE65EYFOTY73" + }, + { + "symbol": "SPHB", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Invesco Capital Management LLC - Invesco S&P 500 High Beta ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4B30425450462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG001P2KCH8", + "cik": "0001224696", + "lei": null + }, + { + "symbol": "SPHD", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Invesco Capital Management LLC - Invesco S&P 500 High Dividend Low Vol", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4E5952424C442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG003H4R9V3", + "cik": "0001224696", + "lei": null + }, + { + "symbol": "SPHQ", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Invesco Capital Management LLC - Invesco S&P 500 Quality ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_56304451535A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BMY1X2", + "cik": "0001224696", + "lei": null + }, + { + "symbol": "SPHY", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "SPDR Series Trust - SPDR Portfolio High Yield Bond ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4C38444C534C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0034VNB73", + "cik": "0001064642", + "lei": null + }, + { + "symbol": "SPI", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "SPI Energy Co Ltd", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_52464743484C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00BSDYRR0", + "cik": "0001210618", + "lei": "549300K7TD5EMOM7D333" + }, + { + "symbol": "SPIB", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "SSgA Active Trust - SPDR Portfolio Intermediate Term Corporate Bond ET", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4A58535733422D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000F8Y230", + "cik": "0001516212", + "lei": "549300PQC2CS3IA6B871" + }, + { + "symbol": "SPIP", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "SPDR Series Trust - SPDR Portfolio TIPS ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4D4E574C56532D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000RFRRV3", + "cik": "0001064642", + "lei": null + }, + { + "symbol": "SPKE", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Spark Energy Inc - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4E5744354E422D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG006KZRKT1", + "cik": "0001606268", + "lei": "549300U656GZMTWR1T03" + }, + { + "symbol": "SPKEP", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Spark Energy Inc - FXDFR PRF PERPETUAL USD 25 - Ser A", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4759485959512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001606268", + "lei": "549300U656GZMTWR1T03" + }, + { + "symbol": "SPLB", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "SSgA Active Trust - SPDR Portfolio Long Term Corporate Bond ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_47504A5637442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BSXL57", + "cik": "0001516212", + "lei": "549300PQC2CS3IA6B871" + }, + { + "symbol": "SPLG", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "SPDR Series Trust - SPDR Portfolio S&P 500 ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4D35325144582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000KMT5K3", + "cik": "0001064642", + "lei": null + }, + { + "symbol": "SPLK", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Splunk Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_50565346325A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG001C7TST4", + "cik": "0001353283", + "lei": "549300XGDSGBP6UEI867" + }, + { + "symbol": "SPLP", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Steel Partners Holdings LP - Unit", + "date": "2021-01-24", + "type": null, + "iexId": "IEX_4D4C54484C4D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG001LT3079", + "cik": "0001452857", + "lei": "5493009U8Z59G5SIZ389" + }, + { + "symbol": "SPLP-A", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Steel Partners Holdings LP - 6% PRF PERPETUAL USD 25 - Ser A Units", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_525A594E544B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001452857", + "lei": "5493009U8Z59G5SIZ389" + }, + { + "symbol": "SPLV", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Invesco Capital Management LLC - Invesco S&P 500 Low Volatility ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4458355033542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG001P2KBP1", + "cik": "0001224696", + "lei": null + }, + { + "symbol": "SPMB", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "SPDR Series Trust - SPDR Portfolio Mortgage Backed Bond ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4754585853332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000F94VG3", + "cik": "0001064642", + "lei": null + }, + { + "symbol": "SPMD", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "SPDR Series Trust - SPDR Portfolio S&P 400 Mid Cap ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4434325246512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000KMBFP5", + "cik": "0001064642", + "lei": null + }, + { + "symbol": "SPMO", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Invesco Capital Management LLC - Invesco S&P 500 Momentum ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4D35503434542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00B59HSH2", + "cik": "0001224696", + "lei": null + }, + { + "symbol": "SPMV", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "Invesco Capital Management LLC - Invesco S&P 500 Minimum Variance ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4C4B52324A582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00H49ZX34", + "cik": "0001224696", + "lei": null + }, + { + "symbol": "SPNE", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "SeaSpine Holdings Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5458473146462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG008G1YVP9", + "cik": "0001637761", + "lei": "5493006QNC6E00LJ7M10" + }, + { + "symbol": "SPNS", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Sapiens International Corp NV", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5434324654542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000G3YP84", + "cik": "0000885740", + "lei": null + }, + { + "symbol": "SPNV", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Supernova Partners Acquisition Company Inc - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00Y082LM4", + "cik": "0001825024", + "lei": null + }, + { + "symbol": "SPNV+", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Supernova Partners Acquisition Company Inc - Warrants (16/10/2025)", + "date": "2021-01-24", + "type": "wt", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00XZ9B9C4", + "cik": "0001825024", + "lei": null + }, + { + "symbol": "SPNV=", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Supernova Partners Acquisition Company Inc - Units (1 Ord Share Class ", + "date": "2021-01-24", + "type": null, + "iexId": "IEX_444444344C4A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00XMLRNH8", + "cik": "0001825024", + "lei": null + }, + { + "symbol": "SPOK", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Spok Holdings Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4E31334B43362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000N4KB80", + "cik": "0001289945", + "lei": "549300HXXANIVN2ICC89" + }, + { + "symbol": "SPOT", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Spotify Technology S.A.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5835484E36472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG003T4VFC2", + "cik": "0001639920", + "lei": "549300B4X0JHWV0DTD60" + }, + { + "symbol": "SPPI", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Spectrum Pharmaceuticals, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_514A395659382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000HDPFY4", + "cik": "0000831547", + "lei": "549300COU30WSP3O5I07" + }, + { + "symbol": "SPQQ", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ - ALL MARKETS", + "name": "Siren ETF Trust - Siren Large Cap Blend Index ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4A4A464D44582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00VSHH2J0", + "cik": "0001796383", + "lei": null + }, + { + "symbol": "SPR", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Spirit Aerosystems Holdings Inc - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_53594A3232312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000PRJ2Z9", + "cik": "0001364885", + "lei": null + }, + { + "symbol": "SPRB", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Spruce Biosciences Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_524B564858332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00HYZ1522", + "cik": "0001683553", + "lei": null + }, + { + "symbol": "SPRE", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Tidal ETF Trust - SP Funds S&P Global REIT Sharia ETF", + "date": "2021-01-24", + "type": "et", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00YPTRSX7", + "cik": "0001742912", + "lei": null + }, + { + "symbol": "SPRO", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Spero Therapeutics Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_58374E56484E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00HXSJ1R2", + "cik": "0001701108", + "lei": "54930074G13LHWJT2323" + }, + { + "symbol": "SPRQ+", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Spartan Acquisition Corp II - Warrants (30/11/2025)", + "date": "2021-01-24", + "type": "wt", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00YT6FG99", + "cik": "0001821850", + "lei": null + }, + { + "symbol": "SPRQ=", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Spartan Acquisition Corp II - Units (1 Ord Share Class A & 1/2 War)", + "date": "2021-01-24", + "type": null, + "iexId": "IEX_563859475A502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00XTHQ688", + "cik": "0001821850", + "lei": null + }, + { + "symbol": "SPRT", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Support.com Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_51384A39364B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000CVSVP1", + "cik": "0001104855", + "lei": null + }, + { + "symbol": "SPSB", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "SSgA Active Trust - SPDR Portfolio Short Term Corporate Bond ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4E4A333039362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000Q1MZ15", + "cik": "0001516212", + "lei": "549300PQC2CS3IA6B871" + }, + { + "symbol": "SPSC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "SPS Commerce Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_44325A4A38512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000PZGB75", + "cik": "0001092699", + "lei": "2549006XVF9GCCETDQ72" + }, + { + "symbol": "SPSK", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Tidal ETF Trust - SP Funds Dow Jones Global Sukuk ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_544D584D58312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00R3N44H5", + "cik": "0001742912", + "lei": null + }, + { + "symbol": "SPSM", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "SSgA Active Trust - SPDR Portfolio S&P 600 Small Cap ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_48434E54395A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG004T58LY6", + "cik": "0001516212", + "lei": "549300PQC2CS3IA6B871" + }, + { + "symbol": "SPT", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Sprout Social Inc Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4436374A304D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG001K1CT23", + "cik": "0001517375", + "lei": null + }, + { + "symbol": "SPTI", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "SPDR Series Trust - SPDR Portfolio Intermediate Term Treasury ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4C484B3850522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000RFR2N7", + "cik": "0001064642", + "lei": null + }, + { + "symbol": "SPTL", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "SSgA Active Trust - SPDR Portfolio Long Term Treasury ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4D32514653382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000RFRG83", + "cik": "0001516212", + "lei": "549300PQC2CS3IA6B871" + }, + { + "symbol": "SPTM", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "SPDR Series Trust - SPDR Portfolio S&P 1500 Composite Stock Market ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4B56305756442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000CFPXT1", + "cik": "0001064642", + "lei": null + }, + { + "symbol": "SPTN", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "SpartanNash Co", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_52574242304C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000CGC453", + "cik": "0000877422", + "lei": "549300TV3QCCSQLF5X16" + }, + { + "symbol": "SPTS", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "SSgA Active Trust - SPDR Portfolio Short Term Treasury ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4C4B375254302D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0029J2JP3", + "cik": "0001516212", + "lei": "549300PQC2CS3IA6B871" + }, + { + "symbol": "SPUC", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Simplify Exchange Traded Funds - Simplify US Equity PLUS Upside Convex", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_504D483151582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00X4STWS9", + "cik": null, + "lei": null + }, + { + "symbol": "SPUS", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Tidal ETF Trust - SP Funds S&P 500 Sharia Industry Exclusions ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5244534D50572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00R3N9DT7", + "cik": "0001742912", + "lei": null + }, + { + "symbol": "SPUU", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Direxion Shares ETF Trust - Direxion Daily S&P 500 Bull 2X Shares", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_484632575A592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG006K8XS17", + "cik": "0001424958", + "lei": null + }, + { + "symbol": "SPVM", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Invesco Capital Management LLC - Invesco Russell Top 200 Pure Value ET", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5843373748512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG001R23SF2", + "cik": "0001224696", + "lei": null + }, + { + "symbol": "SPVU", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Invesco Capital Management LLC - Invesco S&P 500 Enhanced Value ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4E364238444C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00B59HNC8", + "cik": "0001224696", + "lei": null + }, + { + "symbol": "SPWH", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Sportsman`s Warehouse Holdings Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_434A595333542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG002G8Q1H1", + "cik": "0001132105", + "lei": "549300JVV8YLQSRSF462" + }, + { + "symbol": "SPWR", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Sunpower Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4B344D5638342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000FVQ185", + "cik": "0000867773", + "lei": "549300TXO070764WUH65" + }, + { + "symbol": "SPXB", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "ProShares Trust - ProShares S&P 500 Bond ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_47434A54475A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00KT9XZ46", + "cik": "0001174610", + "lei": null + }, + { + "symbol": "SPXC", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "SPX Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4B57394637482D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BTGCV5", + "cik": "0000088205", + "lei": "P761FCI0CPOG24I8JE10" + }, + { + "symbol": "SPXE", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "ProShares Trust - ProShares S&P 500 Ex-Energy ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_424C543250562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00B2VZW69", + "cik": "0001174610", + "lei": null + }, + { + "symbol": "SPXL", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Direxion Shares ETF Trust - Direxion Daily S&P 500 Bull 3X Shares", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_47433535524A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000JLGQR8", + "cik": "0001424958", + "lei": null + }, + { + "symbol": "SPXN", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "ProShares Trust - ProShares S&P 500 Ex-Financials ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_43355A3753432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00B2VZX94", + "cik": "0001174610", + "lei": null + }, + { + "symbol": "SPXS", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Direxion Shares ETF Trust - Direxion Daily S&P 500 Bear 3X Shares", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4D4D4E4E48352D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000JLK7V0", + "cik": "0001424958", + "lei": null + }, + { + "symbol": "SPXT", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "ProShares Trust - ProShares S&P 500 Ex-Technology ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4B314D574C4A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00B2W00H3", + "cik": "0001174610", + "lei": null + }, + { + "symbol": "SPXU", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "ProShares Trust - ProShares UltraPro Short S&P 500 ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4B504B3647432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000N2ZYJ6", + "cik": "0001174610", + "lei": null + }, + { + "symbol": "SPXV", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "ProShares Trust - ProShares S&P 500 Ex-Health Care ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4A4747514A302D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00B2VZZ44", + "cik": "0001174610", + "lei": null + }, + { + "symbol": "SPXX", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Nuveen S&P 500 Dynamic Overwrite Fund", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4E53314634422D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000KZ47S9", + "cik": "0001338561", + "lei": "549300OISXORNCZINQ77" + }, + { + "symbol": "SPY", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "SSgA Active Trust - SSGA SPDR S&P 500", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4D3735424E4B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BDTBL9", + "cik": "0001516212", + "lei": "549300PQC2CS3IA6B871" + }, + { + "symbol": "SPYC", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Simplify Exchange Traded Funds - Simplify US Equity PLUS Convexity ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4C4234564D572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00X4STNM5", + "cik": null, + "lei": null + }, + { + "symbol": "SPYD", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "SPDR Series Trust - SPDR Portfolio S&P 500 High Dividend ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_535448524D302D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00B6WD888", + "cik": "0001064642", + "lei": null + }, + { + "symbol": "SPYG", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "SPDR Series Trust - SPDR Portfolio S&P 500 Growth ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5151354C4A542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BLH653", + "cik": "0001064642", + "lei": null + }, + { + "symbol": "SPYV", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "SPDR Series Trust - SPDR Portfolio S&P 500 Value ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5654425233462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000C9PJB5", + "cik": "0001064642", + "lei": null + }, + { + "symbol": "SPYX", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "SPDR Series Trust - SSGA SPDR S&P 500 Fossil Fuel Free ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4A525334474B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00BKMB109", + "cik": "0001064642", + "lei": null + }, + { + "symbol": "SQ", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Square Inc - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5156333154462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0018SLC07", + "cik": "0001512673", + "lei": "549300OHIIUWSTIZME52" + }, + { + "symbol": "SQBG", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Sequential Brands Group Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_54575343484A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG009XW3401", + "cik": "0001648428", + "lei": "5493002QWMJOPFMQEV93" + }, + { + "symbol": "SQEW", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Two Roads Shared Trust - LeaderShares Equity Skew ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5832385A564E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00TSFR093", + "cik": "0001552947", + "lei": null + }, + { + "symbol": "SQFT", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Presidio Property Trust Inc - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5833463735562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00HS39XJ3", + "cik": "0001080657", + "lei": "549300MEZ901JA232E13" + }, + { + "symbol": "SQLV", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Legg Mason ETF Investment Trust - Legg Mason Small-Cap Quality Value E", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_425A51344D372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00H4BD6H7", + "cik": "0001645194", + "lei": null + }, + { + "symbol": "SQM", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Sociedad Quimica Y Minera de Chile S.A. - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_5736535343512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BKK4S1", + "cik": "0000865477", + "lei": "TJ88LXZZW5PWIN93ZC81" + }, + { + "symbol": "SQNS", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Sequans Communications S.A - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_50334A354E372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG001LKFKJ8", + "cik": "0001383395", + "lei": "969500G8ZIY1D601KJ66" + }, + { + "symbol": "SQQQ", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "ProShares Trust - ProShares UltraPro Short QQQ", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_464454584C362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000QBB5Z4", + "cik": "0001174610", + "lei": null + }, + { + "symbol": "SQZ", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "SQZ Biotechnologies Co", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_56484B4250592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00LNN7GM0", + "cik": "0001604477", + "lei": null + }, + { + "symbol": "SR", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Spire Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5459333131502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BN6KG8", + "cik": "0001126956", + "lei": "549300NXSY15DRY2R511" + }, + { + "symbol": "SR-A", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Spire Inc. - 5.90% PRF PERPETUAL USD 25 - Ser A 1/1000th Int", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_545058504A4B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001126956", + "lei": "549300NXSY15DRY2R511" + }, + { + "symbol": "SRAC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Stable Road Acquisition Corp - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4E31364632342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00QJCX1H8", + "cik": "0001781162", + "lei": null + }, + { + "symbol": "SRACW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Stable Road Acquisition Corp - Warrants (15/05/2026)", + "date": "2021-01-24", + "type": "wt", + "iexId": "IEX_5635594D584B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00R7V0HT5", + "cik": "0001781162", + "lei": null + }, + { + "symbol": "SRAX", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "SRAX Inc - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5850395751312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG003GW8KW7", + "cik": "0001538217", + "lei": null + }, + { + "symbol": "SRC", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Spirit Realty Capital Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4E5A4D4333522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0027Z6X10", + "cik": "0001308606", + "lei": "549300LTU6LVPZSHMJ25" + }, + { + "symbol": "SRC-A", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Spirit Realty Capital Inc - 6% PRF PERPETUAL USD 25 - Ser A", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_46523242484D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001308606", + "lei": "549300LTU6LVPZSHMJ25" + }, + { + "symbol": "SRCE", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "1st Source Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_52504D5A51332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BTH4T5", + "cik": "0000034782", + "lei": null + }, + { + "symbol": "SRCL", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Stericycle Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_485651324B4A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000H3FZM6", + "cik": "0000861878", + "lei": "B8PTJH2P0AXSWSMP2136" + }, + { + "symbol": "SRDX", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Surmodics, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5656393639322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BZ2QG2", + "cik": "0000924717", + "lei": "549300H76KXCAAGUS878" + }, + { + "symbol": "SRE", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Sempra Energy", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_57514B3557322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000C2ZCH8", + "cik": "0001032208", + "lei": "PBBKGKLRK5S5C0Y4T545" + }, + { + "symbol": "SRE-A", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Sempra Energy - 6% PRF CONVERT 15/01/2021 USD 100 - Prf A", + "date": "2021-01-15", + "type": "ps", + "iexId": "IEX_433344304E5A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001032208", + "lei": "PBBKGKLRK5S5C0Y4T545" + }, + { + "symbol": "SRE-B", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Sempra Energy - 6.75% PRF CONVERT 15/07/2021 USD 100 - PRF B", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_46544759544E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001032208", + "lei": "PBBKGKLRK5S5C0Y4T545" + }, + { + "symbol": "SREA", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Sempra Energy - 5.75% NT REDEEM 01/07/2079 USD 25", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4B51423147382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001032208", + "lei": "PBBKGKLRK5S5C0Y4T545" + }, + { + "symbol": "SRET", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Global X Funds - Global X SuperDividend REIT ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5834465959572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0089CYX79", + "cik": "0001432353", + "lei": null + }, + { + "symbol": "SREV", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "ServiceSource International Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4C34444B42392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG001C9PG83", + "cik": "0001310114", + "lei": null + }, + { + "symbol": "SRG", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Seritage Growth Properties - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_42384C5646592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG008NVFMN8", + "cik": "0001628063", + "lei": "5493003CJFC2MM82WB25" + }, + { + "symbol": "SRG-A", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Seritage Growth Properties - 7% PRF PERPETUAL USD 25 - Ser A", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4B43484235362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001628063", + "lei": "5493003CJFC2MM82WB25" + }, + { + "symbol": "SRGA", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Surgalign Holdings Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5248304A57392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000DVB7P1", + "cik": "0001760173", + "lei": null + }, + { + "symbol": "SRI", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Stoneridge Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_504A4E5936532D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BB9Q78", + "cik": "0001043337", + "lei": "PNBCIH9LE7WI83VJIF08" + }, + { + "symbol": "SRL", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Scully Royalty Ltd", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_434646354C472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00GFSQZ82", + "cik": "0000016859", + "lei": "213800MD6RDKYF379G18" + }, + { + "symbol": "SRLN", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "SSgA Active Trust - SPDR Blackstone / GSO Senior Loan ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_48584B4A384C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG004DF1D49", + "cik": "0001516212", + "lei": "549300PQC2CS3IA6B871" + }, + { + "symbol": "SRLP", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Sprague Resources LP - Unit", + "date": "2021-01-24", + "type": null, + "iexId": "IEX_573958394D472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG001Y7R8L4", + "cik": "0001525287", + "lei": null + }, + { + "symbol": "SRNE", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Sorrento Therapeutics Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5747513235582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BDLWR5", + "cik": "0000850261", + "lei": "549300RH23PRR3M13410" + }, + { + "symbol": "SRPT", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Sarepta Therapeutics Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4651545139542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BCJ161", + "cik": "0000873303", + "lei": "549300IKDPIED8J8IG21" + }, + { + "symbol": "SRRA", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Sierra Oncology Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5244334D58462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0026ZD5Y8", + "cik": "0001290149", + "lei": "549300NG7694ZK6OVC92" + }, + { + "symbol": "SRRK", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Scholar Rock Holding Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_58485647354E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00KT2RRM6", + "cik": "0001727196", + "lei": "549300Z1FLPGL4OWJ459" + }, + { + "symbol": "SRS", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "ProShares Trust - ProShares UltraShort Real Estate", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4751515A5A342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000QXHQG5", + "cik": "0001174610", + "lei": null + }, + { + "symbol": "SRSA", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Sarissa Capital Acquisition Corp - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00Y06X4Q8", + "cik": "0001821682", + "lei": "5493004KJWPWVA1PD410" + }, + { + "symbol": "SRSAW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Sarissa Capital Acquisition Corp - Warrants (20/10/2025)", + "date": "2021-01-24", + "type": "wt", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00YHLR8D9", + "cik": "0001821682", + "lei": "5493004KJWPWVA1PD410" + }, + { + "symbol": "SRT", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Startek, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4D33575632392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BNXS80", + "cik": "0001031029", + "lei": "549300ONES3WQ9KY7P17" + }, + { + "symbol": "SRTS", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Sensus Healthcare Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_42354E5353482D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0074FZRZ0", + "cik": "0001494891", + "lei": "549300F3JF8NCDJJZW04" + }, + { + "symbol": "SRTY", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "ProShares Trust - ProShares UltraPro Short Russell2000", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4D38484B44432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000QBF8X6", + "cik": "0001174610", + "lei": null + }, + { + "symbol": "SRV", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Cushing MLP & Infrastructure Total Return Fund", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4631375653372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000NTBD27", + "cik": "0001400897", + "lei": "5493006NXITDSHOHUT03" + }, + { + "symbol": "SRVR", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Pacer Funds Trust - Pacer Benchmark Data & Infrastructure Real Estate ", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_434D37524E4C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00KX8YPF2", + "cik": "0001616668", + "lei": null + }, + { + "symbol": "SSB", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "South State Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4352504347322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BNPYN9", + "cik": "0000764038", + "lei": "549300JZUANXM0YQ4W53" + }, + { + "symbol": "SSBI", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Summit St. Bank", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_465053584E5A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000R7ZZX2", + "cik": null, + "lei": null + }, + { + "symbol": "SSD", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Simpson Manufacturing Co., Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4C32585052342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000JLC8L8", + "cik": "0000920371", + "lei": "529900EJUNNL15LZ8056" + }, + { + "symbol": "SSG", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "ProShares Trust - ProShares UltraShort Semiconductors", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_48395835314E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000QXJQP3", + "cik": "0001174610", + "lei": null + }, + { + "symbol": "SSKN", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "STRATA Skin Sciences Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4E31424C53542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000DK7609", + "cik": "0001051514", + "lei": "529900JXBTG5OB59PM04" + }, + { + "symbol": "SSL", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Sasol Ltd - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_484B4D4E56462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BBNC37", + "cik": "0000314590", + "lei": "378900F4544561A97588" + }, + { + "symbol": "SSLY", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Syntax ETF Trust - Syntax Stratified SmallCap ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5144345056392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00V0Y2YC6", + "cik": "0001580843", + "lei": null + }, + { + "symbol": "SSNC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "SS&C Technologies Holdings Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4739325258322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000RJ2J04", + "cik": "0001402436", + "lei": "529900POY8H7NPPNKK71" + }, + { + "symbol": "SSNT", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "SilverSun Technologies Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_525A583033472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BV5627", + "cik": "0001236275", + "lei": null + }, + { + "symbol": "SSO", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "ProShares Trust - ProShares Ultra S&P500", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_56355A3857582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000PNHF54", + "cik": "0001174610", + "lei": null + }, + { + "symbol": "SSP", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "E.W. Scripps Co. - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_51314C4442572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000C78J55", + "cik": "0000832428", + "lei": "549300U1OW41QPKYW028" + }, + { + "symbol": "SSPK", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Silver Spike Acquisition Corp - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_563456584C582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00PT7WC50", + "cik": "0001779474", + "lei": "549300APSNIYJ4PTIL34" + }, + { + "symbol": "SSPKW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Silver Spike Acquisition Corp - Warrants (02/08/2024)", + "date": "2021-01-24", + "type": "wt", + "iexId": "IEX_5131505331392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00QG3DDQ7", + "cik": "0001779474", + "lei": "549300APSNIYJ4PTIL34" + }, + { + "symbol": "SSPY", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Syntax ETF Trust - Syntax Stratified LargeCap ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4339485250352D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00MK213D2", + "cik": "0001580843", + "lei": null + }, + { + "symbol": "SSRM", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "SSR Mining Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5359444D48542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000C0RWX9", + "cik": "0000921638", + "lei": "549300JD2KR7AB9DYJ38" + }, + { + "symbol": "SSSS", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "SuRo Capital Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4742474D4E392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG001D2TV80", + "cik": "0001509470", + "lei": "549300YR4IAV0VJFWN84" + }, + { + "symbol": "SSTI", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "ShotSpotter Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4D564C3636312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000Q1PX08", + "cik": "0001351636", + "lei": "549300MQV8SOWVNVZ667" + }, + { + "symbol": "SSTK", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Shutterstock Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_464653574E372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG002ZCK2V9", + "cik": "0001549346", + "lei": "529900G2TDIS56V0LO22" + }, + { + "symbol": "SSUS", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Strategy Shares - Day Hagan/Ned Davis Research Smart Sector ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5659504D52442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00RB01TQ4", + "cik": "0001506213", + "lei": null + }, + { + "symbol": "SSY", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "Sunlink Health Systems Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_47385A5A47422D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000HNQT26", + "cik": "0000096793", + "lei": null + }, + { + "symbol": "SSYS", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Stratasys Ltd", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5456534239442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG002S5ZRF9", + "cik": "0001517396", + "lei": "529900MU215GIP9SZ741" + }, + { + "symbol": "ST", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Sensata Technologies Holding Plc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5154483437352D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00JPGYW43", + "cik": "0001477294", + "lei": "529900MS7KFYCY9MS037" + }, + { + "symbol": "STAA", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Staar Surgical Co.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4242374338562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000C4QB95", + "cik": "0000718937", + "lei": "5299006LRHI7OJ8BY308" + }, + { + "symbol": "STAF", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Staffing 360 Solutions Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4738433759592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0025CGG82", + "cik": "0001499717", + "lei": "549300CWMOEBMKFWN694" + }, + { + "symbol": "STAG", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "STAG Industrial Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4335503732442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BGLFP7", + "cik": "0001479094", + "lei": "549300QWYX2W6FASVQ07" + }, + { + "symbol": "STAG-C", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "STAG Industrial Inc - 6.875% PRF PERPETUAL USD 25 - Ser C", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4B524A3839312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001479094", + "lei": "549300QWYX2W6FASVQ07" + }, + { + "symbol": "STAR", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "iStar Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_48374B3659362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000H35J52", + "cik": "0001095651", + "lei": "QFFLKWYYS3UPWD86E794" + }, + { + "symbol": "STAR-D", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "iStar Inc - 8% PRF PERPETUAL USD 25 - Ser C", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_474E443156502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001095651", + "lei": "QFFLKWYYS3UPWD86E794" + }, + { + "symbol": "STAR-G", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "iStar Inc - 7.65% PRF PERPETUAL USD 25 - Ser G", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4D5857304C562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001095651", + "lei": "QFFLKWYYS3UPWD86E794" + }, + { + "symbol": "STAR-I", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "iStar Inc - 7.50% PRF PERPETUAL USD 25 - Ser I", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_52444C464D542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001095651", + "lei": "QFFLKWYYS3UPWD86E794" + }, + { + "symbol": "STAY", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Extended Stay America Inc - Units", + "date": "2021-01-24", + "type": null, + "iexId": "IEX_4B514734534D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0055XMF02", + "cik": "0001581164", + "lei": "549300IESZBC3BJUJW64" + }, + { + "symbol": "STBA", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "S & T Bancorp, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5133573030342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000CKB2S4", + "cik": "0000719220", + "lei": null + }, + { + "symbol": "STC", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Stewart Information Services Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_47464A4438332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000D6YCQ9", + "cik": "0000094344", + "lei": "529900TV1XI0PLKENU10" + }, + { + "symbol": "STCN", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Steel Connect Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5431505342502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BB0RT1", + "cik": "0000914712", + "lei": "549300DESX9Q74AQVP83" + }, + { + "symbol": "STE", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Steris Plc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5350474C37582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00MRHG523", + "cik": "0001757898", + "lei": "549300F1857N5E6G6T48" + }, + { + "symbol": "STEP", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "StepStone Group Inc - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_504759464A592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00WXXV032", + "cik": "0001796022", + "lei": null + }, + { + "symbol": "STFC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "State Auto Financial Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5258474B364E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000CB4BH4", + "cik": "0000874977", + "lei": null + }, + { + "symbol": "STG", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Sunlands Technology Group - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_4436474C544B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00K62SK54", + "cik": "0001723935", + "lei": "5493002CCRMUVK0L1652" + }, + { + "symbol": "STIC", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Northern Star Acquisition Corp - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00Y9ZTKK0", + "cik": "0001819574", + "lei": null + }, + { + "symbol": "STIC+", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Northern Star Acquisition Corp - Warrants (29/08/2025)", + "date": "2021-01-24", + "type": "wt", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00YLW5SL1", + "cik": "0001819574", + "lei": null + }, + { + "symbol": "STIC=", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Northern Star Acquisition Corp - Units (1 Ord Share Class A & 1/3 War)", + "date": "2021-01-24", + "type": null, + "iexId": "IEX_544B313538322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00XP8Q7R9", + "cik": "0001819574", + "lei": null + }, + { + "symbol": "STIM", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Neuronetics Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4E424A5343332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000QX36J1", + "cik": "0001227636", + "lei": "549300T0911ILTTG7P06" + }, + { + "symbol": "STIP", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "BlackRock Institutional Trust Company N.A. - BTC iShares 0-5 Year TIPS", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4339324450332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0019SRJP8", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "STK", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Columbia Seligman Premium Technology Growth Fund Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_53433952594C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000PNVDY1", + "cik": "0001471420", + "lei": "WPBXL2LYEYTUKG1U0H35" + }, + { + "symbol": "STKL", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Sunopta, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5254315246432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000G6JF31", + "cik": "0000351834", + "lei": "54930010CP0KEPPRPA40" + }, + { + "symbol": "STKS", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "ONE Group Hospitality Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4B43583943562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG001QJ1RL3", + "cik": "0001399520", + "lei": "549300QFZD4IE5DEBE98" + }, + { + "symbol": "STL", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Sterling Bancorp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5447393457312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000CLNSF6", + "cik": "0001070154", + "lei": null + }, + { + "symbol": "STL-A", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Sterling Bancorp. - 6.50% PRF PERPETUAL USD 1000 - Dep Rep 1/40th Ser ", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4836483750582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001070154", + "lei": null + }, + { + "symbol": "STLA", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Stellantis N.V", + "date": "2021-01-24", + "type": "cs", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0078ZLDG9", + "cik": "0001605484", + "lei": "549300LKT9PW7ZIBDF31" + }, + { + "symbol": "STLC", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "iShares Trust - iShares Factors US Blend Style ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4B30354C564E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00T2SKWM5", + "cik": "0001006249", + "lei": null + }, + { + "symbol": "STLD", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Steel Dynamics Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4D54424347592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000HGYNZ9", + "cik": "0001022671", + "lei": "549300HGGKEL4FYTTQ83" + }, + { + "symbol": "STLG", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "iShares Trust - iShares Factors US Growth Style ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4443535656482D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00RD2C4W4", + "cik": "0001006249", + "lei": null + }, + { + "symbol": "STLV", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "iShares Trust - iShares Factors US Value Style ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4B4E39424C342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00RCR69Q3", + "cik": "0001006249", + "lei": null + }, + { + "symbol": "STM", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "ST Microelectronics - New York Shares", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_545A3735314E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BD4GX2", + "cik": "0000932787", + "lei": "213800Z8NOHIKRI42W10" + }, + { + "symbol": "STMB", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "iShares Trust - iShares Factors US Mid Blend Style ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_464735544D4E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00T2SLGR4", + "cik": "0001006249", + "lei": null + }, + { + "symbol": "STMP", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Stamps.com Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_464C473048472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000CZ4KF3", + "cik": "0001082923", + "lei": "5299008VAXLEGU4Y4038" + }, + { + "symbol": "STN", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Stantec Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_504D323554472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BNHRC5", + "cik": "0001131383", + "lei": "549300MZ7NGUZDCP2T16" + }, + { + "symbol": "STND", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Standard AVB Financial Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4C4D374E515A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000NTGLW1", + "cik": "0001492915", + "lei": "549300GDKH0YGC2DTT22" + }, + { + "symbol": "STNE", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "StoneCo Ltd - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5059593258352D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00M4ZQDK0", + "cik": "0001745431", + "lei": "549300O1A9LEF0XZCR35" + }, + { + "symbol": "STNG", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Scorpio Tankers Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_515237314B442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000Q1TVZ0", + "cik": "0001483934", + "lei": "549300NVJUH16NXG8K87" + }, + { + "symbol": "STOK", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Stoke Therapeutics Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4E50435839462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00JPCBPG9", + "cik": "0001623526", + "lei": "549300RD25SS2DIJHJ67" + }, + { + "symbol": "STON", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "StoneMor Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_48384D3350322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00B40ZRN7", + "cik": "0001753886", + "lei": null + }, + { + "symbol": "STOR", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Store Capital Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4344485835462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00265T6Q4", + "cik": "0001538990", + "lei": "5493004EA6C9IHDZ7N66" + }, + { + "symbol": "STOT", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "SSgA Active Trust - SPDR DoubleLine Short Duration Total Return Tactic", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_563135464D562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00CNVKF12", + "cik": "0001516212", + "lei": "549300PQC2CS3IA6B871" + }, + { + "symbol": "STPC=", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Star Peak Corp II - Units (1 Ord Class A & 1/4 War)", + "date": "2021-01-24", + "type": null, + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00YM42PY7", + "cik": "0001830210", + "lei": null + }, + { + "symbol": "STPCU", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Star Peak Corp II - Units (1 Ord Class A & 1/4 War)", + "date": "2021-01-06", + "type": null, + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001830210", + "lei": null + }, + { + "symbol": "STPK", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Star Peak Energy Transition Corp - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4635375848532D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00XP8NQN4", + "cik": "0001758766", + "lei": null + }, + { + "symbol": "STPK+", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Star Peak Energy Transition Corp - Warrants (11/08/2025)", + "date": "2021-01-24", + "type": "wt", + "iexId": "IEX_4E5A37464C532D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00XP8RRR4", + "cik": "0001758766", + "lei": null + }, + { + "symbol": "STPK=", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Star Peak Energy Transition Corp - Units (1 Ord Share Class A & 1/3 Wa", + "date": "2021-01-24", + "type": null, + "iexId": "IEX_44354A4C42352D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00WFDQ6Q4", + "cik": "0001758766", + "lei": null + }, + { + "symbol": "STPZ", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Pimco Exchange Traded Fund - PIMCO 1-5 Year U.S. TIPS Index Exchange-T", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5038544E424C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000P08VP7", + "cik": "0001450011", + "lei": null + }, + { + "symbol": "STRA", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Strategic Education Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_47474B4D52432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000GRZDV1", + "cik": "0001013934", + "lei": "0PYXF82EO1UCNGL5I740" + }, + { + "symbol": "STRL", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Sterling Construction Company, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_50474A4439422D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000JD6TN5", + "cik": "0000874238", + "lei": "549300RZIK6K1215XU51" + }, + { + "symbol": "STRM", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Streamline Health Solutions, Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_42533053475A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000G84WL6", + "cik": "0001008586", + "lei": "5493005R8JNDFOLVG764" + }, + { + "symbol": "STRO", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Sutro Biopharma Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4256505443462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000R4V3P3", + "cik": "0001382101", + "lei": "5493005U6P15VD25P851" + }, + { + "symbol": "STRR", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Star Equity Holdings Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BVZVL8", + "cik": "0000707388", + "lei": "549300ZB8Z6KMJ4LVV61" + }, + { + "symbol": "STRRP", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Star Equity Holdings Inc - 10% PRF PERPETUAL USD 10 - Ser A", + "date": "2021-01-24", + "type": "ps", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000707388", + "lei": "549300ZB8Z6KMJ4LVV61" + }, + { + "symbol": "STRS", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Stratus Properties Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4831514D48512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000D6DM44", + "cik": "0000885508", + "lei": "5493008I6ZRDZWT8ZZ15" + }, + { + "symbol": "STRT", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Strattec Security Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_445032374B542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BZY3G8", + "cik": "0000933034", + "lei": "549300Z394OP8S8TSR40" + }, + { + "symbol": "STSA", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Satsuma Pharmaceuticals Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4A57445142432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00FLQP542", + "cik": "0001692830", + "lei": "549300CFJJ7QFB1VAD84" + }, + { + "symbol": "STSB", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "iShares Trust - iShares Factors US Small Blend Style ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4D39564746542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00T2SF9S6", + "cik": "0001006249", + "lei": null + }, + { + "symbol": "STT", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "State Street Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4A515A3030472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BKFBD7", + "cik": "0000093751", + "lei": "549300ZFEEJ2IP5VME73" + }, + { + "symbol": "STT-D", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "State Street Corp. - FXDFR PRF PERPETUAL USD 25 - Ser D", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_48385247474E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000093751", + "lei": "549300ZFEEJ2IP5VME73" + }, + { + "symbol": "STT-G", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "State Street Corp. - FXDFR PRF PERPETUAL USD 25 - Ser G", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4B4C574430342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000093751", + "lei": "549300ZFEEJ2IP5VME73" + }, + { + "symbol": "STTK", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Shattuck Labs Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_56514343345A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00V776CQ7", + "cik": "0001680367", + "lei": null + }, + { + "symbol": "STWD", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Starwood Property Trust Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_50524B5A4B532D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000M1J270", + "cik": "0001465128", + "lei": "BUGSFQZERKRBFWIG5267" + }, + { + "symbol": "STWO", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "ACON S2 Acquisition Corp - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4C4E5159374E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00Y4B6KS5", + "cik": "0001819438", + "lei": null + }, + { + "symbol": "STWOW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "ACON S2 Acquisition Corp - Warrants (30/09/2027)", + "date": "2021-01-24", + "type": "wt", + "iexId": "IEX_4B544D4437582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00Y4B8NP0", + "cik": "0001819438", + "lei": null + }, + { + "symbol": "STX", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Seagate Technology Plc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4B58444D474C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000F0KF42", + "cik": "0001137789", + "lei": "396PBGKP6TE3O062MS44" + }, + { + "symbol": "STXB", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Spirit of Texas Bancshares Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4A51364754312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000DG7YC4", + "cik": "0001499453", + "lei": null + }, + { + "symbol": "STXS", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "Stereotaxis Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_514B4A444A482D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000PSJBC2", + "cik": "0001289340", + "lei": "549300KPNOKI02O2ZP21" + }, + { + "symbol": "STZ", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Constellation Brands Inc - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_524B334853382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000J1QLT0", + "cik": "0000016918", + "lei": "5493005GKEG8QCVY7037" + }, + { + "symbol": "STZ.B", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Constellation Brands Inc - Class B", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5837465446442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000J1R1Z6", + "cik": "0000016918", + "lei": "5493005GKEG8QCVY7037" + }, + { + "symbol": "SU", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Suncor Energy, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_474E36334A332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BRK7L6", + "cik": "0000311337", + "lei": "549300W70ZOQDVLCHY06" + }, + { + "symbol": "SUB", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "BlackRock Institutional Trust Company N.A. - BTC iShares Short-Term Na", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5736545A535A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BJ2TL6", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "SUI", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Sun Communities, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_423246384B4E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BLJWF3", + "cik": "0000912593", + "lei": "549300H5GEOJYN41ZG57" + }, + { + "symbol": "SULR", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "Guinness Atkinson Funds - SmartETFs Sustainable Energy II ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_524B574E32352D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00Y52CLF9", + "cik": "0000919160", + "lei": null + }, + { + "symbol": "SUM", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Summit Materials Inc - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4D4E303052442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG006K8P6D1", + "cik": "0001621563", + "lei": null + }, + { + "symbol": "SUMO", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Sumo Logic Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_444A525242582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG002GKBNW5", + "cik": "0001643269", + "lei": "549300L85NQSIULERR88" + }, + { + "symbol": "SUMR", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Summer Infant Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_58353757574E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BBSV03", + "cik": "0001314772", + "lei": "5493006OJ0MFJPWI4097" + }, + { + "symbol": "SUN", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Sunoco LP - Unit", + "date": "2021-01-24", + "type": null, + "iexId": "IEX_504B534A36382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00358K8S0", + "cik": "0001552275", + "lei": "54930001NJU8E40NQ561" + }, + { + "symbol": "SUNS", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Solar Senior Capital Ltd", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_485A44544A422D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG001CGD2R0", + "cik": "0001508171", + "lei": "5299003DR3SMTPVUTK41" + }, + { + "symbol": "SUNW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Sunworks Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5634543632312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000MG0XL3", + "cik": "0001172631", + "lei": "549300LGWVGT6Q975H59" + }, + { + "symbol": "SUP", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Superior Industries International, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_544630504D302D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BTNS79", + "cik": "0000095552", + "lei": "54930065O5ZIQD1F8U04" + }, + { + "symbol": "SUPN", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Supernus Pharmaceuticals Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_464D42394B322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BP0HX7", + "cik": "0001356576", + "lei": "549300GRM36VBKISYJ58" + }, + { + "symbol": "SUPV", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Grupo Supervielle S.A. - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_48595950314B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00BTHHZ55", + "cik": "0001517399", + "lei": "549300IQJL3KLZ3IYQ14" + }, + { + "symbol": "SURF", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Surface Oncology Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_57574B53344D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00KFWYWG3", + "cik": "0001718108", + "lei": "549300FCSG6MNIMFH738" + }, + { + "symbol": "SUSA", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "BlackRock Institutional Trust Company N.A. - BTC MSCI USA ESG Select E", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5453483038472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000QN82F1", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "SUSB", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "iShares Trust - iShares Trust iShares ESG Aware 1-5 Year USD Corporate", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4435314753382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00H4BFKY5", + "cik": "0001006249", + "lei": null + }, + { + "symbol": "SUSC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "iShares Trust - iShares Trust iShares ESG Aware USD Corporate Bond ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4642435359392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00H4BH2Q2", + "cik": "0001006249", + "lei": null + }, + { + "symbol": "SUSL", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "iShares Trust - iShares ESG MSCI USA Leaders ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4B4A504E52482D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00P35VS94", + "cik": "0001006249", + "lei": null + }, + { + "symbol": "SUZ", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Suzano S.A. - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_4333374E56432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000PLJG90", + "cik": "0000909327", + "lei": "391200AW174YQSDMGG41" + }, + { + "symbol": "SV", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Spring Valley Acquisition Corp - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00YG48NM6", + "cik": "0001822966", + "lei": null + }, + { + "symbol": "SVA", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Sinovac Biotech, Ltd.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4C4A4D3539482D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000D0D8P5", + "cik": "0001084201", + "lei": "529900DOOGH8WKB2WL85" + }, + { + "symbol": "SVAC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Starboard Value Acquisition Corp - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4E4E313950332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00XH5RMF3", + "cik": "0001794905", + "lei": null + }, + { + "symbol": "SVACW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Starboard Value Acquisition Corp - Warrants (10/09/2025)", + "date": "2021-01-24", + "type": "wt", + "iexId": "IEX_4C31385731502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00Y1D48G6", + "cik": "0001794905", + "lei": null + }, + { + "symbol": "SVAL", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "iShares Trust - iShares US Small Cap Value Factor ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5054373131542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00XZPT3V1", + "cik": "0001006249", + "lei": null + }, + { + "symbol": "SVBI", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Severn Bancorp Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5335464631422D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000DHTVJ7", + "cik": "0000868271", + "lei": null + }, + { + "symbol": "SVC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Service Properties Trust", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5046443839432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000F79GY5", + "cik": "0000945394", + "lei": "529900IS770AG1K9QG27" + }, + { + "symbol": "SVM", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "Silvercorp Metals Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4433574B4D582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000CY5S22", + "cik": "0001340677", + "lei": "52990092RT3UCQ7G3177" + }, + { + "symbol": "SVMK", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "SVMK Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4E335956384C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00LVGQZL4", + "cik": "0001739936", + "lei": null + }, + { + "symbol": "SVRA", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Savara Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4251564A39592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000MS0823", + "cik": "0001160308", + "lei": "5493002JO0WM3YMJXG33" + }, + { + "symbol": "SVSVW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Spring Valley Acquisition Corp - Warrants (11/11/2025)", + "date": "2021-01-24", + "type": "wt", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00YG49M29", + "cik": "0001822966", + "lei": null + }, + { + "symbol": "SVT", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "Servotronics, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4A44573543572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BTPZ26", + "cik": "0000089140", + "lei": "549300G2MISHW24LEA03" + }, + { + "symbol": "SVVC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Firsthand Technology Value Fund Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5246314E58392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG001MP9M36", + "cik": "0001495584", + "lei": null + }, + { + "symbol": "SVXY", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "ProShares Trust - ProShares Short VIX Short-Term Futures ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4854343544522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0024TG624", + "cik": "0001174610", + "lei": null + }, + { + "symbol": "SWAN", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Amplify ETF Trust - Amplify BlackSwan Growth & Treasury Core ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5842485944362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00MCBHF38", + "cik": "0001633061", + "lei": null + }, + { + "symbol": "SWAV", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "ShockWave Medical Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4D334B5A544C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG005XVXML5", + "cik": "0001642545", + "lei": "549300LDXO56IC5Y1538" + }, + { + "symbol": "SWBI", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Smith & Wesson Brands Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_46434756364C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BM0QL7", + "cik": "0001092796", + "lei": "5493004PFHUPOR1PWN79" + }, + { + "symbol": "SWBK=", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Switchback II Corp - Units (1 Ord Class A & 1/5 War)", + "date": "2021-01-24", + "type": null, + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00YM42GB2", + "cik": "0001829730", + "lei": null + }, + { + "symbol": "SWBKU", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Switchback II Corp - Units (1 Ord Class A & 1/5 War)", + "date": "2021-01-08", + "type": null, + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001829730", + "lei": null + }, + { + "symbol": "SWCH", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Switch Inc - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_505456505A502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00HPDM5Z2", + "cik": "0001710583", + "lei": "549300EZ98N5Y55J4X37" + }, + { + "symbol": "SWI", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "SolarWinds Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5046574A5A372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00M1CKSK7", + "cik": "0001739942", + "lei": null + }, + { + "symbol": "SWIR", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Sierra Wireless Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5442584633522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000CMV7Q9", + "cik": "0001111863", + "lei": "549300E33RZ5BJ726L53" + }, + { + "symbol": "SWK", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Stanley Black & Decker Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4C4B50574D342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BTQR96", + "cik": "0000093556", + "lei": "549300DJ09SMTO561131" + }, + { + "symbol": "SWKH", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Swk Holdings Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5837474347582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BTX131", + "cik": "0001089907", + "lei": null + }, + { + "symbol": "SWKS", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Skyworks Solutions, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_445856444A342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000KLB4Q1", + "cik": "0000004127", + "lei": "549300WZ3ORQ2BVKBD96" + }, + { + "symbol": "SWM", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Schweitzer-Mauduit International, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4351443350392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000C3CWZ7", + "cik": "0001000623", + "lei": "549300Z1FU4IDULG1R21" + }, + { + "symbol": "SWN", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Southwestern Energy Company", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_584B504635472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BTR593", + "cik": "0000007332", + "lei": "EFWMP121W54QV9MGOP87" + }, + { + "symbol": "SWT", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Stanley Black & Decker Inc - Unit", + "date": "2021-01-24", + "type": null, + "iexId": "IEX_564C4B3046582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000093556", + "lei": "549300DJ09SMTO561131" + }, + { + "symbol": "SWTX", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "SpringWorks Therapeutics Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4453374B52522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00Q011TW9", + "cik": "0001773427", + "lei": null + }, + { + "symbol": "SWX", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Southwest Gas Holdings Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_56334D4C37502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BTSCL3", + "cik": "0001692115", + "lei": null + }, + { + "symbol": "SWZ", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Swiss Helvetia Fund Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_443530334A422D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BTSRZ5", + "cik": "0000813623", + "lei": "549300HQZ0XPGTS5Q724" + }, + { + "symbol": "SXC", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "SunCoke Energy Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5254474A59482D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000R1YXQ9", + "cik": "0001514705", + "lei": "1KF1J2NXQE2PI0QOB943" + }, + { + "symbol": "SXI", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Standex International Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_574752544A4B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BTT5B8", + "cik": "0000310354", + "lei": "RCX52GR0JW2LRRMH9Z54" + }, + { + "symbol": "SXT", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Sensient Technologies Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4D53354D39442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000J79P80", + "cik": "0000310142", + "lei": "CMMZHMFZQG86EI7WZU92" + }, + { + "symbol": "SXTC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "China SXT Pharmaceuticals Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4B35354448422D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00JF23165", + "cik": "0001723980", + "lei": "5493006HSPECSOT1UH87" + }, + { + "symbol": "SY", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "So-Young International Inc - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_463933574C4E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00NTZYPM3", + "cik": "0001758530", + "lei": null + }, + { + "symbol": "SYBT", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Stock Yards Bancorp Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4D4A365853572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000FLKSG5", + "cik": "0000835324", + "lei": "549300YERP9H5TDIQW16" + }, + { + "symbol": "SYBX", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Synlogic Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_42353553384A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000R33JD4", + "cik": "0001527599", + "lei": "5493007C6UCNXL4HOI66" + }, + { + "symbol": "SYE", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "SSgA Active Trust - SSGA SPDR MFS Systematic Core Equity ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5131443651372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG005T0SPK8", + "cik": "0001516212", + "lei": "549300PQC2CS3IA6B871" + }, + { + "symbol": "SYF", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Synchrony Financial", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5651595452502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00658F3P3", + "cik": "0001601712", + "lei": "549300RS7EWPM9MA6C78" + }, + { + "symbol": "SYF-A", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Synchrony Financial - 5.625% PRF PERPETUAL USD 25 - Ser A", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_5850334B57422D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001601712", + "lei": "549300RS7EWPM9MA6C78" + }, + { + "symbol": "SYG", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "SSgA Active Trust - SSGA SPDR MFS Systematic Growth Equity ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_514D4B4353522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG005T0SR51", + "cik": "0001516212", + "lei": "549300PQC2CS3IA6B871" + }, + { + "symbol": "SYK", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Stryker Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_54593157574D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000DN7P92", + "cik": "0000310764", + "lei": "5493002F0SC4JTBU5137" + }, + { + "symbol": "SYKE", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Sykes Enterprises, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4B36565657582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BBHPV4", + "cik": "0001010612", + "lei": "549300JJ24XHULP7Q562" + }, + { + "symbol": "SYLD", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "Cambria Investment Management LP - Cambria Shareholder Yield ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5838383833462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG004K1ZLX5", + "cik": "0001529389", + "lei": null + }, + { + "symbol": "SYN", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "Synthetic Biologics Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4642485358442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BV6QX8", + "cik": "0000894158", + "lei": "529900RVC1I52VWB3G55" + }, + { + "symbol": "SYNA", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Synaptics Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_56365A56324A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BQV1S2", + "cik": "0000817720", + "lei": "549300AJ3LI4FWNRQX29" + }, + { + "symbol": "SYNC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Synacor Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5035315135512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000RTX2H7", + "cik": "0001408278", + "lei": "549300NABUC7MPI2X462" + }, + { + "symbol": "SYNH", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Syneos Health Inc - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4A42524E59582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0078Y1D92", + "cik": "0001610950", + "lei": "549300F1ZGKDS8P6GU13" + }, + { + "symbol": "SYNL", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Synalloy Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5837464E33372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000CLRHW7", + "cik": "0000095953", + "lei": "549300U2S5125001TS43" + }, + { + "symbol": "SYPR", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Sypris Solutions, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4851343934472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BBQZV2", + "cik": "0000864240", + "lei": null + }, + { + "symbol": "SYRS", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Syros Pharmaceuticals Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_424D333154382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG004FFTL76", + "cik": "0001556263", + "lei": "549300512PURS7IGVT96" + }, + { + "symbol": "SYTA", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Siyata Mobile Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4438464335312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BXPF58", + "cik": "0001649009", + "lei": "549300RWGZ0LQXV77115" + }, + { + "symbol": "SYTAW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Siyata Mobile Inc - Warrants (25/09/2025)", + "date": "2021-01-24", + "type": "wt", + "iexId": "IEX_4B43544732392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00XLXNK83", + "cik": "0001649009", + "lei": "549300RWGZ0LQXV77115" + }, + { + "symbol": "SYV", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "SSgA Active Trust - SSGA SPDR MFS Systematic Value Equity ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_56344B4338562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG005T0SSJ4", + "cik": "0001516212", + "lei": "549300PQC2CS3IA6B871" + }, + { + "symbol": "SYX", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Systemax, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_424B3654325A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000KFPB56", + "cik": "0000945114", + "lei": null + }, + { + "symbol": "SYY", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Sysco Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5432544E57462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BTVJ25", + "cik": "0000096021", + "lei": "5RGWIFLMGH3YS7KWI652" + }, + { + "symbol": "SZC", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Cushing NextGen Infrastructure Income Fund", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4C4E344D32372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0036FBPJ5", + "cik": "0001506488", + "lei": "549300MVVZW681ZGYD76" + }, + { + "symbol": "SZK", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "ProShares Trust - ProShares UltraShort Consumer Goods", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5034464C51532D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000QXG9R2", + "cik": "0001174610", + "lei": null + }, + { + "symbol": "SZNE", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Pacer Funds Trust - Pacer CFRA Stovall Equal Weight Seasonal Rotation ", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_424357304B312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00LGRG151", + "cik": "0001616668", + "lei": null + }, + { + "symbol": "T", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "AT&T, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_564C484B46392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BSJK37", + "cik": "0000732717", + "lei": "549300Z40J86GGSTL398" + }, + { + "symbol": "T-A", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "AT&T, Inc. - 5% PRF PERPETUAL USD 25 - 1/1000th Int Ser A", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_564D514E42392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000732717", + "lei": "549300Z40J86GGSTL398" + }, + { + "symbol": "T-C", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "AT&T, Inc. - 4.75% PRF PERPETUAL USD 25 - 1/1000th Int Ser C", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_48325635534A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000732717", + "lei": "549300Z40J86GGSTL398" + }, + { + "symbol": "TA", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "TravelCenters of America Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_585147484C462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000F71CC6", + "cik": "0001378453", + "lei": null + }, + { + "symbol": "TAAG", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Collaborative Investment Series Trust - Trend Aggregation Growth ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4E57514E37532D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00TQK32D1", + "cik": "0001719812", + "lei": null + }, + { + "symbol": "TAC", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Transalta Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4B53563554592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BBR1G3", + "cik": "0001144800", + "lei": "GJZNVO2UY6DNFNIYH321" + }, + { + "symbol": "TACA", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Trepont Acquisition Corp I - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00YRWF491", + "cik": "0001826991", + "lei": null + }, + { + "symbol": "TACA+", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Trepont Acquisition Corp I - Warrants (24/11/2025)", + "date": "2021-01-24", + "type": "wt", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00YR0LZN9", + "cik": "0001826991", + "lei": null + }, + { + "symbol": "TACA=", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Trepont Acquisition Corp I - Units (1 Ord Class A & 1/2 War)", + "date": "2020-12-21", + "type": null, + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00Y6V1375", + "cik": "0001826991", + "lei": null + }, + { + "symbol": "TACAU", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Trepont Acquisition Corp I - Units (1 Ord Class A & 1/2 War)", + "date": "2021-01-24", + "type": null, + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00Y6V1375", + "cik": "0001826991", + "lei": null + }, + { + "symbol": "TACE", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Collaborative Investment Series Trust - Trend Aggregation Conservative", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5046545A51482D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00XY94L18", + "cik": "0001719812", + "lei": null + }, + { + "symbol": "TACO", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Del Taco Restaurants Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_505134444B5A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG005SSMPJ6", + "cik": "0001585583", + "lei": "5299004IBCSPGYGOI790" + }, + { + "symbol": "TACT", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Transact Technologies Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4A43513552332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BD6DY6", + "cik": "0001017303", + "lei": null + }, + { + "symbol": "TADS", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Collaborative Investment Series Trust - Trend Aggregation Dividend Sto", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_533248564B4C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00TQK3ZS2", + "cik": "0001719812", + "lei": null + }, + { + "symbol": "TAEQ", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "Collaborative Investment Series Trust - Trend Aggregation U.S. ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4D44354A58472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00TQK0D22", + "cik": "0001719812", + "lei": null + }, + { + "symbol": "TAGS", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Teucrium Trading, LLC - Teucrium Agricultural Fund", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5053483947372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0029X30S9", + "cik": "0001513239", + "lei": null + }, + { + "symbol": "TAIL", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "Cambria Investment Management LP - Cambria Tail Risk ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5733424330462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00GD9FFB8", + "cik": "0001529389", + "lei": null + }, + { + "symbol": "TAIT", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Taitron Components Inc. - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_574C3544584E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000F4RZ43", + "cik": "0000942126", + "lei": null + }, + { + "symbol": "TAK", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Takeda Pharmaceutical Co - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_51363350304E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000LF8708", + "cik": "0001395064", + "lei": "549300ZLMVP4X0OGR454" + }, + { + "symbol": "TAL", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "TAL Education Group - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_564A433048562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0016XJ8S0", + "cik": "0001499620", + "lei": "5493003PJZS0EC085V72" + }, + { + "symbol": "TALO", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Talos Energy Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4A48344E56312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00JPH4HQ3", + "cik": "0001724965", + "lei": "549300OKFHZ84SFJFT95" + }, + { + "symbol": "TALO+", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "Talos Energy Inc - Warrants (01/01/2021)", + "date": "2021-01-24", + "type": "wt", + "iexId": "IEX_5751525A425A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00KTPC353", + "cik": "0001724965", + "lei": "549300OKFHZ84SFJFT95" + }, + { + "symbol": "TAN", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Invesco Capital Management LLC - Invesco Solar ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_443846355A302D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00KXH5WT4", + "cik": "0001224696", + "lei": null + }, + { + "symbol": "TANH", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Tantech Holdings Ltd", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_514A5054365A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0074G7GQ3", + "cik": "0001588084", + "lei": null + }, + { + "symbol": "TANNI", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ - ALL MARKETS", + "name": "TravelCenters of America Inc - 8.25% NT REDEEM 15/01/2028 USD 25", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_5243563339322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001378453", + "lei": null + }, + { + "symbol": "TANNL", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ - ALL MARKETS", + "name": "TravelCenters of America Inc - 8% NT REDEEM 15/12/2029 USD 25", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_53334B374C372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001378453", + "lei": null + }, + { + "symbol": "TANNZ", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ - ALL MARKETS", + "name": "TravelCenters of America Inc - 8% NT REDEEM 15/10/2030 USD 25", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_524E31485A392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001378453", + "lei": null + }, + { + "symbol": "TAOP", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Taoping Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4E334D5854522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000PW75Z4", + "cik": "0001552670", + "lei": null + }, + { + "symbol": "TAP", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Molson Coors Beverage Company - Class B", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4E434C3547562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BS7KS3", + "cik": "0000024545", + "lei": "54930073LBBH6ZCBE225" + }, + { + "symbol": "TAP.A", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Molson Coors Beverage Company - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4833325052362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000KBCNV4", + "cik": "0000024545", + "lei": "54930073LBBH6ZCBE225" + }, + { + "symbol": "TAPR", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "Barclays Bank PLC - ZC SP ETN REDEEM 24/07/2024 USD 50 - Series A", + "date": "2020-12-09", + "type": "struct", + "iexId": "IEX_4238304339512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG006QWNLZ7", + "cik": "0000312070", + "lei": "G5GSEF7VJP5I7OUK5573" + }, + { + "symbol": "TARA", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Protara Therapeutics Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4843333533572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG001ZLYSH5", + "cik": "0001359931", + "lei": "549300VWUGH3220TG273" + }, + { + "symbol": "TARO", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Taro Pharmaceutical Industries", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_505A384E4A4B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000H2ZMR0", + "cik": "0000906338", + "lei": "5493002WIJCSC2L2VL79" + }, + { + "symbol": "TARS", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Tarsus Pharmaceuticals Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4D57304630312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00RB9BNQ7", + "cik": "0001819790", + "lei": null + }, + { + "symbol": "TAST", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Carrols Restaurant Group Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_53444834354C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000Q1PH76", + "cik": "0000809248", + "lei": "529900HZEMNWQSAKFJ98" + }, + { + "symbol": "TAT", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "TransAtlantic Petroleum Ltd", + "date": "2020-12-18", + "type": "cs", + "iexId": "IEX_4E51513034472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000C4NR20", + "cik": "0001092289", + "lei": "549300B2UM2VRI5TUL37" + }, + { + "symbol": "TATT", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Tat Technologies", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4A574D3732542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000CTJC78", + "cik": "0000808439", + "lei": null + }, + { + "symbol": "TAXF", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "American Century ETF Trust - American Century Diversified Municipal Bo", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_514E474A574B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00LY8JLB9", + "cik": "0001710607", + "lei": null + }, + { + "symbol": "TAYD", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Taylor Devices Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4B4A585A34542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BTX2M8", + "cik": "0000096536", + "lei": null + }, + { + "symbol": "TBA", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Thoma Bravo Advantage - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00YQ7B9M5", + "cik": "0001832459", + "lei": null + }, + { + "symbol": "TBB", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "AT&T, Inc. - 5.35% NT REDEEM 01/11/2066 USD 25", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_425A575239482D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000732717", + "lei": "549300Z40J86GGSTL398" + }, + { + "symbol": "TBBK", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Bancorp Inc. (The)", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_543951444A302D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000Q50XK4", + "cik": "0001295401", + "lei": null + }, + { + "symbol": "TBC", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "AT&T, Inc. - 5.625% NT REDEEM 01/08/2067 USD 25", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4A374B564E422D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000732717", + "lei": "549300Z40J86GGSTL398" + }, + { + "symbol": "TBF", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "ProShares Trust - ProShares Short 20+ Year Treasury", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4436374D324C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000NZZW25", + "cik": "0001174610", + "lei": null + }, + { + "symbol": "TBI", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "TrueBlue Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_425151464A332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BP69N0", + "cik": "0000768899", + "lei": null + }, + { + "symbol": "TBIO", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Translate Bio Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4D35364736322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG002DVGMW1", + "cik": "0001693415", + "lei": null + }, + { + "symbol": "TBJL", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "Innovator ETFs Trust - Innovator 20+ Year Treasury Bond 9 Buffer ETF -", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_47355A4747592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00WRDT1K5", + "cik": "0001415726", + "lei": null + }, + { + "symbol": "TBK", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Triumph Bancorp Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4835464253572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000QS6MN9", + "cik": "0001539638", + "lei": "5493003RNRMEVYDZ1Q52" + }, + { + "symbol": "TBKCP", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Triumph Bancorp Inc - 7.125% PRF PERPETUAL USD 25 - Ser C 1/40 Int", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4B30394844462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001539638", + "lei": "5493003RNRMEVYDZ1Q52" + }, + { + "symbol": "TBLT", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Toughbuilt Industries Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4D344B394E312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00LDFP150", + "cik": "0001668370", + "lei": "549300O5ZW5B6LIVGY48" + }, + { + "symbol": "TBLTW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Toughbuilt Industries Inc - Warrants - Series A (09/11/2023)", + "date": "2021-01-24", + "type": "wt", + "iexId": "IEX_5138594252472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00MPVYW98", + "cik": "0001668370", + "lei": "549300O5ZW5B6LIVGY48" + }, + { + "symbol": "TBNK", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Territorial Bancorp Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4D59593732342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000M1LNP1", + "cik": "0001447051", + "lei": "5493003VDUGN5KBPTN24" + }, + { + "symbol": "TBPH", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Theravance Biopharma Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5737544A4B342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG004HK6YX1", + "cik": "0001583107", + "lei": "5493007VTSXP4Z6MIW52" + }, + { + "symbol": "TBT", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Invesco Capital Management LLC - PowerShares UltraShort Lehman 20+ Yea", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_444A485154342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000FBND22", + "cik": "0001224696", + "lei": null + }, + { + "symbol": "TBX", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "ProShares Trust - ProShares Short 7-10 Year Treasury", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_564A463148572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG001LWLBP8", + "cik": "0001174610", + "lei": null + }, + { + "symbol": "TC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "TuanChe Ltd - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_4E51374251372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00MCDT2S3", + "cik": "0001743340", + "lei": null + }, + { + "symbol": "TCBI", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Texas Capital Bancshares, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_544A464D4E462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000DN4ZT1", + "cik": "0001077428", + "lei": "549300466Q2SXRX0YM48" + }, + { + "symbol": "TCBIL", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ - ALL MARKETS", + "name": "Texas Capital Bancshares, Inc. - 6.50% NT REDEEM 21/09/2042 USD 25", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_5435373631442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001077428", + "lei": "549300466Q2SXRX0YM48" + }, + { + "symbol": "TCBIP", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Texas Capital Bancshares, Inc. - 6.50% PRF PERPETUAL USD 25 - Ser A", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4A305943365A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001077428", + "lei": "549300466Q2SXRX0YM48" + }, + { + "symbol": "TCBK", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Trico Bancshares", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4D564D3134352D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BGYJF6", + "cik": "0000356171", + "lei": null + }, + { + "symbol": "TCCO", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Technical Communications Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5239394A38352D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BTYD70", + "cik": "0000096699", + "lei": null + }, + { + "symbol": "TCDA", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Tricida Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4E42503046322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG007318S26", + "cik": "0001595585", + "lei": "549300QVPFFJC8SZXG25" + }, + { + "symbol": "TCF", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "TCF Financial Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4C364A3542522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BFK8Y6", + "cik": "0000019612", + "lei": "549300UK6KFVK4A0D603" + }, + { + "symbol": "TCFC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Community Financial Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5431545A424D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BBFFS2", + "cik": "0000855874", + "lei": "549300IM1P8BVV642449" + }, + { + "symbol": "TCFCP", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "TCF Financial Corp - 5.70% PRF PERPETUAL USD 25 - Ser C Dep Rep 1/1000", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_524342544E372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000019612", + "lei": "549300UK6KFVK4A0D603" + }, + { + "symbol": "TCHP", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "T. Rowe Price ExchangeTraded Funds Inc - T. Rowe Price Blue Chip Growt", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_58364E5157352D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00WGK8XX0", + "cik": "0001795351", + "lei": null + }, + { + "symbol": "TCI", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Transcontinental Realty Investors, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4835333558562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BN38Z7", + "cik": "0000733590", + "lei": "549300A8Z1XO0M0QRS82" + }, + { + "symbol": "TCMD", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Tactile Systems Technology Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4D594D3647372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG001B12Z39", + "cik": "0001027838", + "lei": "54930069VDTITHOTKJ98" + }, + { + "symbol": "TCO", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Taubman Centers, Inc.", + "date": "2020-12-30", + "type": "cs", + "iexId": "IEX_443738594D542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BGPVW0", + "cik": "0000890319", + "lei": null + }, + { + "symbol": "TCO-J", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Taubman Centers, Inc. - 6.50% PRF PERPETUAL USD 25 - Ser J", + "date": "2020-12-30", + "type": "ps", + "iexId": "IEX_4D4E514C34592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000890319", + "lei": null + }, + { + "symbol": "TCO-K", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Taubman Centers, Inc. - 6.25% PRF PERPETUAL USD 25 - Ser K", + "date": "2020-12-30", + "type": "ps", + "iexId": "IEX_463853314B332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000890319", + "lei": null + }, + { + "symbol": "TCOM", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Trip.com Group Ltd - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_474D325943312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000CWKYS8", + "cik": "0001269238", + "lei": "2549004RMYDSRQL4KW41" + }, + { + "symbol": "TCON", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "TRACON Pharmaceuticals Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4634594B30432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000R33BY8", + "cik": "0001394319", + "lei": null + }, + { + "symbol": "TCP", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "TC Pipelines, LP - Unit", + "date": "2021-01-24", + "type": null, + "iexId": "IEX_4838484E31542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000F8KJS1", + "cik": "0001075607", + "lei": "6HL0C5LCIE4TN8UZHL06" + }, + { + "symbol": "TCPC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "BlackRock TCP Capital Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4B53524347392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG001P0TNW2", + "cik": "0001370755", + "lei": "549300JU1XG1HF56J989" + }, + { + "symbol": "TCRR", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Tcr2 Therapeutics Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_515637344E392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00FH3FM15", + "cik": "0001750019", + "lei": "5493007TR1ORJAZ8YK34" + }, + { + "symbol": "TCS", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Container Store Group Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4450525933422D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG005CHSS32", + "cik": "0001411688", + "lei": "529900L7KB2N9KXCDI76" + }, + { + "symbol": "TCTL", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "Premise Capital LLC - Premise Capital Diversified Tactical ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4C374E3958382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00F3BZHV8", + "cik": "0001599974", + "lei": null + }, + { + "symbol": "TCX", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Tucows, Inc. - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5331303436482D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000L69KL5", + "cik": "0000909494", + "lei": "529900860LTAB4QUV247" + }, + { + "symbol": "TD", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Toronto Dominion Bank", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4642483858582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BXBHJ4", + "cik": "0000947263", + "lei": "PT3QB789TSUIDF371261" + }, + { + "symbol": "TDA", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Telephone And Data Systems, Inc. - 5.875% NT REDEEM 01/12/2061 USD 25", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4B59543037422D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001051512", + "lei": null + }, + { + "symbol": "TDAC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Trident Acquisitions Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_565652354C562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00KDH03W1", + "cik": "0001673481", + "lei": "5493007X22HUUM7DN509" + }, + { + "symbol": "TDACW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Trident Acquisitions Corp - Warrants (09/05/2023)", + "date": "2021-01-24", + "type": "wt", + "iexId": "IEX_51524C3131372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00L4Q8KJ8", + "cik": "0001673481", + "lei": "5493007X22HUUM7DN509" + }, + { + "symbol": "TDC", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Teradata Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4446325759542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000R0L5J4", + "cik": "0000816761", + "lei": "549300JU9SOUHV4U4R71" + }, + { + "symbol": "TDE", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Telephone And Data Systems, Inc. - 6.875% NT REDEEM 15/11/2059 USD 25", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4659384A46432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001051512", + "lei": null + }, + { + "symbol": "TDF", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Templeton Dragon Fund Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_513354524D5A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000DL6S28", + "cik": "0000919893", + "lei": "549300L5KGV2K28LYW59" + }, + { + "symbol": "TDG", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Transdigm Group Incorporated", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_51384737384D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000L8CBX4", + "cik": "0001260221", + "lei": null + }, + { + "symbol": "TDI", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Telephone And Data Systems, Inc. - 6.625% NT REDEEM 31/03/2045 USD 25", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4A355A3639322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001051512", + "lei": null + }, + { + "symbol": "TDIV", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "First Trust Exchange-Traded Fund III - First Trust ETF VI First Trust ", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4A584A51464B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00393GQX6", + "cik": "0001424212", + "lei": null + }, + { + "symbol": "TDJ", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Telephone And Data Systems, Inc. - 7% NT REDEEM 15/03/2060 USD 25", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_52304B5057342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001051512", + "lei": null + }, + { + "symbol": "TDOC", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Teladoc Health Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4351315852372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0019T5SG0", + "cik": "0001477449", + "lei": "549300I2PVFBC9MFAC61" + }, + { + "symbol": "TDS", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Telephone And Data Systems, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4832565854562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BV0VK7", + "cik": "0001051512", + "lei": null + }, + { + "symbol": "TDSA", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Exchange Listed Funds Trust - Cabana Target Drawdown 5 ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4D535658344D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00TNTNKD3", + "cik": "0001547950", + "lei": null + }, + { + "symbol": "TDSB", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Exchange Listed Funds Trust - Cabana Target Drawdown 7 ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4643313337592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00TNTNQK2", + "cik": "0001547950", + "lei": null + }, + { + "symbol": "TDSC", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Exchange Listed Funds Trust - Cabana Target Drawdown 10 ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_434C4A4D30442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00TNV22M1", + "cik": "0001547950", + "lei": null + }, + { + "symbol": "TDSD", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Exchange Listed Funds Trust - Cabana Target Drawdown 13 ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_42565038304D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00TNTP0V5", + "cik": "0001547950", + "lei": null + }, + { + "symbol": "TDSE", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Exchange Listed Funds Trust - Cabana Target Drawdown 16 ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4B38435653382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00TNV25P1", + "cik": "0001547950", + "lei": null + }, + { + "symbol": "TDTF", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "FlexShares Trust - FlexShares iBoxx 5-Year Target Duration TIPS Index ", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_57314C5A50542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00243PC28", + "cik": "0001256909", + "lei": null + }, + { + "symbol": "TDTT", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "FlexShares Trust - FlexShares iBoxx 3-Year Target Duration TIPS Index ", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5836593956562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00243PB66", + "cik": "0001256909", + "lei": null + }, + { + "symbol": "TDV", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "ProShares Trust - ProShares S&P Technology Dividend Aristocrats ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_47433535574E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00QRZS8P0", + "cik": "0001174610", + "lei": null + }, + { + "symbol": "TDVG", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "T. Rowe Price ExchangeTraded Funds Inc - T. Rowe Price Dividend Growth", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_47324A525A542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00WGK9YC0", + "cik": "0001795351", + "lei": null + }, + { + "symbol": "TDW", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Tidewater Inc. - New", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_52344D3359512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00HBQ35R8", + "cik": "0000098222", + "lei": "549300UOMTB7PD2UT305" + }, + { + "symbol": "TDW+", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "Tidewater Inc. - Warrants (24/11/2024)", + "date": "2021-01-24", + "type": "wt", + "iexId": "IEX_4246424359482D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00MK1DC69", + "cik": "0000098222", + "lei": "549300UOMTB7PD2UT305" + }, + { + "symbol": "TDW+A", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Tidewater Inc. - Warrants - Class A (31/07/2023)", + "date": "2021-01-24", + "type": "wt", + "iexId": "IEX_4434323254522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00HC5P5Y1", + "cik": "0000098222", + "lei": "549300UOMTB7PD2UT305" + }, + { + "symbol": "TDW+B", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Tidewater Inc. - Warrants - Class B (31/07/2023)", + "date": "2021-01-24", + "type": "wt", + "iexId": "IEX_4A37373744432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00HC5N9W7", + "cik": "0000098222", + "lei": "549300UOMTB7PD2UT305" + }, + { + "symbol": "TDY", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Teledyne Technologies Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4D54475359332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BMT9T6", + "cik": "0001094285", + "lei": "549300VSMO9KYQWDND94" + }, + { + "symbol": "TEAF", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Tortoise Essential Assets Income Term Fund", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5632354B585A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00NPWMLR1", + "cik": "0001704299", + "lei": "549300JEEQF7C836SM26" + }, + { + "symbol": "TEAM", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Atlassian Corporation Plc - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_434B5042335A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00BDQ1H13", + "cik": "0001650372", + "lei": "549300AGBII4MWBVJY22" + }, + { + "symbol": "TECB", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "iShares Trust - iShares U.S. Tech Breakthrough Multisector ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_57485A59484C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00R9J1RC5", + "cik": "0001006249", + "lei": null + }, + { + "symbol": "TECH", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Bio-Techne Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_56584B4B48332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000C15114", + "cik": "0000842023", + "lei": "54930073RLKQ51TILZ35" + }, + { + "symbol": "TECK", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Teck Resources Ltd - Class B", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_58484635354A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BSJTT0", + "cik": "0000886986", + "lei": "T8KI5SQ2JRWHL7XY0E11" + }, + { + "symbol": "TECL", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Direxion Shares ETF Trust - Direxion Daily Technology Bull 3X Shares", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5451344B364C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000HCXS51", + "cik": "0001424958", + "lei": null + }, + { + "symbol": "TECS", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Direxion Shares ETF Trust - Direxion Daily Technology Bear 3X Shares", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_54335A4434322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000HD0HY7", + "cik": "0001424958", + "lei": null + }, + { + "symbol": "TECTP", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Tectonic Financial Inc. - FXDFR PRF PERPETUAL USD 10 - Ser B", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_47534B344C432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001766526", + "lei": null + }, + { + "symbol": "TEDU", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Tarena International Inc - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_4456543339372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG006373TF4", + "cik": "0001592560", + "lei": "5493003SGWGFEXTC4U52" + }, + { + "symbol": "TEF", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Telefonica S.A - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_5246574659432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BV2R33", + "cik": "0000814052", + "lei": "549300EEJH4FEPDBBR25" + }, + { + "symbol": "TEGS", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "Collaborative Investment Series Trust - Trend Aggregation ESG ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4734543839562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00TQK1QZ6", + "cik": "0001719812", + "lei": null + }, + { + "symbol": "TEI", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Templeton Emerging Markets Income Fund Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5458584235422D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BBDJ42", + "cik": "0000909112", + "lei": "HM42X4Y58XQ0M2JYZW07" + }, + { + "symbol": "TEKK", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Tekkorp Digital Acquisition Corp - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00Y27THF2", + "cik": "0001822027", + "lei": null + }, + { + "symbol": "TEKKW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Tekkorp Digital Acquisition Corp - Warrants(26/10/2027)", + "date": "2021-01-24", + "type": "wt", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00YLXCM34", + "cik": "0001822027", + "lei": null + }, + { + "symbol": "TEL", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "TE Connectivity Ltd - Registered Shares", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_54314E394E462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000RGM5P1", + "cik": "0001385157", + "lei": "894500ZRIX9K13RHXR17" + }, + { + "symbol": "TELA", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "TELA Bio Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4E464D3251342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG004CH7Z50", + "cik": "0001561921", + "lei": null + }, + { + "symbol": "TELL", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Tellurian Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4E4E4653364B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000CS2ZS4", + "cik": "0000061398", + "lei": "254900ZYXZHH5MQG6H78" + }, + { + "symbol": "TEN", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Tenneco, Inc. - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_51575435484E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BJB6R0", + "cik": "0001024725", + "lei": "549300U0EXXFAQFAD785" + }, + { + "symbol": "TENB", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Tenable Holdings Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4339383536312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00LBLCD02", + "cik": "0001660280", + "lei": "5493004S5OMPESF0EF83" + }, + { + "symbol": "TENX", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Tenax Therapeutics Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4639363033332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BJ6R36", + "cik": "0000034956", + "lei": "549300J03O6B1IJ2B606" + }, + { + "symbol": "TEO", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Telecom Argentina S.A. - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_5636305931472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BL1FQ7", + "cik": "0000932470", + "lei": "549300MKPIRSJD8SB782" + }, + { + "symbol": "TEQI", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "T. Rowe Price ExchangeTraded Funds Inc - T. Rowe Price Equity Income E", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5738385954462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00WGK9KP6", + "cik": "0001795351", + "lei": null + }, + { + "symbol": "TER", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Teradyne, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4734474236422D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BV4DR6", + "cik": "0000097210", + "lei": "C3X4YJ278QNZHRJULN75" + }, + { + "symbol": "TERM", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "First Trust Exchange-Traded Fund III - EquityCompass Tactical Risk Man", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4732343533342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00GFCD3Y3", + "cik": "0001424212", + "lei": null + }, + { + "symbol": "TESS", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Tessco Technologies, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4835334338302D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000DD8XF9", + "cik": "0000927355", + "lei": "254900BNVQFBKCIOE491" + }, + { + "symbol": "TEVA", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Teva- Pharmaceutical Industries Ltd. - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_5157503659592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000C0CD58", + "cik": "0000818686", + "lei": "549300BAFGM4RC74ZJ94" + }, + { + "symbol": "TEX", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Terex Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5639445A44312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000C7B436", + "cik": "0000097216", + "lei": "YAWJZJYEQ7M1SYMOS462" + }, + { + "symbol": "TFC", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Truist Financial Corporation", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4758354C4A432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BYYLS8", + "cik": "0000092230", + "lei": "549300DRQQI75D2JP341" + }, + { + "symbol": "TFC-F", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Truist Financial Corporation - 5.20% PRF PERPETUAL USD 25 - Ser F", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_423031394E442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000092230", + "lei": "549300DRQQI75D2JP341" + }, + { + "symbol": "TFC-G", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Truist Financial Corporation - 5.20% PRF PERPETUAL USD 25 - Ser G", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_42513653564C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000092230", + "lei": "549300DRQQI75D2JP341" + }, + { + "symbol": "TFC-H", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Truist Financial Corporation - 5.625% PRF PERPETUAL USD 25 - Ser H rep", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_5357594757592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000092230", + "lei": "549300DRQQI75D2JP341" + }, + { + "symbol": "TFC-I", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Truist Financial Corporation - FR PRF PERPETUAL USD 25 - 1/4000 Series", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4E32484746512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000092230", + "lei": "549300DRQQI75D2JP341" + }, + { + "symbol": "TFC-O", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Truist Financial Corporation - 5.25% PRF PERPETUAL USD 25 - 1/1000th I", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_46394C3954582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000092230", + "lei": "549300DRQQI75D2JP341" + }, + { + "symbol": "TFC-R", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Truist Financial Corporation - 4.75% PRF PERPETUAL USD 25 - Ser R", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4438575635302D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000092230", + "lei": "549300DRQQI75D2JP341" + }, + { + "symbol": "TFFP", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Tff Pharmaceuticals Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4D3839384A4C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00KHKGQ98", + "cik": "0001733413", + "lei": "549300YNXG7BW6IMHM87" + }, + { + "symbol": "TFI", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "SPDR Series Trust - SPDR Nuveen Bloomberg Barclays Municipal Bond ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5839514332512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000Q5W1W6", + "cik": "0001064642", + "lei": null + }, + { + "symbol": "TFII", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "TFI International Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4A324D4746512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000HJS1F0", + "cik": "0001076530", + "lei": null + }, + { + "symbol": "TFIV", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "Global X Funds - Global X TargetIncome 5 ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4B4D4A5733442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00LL3H610", + "cik": "0001432353", + "lei": null + }, + { + "symbol": "TFJL", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "Innovator ETFs Trust - Innovator 20+ Year Treasury Bond 5 Floor ETF - ", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_46304E3439582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00WRDVM62", + "cik": "0001415726", + "lei": null + }, + { + "symbol": "TFLO", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "BlackRock Institutional Trust Company N.A. - BTC iShares Treasury Floa", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4A574E374A382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG005YTNMT2", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "TFLT", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "Global X Funds - Global X TargetIncome Plus 2 ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4C36513135582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00LL3W5D2", + "cik": "0001432353", + "lei": null + }, + { + "symbol": "TFSL", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "TFS Financial Corporation", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_504D364457462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000F7GST7", + "cik": "0001381668", + "lei": null + }, + { + "symbol": "TFX", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Teleflex Incorporated", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4D30433150382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BV59Y6", + "cik": "0000096943", + "lei": "UUL85LWXB4NGSWWXIQ25" + }, + { + "symbol": "TG", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Tredegar Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_48513950464A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BLVNB3", + "cik": "0000850429", + "lei": "54930003228ERHCH6K87" + }, + { + "symbol": "TGA", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Transglobe Energy Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5733435A4C462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000DTZJD7", + "cik": "0000736744", + "lei": "549300QMNS6BDY8UUB03" + }, + { + "symbol": "TGB", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "Taseko Mines Ltd.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_584B545852502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BCTV91", + "cik": "0000878518", + "lei": "549300XKUO1JSLU7KX54" + }, + { + "symbol": "TGC", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "Tengasco, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4837434456522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000H69NK5", + "cik": "0001001614", + "lei": "5493008CUBI02XP43Q95" + }, + { + "symbol": "TGH", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Textainer Group Holdings Limited", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4C443144304B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000TG66M8", + "cik": "0001413159", + "lei": "529900OHEYRATAFMIT89" + }, + { + "symbol": "TGI", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Triumph Group Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4D42503844532D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BM7L13", + "cik": "0001021162", + "lei": "5493007L6S47Q14SL582" + }, + { + "symbol": "TGIF", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Tidal ETF Trust - SoFi Weekly Income ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4D31323056342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00XNQQYX5", + "cik": "0001742912", + "lei": null + }, + { + "symbol": "TGLS", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Tecnoglass Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_52464D464E562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG002Z3L4S8", + "cik": "0001534675", + "lei": "529900YRWTPOC2E6IO67" + }, + { + "symbol": "TGNA", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "TEGNA Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4A53364233462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BK5DP1", + "cik": "0000039899", + "lei": "549300YC5EDBGX85AO10" + }, + { + "symbol": "TGP", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Teekay LNG Partners LP - Unit", + "date": "2021-01-24", + "type": null, + "iexId": "IEX_4B4D375946432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000QT29D1", + "cik": "0001308106", + "lei": "549300CP38L0UER0I397" + }, + { + "symbol": "TGP-A", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Teekay LNG Partners LP - 9% PRF PERPETUAL USD 25 - Ser A", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_5659504D584B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001308106", + "lei": "549300CP38L0UER0I397" + }, + { + "symbol": "TGP-B", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Teekay LNG Partners LP - FXDFR PRF PERPETUAL USD 25 - Ser B", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_5834383356462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001308106", + "lei": "549300CP38L0UER0I397" + }, + { + "symbol": "TGRW", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "T. Rowe Price ExchangeTraded Funds Inc - T. Rowe Price Growth Stock ET", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4B30434C44442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00WGK9SQ8", + "cik": "0001795351", + "lei": null + }, + { + "symbol": "TGS", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Transportadora de Gas del Sur - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_5238364637352D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000DQX5M5", + "cik": "0000931427", + "lei": "5299002TRC7IFQYSW596" + }, + { + "symbol": "TGT", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Target Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4A3939344D502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000H8TVT2", + "cik": "0000027419", + "lei": "8WDDFXB5T1Z6J0XC1L66" + }, + { + "symbol": "TGTX", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "TG Therapeutics Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4A4C4A3432322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000FVZQY1", + "cik": "0001001316", + "lei": "529900X21UKABN9NJ529" + }, + { + "symbol": "TH", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Target Hospitality Corp - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4643533242532D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00K7K3474", + "cik": "0001712189", + "lei": null + }, + { + "symbol": "THBR", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Thunder Bridge Acquisition II Ltd - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_424D473042352D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00PSSH9G7", + "cik": "0001769318", + "lei": null + }, + { + "symbol": "THBRW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Thunder Bridge Acquisition II Ltd - Warrants (30/11/2026)", + "date": "2021-01-24", + "type": "wt", + "iexId": "IEX_47514D3457532D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00QHLP4D7", + "cik": "0001769318", + "lei": null + }, + { + "symbol": "THC", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Tenet Healthcare Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_50395A4D56372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000CPHYL4", + "cik": "0000070318", + "lei": "0W9AIBT6U6ADJ2I8HK17" + }, + { + "symbol": "THCA", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Tuscan Holdings Corp II", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_445436434C512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00PNW1RM3", + "cik": "0001773087", + "lei": "549300PT0K8ZAABWJU18" + }, + { + "symbol": "THCAW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Tuscan Holdings Corp II - Warrants (01/04/2026)", + "date": "2021-01-24", + "type": "wt", + "iexId": "IEX_4B484A5037562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00PVMHZS5", + "cik": "0001773087", + "lei": "549300PT0K8ZAABWJU18" + }, + { + "symbol": "THCB", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Tuscan Holdings Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_435653395A4E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00NKS36M4", + "cik": "0001760689", + "lei": "549300J4UX9OMHSTKS35" + }, + { + "symbol": "THCBW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Tuscan Holdings Corp - Warrants (01/04/2026)", + "date": "2021-01-24", + "type": "wt", + "iexId": "IEX_485959474B382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00NQHB2L3", + "cik": "0001760689", + "lei": "549300J4UX9OMHSTKS35" + }, + { + "symbol": "THCX", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Spinnaker ETF Trust - The Cannabis ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4B35464D35312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00PNSG6L3", + "cik": "0001484018", + "lei": null + }, + { + "symbol": "THD", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "BlackRock Institutional Trust Company N.A. - iShares MSCI Thailand ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4B4C363734532D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000VD5B51", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "THFF", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "First Financial Corp. - Indiana", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4753585235512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000CDH213", + "cik": "0000714562", + "lei": null + }, + { + "symbol": "THG", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Hanover Insurance Group Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5143584754382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000FJH8W0", + "cik": "0000944695", + "lei": "JJYR6MFKFF6CF8DBZ078" + }, + { + "symbol": "THM", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "International Tower Hill Mines Ltd", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_565331545A5A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000KJ1450", + "cik": "0001134115", + "lei": "529900QWPB33AJTGMU33" + }, + { + "symbol": "THMO", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "ThermoGenesis Holdings Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5643505A54502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BMXK98", + "cik": "0000811212", + "lei": "54930046CTH3DLQ1AR47" + }, + { + "symbol": "THNQ", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Exchange Traded Concepts Trust - ROBO Global Artificial Intelligence E", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5848584346312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00TPBZRS6", + "cik": "0001452937", + "lei": "549300MLI82YH9HOGS11" + }, + { + "symbol": "THO", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Thor Industries, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_564A334630512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BV6R84", + "cik": "0000730263", + "lei": "254900XZO1228PDSG060" + }, + { + "symbol": "THQ", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Tekla Healthcare Opportunities Fund", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_434E354A484B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0069FLDL8", + "cik": "0001604522", + "lei": "549300WT8EMZSV1XVW72" + }, + { + "symbol": "THR", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Thermon Group Holdings Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_58444236384C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG001HNSYT2", + "cik": "0001489096", + "lei": "529900ZNZBBLDE77MZ38" + }, + { + "symbol": "THRM", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Gentherm Inc - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_574D39574B592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BQLM34", + "cik": "0000903129", + "lei": "HKM6YX1U5JS60TCUB219" + }, + { + "symbol": "THRY", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Thryv Holdings Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4A38373847432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00FWL3J63", + "cik": "0001351506", + "lei": null + }, + { + "symbol": "THS", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Treehouse Foods Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4E31363030482D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000GQGJT4", + "cik": "0001320695", + "lei": "5493007M7EVHE470Q576" + }, + { + "symbol": "THTX", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Theratechnologies Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4836374A42302D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BT60N1", + "cik": "0001512717", + "lei": "5493003Q78Q8VKGF1459" + }, + { + "symbol": "THW", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Tekla World Healthcare Fund", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_574630324D502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG008NVFX09", + "cik": "0001635977", + "lei": "549300XY2WS5AD8KC081" + }, + { + "symbol": "THWWW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Target Hospitality Corp - Warrants (15/03/2024)", + "date": "2021-01-24", + "type": "wt", + "iexId": "IEX_4B47593658442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00K7K3DW6", + "cik": "0001712189", + "lei": null + }, + { + "symbol": "THY", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "Northern Lights Fund Trust - Agility Shares Dynamic Tactical Income ET", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_58305158384E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00S7P3N01", + "cik": "0001314414", + "lei": null + }, + { + "symbol": "TIF", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Tiffany & Co.", + "date": "2021-01-07", + "type": "cs", + "iexId": "IEX_4739304D50592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BV75B7", + "cik": "0000098246", + "lei": "549300EJG9IEYQL5XT21" + }, + { + "symbol": "TIG", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Trean Insurance Group Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_51535159374E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00VM3JWP2", + "cik": "0001801754", + "lei": null + }, + { + "symbol": "TIGO", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Millicom International Cellular S.A.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_464B343650352D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BQBFQ5", + "cik": "0000912958", + "lei": "549300CTHC1CP86P2G96" + }, + { + "symbol": "TIGR", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "UP Fintech Holding Ltd - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_524E445446542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00NG4GW96", + "cik": "0001756699", + "lei": "213800JJDNMAG3L84P54" + }, + { + "symbol": "TILE", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Interface Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_574E464238382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BLTV73", + "cik": "0000715787", + "lei": "549300VXZWQOIDFPU355" + }, + { + "symbol": "TILT", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "FlexShares Trust - FlexShares Morningstar US Market Factors Tilt Index", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_524A4D3036512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00243P6X7", + "cik": "0001256909", + "lei": null + }, + { + "symbol": "TIMB", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "TIM SA - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_464A3046424A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00XS5M9S1", + "cik": null, + "lei": null + }, + { + "symbol": "TINV", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Tiga Acquisition Corp - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001820144", + "lei": null + }, + { + "symbol": "TINV+", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Tiga Acquisition Corp - Warrants (06/11/2025)", + "date": "2021-01-24", + "type": "wt", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00YR0KXJ0", + "cik": "0001820144", + "lei": null + }, + { + "symbol": "TINV=", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Tiga Acquisition Corp - Units (1 Ord Class A & 1/2 War)", + "date": "2021-01-24", + "type": null, + "iexId": "IEX_4653525A484D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00Y2PX055", + "cik": "0001820144", + "lei": null + }, + { + "symbol": "TIP", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "BlackRock Institutional Trust Company N.A. - BTC iShares TIPS Bond ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_42375A4457362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000C01W49", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "TIPT", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Tiptree Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_52574743574A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000R2RWP8", + "cik": "0001393726", + "lei": null + }, + { + "symbol": "TIPX", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "SPDR Series Trust - SPDR Bloomberg Barclays 1-10 Year TIPS", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_513552584A4C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG004MKB3B1", + "cik": "0001064642", + "lei": null + }, + { + "symbol": "TIPZ", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Pimco Exchange Traded Fund - PIMCO Broad U.S. TIPS Index Exchange-Trad", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_545248354C4E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000P46ZY2", + "cik": "0001450011", + "lei": null + }, + { + "symbol": "TISI", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Team, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5442525032392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BVCV15", + "cik": "0000318833", + "lei": "549300DEKHQ3OEQJWU96" + }, + { + "symbol": "TITN", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Titan Machinery Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_514C5251524C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000RWSF05", + "cik": "0001409171", + "lei": "549300835ZM8G0BT5C94" + }, + { + "symbol": "TJX", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "TJX Companies, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_53385A5042542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BV8DN6", + "cik": "0000109198", + "lei": "V167QI9I69W364E2DY52" + }, + { + "symbol": "TK", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Teekay Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4C374C5953472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BLCJG8", + "cik": "0000911971", + "lei": "YHKQM2RIPKZYOZ6RVZ46" + }, + { + "symbol": "TKAT", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "Takung Art Co Ltd", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_50304D304C4A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00202QNG4", + "cik": "0001491487", + "lei": "529900577QR5Y8NNXR91" + }, + { + "symbol": "TKC", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Turkcell Iletisim Hizmetleri A.S. - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_4D56465333372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000F0XHJ8", + "cik": "0001071321", + "lei": "7890003EX1LTLS2FFL84" + }, + { + "symbol": "TKGZY", + "exchange": "POR", + "exchangeSuffix": "", + "exchangeName": "PORTAL", + "name": "Turkiye Garanti Bankasi A.S. - GDR - 144A", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_484D57394E532D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000919398", + "lei": "5493002XSS7K7RHN1V37" + }, + { + "symbol": "TKR", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Timken Co.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_444E584E564A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BV95H9", + "cik": "0000098362", + "lei": "B0I35MLPFXZSE70ASS73" + }, + { + "symbol": "TLC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Taiwan Liposome Company Ltd - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_52373748504D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00K2T94Y4", + "cik": "0001722890", + "lei": "5493002MA58YVMRIFJ81" + }, + { + "symbol": "TLDH", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "FlexShares Trust - FlexShares Currency Hedged Morningstar DM ex-US Fac", + "date": "2021-01-18", + "type": "et", + "iexId": "IEX_4336313238322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00BDR4VW3", + "cik": "0001256909", + "lei": null + }, + { + "symbol": "TLEH", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "FlexShares Trust - FlexShares Currency Hedged Morningstar EM Factor Ti", + "date": "2021-01-18", + "type": "et", + "iexId": "IEX_424C5658354B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00BDR4T03", + "cik": "0001256909", + "lei": null + }, + { + "symbol": "TLGT", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Teligent Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_513634304A562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BLV6N7", + "cik": "0001047021", + "lei": "5493004O07DCTA44TG55" + }, + { + "symbol": "TLH", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "BlackRock Institutional Trust Company N.A. - BTC iShares 10-20 Year Tr", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_524E53364D5A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000QN16D1", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "TLK", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "PT Telkom Indonesia (Persero) Tbk - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_52334A424A302D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000FS2KR5", + "cik": "0001001807", + "lei": "529900M5SQZAOKV1PC81" + }, + { + "symbol": "TLMD", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "SOC Telemed Inc - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5056583650582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00QZ4V1Q0", + "cik": "0001791091", + "lei": null + }, + { + "symbol": "TLMDW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "SOC Telemed Inc - Warrants(30/10/2025)", + "date": "2021-01-24", + "type": "wt", + "iexId": "IEX_57535758564C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00RKFRB19", + "cik": "0001791091", + "lei": null + }, + { + "symbol": "TLND", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Talend SA - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_565A535435512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00D7BQG23", + "cik": "0001668105", + "lei": "549300CGJZ1TI6ZGS674" + }, + { + "symbol": "TLRY", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Tilray Inc - Class 2", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4734563547332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00L7XTP60", + "cik": "0001731348", + "lei": "549300Y4V60733TO1478" + }, + { + "symbol": "TLS", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Telos Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_43574C30544B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BK34C7", + "cik": "0000320121", + "lei": null + }, + { + "symbol": "TLSA", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Tiziana Life Sciences Plc - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_5247435352392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00LLCG112", + "cik": "0001723069", + "lei": "213800CED47HI8PIOB36" + }, + { + "symbol": "TLT", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "BlackRock Institutional Trust Company N.A. - BTC iShares 20+ Year Trea", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5444323131352D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BJKYW3", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "TLTD", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "FlexShares Trust - FlexShares Morningstar Developed Markets ex-US Fact", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4742344E4A562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG003FMHL85", + "cik": "0001256909", + "lei": null + }, + { + "symbol": "TLTE", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "FlexShares Trust - FlexShares Morningstar Emerging Markets Factor Tilt", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4D4C4E3438482D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG003FMHK69", + "cik": "0001256909", + "lei": null + }, + { + "symbol": "TLYS", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Tillys Inc - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_464C36364D342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG001VGVJF5", + "cik": "0001524025", + "lei": null + }, + { + "symbol": "TM", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Toyota Motor Corporation - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_42424442534A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BPH299", + "cik": "0001094517", + "lei": "5493006W3QUS5LMH6R84" + }, + { + "symbol": "TMBR", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "Timber Pharmaceuticals Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4D38524A4C562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG001QL85J2", + "cik": "0001504167", + "lei": "549300XJOCZVH8YKFO07" + }, + { + "symbol": "TMDI", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Titan Medical Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4339575433592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000VVXGB2", + "cik": "0000840551", + "lei": "529900MITZTZ3CAQTN62" + }, + { + "symbol": "TMDV", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "ProShares Trust - ProShares Russell US Dividend Growers ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5846353356312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00QRZRT11", + "cik": "0001174610", + "lei": null + }, + { + "symbol": "TMDX", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Transmedics Group Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5134523543352D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00NZ6J685", + "cik": "0001756262", + "lei": null + }, + { + "symbol": "TME", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Tencent Music Entertainment Group - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_543556324B4D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00LDC5RK5", + "cik": "0001744676", + "lei": "213800XTZK2GOHQTYK41" + }, + { + "symbol": "TMF", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Direxion Shares ETF Trust - Direxion Daily 20+ Year Treasury Bull 3X S", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_50514447594A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000CX0W11", + "cik": "0001424958", + "lei": null + }, + { + "symbol": "TMFC", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "Rbb Fund Inc - Motley Fool 100 Index ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4D39563842582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00JWTWPQ0", + "cik": "0000831114", + "lei": null + }, + { + "symbol": "TMHC", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Taylor Morrison Home Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_47394C564D362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG003PGJHP5", + "cik": "0001562476", + "lei": "5299009UDLLGLKOOJE30" + }, + { + "symbol": "TMO", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Thermo Fisher Scientific Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_424B364A4B512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BVDLH9", + "cik": "0000097745", + "lei": "HCHV7422L5HDJZCRFL38" + }, + { + "symbol": "TMP", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "Tompkins Financial Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4B4E475857302D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000F61H73", + "cik": "0001005817", + "lei": null + }, + { + "symbol": "TMPM", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Turmeric Acquisition Corp - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00XRGS4F7", + "cik": "0001823524", + "lei": null + }, + { + "symbol": "TMPMW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Turmeric Acquisition Corp - Warrants (20/10/2025)", + "date": "2021-01-24", + "type": "wt", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00YJ8F199", + "cik": "0001823524", + "lei": null + }, + { + "symbol": "TMQ", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "Trilogy Metals Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_545234534E532D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG002WKWTX0", + "cik": "0001543418", + "lei": "52990084YC9OR0TUH237" + }, + { + "symbol": "TMST", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "TimkenSteel Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5737543659562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0057SF1Z2", + "cik": "0001598428", + "lei": "549300QZTZWHDE9HJL14" + }, + { + "symbol": "TMTS", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Spartacus Acquisition Corp - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4B35354A42312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00XP8D3W6", + "cik": "0001822553", + "lei": null + }, + { + "symbol": "TMTSW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Spartacus Acquisition Corp - Warrants (31/10/2027)", + "date": "2021-01-24", + "type": "wt", + "iexId": "IEX_5038424E574E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00Y1D4117", + "cik": "0001822553", + "lei": null + }, + { + "symbol": "TMUS", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "T-Mobile US Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5735515139502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000NDV1D4", + "cik": "0001283699", + "lei": "549300QHIJYOHPACPG31" + }, + { + "symbol": "TMV", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Direxion Shares ETF Trust - Direxion Daily 20+ Year Treasury Bear 3X S", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_51394B4E31312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000DW07R9", + "cik": "0001424958", + "lei": null + }, + { + "symbol": "TMX", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Terminix Global Holdings Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_42434450354B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG002WMH2F2", + "cik": "0001428875", + "lei": "549300GS10644JGL8R77" + }, + { + "symbol": "TNA", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Direxion Shares ETF Trust - Direxion Dialy Small Cap Bull 3X Shares", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4C47424242342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000JLCF41", + "cik": "0001424958", + "lei": null + }, + { + "symbol": "TNAV", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Telenav Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4E44514A30342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000PSLMD4", + "cik": "0001474439", + "lei": "529900IWKA0QZA533R93" + }, + { + "symbol": "TNC", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Tennant Co.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4D59545950592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000JCZJS2", + "cik": "0000097134", + "lei": "JYAIRLT8DVP6DP8UT336" + }, + { + "symbol": "TNDM", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Tandem Diabetes Care Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_584E5350595A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0019V9M65", + "cik": "0001438133", + "lei": "549300JEPFOD0K4D3I05" + }, + { + "symbol": "TNET", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "TriNet Group Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_585139304D532D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BR2040", + "cik": "0000937098", + "lei": "5299003FJVBETSFKE990" + }, + { + "symbol": "TNK", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Teekay Tankers Ltd - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4338584D4B4D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000QRMZH1", + "cik": "0001419945", + "lei": "549300DE8ZAIYS2T6Q22" + }, + { + "symbol": "TNP", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Tsakos Energy Navigation Limited", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4C58325146352D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BRM155", + "cik": "0001166663", + "lei": "549300IFUTS62LRRCU54" + }, + { + "symbol": "TNP-D", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Tsakos Energy Navigation Limited - 8.75% PRF PERPETUAL USD 25 - Ser D", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4E353751385A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001166663", + "lei": "549300IFUTS62LRRCU54" + }, + { + "symbol": "TNP-E", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Tsakos Energy Navigation Limited - FXDFR PRF PERPETUAL USD 25 - Ser E", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_5042324753462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001166663", + "lei": "549300IFUTS62LRRCU54" + }, + { + "symbol": "TNP-F", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Tsakos Energy Navigation Limited - FXDFR PRF PERPETUAL USD 25 - Ser F", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4D5831505A522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001166663", + "lei": "549300IFUTS62LRRCU54" + }, + { + "symbol": "TNXP", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Tonix Pharmaceuticals Holding Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_46365A3935522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000LG8XM5", + "cik": "0001430306", + "lei": "529900ACPKP9QW20GX48" + }, + { + "symbol": "TOK", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "BlackRock Institutional Trust Company N.A. - BTC iShares MSCI KLD 400 ", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4743345633362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000T1GZ19", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "TOKE", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "Cambria Investment Management LP - Cambria Cannabis ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_53425450515A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00PQ6XX30", + "cik": "0001529389", + "lei": null + }, + { + "symbol": "TOL", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Toll Brothers Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4638364757472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BVHBM1", + "cik": "0000794170", + "lei": "529900JB6IS9MSZGVR44" + }, + { + "symbol": "TOLZ", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "ProShares Trust - ProShares DJ Brookfield Global Infrastructure ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4859313852532D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0067M9YJ6", + "cik": "0001174610", + "lei": null + }, + { + "symbol": "TOMZ", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "TOMI Environmental Solutions Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5256425936362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000GHLG23", + "cik": "0000314227", + "lei": null + }, + { + "symbol": "TOPS", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Top Ships Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4C4E31374D312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000Q46L54", + "cik": "0001296484", + "lei": "549300MWKDPUU7NJX050" + }, + { + "symbol": "TOT", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Total SE - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_4B58444C444B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000CHZ857", + "cik": "0000879764", + "lei": "529900S21EQ1BO4ESM68" + }, + { + "symbol": "TOTA", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Tottenham Acquisition I Ltd", + "date": "2020-12-31", + "type": "cs", + "iexId": "IEX_434A343539542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00LN5G5L4", + "cik": "0001731176", + "lei": "549300VZUZHGNMGTOQ78" + }, + { + "symbol": "TOTAR", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Tottenham Acquisition I Ltd - Tradeable Rights - March 2021", + "date": "2020-12-31", + "type": null, + "iexId": "IEX_4433394244422D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00LV0X8F8", + "cik": "0001731176", + "lei": "549300VZUZHGNMGTOQ78" + }, + { + "symbol": "TOTAW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Tottenham Acquisition I Ltd - Warrants (06/05/2025)", + "date": "2020-12-31", + "type": "wt", + "iexId": "IEX_4A36474759592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00LV31SB7", + "cik": "0001731176", + "lei": "549300VZUZHGNMGTOQ78" + }, + { + "symbol": "TOTL", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "SSgA Active Trust - SPDR DoubleLine Total Return Tactical ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4242525438582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0084H8467", + "cik": "0001516212", + "lei": "549300PQC2CS3IA6B871" + }, + { + "symbol": "TOUR", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Tuniu Corp - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_4750425233352D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0069FL9S0", + "cik": "0001597095", + "lei": "529900H3I6TN4LFDZP44" + }, + { + "symbol": "TOWN", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Townebank Portsmouth VA", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4D595A4637342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BBSC23", + "cik": null, + "lei": "54930039UO39UJGI7078" + }, + { + "symbol": "TPAY", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Managed Portfolio Series - Ecofin Digital Payments Infrastructure Fund", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5747334C4D372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00N765510", + "cik": "0001511699", + "lei": null + }, + { + "symbol": "TPB", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Turning Point Brands Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4D39343131342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000V76MQ6", + "cik": "0001290677", + "lei": "549300IYG00QF0VVP302" + }, + { + "symbol": "TPC", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Tutor Perini Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4837485437572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BQXHV1", + "cik": "0000077543", + "lei": "549300FHXYVPW8LJ6D98" + }, + { + "symbol": "TPCO", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Tribune Publishing Co", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_52345453384C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG004TCGFN7", + "cik": "0001593195", + "lei": "549300OYS3J30M2N5272" + }, + { + "symbol": "TPGY", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "TPG Pace Beneficial Finance Corp - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5732544746372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00XWZHSS4", + "cik": "0001819399", + "lei": null + }, + { + "symbol": "TPGY+", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "TPG Pace Beneficial Finance Corp - Warrants (10/09/2027)", + "date": "2021-01-24", + "type": "wt", + "iexId": "IEX_5244375651342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00Y74K3S0", + "cik": "0001819399", + "lei": null + }, + { + "symbol": "TPGY=", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "TPG Pace Beneficial Finance Corp - Units (1 Ord Share Class A & 1/5 Wa", + "date": "2021-01-24", + "type": null, + "iexId": "IEX_4446504443392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00X5DCLN8", + "cik": "0001819399", + "lei": null + }, + { + "symbol": "TPH", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Tri Pointe Homes Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5143364C32522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0016YQTR5", + "cik": "0001561680", + "lei": null + }, + { + "symbol": "TPHD", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Timothy Plan - Timothy Plan High Dividend Stock ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4B33323253582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00P1J0WC7", + "cik": "0000916490", + "lei": null + }, + { + "symbol": "TPHS", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "Trinity Place Holdings Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_46563657584A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG003D482W2", + "cik": "0000724742", + "lei": null + }, + { + "symbol": "TPIC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "TPI Composites Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_58424E585A5A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0016MQ7C5", + "cik": "0001455684", + "lei": "549300TI9H56OIY0QE39" + }, + { + "symbol": "TPIF", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Timothy Plan - Timothy Plan International ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_423243324D562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00QXSPRP0", + "cik": "0000916490", + "lei": null + }, + { + "symbol": "TPL", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Texas Pacific Land Corporation", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_534A583750382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00YRJXKB1", + "cik": "0001811074", + "lei": null + }, + { + "symbol": "TPLC", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Timothy Plan - Timothy Plan US Large/Mid Cap Core ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4735373844422D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00P1J0XV4", + "cik": "0000916490", + "lei": null + }, + { + "symbol": "TPOR", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Direxion Shares ETF Trust - Direxion Daily Transportation Bull 3X Shar", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_484E3032485A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00GM49R57", + "cik": "0001424958", + "lei": null + }, + { + "symbol": "TPR", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Tapestry Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4C4E335038422D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BY29C7", + "cik": "0001116132", + "lei": "549300LJNVY5SW3VTN33" + }, + { + "symbol": "TPRE", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Third Point Reinsurance Ltd", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4348425646482D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG004TYNXX1", + "cik": "0001576018", + "lei": "2LTXLGOFX5N78LZ32691" + }, + { + "symbol": "TPSC", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Timothy Plan - Timothy Plan US Small Cap Core ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_424E4A3751432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00QXSR754", + "cik": "0000916490", + "lei": null + }, + { + "symbol": "TPTX", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Turning Point Therapeutics Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_58513343584A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00NPL9WH7", + "cik": "0001595893", + "lei": null + }, + { + "symbol": "TPVG", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "TriplePoint Venture Growth BDC Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_51443057545A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG005GXFKJ7", + "cik": "0001580345", + "lei": "549300ATPBY6JIFH9Z88" + }, + { + "symbol": "TPVY", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "TriplePoint Venture Growth BDC Corp - 5.75% NT REDEEM 15/07/2022 USD 2", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_43374E5431512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001580345", + "lei": "549300ATPBY6JIFH9Z88" + }, + { + "symbol": "TPX", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Tempur Sealy International Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_503232344D562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000PXGT62", + "cik": "0001206264", + "lei": "549300HFEKVR3US71V91" + }, + { + "symbol": "TPYP", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Managed Portfolio Series - Tortoise North American Pipeline Fund ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4D434337585A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG009HYWYG0", + "cik": "0001511699", + "lei": null + }, + { + "symbol": "TPZ", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Tortoise Power and Energy Infrastructure Fund, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5648314636572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000Q9RX90", + "cik": "0001408201", + "lei": "549300O8GKMVVEB04345" + }, + { + "symbol": "TQQQ", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "ProShares Trust - ProShares UltraPro QQQ", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_44544E5248502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000QB9Y48", + "cik": "0001174610", + "lei": null + }, + { + "symbol": "TR", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Tootsie Roll Industries, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4835373953512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BVJNQ9", + "cik": "0000098677", + "lei": "529900SBKOV9XX4M4Q35" + }, + { + "symbol": "TRC", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Tejon Ranch Co.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4D5A5A34545A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BVK3V5", + "cik": "0000096869", + "lei": "549300TMNDO77VJ6J111" + }, + { + "symbol": "TRCH", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Torchlight Energy Resources Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4631464747482D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000K6Y764", + "cik": "0001431959", + "lei": null + }, + { + "symbol": "TREB", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Trebia Acquisition Corp - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_534C385058432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00V76KZV6", + "cik": "0001805833", + "lei": null + }, + { + "symbol": "TREB+", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Trebia Acquisition Corp - Warrants (01/01/9999)", + "date": "2021-01-24", + "type": "wt", + "iexId": "IEX_514744524C352D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00WFDH8W3", + "cik": "0001805833", + "lei": null + }, + { + "symbol": "TREB=", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Trebia Acquisition Corp - Units (1 Ord Class A & 1/3 War)", + "date": "2021-01-24", + "type": null, + "iexId": "IEX_51325A3233392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00V6P2P29", + "cik": "0001805833", + "lei": null + }, + { + "symbol": "TREC", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Trecora Resources", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4B515152304A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BCC6X7", + "cik": "0000007039", + "lei": "549300YM7091ZVQS2B12" + }, + { + "symbol": "TREE", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "LendingTree Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5730303556362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000TVRB50", + "cik": "0001434621", + "lei": "549300ISY5YHUJZTON08" + }, + { + "symbol": "TREX", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "TREX Co., Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4B504C4650442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BTGKK9", + "cik": "0001069878", + "lei": "549300ER482WJT9UUX16" + }, + { + "symbol": "TRGP", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Targa Resources Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_444B544237372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0015XMW40", + "cik": "0001389170", + "lei": "5493003QENHHS261UR94" + }, + { + "symbol": "TRHC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Tabula Rasa HealthCare Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4837434237362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00BT7PPY8", + "cik": "0001651561", + "lei": "549300K6KY242XRMEF28" + }, + { + "symbol": "TRI", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Thomson-Reuters Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5346484E39352D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BBS9F6", + "cik": "0001075124", + "lei": "549300561UZND4C7B569" + }, + { + "symbol": "TRIB", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Trinity Biotech Plc - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_5851433231362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000C1D008", + "cik": "0000888721", + "lei": "635400ESQQYRIISTLB94" + }, + { + "symbol": "TRIL", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Trillium Therapeutics Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_564E573351422D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000H00072", + "cik": "0001616212", + "lei": null + }, + { + "symbol": "TRIP", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "TripAdvisor Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5442394A36342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG001M8HHB7", + "cik": "0001526520", + "lei": "549300QB8O3XV4AYBY08" + }, + { + "symbol": "TRIT", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Triterras Inc - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4E474E5039342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00Y4RPMM1", + "cik": "0001819876", + "lei": null + }, + { + "symbol": "TRITW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Triterras Inc - Warrants (02/02/2021)", + "date": "2021-01-24", + "type": "wt", + "iexId": "IEX_534B545456522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00Y4RS4K0", + "cik": "0001819876", + "lei": null + }, + { + "symbol": "TRMB", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Trimble Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5442533256502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BNPS52", + "cik": "0000864749", + "lei": "549300E2MI7NSZFQWS19" + }, + { + "symbol": "TRMK", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Trustmark Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5846344B4A382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000C3SB31", + "cik": "0000036146", + "lei": "5493000HPQ4D2RZ79739" + }, + { + "symbol": "TRMT", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Tremont Mortgage Trust", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_54425A51344B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00H3TKJ74", + "cik": "0001708405", + "lei": "549300GZ3JRKKPF67025" + }, + { + "symbol": "TRN", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Trinity Industries, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_51574E4C53432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BVL2G3", + "cik": "0000099780", + "lei": "R1JB4KXN77XFCXOQKV49" + }, + { + "symbol": "TRND", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Pacer Funds Trust - Pacer Trendpilot Fund of Funds ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_544A42575A442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00P1MJYB7", + "cik": "0001616668", + "lei": null + }, + { + "symbol": "TRNE", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Trine Acquisition Corp - Class A", + "date": "2020-12-10", + "type": "cs", + "iexId": "IEX_474D595331522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00P17H053", + "cik": "0001754820", + "lei": null + }, + { + "symbol": "TRNE+", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Trine Acquisition Corp - Warrants (31/03/2021)", + "date": "2020-12-10", + "type": "wt", + "iexId": "IEX_584C4C3651322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00P180W40", + "cik": "0001754820", + "lei": null + }, + { + "symbol": "TRNE=", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Trine Acquisition Corp - Unit (1 Ord share Cls A & 1/2 Wrt)", + "date": "2020-12-10", + "type": null, + "iexId": "IEX_5735445358582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00NGD0LK4", + "cik": "0001754820", + "lei": null + }, + { + "symbol": "TRNO", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Terreno Realty Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5448435231502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000PV3J62", + "cik": "0001476150", + "lei": "54930030PMX75E3KJO08" + }, + { + "symbol": "TRNS", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Transcat Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_485A364E4E462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BVLWW9", + "cik": "0000099302", + "lei": "54930081E40TSSHUOS40" + }, + { + "symbol": "TROW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "T. Rowe Price Group Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_564E52444D562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BVMPN3", + "cik": "0000080255", + "lei": "549300SIV6FPS9Y7IH33" + }, + { + "symbol": "TROX", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Tronox Holdings plc - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5153515758432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0019RHTM2", + "cik": "0001530804", + "lei": "549300NRVC84SGJSXV06" + }, + { + "symbol": "TRP", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "TC Energy Corporation", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4233444D47342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BVN235", + "cik": "0001232384", + "lei": "549300UGKOFV2IWJJG27" + }, + { + "symbol": "TRQ", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Turquoise Hill Resources Ltd", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5052483053572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000NSHMZ7", + "cik": "0001158041", + "lei": "549300R80B2163QFEC16" + }, + { + "symbol": "TRS", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Trimas Corporation", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5744473933462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000C1NCH3", + "cik": "0000842633", + "lei": "75G1WUQ8QK4P5MZOYD78" + }, + { + "symbol": "TRST", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Trustco Bank Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5446355339532D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BVNVQ6", + "cik": "0000357301", + "lei": "549300GCEP3NM7A1X491" + }, + { + "symbol": "TRT", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "Trio-Tech International", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4435343642352D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000FDTLH8", + "cik": "0000732026", + "lei": null + }, + { + "symbol": "TRTN", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Triton International Ltd", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4C4B534342472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00BS054W5", + "cik": "0001660734", + "lei": null + }, + { + "symbol": "TRTN-A", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Triton International Ltd - 8.50% PRF PERPETUAL USD 25 - Ser A", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_475A39594D352D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001660734", + "lei": null + }, + { + "symbol": "TRTN-B", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Triton International Ltd - 8% PRF PERPETUAL USD 25 - Ser B", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_504E315656532D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001660734", + "lei": null + }, + { + "symbol": "TRTN-C", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Triton International Ltd - 7.375% PRF PERPETUAL USD 25 - Ser C", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4A38354D304A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001660734", + "lei": null + }, + { + "symbol": "TRTN-D", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Triton International Ltd - 6.875% PRF PERPETUAL USD 25 - Ser D", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_434D334633372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001660734", + "lei": null + }, + { + "symbol": "TRTX", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "TPG RE Finance Trust Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_47514A46324D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00GKJ8C78", + "cik": "0001630472", + "lei": null + }, + { + "symbol": "TRTY", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "Cambria Investment Management LP - Cambria Trinity ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5757545448352D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00LY8KC45", + "cik": "0001529389", + "lei": null + }, + { + "symbol": "TRU", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "TransUnion", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_47335A5054332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG002Q7J5Z1", + "cik": "0001552033", + "lei": "549300ZS772LUNUMRB03" + }, + { + "symbol": "TRUE", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Truecar Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4335424B36572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG001P6MYV3", + "cik": "0001327318", + "lei": "549300KK16488YXWVE52" + }, + { + "symbol": "TRUP", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Trupanion Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_42504D5157332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG002BC7WC5", + "cik": "0001371285", + "lei": "549300J86GFKIDGMQP18" + }, + { + "symbol": "TRV", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Travelers Companies Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4653333139512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BJ81C1", + "cik": "0000086312", + "lei": "549300Y650407RU8B149" + }, + { + "symbol": "TRVG", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Trivago NV - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_51564B4735562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00F9W84P2", + "cik": "0001683825", + "lei": "529900HUKSPVYRFJSH86" + }, + { + "symbol": "TRVI", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Trevi Therapeutics Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_485856594D542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG003QGQRB9", + "cik": "0001563880", + "lei": null + }, + { + "symbol": "TRVN", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Trevena Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_544B3936484A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG001J1BLF9", + "cik": "0001429560", + "lei": "549300YXUV4MU2J7QS07" + }, + { + "symbol": "TRX", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "Tanzanian Gold Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_52334D4338562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BTZ1B0", + "cik": "0001173643", + "lei": "5299007B7EMLLSUMHB95" + }, + { + "symbol": "TRXC", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "TransEnterix Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4852465035432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000C1XKW7", + "cik": "0000876378", + "lei": "5493005KN31IIY2XSQ42" + }, + { + "symbol": "TS", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Tenaris S.A. - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_4432573047392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000PLD4R3", + "cik": "0001190723", + "lei": "549300Y7C05BKC4HZB40" + }, + { + "symbol": "TSBK", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Timberland Bancorp, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_515A324C54522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000C0B093", + "cik": "0001046050", + "lei": null + }, + { + "symbol": "TSC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Tristate Capital Holdings Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_48334E32304E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000RJTN15", + "cik": "0001380846", + "lei": "5493003JKSPN0881WX29" + }, + { + "symbol": "TSCAP", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Tristate Capital Holdings Inc - FXDFR PRF PERPETUAL USD 25 - Ser A 1/4", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_5135393657352D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001380846", + "lei": "5493003JKSPN0881WX29" + }, + { + "symbol": "TSCBP", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Tristate Capital Holdings Inc - FXDFR PRF PERPETUAL USD 25 - Ser B 1/4", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4B484B4A524A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001380846", + "lei": "5493003JKSPN0881WX29" + }, + { + "symbol": "TSCO", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Tractor Supply Co.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4252574B46302D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BLXZN1", + "cik": "0000916365", + "lei": "549300OJ9VZHZRO6I137" + }, + { + "symbol": "TSE", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Trinseo S.A.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4C46354336572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG001V59J64", + "cik": "0001519061", + "lei": "222100SZ6J5ZF05ZTR58" + }, + { + "symbol": "TSEM", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Tower Semiconductor Ltd.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_48575A5032502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BH91G0", + "cik": "0000928876", + "lei": "54930086ZSNXZOUX0C54" + }, + { + "symbol": "TSHA", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Taysha Gene Therapies Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_433458424E332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00TJXFDP1", + "cik": "0001806310", + "lei": null + }, + { + "symbol": "TSI", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "TCW Strategic Income Fund Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_475042475A392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BGSBF0", + "cik": "0000809559", + "lei": "54930062BZFVP7F6WJ47" + }, + { + "symbol": "TSIA", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "TS Innovation Acquisitions Corp - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00Y2PQP58", + "cik": "0001826000", + "lei": null + }, + { + "symbol": "TSIAW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "TS Innovation Acquisitions Corp - Warrants (10/11/2025)", + "date": "2021-01-24", + "type": "wt", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00YQ187K8", + "cik": "0001826000", + "lei": null + }, + { + "symbol": "TSJA", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "Innovator ETFs Trust - Innovator Triple Stacker ETF - January", + "date": "2021-01-24", + "type": "et", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00YQ1HVT6", + "cik": "0001415726", + "lei": null + }, + { + "symbol": "TSLA", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Tesla Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5132594E314E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000N9MNX3", + "cik": "0001318605", + "lei": "54930043XZGB27CTOV49" + }, + { + "symbol": "TSLX", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Sixth Street Specialty Lending Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_544A4E3958362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG001DFW799", + "cik": "0001508655", + "lei": "549300TX61566GJWCN05" + }, + { + "symbol": "TSM", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Taiwan Semiconductor Manufacturing - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_4E32384858592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BD8ZK0", + "cik": "0001046179", + "lei": "549300KB6NK5SBD14S87" + }, + { + "symbol": "TSN", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Tyson Foods, Inc. - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_424D395158582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000DKCC19", + "cik": "0000100493", + "lei": "WD6L6041MNRW1JE49D58" + }, + { + "symbol": "TSOC", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "Innovator ETFs Trust - Innovator Triple Stacker ETF - October", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_485A50364E422D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00XP7CLT3", + "cik": "0001415726", + "lei": null + }, + { + "symbol": "TSQ", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Townsquare Media Inc - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4B37575036442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG002VH4NJ8", + "cik": "0001499832", + "lei": "549300XBA8C68H0DR538" + }, + { + "symbol": "TSRI", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "TSR, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4B35503559482D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BVQ2J5", + "cik": "0000098338", + "lei": null + }, + { + "symbol": "TT", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Trane Technologies plc - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4335475859432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BM6788", + "cik": "0001466258", + "lei": "549300BURLR9SLYY2705" + }, + { + "symbol": "TTAC", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "TrimTabs ETF Trust - TrimTabs US Free Cash Flow Quality ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_435939595A472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00DW3P010", + "cik": "0001604813", + "lei": null + }, + { + "symbol": "TTAI", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "TrimTabs ETF Trust - TrimTabs International Free Cash Flow Quality ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4A57483631502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00H1J5D96", + "cik": "0001604813", + "lei": null + }, + { + "symbol": "TTC", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Toro Co.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_544C5133314B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BVQRY3", + "cik": "0000737758", + "lei": "YJKE4YIT6BWQHVEW0D14" + }, + { + "symbol": "TTCF", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Tattooed Chef Inc - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5347333738342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00LN7Q496", + "cik": "0001741231", + "lei": null + }, + { + "symbol": "TTCFW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Tattooed Chef Inc - Warrants (15/10/2025)", + "date": "2021-01-24", + "type": "wt", + "iexId": "IEX_54313844424E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00LYFG9W0", + "cik": "0001741231", + "lei": null + }, + { + "symbol": "TTD", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Trade Desk Inc - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5036464844482D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00629NGT2", + "cik": "0001671933", + "lei": "549300GXPD31VT3E0P46" + }, + { + "symbol": "TTEC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "TTEC Holdings Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_544C545434312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000C4NJF4", + "cik": "0001013880", + "lei": "GTJS1N8S8I28A7L4WG97" + }, + { + "symbol": "TTEK", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Tetra Tech, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_56363046315A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BYZ0Q5", + "cik": "0000831641", + "lei": "549300UJ1LP7JGJC5P32" + }, + { + "symbol": "TTGT", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Techtarget Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5133595443532D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BH65V7", + "cik": "0001293282", + "lei": "529900YQA5JL2H2VMB84" + }, + { + "symbol": "TTI", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Tetra Technologies, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_44343048334C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BVRQD7", + "cik": "0000844965", + "lei": "549300T5W131705EK832" + }, + { + "symbol": "TTM", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Tata Motors Ltd. - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_4359393356342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000PVGDH9", + "cik": "0000926042", + "lei": "335800BO2LHWJJ8TZI32" + }, + { + "symbol": "TTMI", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "TTM Technologies Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4B30303948462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BYQ0B1", + "cik": "0001116942", + "lei": "549300SC4BDOIS008048" + }, + { + "symbol": "TTNP", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Titan Pharmaceuticals, Inc. (de)", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4634503950302D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BTGSY7", + "cik": "0000910267", + "lei": "549300NOUZGB2ZNVJ794" + }, + { + "symbol": "TTOO", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "T2 Biosystems Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4E5636335A4B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG001J26L54", + "cik": "0001492674", + "lei": "54930027RQTU9CHLKL88" + }, + { + "symbol": "TTP", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Tortoise Pipeline & Energy Fund Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_424C545752332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG001Y022X6", + "cik": "0001526329", + "lei": "549300L8CO08RZOP4B19" + }, + { + "symbol": "TTT", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "ProShares Trust - ProShares UltraPro Short 20+ Year Treasury", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5036423443512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG002TXJ9Q3", + "cik": "0001174610", + "lei": null + }, + { + "symbol": "TTWO", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Take-Two Interactive Software, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4D59573530322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BS1YV5", + "cik": "0000946581", + "lei": "BOMSTHHJK882EWYX3334" + }, + { + "symbol": "TU", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Telus Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5432543935322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000JFY7K0", + "cik": "0000868675", + "lei": "L2TEUTQ8OSHMJWVLCE40" + }, + { + "symbol": "TUFN", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Tufin Software Technologies Ltd", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4243374C43502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00G9DV0R2", + "cik": "0001757399", + "lei": "213800TA91NSSCXPWB89" + }, + { + "symbol": "TUP", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Tupperware Brands Corporation", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_585143574C5A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000GQ1G25", + "cik": "0001008654", + "lei": "G8NWFN4YP7CR6FOP4886" + }, + { + "symbol": "TUR", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "BlackRock Institutional Trust Company N.A. - BTC iShares MSCI Turkey E", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5436434336482D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000TZCSF9", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "TURN", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "180 Degree Capital Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4C534E4753472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000KG4T49", + "cik": "0000893739", + "lei": "254900RA5P574LPO7H91" + }, + { + "symbol": "TUSA", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "First Trust Exchange-Traded Fund III - First Trust Total US Market Alp", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4837483836432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000QF7JK6", + "cik": "0001424212", + "lei": null + }, + { + "symbol": "TUSK", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Mammoth Energy Services Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_564D4D474A4C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00DR7R3D6", + "cik": "0001679268", + "lei": "549300ODHHN3MGXCQ803" + }, + { + "symbol": "TV", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Grupo Televisa S.A. - ADR - Level III", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_4854505051322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BJDPF9", + "cik": "0000912892", + "lei": "549300O4AF0C816ILN62" + }, + { + "symbol": "TVC", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Tennessee Valley Authority - FXDFR BD REDEEM 01/06/2028 USD 25", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_444D5348534A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001376986", + "lei": "549300HE1ISW43LNKM54" + }, + { + "symbol": "TVE", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Tennessee Valley Authority - FXDFR BD REDEEM 01/05/2029 USD 25", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4B58385A4A352D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001376986", + "lei": "549300HE1ISW43LNKM54" + }, + { + "symbol": "TVTX", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Travere Therapeutics Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_53535157465A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000P9D6W9", + "cik": "0001438533", + "lei": null + }, + { + "symbol": "TVTY", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Tivity Health Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4757315435512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000C1THJ4", + "cik": "0000704415", + "lei": "U5UKZMHGMOP0CPFG4B24" + }, + { + "symbol": "TW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Tradeweb Markets Inc Cls A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5248564452332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00NK8H8T2", + "cik": "0001758730", + "lei": null + }, + { + "symbol": "TWCT", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "TWC Tech Holdings II Corp - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4233314336542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00XLQN448", + "cik": "0001819313", + "lei": null + }, + { + "symbol": "TWCTW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "TWC Tech Holdings II Corp - Warrants (10/09/2025)", + "date": "2021-01-24", + "type": "wt", + "iexId": "IEX_5443485447382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00Y1D3WX5", + "cik": "0001819313", + "lei": null + }, + { + "symbol": "TWI", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Titan International, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5135344332322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BBNFG6", + "cik": "0000899751", + "lei": "54930043H7SFLNS88586" + }, + { + "symbol": "TWIN", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Twin Disc Incorporated", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4457574B4D342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BV06P7", + "cik": "0000100378", + "lei": "549300FR8EHCY14BLP32" + }, + { + "symbol": "TWLO", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Twilio Inc Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5157473056542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0029ZX840", + "cik": "0001447669", + "lei": "5493004W8TRGD63APX93" + }, + { + "symbol": "TWM", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "ProShares Trust - ProShares UltraShort Russell2000", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_564E523058482D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BFS0R3", + "cik": "0001174610", + "lei": null + }, + { + "symbol": "TWN", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Taiwan Fund Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_42465358334C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BVT710", + "cik": "0000804123", + "lei": "549300B0OHIYIAWV0Z83" + }, + { + "symbol": "TWND", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Tailwind Acquisition Corp - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_44344C3532462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00XY98XV5", + "cik": "0001814215", + "lei": null + }, + { + "symbol": "TWND+", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Tailwind Acquisition Corp - Warrants (07/09/2027)", + "date": "2021-01-24", + "type": "wt", + "iexId": "IEX_5230535751302D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001814215", + "lei": null + }, + { + "symbol": "TWND=", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Tailwind Acquisition Corp - Units (1 Ord Share Class A & 1/2 War)", + "date": "2021-01-24", + "type": null, + "iexId": "IEX_4258593137372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00WS7B6T6", + "cik": "0001814215", + "lei": null + }, + { + "symbol": "TWNK", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Hostess Brands Inc - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_424D5A514C372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00B6KGNN1", + "cik": "0001644406", + "lei": null + }, + { + "symbol": "TWNKW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Hostess Brands Inc - Warrants (14/08/2022)", + "date": "2021-01-24", + "type": "wt", + "iexId": "IEX_4752345734562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00B6KG550", + "cik": "0001644406", + "lei": null + }, + { + "symbol": "TWO", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Two Harbors Investment Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4232394E54442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000MG3Y65", + "cik": "0001465740", + "lei": "549300ZUIBT6KH4HU823" + }, + { + "symbol": "TWO-A", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Two Harbors Investment Corp - FXDFR PRF PERPETUAL USD 25 - Ser A", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4B504E5351342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001465740", + "lei": "549300ZUIBT6KH4HU823" + }, + { + "symbol": "TWO-B", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Two Harbors Investment Corp - FXDFR PRF PERPETUAL USD 25 - Ser B", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4C38535A30562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001465740", + "lei": "549300ZUIBT6KH4HU823" + }, + { + "symbol": "TWO-C", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Two Harbors Investment Corp - FXDFR PRF PERPETUAL USD 25 - Ser C", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_5456515837512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001465740", + "lei": "549300ZUIBT6KH4HU823" + }, + { + "symbol": "TWO-D", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Two Harbors Investment Corp - 7.75% PRF PERPETUAL USD - Ser D", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4D46354B475A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001465740", + "lei": "549300ZUIBT6KH4HU823" + }, + { + "symbol": "TWO-E", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Two Harbors Investment Corp - 7.50% PRF PERPETUAL USD - Ser E", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4E3042514B482D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001465740", + "lei": "549300ZUIBT6KH4HU823" + }, + { + "symbol": "TWOU", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "2U Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_48484B3132382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG001KS9450", + "cik": "0001459417", + "lei": "5493008RVTXVR43PYF84" + }, + { + "symbol": "TWST", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Twist Bioscience Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5451583652362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG006KDCHJ4", + "cik": "0001581280", + "lei": "549300T23BL59LCOH584" + }, + { + "symbol": "TWTR", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Twitter Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_53394E5657562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000H6HNW3", + "cik": "0001418091", + "lei": "549300I8RX485XMK6836" + }, + { + "symbol": "TX", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Ternium S.A. - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_4732383947482D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000LTPD97", + "cik": "0001342874", + "lei": "529900QG4KU23TEI2E46" + }, + { + "symbol": "TXG", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "10x Genomics Inc - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4643445156382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG007WX14X0", + "cik": "0001770787", + "lei": "5493003Z6741WNLG7H43" + }, + { + "symbol": "TXMD", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "TherapeuticsMD Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4839544B32362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000LKB954", + "cik": "0000025743", + "lei": "5299004JS7RE49QHRW30" + }, + { + "symbol": "TXN", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Texas Instruments Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4851383750352D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BVV7G1", + "cik": "0000097476", + "lei": "WDJNR2L6D8RWOEB8T652" + }, + { + "symbol": "TXRH", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Texas Roadhouse Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5834344B44462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000PSJMV7", + "cik": "0001289460", + "lei": "5299002Y1CNRPDGXTQ75" + }, + { + "symbol": "TXT", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Textron Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_474E365252512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BVVQQ8", + "cik": "0000217346", + "lei": "3PPKBHUG1HD6BO7RNR87" + }, + { + "symbol": "TY", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Tri-Continental Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4C325A3448482D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BVW8Y8", + "cik": "0000099614", + "lei": "6QVMFZKY1QSOOIHD7Y77" + }, + { + "symbol": "TY-", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Tri-Continental Corp. - 5% PRF PERPETUAL USD 2.50", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_465A535A58572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000099614", + "lei": "6QVMFZKY1QSOOIHD7Y77" + }, + { + "symbol": "TYD", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Direxion Shares ETF Trust - Direxion Daily 7-10 Year Treasury Bull 3X ", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_54374447464D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000C1J486", + "cik": "0001424958", + "lei": null + }, + { + "symbol": "TYG", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Tortoise Energy Infrastructure Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4743344C48562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000L1GR60", + "cik": "0001268533", + "lei": "5493008P735YB22YPB89" + }, + { + "symbol": "TYHT", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Shineco Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_534D30594A472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0089LTDY9", + "cik": "0001300734", + "lei": null + }, + { + "symbol": "TYL", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Tyler Technologies, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5254374843522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BVWZF9", + "cik": "0000860731", + "lei": null + }, + { + "symbol": "TYME", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Tyme Technologies Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4E525233434C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG002H2VBZ5", + "cik": "0001537917", + "lei": "549300HF903Y0NJLOG06" + }, + { + "symbol": "TYO", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Direxion Shares ETF Trust - Direxion Daily 7-10 Year Treasury Bear 3X ", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_54544B4D4A342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BN4N92", + "cik": "0001424958", + "lei": null + }, + { + "symbol": "TZA", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Direxion Shares ETF Trust - Direxion Daily Small Cap Bear 3X Shares", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4E3654544B502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000JLF4M3", + "cik": "0001424958", + "lei": null + }, + { + "symbol": "TZAC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Tenzing Acquisition Corp", + "date": "2020-12-15", + "type": "cs", + "iexId": "IEX_4C46534648502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00LJZ8FW8", + "cik": "0001742927", + "lei": null + }, + { + "symbol": "TZACW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Tenzing Acquisition Corp - Warrants (23/02/2025)", + "date": "2020-12-15", + "type": "wt", + "iexId": "IEX_5339473239562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00M8LPQW6", + "cik": "0001742927", + "lei": null + }, + { + "symbol": "TZOO", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Travelzoo", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_533235355A422D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000F7RHK8", + "cik": "0001133311", + "lei": "5493003SM75HBCOOU310" + }, + { + "symbol": "U", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Unity Software Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5635385236322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0056JW5G6", + "cik": "0001810806", + "lei": null + }, + { + "symbol": "UA", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Under Armour Inc - Class C", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_564243514D472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG009DTD8H2", + "cik": "0001336917", + "lei": "549300D4549QKWETZ406" + }, + { + "symbol": "UAA", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Under Armour Inc - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4E32474E4E512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BXM6V2", + "cik": "0001336917", + "lei": "549300D4549QKWETZ406" + }, + { + "symbol": "UAE", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "BlackRock Institutional Trust Company N.A. - iShares MSCI UAE ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_424243444D382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG006F3JCW1", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "UAG", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "UBS AG Jersey - ZC SP E-TRACS REDEEM 05/04/2038 USD 25", + "date": "2020-12-10", + "type": "struct", + "iexId": "IEX_424C4248434E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000VFCYH5", + "cik": null, + "lei": null + }, + { + "symbol": "UAL", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "United Airlines Holdings Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_514B4A5337562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000M65M61", + "cik": "0000100517", + "lei": "98450079DA0B78DD6764" + }, + { + "symbol": "UAMY", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "United States Antimony Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_52584D4E5A472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000F3M1Q1", + "cik": "0000101538", + "lei": null + }, + { + "symbol": "UAN", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "CVR Partners LP - Unit", + "date": "2021-01-24", + "type": null, + "iexId": "IEX_5042355A31392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG001CBC4Y0", + "cik": "0001425292", + "lei": "529900LE0OS06MYQRP11" + }, + { + "symbol": "UAPR", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "Innovator ETFs Trust - Innovator S&P 500 Ultra Buffer ETF - April", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_48574A5A48432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00NR9PTQ1", + "cik": "0001415726", + "lei": null + }, + { + "symbol": "UAUG", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "Innovator ETFs Trust - Innovator S&P 500 Ultra Buffer ETF - August", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4E52515242582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00PVP3FF1", + "cik": "0001415726", + "lei": null + }, + { + "symbol": "UAVS", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "AgEagle Aerial Systems Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_584C595133422D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000DH97L9", + "cik": "0000008504", + "lei": "5493007TRVZ53BHRWE03" + }, + { + "symbol": "UBA", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Urstadt Biddle Properties, Inc. - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5136333458312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000D3RNB6", + "cik": "0001029800", + "lei": "549300XXD0YL0AER3Z82" + }, + { + "symbol": "UBCP", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "United Bancorp, Inc. (Martins Ferry, OH)", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_464E4C4432522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BGS5H1", + "cik": "0000731653", + "lei": null + }, + { + "symbol": "UBER", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Uber Technologies Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5452304658372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG002B04MT8", + "cik": "0001543151", + "lei": "549300B2FTG34FILDR98" + }, + { + "symbol": "UBFO", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "United Security Bancshares (CA)", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_46424757344A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000G81WK0", + "cik": "0001137547", + "lei": "549300J2H2JYVXXP3J32" + }, + { + "symbol": "UBG", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "UBS AG Jersey - ZC SP ETRACS REDEEM 05/04/2038 USD 25 - 902641810", + "date": "2020-12-10", + "type": "struct", + "iexId": "IEX_4230354239342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000VFDT03", + "cik": null, + "lei": null + }, + { + "symbol": "UBOH", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "United Bancshares Inc. (OH)", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_463942464B382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000F161Q3", + "cik": "0001087456", + "lei": null + }, + { + "symbol": "UBOT", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Direxion Shares ETF Trust - Direxion Daily RoboticsArtificial Intellig", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_573834304A592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00KN6PQG4", + "cik": "0001424958", + "lei": null + }, + { + "symbol": "UBP", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Urstadt Biddle Properties, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5451333444342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000FQ6R63", + "cik": "0001029800", + "lei": "549300XXD0YL0AER3Z82" + }, + { + "symbol": "UBP-H", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Urstadt Biddle Properties, Inc. - 6.25% PRF PERPETUAL USD 25 - Ser H", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_47344456304C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001029800", + "lei": "549300XXD0YL0AER3Z82" + }, + { + "symbol": "UBP-K", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Urstadt Biddle Properties, Inc. - 5.875% PRF PERPETUAL USD 25 - Ser K", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_5157543148532D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001029800", + "lei": "549300XXD0YL0AER3Z82" + }, + { + "symbol": "UBR", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "ProShares Trust - ProShares Ultra MSCI Brazil Capped ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_484331355A4E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000QTL2Q1", + "cik": "0001174610", + "lei": null + }, + { + "symbol": "UBSI", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "United Bankshares, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_48534653484B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BVXC87", + "cik": "0000729986", + "lei": "5299005O3BAMJ9Z92V62" + }, + { + "symbol": "UBT", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "ProShares Trust - ProShares Ultra 20+ Year Treasury", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5246593235302D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000Q6X402", + "cik": "0001174610", + "lei": null + }, + { + "symbol": "UBX", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Unity Biotechnology Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4430573534582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00F412FG6", + "cik": "0001463361", + "lei": "549300WDOM0RU3CUO763" + }, + { + "symbol": "UCBI", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "United Community Banks Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4D564D3647422D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BL7GB5", + "cik": "0000857855", + "lei": "549300GVW0FV66X3U703" + }, + { + "symbol": "UCBIO", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "United Community Banks Inc - 6.875% PRF PERPETUAL USD 25 - 1/1000th In", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4336564C4B4E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000857855", + "lei": "549300GVW0FV66X3U703" + }, + { + "symbol": "UCC", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "ProShares Trust - ProShares Ultra Consumer Services", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4856593430342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000QXL9Y8", + "cik": "0001174610", + "lei": null + }, + { + "symbol": "UCIB", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "UBS AG London Branch - ZC SP REDEEM 05/04/2038 USD 25 - Ser B", + "date": "2021-01-24", + "type": "struct", + "iexId": "IEX_47424E4D4C462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00B59KD81", + "cik": "0001168525", + "lei": null + }, + { + "symbol": "UCL", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Ucloudlink Group Inc - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_5342485037352D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00TN8NYF7", + "cik": "0001775898", + "lei": null + }, + { + "symbol": "UCO", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "ProShares Trust - ProShares Ultra Bloomberg Crude Oil", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5259534639342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000CSVPZ6", + "cik": "0001174610", + "lei": null + }, + { + "symbol": "UCON", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "First Trust Exchange-Traded Fund VIII - First Trust TCW Unconstrained ", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5335505A30302D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00L2NXVS5", + "cik": "0001667919", + "lei": null + }, + { + "symbol": "UCTT", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Ultra Clean Hldgs Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4C54545057472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000HSLV70", + "cik": "0001275014", + "lei": "5493007L6LS7QX18PE75" + }, + { + "symbol": "UCYB", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "ProShares Trust - ProShares Ultra Nasdaq Cybersecurity ETF", + "date": "2021-01-24", + "type": "et", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00YZ60LV2", + "cik": "0001174610", + "lei": null + }, + { + "symbol": "UDEC", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "Innovator ETFs Trust - Innovator S&P 500 Ultra Buffer ETF - December", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_47354A3736472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00QYNC5D5", + "cik": "0001415726", + "lei": null + }, + { + "symbol": "UDN", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Invesco DB US Dollar Index Trust - Invesco DB US Dollar Index Bearish ", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5347524C4B512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000R1C0K1", + "cik": "0001371571", + "lei": null + }, + { + "symbol": "UDOW", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "ProShares Trust - ProShares UltraPro Dow30", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4C33353737422D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000QBCHB3", + "cik": "0001174610", + "lei": null + }, + { + "symbol": "UDR", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "UDR Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4B46503252342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000C41023", + "cik": "0000074208", + "lei": "P3CH2EG5X6Z1XWU1OO74" + }, + { + "symbol": "UE", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Urban Edge Properties", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4642524836372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG006BFYQN0", + "cik": "0001611547", + "lei": null + }, + { + "symbol": "UEC", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "Uranium Energy Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4C4A534642462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000LCK3Q2", + "cik": "0001334933", + "lei": "549300VD69WD2USLIP04" + }, + { + "symbol": "UEIC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Universal Electronics Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_465643464B532D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000CZ07G5", + "cik": "0000101984", + "lei": "549300ZW9EULAR7T6F89" + }, + { + "symbol": "UEPS", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Net 1 UEPS Technologies Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4D445A46334B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BXYSR6", + "cik": "0001041514", + "lei": "529900J4IZMWV4RDEB07" + }, + { + "symbol": "UEVM", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Victory Portfolios II - VictoryShares USAA MSCI Emerging Markets Value", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4B46515047392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00HZBYD94", + "cik": "0001547580", + "lei": null + }, + { + "symbol": "UFAB", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "Unique Fabricating Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_43335139374C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG002BC2YL6", + "cik": "0001617669", + "lei": "549300D4PBRSJ1EPEB72" + }, + { + "symbol": "UFCS", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "United Fire Group Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4C534E444E442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BVY6C4", + "cik": "0000101199", + "lei": null + }, + { + "symbol": "UFEB", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "Innovator ETFs Trust - Innovator S&P 500 Ultra Buffer ETF - February", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_53474A4A47472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00RHZ8M98", + "cik": "0001415726", + "lei": null + }, + { + "symbol": "UFI", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "UNIFI, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_50593856534E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000C48RJ9", + "cik": "0000100726", + "lei": "549300MW5LPO0M2LNO04" + }, + { + "symbol": "UFO", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Procure ETF Trust II - Procure Space ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4742574444502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00NTYH0S4", + "cik": "0001727398", + "lei": null + }, + { + "symbol": "UFPI", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "UFP Industries Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4E54325459522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BL0T06", + "cik": "0000912767", + "lei": "5493007KB485C9OV5572" + }, + { + "symbol": "UFPT", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "UFP Technologies Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5344373631342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BJBZK3", + "cik": "0000914156", + "lei": "549300RJ8LY41HS70C91" + }, + { + "symbol": "UFS", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Domtar Corporation", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4659524D35482D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BHFHP8", + "cik": "0001381531", + "lei": "XYSIJOU3HNVROZWNA008" + }, + { + "symbol": "UG", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "United-Guardian, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4D424A4B46432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000C2XCD4", + "cik": "0000101295", + "lei": null + }, + { + "symbol": "UGA", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "United States Commodity Funds LLC - United States Gasoline Fund LP", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_424C4244354B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000R22FF3", + "cik": "0001498422", + "lei": null + }, + { + "symbol": "UGE", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "ProShares Trust - ProShares Ultra Consumer Goods", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4352525A464A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000QXDNP6", + "cik": "0001174610", + "lei": null + }, + { + "symbol": "UGI", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "UGI Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5253323838522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BVYN55", + "cik": "0000884614", + "lei": "DX6GCWD4Q1JO9CRE5I40" + }, + { + "symbol": "UGL", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "ProShares Trust - ProShares Ultra Gold", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_474D334C51532D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000FCQ043", + "cik": "0001174610", + "lei": null + }, + { + "symbol": "UGP", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Ultrapar Participacoes S.A. - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_575359484C542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000C2RVP6", + "cik": "0001094972", + "lei": "529900FU4XBXGQMLRE72" + }, + { + "symbol": "UHAL", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Amerco", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4E365351424A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BCFXT0", + "cik": "0000004457", + "lei": "5493003WIDMLDHYC6Y24" + }, + { + "symbol": "UHS", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Universal Health Services, Inc. - Class B", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_584D5954464A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000CB8Q50", + "cik": "0000352915", + "lei": "549300YGMGQDO0NMJD09" + }, + { + "symbol": "UHT", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Universal Health Realty Income Trust", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4E57434347592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BW0BB9", + "cik": "0000798783", + "lei": "549300L4MWZL4IH6H172" + }, + { + "symbol": "UI", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Ubiquiti Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4C345043334B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG001R72SR9", + "cik": "0001511737", + "lei": null + }, + { + "symbol": "UIHC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "United Insurance Holdings Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_584C544B394B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000TKFJQ7", + "cik": "0001401521", + "lei": "5299002P9105LJQA8G51" + }, + { + "symbol": "UIS", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Unisys Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_424E4C4B58392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BW0R88", + "cik": "0000746838", + "lei": "549300T21W22FIJJOW08" + }, + { + "symbol": "UITB", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Victory Portfolios II - VictoryShares USAA Core Intermediate-Term Bond", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4A564B4A43532D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00HZ6R992", + "cik": "0001547580", + "lei": null + }, + { + "symbol": "UIVM", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Victory Portfolios II - VictoryShares USAA MSCI International Value Mo", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_434C32314E342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00HZBYCK3", + "cik": "0001547580", + "lei": null + }, + { + "symbol": "UJAN", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "Innovator ETFs Trust - Innovator S&P 500 Ultra Buffer ETF - January", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4851523930592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00MYXKLR3", + "cik": "0001415726", + "lei": null + }, + { + "symbol": "UJB", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "ProShares Trust - ProShares Ultra High Yield", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5233545047582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG001MJ03G7", + "cik": "0001174610", + "lei": null + }, + { + "symbol": "UJUL", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "Innovator ETFs Trust - Innovator S&P 500 Ultra Buffer ETF - July", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_514E335A57532D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00LNDTKY6", + "cik": "0001415726", + "lei": null + }, + { + "symbol": "UJUN", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "Innovator ETFs Trust - Innovator S&P 500 Ultra Buffer ETF June", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_44355930345A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00PBD0RJ3", + "cik": "0001415726", + "lei": null + }, + { + "symbol": "UK", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Ucommune International Ltd - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4A50545636512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00Y73HBD4", + "cik": "0001821424", + "lei": null + }, + { + "symbol": "UKOMW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Ucommune International Ltd - Warrants (17/11/2025)", + "date": "2021-01-24", + "type": "wt", + "iexId": "IEX_4653303054342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00Y73J6Y0", + "cik": "0001821424", + "lei": null + }, + { + "symbol": "UL", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Unilever plc - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_5733374D38422D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BW1442", + "cik": "0000217410", + "lei": "549300MKFYEKVRWML317" + }, + { + "symbol": "ULBI", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Ultralife Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4343304257372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BGT143", + "cik": "0000875657", + "lei": "529900NVAFLKA00F3U05" + }, + { + "symbol": "ULE", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "ProShares Trust - ProShares Ultra Euro", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5747534453372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000CT3Z83", + "cik": "0001174610", + "lei": null + }, + { + "symbol": "ULH", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Universal Logistics Holdings Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5647323032362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000LGP1K8", + "cik": "0001308208", + "lei": null + }, + { + "symbol": "ULST", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "SSgA Active Trust - SPDR SSgA Ultra Short Term Bond ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4C4A4452364D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG005D236F6", + "cik": "0001516212", + "lei": "549300PQC2CS3IA6B871" + }, + { + "symbol": "ULTA", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Ulta Beauty Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_474D3344424C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00FWQ4VD6", + "cik": "0001403568", + "lei": "529900CIV6HN8M28YM82" + }, + { + "symbol": "ULTR", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "IndexIQ Active ETF Trust - IQ Ultra Short Duration ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4C51344C59312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00PPRNFN3", + "cik": "0001426439", + "lei": null + }, + { + "symbol": "ULVM", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Victory Portfolios II - VictoryShares USAA MSCI USA Value Momentum ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_425A57574B4D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00HZ6RB24", + "cik": "0001547580", + "lei": null + }, + { + "symbol": "UMAR", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "Innovator ETFs Trust - Innovator S&P 500 Ultra Buffer ETF - March", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_534A545239392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00S1NF2D1", + "cik": "0001415726", + "lei": null + }, + { + "symbol": "UMAY", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "Innovator ETFs Trust - Innovator S&P 500 Ultra Buffer ETF - May", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4A4B52354D562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00TGM5RR6", + "cik": "0001415726", + "lei": null + }, + { + "symbol": "UMBF", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "UMB Financial Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4A4A385A35352D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000DD8WX1", + "cik": "0000101382", + "lei": "549300MGEH3N3CUCV828" + }, + { + "symbol": "UMC", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "United Micro Electronics - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_5832593532422D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BR4TH1", + "cik": "0001033767", + "lei": "391200YJCAGH9LF96P73" + }, + { + "symbol": "UMDD", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "ProShares Trust - ProShares UltraPro MidCap400", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_474C353752372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000QBD6G1", + "cik": "0001174610", + "lei": null + }, + { + "symbol": "UMH", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "UMH Properties Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_47364D32485A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000D6MRB5", + "cik": "0000752642", + "lei": "529900OM5K3PJ11F0Q09" + }, + { + "symbol": "UMH-C", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "UMH Properties Inc - 6.75% PRF PERPETUAL USD 25 - Ser C", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_464A36484B572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000752642", + "lei": "529900OM5K3PJ11F0Q09" + }, + { + "symbol": "UMH-D", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "UMH Properties Inc - 6.375% PRF PERPETUAL USD 25 - Ser D", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4D50355A335A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000752642", + "lei": "529900OM5K3PJ11F0Q09" + }, + { + "symbol": "UMPQ", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Umpqua Holdings Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4C3647585A4C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000C0ZW33", + "cik": "0001077771", + "lei": "5299002ENJ7CY215BW86" + }, + { + "symbol": "UN", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Unilever NV", + "date": "2020-11-29", + "type": "ad", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BW1M06", + "cik": "0000110390", + "lei": "549300TK7G7NZTVM1Z30" + }, + { + "symbol": "UNAM", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Unico American Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4358373733382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BW1XR3", + "cik": "0000100716", + "lei": null + }, + { + "symbol": "UNB", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Union Bankshares, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_575733314A382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000CTQBQ1", + "cik": "0000706863", + "lei": null + }, + { + "symbol": "UNF", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Unifirst Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4C48464A46332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BW29L1", + "cik": "0000717954", + "lei": "5493003XBTNWBC8UK019" + }, + { + "symbol": "UNFI", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "United Natural Foods Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_505352595A432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BXB1M5", + "cik": "0001020859", + "lei": "549300GKGW6WPZ282D40" + }, + { + "symbol": "UNG", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "United States Commodity Funds LLC - United States Natural Gas Fund", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_57464C4735462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000R695F9", + "cik": "0001498422", + "lei": null + }, + { + "symbol": "UNH", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Unitedhealth Group Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4747505654422D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000CH5208", + "cik": "0000731766", + "lei": "549300GHBMY8T5GXDE41" + }, + { + "symbol": "UNIT", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Uniti Group Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5131343859342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG002B67HB2", + "cik": "0001620280", + "lei": "549300V3NU625PJUVA84" + }, + { + "symbol": "UNL", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "United States Commodity Funds LLC - United States 12 Month Natural Gas", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5359424A4D5A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000PWD3S0", + "cik": "0001498422", + "lei": null + }, + { + "symbol": "UNM", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Unum Group", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_504B5A39354E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BW2QX0", + "cik": "0000005513", + "lei": "549300E32YFDO6TZ8R31" + }, + { + "symbol": "UNMA", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Unum Group - 6.25% NT REDEEM 15/06/2058 USD 25", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_5759563447532D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000005513", + "lei": "549300E32YFDO6TZ8R31" + }, + { + "symbol": "UNOV", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "Innovator ETFs Trust - Innovator S&P 500 Ultra Buffer ETF - November", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5242473343542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00QPZ5458", + "cik": "0001415726", + "lei": null + }, + { + "symbol": "UNP", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Union Pacific Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4D31465736302D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BW3299", + "cik": "0000100885", + "lei": "549300LMMRSZZCZ8CL11" + }, + { + "symbol": "UNTY", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Unity Bancorp, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5637344C335A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000K0KW21", + "cik": "0000920427", + "lei": "549300Q90ZRNUR65PL93" + }, + { + "symbol": "UNVR", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Univar Solutions Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_44464D384B4B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BDHD29", + "cik": "0001494319", + "lei": "549300VSXHFQVR770L55" + }, + { + "symbol": "UOCT", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "Innovator ETFs Trust - Innovator S&P 500 Ultra Buffer ETF - October", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4830354D48362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00M4P0CP7", + "cik": "0001415726", + "lei": null + }, + { + "symbol": "UONE", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Urban One Inc - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_524C37484A332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000C2WTG5", + "cik": "0001041657", + "lei": "549300PLGIGPBRQUP240" + }, + { + "symbol": "UONEK", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Urban One Inc - Class D", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_434A504651482D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000CCCR06", + "cik": "0001041657", + "lei": "549300PLGIGPBRQUP240" + }, + { + "symbol": "UPLD", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Upland Software Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5337304C395A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG005KC3JR5", + "cik": "0001505155", + "lei": "549300NS277POYJ63W89" + }, + { + "symbol": "UPRO", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "ProShares Trust - ProShares UltraPro S&P 500 ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4B33443143562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000N2YG88", + "cik": "0001174610", + "lei": null + }, + { + "symbol": "UPS", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "United Parcel Service, Inc. - Class B", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4B50464D48572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000L9CV04", + "cik": "0001090727", + "lei": "D01LMJZU09ULLNCY6Z23" + }, + { + "symbol": "UPST", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Upstart Holdings Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00PKCBY53", + "cik": "0001647639", + "lei": null + }, + { + "symbol": "UPV", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "ProShares Trust - ProShares Ultra FTSE Europe", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_42324A5138302D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000QTLVQ7", + "cik": "0001174610", + "lei": null + }, + { + "symbol": "UPW", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "ProShares Trust - ProShares Ultra Utilities", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5332384634432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000QXG0T9", + "cik": "0001174610", + "lei": null + }, + { + "symbol": "UPWK", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Upwork Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_475058574D332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00FBJ6390", + "cik": "0001627475", + "lei": null + }, + { + "symbol": "URA", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Global X Funds - Global X Uranium ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4843353034332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0018JWV58", + "cik": "0001432353", + "lei": null + }, + { + "symbol": "URBN", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Urban Outfitters, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_584B545A57522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BL79J3", + "cik": "0000912615", + "lei": "549300N3DUFR5U6NRN38" + }, + { + "symbol": "URE", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "ProShares Trust - ProShares Ultra Real Estate", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4C53525944512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000QXLPJ9", + "cik": "0001174610", + "lei": null + }, + { + "symbol": "URG", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "Ur-Energy Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_475A4E364E382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000M5BMH4", + "cik": "0001375205", + "lei": "5493004ZEMNWEC7T6X93" + }, + { + "symbol": "URGN", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "UroGen Pharma Ltd", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5335445246432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00GFCC613", + "cik": "0001668243", + "lei": "549300C0YCX7CG2G5D50" + }, + { + "symbol": "URI", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "United Rentals, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_57305A3457362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BXMFC3", + "cik": "0001067701", + "lei": "5323X5O7RN0NKFCDRY08" + }, + { + "symbol": "URNM", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Exchange Traded Concepts Trust - North Shore Global Uranium Mining ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4E475A4342542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00R0TBRV0", + "cik": "0001452937", + "lei": "549300MLI82YH9HOGS11" + }, + { + "symbol": "UROV", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Urovant Sciences Ltd", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4D44324439582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00LFWJQP1", + "cik": "0001740547", + "lei": null + }, + { + "symbol": "URTH", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "BlackRock Institutional Trust Company N.A. - BTC iShares MSCI World ET", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5047375A37462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG002D9R2H9", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "URTY", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "ProShares Trust - ProShares UltraPro Russell2000", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4C50424439562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000QBDZ04", + "cik": "0001174610", + "lei": null + }, + { + "symbol": "USA", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Liberty All-Star Equity Fund", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_484842534E582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BW4TB6", + "cik": "0000799195", + "lei": "549300DLV755RNHI1N92" + }, + { + "symbol": "USAC", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "USA Compression Partners LP - Unit", + "date": "2021-01-24", + "type": null, + "iexId": "IEX_464A444235562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG001QYKF35", + "cik": "0001522727", + "lei": null + }, + { + "symbol": "USAI", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Pacer Funds Trust - Pacer American Energy Independence ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4658525159352D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00JGGY016", + "cik": "0001616668", + "lei": null + }, + { + "symbol": "USAK", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "USA Truck, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_43385852504D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000CK6317", + "cik": "0000883945", + "lei": "5493003Y5UNRIAHESQ33" + }, + { + "symbol": "USAP", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Universal Stainless & Alloy Products, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4735474E5A522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000DN2671", + "cik": "0000931584", + "lei": "5493001OEIZDUGXZDE09" + }, + { + "symbol": "USAS", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "Americas Gold and Silver Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_44544C374C362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000CG1PT2", + "cik": "0001286973", + "lei": "5493005AKGOT669Z4P51" + }, + { + "symbol": "USAT", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "USA Technologies, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5139484D31302D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000H825F3", + "cik": "0000896429", + "lei": "529900O54DBQQVWO9Q85" + }, + { + "symbol": "USAU", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "U.S. Gold Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_52543742314C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000H95997", + "cik": "0000027093", + "lei": "5299003C2TFXIV9QAV34" + }, + { + "symbol": "USB", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "U.S. Bancorp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_57594A5430432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000FFDM15", + "cik": "0000036104", + "lei": "N1GZ7BBF3NP8GI976H15" + }, + { + "symbol": "USB-A", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "U.S. Bancorp. - FXDFR PRF PERPETUAL USD 1000 - Ser A", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4A5A303639432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000036104", + "lei": "N1GZ7BBF3NP8GI976H15" + }, + { + "symbol": "USB-H", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "U.S. Bancorp. - FR PRF PERPETUAL USD 25 - Ser B", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_5758473830572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000036104", + "lei": "N1GZ7BBF3NP8GI976H15" + }, + { + "symbol": "USB-M", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "U.S. Bancorp. - FXDFR PRF PERPETUAL USD 25 - Ser F", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4431395246302D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000036104", + "lei": "N1GZ7BBF3NP8GI976H15" + }, + { + "symbol": "USB-O", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "U.S. Bancorp. - 5.15% PRF PERPETUAL USD 25 - Ser H", + "date": "2021-01-15", + "type": "ps", + "iexId": "IEX_52545148335A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000036104", + "lei": "N1GZ7BBF3NP8GI976H15" + }, + { + "symbol": "USB-P", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "U.S. Bancorp. - 5.50% PRF PERPETUAL USD 25 - Ser K", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4B31445331572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000036104", + "lei": "N1GZ7BBF3NP8GI976H15" + }, + { + "symbol": "USB-Q", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "U.S. Bancorp. - 3.75% PRF PERPETUAL USD 25 - Ser L (1/1000 Int)", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4A38574853322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000036104", + "lei": "N1GZ7BBF3NP8GI976H15" + }, + { + "symbol": "USCI", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "United States Commodity Funds LLC - United States Commodity Index Fund", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5644593758512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0014JY1C8", + "cik": "0001498422", + "lei": null + }, + { + "symbol": "USCR", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "U.S. Concrete, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_535A4E5131482D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0015S0P31", + "cik": "0001073429", + "lei": "549300J94Q38BL8BMH45" + }, + { + "symbol": "USD", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "ProShares Trust - ProShares Ultra Semiconductors", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4D43593348372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000QXLZT6", + "cik": "0001174610", + "lei": null + }, + { + "symbol": "USDP", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "USD Partners LP - Unit", + "date": "2021-01-24", + "type": null, + "iexId": "IEX_4E37323356582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00729LTJ5", + "cik": "0001610682", + "lei": "549300W8EFTTL1ACGP25" + }, + { + "symbol": "USDU", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "WisdomTree Trust - WisdomTree Bloomberg U.S. Dollar Bullish Fund", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_44574A4242522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG005PXGB51", + "cik": "0001350487", + "lei": null + }, + { + "symbol": "USEG", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "U.S. Energy Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_53395A4D42562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BW5LG7", + "cik": "0000101594", + "lei": "549300MS9QJ0KPN83B63" + }, + { + "symbol": "USEP", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "Innovator ETFs Trust - Innovator S&P 500 Ultra Buffer ETF - September", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4658393432472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00Q402DW1", + "cik": "0001415726", + "lei": null + }, + { + "symbol": "USEQ", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "Invesco Capital Management LLC - Invesco Russell 1000 Enhanced Equal W", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4E42374B53472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00H4B1F26", + "cik": "0001224696", + "lei": null + }, + { + "symbol": "USFD", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "US Foods Holding Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4D4B324B36482D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00C6H6D40", + "cik": "0001665918", + "lei": "549300UGOZSO64CFPR97" + }, + { + "symbol": "USFR", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "WisdomTree Trust - WisdomTree Floating Rate Treasury Fund", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4E58435153572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG005YHYNF9", + "cik": "0001350487", + "lei": null + }, + { + "symbol": "USHG", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "AGF Investments Trust - AGFiQ Dynamic Hedged U.S. Equity ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4B4C3042394E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00P83CLP2", + "cik": "0001479599", + "lei": null + }, + { + "symbol": "USHY", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "BlackRock Institutional Trust Company N.A. - iShares Broad USD High Yi", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4748575731512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00J2DRZT9", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "USI", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Principal Exchange-Traded Funds - Principal Ultra-Short Active Income ", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4B443447465A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00NZLBBH9", + "cik": "0001572661", + "lei": null + }, + { + "symbol": "USIG", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "BlackRock Institutional Trust Company N.A. - iShares Broad USD Investm", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4E34533734572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000QN2QQ2", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "USIO", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Usio Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_424D395838322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000CKGG53", + "cik": "0001088034", + "lei": null + }, + { + "symbol": "USL", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "United States Commodity Funds LLC - United States 12 Month Oil Fund LP", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4436394B54462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000R0KYZ4", + "cik": "0001498422", + "lei": null + }, + { + "symbol": "USLB", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Invesco Capital Management LLC - Invesco Russell 1000 Low Beta Equal W", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5348354B594A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00BCHHBT0", + "cik": "0001224696", + "lei": null + }, + { + "symbol": "USLM", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "United States Lime & Minerals Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4456514651372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000D7P047", + "cik": "0000082020", + "lei": "549300VGDEEG8RT7VC89" + }, + { + "symbol": "USM", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "United States Cellular Corporation", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5344444732322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BW6P59", + "cik": "0000821130", + "lei": null + }, + { + "symbol": "USMC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Principal Exchange-Traded Funds - Principal U.S. Mega-Cap ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5846424D524D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00HY0ZL36", + "cik": "0001572661", + "lei": null + }, + { + "symbol": "USMF", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "WisdomTree Trust - WisdomTree U.S. Multifactor Fund", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_47593951345A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00H1P6LD8", + "cik": "0001350487", + "lei": null + }, + { + "symbol": "USMV", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "BlackRock Institutional Trust Company N.A. - BTC iShares MSCI USA Min ", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4D4E394433502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0025X2FJ1", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "USNA", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Usana Health Sciences Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5447344C34522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BX28M0", + "cik": "0000896264", + "lei": "549300YTURXE814MAH96" + }, + { + "symbol": "USO", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "United States Commodity Funds LLC - United States Oil Fund", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5059374E484A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000NL49J3", + "cik": "0001498422", + "lei": null + }, + { + "symbol": "USOI", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Credit Suisse AG Nassau Branch - VR SP ETN REDEEM 24/04/2037 USD 25", + "date": "2021-01-24", + "type": "struct", + "iexId": "IEX_58384B5456582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00GHBF6K9", + "cik": null, + "lei": null + }, + { + "symbol": "USPH", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "U.S. Physical Therapy, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4B51514A4D422D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000CSRSG6", + "cik": "0000885978", + "lei": "529900KL1UXQYFIOMY96" + }, + { + "symbol": "USRT", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "BlackRock Institutional Trust Company N.A. - BTC iShares Core U.S. REI", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4731354759522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000R72F62", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "USSG", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "DBX ETF Trust - Xtrackers MSCI USA ESG Leaders Equity ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5643383358362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00NJ41SD3", + "cik": "0001503123", + "lei": null + }, + { + "symbol": "UST", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "ProShares Trust - ProShares Ultra 7-10 Year Treasury", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5834384354342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BH4371", + "cik": "0001174610", + "lei": null + }, + { + "symbol": "USTB", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Victory Portfolios II - VictoryShares USAA Core Short-Term Bond ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_44544E5332372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00HZ6R8J3", + "cik": "0001547580", + "lei": null + }, + { + "symbol": "USV", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "UBS AG Jersey - ZC SP ETRACS REDEEM 05/04/2038 USD 25 - 902641794", + "date": "2020-12-10", + "type": "struct", + "iexId": "IEX_5758374D48532D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000VFDZ72", + "cik": null, + "lei": null + }, + { + "symbol": "USVM", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Victory Portfolios II - VictoryShares USAA MSCI USA Small Cap Value Mo", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4437484C5A512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00HZ6RBT5", + "cik": "0001547580", + "lei": null + }, + { + "symbol": "USWS", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "U.S. Well Services Inc - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4D48324451362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00GKQW829", + "cik": "0001670349", + "lei": null + }, + { + "symbol": "USX", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "U.S. Xpress Enterprises Inc - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4C354E3447312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG004RK8W80", + "cik": "0000923571", + "lei": "549300NXY19K1OZN4915" + }, + { + "symbol": "USXF", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "iShares Trust - iShares ESG Advanced MSCI USA ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4633543130532D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00VHK29G9", + "cik": "0001006249", + "lei": null + }, + { + "symbol": "UTES", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "ETFis Series Trust I - Virtus Reaves Utilities ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5834543542442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00B2VXV09", + "cik": "0001559109", + "lei": null + }, + { + "symbol": "UTF", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Cohen & Steers Infrastructure Fund Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_463733465A4A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000LC5QR7", + "cik": "0001275617", + "lei": "T085JMDV2CFIPONRA870" + }, + { + "symbol": "UTG", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "Reaves Utility Income Fund", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4D53423834522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BS9MY0", + "cik": "0001263994", + "lei": "549300GS807NR3X3LH36" + }, + { + "symbol": "UTHR", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "United Therapeutics Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5036475848362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BV4XJ1", + "cik": "0001082554", + "lei": "5299005C4HZL4UWROC14" + }, + { + "symbol": "UTI", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Universal Technical Institute Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5448473243522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BJSMW1", + "cik": "0001261654", + "lei": null + }, + { + "symbol": "UTL", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Unitil Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_484B4D4B4E422D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BW7X97", + "cik": "0000755001", + "lei": null + }, + { + "symbol": "UTMD", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Utah Medical Products, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5742323148522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000HFDNW7", + "cik": "0000706698", + "lei": "5493002R27BBGV8DID60" + }, + { + "symbol": "UTRN", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Exchange Traded Concepts Trust - Vesper U.S. Large Cap Short-Term Reve", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4B50313847542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00M0XW6F3", + "cik": "0001452937", + "lei": "549300MLI82YH9HOGS11" + }, + { + "symbol": "UTSI", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "UTStarcom Holdings Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_443738444C392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BR0R43", + "cik": "0001030471", + "lei": "5299004Q5INQ39MLMZ08" + }, + { + "symbol": "UTSL", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Direxion Shares ETF Trust - Direxion Daily Utilities Bull 3X Shares", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5838513944332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00GM47CK5", + "cik": "0001424958", + "lei": null + }, + { + "symbol": "UTZ", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Utz Brands Inc - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4B4A4C5439542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00M8652H1", + "cik": "0001739566", + "lei": null + }, + { + "symbol": "UTZ+", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Utz Brands Inc - Warrants (14/01/2021)", + "date": "2021-01-14", + "type": "wt", + "iexId": "IEX_4C33525A44422D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00MNPLLN5", + "cik": "0001739566", + "lei": null + }, + { + "symbol": "UUP", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Invesco DB US Dollar Index Trust - Invesco DB US Dollar Index Bullish ", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4D36383356322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000Q7R318", + "cik": "0001371571", + "lei": null + }, + { + "symbol": "UUU", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "Universal Security Instruments, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5448464B44382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BW56H9", + "cik": "0000102109", + "lei": null + }, + { + "symbol": "UUUU", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "Energy Fuels Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4258463347582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BXTPV3", + "cik": "0001385849", + "lei": "529900P0GCATXMGK8I62" + }, + { + "symbol": "UUUU+", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "Energy Fuels Inc - Warrants (20/09/2021)", + "date": "2021-01-24", + "type": "wt", + "iexId": "IEX_4734484758592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00FM54WX9", + "cik": "0001385849", + "lei": "529900P0GCATXMGK8I62" + }, + { + "symbol": "UVE", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Universal Insurance Holdings Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4A44505636572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000B9YY14", + "cik": "0000891166", + "lei": "529900GGAZ6WVUCWQM46" + }, + { + "symbol": "UVSP", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Univest Financial Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4A53325137312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BRTL90", + "cik": "0000102212", + "lei": "4WII2HCR8UEWNU03U507" + }, + { + "symbol": "UVV", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Universal Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_46504E5A34382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BW93R1", + "cik": "0000102037", + "lei": "549300BZXZ66F6DTIF20" + }, + { + "symbol": "UVXY", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "ProShares Trust - ProShares Ultra VIX Short-Term Futures ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_48365A3042372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0024QY1Y6", + "cik": "0001174610", + "lei": null + }, + { + "symbol": "UWM", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "ProShares Trust - ProShares Ultra Russell2000", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_504E355933322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BB4DB7", + "cik": "0001174610", + "lei": null + }, + { + "symbol": "UWMC", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "UWM Holdings Corporation - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001783398", + "lei": null + }, + { + "symbol": "UWMC+", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "UWM Holdings Corporation - Warrants (22/01/2025)", + "date": "2021-01-24", + "type": "wt", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001783398", + "lei": null + }, + { + "symbol": "UXI", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "ProShares Trust - ProShares Ultra Industrials", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4B4D464D37502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000QXF9K0", + "cik": "0001174610", + "lei": null + }, + { + "symbol": "UXIN", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Uxin Ltd - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_5636424E37372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00L1HXR44", + "cik": "0001729173", + "lei": "549300OV7Z440PI54J04" + }, + { + "symbol": "UYG", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "ProShares Trust - ProShares Ultra Financials", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_444259344A312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000QXF181", + "cik": "0001174610", + "lei": null + }, + { + "symbol": "UYM", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "ProShares Trust - ProShares Ultra Basic Materials", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_43354C5443302D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000QXDC07", + "cik": "0001174610", + "lei": null + }, + { + "symbol": "UZA", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "United States Cellular Corporation - 6.95% NT REDEEM 15/05/2060 USD 25", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_5733515646522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000821130", + "lei": null + }, + { + "symbol": "UZB", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "United States Cellular Corporation - 7.25% NT REDEEM 01/12/2063 USD 25", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4831324446372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000821130", + "lei": null + }, + { + "symbol": "UZC", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "United States Cellular Corporation - 7.25% NT REDEEM 01/12/2064 USD 25", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_474C533742462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000821130", + "lei": null + }, + { + "symbol": "UZD", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "United States Cellular Corporation - 6.25% NT REDEEM 01/09/2069 USD 25", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_50444E4A39442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000821130", + "lei": null + }, + { + "symbol": "UZE", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "United States Cellular Corporation - 5.50% NT REDEEM 01/03/2070 USD 25", + "date": "2021-01-24", + "type": "ps", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000821130", + "lei": null + }, + { + "symbol": "V", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Visa Inc - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4C43314254462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000PSKYX7", + "cik": "0001403161", + "lei": "549300JZ4OKEHW3DPJ59" + }, + { + "symbol": "VAC", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Marriott Vacations Worldwide Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_423054584B472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG001J2R5H3", + "cik": "0001524358", + "lei": "549300WA6BT5H4F7IO94" + }, + { + "symbol": "VACQ", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Vector Acquisition Corp - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_515A4C3047472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00Y61SZL5", + "cik": "0001819994", + "lei": null + }, + { + "symbol": "VACQW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Vector Acquisition Corp - Warrants (18/09/2025)", + "date": "2021-01-24", + "type": "wt", + "iexId": "IEX_4A56595A52322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00Y649ND6", + "cik": "0001819994", + "lei": null + }, + { + "symbol": "VALE", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Vale S.A. - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_51394A594C382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BN5LG7", + "cik": "0000917851", + "lei": "254900SMTWBX7RU2SR20" + }, + { + "symbol": "VALQ", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "American Century ETF Trust - American Century STOXX U.S. Quality Value", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_44474B31474C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00JQ0D7T8", + "cik": "0001710607", + "lei": null + }, + { + "symbol": "VALT", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "ETF Managers Trust - ETFMG Sit Ultra Short ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4443594E57572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00PPRLP80", + "cik": "0001467831", + "lei": null + }, + { + "symbol": "VALU", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Value Line, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5633525746512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BWBMM1", + "cik": "0000717720", + "lei": null + }, + { + "symbol": "VAMO", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "Cambria Investment Management LP - Cambria ETF Trust Cambria Value and", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5831365731592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG009YVM232", + "cik": "0001529389", + "lei": null + }, + { + "symbol": "VAPO", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Vapotherm Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5753425037502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0026ZCKM9", + "cik": "0001253176", + "lei": "549300A6KMUMDX27EQ68" + }, + { + "symbol": "VAR", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Varian Medical Systems, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5652314632482D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BWBZN1", + "cik": "0000203527", + "lei": "TK3LAKL7I0QNTCVWSY07" + }, + { + "symbol": "VAW", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Vanguard Group, Inc. - Vanguard Materials ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4253304D34542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000HSWLH9", + "cik": "0000102909", + "lei": "5493002789CX3L0CJP65" + }, + { + "symbol": "VB", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Vanguard Group, Inc. - Vanguard Small Cap ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4633503847572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000HT3Z79", + "cik": "0000102909", + "lei": "5493002789CX3L0CJP65" + }, + { + "symbol": "VBF", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Invesco Bond Fund", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4254343531372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000DPTFZ6", + "cik": "0000005094", + "lei": "MN4XNOJY2YRWNLRTWX16" + }, + { + "symbol": "VBFC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Village Bank & Trust Financial Corporation", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_50534D58374B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000CMM9X7", + "cik": "0001290476", + "lei": "549300NIJITDSZ8M7H32" + }, + { + "symbol": "VBIV", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "VBI Vaccines Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4B57385158562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BB3S61", + "cik": "0000764195", + "lei": null + }, + { + "symbol": "VBK", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Vanguard Group, Inc. - Vanguard Small Cap Growth ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4B54304C34302D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000HT5K89", + "cik": "0000102909", + "lei": "5493002789CX3L0CJP65" + }, + { + "symbol": "VBLT", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Vascular Biogenics Ltd", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_51595A5A46582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG002WK6CM8", + "cik": "0001603207", + "lei": "54930046IZW5JCXF4M07" + }, + { + "symbol": "VBND", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "ETF Series Solutions Trust - ESS Vident Core U.S. Bond Strategy Fund", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4E4C473536372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG007BBY8M8", + "cik": "0001540305", + "lei": null + }, + { + "symbol": "VBR", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Vanguard Group, Inc. - Vanguard Small Cap Value ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5337564430502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000HX5MQ6", + "cik": "0000102909", + "lei": "5493002789CX3L0CJP65" + }, + { + "symbol": "VBTX", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Veritex Holdings Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4839584E484D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000QG9SX8", + "cik": "0001501570", + "lei": "549300F3SMOML02SC814" + }, + { + "symbol": "VC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Visteon Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4259535837362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0016T3GQ0", + "cik": "0001111335", + "lei": "549300MOVLYHRW4GGW78" + }, + { + "symbol": "VCAR", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Simplify Exchange Traded Funds - Simplify Volt RoboCar Disruption and ", + "date": "2021-01-24", + "type": "et", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00YPT2ZB2", + "cik": null, + "lei": null + }, + { + "symbol": "VCEB", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "Vanguard Group, Inc. - Vanguard ESG U.S. Corporate Bond ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4C32485239372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00XGJM7C5", + "cik": "0000102909", + "lei": "5493002789CX3L0CJP65" + }, + { + "symbol": "VCEL", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Vericel Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4B474D4D31562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BDCM24", + "cik": "0000887359", + "lei": "54930076YM3PLTDR4B91" + }, + { + "symbol": "VCF", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "Delaware Investments Colorado Insured Municipal Income Fund Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_43514448444E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BHS106", + "cik": "0000907573", + "lei": "HS7YIW64I47WX7U31F48" + }, + { + "symbol": "VCIF", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Vertical Capital Income Fund.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4C585A54334E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0038Q3183", + "cik": "0001517767", + "lei": null + }, + { + "symbol": "VCIT", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Vanguard Group, Inc. - Vanguard Intermediate-Term Corporate Bond ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4858313258342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000PWYVH7", + "cik": "0000102909", + "lei": "5493002789CX3L0CJP65" + }, + { + "symbol": "VCLO", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Simplify Exchange Traded Funds - Simplify Volt Cloud and Cybersecurity", + "date": "2021-01-24", + "type": "et", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00YPSWWY3", + "cik": null, + "lei": null + }, + { + "symbol": "VCLT", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Vanguard Group, Inc. - Vanguard Long-Term Corporate Bond ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4A4836375A4E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000PWZHX9", + "cik": "0000102909", + "lei": "5493002789CX3L0CJP65" + }, + { + "symbol": "VCNX", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Vaccinex Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4A56564337322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00469NFK4", + "cik": "0001205922", + "lei": null + }, + { + "symbol": "VCR", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Vanguard Group, Inc. - Vanguard Consumer Discretionary ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_545A365034362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000HX4281", + "cik": "0000102909", + "lei": "5493002789CX3L0CJP65" + }, + { + "symbol": "VCRA", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Vocera Communication Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5750344E57372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00179VSY7", + "cik": "0001129260", + "lei": "5493006D2J6NPNZ60K83" + }, + { + "symbol": "VCSH", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Vanguard Group, Inc. - Vanguard Short-Term Corporate Bond ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_43535659424A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000PWXXY5", + "cik": "0000102909", + "lei": "5493002789CX3L0CJP65" + }, + { + "symbol": "VCTR", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Victory Capital Holdings Inc - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4B4D4D3133392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0074JPF34", + "cik": "0001570827", + "lei": "549300BN5LH2CIPPHS71" + }, + { + "symbol": "VCV", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Invesco California Value Municipal Income Trust", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4631463047592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BFVK04", + "cik": "0000895531", + "lei": "0O4FOPVOK8KA2I2US555" + }, + { + "symbol": "VCVC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "10X Capital Venture Acquisition Corp - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00YDDFJK2", + "cik": "0001821595", + "lei": null + }, + { + "symbol": "VCVCW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "10X Capital Venture Acquisition Corp - Warrants (29/10/2027)", + "date": "2021-01-24", + "type": "wt", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00YRK9699", + "cik": "0001821595", + "lei": null + }, + { + "symbol": "VCYT", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Veracyte Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4B5A3844545A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG001J2M542", + "cik": "0001384101", + "lei": "529900ESWZRHXOW27Z37" + }, + { + "symbol": "VDC", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Vanguard Group, Inc. - Vanguard Consumer Staples ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_514736504E332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000HWRGK3", + "cik": "0000102909", + "lei": "5493002789CX3L0CJP65" + }, + { + "symbol": "VDE", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Vanguard Group, Inc. - Vanguard Energy ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4856585136522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000HTG205", + "cik": "0000102909", + "lei": "5493002789CX3L0CJP65" + }, + { + "symbol": "VEA", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Vanguard Group, Inc. - Vanguard FTSE Developed Markets ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_433159334D462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000QVFB47", + "cik": "0000102909", + "lei": "5493002789CX3L0CJP65" + }, + { + "symbol": "VEC", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Vectrus Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4733394439372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG005PG80K4", + "cik": "0001601548", + "lei": null + }, + { + "symbol": "VECO", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Veeco Instruments Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4D3838444D4A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BDCB28", + "cik": "0000103145", + "lei": "5493004201F72ADDZW04" + }, + { + "symbol": "VEDL", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Vedanta Ltd - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_52504D5A56372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0056HFZV6", + "cik": "0001370431", + "lei": "335800XDKX9KB5EMCO07" + }, + { + "symbol": "VEEV", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Veeva Systems Inc - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_53353837394D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG001CGB489", + "cik": "0001393052", + "lei": "549300YZEXPDB92M2F02" + }, + { + "symbol": "VEGA", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Advisorshares Trust - AdvisorShares STAR Global Buy-Write ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4843593743572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG003D085R9", + "cik": "0001408970", + "lei": "549300JV5T62F5E7S151" + }, + { + "symbol": "VEGI", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "BlackRock Institutional Trust Company N.A. - BTC iShares MSCI Global A", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5632424B59342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG002GKQWJ4", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "VEGN", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "ETF Series Solutions Trust - US Vegan Climate ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4C4D58364B582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00Q6L3CX3", + "cik": "0001540305", + "lei": null + }, + { + "symbol": "VEL", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Velocity Financial Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4B4E4B5146572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00QLF1GT7", + "cik": "0001692376", + "lei": null + }, + { + "symbol": "VEON", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "VEON Ltd - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_57423936384C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000QCW561", + "cik": "0001468091", + "lei": "5493008CA3NMHYEVT131" + }, + { + "symbol": "VER", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "VEREIT Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_504B435051362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG001J4J8T9", + "cik": "0001507385", + "lei": "5493002H54FNIBW75H44" + }, + { + "symbol": "VER-F", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "VEREIT Inc - 6.70% PRF PERPETUAL USD 25 - Ser F", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_5437344432322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001507385", + "lei": "5493002H54FNIBW75H44" + }, + { + "symbol": "VERB", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Verb Technology Company Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4B594C344D432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG004DZSW71", + "cik": "0001566610", + "lei": "54930048C3BMORBXZM88" + }, + { + "symbol": "VERBW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Verb Technology Company Inc - Warrants (14/03/2024)", + "date": "2021-01-24", + "type": "wt", + "iexId": "IEX_51584B4235582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00NTJTWF8", + "cik": "0001566610", + "lei": "54930048C3BMORBXZM88" + }, + { + "symbol": "VERI", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Veritone Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4647575936542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG007NJLS39", + "cik": "0001615165", + "lei": "549300XTAS2FCSL4EL89" + }, + { + "symbol": "VERO", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Venus Concept Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_564D4B4A5A582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG001YK8KJ2", + "cik": "0001409269", + "lei": "5493008YPNXT4P0XND39" + }, + { + "symbol": "VERT=", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Vertiv Holdings Co - Units (1 Cls A & 1/3 War)", + "date": "2021-01-19", + "type": null, + "iexId": "IEX_50504E3359342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00KY7LVB8", + "cik": "0001674101", + "lei": "549300KTTIRAOGXCRV69" + }, + { + "symbol": "VERU", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Veru Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4D51323238572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000G12J78", + "cik": "0000863894", + "lei": "529900ER63TFLEIJV631" + }, + { + "symbol": "VERX", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Vertex Inc Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4C33463039572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00VVT2F25", + "cik": "0001806837", + "lei": "549300QMYW171MP1PL50" + }, + { + "symbol": "VERY", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Vericity Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5832503239442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00PC36S42", + "cik": "0001575434", + "lei": "54930055SYK2XRDURZ39" + }, + { + "symbol": "VET", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Vermilion Energy Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_56473242514A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000PL3C78", + "cik": "0001293135", + "lei": "WT03B8BB1IX8WI9ZGV02" + }, + { + "symbol": "VETS", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Pacer Funds Trust - Pacer Military Times Best Employers ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4E58504B4C342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00KK08FR1", + "cik": "0001616668", + "lei": null + }, + { + "symbol": "VEU", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Vanguard Group, Inc. - Vanguard FTSE All-World ex-US ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_464C4B3138392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000HMNZV5", + "cik": "0000102909", + "lei": "5493002789CX3L0CJP65" + }, + { + "symbol": "VFC", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "VF Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4E5637394D312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BWCKB6", + "cik": "0000103379", + "lei": "CWAJJ9DJ5Z7P057HV541" + }, + { + "symbol": "VFF", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Village Farms International Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4C524A5046542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000TW2J94", + "cik": "0001584549", + "lei": "529900TR69X5FFZ6K955" + }, + { + "symbol": "VFH", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Vanguard Group, Inc. - Vanguard Financials ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_57344B3039372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000HSSXW1", + "cik": "0000102909", + "lei": "5493002789CX3L0CJP65" + }, + { + "symbol": "VFIN", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Simplify Exchange Traded Funds - Simplify Volt Fintech Disruption ETF", + "date": "2021-01-24", + "type": "et", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00YPT2PY9", + "cik": null, + "lei": null + }, + { + "symbol": "VFL", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "Delaware Investments National Municipal Income Fund", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4A39424631572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BH20J6", + "cik": "0000895574", + "lei": "NIC7ULNUGCUI836YP119" + }, + { + "symbol": "VFLQ", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "Vanguard Group, Inc. - Vanguard U.S. Liquidity Factor ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5648374B42312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00K269Q75", + "cik": "0000102909", + "lei": "5493002789CX3L0CJP65" + }, + { + "symbol": "VFMF", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "Vanguard Group, Inc. - Vanguard U.S. Multifactor ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4357364E46352D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00K26C0L2", + "cik": "0000102909", + "lei": "5493002789CX3L0CJP65" + }, + { + "symbol": "VFMO", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "Vanguard Group, Inc. - Vanguard U.S. Momentum Factor ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_42335135354D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00K26BFK1", + "cik": "0000102909", + "lei": "5493002789CX3L0CJP65" + }, + { + "symbol": "VFMV", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "Vanguard Group, Inc. - Vanguard U.S. Minimum Volatility ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_524B445158472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00K26BWT5", + "cik": "0000102909", + "lei": "5493002789CX3L0CJP65" + }, + { + "symbol": "VFQY", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "Vanguard Group, Inc. - Vanguard U.S. Quality Factor ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4C58364D44432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00K269MY4", + "cik": "0000102909", + "lei": "5493002789CX3L0CJP65" + }, + { + "symbol": "VFVA", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "Vanguard Group, Inc. - Vanguard U.S. Value Factor ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4748595753482D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00K26B596", + "cik": "0000102909", + "lei": "5493002789CX3L0CJP65" + }, + { + "symbol": "VG", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Vonage Holdings Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_473130304A4D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BRB5D9", + "cik": "0001272830", + "lei": "529900W7N0N4WLN1JY21" + }, + { + "symbol": "VGAC", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "VG Acquisition Corp - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4C4E5330384E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00XV5CYH5", + "cik": "0001804591", + "lei": null + }, + { + "symbol": "VGAC+", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "VG Acquisition Corp - Warrants (29/09/2025)", + "date": "2021-01-24", + "type": "wt", + "iexId": "IEX_4234324A4C302D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00Y6GHV60", + "cik": "0001804591", + "lei": null + }, + { + "symbol": "VGAC=", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "VG Acquisition Corp - Units (1 Ord Share Class A & 1/3 War)", + "date": "2021-01-24", + "type": null, + "iexId": "IEX_514B323042372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00XDJH0D8", + "cik": "0001804591", + "lei": null + }, + { + "symbol": "VGI", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Virtus Global Multi-Sector Income Fund", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5131393451362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG002293GD0", + "cik": "0001528811", + "lei": null + }, + { + "symbol": "VGIT", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Vanguard Group, Inc. - Vanguard Intermediate-Term Treasury ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4751505252332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000PX0963", + "cik": "0000102909", + "lei": "5493002789CX3L0CJP65" + }, + { + "symbol": "VGK", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Vanguard Group, Inc. - Vanguard FTSE Europe ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4447394442572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000HT8SM3", + "cik": "0000102909", + "lei": "5493002789CX3L0CJP65" + }, + { + "symbol": "VGLT", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Vanguard Group, Inc. - Vanguard Long-Term Treasury ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_48395658544D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000PX0M82", + "cik": "0000102909", + "lei": "5493002789CX3L0CJP65" + }, + { + "symbol": "VGM", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Invesco Trust for Investment Grade Municipals", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_484A4C4439342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000CQLM15", + "cik": "0000880892", + "lei": "V0VF67S6NRLBDK357F71" + }, + { + "symbol": "VGR", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Vector Group Ltd", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_52344D4242582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000CXKKZ8", + "cik": "0000059440", + "lei": "549300TUIF4WWN6NDN50" + }, + { + "symbol": "VGSH", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Vanguard Group, Inc. - Vanguard Short-Term Treasury ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_424D4A4D35482D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000PWZXV6", + "cik": "0000102909", + "lei": "5493002789CX3L0CJP65" + }, + { + "symbol": "VGT", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Vanguard Group, Inc. - Vanguard Information Technology ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5839574247382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000HSZQ76", + "cik": "0000102909", + "lei": "5493002789CX3L0CJP65" + }, + { + "symbol": "VGZ", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "Vista Gold Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_57464D504A4C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000F2BG19", + "cik": "0000783324", + "lei": "5493002WCFTLKVBI8D48" + }, + { + "symbol": "VHAQ=", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "Viveon Health Acquisition Corp - Units (1 Ord ,1 War & 1 Right )", + "date": "2021-01-24", + "type": null, + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00YFR2NJ6", + "cik": "0001823857", + "lei": null + }, + { + "symbol": "VHAQU", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "Viveon Health Acquisition Corp - Units (1 Ord ,1 War & 1 Right )", + "date": "2020-12-31", + "type": null, + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001823857", + "lei": null + }, + { + "symbol": "VHC", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Virnetx Holding Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_50484A4B524C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BP25X1", + "cik": "0001082324", + "lei": "529900GEQQ3ACACKKD25" + }, + { + "symbol": "VHI", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Valhi, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5850364258502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BWCZY8", + "cik": "0000059255", + "lei": null + }, + { + "symbol": "VHT", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Vanguard Group, Inc. - Vanguard Health Care ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_524D4B3054342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000HWNSD9", + "cik": "0000102909", + "lei": "5493002789CX3L0CJP65" + }, + { + "symbol": "VIAC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "ViacomCBS Inc - Class B", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4B36525736332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000C496P7", + "cik": "0000813828", + "lei": "5KYC8KF17ROCY24M3H09" + }, + { + "symbol": "VIACA", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "ViacomCBS Inc - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5242435758482D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BWDFD4", + "cik": "0000813828", + "lei": "5KYC8KF17ROCY24M3H09" + }, + { + "symbol": "VIAO", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "VIA optronics AG - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_4638525947332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00X5F6PS6", + "cik": "0001769116", + "lei": "391200MQMJVYVM0L2S18" + }, + { + "symbol": "VIAV", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Viavi Solutions Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4B3759544E532D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BP7JB0", + "cik": "0000912093", + "lei": "5493006K3E3N1QOBF092" + }, + { + "symbol": "VICE", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Advisorshares Trust - AdvisorShares Vice ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5151383634582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00JGGJ4N1", + "cik": "0001408970", + "lei": "549300JV5T62F5E7S151" + }, + { + "symbol": "VICI", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "VICI Properties Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5851463858592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00HVVB499", + "cik": "0001705696", + "lei": "254900RKH6RY9KCJQH63" + }, + { + "symbol": "VICR", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Vicor Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_545A36574A442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000C3VHF1", + "cik": "0000751978", + "lei": "5299005KMQOTR6B51F09" + }, + { + "symbol": "VIDI", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "WisdomTree Trust - WisdomTree Vident International Equity Fund", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4235463934332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG005HJNZD1", + "cik": "0001350487", + "lei": null + }, + { + "symbol": "VIE", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Viela Bio Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4D54385946382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00K6P5XM1", + "cik": "0001734517", + "lei": null + }, + { + "symbol": "VIG", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Vanguard Group, Inc. - Vanguard Dividend Appreciation FTF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5032344254582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000P5G869", + "cik": "0000102909", + "lei": "5493002789CX3L0CJP65" + }, + { + "symbol": "VIGI", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Vanguard Group, Inc. - Vanguard International Dividend Appreciation ET", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4C57515433462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00C863MR0", + "cik": "0000102909", + "lei": "5493002789CX3L0CJP65" + }, + { + "symbol": "VIH", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "VPC Impact Acquisition Holdings - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4B48445138512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00XRJ7Y40", + "cik": "0001820302", + "lei": null + }, + { + "symbol": "VIHAW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "VPC Impact Acquisition Holdings - Warrants (22/09/2025)", + "date": "2021-01-24", + "type": "wt", + "iexId": "IEX_4831363337472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00Y624BK3", + "cik": "0001820302", + "lei": null + }, + { + "symbol": "VINC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Vincerx Pharma Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00RRQXMX2", + "cik": "0001796129", + "lei": null + }, + { + "symbol": "VINCW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Vincerx Pharma Inc - Warrants (24/12/2025)", + "date": "2021-01-24", + "type": "wt", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00TM0Q4T3", + "cik": "0001796129", + "lei": null + }, + { + "symbol": "VIOG", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Vanguard Group, Inc. - Vanguard S&P Small-Cap 600 Growth ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4444324C37462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0015VYVY0", + "cik": "0000102909", + "lei": "5493002789CX3L0CJP65" + }, + { + "symbol": "VIOO", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Vanguard Group, Inc. - Vanguard S&P Small-Cap 600 ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4A48375154312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0015VYV43", + "cik": "0000102909", + "lei": "5493002789CX3L0CJP65" + }, + { + "symbol": "VIOT", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Viomi Technology Co Ltd - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_53574B465A502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00LVBQNW0", + "cik": "0001742770", + "lei": null + }, + { + "symbol": "VIOV", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Vanguard Group, Inc. - Vanguard S&P Small-Cap 600 Value ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_445A375239592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0015VYWQ7", + "cik": "0000102909", + "lei": "5493002789CX3L0CJP65" + }, + { + "symbol": "VIPS", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Vipshop Holdings Ltd - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_4348393331542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG002NLDLV8", + "cik": "0001529192", + "lei": "549300I9F52K06HPZX60" + }, + { + "symbol": "VIR", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Vir Biotechnology Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4A4B44344C482D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00H2QQ8T5", + "cik": "0001706431", + "lei": null + }, + { + "symbol": "VIRC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Virco Manufacturing Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5159594352532D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BWG2F8", + "cik": "0000751365", + "lei": null + }, + { + "symbol": "VIRI", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Virios Therapeutics Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00X0SZKJ2", + "cik": "0001818844", + "lei": null + }, + { + "symbol": "VIRS", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "Pacer Funds Trust - Pacer BioThreat Strategy ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5057364334482D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00VP23V43", + "cik": "0001616668", + "lei": null + }, + { + "symbol": "VIRT", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Virtu Financial Inc - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4E32564750392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0064N2T78", + "cik": "0001592386", + "lei": "5493001OPW2K42CH3884" + }, + { + "symbol": "VIS", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Vanguard Group, Inc. - Vanguard Industrials ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_44425851514E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000HX9TN0", + "cik": "0000102909", + "lei": "5493002789CX3L0CJP65" + }, + { + "symbol": "VISL", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Vislink Technologies Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4D374D3738512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG001WQRP45", + "cik": "0001565228", + "lei": "549300QXCON16MHSX919" + }, + { + "symbol": "VIST", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Vista Oil & Gas Sab De Cv - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_4E545A334E302D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00PMMBQS1", + "cik": null, + "lei": "549300UDOHP7958KNS89" + }, + { + "symbol": "VITL", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Vital Farms Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4652353753322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG006XWWBL6", + "cik": "0001579733", + "lei": "549300S6NYY7ER3XOT61" + }, + { + "symbol": "VIV", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Telefonica Brasil S.A., - ADR (Representing Ord)", + "date": "2021-01-24", + "type": "ad", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00Y6FQHK7", + "cik": "0001066119", + "lei": "529900MTGG2HSDBIWG79" + }, + { + "symbol": "VIVE", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Viveve Medical Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4E4752534B442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000CD9K76", + "cik": "0000879682", + "lei": null + }, + { + "symbol": "VIVO", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Meridian Bioscience Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4D48324C44512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000JK9W13", + "cik": "0000794172", + "lei": "549300ELSRZEFFFRX195" + }, + { + "symbol": "VIXM", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "ProShares Trust - ProShares VIX Mid-Term Futures ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4E4D524852512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG001CSFNT4", + "cik": "0001174610", + "lei": null + }, + { + "symbol": "VIXY", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "ProShares Trust - ProShares VIX Short-Term Futures ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5351584E42422D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG001CSFMQ9", + "cik": "0001174610", + "lei": null + }, + { + "symbol": "VJET", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Voxeljet AG - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_5733333151362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG005915XN3", + "cik": "0001582581", + "lei": "549300Q9IJOM3G3T2T75" + }, + { + "symbol": "VKI", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "Invesco Advantage Municipal Income Trust II", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5034364835332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BKYYD6", + "cik": "0000908993", + "lei": "DA89O2CSN0WUDR74HM71" + }, + { + "symbol": "VKQ", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Invesco Municipal Trust", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_544D5A364E382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BG4S05", + "cik": "0000877463", + "lei": "GKS5Y4B1VKHV66WSPK53" + }, + { + "symbol": "VKTX", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Viking Therapeutics Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4A30424D5A572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG006LGV869", + "cik": "0001607678", + "lei": "529900IVC72YPFA25M37" + }, + { + "symbol": "VKTXW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Viking Therapeutics Inc - Warrants (12/04/2021)", + "date": "2021-01-24", + "type": "wt", + "iexId": "IEX_5746354D42302D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00CMXQHS0", + "cik": "0001607678", + "lei": "529900IVC72YPFA25M37" + }, + { + "symbol": "VLDR", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Velodyne Lidar Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_47315136435A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00M0X4584", + "cik": "0001745317", + "lei": "549300JQOKE3P3PB2T84" + }, + { + "symbol": "VLDRW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Velodyne Lidar Inc - Warrants (01/10/2022)", + "date": "2021-01-24", + "type": "wt", + "iexId": "IEX_474D574347482D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00MDN5SK7", + "cik": "0001745317", + "lei": "549300JQOKE3P3PB2T84" + }, + { + "symbol": "VLGEA", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Village Super Market, Inc. - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4E4B345452572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BWGK40", + "cik": "0000103595", + "lei": "25490069686XCNNEMQ07" + }, + { + "symbol": "VLO", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Valero Energy Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_48325650434D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BBGGQ1", + "cik": "0001035002", + "lei": "549300XTO5VR8SKV1V74" + }, + { + "symbol": "VLRS", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Controladora Vuela Cia De Aviacion - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_514B3759464C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG004NZ9HL8", + "cik": "0001520504", + "lei": "549300G8NLCMP9Z44X52" + }, + { + "symbol": "VLT", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Invesco High Income Trust II", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4E4E44584B522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BBHLV3", + "cik": "0000846671", + "lei": "NWTWTK5C3HWITJJQZG91" + }, + { + "symbol": "VLU", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "SPDR Series Trust - SSgA SPDR S&P 1500 Value Tilt ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_524C384D56422D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG003HBVSB2", + "cik": "0001064642", + "lei": null + }, + { + "symbol": "VLUE", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "BlackRock Institutional Trust Company N.A. - BTC iShares MSCI USA Valu", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4439354639562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG004FPWG26", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "VLY", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Valley National Bancorp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5430504C57462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000D4YTR6", + "cik": "0000714310", + "lei": "549300ET52S1UBIB9762" + }, + { + "symbol": "VLYPO", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Valley National Bancorp - FXDFR PRF PERPETUAL USD 25 - Ser B", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4D42515A42312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000714310", + "lei": "549300ET52S1UBIB9762" + }, + { + "symbol": "VLYPP", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Valley National Bancorp - FXDFR PRF PERPETUAL USD 25 - Ser A", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_56433656465A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000714310", + "lei": "549300ET52S1UBIB9762" + }, + { + "symbol": "VMAC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Vistas Media Acquisition Company Inc - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5457303859392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00W27TMN6", + "cik": "0001810491", + "lei": null + }, + { + "symbol": "VMACW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Vistas Media Acquisition Company Inc - Warrants (01/08/2026)", + "date": "2021-01-24", + "type": "wt", + "iexId": "IEX_4458323754562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00WSPSGG0", + "cik": "0001810491", + "lei": null + }, + { + "symbol": "VMAR", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Vision Marine Technologies Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_463158504D582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00VZS7TR1", + "cik": "0001813783", + "lei": null + }, + { + "symbol": "VMBS", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Vanguard Group, Inc. - Vanguard Mortgage-Backed Securities ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4444313346312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000PX1043", + "cik": "0000102909", + "lei": "5493002789CX3L0CJP65" + }, + { + "symbol": "VMC", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Vulcan Materials Co", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4D51305933542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BWGYF8", + "cik": "0001396009", + "lei": "549300Q8LSNHAVWBNI21" + }, + { + "symbol": "VMD", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Viemed Healthcare Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4A353246574B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00JNKPJ36", + "cik": "0001729149", + "lei": null + }, + { + "symbol": "VMI", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Valmont Industries, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_544D54594A382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BWB7V4", + "cik": "0000102729", + "lei": "5493009ZGZJJ8F77JN08" + }, + { + "symbol": "VMM", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "Delaware Investments Minnesota Municipal Income Fund II Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_535357504D482D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BH2HL6", + "cik": "0000895658", + "lei": "RY6PR144OD7KOIBBCC20" + }, + { + "symbol": "VMO", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Invesco Municipal Opportunity Trust", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5731334B38422D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000CT8BC6", + "cik": "0000884152", + "lei": "WERC5RXCUSU16MOTZ848" + }, + { + "symbol": "VMOT", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "Alpha Architect Etf Trust - Alpha Architect Value Momentum Trend ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_524B334436542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00GM1DQV1", + "cik": "0001592900", + "lei": null + }, + { + "symbol": "VMW", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Vmware Inc. - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4436343138372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BC9938", + "cik": "0001124610", + "lei": "549300BUDHS3LRWBE814" + }, + { + "symbol": "VNCE", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Vince Holding Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4E56595756442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG005BPGN11", + "cik": "0001579157", + "lei": "5493002NOQOX2DHRRF35" + }, + { + "symbol": "VNDA", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Vanda Pharmaceuticals Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_42485A5958472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000HT5MG6", + "cik": "0001347178", + "lei": "529900AY8VOOQBKJ0O70" + }, + { + "symbol": "VNE", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Veoneer Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_424A373335542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00K4MPP27", + "cik": "0001733186", + "lei": "54930082R4LTC7PERT23" + }, + { + "symbol": "VNET", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "21Vianet Group Inc - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_4430593547382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG001M32Y18", + "cik": "0001508475", + "lei": "529900672GYJQ3T38I58" + }, + { + "symbol": "VNLA", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Janus Capital Management LLC - Janus Henderson Short Duration Income E", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4744384B52362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00F7XD804", + "cik": "0000812295", + "lei": null + }, + { + "symbol": "VNM", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "VanEck Vectors ETF Trust - VanEck Vectors Vietnam ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5156534A38322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000NWYK65", + "cik": "0000869178", + "lei": null + }, + { + "symbol": "VNMC", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Natixis ETF Trust II - Natixis Vaughan Nelson Mid Cap ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_564A534847522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00X71Q8D7", + "cik": "0001728860", + "lei": null + }, + { + "symbol": "VNO", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Vornado Realty Trust", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_52444B434C542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BWHD54", + "cik": "0000899689", + "lei": null + }, + { + "symbol": "VNO-K", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Vornado Realty Trust - 5.70% PRF PERPETUAL USD 25 - Ser K", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_42514A5250532D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000899689", + "lei": null + }, + { + "symbol": "VNO-L", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Vornado Realty Trust - 5.40% PRF PERPETUAL USD 25 - Ser L", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_52394A474E562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000899689", + "lei": null + }, + { + "symbol": "VNO-M", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Vornado Realty Trust - 5.25% PRF PERPETUAL USD 25 - Ser M", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_5352504E4E442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000899689", + "lei": null + }, + { + "symbol": "VNO-N", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Vornado Realty Trust - 5.25% PRF PERPETUAL USD 25 - Ser N", + "date": "2021-01-24", + "type": "ps", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000899689", + "lei": null + }, + { + "symbol": "VNOM", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Viper Energy Partners LP - Unit", + "date": "2021-01-24", + "type": null, + "iexId": "IEX_4E57375134342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG006G57XG0", + "cik": "0001602065", + "lei": "5299009LINL232255G03" + }, + { + "symbol": "VNQ", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Vanguard Group, Inc. - Vanguard Real Estate Index Fund ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_464A383157502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000Q89NG6", + "cik": "0000102909", + "lei": "5493002789CX3L0CJP65" + }, + { + "symbol": "VNQI", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Vanguard Group, Inc. - Vanguard Global ex-U.S. Real Estate ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_50313333424E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG001877Z08", + "cik": "0000102909", + "lei": "5493002789CX3L0CJP65" + }, + { + "symbol": "VNRX", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "VolitionRX Ltd", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4A5236334C342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BQWFH2", + "cik": "0000093314", + "lei": null + }, + { + "symbol": "VNSE", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Natixis ETF Trust II - Natixis Vaughan Nelson Select ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4E42583248392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00X71N3G8", + "cik": "0001728860", + "lei": null + }, + { + "symbol": "VNT", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Vontier Corporation", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_50564735544D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00RRGSJR4", + "cik": "0001786842", + "lei": null + }, + { + "symbol": "VNTR", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Venator Materials PLC", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4A31445439312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00GNHP3Y0", + "cik": "0001705682", + "lei": "549300WFXC4YL5IHX316" + }, + { + "symbol": "VO", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Vanguard Group, Inc. - Vanguard Mid-Cap ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4C5A425839312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000HX76S7", + "cik": "0000102909", + "lei": "5493002789CX3L0CJP65" + }, + { + "symbol": "VOC", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "VOC Energy Trust - Unit", + "date": "2021-01-24", + "type": null, + "iexId": "IEX_4E355A5834432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG001CSBBW0", + "cik": "0001505413", + "lei": null + }, + { + "symbol": "VOD", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Vodafone Group plc - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_5648334B34522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000C4R6H6", + "cik": "0000839923", + "lei": "213800TB53ELEUKM7Q61" + }, + { + "symbol": "VOE", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Vanguard Group, Inc. - Vanguard Mid-Cap Value ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5038563058542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000Q1ZR82", + "cik": "0000102909", + "lei": "5493002789CX3L0CJP65" + }, + { + "symbol": "VOLT", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "Volt Information Sciences, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5833323654342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000DX6Z26", + "cik": "0000103872", + "lei": "549300OQF9EZM81BDQ04" + }, + { + "symbol": "VONE", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Vanguard Group, Inc. - Vanguard Russell 1000 Index ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4654434243512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0016NBC92", + "cik": "0000102909", + "lei": "5493002789CX3L0CJP65" + }, + { + "symbol": "VONG", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Vanguard Group, Inc. - Vanguard Russell 1000 Growth Index ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_47444A4847372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0016LBV85", + "cik": "0000102909", + "lei": "5493002789CX3L0CJP65" + }, + { + "symbol": "VONV", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Vanguard Group, Inc. - Vanguard Russell 1000 Value Index ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4C48504E30562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0016LBYG0", + "cik": "0000102909", + "lei": "5493002789CX3L0CJP65" + }, + { + "symbol": "VOO", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Vanguard Group, Inc. - Vanguard S&P 500 ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_424D4C325A572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0015VYNT4", + "cik": "0000102909", + "lei": "5493002789CX3L0CJP65" + }, + { + "symbol": "VOOG", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Vanguard Group, Inc. - Vanguard S&P 500 Growth ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_475152374B482D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0015VYPM6", + "cik": "0000102909", + "lei": "5493002789CX3L0CJP65" + }, + { + "symbol": "VOOV", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Vanguard Group, Inc. - Vanguard S&P 500 Value ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_483958444E302D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0015VYQF2", + "cik": "0000102909", + "lei": "5493002789CX3L0CJP65" + }, + { + "symbol": "VOT", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Vanguard Group, Inc. - Vanguard Mid-Cap Growth ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5353563044582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000Q1ZB87", + "cik": "0000102909", + "lei": "5493002789CX3L0CJP65" + }, + { + "symbol": "VOX", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Vanguard Group, Inc. - Vanguard Communication Services ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4B31383143532D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000HTGPJ4", + "cik": "0000102909", + "lei": "5493002789CX3L0CJP65" + }, + { + "symbol": "VOXX", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "VOXX International Corp - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5051484A4E382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000H83Q11", + "cik": "0000807707", + "lei": "EC1QKSEOVR96PYJPNS25" + }, + { + "symbol": "VOYA", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Voya Financial Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5747375434502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BCWKD6", + "cik": "0001535929", + "lei": "549300T065Z4KJ686G75" + }, + { + "symbol": "VOYA-B", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Voya Financial Inc - FXDFR PRF PERPETUAL USD 25 - Ser B 1/40th Int", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_5458574C39352D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001535929", + "lei": "549300T065Z4KJ686G75" + }, + { + "symbol": "VPC", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "ETFis Series Trust I - Virtus Private Credit Strategy ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_524B583850352D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00N875F15", + "cik": "0001559109", + "lei": null + }, + { + "symbol": "VPG", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Vishay Precision Group Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_54443446524B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000PRQ0V9", + "cik": "0001487952", + "lei": null + }, + { + "symbol": "VPL", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Vanguard Group, Inc. - Vanguard FTSE Pacific ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4B344D5130302D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000HTCFY3", + "cik": "0000102909", + "lei": "5493002789CX3L0CJP65" + }, + { + "symbol": "VPN", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Global X Funds - Global X Data Center REITs & Digital Infrastructure E", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_47574D5453572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00Y056CB8", + "cik": "0001432353", + "lei": null + }, + { + "symbol": "VPOP", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Simplify Exchange Traded Funds - Simplify Volt Pop Culture Disruption ", + "date": "2021-01-24", + "type": "et", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00YPSWSF3", + "cik": null, + "lei": null + }, + { + "symbol": "VPU", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Vanguard Group, Inc. - Vanguard Utilities ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4847425853592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000HX1FV9", + "cik": "0000102909", + "lei": "5493002789CX3L0CJP65" + }, + { + "symbol": "VPV", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Invesco Pennsylvania Value Municipal Income Trust", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_574648484A4E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BGHY71", + "cik": "0000895528", + "lei": "549300S5KHBL3XISY922" + }, + { + "symbol": "VRA", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Vera Bradley Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_575050424E572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000R50SY9", + "cik": "0001495320", + "lei": "52990005Q6LEJKXO7M51" + }, + { + "symbol": "VRAI", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "ETFis Series Trust I - Virtus Real Asset Income ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4C30423658382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00N875LS3", + "cik": "0001559109", + "lei": null + }, + { + "symbol": "VRAY", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "ViewRay Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5143334B54442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG005XKG722", + "cik": "0001597313", + "lei": "5493006XTUBSKFU3W106" + }, + { + "symbol": "VRCA", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Verrica Pharmaceuticals Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4D4A4E4230332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00L03BYB7", + "cik": "0001660334", + "lei": "5493002L68H6THU5GW50" + }, + { + "symbol": "VRDN", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Viridian Therapeutics Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG002H242Z5", + "cik": "0001590750", + "lei": "549300C775BNYF550E70" + }, + { + "symbol": "VREX", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Varex Imaging Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5653325647472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00CZNLR47", + "cik": "0001681622", + "lei": "549300CWYWPVCT8E9W67" + }, + { + "symbol": "VRIG", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Invesco Capital Management LLC - Invesco Variable Rate Investment Grad", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_464E4A534B532D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00DW0G9X2", + "cik": "0001224696", + "lei": null + }, + { + "symbol": "VRM", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Vroom Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_44385338364A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG009NGKQ45", + "cik": "0001580864", + "lei": null + }, + { + "symbol": "VRME", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "VerifyMe Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_50305356505A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BL5RQ7", + "cik": "0001104038", + "lei": "549300PQWM4UB0090168" + }, + { + "symbol": "VRMEW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "VerifyMe Inc - Warrants (17/06/2025)", + "date": "2021-01-24", + "type": "wt", + "iexId": "IEX_475A564D374E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00VJHMR54", + "cik": "0001104038", + "lei": "549300PQWM4UB0090168" + }, + { + "symbol": "VRNA", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Verona Pharma Plc - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_4B56335735562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00GD4KBL1", + "cik": "0001657312", + "lei": "213800EVI6O6J3TIAL06" + }, + { + "symbol": "VRNS", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Varonis Systems Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5659584B32302D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG001Y04TN6", + "cik": "0001361113", + "lei": "549300SHIVNRRH7STS26" + }, + { + "symbol": "VRNT", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Verint Systems, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4A4C463237362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BCBYT2", + "cik": "0001166388", + "lei": "549300KEQJS5FRVUCO94" + }, + { + "symbol": "VRP", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Invesco Capital Management LLC - Invesco Variable Rate Preferred ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_444B4D484D382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG006F9S893", + "cik": "0001224696", + "lei": null + }, + { + "symbol": "VRRM", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Verra Mobility Corp - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4843303238302D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00G4XQ9Z1", + "cik": "0001682745", + "lei": null + }, + { + "symbol": "VRS", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Verso Corp - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_50585A4237422D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00DBPG7H2", + "cik": "0001421182", + "lei": "549300FODXCTQ8DGT594" + }, + { + "symbol": "VRSK", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Verisk Analytics Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4D36375646592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BCZL41", + "cik": "0001442145", + "lei": "549300I1YSWNIRKBWP67" + }, + { + "symbol": "VRSN", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Verisign Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4E42373646472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BGKHZ3", + "cik": "0001014473", + "lei": "LMPL4N8ZOJRMF0KOF759" + }, + { + "symbol": "VRT", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Vertiv Holdings Co - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4B31435743312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00L2B8KW8", + "cik": "0001674101", + "lei": "549300KTTIRAOGXCRV69" + }, + { + "symbol": "VRT+", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Vertiv Holdings Co - Warrants (18/01/2021)", + "date": "2021-01-19", + "type": "wt", + "iexId": "IEX_4B4D4B31464B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00LJWDZC7", + "cik": "0001674101", + "lei": "549300KTTIRAOGXCRV69" + }, + { + "symbol": "VRTS", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Virtus Investment Partners Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4A4D505842512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000DMFQS2", + "cik": "0000883237", + "lei": "549300HWF93HB8BDM648" + }, + { + "symbol": "VRTU", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Virtusa Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_574D343930542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000QCG7M7", + "cik": "0001207074", + "lei": "C77OMXDER63WLJCSKT03" + }, + { + "symbol": "VRTV", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Veritiv Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_533756434D392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG005XZHR97", + "cik": "0001599489", + "lei": "529900VQARHWQROHAS58" + }, + { + "symbol": "VRTX", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Vertex Pharmaceuticals, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4646514E43332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000C1S2X2", + "cik": "0000875320", + "lei": "54930015RAQRRZ5ZGJ91" + }, + { + "symbol": "VS", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Versus Systems Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": null, + "region": "US", + "currency": "CAD", + "isEnabled": true, + "figi": null, + "cik": "0001701963", + "lei": "5299008J9WHQVAXZVU55" + }, + { + "symbol": "VSAT", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Viasat, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4A585236544E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000HHLBF9", + "cik": "0000797721", + "lei": "UFC8NYMNFSYIHNSM2I38" + }, + { + "symbol": "VSDA", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Victory Portfolios II - VictoryShares Dividend Accelerator ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4D384437474E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00GGLYWR3", + "cik": "0001547580", + "lei": null + }, + { + "symbol": "VSEC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "VSE Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4C4D5A5356502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BWJYL8", + "cik": "0000102752", + "lei": "549300QWJYQDH4U5XI15" + }, + { + "symbol": "VSGX", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "Vanguard Group, Inc. - Vanguard ESG International Stock ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_575A324B484D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00M0P2V04", + "cik": "0000102909", + "lei": "5493002789CX3L0CJP65" + }, + { + "symbol": "VSH", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Vishay Intertechnology, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4833595A53542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BWKB81", + "cik": "0000103730", + "lei": "5493009O8F3QQJTCQR75" + }, + { + "symbol": "VSL", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "ETF Series Solutions Trust - Volshares Large Cap ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_46353335524D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00K5623Z9", + "cik": "0001540305", + "lei": null + }, + { + "symbol": "VSMV", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Victory Portfolios II - VictoryShares US Multi-Factor Minimum Volatili", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_514C5236384D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00H0GHPC9", + "cik": "0001547580", + "lei": null + }, + { + "symbol": "VSPR", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Vesper Healthcare Acquisition Corp - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4E36473952302D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00XKM1DC3", + "cik": "0001818093", + "lei": null + }, + { + "symbol": "VSPRW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Vesper Healthcare Acquisition Corp - Warrants (29/09/2025)", + "date": "2021-01-24", + "type": "wt", + "iexId": "IEX_4C533136384D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00Y930T32", + "cik": "0001818093", + "lei": null + }, + { + "symbol": "VSS", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Vanguard Group, Inc. - Vanguard FTSE All-World Ex-US Small Capital Ind", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_56543658595A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000D6RYS7", + "cik": "0000102909", + "lei": "5493002789CX3L0CJP65" + }, + { + "symbol": "VSSYW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Versus Systems Inc - Warrants- Unit A (17/12/2025)", + "date": "2021-01-24", + "type": "wt", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001701963", + "lei": "5299008J9WHQVAXZVU55" + }, + { + "symbol": "VST", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Vistra Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4B5A4E4C46532D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00DXDL6Q1", + "cik": "0001692819", + "lei": "549300KP43CPCUJOOG15" + }, + { + "symbol": "VST+A", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Vistra Corp - Warrants (02/02/2024)", + "date": "2021-01-24", + "type": "wt", + "iexId": "IEX_4657504C4C592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00KJPR6L3", + "cik": "0001692819", + "lei": "549300KP43CPCUJOOG15" + }, + { + "symbol": "VSTA", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Vasta Platform Ltd Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_584C345156382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00VX9YWQ9", + "cik": "0001792829", + "lei": null + }, + { + "symbol": "VSTM", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Verastem Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_425A4A4733372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG001J2LSK5", + "cik": "0001526119", + "lei": "549300IY0EFBIU8NQC81" + }, + { + "symbol": "VSTO", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Vista Outdoor Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4E4B395152332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG006F8QZK4", + "cik": "0001616318", + "lei": "549300QI2D33ESTJLN81" + }, + { + "symbol": "VT", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Vanguard Group, Inc. - Vanguard Total World Stock ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_484C574D38332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000GM5FZ6", + "cik": "0000102909", + "lei": "5493002789CX3L0CJP65" + }, + { + "symbol": "VTA", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Invesco Dynamic Credit Opportunities Fund", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4B37544644532D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000RKS031", + "cik": "0001393662", + "lei": "UJGJ6DJQ6L11ZHIVZG65" + }, + { + "symbol": "VTC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Vanguard Group, Inc. - Vanguard Total Corporate Bond ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4C484A3158342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00J5M1KP1", + "cik": "0000102909", + "lei": "5493002789CX3L0CJP65" + }, + { + "symbol": "VTEB", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Vanguard Group, Inc. - Vanguard Tax-Exempt Bond ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_514C3159514E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG009THVRW2", + "cik": "0000102909", + "lei": "5493002789CX3L0CJP65" + }, + { + "symbol": "VTGN", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "VistaGen Therapeutics Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4E32433158472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BB33L9", + "cik": "0001411685", + "lei": null + }, + { + "symbol": "VTHR", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Vanguard Group, Inc. - Vanguard Russell 3000 Index ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4D32565433432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0016N8GS6", + "cik": "0000102909", + "lei": "5493002789CX3L0CJP65" + }, + { + "symbol": "VTI", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Vanguard Group, Inc. - Vanguard Total Stock Market ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4C374A3342532D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000HR9779", + "cik": "0000102909", + "lei": "5493002789CX3L0CJP65" + }, + { + "symbol": "VTIP", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Vanguard Malvern Funds - Vanguard Short-Term Inflation-Protected Secur", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4C50425157322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG003H12X16", + "cik": "0000836906", + "lei": "TX6CG4TTV0FTLWSYWI43" + }, + { + "symbol": "VTN", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Invesco Trust For Investment Grade New York Municipals", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5033354834322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BDCFR2", + "cik": "0000883265", + "lei": "FNS6N81D3V131ZZWNT79" + }, + { + "symbol": "VTNR", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Vertex Energy Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4C534E434C432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BGGXH3", + "cik": "0000890447", + "lei": "549300TTMSREGCR7D585" + }, + { + "symbol": "VTOL", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Bristow Group Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4D5456324C562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG001YH8PR9", + "cik": "0001525221", + "lei": "5493005Q24EN3UC1PV68" + }, + { + "symbol": "VTR", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Ventas Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5448423458322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000FRVHB9", + "cik": "0000740260", + "lei": "ORQTRC074CWLT3DKHT41" + }, + { + "symbol": "VTRN", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Victory Portfolios II - VictoryShares Top Veteran Employers ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_464A525739532D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00Y2J4H45", + "cik": "0001547580", + "lei": null + }, + { + "symbol": "VTRS", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Viatris Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4C5A425057562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00QQ8GRM5", + "cik": null, + "lei": "254900ZZTSW7NL773X71" + }, + { + "symbol": "VTRU", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Vitru Ltd", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4247314759322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00WXXS401", + "cik": "0001805012", + "lei": null + }, + { + "symbol": "VTSI", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "VirTra Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5231425757512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000PJ0HS2", + "cik": "0001085243", + "lei": "549300BGHL1PW2M7IZ13" + }, + { + "symbol": "VTV", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Vanguard Group, Inc. - Vanguard Value ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4A4D5037595A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000HWV1X7", + "cik": "0000102909", + "lei": "5493002789CX3L0CJP65" + }, + { + "symbol": "VTVT", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "vTv Therapeutics Inc - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_52534D4E31502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG009DT9XJ0", + "cik": "0001641489", + "lei": "549300WQE5EI9R35SE66" + }, + { + "symbol": "VTWG", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Vanguard Group, Inc. - Vanguard Russell 2000 Growth Index ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4D50305A35572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0016LDNH1", + "cik": "0000102909", + "lei": "5493002789CX3L0CJP65" + }, + { + "symbol": "VTWO", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Vanguard Group, Inc. - Vanguard Russell 2000 Index ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4E38363438442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0016LDM47", + "cik": "0000102909", + "lei": "5493002789CX3L0CJP65" + }, + { + "symbol": "VTWV", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Vanguard Group, Inc. - Vanguard Russell 2000 Value Index ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5343433856302D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0016N87C3", + "cik": "0000102909", + "lei": "5493002789CX3L0CJP65" + }, + { + "symbol": "VUG", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Vanguard Group, Inc. - Vanguard Growth ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4359425939562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000HT2CB6", + "cik": "0000102909", + "lei": "5493002789CX3L0CJP65" + }, + { + "symbol": "VUSE", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "ETF Series Solutions Trust - ESS Vident Core US Equity ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_48544A5730312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG005VLWTD4", + "cik": "0001540305", + "lei": null + }, + { + "symbol": "VUZI", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Vuzix Corporation", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_54304D3337362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000QKVV49", + "cik": "0001463972", + "lei": "549300EWPW64TZQXJG66" + }, + { + "symbol": "VV", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Vanguard Group, Inc. - Vanguard Large Cap ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4739304C4D582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000HSZ812", + "cik": "0000102909", + "lei": "5493002789CX3L0CJP65" + }, + { + "symbol": "VVI", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Viad Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_504C5934324E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000D79DL8", + "cik": "0000884219", + "lei": "549300PXU4ZW7LPO5Y40" + }, + { + "symbol": "VVNT", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Vivint Smart Home Inc - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_464834345A4C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00JF4TTL5", + "cik": "0001713952", + "lei": null + }, + { + "symbol": "VVNT+", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Vivint Smart Home Inc - Warrants (15/12/2024)", + "date": "2021-01-07", + "type": "wt", + "iexId": "IEX_4457595A58322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00JF7WS45", + "cik": "0001713952", + "lei": null + }, + { + "symbol": "VVOS", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Vivos Therapeutics Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00H1NZV76", + "cik": "0001716166", + "lei": null + }, + { + "symbol": "VVPR", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "VivoPower International PLC", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5752515642302D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00FNFTYM7", + "cik": "0001681348", + "lei": "549300ODRTEH2PFA0F45" + }, + { + "symbol": "VVR", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Invesco Senior Income Trust", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_475839424E572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BS65V3", + "cik": "0001059386", + "lei": "549300C38VE5Y5R75E56" + }, + { + "symbol": "VVV", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Valvoline Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5344323942352D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG003DNHV56", + "cik": "0001674910", + "lei": "549300CMHPBEY6VPOT75" + }, + { + "symbol": "VWID", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "ETFis Series Trust I - Virtus WMC International Dividend ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4E54354850582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00HY5VYY7", + "cik": "0001559109", + "lei": null + }, + { + "symbol": "VWO", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Vanguard Group, Inc. - Vanguard FTSE Emerging Markets ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_464D4D5148582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000HT88C8", + "cik": "0000102909", + "lei": "5493002789CX3L0CJP65" + }, + { + "symbol": "VWOB", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Vanguard Group, Inc. - Vanguard Emerging Markets Government Bond ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_44535A4A30532D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG004N1LXS7", + "cik": "0000102909", + "lei": "5493002789CX3L0CJP65" + }, + { + "symbol": "VXF", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Vanguard Group, Inc. - Vanguard Extended Market Index ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4839503859362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000LNZ4P1", + "cik": "0000102909", + "lei": "5493002789CX3L0CJP65" + }, + { + "symbol": "VXRT", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Vaxart Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_463558515A322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000DR0RZ7", + "cik": "0000072444", + "lei": null + }, + { + "symbol": "VXUS", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Vanguard Group, Inc. - Vanguard Total International Stock ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4C51513832322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG001F8JPC4", + "cik": "0000102909", + "lei": "5493002789CX3L0CJP65" + }, + { + "symbol": "VXX", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "Barclays Bank PLC - ZC SP ETN REDEEM 23/01/2048 USD 27.193879 - Ser A ", + "date": "2021-01-24", + "type": "struct", + "iexId": "IEX_464732304E432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00JQ5JWB5", + "cik": "0000312070", + "lei": "G5GSEF7VJP5I7OUK5573" + }, + { + "symbol": "VXZ", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "Barclays Bank PLC - ZC SP ETN REDEEM 23/01/2043 USD 16.855272 - Ser B ", + "date": "2021-01-24", + "type": "struct", + "iexId": "IEX_4731373551572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00JQ5LMQ8", + "cik": "0000312070", + "lei": "G5GSEF7VJP5I7OUK5573" + }, + { + "symbol": "VYGG", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Vy Global Growth - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4B47374733502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00Y6V2640", + "cik": "0001822877", + "lei": null + }, + { + "symbol": "VYGG+", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Vy Global Growth - Warrants (30/01/2030)", + "date": "2021-01-24", + "type": "wt", + "iexId": "IEX_43384446544B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00Y73HTZ1", + "cik": "0001822877", + "lei": null + }, + { + "symbol": "VYGG=", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Vy Global Growth - Units (1 Ord Share Class A & 1/5 War)", + "date": "2021-01-24", + "type": null, + "iexId": "IEX_5632323057432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00XD300T4", + "cik": "0001822877", + "lei": null + }, + { + "symbol": "VYGR", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Voyager Therapeutics Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_46534D5833352D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG005ZSY233", + "cik": "0001640266", + "lei": "54930082S4XVR0ZWCC74" + }, + { + "symbol": "VYM", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Vanguard Group, Inc. - Vanguard High Dividend Yield Indx ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5157534C44332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000QBYWJ8", + "cik": "0000102909", + "lei": "5493002789CX3L0CJP65" + }, + { + "symbol": "VYMI", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Vanguard Group, Inc. - Vanguard International High Dividend Yield ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5335373856322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00C868SC8", + "cik": "0000102909", + "lei": "5493002789CX3L0CJP65" + }, + { + "symbol": "VYNE", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "VYNE Therapeutics Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5351515854432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00H5W8GM8", + "cik": "0001566044", + "lei": null + }, + { + "symbol": "VZ", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Verizon Communications Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4654384651572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000HS77T5", + "cik": "0000732712", + "lei": "2S72QS2UO2OESLG6Y829" + }, + { + "symbol": "W", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Wayfair Inc - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_48354A35354A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG001B17MV2", + "cik": "0001616707", + "lei": "54930027N9ZAVYFDHK53" + }, + { + "symbol": "WAB", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Westinghouse Air Brake Technologies Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_584634334E562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BDD940", + "cik": "0000943452", + "lei": "06BTX5UWZD0GQ5N5Y745" + }, + { + "symbol": "WABC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Westamerica Bancorporation", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5136384356592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000DD3KP1", + "cik": "0000311094", + "lei": null + }, + { + "symbol": "WAFD", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Washington Federal Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4D3357314B4B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BWQTD0", + "cik": "0000936528", + "lei": null + }, + { + "symbol": "WAFU", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Wah Fu Education Group Ltd", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4746354E394B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00KDSPCW0", + "cik": "0001716770", + "lei": null + }, + { + "symbol": "WAL", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Western Alliance Bancorp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4E4E4D5350362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000Q1KFH4", + "cik": "0001212545", + "lei": "5493003VJXZ5JXT9S762" + }, + { + "symbol": "WALA", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Western Alliance Bancorp - 6.25% DB REDEEM 01/07/2056 USD 25", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_5652543153392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001212545", + "lei": "5493003VJXZ5JXT9S762" + }, + { + "symbol": "WANT", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Direxion Shares ETF Trust - Direxion Daily Consumer Discretionary Bull", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_53564B374C4A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00MP0LJM4", + "cik": "0001424958", + "lei": null + }, + { + "symbol": "WASH", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Washington Trust Bancorp, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5342325343542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BWLZX9", + "cik": "0000737468", + "lei": "J66MZFCNJPP3PERHZW54" + }, + { + "symbol": "WAT", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Waters Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_574C314743592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000FQRVM3", + "cik": "0001000697", + "lei": "5T547R1474YC9HOD8Q74" + }, + { + "symbol": "WATT", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Energous Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_423835534A502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG005XNV9D3", + "cik": "0001575793", + "lei": "549300IOI25451J8U493" + }, + { + "symbol": "WB", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Weibo Corp - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_4E59524B48322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0065XPGX9", + "cik": "0001595761", + "lei": "549300Q9ID4640FE0422" + }, + { + "symbol": "WBA", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Walgreens Boots Alliance Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5344444834332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BWLMJ4", + "cik": "0001618921", + "lei": "549300RPTUOIXG4LIH86" + }, + { + "symbol": "WBAI", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "500.com Ltd - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_425938394C4E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG005GRZWJ2", + "cik": "0001517496", + "lei": "5299003CDPQ0UW1SQC26" + }, + { + "symbol": "WBIE", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "WBI Investments Inc - WBI BullBear Rising Income 3000 ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4B38314843582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00719S7M3", + "cik": "0001397424", + "lei": null + }, + { + "symbol": "WBIF", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "WBI Investments Inc - WBI BullBear Value 3000 ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4B56364E47462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG007185FN1", + "cik": "0001397424", + "lei": null + }, + { + "symbol": "WBIG", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "WBI Investments Inc - WBI BullBear Yield 3000 ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4652314857542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG007186TC2", + "cik": "0001397424", + "lei": null + }, + { + "symbol": "WBII", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "WBI Investments Inc - WBI BullBear Global Income ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4C4643544A592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG007188X77", + "cik": "0001397424", + "lei": null + }, + { + "symbol": "WBIL", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "WBI Investments Inc - WBI BullBear Quality 3000 ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4742364E5A422D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG007187K30", + "cik": "0001397424", + "lei": null + }, + { + "symbol": "WBIN", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Absolute Shares Trust - WBI BullBear Trend Switch US Total Return ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4D39344351482D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00PPRHDS0", + "cik": "0001591939", + "lei": null + }, + { + "symbol": "WBIT", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Absolute Shares Trust - WBI BullBear Trend Switch US 3000 Total Return", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_433954524D462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00P9HKQX1", + "cik": "0001591939", + "lei": null + }, + { + "symbol": "WBIY", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "WBI Investments Inc - WBI Power Factor High Dividend Shares", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4E48584733442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00FFG9CJ8", + "cik": "0001397424", + "lei": null + }, + { + "symbol": "WBK", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Westpac Banking Corp - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_4656434850562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BZZHJ3", + "cik": "0000719245", + "lei": "EN5TNI6CI43VEPAMHL14" + }, + { + "symbol": "WBND", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Legg Mason ETF Investment Trust - Western Asset Total Return ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4C47583758432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00M55XWH9", + "cik": "0001645194", + "lei": null + }, + { + "symbol": "WBS", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Webster Financial Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4A37313637312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BWMX63", + "cik": "0000801337", + "lei": "KMRURHT0VWKYS6Z5KU67" + }, + { + "symbol": "WBS-F", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Webster Financial Corp. - 5.25% PRF PERPETUAL USD 25 - Ser F 1/1000 In", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_544744544A342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000801337", + "lei": "KMRURHT0VWKYS6Z5KU67" + }, + { + "symbol": "WBT", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Welbilt Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4642384234572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0081JXTR0", + "cik": "0001650962", + "lei": "549300UR3W71YLZWI068" + }, + { + "symbol": "WCC", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Wesco International, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_44394A4838322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000D0FNV3", + "cik": "0000929008", + "lei": "529900TXOGREY3WNJ434" + }, + { + "symbol": "WCC-A", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Wesco International, Inc. - 10.625% PRF PERPETUAL USD 25 - Ser A 1/100", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4A43574633442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000929008", + "lei": "529900TXOGREY3WNJ434" + }, + { + "symbol": "WCLD", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "WisdomTree Trust - WisdomTree Cloud Computing Fund", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_484A383444352D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00Q5FMYM0", + "cik": "0001350487", + "lei": null + }, + { + "symbol": "WCN", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Waste Connections Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4638315A39372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000FLHZZ2", + "cik": "0001318220", + "lei": "549300HDLRTPBQU69P29" + }, + { + "symbol": "WD", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Walker & Dunlop Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_51534C4A4C382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000K8K0L3", + "cik": "0001497770", + "lei": null + }, + { + "symbol": "WDAY", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Workday Inc - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4B4A5A3136562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000VC0T95", + "cik": "0001327811", + "lei": "549300J0DYC0N31V7G13" + }, + { + "symbol": "WDC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Western Digital Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5730304D4B482D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BWNFZ9", + "cik": "0000106040", + "lei": "549300QQXOOYEF89IC56" + }, + { + "symbol": "WDFC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "WD-40 Co.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5732333959362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BWNV93", + "cik": "0000105132", + "lei": "549300UZHTN0CNKBOB19" + }, + { + "symbol": "WDIV", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "SSgA Active Trust - SSgA SPDR S&P Global Dividend ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5747384438372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG004MKB1Z9", + "cik": "0001516212", + "lei": "549300PQC2CS3IA6B871" + }, + { + "symbol": "WDR", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Waddell & Reed Financial, Inc. - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4A4B385A39382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BD6SQ2", + "cik": "0001052100", + "lei": "549300DZMO2208Z36F25" + }, + { + "symbol": "WEA", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Western Asset Premier Bond Fund", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_505A385A33562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BPYDK3", + "cik": "0001163792", + "lei": "5493007UP8PFRNTX0546" + }, + { + "symbol": "WEAT", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Teucrium Trading, LLC - Teucrium Wheat Fund", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_424D574B594E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0022QWY69", + "cik": "0001513239", + "lei": null + }, + { + "symbol": "WEBL", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Direxion Shares ETF Trust - Direxion Daily Dow Jones Internet Bull 3X ", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4D574D314A4A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00QRNF7R1", + "cik": "0001424958", + "lei": null + }, + { + "symbol": "WEBS", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Direxion Shares ETF Trust - Direxion Daily Dow Jones Internet Bear 3X ", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_474D334B53572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00QRNGT65", + "cik": "0001424958", + "lei": null + }, + { + "symbol": "WEC", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "WEC Energy Group Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5246504D56582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BWP7D9", + "cik": "0000783325", + "lei": "549300IGLYTZUK3PVP70" + }, + { + "symbol": "WEI", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Weidai Ltd - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_564B573834512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00LPP41Z5", + "cik": "0001734902", + "lei": null + }, + { + "symbol": "WELL", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Welltower Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_42365A5038432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BKY1G5", + "cik": "0000766704", + "lei": "T6IZ0MBEG5ACZDTR7D06" + }, + { + "symbol": "WEN", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Wendy`s Co - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5658513436442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000D52545", + "cik": "0000030697", + "lei": "529900M0JIUCMWVKHG76" + }, + { + "symbol": "WERN", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Werner Enterprises, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_51315142574C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BWPP85", + "cik": "0000793074", + "lei": "549300P6XRGOCHHJST37" + }, + { + "symbol": "WES", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Western Midstream Partners LP - Unit", + "date": "2021-01-24", + "type": null, + "iexId": "IEX_56304C59545A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG003M3V230", + "cik": "0001423902", + "lei": null + }, + { + "symbol": "WETF", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Wisdomtree Investments Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_544B4B4D44382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000KLDTJ2", + "cik": "0000880631", + "lei": "549300WIU8IS7UFO7871" + }, + { + "symbol": "WEX", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "WEX Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_573757594A532D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BVZP59", + "cik": "0001309108", + "lei": "T9M5IGROL1TL1G5OV478" + }, + { + "symbol": "WEYS", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Weyco Group, Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4251574834562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BWQ4C6", + "cik": "0000106532", + "lei": "549300I10J38MHJELM87" + }, + { + "symbol": "WF", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Woori Financial Group Inc - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_53474E484E542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00MYXJJ27", + "cik": "0001264136", + "lei": null + }, + { + "symbol": "WFC", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Wells Fargo & Co.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5657463937302D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BWQFY7", + "cik": "0000072971", + "lei": "PBLD0EJDB5FWOLXP3B76" + }, + { + "symbol": "WFC-A", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Wells Fargo & Co. - 4.70% PRF PERPETUAL USD 25 - SER AA (CL A)", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_5031425848372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000072971", + "lei": "PBLD0EJDB5FWOLXP3B76" + }, + { + "symbol": "WFC-L", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Wells Fargo & Co. - 7.50% PRF PERPETUAL USD 1000 - Cls A Ser L", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_5631434243572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000072971", + "lei": "PBLD0EJDB5FWOLXP3B76" + }, + { + "symbol": "WFC-N", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Wells Fargo & Co. - 5.20% PRF PERPETUAL USD 25 - Cl A Ser N 1/1,000th", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4E433843534E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000072971", + "lei": "PBLD0EJDB5FWOLXP3B76" + }, + { + "symbol": "WFC-O", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Wells Fargo & Co. - 5.125% PRF PERPETUAL USD 25 - Cls A Ser O", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4E314C58504E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000072971", + "lei": "PBLD0EJDB5FWOLXP3B76" + }, + { + "symbol": "WFC-P", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Wells Fargo & Co. - 5.25% PRF PERPETUAL USD 25 - Cl A Ser P 1/1,000th", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_42575457575A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000072971", + "lei": "PBLD0EJDB5FWOLXP3B76" + }, + { + "symbol": "WFC-Q", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Wells Fargo & Co. - FXDFR PRF PERPETUAL USD 25 - Ser Q", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4C59583943392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000072971", + "lei": "PBLD0EJDB5FWOLXP3B76" + }, + { + "symbol": "WFC-R", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Wells Fargo & Co. - FXDFR PRF PERPETUAL USD 25 - Ser R Cl A", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_444A39544B4D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000072971", + "lei": "PBLD0EJDB5FWOLXP3B76" + }, + { + "symbol": "WFC-T", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Wells Fargo & Co. - 6% PRF PERPETUAL USD 25 - Ser T Cls A", + "date": "2020-12-15", + "type": "ps", + "iexId": "IEX_514B4A344E572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000072971", + "lei": "PBLD0EJDB5FWOLXP3B76" + }, + { + "symbol": "WFC-V", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Wells Fargo & Co. - 6% PRF PERPETUAL USD 25 - Ser V", + "date": "2020-12-15", + "type": "ps", + "iexId": "IEX_4234354A50362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000072971", + "lei": "PBLD0EJDB5FWOLXP3B76" + }, + { + "symbol": "WFC-W", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Wells Fargo & Co. - 5.70% PRF PERPETUAL USD 25 - Ser W Cls A", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_43534454534E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000072971", + "lei": "PBLD0EJDB5FWOLXP3B76" + }, + { + "symbol": "WFC-X", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Wells Fargo & Co. - 5.50% PRF PERPETUAL USD 25 - Ser X Cls A 1/1000th", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_57484E3643572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000072971", + "lei": "PBLD0EJDB5FWOLXP3B76" + }, + { + "symbol": "WFC-Y", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Wells Fargo & Co. - 5.625% PRF PERPETUAL USD 25 - Cls A Ser Y 1/1000", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_48544E4E374D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000072971", + "lei": "PBLD0EJDB5FWOLXP3B76" + }, + { + "symbol": "WFC-Z", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Wells Fargo & Co. - 4.75% PRF PERPETUAL USD 25 - Dp 1/1000 Sr Z Cl A", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_5246504E38392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000072971", + "lei": "PBLD0EJDB5FWOLXP3B76" + }, + { + "symbol": "WFH", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Direxion Funds - Direxion Work From Home ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_544436424D4C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00VC9M2F3", + "cik": "0001040587", + "lei": null + }, + { + "symbol": "WFHY", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "WisdomTree Trust - WisdomTree U.S. High Yield Corporate Bond Fund", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4C4E5A524A432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00CSKF0J1", + "cik": "0001350487", + "lei": null + }, + { + "symbol": "WFIG", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "WisdomTree Trust - WisdomTree U.S. Corporate Bond Fund", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4454423351362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00CSKF2Y0", + "cik": "0001350487", + "lei": null + }, + { + "symbol": "WGO", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Winnebago Industries, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_44394A5831472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BWS3F3", + "cik": "0000107687", + "lei": "549300B7OYKYJLTE3G11" + }, + { + "symbol": "WH", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Wyndham Hotels & Resorts Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4C59423950312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00HCY3Q67", + "cik": "0001722684", + "lei": "549300FE3MQ4RVXXC673" + }, + { + "symbol": "WHD", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Cactus Inc - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4C584335314D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00JRH1P95", + "cik": "0001699136", + "lei": "549300J3T8C9F8QFKV08" + }, + { + "symbol": "WHF", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "WhiteHorse Finance Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_53475833355A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG003CNYJ00", + "cik": "0001552198", + "lei": "5493006LP9COIV2ZIB05" + }, + { + "symbol": "WHFBZ", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "WhiteHorse Finance Inc - 6.50% NT REDEEM 30/11/2025 USD 25", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_524C5950484C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001552198", + "lei": "5493006LP9COIV2ZIB05" + }, + { + "symbol": "WHG", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Westwood Holdings Group Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4D4E533331432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000F4W650", + "cik": "0001165002", + "lei": "3003007KOE53GY4D8864" + }, + { + "symbol": "WHLM", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Wilhelmina International Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_51424E5838322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000N9L6L4", + "cik": "0001013706", + "lei": null + }, + { + "symbol": "WHLR", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Wheeler Real Estate Investment Trust Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_434343514C592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0025F8B94", + "cik": "0001527541", + "lei": "5493005TOFFG62ETJY29" + }, + { + "symbol": "WHLRD", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Wheeler Real Estate Investment Trust Inc - SU PRF PERPETUAL USD 25 - S", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4735464843382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001527541", + "lei": "5493005TOFFG62ETJY29" + }, + { + "symbol": "WHLRP", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Wheeler Real Estate Investment Trust Inc - 9% PRF PERPETUAL USD 25 - C", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_5753543834472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001527541", + "lei": "5493005TOFFG62ETJY29" + }, + { + "symbol": "WHR", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Whirlpool Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4448373948302D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BWSV34", + "cik": "0000106640", + "lei": "WHENKOULSSK7WUM60H03" + }, + { + "symbol": "WIA", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Western Asset Inflation-Linked Income Fund", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_434B5A5757472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BRVNX6", + "cik": "0001254370", + "lei": null + }, + { + "symbol": "WIFI", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Boingo Wireless Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5357423653482D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000GV0K44", + "cik": "0001169988", + "lei": "54930058LPWPZZCRMC04" + }, + { + "symbol": "WIL", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "Barclays Bank PLC - ZC SP ETN REDEEM 15/07/2024 USD 50 - Series A", + "date": "2021-01-24", + "type": "struct", + "iexId": "IEX_4A4E51374C4D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG006S8VB54", + "cik": "0000312070", + "lei": "G5GSEF7VJP5I7OUK5573" + }, + { + "symbol": "WILC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "G. Willi-Food International Ltd", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5446314E46582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BH5LW2", + "cik": "0001030997", + "lei": null + }, + { + "symbol": "WIMI", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Wimi Hologram Cloud Inc - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_524442374E532D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00PLPTZ51", + "cik": "0001770088", + "lei": "25490023IKJN5F1FKH37" + }, + { + "symbol": "WINA", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Winmark Corporation", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4B4648524C342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BQ5GY1", + "cik": "0000908315", + "lei": null + }, + { + "symbol": "WINC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Legg Mason ETF Investment Trust - Western Asset Short Duration Income ", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_57314D5153352D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00N8V1KX0", + "cik": "0001645194", + "lei": null + }, + { + "symbol": "WING", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Wingstop Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5448585A39372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG008N298Y8", + "cik": "0001636222", + "lei": "549300SSH3F8HPIM3Q47" + }, + { + "symbol": "WINT", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Windtree Therapeutics Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_58374659504A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000JMNPX3", + "cik": "0000946486", + "lei": null + }, + { + "symbol": "WIP", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "SPDR Series Trust - SPDR Citi International Government Inflation-Prote", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_42475856584A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000RFL3T5", + "cik": "0001064642", + "lei": null + }, + { + "symbol": "WIRE", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Encore Wire Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4D37343546472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000CQCCK6", + "cik": "0000850460", + "lei": null + }, + { + "symbol": "WISA", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Summit Wireless Technologies Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4230435843562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00KLHTJY4", + "cik": "0001682149", + "lei": "549300ZRVZV7FC0R7594" + }, + { + "symbol": "WISH", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "ContextLogic Inc - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG006DZTJ56", + "cik": "0001822250", + "lei": "549300YZDCRQ367LIE74" + }, + { + "symbol": "WIT", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Wipro Ltd. - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_5756343954432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BDFT17", + "cik": "0001123799", + "lei": "335800IFS1IJHESG8362" + }, + { + "symbol": "WIW", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Western Asset Inflation-Linked Opportunities & Income Fund", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4B385A4458462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BSK789", + "cik": "0001267902", + "lei": "549300Z3DNF4FJBJ4A87" + }, + { + "symbol": "WIX", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Wix.com Ltd", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4732584D43512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG005CM7J89", + "cik": "0001576789", + "lei": "5493008P6N29Q1AG9464" + }, + { + "symbol": "WIZ", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Alpha Architect Etf Trust - Merlyn.AI Bull-Rider Bear-Fighter ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_504C5958564E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00QKS7L31", + "cik": "0001592900", + "lei": null + }, + { + "symbol": "WK", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Workiva Inc - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4336563358472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG007BVZ8H9", + "cik": "0001445305", + "lei": "529900RTOQ8GRWHY1O58" + }, + { + "symbol": "WKEY", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "WISeKey International Holding Ltd - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_574A353557582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00KXN8ZN7", + "cik": "0001724156", + "lei": "529900Y5PNKBOZG3YE28" + }, + { + "symbol": "WKHS", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Workhorse Group Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5834333456372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BDPB15", + "cik": "0001425287", + "lei": "5493006JUAG258V8X854" + }, + { + "symbol": "WLDN", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Willdan Group Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_514C5644515A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000Q1CKB8", + "cik": "0001370450", + "lei": "529900YQO0LF5VAEKN05" + }, + { + "symbol": "WLDR", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "Two Roads Shared Trust - Affinity World Leaders Equity ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_48484C3338462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00JM9ZD52", + "cik": "0001552947", + "lei": null + }, + { + "symbol": "WLFC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Willis Lease Finance Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_58474442474E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000H105D2", + "cik": "0001018164", + "lei": "54930023EP1OE5MKWF89" + }, + { + "symbol": "WLK", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Westlake Chemical Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4E355659474A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000PXZFW2", + "cik": "0001262823", + "lei": "GOXNEVUM0LL78B1OS344" + }, + { + "symbol": "WLKP", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Westlake Chemical Partners LP - Unit", + "date": "2021-01-24", + "type": null, + "iexId": "IEX_52365956384C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG006F8Q8B4", + "cik": "0001604665", + "lei": "5493001UJXZP4TJUQM76" + }, + { + "symbol": "WLL", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Whiting Petroleum Corp (New)", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5336594631542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00WYYC600", + "cik": "0001255474", + "lei": "52990028CHK9KUB1B293" + }, + { + "symbol": "WLTW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Willis Towers Watson Public Limited Co", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4D424B3752302D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000DB3KT1", + "cik": "0001140536", + "lei": "549300WHC56FF48KL350" + }, + { + "symbol": "WM", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Waste Management, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_545A3254534C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BWVSR1", + "cik": "0000823768", + "lei": "549300YX8JIID70NFS41" + }, + { + "symbol": "WMB", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Williams Cos Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5153445143502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BWVCP8", + "cik": "0000107263", + "lei": "D71FAKCBLFS2O0RBPG08" + }, + { + "symbol": "WMC", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Western Asset Mortgage Capital Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_535452594D322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000NKDGG2", + "cik": "0001465885", + "lei": "549300JOQRROR5SZYY83" + }, + { + "symbol": "WMG", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Warner Music Group Corp - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_504C395243512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00RP2T9T6", + "cik": "0001319161", + "lei": null + }, + { + "symbol": "WMK", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Weis Markets, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4B364E5A50442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BWW509", + "cik": "0000105418", + "lei": null + }, + { + "symbol": "WMS", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Advanced Drainage Systems Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4848443559562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000G7CDN9", + "cik": "0001604028", + "lei": "6QQTOZ5MF5DHM7K92I60" + }, + { + "symbol": "WMT", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Walmart Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_43534D544D512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BWXBC2", + "cik": "0000104169", + "lei": "Y87794H0US1R65VBXU25" + }, + { + "symbol": "WNC", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Wabash National Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4458574239302D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000CGM9H8", + "cik": "0000879526", + "lei": "5299004ZAWHQZI5XO485" + }, + { + "symbol": "WNEB", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Western New England Bancorp Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_58343657564D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000C3KGT0", + "cik": "0001157647", + "lei": "549300Y8QE4EI2LP6B42" + }, + { + "symbol": "WNS", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "WNS Holdings Limited - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_48524A4442582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BR0X40", + "cik": "0001356570", + "lei": null + }, + { + "symbol": "WNW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Wunong Net Technology Co Ltd", + "date": "2021-01-24", + "type": "cs", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00XGK2H23", + "cik": "0001787803", + "lei": null + }, + { + "symbol": "WOMN", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Impact Shares Trust I - Impact Shares YWCA Womens Empowerment ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4B4B474C43592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00LTSNQ89", + "cik": "0001722388", + "lei": null + }, + { + "symbol": "WOOD", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "BlackRock Institutional Trust Company N.A. - BTC iShares Global Timber", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5242473543522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000G6FBK5", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "WOOF", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Petco Health and Wellness Co Inc - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00YFGTVN8", + "cik": "0001826470", + "lei": null + }, + { + "symbol": "WOR", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Worthington Industries, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4A39464B30542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000HL7499", + "cik": "0000108516", + "lei": "1WRCIANKYOIK6KYE5E82" + }, + { + "symbol": "WORK", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Slack Technologies Inc - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_42323159484B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG007G7V505", + "cik": "0001764925", + "lei": "549300VIZRB02KN4IJ45" + }, + { + "symbol": "WORX", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "SCWorx Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_424B31304C322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00DLMHF89", + "cik": "0001674227", + "lei": "5493000ZBMNISJ2R6009" + }, + { + "symbol": "WOW", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "WideOpenWest Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4B34473054422D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00GBB6WF4", + "cik": "0001701051", + "lei": "549300RM6J2BWWOFU889" + }, + { + "symbol": "WPC", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "W. P. Carey Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5634514D344D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BCQM58", + "cik": "0001025378", + "lei": "54930042CRNE713E3Q67" + }, + { + "symbol": "WPF", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Foley Trasimene Acquisition Corp - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_465130505A512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00TX391Q3", + "cik": "0001809104", + "lei": null + }, + { + "symbol": "WPF+", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Foley Trasimene Acquisition Corp - Warrants (26/05/2025)", + "date": "2021-01-24", + "type": "wt", + "iexId": "IEX_563536424C542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00VZNL5J7", + "cik": "0001809104", + "lei": null + }, + { + "symbol": "WPF=", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Foley Trasimene Acquisition Corp - Units (1 Ord Share Class A & 1/3 Wa", + "date": "2021-01-24", + "type": null, + "iexId": "IEX_4237433546442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00TR7P2Z1", + "cik": "0001809104", + "lei": null + }, + { + "symbol": "WPG", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Washington Prime Group Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4346395931312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG005PWSVQ3", + "cik": "0001594686", + "lei": "549300RWGA2GV6YQYT67" + }, + { + "symbol": "WPG-H", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Washington Prime Group Inc - 7.50% PRF PERPETUAL USD - Ser H", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4E58503559572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001594686", + "lei": "549300RWGA2GV6YQYT67" + }, + { + "symbol": "WPG-I", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Washington Prime Group Inc - 6.875% PRF PERPETUAL USD - Ser I", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_5048564331442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001594686", + "lei": "549300RWGA2GV6YQYT67" + }, + { + "symbol": "WPM", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Wheaton Precious Metals Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4435353637332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000PVRDL2", + "cik": "0001323404", + "lei": "549300XSFG5ZCGVYD886" + }, + { + "symbol": "WPP", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "WPP Plc. - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_51373737545A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BBVP39", + "cik": "0000806968", + "lei": null + }, + { + "symbol": "WPRT", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Westport Fuel Systems Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4830515452542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000P9D329", + "cik": "0001370416", + "lei": "549300ZBKJ4TMPXRB502" + }, + { + "symbol": "WPS", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "BlackRock Institutional Trust Company N.A. - BTC iShares International", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5453434D5A462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000QVFZ17", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "WPX", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "WPX Energy Inc", + "date": "2021-01-07", + "type": "cs", + "iexId": "IEX_5143424B534C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG001NY45K9", + "cik": "0001518832", + "lei": "ZXZE9GCS2BB547GJW219" + }, + { + "symbol": "WRAP", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Wrap Technologies Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00GGSY953", + "cik": "0001702924", + "lei": null + }, + { + "symbol": "WRB", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "W.R. Berkley Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_514C52504B462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BD1HP2", + "cik": "0000011544", + "lei": "SQOAGCLKBDWNVYV1OV80" + }, + { + "symbol": "WRB-C", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "W.R. Berkley Corp. - 5.90% DB REDEEM 01/03/2056 USD 25", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_42573252324C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000011544", + "lei": "SQOAGCLKBDWNVYV1OV80" + }, + { + "symbol": "WRB-D", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "W.R. Berkley Corp. - 5.75% DB REDEEM 01/06/2056 USD 25", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_424A525A424D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000011544", + "lei": "SQOAGCLKBDWNVYV1OV80" + }, + { + "symbol": "WRB-E", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "W.R. Berkley Corp. - 5.70% DB REDEEM 30/03/2058 USD 25", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_504B344746592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000011544", + "lei": "SQOAGCLKBDWNVYV1OV80" + }, + { + "symbol": "WRB-G", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "W.R. Berkley Corp. - 4.25% DB REDEEM 30/09/2060 USD 25", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_543931394A472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000011544", + "lei": "SQOAGCLKBDWNVYV1OV80" + }, + { + "symbol": "WRE", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Washington Real Estate Investment Trust", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5359385639382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BWYX06", + "cik": "0000104894", + "lei": "549300DI34BGS8LVKW95" + }, + { + "symbol": "WRI", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Weingarten Realty Investors", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5638344458582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BWZBT2", + "cik": "0000828916", + "lei": "549300JMKTJNB8GWHU88" + }, + { + "symbol": "WRK", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "WestRock Co", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_485031335A442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG008NXC572", + "cik": "0001732845", + "lei": "549300JEB576INN13W07" + }, + { + "symbol": "WRLD", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "World Acceptance Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4447334B36442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000C3G9J2", + "cik": "0000108385", + "lei": "529900M7JQUDCH7Q9153" + }, + { + "symbol": "WRN", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "Western Copper & Gold Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5036503546322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000PLGM27", + "cik": "0001364125", + "lei": "529900DF4NXAM6X99014" + }, + { + "symbol": "WRTC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Wrap Technologies Inc", + "date": "2020-11-30", + "type": "cs", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00GGSY953", + "cik": "0001702924", + "lei": null + }, + { + "symbol": "WSBC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Wesbanco, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4651563058332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BX0BJ9", + "cik": "0000203596", + "lei": null + }, + { + "symbol": "WSBCP", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Wesbanco, Inc. - FXDFR PRF PERPETUAL USD 25 - Sr A Dp Rp 1/40 INT", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_5442343537432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000203596", + "lei": null + }, + { + "symbol": "WSBF", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Waterstone Financial Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_57344D3135342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000FRZWN9", + "cik": "0001569994", + "lei": "5493002KM21XRC2DCQ02" + }, + { + "symbol": "WSC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "WillScot Mobile Mini Holdings Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_574C503854352D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00B0FS947", + "cik": "0001647088", + "lei": "549300HJ4VIXF476Q166" + }, + { + "symbol": "WSFS", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "WSFS Financial Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4B52565254442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BX1C88", + "cik": "0000828944", + "lei": "549300SU7VQHD6QRG886" + }, + { + "symbol": "WSG", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Wanda Sports Group Co Ltd - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_42354B4A514C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00PDD1SB6", + "cik": "0001771279", + "lei": null + }, + { + "symbol": "WSM", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Williams-Sonoma, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_425A505442382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000FSMWC3", + "cik": "0000719955", + "lei": "549300IARG6YWVTZ1I92" + }, + { + "symbol": "WSO", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Watsco Inc. - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4C384E3638512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000DJN7L9", + "cik": "0000105016", + "lei": "549300F1Y3LN5BX5WN75" + }, + { + "symbol": "WSO.B", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Watsco Inc. - Class B", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_463034514B322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BX1R49", + "cik": "0000105016", + "lei": "549300F1Y3LN5BX5WN75" + }, + { + "symbol": "WSR", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Whitestone REIT", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_444C5750574B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000Q2BVH7", + "cik": "0001175535", + "lei": null + }, + { + "symbol": "WST", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "West Pharmaceutical Services, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_53385A3439392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BX24N8", + "cik": "0000105770", + "lei": "5493007NKRGM1RJQ1P16" + }, + { + "symbol": "WSTG", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Wayside Technology Group Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4656365A314C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BCJVD7", + "cik": "0000945983", + "lei": null + }, + { + "symbol": "WTBA", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "West Bancorporation", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4B47543652332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BB0WY4", + "cik": "0001166928", + "lei": "549300GKFOINCHIYU666" + }, + { + "symbol": "WTER", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Alkaline Water Company Inc (The)", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4858583648472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0027DMW59", + "cik": "0001532390", + "lei": "549300I2ISCNYQMQQA67" + }, + { + "symbol": "WTFC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Wintrust Financial Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_50433538514D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000HD3DW5", + "cik": "0001015328", + "lei": "Q774KI4AW80FHFW33O61" + }, + { + "symbol": "WTFCM", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Wintrust Financial Corp. - FXDFR PRF PERPETUAL USD 25 - Ser D", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_425A363937362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001015328", + "lei": "Q774KI4AW80FHFW33O61" + }, + { + "symbol": "WTFCP", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Wintrust Financial Corp. - FXDFR PRF PERPETUAL USD 25 - Ser E", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_5251304757342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001015328", + "lei": "Q774KI4AW80FHFW33O61" + }, + { + "symbol": "WTI", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "W & T Offshore Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_50484D5731502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000FFFQR6", + "cik": "0001288403", + "lei": "549300Q7EOY2YIO3YK85" + }, + { + "symbol": "WTM", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "White Mountains Insurance Group, Ltd.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5031583738372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000G7PNS8", + "cik": "0000776867", + "lei": "549300N3FL068JERBG02" + }, + { + "symbol": "WTMF", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "WisdomTree Trust - WisdomTree Managed Futures Strategy Fund", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_434B354748512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG001CSJZ68", + "cik": "0001350487", + "lei": null + }, + { + "symbol": "WTRE", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Watford Holdings Ltd", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4B30574653462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00N73VFG0", + "cik": "0001601669", + "lei": "549300MO8DIJLRKMF459" + }, + { + "symbol": "WTREP", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Watford Holdings Ltd - 8.50% PRF PERPETUAL USD 25", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4454354B30592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001601669", + "lei": "549300MO8DIJLRKMF459" + }, + { + "symbol": "WTRG", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Essential Utilities Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5651584E585A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BRMJN6", + "cik": "0000078128", + "lei": "549300ILTEOF3E3QY357" + }, + { + "symbol": "WTRH", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Waitr Holdings Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4B503846364D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00D0L7DK6", + "cik": "0001653247", + "lei": "549300SZSHOJN5P4DJ61" + }, + { + "symbol": "WTS", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Watts Water Technologies, Inc. - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_48463233574C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000C4Z6C2", + "cik": "0000795403", + "lei": "549300REJOO94ERQN318" + }, + { + "symbol": "WTT", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "Wireless Telecom Group, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4D56465231362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000DHZ4H2", + "cik": "0000878828", + "lei": null + }, + { + "symbol": "WTTR", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Select Energy Services Inc - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_544D594E33382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00G4Y2DC1", + "cik": "0001693256", + "lei": "54930094OK8LA3QDW486" + }, + { + "symbol": "WU", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Western Union Company", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4A39463539472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BB5373", + "cik": "0001365135", + "lei": "28ID94QU1140NC23S047" + }, + { + "symbol": "WUGI", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "Esoterica Thematic Trust - Esoterica NextG Economy ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4243504239392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00SWCN5L6", + "cik": "0001782952", + "lei": null + }, + { + "symbol": "WVE", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Wave Life Sciences Ltd.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4B5754314E532D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00B642V54", + "cik": "0001631574", + "lei": "54930070006GPKFYZ813" + }, + { + "symbol": "WVFC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "WVS Financial Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5438484C444A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BGFBS0", + "cik": "0000910679", + "lei": null + }, + { + "symbol": "WVVI", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Willamette Valley Vineyard Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5348535A42332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000DKVGL7", + "cik": "0000838875", + "lei": "549300EVPVY057V3C517" + }, + { + "symbol": "WVVIP", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Willamette Valley Vineyard Inc. - 5.30% PRF PERPETUAL USD - Ser A", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_47564A5848462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000838875", + "lei": "549300EVPVY057V3C517" + }, + { + "symbol": "WW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "WW International Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_48304C44394E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000DY6735", + "cik": "0000105319", + "lei": "SGT8R1MU6ESIC7UJC518" + }, + { + "symbol": "WWD", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Woodward Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_46344E4C39422D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BD53V2", + "cik": "0000108312", + "lei": "YPYKXXTR8TFDH54ZMB45" + }, + { + "symbol": "WWE", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "World Wrestling Entertainment, Inc. - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5030524B36522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000F5YH15", + "cik": "0001091907", + "lei": "549300WZVLSCS3L4L698" + }, + { + "symbol": "WWJD", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Northern Lights Fund Trust IV - Inspire International ESG ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_434A504356502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00QG3B3V5", + "cik": "0001644419", + "lei": null + }, + { + "symbol": "WWOW", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Direxion Shares ETF Trust - Direxion World Without Waste ETF", + "date": "2021-01-24", + "type": "et", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00YHLTL02", + "cik": "0001424958", + "lei": null + }, + { + "symbol": "WWR", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Westwater Resources Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_44314D3646572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000C04VB0", + "cik": "0000839470", + "lei": "5493006CMF043V56K243" + }, + { + "symbol": "WWW", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Wolverine World Wide, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_435A395234542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BX2YN2", + "cik": "0000110471", + "lei": "549300OVC7PK14LQ8D87" + }, + { + "symbol": "WY", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Weyerhaeuser Co.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_444C534D584B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BX3BL3", + "cik": "0000106535", + "lei": "08IRJODWFYBI7QWRGS31" + }, + { + "symbol": "WYND", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Wyndham Destinations Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5242445857472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000PV2L86", + "cik": "0001361658", + "lei": "T4VNTWMFQ7JQB65L7T35" + }, + { + "symbol": "WYNN", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Wynn Resorts Ltd.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4A43505430522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000LD9JQ8", + "cik": "0001174922", + "lei": "529900LPLRAYRC94YE35" + }, + { + "symbol": "WYY", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "Widepoint Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4453475935302D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000HRY432", + "cik": "0001034760", + "lei": "529900TW34CMYP8ZUJ88" + }, + { + "symbol": "X", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "United States Steel Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_47525246594E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BX3TD3", + "cik": "0001163302", + "lei": "JNLUVFYJT1OZSIQ24U47" + }, + { + "symbol": "XAIR", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Beyond Air Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_464C35424B592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00B4QYL72", + "cik": "0001641631", + "lei": "549300GFTTTXX5728360" + }, + { + "symbol": "XAN", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Exantas Capital Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_584A524456372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000HK4RX6", + "cik": "0001332551", + "lei": "549300RUJWPCMY4JFR46" + }, + { + "symbol": "XAN-C", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Exantas Capital Corp - FXDFR PRF PERPETUAL USD 25 - Ser C", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_54564E484D462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001332551", + "lei": "549300RUJWPCMY4JFR46" + }, + { + "symbol": "XAR", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "SPDR Series Trust - SSGA SPDR S&P Aerospace & Defense ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_53424A36324A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0024LG845", + "cik": "0001064642", + "lei": null + }, + { + "symbol": "XBI", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "SPDR Series Trust - SSgA SPDR Biotech", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_54374B4E36432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000MQQ963", + "cik": "0001064642", + "lei": null + }, + { + "symbol": "XBIO", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Xenetic Biosciences Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_444C445237442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0028WJXC0", + "cik": "0001534525", + "lei": "5493002WV0KYX8JXAH52" + }, + { + "symbol": "XBIOW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Xenetic Biosciences Inc - Warrants (19/07/2024)", + "date": "2021-01-24", + "type": "wt", + "iexId": "IEX_565A513535382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00PSSNL64", + "cik": "0001534525", + "lei": "5493002WV0KYX8JXAH52" + }, + { + "symbol": "XBIT", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "XBiotech Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4C584D3848362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0081S8D39", + "cik": "0001626878", + "lei": "5299002WACAY28TQAS52" + }, + { + "symbol": "XBUY", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Amplify ETF Trust - Amplify International Online Retail ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4D524E5A33432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00N6WGH16", + "cik": "0001633061", + "lei": null + }, + { + "symbol": "XCEM", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Columbia ETF Trust II - Columbia EM Core ex-China ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4736313152502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG009XW7GX4", + "cik": "0001523609", + "lei": null + }, + { + "symbol": "XCUR", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Exicure Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4E324E5158322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00GTJCSB4", + "cik": "0001698530", + "lei": "549300IMD6I0V06I2Z87" + }, + { + "symbol": "XDAT", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "Franklin Templeton ETF Trust - Franklin Exponential Data ETF", + "date": "2021-01-24", + "type": "et", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00YPSJJZ6", + "cik": "0001655589", + "lei": null + }, + { + "symbol": "XDIV", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Metaurus Equity Component Trust - U.S. Equity Ex-Dividend Fund Series ", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5438584B50372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00JXQKB43", + "cik": "0001688487", + "lei": null + }, + { + "symbol": "XEC", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Cimarex Energy Co.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_54325A4831592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000D6L294", + "cik": "0001168054", + "lei": "11KYOFXPU1C4CQL1CL44" + }, + { + "symbol": "XEL", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Xcel Energy, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4B42373931582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BCTQ65", + "cik": "0000072903", + "lei": "LGJNMI9GH8XIDG5RCM61" + }, + { + "symbol": "XELA", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Exela Technologies Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_54524D3147532D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG008839HK8", + "cik": "0001620179", + "lei": "549300CP95F46H3HDR87" + }, + { + "symbol": "XELB", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Xcel Brands Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5457585359502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BB0JR1", + "cik": "0001083220", + "lei": null + }, + { + "symbol": "XENE", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Xenon Pharmaceuticals Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5046504638472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0073DM784", + "cik": "0001582313", + "lei": "549300XV44Q9Z1MIPQ03" + }, + { + "symbol": "XENT", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Intersect ENT Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4634514A4D532D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG001J41G83", + "cik": "0001271214", + "lei": "549300SWZUVLSFMOXR50" + }, + { + "symbol": "XERS", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Xeris Pharmaceuticals Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5831324852572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG002B5ZKT7", + "cik": "0001346302", + "lei": "5493001EPAB2LX05WW18" + }, + { + "symbol": "XES", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "SPDR Series Trust - SSgA SPDR Oil & Gas Equipment and Services", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4D52344830372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000D714D5", + "cik": "0001064642", + "lei": null + }, + { + "symbol": "XFLT", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "XAI Octagon Floating Rate & Alternative Income Term Trust", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5746513934502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00HMS4SC7", + "cik": "0001703079", + "lei": "549300XT617P63BLW552" + }, + { + "symbol": "XFOR", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "X4 Pharmaceuticals Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_544B534E474A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG001J1CYH8", + "cik": "0001501697", + "lei": "549300DVDNYBM7FYG208" + }, + { + "symbol": "XGN", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Exagen Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_514456584D4B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00178FZY1", + "cik": "0001274737", + "lei": "549300JV2CYDOME5OO17" + }, + { + "symbol": "XHB", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "SSgA Active Trust - SSgA SPDR Homebuilders", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_50514B4E51382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000MQSW88", + "cik": "0001516212", + "lei": "549300PQC2CS3IA6B871" + }, + { + "symbol": "XHE", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "SPDR Series Trust - SSgA SPDR S&P Health Care Equipment ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_43444D51314D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG001F6WJL7", + "cik": "0001064642", + "lei": null + }, + { + "symbol": "XHR", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Xenia Hotels & Resorts Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5743504738502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG006YP1L41", + "cik": "0001616000", + "lei": "54930075IWIPHF5IQL62" + }, + { + "symbol": "XHS", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "SPDR Series Trust - SSGA SPDR S&P Health Care Services ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4E37433148582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0024LG5W0", + "cik": "0001064642", + "lei": null + }, + { + "symbol": "XIN", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Xinyuan Real Estate Co. Ltd. - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_44473759514E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000TXX6Y8", + "cik": "0001398453", + "lei": "5493005I1X3PG0G3GC95" + }, + { + "symbol": "XITK", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "SPDR Series Trust - SPDR FactSet Innovative Technology ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4338475752332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00BVVM2S3", + "cik": "0001064642", + "lei": null + }, + { + "symbol": "XJH", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "iShares Trust - iShares ESG Screened S&P Mid-Cap ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5753443452532D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00XDJF718", + "cik": "0001006249", + "lei": null + }, + { + "symbol": "XJR", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "iShares Trust - iShares ESG Screened S&P Small-Cap ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5243303730572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00XDJFM42", + "cik": "0001006249", + "lei": null + }, + { + "symbol": "XL", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "XL Fleet Corporation - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00PP0KRL1", + "cik": "0001772720", + "lei": "549300W71XJ8DIF9RQ35" + }, + { + "symbol": "XL+", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "XL Fleet Corporation - Warrants (01/06/2025)", + "date": "2021-01-24", + "type": "wt", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00Q2J2SR5", + "cik": "0001772720", + "lei": "549300W71XJ8DIF9RQ35" + }, + { + "symbol": "XLB", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "SSgA Active Trust - SSgA Materials Select Sector SPDR", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_57334434584C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BHNNF7", + "cik": "0001516212", + "lei": "549300PQC2CS3IA6B871" + }, + { + "symbol": "XLC", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "SSgA Active Trust - Communication Services Select Sector SPDR Fund", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_534B374451472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00L5F9F38", + "cik": "0001516212", + "lei": "549300PQC2CS3IA6B871" + }, + { + "symbol": "XLE", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "SSgA Active Trust - SSgA Energy Select Sector SPDR", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_434A56334D572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BJ20S2", + "cik": "0001516212", + "lei": "549300PQC2CS3IA6B871" + }, + { + "symbol": "XLF", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "SSgA Active Trust - SSgA Financial Select Sector SPDR", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4A54424C434A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BJ29X7", + "cik": "0001516212", + "lei": "549300PQC2CS3IA6B871" + }, + { + "symbol": "XLG", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Invesco Capital Management LLC - Invesco S&P 500 Top 50 ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_475150514A592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00KJR29C0", + "cik": "0001224696", + "lei": null + }, + { + "symbol": "XLI", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "SSgA Active Trust - SSgA Industrial Select Sector SPDR", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4639424C57462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BJ2RF7", + "cik": "0001516212", + "lei": "549300PQC2CS3IA6B871" + }, + { + "symbol": "XLK", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "SSgA Active Trust - SSgA Technology Select Sector SPDR", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4657485259592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BJ7007", + "cik": "0001516212", + "lei": "549300PQC2CS3IA6B871" + }, + { + "symbol": "XLNX", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Xilinx, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4A4D48534A562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000C0F570", + "cik": "0000743988", + "lei": "6EY4K7ZMF9UX1CU6KC79" + }, + { + "symbol": "XLP", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "SSgA Active Trust - SSgA Consumer Staples Select Sector SPDR", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4243485347562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BJ10N8", + "cik": "0001516212", + "lei": "549300PQC2CS3IA6B871" + }, + { + "symbol": "XLRE", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "SSgA Active Trust - SSgA Real Estate Select Sector SPDR Fund (The)", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5833513343462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00B597128", + "cik": "0001516212", + "lei": "549300PQC2CS3IA6B871" + }, + { + "symbol": "XLRN", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Acceleron Pharma Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_505A325343322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000R5HWZ1", + "cik": "0001280600", + "lei": "529900TQRID2UY164805" + }, + { + "symbol": "XLSR", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "SSgA Active Trust - SPDR SSGA U.S. Sector Rotation ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4233393032382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00NS9VT92", + "cik": "0001516212", + "lei": "549300PQC2CS3IA6B871" + }, + { + "symbol": "XLU", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "SSgA Active Trust - SSgA Utilities Select Sector SPDR", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4C4B56324D322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BJ7G75", + "cik": "0001516212", + "lei": "549300PQC2CS3IA6B871" + }, + { + "symbol": "XLV", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "SSgA Active Trust - SSgA Health Care Select Sector SPDR", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_57504B4230332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BHVSG6", + "cik": "0001516212", + "lei": "549300PQC2CS3IA6B871" + }, + { + "symbol": "XLY", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "SSgA Active Trust - SSgA Consumer Discretionary Select Sector SPDR", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_48315633335A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BJ1MF9", + "cik": "0001516212", + "lei": "549300PQC2CS3IA6B871" + }, + { + "symbol": "XME", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "SPDR Series Trust - SSgA SPDR Metals & Mining", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4D345A3958512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000D83WR4", + "cik": "0001064642", + "lei": null + }, + { + "symbol": "XMHQ", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Invesco Capital Management LLC - Invesco S&P MidCap Quality ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4C3231574C5A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000QDT2T5", + "cik": "0001224696", + "lei": null + }, + { + "symbol": "XMLV", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Invesco Capital Management LLC - Invesco S&P MidCap Low Volatility ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4337374D38512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00449DWC9", + "cik": "0001224696", + "lei": null + }, + { + "symbol": "XMMO", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Invesco Capital Management LLC - Invesco S&P MidCap Momentum ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4454485A38322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000L5TZW0", + "cik": "0001224696", + "lei": null + }, + { + "symbol": "XMPT", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "VanEck Vectors ETF Trust - VanEck Vectors CEF Municipal Income ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4356353531382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG001WL62Y7", + "cik": "0000869178", + "lei": null + }, + { + "symbol": "XMVM", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Invesco Capital Management LLC - Invesco S&P MidCap Value with Momentu", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5434304459582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000L5XQG3", + "cik": "0001224696", + "lei": null + }, + { + "symbol": "XNCR", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Xencor Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4A313657475A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0026ZG4W0", + "cik": "0001326732", + "lei": "549300V5IF65437JKG30" + }, + { + "symbol": "XNET", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Xunlei Ltd - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_514E343653472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG001QWYTJ7", + "cik": "0001510593", + "lei": "529900PYSOIKBMQIQY91" + }, + { + "symbol": "XNTK", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "SPDR Series Trust - SPDR NYSE Technology ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4344363259512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000C9R1B2", + "cik": "0001064642", + "lei": null + }, + { + "symbol": "XOG", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Extraction Oil & Gas Inc - New", + "date": "2021-01-24", + "type": "cs", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00YYCQ5Y4", + "cik": "0001655020", + "lei": "5493002FL3WIE1JVUP20" + }, + { + "symbol": "XOM", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Exxon Mobil Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5147314852372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000GZQ728", + "cik": "0000034088", + "lei": "J3WHBG0MTS7O8ZVMDC91" + }, + { + "symbol": "XOMA", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "XOMA Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4C59314A38342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BX4QV8", + "cik": "0000791908", + "lei": "549300U6ZVYFCWNBJ613" + }, + { + "symbol": "XOMAP", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "XOMA Corp - 8.625% PRF PERPETUAL USD 25 - Ser A", + "date": "2021-01-24", + "type": "ps", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000791908", + "lei": "549300U6ZVYFCWNBJ613" + }, + { + "symbol": "XONE", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "ExOne Co", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5032484E464B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG003T67W19", + "cik": "0001561627", + "lei": "529900QK9MVKUHEQBX79" + }, + { + "symbol": "XOP", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "SPDR Series Trust - SSgA SPDR Oil & Gas Exploration and Production", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_534647534E432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BGB482", + "cik": "0001064642", + "lei": null + }, + { + "symbol": "XOUT", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "GraniteShares ETF Trust - GraniteShares XOUT U.S. Large Cap ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_544B4B3930362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00QG3BRX0", + "cik": "0001689873", + "lei": null + }, + { + "symbol": "XP", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "XP Inc - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4A574B544E522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00QVJYGM9", + "cik": "0001787425", + "lei": "5493008KDA8NBZRJST80" + }, + { + "symbol": "XPEL", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "XPEL Inc - Reg S", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4233484C32582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000R5XCX9", + "cik": "0001767258", + "lei": "549300KWSE3IGXLJNW66" + }, + { + "symbol": "XPER", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Xperi Holding Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4D37393834372D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00F2YLPY3", + "cik": "0001690666", + "lei": "529900L3ZKEYH5WX3L03" + }, + { + "symbol": "XPEV", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "XPeng Inc - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_5738354C44382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00WKJG3M7", + "cik": "0001810997", + "lei": null + }, + { + "symbol": "XPH", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "SPDR Series Trust - SSgA SPDR Pharmaceuticals", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4E58475435382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000D73SW9", + "cik": "0001064642", + "lei": null + }, + { + "symbol": "XPL", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "Solitario Zinc Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5836473050482D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000P9HJF6", + "cik": "0000917225", + "lei": null + }, + { + "symbol": "XPO", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "XPO Logistics Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_573858594B542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000L5CJF3", + "cik": "0001166003", + "lei": "54930096DB9LCLPN7H13" + }, + { + "symbol": "XPOA", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "DPCM Capital Inc - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00XRTC019", + "cik": "0001821742", + "lei": null + }, + { + "symbol": "XPOA+", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "DPCM Capital Inc - Warrants (14/10/2027)", + "date": "2021-01-24", + "type": "wt", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00YG47S64", + "cik": "0001821742", + "lei": null + }, + { + "symbol": "XPOA=", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "DPCM Capital Inc - Units (1 Ord Share Class A & 1/3 War)", + "date": "2021-01-24", + "type": null, + "iexId": "IEX_53533943594B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00XRJK1R2", + "cik": "0001821742", + "lei": null + }, + { + "symbol": "XPP", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "ProShares Trust - ProShares Ultra FTSE China 50", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5642485632592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000JYTS29", + "cik": "0001174610", + "lei": null + }, + { + "symbol": "XRAY", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "DENTSPLY Sirona Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4E3450394C342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BX57K1", + "cik": "0000818479", + "lei": "9NHEHR1SOZCYXDO8HO28" + }, + { + "symbol": "XRLV", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Invesco Capital Management LLC - Invesco S&P 500 ex-Rate Sensitive Low", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5146485648332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG008G7Z402", + "cik": "0001224696", + "lei": null + }, + { + "symbol": "XRT", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "SPDR Series Trust - SSgA SPDR Retail", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_544C543354442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000D80VV4", + "cik": "0001064642", + "lei": null + }, + { + "symbol": "XRX", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Xerox Holdings Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4836373958542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00NNG2ZJ8", + "cik": "0001770450", + "lei": "5493000Y33XDVO2CXC18" + }, + { + "symbol": "XSD", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "SPDR Series Trust - SSgA SPDR Semiconductors", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5139515453532D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000MQVF45", + "cik": "0001064642", + "lei": null + }, + { + "symbol": "XSHD", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "Invesco Capital Management LLC - Invesco S&P SmallCap High Dividend Lo", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4E32384335422D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00FFK2VP7", + "cik": "0001224696", + "lei": null + }, + { + "symbol": "XSHQ", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "Invesco Capital Management LLC - Invesco S&P SmallCap Quality ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5146303143392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00GBGV9L9", + "cik": "0001224696", + "lei": null + }, + { + "symbol": "XSLV", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Invesco Capital Management LLC - Invesco S&P SmallCap Low Volatility E", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_424E324736362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00449DVG7", + "cik": "0001224696", + "lei": null + }, + { + "symbol": "XSMO", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Invesco Capital Management LLC - Invesco S&P SmallCap Momentum ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_485242534E4E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000L69QX9", + "cik": "0001224696", + "lei": null + }, + { + "symbol": "XSOE", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "WisdomTree Trust - WisdomTree Emerging Markets ex-State-Owned Enterpri", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5631545748582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG007PB9N11", + "cik": "0001350487", + "lei": null + }, + { + "symbol": "XSPA", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "XpresSpa Group Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4656483453442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000R263Y5", + "cik": "0001410428", + "lei": "5493008DNQXUL3S4T320" + }, + { + "symbol": "XSVM", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Invesco Capital Management LLC - Invesco S&P SmallCap Value with Momen", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4E46503339532D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000L5Y4D4", + "cik": "0001224696", + "lei": null + }, + { + "symbol": "XSW", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "SPDR Series Trust - SSGA SPDR S&P Software & Services ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4D4E355746442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0024LG4M4", + "cik": "0001064642", + "lei": null + }, + { + "symbol": "XT", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "BlackRock Institutional Trust Company N.A. - BTC iShares Exponential T", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4A54524848342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG008B3Q683", + "cik": "0000913414", + "lei": "549300BPYHDEDI59G670" + }, + { + "symbol": "XTL", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "SPDR Series Trust - SSgA SPDR S&P Telecom ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4A325A3050522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG001F6WLS5", + "cik": "0001064642", + "lei": null + }, + { + "symbol": "XTLB", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "X.T.L. Biopharmaceuticals Ltd. - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_433756354E332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000F1JVP4", + "cik": "0001023549", + "lei": "529900NDDXEAPTUTXP41" + }, + { + "symbol": "XTN", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "SPDR Series Trust - SSgA SPDR S&P Transportation ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_435A535734342D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG001F6WKP0", + "cik": "0001064642", + "lei": null + }, + { + "symbol": "XTNT", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "Xtant Medical Holdings Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_535632485A352D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000Q44D18", + "cik": "0001453593", + "lei": "549300JOU6AK8387EW77" + }, + { + "symbol": "XVV", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "iShares Trust - iShares ESG Screened S&P 500 ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_565834444E302D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00XDJC6J4", + "cik": "0001006249", + "lei": null + }, + { + "symbol": "XVZ", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "Barclays Bank PLC - ZC SP ETN REDEEM 18/08/2021 USD 50 - Ser A", + "date": "2021-01-24", + "type": "struct", + "iexId": "IEX_485A4D47354B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00203K1L0", + "cik": "0000312070", + "lei": "G5GSEF7VJP5I7OUK5573" + }, + { + "symbol": "XWEB", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "SPDR Series Trust - SSgA SPDR S&P Internet ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4A3554485A392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00D6TQPK5", + "cik": "0001064642", + "lei": null + }, + { + "symbol": "XXII", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "22nd Century Group Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5833353648592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000LS03D3", + "cik": "0001347858", + "lei": null + }, + { + "symbol": "XYF", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "X Financial - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_4431313142432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00LVC2N09", + "cik": "0001725033", + "lei": null + }, + { + "symbol": "XYL", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Xylem Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5253514E39302D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG001D8R5D0", + "cik": "0001524472", + "lei": "549300DF5MV96DRYLQ48" + }, + { + "symbol": "XYLD", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Global X Funds - Global X S&P 500 Covered Call ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_424D354450572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00MVL3FB1", + "cik": "0001432353", + "lei": null + }, + { + "symbol": "XYLG", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Global X Funds - Global X S&P 500 Covered Call & Growth ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4736304A43542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00XH4TS89", + "cik": "0001432353", + "lei": null + }, + { + "symbol": "Y", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Alleghany Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5332353458392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BX6BJ3", + "cik": "0000775368", + "lei": "549300DCJE6AYX159479" + }, + { + "symbol": "YAC", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Yucaipa Acquisition Corporation - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4C4C324358392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00W6WLHR2", + "cik": "0001815302", + "lei": null + }, + { + "symbol": "YAC+", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Yucaipa Acquisition Corporation - Warrants (06/08/2025)", + "date": "2021-01-24", + "type": "wt", + "iexId": "IEX_584E484848462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00XGS7162", + "cik": "0001815302", + "lei": null + }, + { + "symbol": "YAC=", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Yucaipa Acquisition Corporation - Units (1 Ord Share Class A & 1/3 War", + "date": "2021-01-24", + "type": null, + "iexId": "IEX_574C484A4C4A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00W5FSTS6", + "cik": "0001815302", + "lei": null + }, + { + "symbol": "YALA", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Yalla Group Limited - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_4E325A4A34562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00X71LSZ4", + "cik": "0001794350", + "lei": null + }, + { + "symbol": "YANG", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Direxion Shares ETF Trust - Direxion Daily FTSE China Bear 3X Shares", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_46584C3048382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000PY4W66", + "cik": "0001424958", + "lei": null + }, + { + "symbol": "YCBD", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "cbdMD Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_484B50394D4D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00J3H4KT7", + "cik": "0001644903", + "lei": null + }, + { + "symbol": "YCBD-A", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "cbdMD Inc - 8% PRF PERPETUAL USD 10 - Ser A", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_565747444C392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001644903", + "lei": null + }, + { + "symbol": "YCL", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "ProShares Trust - ProShares Ultra Yen", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_56574D3750512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000CT88J6", + "cik": "0001174610", + "lei": null + }, + { + "symbol": "YCS", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "ProShares Trust - ProShares UltraShort Yen", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_584E335159382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000CTBTW1", + "cik": "0001174610", + "lei": null + }, + { + "symbol": "YDEC", + "exchange": "USBATS", + "exchangeSuffix": "UF", + "exchangeName": "CBOE BZX U.S. EQUITIES EXCHANGE", + "name": "First Trust Exchange-Traded Fund VIII - FT Cboe Vest International Equ", + "date": "2021-01-24", + "type": "et", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00YGCB482", + "cik": "0001667919", + "lei": null + }, + { + "symbol": "YELP", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Yelp Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4454353959322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000Q2HM09", + "cik": "0001345016", + "lei": "5299007OU2DOSXPQBO35" + }, + { + "symbol": "YETI", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "YETI Holdings Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_57564C37585A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00D8JC882", + "cik": "0001670592", + "lei": "549300DSQICIGNT5GO63" + }, + { + "symbol": "YEXT", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Yext Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_44564E4D54322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG001MKZGY7", + "cik": "0001614178", + "lei": "5299008ZQSBBVH7K0589" + }, + { + "symbol": "YGMZ", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "MingZhu Logistics Holdings Ltd", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5456325142432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00QFWCDQ5", + "cik": "0001782037", + "lei": null + }, + { + "symbol": "YGRN", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Bank of Montreal - ZC SP ETN REDEEM 25/03/2039 USD 50 - Ser E YGRN", + "date": "2020-12-18", + "type": "struct", + "iexId": "IEX_503952444B5A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00NV7YRF6", + "cik": "0000927971", + "lei": "NQQ6HPCNCCU6TUTQYE16" + }, + { + "symbol": "YI", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "111 Inc - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_4A484C3056332D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00LQ87SL5", + "cik": "0001738906", + "lei": "549300IRZ6WV1NLO5Z75" + }, + { + "symbol": "YINN", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Direxion Shares ETF Trust - Direxion Daily FTSE China Bull 3X Shares", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4C30523531572D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000PY4FX3", + "cik": "0001424958", + "lei": null + }, + { + "symbol": "YJ", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Yunji Inc - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_5834594C50472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00NPL7MC6", + "cik": "0001759614", + "lei": null + }, + { + "symbol": "YLCO", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Global X Funds - Global X YieldCo & Renewable Energy Income ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_584B394E36582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0099SCGR1", + "cik": "0001432353", + "lei": null + }, + { + "symbol": "YLD", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Principal Exchange-Traded Funds - Principal Active Income ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4753384831362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG009KJNFQ9", + "cik": "0001572661", + "lei": null + }, + { + "symbol": "YLDE", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Legg Mason ETF Investment Trust - ClearBridge Dividend Strategy ESG ET", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4E535A53544B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00GPXR8H9", + "cik": "0001645194", + "lei": null + }, + { + "symbol": "YMAB", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Y-Mabs Therapeutics Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_43314B32314A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00J2DBMZ8", + "cik": "0001722964", + "lei": null + }, + { + "symbol": "YMTX", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Yumanity Therapeutics Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG001CPMPK6", + "cik": "0001445283", + "lei": "549300GNQLMQP5WNHC81" + }, + { + "symbol": "YNDX", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Yandex NV - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4E394B3135512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG001NVJ6W4", + "cik": "0001513845", + "lei": "549300GGZHJ5Q1B18P93" + }, + { + "symbol": "YOLO", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Advisorshares Trust - AdvisorShares Pure Cannabis ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5059323853302D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00NWTW1R3", + "cik": "0001408970", + "lei": "549300JV5T62F5E7S151" + }, + { + "symbol": "YORW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "York Water Co.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_51585A434A4D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BRZKC1", + "cik": "0000108985", + "lei": null + }, + { + "symbol": "YPF", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "YPF - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_483534324D502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BHPFQ0", + "cik": "0000904851", + "lei": "5493003N7447U18U5U53" + }, + { + "symbol": "YQ", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "17 Education & Technology Group Inc - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00Y6G4ZC8", + "cik": "0001821468", + "lei": null + }, + { + "symbol": "YRCW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "YRC Worldwide Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4859324A4E472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BX6PW7", + "cik": "0000716006", + "lei": "529900SEX4UQ2WLPRC40" + }, + { + "symbol": "YRD", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Yiren Digital Ltd - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_4834595942432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00BGLY496", + "cik": "0001631761", + "lei": "549300GUWSM4NWQXJO64" + }, + { + "symbol": "YSAC", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Yellowstone Acquisition Co - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00Y6DTLC9", + "cik": "0001823587", + "lei": null + }, + { + "symbol": "YSACW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Yellowstone Acquisition Co - Warrants (22/10/2025)", + "date": "2021-01-24", + "type": "wt", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00YFSX8H5", + "cik": "0001823587", + "lei": null + }, + { + "symbol": "YSG", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Yatsen Holding Ltd - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_4A5A4A3558482D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00Y1STTN2", + "cik": "0001819580", + "lei": null + }, + { + "symbol": "YTEN", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Yield10 Bioscience Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_473031354D4D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000J1XKK3", + "cik": "0001121702", + "lei": "5493008TC8RB9CSBE696" + }, + { + "symbol": "YTRA", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Yatra Online Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_524B393737352D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00DBBP6R4", + "cik": "0001516899", + "lei": null + }, + { + "symbol": "YUM", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Yum Brands Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_56434E5853502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BH3GZ2", + "cik": "0001041061", + "lei": "549300JE8XHZZ7OHN517" + }, + { + "symbol": "YUMC", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Yum China Holdings Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5847444B46442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00B8N0HG1", + "cik": "0001673358", + "lei": "529900DO9BYZ7VA3K502" + }, + { + "symbol": "YVR", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Liquid Media Group Ltd", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_434E344756592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000CH3KX4", + "cik": "0000884247", + "lei": null + }, + { + "symbol": "YXI", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "ProShares Trust - ProShares Short FTSE China 50", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_48333156374A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000QJ4WW9", + "cik": "0001174610", + "lei": null + }, + { + "symbol": "YY", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "JOYY Inc - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_5652445A34432D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG003H0XV18", + "cik": "0001530238", + "lei": "549300N6CHVU5CQZPW24" + }, + { + "symbol": "YYY", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Amplify ETF Trust - Amplify High Income ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_5146563248362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0033KWW36", + "cik": "0001633061", + "lei": null + }, + { + "symbol": "Z", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Zillow Group Inc - Class C", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5730444856382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG009NRSWJ4", + "cik": "0001617640", + "lei": "2549002XEELQDIR6FU05" + }, + { + "symbol": "ZAGG", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Zagg Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4A53355058562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000DR8FW8", + "cik": "0001296205", + "lei": "549300ZF4FN5BTLAO858" + }, + { + "symbol": "ZBH", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Zimmer Biomet Holdings Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4C4A51594A312D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BKPL53", + "cik": "0001136869", + "lei": "2P2YLDVPES3BXQ1FRB91" + }, + { + "symbol": "ZBRA", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Zebra Technologies Corp. - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4638324838512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000CC7LQ7", + "cik": "0000877212", + "lei": "PO0I32GKZ3HZMMDPZZ08" + }, + { + "symbol": "ZCAN", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "SSgA Active Trust - SPDR Solactive Canada ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4C4E34314C392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG006MJDPK8", + "cik": "0001516212", + "lei": "549300PQC2CS3IA6B871" + }, + { + "symbol": "ZCMD", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Zhongchao Inc - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_563557394C482D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00QYNF3Y4", + "cik": "0001785566", + "lei": null + }, + { + "symbol": "ZDEU", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "SSgA Active Trust - SPDR Solactive Germany ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4659535159352D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG006MJDNQ7", + "cik": "0001516212", + "lei": "549300PQC2CS3IA6B871" + }, + { + "symbol": "ZDGE", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "Zedge Inc - Class B", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_52535933324B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00B9QVTS0", + "cik": "0001667313", + "lei": "549300EDIDRX7NRMGN17" + }, + { + "symbol": "ZEAL", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Zealand Pharma A/S. - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_5147334B39542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00HD42W24", + "cik": "0001674988", + "lei": "549300ITBB1ULBL4CZ12" + }, + { + "symbol": "ZEN", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Zendesk Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_44304D46434D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG001HRFJG4", + "cik": "0001463172", + "lei": "549300SLI6BN94BKKO36" + }, + { + "symbol": "ZEUS", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Olympic Steel Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_564C4A3751592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BBFT75", + "cik": "0000917470", + "lei": "549300GQ061U6N6KWJ49" + }, + { + "symbol": "ZG", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Zillow Group Inc - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5742474A464C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000D13GN8", + "cik": "0001617640", + "lei": "2549002XEELQDIR6FU05" + }, + { + "symbol": "ZGBR", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "SSgA Active Trust - SPDR Solactive United Kingdom ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4B47535146382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG006MJFQV2", + "cik": "0001516212", + "lei": "549300PQC2CS3IA6B871" + }, + { + "symbol": "ZGNX", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Zogenix Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_534D473336442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000VDC3G9", + "cik": "0001375151", + "lei": "54930089H3HF4C32SK78" + }, + { + "symbol": "ZGYH", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Yunhong International - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_425153434C392D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00PQ4RH37", + "cik": "0001773086", + "lei": null + }, + { + "symbol": "ZGYHR", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Yunhong International - Tradeable Rights - Jan 2027", + "date": "2021-01-24", + "type": null, + "iexId": "IEX_46564E534E542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00SYQ6YM8", + "cik": "0001773086", + "lei": null + }, + { + "symbol": "ZGYHW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Yunhong International - Warrants (31/01/2027)", + "date": "2021-01-24", + "type": "wt", + "iexId": "IEX_4746545952422D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00SYQD623", + "cik": "0001773086", + "lei": null + }, + { + "symbol": "ZHOK", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "SPDR Index Shares Funds - SPDR Solactive Hong Kong ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4D37513334542D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00M0GN232", + "cik": "0001168164", + "lei": null + }, + { + "symbol": "ZI", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "ZoomInfo Technologies Inc - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5647423354322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00S1HJ3M8", + "cik": "0001794515", + "lei": null + }, + { + "symbol": "ZIG", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "ETF Series Solutions Trust - The Acquirers Fund", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_4B57325059512D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00P35M816", + "cik": "0001540305", + "lei": null + }, + { + "symbol": "ZION", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Zions Bancorporation N.A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_435250335A562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BX9WL1", + "cik": "0000109380", + "lei": "8WH0EE09O9V05QJZ3V89" + }, + { + "symbol": "ZIONL", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Zions Bancorporation - FXDFR NT REDEEM 15/09/2028 USD 25 - 989701BG1", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_5646524E38472D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0001642140", + "lei": "YYQWUR1Z2BCX32HQS333" + }, + { + "symbol": "ZIONN", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Zions Bancorporation N.A - 5.75% PRF PERPETUAL USD 25 - Ser H", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_514E443459592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000109380", + "lei": "8WH0EE09O9V05QJZ3V89" + }, + { + "symbol": "ZIONO", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Zions Bancorporation N.A - FXDFR PRF PERPETUAL USD 25 - Ser G", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_5833484A364E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000109380", + "lei": "8WH0EE09O9V05QJZ3V89" + }, + { + "symbol": "ZIONP", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Zions Bancorporation N.A - FR PRF PERPETUAL USD 25 - Ser A", + "date": "2021-01-24", + "type": "ps", + "iexId": "IEX_4C47444E4E362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": null, + "cik": "0000109380", + "lei": "8WH0EE09O9V05QJZ3V89" + }, + { + "symbol": "ZIOP", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Ziopharm Oncology, Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_42344D43464B2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000FWCC57", + "cik": "0001107421", + "lei": null + }, + { + "symbol": "ZIXI", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Zix Corp.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_56324844334E2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000H04C72", + "cik": "0000855612", + "lei": null + }, + { + "symbol": "ZJPN", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "SSgA Active Trust - SPDR Solactive Japan ETF", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_474A595830502D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG006MJFPW3", + "cik": "0001516212", + "lei": "549300PQC2CS3IA6B871" + }, + { + "symbol": "ZKIN", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "ZK International Group Co Ltd.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_425053384B442D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00GSR8X94", + "cik": "0001687451", + "lei": null + }, + { + "symbol": "ZLAB", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Zai Lab Limited - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_46434B5142592D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00HFX3N90", + "cik": "0001704292", + "lei": "549300P2UYQ9U5LY1T58" + }, + { + "symbol": "ZM", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Zoom Video Communications Inc - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_48564B5A38362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0042V6JM8", + "cik": "0001585521", + "lei": "549300T9GCHU0ODOM055" + }, + { + "symbol": "ZNGA", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Zynga Inc - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4A5042584D4C2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000VD6768", + "cik": "0001439404", + "lei": "549300XNQ0U2EL088Z74" + }, + { + "symbol": "ZNH", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "China Southern Airlines Company Ltd. - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_4E56373030522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BXQ7R1", + "cik": "0001041668", + "lei": "529900AJQ1Q18ABYVX84" + }, + { + "symbol": "ZNTE", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Zanite Acquisition Corp - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00XZQN336", + "cik": "0001823652", + "lei": null + }, + { + "symbol": "ZNTEW", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Zanite Acquisition Corp - Warrants(08/10/2025)", + "date": "2021-01-24", + "type": "wt", + "iexId": null, + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00YRWJS03", + "cik": "0001823652", + "lei": null + }, + { + "symbol": "ZNTL", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Zentalis Pharmaceuticals Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_514B523756352D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00R2K8TF5", + "cik": "0001725160", + "lei": null + }, + { + "symbol": "ZOM", + "exchange": "USAMEX", + "exchangeSuffix": "UA", + "exchangeName": "NYSE MKT LLC", + "name": "Zomedica Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4C544C54434D2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00DGZC7Y0", + "cik": "0001684144", + "lei": null + }, + { + "symbol": "ZROZ", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "Pimco Exchange Traded Fund - PIMCO 25+ Year Zero Coupon U.S. Treasury ", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_47364E4B47482D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000PN8QP8", + "cik": "0001450011", + "lei": null + }, + { + "symbol": "ZS", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Zscaler Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5654483838362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG003338H34", + "cik": "0001713683", + "lei": "529900MZ0RTK1BWRNF46" + }, + { + "symbol": "ZSAN", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Zosano Pharma Corp", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4A47314E4C522D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG006TL19Y0", + "cik": "0001587221", + "lei": "5493006NX8EN835MNW49" + }, + { + "symbol": "ZSL", + "exchange": "USPAC", + "exchangeSuffix": "UP", + "exchangeName": "NYSE ARCA", + "name": "ProShares Trust - ProShares UltraShort Silver", + "date": "2021-01-24", + "type": "et", + "iexId": "IEX_473059464E382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000F9CW36", + "cik": "0001174610", + "lei": null + }, + { + "symbol": "ZTO", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "ZTO Express (Cayman) Inc - ADR", + "date": "2021-01-24", + "type": "ad", + "iexId": "IEX_42344B5A39532D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00DY7QWH1", + "cik": "0001677250", + "lei": "549300SCJPK3YZJTJR78" + }, + { + "symbol": "ZTR", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Virtus Total Return Fund Inc.", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_564D484335362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BXB8X8", + "cik": "0000836412", + "lei": "549300KKRHI4GF7RNQ81" + }, + { + "symbol": "ZTS", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Zoetis Inc - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5457364B4B562D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG0039320N9", + "cik": "0001555280", + "lei": "549300HD9Q1LOC9KLJ48" + }, + { + "symbol": "ZUMZ", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Zumiez Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4D4352464E582D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000PYX812", + "cik": "0001318008", + "lei": "549300J0PDF58P6HZD25" + }, + { + "symbol": "ZUO", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Zuora Inc - Class A", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4D474631525A2D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BT3HG5", + "cik": "0001423774", + "lei": "549300ISVGC1YZWQJ420" + }, + { + "symbol": "ZVO", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NGS (GLOBAL SELECT MARKET)", + "name": "Zovio Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_514A435352362D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000C3CQP1", + "cik": "0001305323", + "lei": null + }, + { + "symbol": "ZYME", + "exchange": "NYS", + "exchangeSuffix": "UN", + "exchangeName": "NEW YORK STOCK EXCHANGE, INC.", + "name": "Zymeworks Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_5253315838322D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG00GD15LJ5", + "cik": "0001403752", + "lei": "894500AHOYAGYLYZJL67" + }, + { + "symbol": "ZYNE", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ/NMS (GLOBAL MARKET)", + "name": "Zynerba Pharmaceuticals Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4E3154424A382D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG007BBS8B7", + "cik": "0001621443", + "lei": "549300JLJ5VQU2CN6016" + }, + { + "symbol": "ZYXI", + "exchange": "NAS", + "exchangeSuffix": "", + "exchangeName": "NASDAQ CAPITAL MARKET", + "name": "Zynex Inc", + "date": "2021-01-24", + "type": "cs", + "iexId": "IEX_4E464C4C4A462D52", + "region": "US", + "currency": "USD", + "isEnabled": true, + "figi": "BBG000BJBXZ2", + "cik": "0000846475", + "lei": null + } +]
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/LazyBear/Local data/themes.json Fri Feb 19 20:26:07 2021 +0100 @@ -0,0 +1,26 @@ +[ + { + "name": "Default" + }, + { + "name": "Summer" + }, + { + "name": "Basic" + }, + { + "name": "Earth" + }, + { + "name": "Forest" + }, + { + "name": "Multicolor" + }, + { + "name": "Nature" + }, + { + "name": "See" + } +]
--- a/LazyBear/Models/ThemeModel.swift Fri Feb 19 20:25:45 2021 +0100 +++ b/LazyBear/Models/ThemeModel.swift Fri Feb 19 20:26:07 2021 +0100 @@ -7,14 +7,6 @@ import SwiftUI -struct ThemeModel: View { - var body: some View { - Text(/*@START_MENU_TOKEN@*/"Hello, World!"/*@END_MENU_TOKEN@*/) - } +struct ThemeModel: Hashable, Codable { + var name: String } - -struct ThemeModel_Previews: PreviewProvider { - static var previews: some View { - ThemeModel() - } -}