# HG changeset patch # User Dennis Concepción Martín <66180929+denniscm190@users.noreply.github.com> # Date 1611513855 -3600 # Node ID 7fef171d4820bb7cbb4608d3d0fe4eda08ce765e # Parent 9bee37809429062e95ed79c784950c29075190ae Add new companies and implement the search diff -r 9bee37809429 -r 7fef171d4820 LazyBear.xcodeproj/project.pbxproj --- a/LazyBear.xcodeproj/project.pbxproj Sun Jan 24 19:30:39 2021 +0100 +++ b/LazyBear.xcodeproj/project.pbxproj Sun Jan 24 19:44:15 2021 +0100 @@ -11,7 +11,6 @@ 950B79F625B1CB7A00E5DB5B /* CompanyList.swift in Sources */ = {isa = PBXBuildFile; fileRef = 950B79F525B1CB7A00E5DB5B /* CompanyList.swift */; }; 952498B325BB381300B00E22 /* CurrentPrice.swift in Sources */ = {isa = PBXBuildFile; fileRef = 952498B225BB381300B00E22 /* CurrentPrice.swift */; }; 952498B625BB47A700B00E22 /* LatestPriceModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 952498B525BB47A700B00E22 /* LatestPriceModel.swift */; }; - 954D992225A2105F001F7F60 /* companies.json in Resources */ = {isa = PBXBuildFile; fileRef = 954D992125A2105F001F7F60 /* companies.json */; }; 954D992525A2123B001F7F60 /* HistoricalPricesModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 954D992425A2123B001F7F60 /* HistoricalPricesModel.swift */; }; 954D996D25A2461B001F7F60 /* SwiftUICharts in Frameworks */ = {isa = PBXBuildFile; productRef = 954D996C25A2461B001F7F60 /* SwiftUICharts */; }; 954D997125A253A9001F7F60 /* Config.swift in Sources */ = {isa = PBXBuildFile; fileRef = 954D997025A253A9001F7F60 /* Config.swift */; }; @@ -21,12 +20,12 @@ 95700BC625BD9D12009CEEFE /* API.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95700BC525BD9D12009CEEFE /* API.swift */; }; 958E472B25B1CA8B0048E770 /* FavCompanyList.swift in Sources */ = {isa = PBXBuildFile; fileRef = 958E472A25B1CA8B0048E770 /* FavCompanyList.swift */; }; 95AB4A7A259DCBAE0064C9C1 /* ReadJson.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95AB4A79259DCBAE0064C9C1 /* ReadJson.swift */; }; - 95AB4A7D259DCC0C0064C9C1 /* CompanyDataModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95AB4A7C259DCC0C0064C9C1 /* CompanyDataModel.swift */; }; + 95AB4A7D259DCC0C0064C9C1 /* CompanyModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95AB4A7C259DCC0C0064C9C1 /* CompanyModel.swift */; }; 95AB4A90259DD66D0064C9C1 /* CompanyRow.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95AB4A8F259DD66D0064C9C1 /* CompanyRow.swift */; }; 95B04EB325212369000AD27F /* LazyBearApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95B04EB225212369000AD27F /* LazyBearApp.swift */; }; 95B04EB525212369000AD27F /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95B04EB425212369000AD27F /* ContentView.swift */; }; 95B04EB72521236A000AD27F /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 95B04EB62521236A000AD27F /* Assets.xcassets */; }; - 95B395A525BDF42E009A7EB0 /* companies2.json in Resources */ = {isa = PBXBuildFile; fileRef = 95B395A425BDF42E009A7EB0 /* companies2.json */; }; + 95B395A525BDF42E009A7EB0 /* companies.json in Resources */ = {isa = PBXBuildFile; fileRef = 95B395A425BDF42E009A7EB0 /* companies.json */; }; 95C28AB625BC45CF0033D16A /* ChartStyle.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95C28AB525BC45CF0033D16A /* ChartStyle.swift */; }; 95C28AB925BC46250033D16A /* ScalateChart.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95C28AB825BC46250033D16A /* ScalateChart.swift */; }; 95D1BF4925ADCF7700E5D063 /* Persistence.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95D1BF4825ADCF7700E5D063 /* Persistence.swift */; }; @@ -49,7 +48,6 @@ 950B79F525B1CB7A00E5DB5B /* CompanyList.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CompanyList.swift; sourceTree = ""; }; 952498B225BB381300B00E22 /* CurrentPrice.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CurrentPrice.swift; sourceTree = ""; }; 952498B525BB47A700B00E22 /* LatestPriceModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = LatestPriceModel.swift; path = lazybear/Models/LatestPriceModel.swift; sourceTree = SOURCE_ROOT; }; - 954D992125A2105F001F7F60 /* companies.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; name = companies.json; path = lazybear/Data/companies.json; sourceTree = SOURCE_ROOT; }; 954D992425A2123B001F7F60 /* HistoricalPricesModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = HistoricalPricesModel.swift; path = lazybear/Models/HistoricalPricesModel.swift; sourceTree = SOURCE_ROOT; }; 954D997025A253A9001F7F60 /* Config.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = Config.swift; path = lazybear/Config.swift; sourceTree = SOURCE_ROOT; }; 95612C4F2598D48200F7698F /* SearchBar.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SearchBar.swift; sourceTree = ""; }; @@ -58,14 +56,14 @@ 95700BC525BD9D12009CEEFE /* API.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = API.swift; path = lazybear/API.swift; sourceTree = SOURCE_ROOT; }; 958E472A25B1CA8B0048E770 /* FavCompanyList.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = FavCompanyList.swift; path = "lazybear/Supply views/FavCompanyList.swift"; sourceTree = SOURCE_ROOT; }; 95AB4A79259DCBAE0064C9C1 /* ReadJson.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = ReadJson.swift; path = lazybear/Functions/ReadJson.swift; sourceTree = SOURCE_ROOT; }; - 95AB4A7C259DCC0C0064C9C1 /* CompanyDataModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = CompanyDataModel.swift; path = lazybear/Models/CompanyDataModel.swift; sourceTree = SOURCE_ROOT; }; + 95AB4A7C259DCC0C0064C9C1 /* CompanyModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = CompanyModel.swift; path = lazybear/Models/CompanyModel.swift; sourceTree = SOURCE_ROOT; }; 95AB4A8F259DD66D0064C9C1 /* CompanyRow.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CompanyRow.swift; sourceTree = ""; }; 95B04EAF25212369000AD27F /* LazyBear.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = LazyBear.app; sourceTree = BUILT_PRODUCTS_DIR; }; 95B04EB225212369000AD27F /* LazyBearApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LazyBearApp.swift; sourceTree = ""; }; 95B04EB425212369000AD27F /* ContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = ""; }; 95B04EB62521236A000AD27F /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = ""; }; 95B04EBB2521236A000AD27F /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - 95B395A425BDF42E009A7EB0 /* companies2.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; name = companies2.json; path = lazybear/Data/companies2.json; sourceTree = SOURCE_ROOT; }; + 95B395A425BDF42E009A7EB0 /* companies.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; name = companies.json; path = lazybear/Data/companies.json; sourceTree = SOURCE_ROOT; }; 95C28AB525BC45CF0033D16A /* ChartStyle.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = ChartStyle.swift; path = lazybear/Functions/ChartStyle.swift; sourceTree = SOURCE_ROOT; }; 95C28AB825BC46250033D16A /* ScalateChart.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = ScalateChart.swift; path = lazybear/Functions/ScalateChart.swift; sourceTree = SOURCE_ROOT; }; 95D1BF4825ADCF7700E5D063 /* Persistence.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = Persistence.swift; path = "LazyBear/Core Data/Persistence.swift"; sourceTree = SOURCE_ROOT; }; @@ -145,7 +143,7 @@ 9592F496259D29F1005AB6F1 /* Models */ = { isa = PBXGroup; children = ( - 95AB4A7C259DCC0C0064C9C1 /* CompanyDataModel.swift */, + 95AB4A7C259DCC0C0064C9C1 /* CompanyModel.swift */, 954D992425A2123B001F7F60 /* HistoricalPricesModel.swift */, 95E0287A25B88F3C00020CF2 /* FormDescription.swift */, 952498B525BB47A700B00E22 /* LatestPriceModel.swift */, @@ -156,8 +154,7 @@ 95AB4A71259DCAB20064C9C1 /* Data */ = { isa = PBXGroup; children = ( - 95B395A425BDF42E009A7EB0 /* companies2.json */, - 954D992125A2105F001F7F60 /* companies.json */, + 95B395A425BDF42E009A7EB0 /* companies.json */, ); path = Data; sourceTree = ""; @@ -273,9 +270,8 @@ isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( - 95B395A525BDF42E009A7EB0 /* companies2.json in Resources */, + 95B395A525BDF42E009A7EB0 /* companies.json in Resources */, 95B04EB72521236A000AD27F /* Assets.xcassets in Resources */, - 954D992225A2105F001F7F60 /* companies.json in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -306,7 +302,7 @@ 95F6C31125BAFFB8003CF389 /* AddWatchlist.swift in Sources */, 95B04EB325212369000AD27F /* LazyBearApp.swift in Sources */, 95F6C2F325BAE3D1003CF389 /* Stock.swift in Sources */, - 95AB4A7D259DCC0C0064C9C1 /* CompanyDataModel.swift in Sources */, + 95AB4A7D259DCC0C0064C9C1 /* CompanyModel.swift in Sources */, 95F6C2DD25BAD394003CF389 /* FavCompanyRow.swift in Sources */, 95700BC625BD9D12009CEEFE /* API.swift in Sources */, 95F6C2E425BAD529003CF389 /* RandomColor.swift in Sources */, diff -r 9bee37809429 -r 7fef171d4820 LazyBear.xcodeproj/project.xcworkspace/xcuserdata/dennis.xcuserdatad/UserInterfaceState.xcuserstate Binary file LazyBear.xcodeproj/project.xcworkspace/xcuserdata/dennis.xcuserdatad/UserInterfaceState.xcuserstate has changed diff -r 9bee37809429 -r 7fef171d4820 lazybear/ContentView.swift --- a/lazybear/ContentView.swift Sun Jan 24 19:30:39 2021 +0100 +++ b/lazybear/ContentView.swift Sun Jan 24 19:44:15 2021 +0100 @@ -24,8 +24,8 @@ if !showingSearch { HeaderWatchlist() - FavCompanyList() - .environment(\.managedObjectContext, persistenceController.container.viewContext) + //FavCompanyList() + //.environment(\.managedObjectContext, persistenceController.container.viewContext) } else { if searchedCompany.count > 2 { diff -r 9bee37809429 -r 7fef171d4820 lazybear/Data/companies.json --- a/lazybear/Data/companies.json Sun Jan 24 19:30:39 2021 +0100 +++ b/lazybear/Data/companies.json Sun Jan 24 19:44:15 2021 +0100 @@ -1,43197 +1,152930 @@ [ { - "cik": 789019, - "symbol": "msft", - "name": "microsoft corp" - }, - { - "cik": 1018724, - "symbol": "amzn", - "name": "amazon com inc" - }, - { - "cik": 1652044, - "symbol": "googl", - "name": "alphabet inc" - }, - { - "cik": 1326801, - "symbol": "fb", - "name": "facebook inc" - }, - { - "cik": 1293451, - "symbol": "tctzf", - "name": "tencent holdings ltd" - }, - { - "cik": 1577552, - "symbol": "baba", - "name": "alibaba group holding ltd" - }, - { - "cik": 1318605, - "symbol": "tsla", - "name": "tesla inc" - }, - { - "cik": 1046179, - "symbol": "tsm", - "name": "taiwan semiconductor manufacturing co ltd" - }, - { - "cik": 1403161, - "symbol": "v", - "name": "visa inc" - }, - { - "cik": 104169, - "symbol": "wmt", - "name": "walmart inc" - }, - { - "cik": 200406, - "symbol": "jnj", - "name": "johnson & johnson" - }, - { - "cik": 19617, - "symbol": "amj", - "name": "jpmorgan chase & co" - }, - { - "cik": 80424, - "symbol": "pg", - "name": "procter & gamble co" - }, - { - "cik": 884394, - "symbol": "spy", - "name": "spdr s&p 500 etf trust" - }, - { - "cik": 1141391, - "symbol": "ma", - "name": "mastercard inc" - }, - { - "cik": 1045810, - "symbol": "nvda", - "name": "nvidia corp" - }, - { - "cik": 731766, - "symbol": "unh", - "name": "unitedhealth group inc" - }, - { - "cik": 1744489, - "symbol": "dis", - "name": "walt disney co" - }, - { - "cik": 824046, - "symbol": "lvmhf", - "name": "lvmh moet hennessy louis vuitton" - }, - { - "cik": 354950, - "symbol": "hd", - "name": "home depot inc" - }, - { - "cik": 1633917, - "symbol": "pypl", - "name": "paypal holdings inc" - }, - { - "cik": 1445468, - "symbol": "idcbf", - "name": "industrial & commercial bank of china" - }, - { - "cik": 70858, - "symbol": "bac", - "name": "bank of america corp de" - }, - { - "cik": 732712, - "symbol": "vz", - "name": "verizon communications inc" - }, - { - "cik": 796343, - "symbol": "adbe", - "name": "adobe inc" - }, - { - "cik": 1065280, - "symbol": "nflx", - "name": "netflix inc" - }, - { - "cik": 1166691, - "symbol": "ccz", - "name": "comcast corp" - }, - { - "cik": 21344, - "symbol": "ko", - "name": "coca cola co" - }, - { - "cik": 320187, - "symbol": "nke", - "name": "nike inc" - }, - { - "cik": 1108524, - "symbol": "crm", - "name": "salesforcecom inc" - }, - { - "cik": 1094517, - "symbol": "tm", - "name": "toyota motor corp" - }, - { - "cik": 78003, - "symbol": "pfe", - "name": "pfizer inc" - }, - { - "cik": 732717, - "symbol": "tbc", - "name": "at&t inc" - }, - { - "cik": 1114448, - "symbol": "nvs", - "name": "novartis ag" - }, - { - "cik": 310158, - "symbol": "mrk", - "name": "merck & co inc" - }, - { - "cik": 937966, - "symbol": "asml", - "name": "asml holding nv" - }, - { - "cik": 1341439, - "symbol": "orcl", - "name": "oracle corp" - }, - { - "cik": 77476, - "symbol": "pep", - "name": "pepsico inc" - }, - { - "cik": 1800, - "symbol": "abt", - "name": "abbott laboratories" - }, - { - "cik": 50863, - "symbol": "intc", - "name": "intel corp" - }, - { - "cik": 858877, - "symbol": "csco", - "name": "cisco systems inc" - }, - { - "cik": 97745, - "symbol": "tmo", - "name": "thermo fisher scientific inc" - }, - { - "cik": 1445474, - "symbol": "cichf", - "name": "china construction bank corp" - }, - { - "cik": 1551152, - "symbol": "abbv", - "name": "abbvie inc" - }, - { - "cik": 1730168, - "symbol": "avgop", - "name": "broadcom inc" - }, - { - "cik": 34088, - "symbol": "xom", - "name": "exxon mobil corp" - }, - { - "cik": 1467373, - "symbol": "acn", - "name": "accenture plc" - }, - { - "cik": 1737806, - "symbol": "pdd", - "name": "pinduoduo inc" - }, - { - "cik": 804328, - "symbol": "qcom", - "name": "qualcomm inc de" - }, - { - "cik": 1501437, - "symbol": "acgbf", - "name": "agricultural bank of china limited adr" - }, - { - "cik": 811809, - "symbol": "bhp", - "name": "bhp group ltd" - }, - { - "cik": 353278, - "symbol": "nvo", - "name": "novo nordisk a s" - }, - { - "cik": 1283699, - "symbol": "tmusr", - "name": "t-mobile us inc" - }, - { - "cik": 93410, - "symbol": "cvx", - "name": "chevron corp" - }, - { - "cik": 909832, - "symbol": "cost", - "name": "costco wholesale corp new" - }, - { - "cik": 1495688, - "symbol": "cihhf", - "name": "china merchants bank co ltd adr" - }, - { - "cik": 59478, - "symbol": "lly", - "name": "eli lilly & co" - }, - { - "cik": 313616, - "symbol": "dhr", - "name": "danaher corp de" - }, - { - "cik": 63908, - "symbol": "mcd", - "name": "mcdonalds corp" - }, - { - "cik": 1594805, - "symbol": "shop", - "name": "shopify inc" - }, - { - "cik": 1613103, - "symbol": "mdt", - "name": "medtronic plc" - }, - { - "cik": 217410, - "symbol": "ul", - "name": "unilever plc" - }, - { - "cik": 1000184, - "symbol": "sap", - "name": "sap se" - }, - { - "cik": 1090727, - "symbol": "ups", - "name": "united parcel service inc" - }, - { - "cik": 97476, - "symbol": "txn", - "name": "texas instruments inc" - }, - { - "cik": 1065521, - "symbol": "sfbqf", - "name": "softbank group corp" - }, - { - "cik": 753308, - "symbol": "nxegu", - "name": "nextera energy inc" - }, - { - "cik": 773840, - "symbol": "hon", - "name": "honeywell international inc" - }, - { - "cik": 887028, - "symbol": "rtntf", - "name": "rio tinto ltd" - }, - { - "cik": 14272, - "symbol": "bmy", - "name": "bristol myers squibb co" - }, - { - "cik": 1668717, - "symbol": "bud", - "name": "anheuser-busch inbev sa nv" - }, - { - "cik": 100885, - "symbol": "unp", - "name": "union pacific corp" - }, - { - "cik": 1268896, - "symbol": "lfc", - "name": "china life insurance co ltd" - }, - { - "cik": 1171264, - "symbol": "bbl", - "name": "bhp group plc" - }, - { - "cik": 1707925, - "symbol": "lin", - "name": "linde plc" - }, - { - "cik": 1378999, - "symbol": "bachf", - "name": "bank of china ltd" - }, - { - "cik": 901832, - "symbol": "azn", - "name": "astrazeneca plc" - }, - { - "cik": 318154, - "symbol": "amgn", - "name": "amgen inc" - }, - { - "cik": 1091667, - "symbol": "chtr", - "name": "charter communications inc mo" - }, - { - "cik": 1413329, - "symbol": "pm", - "name": "philip morris international inc" - }, - { - "cik": 1549802, - "symbol": "jdcmf", - "name": "jdcom inc" - }, - { - "cik": 12927, - "symbol": "ba", - "name": "boeing co" - }, - { - "cik": 831001, - "symbol": "ugbp", - "name": "citigroup inc" - }, - { - "cik": 1067839, - "symbol": "qqq", - "name": "invesco qqq trust series 1" - }, - { - "cik": 1121404, - "symbol": "sny", - "name": "sanofi" - }, - { - "cik": 60667, - "symbol": "low", - "name": "lowes companies inc" - }, - { - "cik": 895421, - "symbol": "urr", - "name": "morgan stanley" - }, - { - "cik": 829224, - "symbol": "sbux", - "name": "starbucks corp" - }, - { - "cik": 313838, - "symbol": "sne", - "name": "sony corp" - }, - { - "cik": 72971, - "symbol": "wfc", - "name": "wells fargo & company mn" - }, - { - "cik": 1585521, - "symbol": "zm", - "name": "zoom video communications inc" - }, - { - "cik": 1117795, - "symbol": "chl", - "name": "china mobile ltd adr" - }, - { - "cik": 1000275, - "symbol": "ry", - "name": "royal bank of canada" - }, - { - "cik": 879764, - "symbol": "tot", - "name": "total se" - }, - { - "cik": 2488, - "symbol": "amd", - "name": "advanced micro devices inc" - }, - { - "cik": 51143, - "symbol": "ibm", - "name": "international business machines corp" - }, - { - "cik": 1373715, - "symbol": "now", - "name": "servicenow inc" - }, - { - "cik": 1436949, - "symbol": "hesaf", - "name": "hermes international sca" - }, - { - "cik": 1512673, - "symbol": "sq", - "name": "square inc" - }, - { - "cik": 1108329, - "symbol": "ptr", - "name": "petrochina co ltd" - }, - { - "cik": 1364742, - "symbol": "blk", - "name": "blackrock inc" - }, - { - "cik": 101829, - "symbol": "rtx", - "name": "raytheon technologies corp" - }, - { - "cik": 896878, - "symbol": "intu", - "name": "intuit inc" - }, - { - "cik": 1089113, - "symbol": "hsbc", - "name": "hsbc holdings plc" - }, - { - "cik": 1144967, - "symbol": "hdb", - "name": "hdfc bank ltd" - }, - { - "cik": 66740, - "symbol": "mmm", - "name": "3m co" - }, - { - "cik": 947263, - "symbol": "td", - "name": "toronto dominion bank" - }, - { - "cik": 1703399, - "symbol": "se", - "name": "sea ltd" - }, - { - "cik": 1053507, - "symbol": "amt", - "name": "american tower corp ma" - }, - { - "cik": 1559720, - "symbol": "abnb", - "name": "airbnb inc" - }, - { - "cik": 936468, - "symbol": "lmt", - "name": "lockheed martin corp" - }, - { - "cik": 316709, - "symbol": "schw", - "name": "schwab charles corp" - }, - { - "cik": 1640147, - "symbol": "snow", - "name": "snowflake inc" - }, - { - "cik": 1450488, - "symbol": "chdrf", - "name": "christian dior se adr" - }, - { - "cik": 18230, - "symbol": "cat", - "name": "caterpillar inc" - }, - { - "cik": 1035267, - "symbol": "isrg", - "name": "intuitive surgical inc" - }, - { - "cik": 1543151, - "symbol": "uber", - "name": "uber technologies inc" - }, - { - "cik": 863064, - "symbol": "rio", - "name": "rio tinto plc" - }, - { - "cik": 1001250, - "symbol": "el", - "name": "estee lauder companies inc" - }, - { - "cik": 40545, - "symbol": "ge", - "name": "general electric co" - }, - { - "cik": 4962, - "symbol": "axp", - "name": "american express co" - }, - { - "cik": 835403, - "symbol": "deo", - "name": "diageo plc" - }, - { - "cik": 1131399, - "symbol": "gsk", - "name": "glaxosmithkline plc" - }, - { - "cik": 310764, - "symbol": "syk", - "name": "stryker corp" - }, - { - "cik": 64803, - "symbol": "cvs", - "name": "cvs health corp" - }, - { - "cik": 27419, - "symbol": "tgt", - "name": "target corp" - }, - { - "cik": 1099590, - "symbol": "meli", - "name": "mercadolibre inc" - }, - { - "cik": 917851, - "symbol": "vale", - "name": "vale sa" - }, - { - "cik": 886982, - "symbol": "gcec", - "name": "goldman sachs group inc" - }, - { - "cik": 1445465, - "symbol": "ppruf", - "name": "kering" - }, - { - "cik": 315189, - "symbol": "de", - "name": "deere & co" - }, - { - "cik": 1378580, - "symbol": "eadsf", - "name": "airbus se adr" - }, - { - "cik": 1075531, - "symbol": "bkng", - "name": "booking holdings inc" - }, - { - "cik": 1136893, - "symbol": "fis", - "name": "fidelity national information services inc" - }, - { - "cik": 1446595, - "symbol": "frcof", - "name": "fast retailing co ltd" - }, - { - "cik": 1303523, - "symbol": "bti", - "name": "british american tobacco plc" - }, - { - "cik": 1103982, - "symbol": "mdlz", - "name": "mondelez international inc" - }, - { - "cik": 1679771, - "symbol": "dogef", - "name": "orsted a s adr" - }, - { - "cik": 109198, - "symbol": "tjx", - "name": "tjx companies inc de" - }, - { - "cik": 1453934, - "symbol": "chgcf", - "name": "chugai pharmaceutical co ltd adr" - }, - { - "cik": 1809587, - "symbol": "beke", - "name": "ke holdings inc" - }, - { - "cik": 923734, - "symbol": "sbgsf", - "name": "schneider electric sa" - }, - { - "cik": 764180, - "symbol": "mo", - "name": "altria group inc" - }, - { - "cik": 723125, - "symbol": "mu", - "name": "micron technology inc" - }, - { - "cik": 6951, - "symbol": "amat", - "name": "applied materials inc de" - }, - { - "cik": 1564408, - "symbol": "snap", - "name": "snap inc" - }, - { - "cik": 16868, - "symbol": "cni", - "name": "canadian national railway co" - }, - { - "cik": 1555280, - "symbol": "zts", - "name": "zoetis inc" - }, - { - "cik": 1161167, - "symbol": "aiquf", - "name": "l air liquide sa fi" - }, - { - "cik": 64040, - "symbol": "spgi", - "name": "s&p global inc" - }, - { - "cik": 8670, - "symbol": "adp", - "name": "automatic data processing inc" - }, - { - "cik": 1156039, - "symbol": "antm", - "name": "anthem inc" - }, - { - "cik": 1736541, - "symbol": "nio", - "name": "nio inc" - }, - { - "cik": 1067318, - "symbol": "ddaif", - "name": "daimler ag" - }, - { - "cik": 798354, - "symbol": "fisv", - "name": "fiserv inc" - }, - { - "cik": 1445162, - "symbol": "byddf", - "name": "byd co ltd" - }, - { - "cik": 1048911, - "symbol": "fdx", - "name": "fedex corp" - }, - { - "cik": 21665, - "symbol": "cl", - "name": "colgate palmolive co" - }, - { - "cik": 1045609, - "symbol": "pld", - "name": "prologis inc" - }, - { - "cik": 10795, - "symbol": "bdxb", - "name": "becton dickinson & co" - }, - { - "cik": 882095, - "symbol": "gild", - "name": "gilead sciences inc" - }, - { - "cik": 1158967, - "symbol": "njdcy", - "name": "nidec corp" - }, - { - "cik": 1067491, - "symbol": "infy", - "name": "infosys ltd" - }, - { - "cik": 313807, - "symbol": "bp", - "name": "bp plc" - }, - { - "cik": 1739940, - "symbol": "ci", - "name": "cigna corp" - }, - { - "cik": 1119639, - "symbol": "pbr", - "name": "petrobras - petroleo brasileiro sa" - }, - { - "cik": 1123658, - "symbol": "snp", - "name": "china petroleum & chemical corp" - }, - { - "cik": 1442651, - "symbol": "shecf", - "name": "shin-etsu chemical co ltd" - }, - { - "cik": 718877, - "symbol": "atvi", - "name": "activision blizzard inc" - }, - { - "cik": 707549, - "symbol": "lrcx", - "name": "lam research corp" - }, - { - "cik": 36104, - "symbol": "usb", - "name": "us bancorp de" - }, - { - "cik": 1085922, - "symbol": "eslof", - "name": "essilor international fi" - }, - { - "cik": 277948, - "symbol": "csx", - "name": "csx corp" - }, - { - "cik": 896159, - "symbol": "cb", - "name": "chubb ltd" - }, - { - "cik": 89800, - "symbol": "shw", - "name": "sherwin williams co" - }, - { - "cik": 769397, - "symbol": "adsk", - "name": "autodesk inc" - }, - { - "cik": 1106215, - "symbol": "kddif", - "name": "kddi corp" - }, - { - "cik": 1051470, - "symbol": "cci", - "name": "crown castle international corp" - }, - { - "cik": 1326160, - "symbol": "dukb", - "name": "duke energy corp" - }, - { - "cik": 1329099, - "symbol": "bidu", - "name": "baidu inc" - }, - { - "cik": 1156375, - "symbol": "cme", - "name": "cme group inc" - }, - { - "cik": 895728, - "symbol": "enba", - "name": "enbridge inc" - }, - { - "cik": 310732, - "symbol": "bnpqf", - "name": "bnp paribas" - }, - { - "cik": 1445476, - "symbol": "hkxcf", - "name": "hong kong exchanges & clearing ltd" - }, - { - "cik": 9631, - "symbol": "bns", - "name": "bank of nova scotia" - }, - { - "cik": 49826, - "symbol": "itw", - "name": "illinois tool works inc" - }, - { - "cik": 1101239, - "symbol": "eqix", - "name": "equinix inc" - }, - { - "cik": 1571949, - "symbol": "ice", - "name": "intercontinental exchange inc" - }, - { - "cik": 92122, - "symbol": "soln", - "name": "southern co" - }, - { - "cik": 1110646, - "symbol": "ntes", - "name": "netease inc" - }, - { - "cik": 1446519, - "symbol": "dkilf", - "name": "daikin industries ltd" - }, - { - "cik": 92230, - "symbol": "tfc", - "name": "truist financial corp" - }, - { - "cik": 1420798, - "symbol": "rbgpf", - "name": "reckitt benckiser group plc" - }, - { - "cik": 1327811, - "symbol": "wday", - "name": "workday inc" - }, - { - "cik": 1650372, - "symbol": "team", - "name": "atlassian corp plc" - }, - { - "cik": 31462, - "symbol": "ecl", - "name": "ecolab inc" - }, - { - "cik": 875320, - "symbol": "vrtx", - "name": "vertex pharmaceuticals inc ma" - }, - { - "cik": 1639920, - "symbol": "spot", - "name": "spotify technology sa" - }, - { - "cik": 713676, - "symbol": "pnc", - "name": "pnc financial services group inc" - }, - { - "cik": 1689565, - "symbol": "pstvy", - "name": "postal savings bank of china co ltd adr" - }, - { - "cik": 1364012, - "symbol": "safrf", - "name": "safran sa" - }, - { - "cik": 1001085, - "symbol": "bam", - "name": "brookfield asset management inc" - }, - { - "cik": 715957, - "symbol": "drua", - "name": "dominion energy inc" - }, - { - "cik": 1447669, - "symbol": "twlo", - "name": "twilio inc" - }, - { - "cik": 1123360, - "symbol": "gpn", - "name": "global payments inc" - }, - { - "cik": 1124610, - "symbol": "vmw", - "name": "vmware inc" - }, - { - "cik": 702165, - "symbol": "nsc", - "name": "norfolk southern corp" - }, - { - "cik": 1467858, - "symbol": "gm", - "name": "general motors co" - }, - { - "cik": 2969, - "symbol": "apd", - "name": "air products & chemicals inc de" - }, - { - "cik": 62709, - "symbol": "mmc", - "name": "marsh & mclennan companies inc" - }, - { - "cik": 80661, - "symbol": "pgr", - "name": "progressive corp oh" - }, - { - "cik": 1395064, - "symbol": "tak", - "name": "takeda pharmaceutical co ltd" - }, - { - "cik": 1648416, - "symbol": "race", - "name": "ferrari nv" - }, - { - "cik": 1091587, - "symbol": "abb", - "name": "abb ltd" - }, - { - "cik": 67088, - "symbol": "mufg", - "name": "mitsubishi ufj financial group inc" - }, - { - "cik": 1132597, - "symbol": "itub", - "name": "itau unibanco holding sa" - }, - { - "cik": 1065198, - "symbol": "vcisf", - "name": "vinci fi" - }, - { - "cik": 860730, - "symbol": "hca", - "name": "hca healthcare inc" - }, - { - "cik": 1099800, - "symbol": "ew", - "name": "edwards lifesciences corp" - }, - { - "cik": 1450468, - "symbol": "mraaf", - "name": "murata manufacturing co ltd adr" - }, - { - "cik": 1436791, - "symbol": "ntoif", - "name": "neste oyj" - }, - { - "cik": 1571996, - "symbol": "dell", - "name": "dell technologies inc" - }, - { - "cik": 1110803, - "symbol": "ilmn", - "name": "illumina inc" - }, - { - "cik": 1443276, - "symbol": "toelf", - "name": "tokyo electron ltd" - }, - { - "cik": 891478, - "symbol": "san", - "name": "banco santander sa" - }, - { - "cik": 719245, - "symbol": "wbk", - "name": "westpac banking corp" - }, - { - "cik": 6281, - "symbol": "adi", - "name": "analog devices inc" - }, - { - "cik": 1140625, - "symbol": "eqnr", - "name": "equinor asa" - }, - { - "cik": 1059556, - "symbol": "mco", - "name": "moodys corp de" - }, - { - "cik": 1545460, - "symbol": "olclf", - "name": "oriental land co ltd adr" - }, - { - "cik": 1445470, - "symbol": "cuaef", - "name": "china shenhua energy co ltd" - }, - { - "cik": 1321655, - "symbol": "pltr", - "name": "palantir technologies inc" - }, - { - "cik": 872589, - "symbol": "regn", - "name": "regeneron pharmaceuticals inc" - }, - { - "cik": 29534, - "symbol": "dg", - "name": "dollar general corp" - }, - { - "cik": 1666700, - "symbol": "dd", - "name": "dupont de nemours inc" - }, - { - "cik": 49071, - "symbol": "hum", - "name": "humana inc" - }, - { - "cik": 1528541, - "symbol": "chpxf", - "name": "china pacific insurance (group) co ltd adr" - }, - { - "cik": 948401, - "symbol": "cfrhf", - "name": "compagnie financiere richemont ag fi" - }, - { - "cik": 899108, - "symbol": "pdrdf", - "name": "pernod ricard s a fi" - }, - { - "cik": 1690820, - "symbol": "cvna", - "name": "carvana co" - }, - { - "cik": 715153, - "symbol": "hmc", - "name": "honda motor co ltd" - }, - { - "cik": 823768, - "symbol": "wm", - "name": "waste management inc" - }, - { - "cik": 1682852, - "symbol": "mrna", - "name": "moderna inc" - }, - { - "cik": 1792789, - "symbol": "dash", - "name": "doordash inc" - }, - { - "cik": 1535527, - "symbol": "crwd", - "name": "crowdstrike holdings inc" - }, - { - "cik": 1610520, - "symbol": "ubs", - "name": "ubs group ag" - }, - { - "cik": 1133421, - "symbol": "noc", - "name": "northrop grumman corp de" - }, - { - "cik": 313216, - "symbol": "phg", - "name": "koninklijke philips nv" - }, - { - "cik": 1001838, - "symbol": "scco", - "name": "southern copper corp" - }, - { - "cik": 885725, - "symbol": "bsx", - "name": "boston scientific corp" - }, - { - "cik": 927971, - "symbol": "ygrn", - "name": "bank of montreal can" - }, - { - "cik": 315293, - "symbol": "aon", - "name": "aon plc" - }, - { - "cik": 1811414, - "symbol": "kcac", - "name": "quantumscape corp" - }, - { - "cik": 753762, - "symbol": "volaf", - "name": "aktiebolaget volvo publ" - }, - { - "cik": 1164727, - "symbol": "nem", - "name": "newmont corp de" - }, - { - "cik": 1565025, - "symbol": "abev", - "name": "ambev sa" - }, - { - "cik": 32604, - "symbol": "emr", - "name": "emerson electric co" - }, - { - "cik": 1387438, - "symbol": "eciff", - "name": "electricite de france sa" - }, - { - "cik": 1639825, - "symbol": "pton", - "name": "peloton interactive inc" - }, - { - "cik": 1446711, - "symbol": "lzagf", - "name": "lonza group ag" - }, - { - "cik": 1261333, - "symbol": "docu", - "name": "docusign inc" - }, - { - "cik": 1397187, - "symbol": "lulu", - "name": "lululemon athletica inc" - }, - { - "cik": 1810806, - "symbol": "u", - "name": "unity software inc" - }, - { - "cik": 865752, - "symbol": "mnst", - "name": "monster beverage corp" - }, - { - "cik": 1116578, - "symbol": "puk", - "name": "prudential plc" - }, - { - "cik": 929869, - "symbol": "relx", - "name": "relx plc" - }, - { - "cik": 1551182, - "symbol": "etn", - "name": "eaton corp plc" - }, - { - "cik": 1129137, - "symbol": "amov", - "name": "america movil sab de cv" - }, - { - "cik": 1103838, - "symbol": "ibn", - "name": "icici bank ltd" - }, - { - "cik": 1446596, - "symbol": "fanuf", - "name": "fanuc ltd" - }, - { - "cik": 16875, - "symbol": "cp", - "name": "canadian pacific railway ltd cn" - }, - { - "cik": 1671933, - "symbol": "ttd", - "name": "trade desk inc" - }, - { - "cik": 1222333, - "symbol": "gld", - "name": "spdr gold trust" - }, - { - "cik": 870016, - "symbol": "jarlf", - "name": "jardine matheson holdings ltd fi" - }, - { - "cik": 1330306, - "symbol": "vwsyf", - "name": "vestas wind systems a s" - }, - { - "cik": 1447011, - "symbol": "bkfcf", - "name": "bank of communications co ltd" - }, - { - "cik": 55785, - "symbol": "kmb", - "name": "kimberly clark corp" - }, - { - "cik": 1428439, - "symbol": "roku", - "name": "roku inc" - }, - { - "cik": 1393818, - "symbol": "bx", - "name": "blackstone group inc" - }, - { - "cik": 1506293, - "symbol": "pins", - "name": "pinterest inc" - }, - { - "cik": 1446598, - "symbol": "dnzof", - "name": "denso corp" - }, - { - "cik": 1160330, - "symbol": "bbdo", - "name": "bank bradesco" - }, - { - "cik": 1061219, - "symbol": "epd", - "name": "enterprise products partners lp" - }, - { - "cik": 1532383, - "symbol": "vnja", - "name": "vanjia corp" - }, - { - "cik": 1766502, - "symbol": "chwy", - "name": "chewy inc" - }, - { - "cik": 839923, - "symbol": "vod", - "name": "vodafone group public ltd co" - }, - { - "cik": 1413447, - "symbol": "nxpi", - "name": "nxp semiconductors nv" - }, - { - "cik": 1418135, - "symbol": "kdp", - "name": "keurig dr pepper inc" - }, - { - "cik": 1436381, - "symbol": "wfaff", - "name": "wesfarmers ltd" - }, - { - "cik": 1418091, - "symbol": "twtr", - "name": "twitter inc" - }, - { - "cik": 927628, - "symbol": "cof", - "name": "capital one financial corp" - }, - { - "cik": 1393052, - "symbol": "veev", - "name": "veeva systems inc" - }, - { - "cik": 1058290, - "symbol": "ctsh", - "name": "cognizant technology solutions corp" - }, - { - "cik": 882835, - "symbol": "rop", - "name": "roper technologies inc" - }, - { - "cik": 1805284, - "symbol": "rkt", - "name": "rocket companies inc" - }, - { - "cik": 1300514, - "symbol": "lvs", - "name": "las vegas sands corp" - }, - { - "cik": 1048515, - "symbol": "danoy", - "name": "groupe danone" - }, - { - "cik": 874716, - "symbol": "idxx", - "name": "idexx laboratories inc de" - }, - { - "cik": 1097149, - "symbol": "algn", - "name": "align technology inc" - }, - { - "cik": 1436793, - "symbol": "knyjf", - "name": "kone oyj" - }, - { - "cik": 1637459, - "symbol": "khc", - "name": "kraft heinz co" - }, - { - "cik": 40533, - "symbol": "gd", - "name": "general dynamics corp" - }, - { - "cik": 355363, - "symbol": "itocf", - "name": "itochu corp" - }, - { - "cik": 1095595, - "symbol": "ceo", - "name": "cnooc ltd" - }, - { - "cik": 1524684, - "symbol": "glcnf", - "name": "glencore plc adr" - }, - { - "cik": 1163165, - "symbol": "cop", - "name": "conocophillips" - }, - { - "cik": 1439584, - "symbol": "ldnxf", - "name": "london stock exchange group" - }, - { - "cik": 745732, - "symbol": "rost", - "name": "ross stores inc" - }, - { - "cik": 891103, - "symbol": "mtch", - "name": "match group inc" - }, - { - "cik": 1022837, - "symbol": "smfg", - "name": "sumitomo mitsui financial group inc" - }, - { - "cik": 1499620, - "symbol": "tal", - "name": "tal education group" - }, - { - "cik": 16918, - "symbol": "stz", - "name": "constellation brands inc" - }, - { - "cik": 1048286, - "symbol": "mar", - "name": "marriott international inc md" - }, - { - "cik": 1109357, - "symbol": "exc", - "name": "exelon corp" - }, - { - "cik": 1099219, - "symbol": "met", - "name": "metlife inc" - }, - { - "cik": 1393311, - "symbol": "psa", - "name": "public storage" - }, - { - "cik": 1751788, - "symbol": "dow", - "name": "dow inc" - }, - { - "cik": 712515, - "symbol": "ea", - "name": "electronic arts inc" - }, - { - "cik": 4904, - "symbol": "aeppz", - "name": "american electric power co inc" - }, - { - "cik": 10456, - "symbol": "bax", - "name": "baxter international inc" - }, - { - "cik": 1652630, - "symbol": "vnnvf", - "name": "vonovia se adr" - }, - { - "cik": 1448987, - "symbol": "ahchf", - "name": "anhui conch cement co ltd adr" - }, - { - "cik": 1004315, - "symbol": "ngg", - "name": "national grid plc" - }, - { - "cik": 756894, - "symbol": "gold", - "name": "barrick gold corp" - }, - { - "cik": 1058090, - "symbol": "cmg", - "name": "chipotle mexican grill inc" - }, - { - "cik": 319201, - "symbol": "klac", - "name": "kla corp" - }, - { - "cik": 1075124, - "symbol": "tri", - "name": "thomson reuters corp can" - }, - { - "cik": 883241, - "symbol": "snps", - "name": "synopsys inc" - }, - { - "cik": 717826, - "symbol": "eric", - "name": "ericsson lm telephone co" - }, - { - "cik": 1297996, - "symbol": "dlr", - "name": "digital realty trust inc" - }, - { - "cik": 1045520, - "symbol": "cm", - "name": "canadian imperial bank of commerce can" - }, - { - "cik": 202058, - "symbol": "lhx", - "name": "l3harris technologies inc de" - }, - { - "cik": 1385157, - "symbol": "tel", - "name": "te connectivity ltd" - }, - { - "cik": 1232384, - "symbol": "tcanf", - "name": "tc energy corp" - }, - { - "cik": 820313, - "symbol": "aph", - "name": "amphenol corp de" - }, - { - "cik": 1121631, - "symbol": "gvdbf", - "name": "givaudan sa fi" - }, - { - "cik": 718940, - "symbol": "bceff", - "name": "bce inc" - }, - { - "cik": 1396282, - "symbol": "hmrzf", - "name": "h&m hennes & mauritz ab" - }, - { - "cik": 875045, - "symbol": "biib", - "name": "biogen inc" - }, - { - "cik": 1575851, - "symbol": "sxyay", - "name": "sika ag adr" - }, - { - "cik": 879875, - "symbol": "jdshf", - "name": "jardine strategic holdings ltd fi" - }, - { - "cik": 813672, - "symbol": "cdns", - "name": "cadence design systems inc" - }, - { - "cik": 1660134, - "symbol": "okta", - "name": "okta inc" - }, - { - "cik": 827054, - "symbol": "mchp", - "name": "microchip technology inc" - }, - { - "cik": 1598014, - "symbol": "info", - "name": "ihs markit ltd" - }, - { - "cik": 96021, - "symbol": "syy", - "name": "sysco corp" - }, - { - "cik": 1032208, - "symbol": "sre", - "name": "sempra energy" - }, - { - "cik": 723254, - "symbol": "ctas", - "name": "cintas corp" - }, - { - "cik": 1408198, - "symbol": "msci", - "name": "msci inc" - }, - { - "cik": 1002242, - "symbol": "e", - "name": "eni spa" - }, - { - "cik": 1039765, - "symbol": "isg", - "name": "ing groep nv" - }, - { - "cik": 1536278, - "symbol": "gwllf", - "name": "great wall motor co limited adr" - }, - { - "cik": 1605484, - "symbol": "fcau", - "name": "fiat chrysler automobiles nv" - }, - { - "cik": 1384905, - "symbol": "rng", - "name": "ringcentral inc" - }, - { - "cik": 1327567, - "symbol": "panw", - "name": "palo alto networks inc" - }, - { - "cik": 1090872, - "symbol": "a", - "name": "agilent technologies inc" - }, - { - "cik": 1159204, - "symbol": "mtrjf", - "name": "mtr corp ltd" - }, - { - "cik": 40704, - "symbol": "gis", - "name": "general mills inc" - }, - { - "cik": 1279967, - "symbol": "crarf", - "name": "credit agricole s a" - }, - { - "cik": 1390777, - "symbol": "bk", - "name": "bank of new york mellon corp" - }, - { - "cik": 1057352, - "symbol": "csgp", - "name": "costar group inc" - }, - { - "cik": 1065088, - "symbol": "ebayl", - "name": "ebay inc" - }, - { - "cik": 743988, - "symbol": "xlnx", - "name": "xilinx inc" - }, - { - "cik": 1816007, - "symbol": "lu", - "name": "lufax holding ltd" - }, - { - "cik": 1060736, - "symbol": "sgen", - "name": "seagen inc" - }, - { - "cik": 831259, - "symbol": "fcx", - "name": "freeport-mcmoran inc" - }, - { - "cik": 1491703, - "symbol": "schyf", - "name": "sands china ltd adr" - }, - { - "cik": 37996, - "symbol": "f", - "name": "ford motor co" - }, - { - "cik": 1127055, - "symbol": "vivef", - "name": "vivendi" - }, - { - "cik": 72903, - "symbol": "xel", - "name": "xcel energy inc" - }, - { - "cik": 723531, - "symbol": "payx", - "name": "paychex inc" - }, - { - "cik": 86312, - "symbol": "trv", - "name": "travelers companies inc" - }, - { - "cik": 76334, - "symbol": "ph", - "name": "parker hannifin corp" - }, - { - "cik": 1554394, - "symbol": "lngpf", - "name": "longfor group holdings limited adr" - }, - { - "cik": 1466258, - "symbol": "tt", - "name": "trane technologies plc" - }, - { - "cik": 79879, - "symbol": "ppg", - "name": "ppg industries inc" - }, - { - "cik": 1093557, - "symbol": "dxcm", - "name": "dexcom inc" - }, - { - "cik": 1478242, - "symbol": "iqv", - "name": "iqvia holdings inc" - }, - { - "cik": 1618921, - "symbol": "wba", - "name": "walgreens boots alliance inc" - }, - { - "cik": 1561550, - "symbol": "ddog", - "name": "datadog inc" - }, - { - "cik": 1521332, - "symbol": "aptv", - "name": "aptiv plc" - }, - { - "cik": 1071739, - "symbol": "cnc", - "name": "centene corp" - }, - { - "cik": 899866, - "symbol": "alxn", - "name": "alexion pharmaceuticals inc" - }, - { - "cik": 1086888, - "symbol": "mfc", - "name": "manulife financial corp" - }, - { - "cik": 1087423, - "symbol": "rht", - "name": "red hat inc" - }, - { - "cik": 1113169, - "symbol": "trow", - "name": "price t rowe group inc" - }, - { - "cik": 932787, - "symbol": "stm", - "name": "stmicroelectronics nv" - }, - { - "cik": 849395, - "symbol": "crh", - "name": "crh public ltd co" - }, - { - "cik": 1617640, - "symbol": "z", - "name": "zillow group inc" - }, - { - "cik": 312069, - "symbol": "bcs", - "name": "barclays plc" - }, - { - "cik": 1448817, - "symbol": "ovchf", - "name": "oversea-chinese banking corp adr" - }, - { - "cik": 26172, - "symbol": "cmi", - "name": "cummins inc" - }, - { - "cik": 948696, - "symbol": "hcmlf", - "name": "lafargeholcim ltd adr" - }, - { - "cik": 833444, - "symbol": "jci", - "name": "johnson controls international plc" - }, - { - "cik": 1783180, - "symbol": "carr", - "name": "carrier global corp" - }, - { - "cik": 898173, - "symbol": "orly", - "name": "o reilly automotive inc" - }, - { - "cik": 1442145, - "symbol": "vrsk", - "name": "verisk analytics inc" - }, - { - "cik": 1495687, - "symbol": "chbjf", - "name": "china citic bank corp limited adr" - }, - { - "cik": 1800227, - "symbol": "iac", - "name": "iac interactivecorp" - }, - { - "cik": 1294325, - "symbol": "clpbf", - "name": "coloplast a s" - }, - { - "cik": 1260221, - "symbol": "tdg", - "name": "transdigm group inc" - }, - { - "cik": 1041061, - "symbol": "yum", - "name": "yum brands inc" - }, - { - "cik": 1453056, - "symbol": "cgmbf", - "name": "china minsheng banking corp ltd" - }, - { - "cik": 103379, - "symbol": "vfc", - "name": "v f corp" - }, - { - "cik": 842180, - "symbol": "bbva", - "name": "banco bilbao vizcaya argentaria sa" - }, - { - "cik": 899051, - "symbol": "all", - "name": "allstate corp" - }, - { - "cik": 1459580, - "symbol": "zijmf", - "name": "zijin mining group co ltd adr" - }, - { - "cik": 1627168, - "symbol": "pdypf", - "name": "paddy power plc adr" - }, - { - "cik": 1471055, - "symbol": "bsbr", - "name": "banco santander (brasil) sa" - }, - { - "cik": 1335730, - "symbol": "mfg", - "name": "mizuho financial group inc" - }, - { - "cik": 1810997, - "symbol": "xpev", - "name": "xpeng inc" - }, - { - "cik": 1502104, - "symbol": "amadf", - "name": "amadeus it group sa adr" - }, - { - "cik": 1160106, - "symbol": "lyg", - "name": "lloyds banking group plc" - }, - { - "cik": 5272, - "symbol": "aig", - "name": "american international group inc" - }, - { - "cik": 1058057, - "symbol": "mrvl", - "name": "marvell technology group ltd" - }, - { - "cik": 1744676, - "symbol": "tme", - "name": "tencent music entertainment group" - }, - { - "cik": 1167379, - "symbol": "alc", - "name": "alcon inc" - }, - { - "cik": 1038143, - "symbol": "oran", - "name": "orange" - }, - { - "cik": 1136869, - "symbol": "zbh", - "name": "zimmer biomet holdings inc" - }, - { - "cik": 1506307, - "symbol": "kmi", - "name": "kinder morgan inc" - }, - { - "cik": 47217, - "symbol": "hpq", - "name": "hp inc" - }, - { - "cik": 1013462, - "symbol": "anss", - "name": "ansys inc" - }, - { - "cik": 47111, - "symbol": "hsy", - "name": "hershey co" - }, - { - "cik": 1437147, - "symbol": "dboef", - "name": "deutsche boerse" - }, - { - "cik": 943819, - "symbol": "rmd", - "name": "resmed inc" - }, - { - "cik": 1034054, - "symbol": "sbac", - "name": "sba communications corp" - }, - { - "cik": 1060391, - "symbol": "rsg", - "name": "republic services inc" - }, - { - "cik": 1446672, - "symbol": "trumf", - "name": "terumo corp" - }, - { - "cik": 1359519, - "symbol": "svndf", - "name": "seven & i holdings co ltd" - }, - { - "cik": 9389, - "symbol": "bll", - "name": "ball corp" - }, - { - "cik": 4977, - "symbol": "afl", - "name": "aflac inc" - }, - { - "cik": 1802768, - "symbol": "rprx", - "name": "royalty pharma plc" - }, - { - "cik": 1132924, - "symbol": "cht", - "name": "chunghwa telecom co ltd" - }, - { - "cik": 1489393, - "symbol": "lyb", - "name": "lyondellbasell industries nv" - }, - { - "cik": 1159510, - "symbol": "cs", - "name": "credit suisse group ag" - }, - { - "cik": 1477449, - "symbol": "tdoc", - "name": "teladoc health inc" - }, - { - "cik": 87347, - "symbol": "slb", - "name": "schlumberger limited nv" - }, - { - "cik": 1339422, - "symbol": "rdsmy", - "name": "royal dsm nv" - }, - { - "cik": 1137774, - "symbol": "prs", - "name": "prudential financial inc" - }, - { - "cik": 1723690, - "symbol": "bili", - "name": "bilibili inc" - }, - { - "cik": 1534701, - "symbol": "psx", - "name": "phillips 66" - }, - { - "cik": 75362, - "symbol": "pcar", - "name": "paccar inc" - }, - { - "cik": 1411133, - "symbol": "kbcsf", - "name": "kbc group nv" - }, - { - "cik": 900075, - "symbol": "cprt", - "name": "copart inc" - }, - { - "cik": 1755672, - "symbol": "ctva", - "name": "corteva inc" - }, - { - "cik": 885834, - "symbol": "tscdf", - "name": "tesco plc fi" - }, - { - "cik": 1483994, - "symbol": "htht", - "name": "huazhu group ltd" - }, - { - "cik": 1024478, - "symbol": "rok", - "name": "rockwell automation inc" - }, - { - "cik": 93556, - "symbol": "swt", - "name": "stanley black & decker inc" - }, - { - "cik": 72741, - "symbol": "es", - "name": "eversource energy" - }, - { - "cik": 1353283, - "symbol": "splk", - "name": "splunk inc" - }, - { - "cik": 1123799, - "symbol": "wit", - "name": "wipro ltd" - }, - { - "cik": 1585689, - "symbol": "hlt", - "name": "hilton worldwide holdings inc" - }, - { - "cik": 788784, - "symbol": "peg", - "name": "public service enterprise group inc" - }, - { - "cik": 821189, - "symbol": "eog", - "name": "eog resources inc" - }, - { - "cik": 815556, - "symbol": "fast", - "name": "fastenal co" - }, - { - "cik": 68505, - "symbol": "msi", - "name": "motorola solutions inc" - }, - { - "cik": 1781335, - "symbol": "otis", - "name": "otis worldwide corp" - }, - { - "cik": 1454471, - "symbol": "crbjf", - "name": "china resources land ltd adr" - }, - { - "cik": 1616707, - "symbol": "w", - "name": "wayfair inc" - }, - { - "cik": 1095054, - "symbol": "unchf", - "name": "unicharm corp" - }, - { - "cik": 1474968, - "symbol": "gelyf", - "name": "geely automobile holdings limited adr" - }, - { - "cik": 783325, - "symbol": "wec", - "name": "wec energy group inc" - }, - { - "cik": 1791706, - "symbol": "li", - "name": "li auto inc" - }, - { - "cik": 1462886, - "symbol": "ctryf", - "name": "country garden holdings co ltd adr" - }, - { - "cik": 1446437, - "symbol": "yahof", - "name": "yahoo! japan corp" - }, - { - "cik": 1446390, - "symbol": "alpmf", - "name": "astellas pharma inc" - }, - { - "cik": 1713683, - "symbol": "zs", - "name": "zscaler inc" - }, - { - "cik": 1638747, - "symbol": "zldsf", - "name": "zalando se adr" - }, - { - "cik": 24741, - "symbol": "glw", - "name": "corning inc ny" - }, - { - "cik": 1444406, - "symbol": "ec", - "name": "ecopetrol sa" - }, - { - "cik": 1611983, - "symbol": "lbrdp", - "name": "liberty broadband corp" - }, - { - "cik": 1063761, - "symbol": "spg", - "name": "simon property group inc de" - }, - { - "cik": 939380, - "symbol": "rweoy", - "name": "rwe ag fi" - }, - { - "cik": 1017413, - "symbol": "cnq", - "name": "canadian natural resources ltd" - }, - { - "cik": 927653, - "symbol": "mck", - "name": "mckesson corp" - }, - { - "cik": 7084, - "symbol": "adm", - "name": "archer-daniels-midland co" - }, - { - "cik": 866787, - "symbol": "azo", - "name": "autozone inc" - }, - { - "cik": 1379235, - "symbol": "arzgf", - "name": "assicurazioni generali spa" - }, - { - "cik": 1037868, - "symbol": "ame", - "name": "ametek inc" - }, - { - "cik": 1451287, - "symbol": "khngf", - "name": "kuehne & nagel international ag adr" - }, - { - "cik": 1140536, - "symbol": "wltw", - "name": "willis towers watson plc" - }, - { - "cik": 1318220, - "symbol": "wcn", - "name": "waste connections inc" - }, - { - "cik": 1253493, - "symbol": "asazf", - "name": "assa abloy ab" - }, - { - "cik": 764478, - "symbol": "bby", - "name": "best buy co inc" - }, - { - "cik": 1410636, - "symbol": "awk", - "name": "american water works company inc" - }, - { - "cik": 1590955, - "symbol": "payc", - "name": "paycom software inc" - }, - { - "cik": 1037646, - "symbol": "mtd", - "name": "mettler toledo international inc" - }, - { - "cik": 92380, - "symbol": "luv", - "name": "southwest airlines co" - }, - { - "cik": 908937, - "symbol": "siri", - "name": "sirius xm holdings inc" - }, - { - "cik": 1725964, - "symbol": "ntr", - "name": "nutrien ltd" - }, - { - "cik": 1393612, - "symbol": "dfs", - "name": "discover financial services" - }, - { - "cik": 14693, - "symbol": "bfa", - "name": "brown forman corp" - }, - { - "cik": 1477333, - "symbol": "net", - "name": "cloudflare inc" - }, - { - "cik": 1745431, - "symbol": "stne", - "name": "stoneco ltd" - }, - { - "cik": 882184, - "symbol": "dhi", - "name": "horton d r inc de" - }, - { - "cik": 1334687, - "symbol": "cjprf", - "name": "central japan railway co" - }, - { - "cik": 1061736, - "symbol": "fmx", - "name": "mexican economic development inc" - }, - { - "cik": 766704, - "symbol": "well", - "name": "welltower inc" - }, - { - "cik": 1434265, - "symbol": "gmab", - "name": "genmab a s" - }, - { - "cik": 1637120, - "symbol": "ckhuf", - "name": "ck hutchison holdings limited adr" - }, - { - "cik": 1385867, - "symbol": "coup", - "name": "coupa software inc" - }, - { - "cik": 1158089, - "symbol": "gctaf", - "name": "gamesa s a fi" - }, - { - "cik": 844150, - "symbol": "rbs", - "name": "natwest group plc" - }, - { - "cik": 1381197, - "symbol": "ibkr", - "name": "interactive brokers group inc" - }, - { - "cik": 1595085, - "symbol": "egrnf", - "name": "china evergrande group adr" - }, - { - "cik": 1510295, - "symbol": "mpc", - "name": "marathon petroleum corp" - }, - { - "cik": 935703, - "symbol": "dltr", - "name": "dollar tree inc" - }, - { - "cik": 48465, - "symbol": "hrl", - "name": "hormel foods corp de" - }, - { - "cik": 868675, - "symbol": "tu", - "name": "telus corp" - }, - { - "cik": 21076, - "symbol": "clx", - "name": "clorox co de" - }, - { - "cik": 1097362, - "symbol": "slf", - "name": "sun life financial inc" - }, - { - "cik": 1300175, - "symbol": "aonnf", - "name": "aeon co ltd" - }, - { - "cik": 311337, - "symbol": "su", - "name": "suncor energy inc" - }, - { - "cik": 107263, - "symbol": "wmb", - "name": "williams companies inc" - }, - { - "cik": 106535, - "symbol": "wy", - "name": "weyerhaeuser co" - }, - { - "cik": 1370637, - "symbol": "etsy", - "name": "etsy inc" - }, - { - "cik": 27904, - "symbol": "dal", - "name": "delta air lines inc" - }, - { - "cik": 4127, - "symbol": "swks", - "name": "skyworks solutions inc" - }, - { - "cik": 63754, - "symbol": "mkc", - "name": "mccormick & co inc" - }, - { - "cik": 93751, - "symbol": "stt", - "name": "state street corp" - }, - { - "cik": 1764925, - "symbol": "work", - "name": "slack technologies inc" - }, - { - "cik": 1262039, - "symbol": "ftnt", - "name": "fortinet inc" - }, - { - "cik": 1004980, - "symbol": "pcgu", - "name": "pg&e corp" - }, - { - "cik": 1014473, - "symbol": "vrsn", - "name": "verisign inc ca" - }, - { - "cik": 1456346, - "symbol": "fnv", - "name": "franco nevada corp" - }, - { - "cik": 1243429, - "symbol": "mt", - "name": "arcelormittal" - }, - { - "cik": 920760, - "symbol": "len", - "name": "lennar corp new" - }, - { - "cik": 1041130, - "symbol": "dia", - "name": "spdr dow jones industrial average etf trust" - }, - { - "cik": 1776985, - "symbol": "bntx", - "name": "biontech se" - }, - { - "cik": 1012037, - "symbol": "codgf", - "name": "compagnie de saint gobain" - }, - { - "cik": 908829, - "symbol": "peugf", - "name": "peugeot s a fi" - }, - { - "cik": 1333141, - "symbol": "fms", - "name": "fresenius medical care ag & co kgaa" - }, - { - "cik": 1673358, - "symbol": "yumc", - "name": "yum china holdings inc" - }, - { - "cik": 1601046, - "symbol": "keys", - "name": "keysight technologies inc" - }, - { - "cik": 1093028, - "symbol": "ejprf", - "name": "east japan railway co fi" - }, - { - "cik": 1130894, - "symbol": "tyidf", - "name": "toyota industries corp fi" - }, - { - "cik": 1441816, - "symbol": "mdb", - "name": "mongodb inc" - }, - { - "cik": 354190, - "symbol": "ajg", - "name": "arthur j gallagher & co" - }, - { - "cik": 1084656, - "symbol": "capmf", - "name": "cap gemini sa" - }, - { - "cik": 1035443, - "symbol": "are", - "name": "alexandria real estate equities inc" - }, - { - "cik": 804753, - "symbol": "cern", - "name": "cerner corp" - }, - { - "cik": 1544613, - "symbol": "otskf", - "name": "otsuka holdings co ltd adr" - }, - { - "cik": 1517231, - "symbol": "ssmxf", - "name": "sysmex corporation adr" - }, - { - "cik": 1513845, - "symbol": "yndx", - "name": "yandex nv" - }, - { - "cik": 1263521, - "symbol": "szkmf", - "name": "suzuki motor corp" - }, - { - "cik": 33185, - "symbol": "efx", - "name": "equifax inc" - }, - { - "cik": 1132979, - "symbol": "frc", - "name": "first republic bank" - }, - { - "cik": 56873, - "symbol": "kr", - "name": "kroger co" - }, - { - "cik": 1001807, - "symbol": "tlk", - "name": "perusahaan perseroan persero pt telekomunikasi indonesia tbk" - }, - { - "cik": 1651308, - "symbol": "bgne", - "name": "beigene ltd" - }, - { - "cik": 733099, - "symbol": "rci", - "name": "rogers communications inc" - }, - { - "cik": 1047862, - "symbol": "ed", - "name": "consolidated edison inc" - }, - { - "cik": 878927, - "symbol": "odfl", - "name": "old dominion freight line inc" - }, - { - "cik": 946581, - "symbol": "ttwo", - "name": "take two interactive software inc" - }, - { - "cik": 827052, - "symbol": "eix", - "name": "edison international" - }, - { - "cik": 896076, - "symbol": "mgddf", - "name": "michelin compagnie generale des etablissements michelin fi" - }, - { - "cik": 936958, - "symbol": "mdy", - "name": "spdr s&p midcap 400 etf trust" - }, - { - "cik": 743316, - "symbol": "mxim", - "name": "maxim integrated products inc" - }, - { - "cik": 1659166, - "symbol": "ftv", - "name": "fortive corp" - }, - { - "cik": 936340, - "symbol": "dtp", - "name": "dte energy co" - }, - { - "cik": 1436647, - "symbol": "cabhf", - "name": "carlsberg as" - }, - { - "cik": 1436778, - "symbol": "saxpf", - "name": "sampo oyj" - }, - { - "cik": 1121788, - "symbol": "grmn", - "name": "garmin ltd" - }, - { - "cik": 100493, - "symbol": "tsn", - "name": "tyson foods inc" - }, - { - "cik": 1191255, - "symbol": "cha", - "name": "china telecom corp ltd" - }, - { - "cik": 1404912, - "symbol": "kkr", - "name": "kkr & co inc" - }, - { - "cik": 1175454, - "symbol": "flt", - "name": "fleetcor technologies inc" - }, - { - "cik": 1552000, - "symbol": "mplxp", - "name": "mplx lp" - }, - { - "cik": 1463101, - "symbol": "enph", - "name": "enphase energy inc" - }, - { - "cik": 1787425, - "symbol": "xp", - "name": "xp inc" - }, - { - "cik": 1159508, - "symbol": "dzz", - "name": "deutsche bank aktiengesellschaft" - }, - { - "cik": 915912, - "symbol": "avb", - "name": "avalonbay communities inc" - }, - { - "cik": 1740915, - "symbol": "ftch", - "name": "farfetch ltd" - }, - { - "cik": 277135, - "symbol": "gww", - "name": "ww grainger inc" - }, - { - "cik": 1069347, - "symbol": "sgsof", - "name": "sgs societe generale de surveillance holding sa fi" - }, - { - "cik": 1596532, - "symbol": "anet", - "name": "arista networks inc" - }, - { - "cik": 1701605, - "symbol": "bkr", - "name": "baker hughes co" - }, - { - "cik": 1035002, - "symbol": "vlo", - "name": "valero energy corp tx" - }, - { - "cik": 1179029, - "symbol": "gberf", - "name": "geberit ag" - }, - { - "cik": 815097, - "symbol": "ccl", - "name": "carnival corp" - }, - { - "cik": 1269920, - "symbol": "gasnf", - "name": "gas natural sdg sa" - }, - { - "cik": 820027, - "symbol": "amp", - "name": "ameriprise financial inc" - }, - { - "cik": 1640117, - "symbol": "shmdf", - "name": "shimano inc adr" - }, - { - "cik": 1278021, - "symbol": "mktx", - "name": "marketaxess holdings inc" - }, - { - "cik": 1553473, - "symbol": "htngf", - "name": "haitong securities co ltd adr" - }, - { - "cik": 1179493, - "symbol": "nuraf", - "name": "nomura research institute ltd" - }, - { - "cik": 924613, - "symbol": "nok", - "name": "nokia corp" - }, - { - "cik": 813828, - "symbol": "viaca", - "name": "viacomcbs inc" - }, - { - "cik": 906107, - "symbol": "eqr", - "name": "equity residential" - }, - { - "cik": 313927, - "symbol": "chd", - "name": "church & dwight co inc de" - }, - { - "cik": 726728, - "symbol": "o", - "name": "realty income corp" - }, - { - "cik": 1124140, - "symbol": "exas", - "name": "exact sciences corp" - }, - { - "cik": 1038683, - "symbol": "ryaay", - "name": "ryanair holdings plc" - }, - { - "cik": 1792044, - "symbol": "vtrs", - "name": "viatris inc" - }, - { - "cik": 1120193, - "symbol": "ndaq", - "name": "nasdaq inc" - }, - { - "cik": 1450346, - "symbol": "poahf", - "name": "porsche automobil holding se adr" - }, - { - "cik": 55067, - "symbol": "k", - "name": "kellogg co" - }, - { - "cik": 1138118, - "symbol": "cbre", - "name": "cbre group inc" - }, - { - "cik": 895564, - "symbol": "baesf", - "name": "bae systems plc fi" - }, - { - "cik": 105770, - "symbol": "wst", - "name": "west pharmaceutical services inc" - }, - { - "cik": 1650107, - "symbol": "ccep", - "name": "coca-cola european partners plc" - }, - { - "cik": 850918, - "symbol": "gwlof", - "name": "great-west lifeco inc" - }, - { - "cik": 1518258, - "symbol": "ashtf", - "name": "ashtead group plc adr" - }, - { - "cik": 1446641, - "symbol": "mtsff", - "name": "mitsui fudosan co ltd" - }, - { - "cik": 16988, - "symbol": "caj", - "name": "canon inc" - }, - { - "cik": 1436740, - "symbol": "fojcf", - "name": "fortum oyj" - }, - { - "cik": 814052, - "symbol": "tef", - "name": "telefonica s a" - }, - { - "cik": 1772757, - "symbol": "dkngz", - "name": "draftkings inc" - }, - { - "cik": 1445156, - "symbol": "ztcof", - "name": "zte corp" - }, - { - "cik": 1702780, - "symbol": "atus", - "name": "altice usa inc" - }, - { - "cik": 1061574, - "symbol": "gib", - "name": "cgi inc" - }, - { - "cik": 877212, - "symbol": "zbra", - "name": "zebra technologies corp" - }, - { - "cik": 922224, - "symbol": "ppx", - "name": "ppl corp" - }, - { - "cik": 3124, - "symbol": "akzof", - "name": "akzo nobel nv" - }, - { - "cik": 1033767, - "symbol": "umc", - "name": "united microelectronics corp" - }, - { - "cik": 1438571, - "symbol": "frrvf", - "name": "cintra concesiones de infraestructuras" - }, - { - "cik": 84839, - "symbol": "rol", - "name": "rollins inc" - }, - { - "cik": 1352010, - "symbol": "epam", - "name": "epam systems inc" - }, - { - "cik": 749098, - "symbol": "mga", - "name": "magna international inc" - }, - { - "cik": 920148, - "symbol": "lh", - "name": "laboratory corp of america holdings" - }, - { - "cik": 1448613, - "symbol": "svnlf", - "name": "svenska handelsbanken ab" - }, - { - "cik": 1140859, - "symbol": "abc", - "name": "amerisourcebergen corp" - }, - { - "cik": 1290640, - "symbol": "ucbjf", - "name": "ucb sa" - }, - { - "cik": 97210, - "symbol": "ter", - "name": "teradyne inc" - }, - { - "cik": 1550635, - "symbol": "cghof", - "name": "china gas holdings ltd adr" - }, - { - "cik": 1269238, - "symbol": "tcom", - "name": "tripcom group ltd" - }, - { - "cik": 1450682, - "symbol": "tlpff", - "name": "teleperformance sa adr" - }, - { - "cik": 51434, - "symbol": "ip", - "name": "international paper co new" - }, - { - "cik": 1601712, - "symbol": "syf", - "name": "synchrony financial" - }, - { - "cik": 1809122, - "symbol": "cvac", - "name": "curevac nv" - }, - { - "cik": 889132, - "symbol": "pkx", - "name": "posco" - }, - { - "cik": 1072670, - "symbol": "imbbf", - "name": "imperial tobacco group plc" - }, - { - "cik": 879169, - "symbol": "incy", - "name": "incyte corp" - }, - { - "cik": 65984, - "symbol": "etr", - "name": "entergy corp de" - }, - { - "cik": 1404655, - "symbol": "hubs", - "name": "hubspot inc" - }, - { - "cik": 859737, - "symbol": "holx", - "name": "hologic inc" - }, - { - "cik": 35527, - "symbol": "fitbp", - "name": "fifth third bancorp" - }, - { - "cik": 1319161, - "symbol": "wmg", - "name": "warner music group corp" - }, - { - "cik": 1454175, - "symbol": "fandf", - "name": "firstrand ltd adr" - }, - { - "cik": 1722401, - "symbol": "thlef", - "name": "thales sa adr" - }, - { - "cik": 719739, - "symbol": "sivbp", - "name": "svb financial group" - }, - { - "cik": 1699150, - "symbol": "ir", - "name": "ingersoll rand inc" - }, - { - "cik": 1666175, - "symbol": "fts", - "name": "fortis inc" - }, - { - "cik": 1396009, - "symbol": "vmc", - "name": "vulcan materials co" - }, - { - "cik": 1002910, - "symbol": "aee", - "name": "ameren corp" - }, - { - "cik": 1809519, - "symbol": "gdrx", - "name": "goodrx holdings inc" - }, - { - "cik": 73124, - "symbol": "ntrso", - "name": "northern trust corp" - }, - { - "cik": 1552033, - "symbol": "tru", - "name": "transunion" - }, - { - "cik": 1604982, - "symbol": "sbmff", - "name": "sino biopharmaceutical limited adr" - }, - { - "cik": 1015922, - "symbol": "chkp", - "name": "check point software technologies ltd" - }, - { - "cik": 1402057, - "symbol": "cdw", - "name": "cdw corp" - }, - { - "cik": 1323404, - "symbol": "wpm", - "name": "wheaton precious metals corp" - }, - { - "cik": 1604778, - "symbol": "qrvo", - "name": "qorvo inc" - }, - { - "cik": 1070304, - "symbol": "ix", - "name": "orix corp" - }, - { - "cik": 1618756, - "symbol": "qsr", - "name": "restaurant brands international inc" - }, - { - "cik": 96943, - "symbol": "tfx", - "name": "teleflex inc" - }, - { - "cik": 1764046, - "symbol": "ccc", - "name": "clarivate plc" - }, - { - "cik": 740260, - "symbol": "vtr", - "name": "ventas inc" - }, - { - "cik": 54480, - "symbol": "ksu", - "name": "kansas city southern" - }, - { - "cik": 1402436, - "symbol": "ssnc", - "name": "ss&c technologies holdings inc" - }, - { - "cik": 1452191, - "symbol": "weicf", - "name": "weichai power co ltd adr" - }, - { - "cik": 1794515, - "symbol": "zi", - "name": "zoominfo technologies inc" - }, - { - "cik": 1748790, - "symbol": "amcr", - "name": "amcor plc" - }, - { - "cik": 1712807, - "symbol": "pags", - "name": "pagseguro digital ltd" - }, - { - "cik": 1437771, - "symbol": "snmrf", - "name": "snam rete gas spa" - }, - { - "cik": 1524472, - "symbol": "xyl", - "name": "xylem inc" - }, - { - "cik": 1444718, - "symbol": "syief", - "name": "symrise ag" - }, - { - "cik": 845982, - "symbol": "snn", - "name": "smith & nephew plc" - }, - { - "cik": 1526125, - "symbol": "gds", - "name": "gds holdings ltd" - }, - { - "cik": 1038357, - "symbol": "pxd", - "name": "pioneer natural resources co" - }, - { - "cik": 29905, - "symbol": "dov", - "name": "dover corp" - }, - { - "cik": 860731, - "symbol": "tyl", - "name": "tyler technologies inc" - }, - { - "cik": 1511737, - "symbol": "ui", - "name": "ubiquiti inc" - }, - { - "cik": 23217, - "symbol": "cag", - "name": "conagra brands inc" - }, - { - "cik": 1438569, - "symbol": "grfs", - "name": "grifols sa" - }, - { - "cik": 1445161, - "symbol": "cicof", - "name": "cosco shipping holdings co ltd adr" - }, - { - "cik": 916365, - "symbol": "tsco", - "name": "tractor supply co de" - }, - { - "cik": 1113866, - "symbol": "chu", - "name": "china unicom (hong kong) ltd" - }, - { - "cik": 1529192, - "symbol": "vips", - "name": "vipshop holdings ltd" - }, - { - "cik": 1276187, - "symbol": "et", - "name": "energy transfer lp" - }, - { - "cik": 1324424, - "symbol": "expe", - "name": "expedia group inc" - }, - { - "cik": 1645113, - "symbol": "nvcr", - "name": "novocure ltd" - }, - { - "cik": 12208, - "symbol": "bio", - "name": "bio-rad laboratories inc" - }, - { - "cik": 1086222, - "symbol": "akam", - "name": "akamai technologies inc" - }, - { - "cik": 711404, - "symbol": "coo", - "name": "cooper companies inc" - }, - { - "cik": 1596783, - "symbol": "ctlt", - "name": "catalent inc" - }, - { - "cik": 1246135, - "symbol": "rnecf", - "name": "nec electronics corp" - }, - { - "cik": 1278680, - "symbol": "iau", - "name": "ishares gold trust" - }, - { - "cik": 1383312, - "symbol": "br", - "name": "broadridge financial solutions inc" - }, - { - "cik": 1039684, - "symbol": "oke", - "name": "oneok inc new" - }, - { - "cik": 2809, - "symbol": "aem", - "name": "agnico eagle mines ltd" - }, - { - "cik": 874766, - "symbol": "hgh", - "name": "hartford financial services group inc" - }, - { - "cik": 916076, - "symbol": "mlm", - "name": "martin marietta materials inc" - }, - { - "cik": 1577526, - "symbol": "ai", - "name": "c3ai inc" - }, - { - "cik": 1003935, - "symbol": "nice", - "name": "nice ltd" - }, - { - "cik": 45012, - "symbol": "hal", - "name": "halliburton co" - }, - { - "cik": 1159152, - "symbol": "jhx", - "name": "james hardie industries plc" - }, - { - "cik": 1281721, - "symbol": "sgiof", - "name": "shionogi & co ltd" - }, - { - "cik": 1145197, - "symbol": "podd", - "name": "insulet corp" - }, - { - "cik": 1463172, - "symbol": "zen", - "name": "zendesk inc" - }, - { - "cik": 1169870, - "symbol": "tlsnf", - "name": "telia co ab" - }, - { - "cik": 1567094, - "symbol": "cnhi", - "name": "cnh industrial nv" - }, - { - "cik": 864749, - "symbol": "trmb", - "name": "trimble inc" - }, - { - "cik": 1062066, - "symbol": "aomff", - "name": "alstom" - }, - { - "cik": 1419612, - "symbol": "sedg", - "name": "solaredge technologies inc" - }, - { - "cik": 811156, - "symbol": "cmsd", - "name": "cms energy corp" - }, - { - "cik": 1383650, - "symbol": "cqp", - "name": "cheniere energy partners lp" - }, - { - "cik": 46619, - "symbol": "hei", - "name": "heico corp" - }, - { - "cik": 1446747, - "symbol": "ppccf", - "name": "picc property & casualty co ltd" - }, - { - "cik": 1067701, - "symbol": "uri", - "name": "united rentals inc" - }, - { - "cik": 1137789, - "symbol": "stx", - "name": "seagate technology plc" - }, - { - "cik": 877890, - "symbol": "ctxs", - "name": "citrix systems inc" - }, - { - "cik": 1022079, - "symbol": "dgx", - "name": "quest diagnostics inc" - }, - { - "cik": 1579298, - "symbol": "burl", - "name": "burlington stores inc" - }, - { - "cik": 1687229, - "symbol": "invh", - "name": "invitation homes inc" - }, - { - "cik": 1031296, - "symbol": "fe", - "name": "firstenergy corp" - }, - { - "cik": 1449594, - "symbol": "whlkf", - "name": "wheelock & co ltd" - }, - { - "cik": 1032975, - "symbol": "logi", - "name": "logitech international sa" - }, - { - "cik": 1754301, - "symbol": "fox", - "name": "fox corp" - }, - { - "cik": 1131345, - "symbol": "nvzmf", - "name": "novozymes as fi" - }, - { - "cik": 1770787, - "symbol": "txg", - "name": "10x genomics inc" - }, - { - "cik": 1450681, - "symbol": "sonvf", - "name": "sonova holding ag adr" - }, - { - "cik": 1560385, - "symbol": "batrk", - "name": "liberty media corp" - }, - { - "cik": 1178670, - "symbol": "alny", - "name": "alnylam pharmaceuticals inc" - }, - { - "cik": 1048477, - "symbol": "bmrn", - "name": "biomarin pharmaceutical inc" - }, - { - "cik": 746515, - "symbol": "expd", - "name": "expeditors international of washington inc" - }, - { - "cik": 73309, - "symbol": "nue", - "name": "nucor corp" - }, - { - "cik": 1725057, - "symbol": "cday", - "name": "ceridian hcm holding inc" - }, - { - "cik": 1015650, - "symbol": "skm", - "name": "sk telecom co ltd" - }, - { - "cik": 4447, - "symbol": "hes", - "name": "hess corp" - }, - { - "cik": 765880, - "symbol": "peak", - "name": "healthpeak properties inc" - }, - { - "cik": 1280452, - "symbol": "mpwr", - "name": "monolithic power systems inc" - }, - { - "cik": 203527, - "symbol": "var", - "name": "varian medical systems inc" - }, - { - "cik": 98246, - "symbol": "tif", - "name": "tiffany & co" - }, - { - "cik": 1445930, - "symbol": "kb", - "name": "kb financial group inc" - }, - { - "cik": 912593, - "symbol": "sui", - "name": "sun communities inc" - }, - { - "cik": 800364, - "symbol": "fujhf", - "name": "fuji heavy industries ltd fi" - }, - { - "cik": 1722482, - "symbol": "avtr", - "name": "avantor inc" - }, - { - "cik": 797468, - "symbol": "oxy", - "name": "occidental petroleum corp de" - }, - { - "cik": 721371, - "symbol": "cah", - "name": "cardinal health inc" - }, - { - "cik": 1759509, - "symbol": "lyft", - "name": "lyft inc" - }, - { - "cik": 1286681, - "symbol": "dpz", - "name": "dominos pizza inc" - }, - { - "cik": 1163653, - "symbol": "nmr", - "name": "nomura holdings inc" - }, - { - "cik": 31791, - "symbol": "pki", - "name": "perkinelmer inc" - }, - { - "cik": 906163, - "symbol": "nvr", - "name": "nvr inc" - }, - { - "cik": 884887, - "symbol": "rcl", - "name": "royal caribbean cruises ltd" - }, - { - "cik": 1757898, - "symbol": "ste", - "name": "steris plc" - }, - { - "cik": 940944, - "symbol": "dri", - "name": "darden restaurants inc" - }, - { - "cik": 1535628, - "symbol": "cixpf", - "name": "caixabank adr" - }, - { - "cik": 915913, - "symbol": "alb", - "name": "albemarle corp" - }, - { - "cik": 1348036, - "symbol": "avlr", - "name": "avalara inc" - }, - { - "cik": 36270, - "symbol": "mtb", - "name": "m&t bank corp" - }, - { - "cik": 1454948, - "symbol": "xngsf", - "name": "enn energy holdings ltd adr" - }, - { - "cik": 1590895, - "symbol": "eri", - "name": "caesars entertainment inc" - }, - { - "cik": 1263043, - "symbol": "shg", - "name": "shinhan financial group co ltd" - }, - { - "cik": 887225, - "symbol": "kep", - "name": "korea electric power corp" - }, - { - "cik": 91576, - "symbol": "key", - "name": "keycorp new" - }, - { - "cik": 1335258, - "symbol": "lyv", - "name": "live nation entertainment inc" - }, - { - "cik": 1564406, - "symbol": "osh", - "name": "oak street health inc" - }, - { - "cik": 1125259, - "symbol": "cuk", - "name": "carnival plc" - }, - { - "cik": 920522, - "symbol": "ess", - "name": "essex property trust inc" - }, - { - "cik": 1000697, - "symbol": "wat", - "name": "waters corp de" - }, - { - "cik": 940821, - "symbol": "ophlf", - "name": "ono pharmaceutical co ltd" - }, - { - "cik": 1306830, - "symbol": "ce", - "name": "celanese corp" - }, - { - "cik": 1001082, - "symbol": "dish", - "name": "dish network corp" - }, - { - "cik": 874761, - "symbol": "aes", - "name": "aes corp" - }, - { - "cik": 1436965, - "symbol": "cwycf", - "name": "china railway construction corp ltd" - }, - { - "cik": 1170010, - "symbol": "kmx", - "name": "carmax inc" - }, - { - "cik": 1576789, - "symbol": "wix", - "name": "wixcom ltd" - }, - { - "cik": 106040, - "symbol": "wdc", - "name": "western digital corp" - }, - { - "cik": 1822250, - "symbol": "wish", - "name": "contextlogic inc" - }, - { - "cik": 909327, - "symbol": "suz", - "name": "suzano sa" - }, - { - "cik": 1492426, - "symbol": "hznp", - "name": "horizon therapeutics public ltd co" - }, - { - "cik": 1645590, - "symbol": "hpe", - "name": "hewlett packard enterprise co" - }, - { - "cik": 814547, - "symbol": "fico", - "name": "fair isaac corp" - }, - { - "cik": 789570, - "symbol": "mgm", - "name": "mgm resorts international" - }, - { - "cik": 1403568, - "symbol": "ulta", - "name": "ulta beauty inc" - }, - { - "cik": 1066119, - "symbol": "viv", - "name": "telefonica brasil sa" - }, - { - "cik": 1758730, - "symbol": "tw", - "name": "tradeweb markets inc" - }, - { - "cik": 1289490, - "symbol": "exr", - "name": "extra space storage inc" - }, - { - "cik": 1400691, - "symbol": "hlbzf", - "name": "heidelbergcement ag" - }, - { - "cik": 832101, - "symbol": "iex", - "name": "idex corp de" - }, - { - "cik": 921738, - "symbol": "penn", - "name": "penn national gaming inc" - }, - { - "cik": 945841, - "symbol": "pool", - "name": "pool corp" - }, - { - "cik": 1093691, - "symbol": "plug", - "name": "plug power inc" - }, - { - "cik": 1281761, - "symbol": "rf", - "name": "regions financial corp" - }, - { - "cik": 62996, - "symbol": "mas", - "name": "masco corp de" - }, - { - "cik": 1002047, - "symbol": "ntap", - "name": "netapp inc" - }, - { - "cik": 728535, - "symbol": "jbht", - "name": "hunt j b transport services inc" - }, - { - "cik": 72127, - "symbol": "nipnf", - "name": "nec corp" - }, - { - "cik": 37785, - "symbol": "fmc", - "name": "fmc corp" - }, - { - "cik": 1406234, - "symbol": "bip", - "name": "brookfield infrastructure partners lp" - }, - { - "cik": 937556, - "symbol": "masi", - "name": "masimo corp" - }, - { - "cik": 783280, - "symbol": "dre", - "name": "duke realty corp" - }, - { - "cik": 759944, - "symbol": "cfg", - "name": "citizens financial group inc ri" - }, - { - "cik": 1437775, - "symbol": "atasf", - "name": "atlantia spa" - }, - { - "cik": 1336920, - "symbol": "ldos", - "name": "leidos holdings inc" - }, - { - "cik": 1446597, - "symbol": "dqjcf", - "name": "don quijote holdings co ltd" - }, - { - "cik": 1527249, - "symbol": "prdsf", - "name": "prada spa adr" - }, - { - "cik": 3570, - "symbol": "lng", - "name": "cheniere energy inc" - }, - { - "cik": 1697862, - "symbol": "argx", - "name": "argenx se" - }, - { - "cik": 16732, - "symbol": "cpb", - "name": "campbell soup co" - }, - { - "cik": 1037540, - "symbol": "bxp", - "name": "boston properties inc" - }, - { - "cik": 1448985, - "symbol": "cccgf", - "name": "china communications construction co" - }, - { - "cik": 1609711, - "symbol": "gddy", - "name": "godaddy inc" - }, - { - "cik": 1438844, - "symbol": "swsdf", - "name": "swiss life holding" - }, - { - "cik": 912595, - "symbol": "maa", - "name": "mid america apartment communities inc" - }, - { - "cik": 1474735, - "symbol": "gnrc", - "name": "generac holdings inc" - }, - { - "cik": 1739104, - "symbol": "elat", - "name": "elanco animal health inc" - }, - { - "cik": 40987, - "symbol": "gpc", - "name": "genuine parts co" - }, - { - "cik": 1581671, - "symbol": "ednmf", - "name": "edenred adr" - }, - { - "cik": 873303, - "symbol": "srpt", - "name": "sarepta therapeutics inc" - }, - { - "cik": 851205, - "symbol": "cgnx", - "name": "cognex corp" - }, - { - "cik": 947484, - "symbol": "acglo", - "name": "arch capital group ltd" - }, - { - "cik": 857005, - "symbol": "ptc", - "name": "ptc inc" - }, - { - "cik": 1445159, - "symbol": "hrelf", - "name": "haier electronics group co ltd adr" - }, - { - "cik": 1094285, - "symbol": "tdy", - "name": "teledyne technologies inc" - }, - { - "cik": 749251, - "symbol": "it", - "name": "gartner inc" - }, - { - "cik": 1627014, - "symbol": "bki", - "name": "black knight inc" - }, - { - "cik": 1705696, - "symbol": "vici", - "name": "vici properties inc" - }, - { - "cik": 1707753, - "symbol": "estc", - "name": "elastic nv" - }, - { - "cik": 52988, - "symbol": "j", - "name": "jacobs engineering group inc de" - }, - { - "cik": 1634997, - "symbol": "agr", - "name": "avangrid inc" - }, - { - "cik": 943452, - "symbol": "wab", - "name": "westinghouse air brake technologies corp" - }, - { - "cik": 1469367, - "symbol": "run", - "name": "sunrun inc" - }, - { - "cik": 915389, - "symbol": "emn", - "name": "eastman chemical co" - }, - { - "cik": 1690981, - "symbol": "nngpf", - "name": "nn group nv adr" - }, - { - "cik": 815094, - "symbol": "abmd", - "name": "abiomed inc" - }, - { - "cik": 1570585, - "symbol": "lbtyb", - "name": "liberty global plc" - }, - { - "cik": 1576280, - "symbol": "gh", - "name": "guardant health inc" - }, - { - "cik": 1438845, - "symbol": "swgaf", - "name": "swatch group ag adr" - }, - { - "cik": 1545772, - "symbol": "bpypo", - "name": "brookfield property partners lp" - }, - { - "cik": 1632127, - "symbol": "cabo", - "name": "cable one inc" - }, - { - "cik": 1065989, - "symbol": "ckisf", - "name": "ck infrastructure holdings limited adr" - }, - { - "cik": 1096343, - "symbol": "mkl", - "name": "markel corp" - }, - { - "cik": 20286, - "symbol": "cinf", - "name": "cincinnati financial corp" - }, - { - "cik": 49938, - "symbol": "imo", - "name": "imperial oil ltd" - }, - { - "cik": 1342237, - "symbol": "mtuaf", - "name": "mtu aero engines holding ag" - }, - { - "cik": 1776967, - "symbol": "ntco", - "name": "natura &co holding sa" - }, - { - "cik": 1546066, - "symbol": "pba", - "name": "pembina pipeline corp" - }, - { - "cik": 1101302, - "symbol": "entg", - "name": "entegris inc" - }, - { - "cik": 1219601, - "symbol": "cck", - "name": "crown holdings inc" - }, - { - "cik": 1097864, - "symbol": "on", - "name": "on semiconductor corp" - }, - { - "cik": 909037, - "symbol": "sqm", - "name": "chemical & mining co of chile inc" - }, - { - "cik": 91419, - "symbol": "sjm", - "name": "j m smucker co" - }, - { - "cik": 922621, - "symbol": "erie", - "name": "erie indemnity co" - }, - { - "cik": 1555574, - "symbol": "cjewf", - "name": "chow tai fook jewellery group limited adr" - }, - { - "cik": 1126328, - "symbol": "pfg", - "name": "principal financial group inc" - }, - { - "cik": 806968, - "symbol": "wpp", - "name": "wpp plc" - }, - { - "cik": 79282, - "symbol": "bro", - "name": "brown & brown inc" - }, - { - "cik": 927066, - "symbol": "dva", - "name": "davita inc" - }, - { - "cik": 1001290, - "symbol": "bap", - "name": "credicorp ltd" - }, - { - "cik": 29989, - "symbol": "omc", - "name": "omnicom group inc" - }, - { - "cik": 720005, - "symbol": "rjf", - "name": "raymond james financial inc" - }, - { - "cik": 1043277, - "symbol": "chrw", - "name": "c h robinson worldwide inc" - }, - { - "cik": 353991, - "symbol": "ndekf", - "name": "nitto denko corp adr" - }, - { - "cik": 40729, - "symbol": "ally", - "name": "ally financial inc" - }, - { - "cik": 1583055, - "symbol": "monoy", - "name": "monotaro co ltd adr" - }, - { - "cik": 1416039, - "symbol": "rnsdf", - "name": "renault sa unsponsored adr facility" - }, - { - "cik": 75677, - "symbol": "pkg", - "name": "packaging corp of america" - }, - { - "cik": 1001474, - "symbol": "kkpnf", - "name": "koninklijke kpn n v" - }, - { - "cik": 1768259, - "symbol": "gsx", - "name": "gsx techedu inc" - }, - { - "cik": 8818, - "symbol": "avy", - "name": "avery dennison corp" - }, - { - "cik": 46080, - "symbol": "has", - "name": "hasbro inc" - }, - { - "cik": 1163417, - "symbol": "dvdcf", - "name": "davide campari-milano nv" - }, - { - "cik": 849399, - "symbol": "nlok", - "name": "nortonlifelock inc" - }, - { - "cik": 1722608, - "symbol": "iq", - "name": "iqiyi inc" - }, - { - "cik": 1793294, - "symbol": "ppd", - "name": "ppd inc" - }, - { - "cik": 100517, - "symbol": "ual", - "name": "united airlines holdings inc" - }, - { - "cik": 1013237, - "symbol": "fds", - "name": "factset research systems inc" - }, - { - "cik": 1100682, - "symbol": "crl", - "name": "charles river laboratories international inc" - }, - { - "cik": 1773383, - "symbol": "dt", - "name": "dynatrace inc" - }, - { - "cik": 1002517, - "symbol": "nuan", - "name": "nuance communications inc" - }, - { - "cik": 352541, - "symbol": "lnt", - "name": "alliant energy corp" - }, - { - "cik": 949870, - "symbol": "sam", - "name": "boston beer co inc" - }, - { - "cik": 1703057, - "symbol": "abcl", - "name": "abcellera biologics inc" - }, - { - "cik": 1786352, - "symbol": "bill", - "name": "billcom holdings inc" - }, - { - "cik": 1041668, - "symbol": "znh", - "name": "china southern airlines co ltd" - }, - { - "cik": 1002638, - "symbol": "otex", - "name": "open text corp" - }, - { - "cik": 1462456, - "symbol": "fosuf", - "name": "fosun international ltd adr" - }, - { - "cik": 49196, - "symbol": "hbano", - "name": "huntington bancshares inc md" - }, - { - "cik": 1559460, - "symbol": "yaskf", - "name": "yaskawa electric corp adr" - }, - { - "cik": 1444714, - "symbol": "iktsf", - "name": "intertek group plc" - }, - { - "cik": 38777, - "symbol": "ben", - "name": "franklin resources inc" - }, - { - "cik": 842023, - "symbol": "tech", - "name": "bio-techne corp" - }, - { - "cik": 912505, - "symbol": "enia", - "name": "enel americas sa" - }, - { - "cik": 1025378, - "symbol": "wpc", - "name": "w p carey inc" - }, - { - "cik": 1444147, - "symbol": "szevf", - "name": "suez environnement co sa" - }, - { - "cik": 1288847, - "symbol": "fivn", - "name": "five9 inc" - }, - { - "cik": 1437107, - "symbol": "discb", - "name": "discovery inc" - }, - { - "cik": 51253, - "symbol": "ifft", - "name": "international flavors & fragrances inc" - }, - { - "cik": 1050952, - "symbol": "pgpef", - "name": "publicis groupe sa" - }, - { - "cik": 1450280, - "symbol": "aeoxf", - "name": "aeroports de paris sa adr" - }, - { - "cik": 1555207, - "symbol": "crggf", - "name": "china resources gas group limited adr" - }, - { - "cik": 1475011, - "symbol": "jbarf", - "name": "julius baer group ltd" - }, - { - "cik": 1179929, - "symbol": "moh", - "name": "molina healthcare inc" - }, - { - "cik": 1570932, - "symbol": "iliaf", - "name": "iliad sa adr" - }, - { - "cik": 1519751, - "symbol": "fbhs", - "name": "fortune brands home & security inc" - }, - { - "cik": 822416, - "symbol": "phm", - "name": "pultegroup inc mi" - }, - { - "cik": 1174922, - "symbol": "wynn", - "name": "wynn resorts ltd" - }, - { - "cik": 42888, - "symbol": "ggg", - "name": "graco inc" - }, - { - "cik": 1533945, - "symbol": "bntgf", - "name": "brenntag ag adr" - }, - { - "cik": 1674416, - "symbol": "crsp", - "name": "crispr therapeutics ag" - }, - { - "cik": 1758057, - "symbol": "gmhiw", - "name": "luminar technologies inc de" - }, - { - "cik": 1364954, - "symbol": "chgg", - "name": "chegg inc" - }, - { - "cik": 1446702, - "symbol": "ubsff", - "name": "ubisoft entertainment sa" - }, - { - "cik": 1446656, - "symbol": "kikof", - "name": "kikkoman corp" - }, - { - "cik": 1112439, - "symbol": "ranjf", - "name": "randstad holding nv fi" - }, - { - "cik": 1443646, - "symbol": "bah", - "name": "booz allen hamilton holding corp" - }, - { - "cik": 1438930, - "symbol": "amigf", - "name": "admiral group" - }, - { - "cik": 800928, - "symbol": "nwwdf", - "name": "new world development co ltd fi" - }, - { - "cik": 1576263, - "symbol": "mrtx", - "name": "mirati therapeutics inc" - }, - { - "cik": 1537547, - "symbol": "smfky", - "name": "smurfit kappa group plc adr" - }, - { - "cik": 1015820, - "symbol": "qgen", - "name": "qiagen nv" - }, - { - "cik": 1513977, - "symbol": "coihf", - "name": "croda international plc adr" - }, - { - "cik": 1711269, - "symbol": "evrg", - "name": "evergy inc" - }, - { - "cik": 925428, - "symbol": "ggdvf", - "name": "guangdong investment ltd fi" - }, - { - "cik": 1517413, - "symbol": "fsly", - "name": "fastly inc" - }, - { - "cik": 60086, - "symbol": "l", - "name": "loews corp" - }, - { - "cik": 1122411, - "symbol": "asx", - "name": "ase technology holding co ltd" - }, - { - "cik": 779152, - "symbol": "jkhy", - "name": "henry jack & associates inc" - }, - { - "cik": 1551402, - "symbol": "stmnf", - "name": "sumitomo metal mining co ltd adr" - }, - { - "cik": 813762, - "symbol": "iep", - "name": "icahn enterprises lp" - }, - { - "cik": 106640, - "symbol": "whr", - "name": "whirlpool corp de" - }, - { - "cik": 1111928, - "symbol": "ipgp", - "name": "ipg photonics corp" - }, - { - "cik": 11544, - "symbol": "wrb", - "name": "berkley w r corp" - }, - { - "cik": 1043219, - "symbol": "nly", - "name": "annaly capital management inc" - }, - { - "cik": 731802, - "symbol": "ato", - "name": "atmos energy corp" - }, - { - "cik": 1135951, - "symbol": "rdy", - "name": "dr reddys laboratories ltd" - }, - { - "cik": 110621, - "symbol": "rpm", - "name": "rpm international inc de" - }, - { - "cik": 1527636, - "symbol": "athm", - "name": "autohome inc" - }, - { - "cik": 1287865, - "symbol": "mpw", - "name": "medical properties trust inc" - }, - { - "cik": 1591698, - "symbol": "pcty", - "name": "paylocity holding corp" - }, - { - "cik": 352915, - "symbol": "uhs", - "name": "universal health services inc" - }, - { - "cik": 72331, - "symbol": "ndsn", - "name": "nordson corp" - }, - { - "cik": 1732845, - "symbol": "wrk", - "name": "westrock co" - }, - { - "cik": 4281, - "symbol": "hwm", - "name": "howmet aerospace inc" - }, - { - "cik": 1515673, - "symbol": "rare", - "name": "ultragenyx pharmaceutical inc" - }, - { - "cik": 1558633, - "symbol": "cchgy", - "name": "coca-cola hbc ag" - }, - { - "cik": 1439580, - "symbol": "psmmf", - "name": "persimmon" - }, - { - "cik": 1477038, - "symbol": "umicf", - "name": "umicore adr" - }, - { - "cik": 1487533, - "symbol": "jxhgf", - "name": "eneos holdings inc adr" - }, - { - "cik": 1786909, - "symbol": "sbysf", - "name": "sibanye stillwater ltd" - }, - { - "cik": 895419, - "symbol": "cree", - "name": "cree inc" - }, - { - "cik": 1799208, - "symbol": "dnb", - "name": "dun & bradstreet holdings inc" - }, - { - "cik": 801645, - "symbol": "maruf", - "name": "marubeni corp fi" - }, - { - "cik": 1130310, - "symbol": "cnp", - "name": "centerpoint energy inc" - }, - { - "cik": 818479, - "symbol": "xray", - "name": "dentsply sirona inc" - }, - { - "cik": 1679273, - "symbol": "lw", - "name": "lamb weston holdings inc" - }, - { - "cik": 1533232, - "symbol": "bep", - "name": "brookfield renewable partners lp" - }, - { - "cik": 1331875, - "symbol": "fnf", - "name": "fidelity national financial inc" - }, - { - "cik": 895417, - "symbol": "els", - "name": "equity lifestyle properties inc" - }, - { - "cik": 1713443, - "symbol": "kl", - "name": "kirkland lake gold ltd" - }, - { - "cik": 863344, - "symbol": "alfvf", - "name": "alfa laval ab fi" - }, - { - "cik": 1005284, - "symbol": "oled", - "name": "universal display corp pa" - }, - { - "cik": 1714899, - "symbol": "dnli", - "name": "denali therapeutics inc" - }, - { - "cik": 858446, - "symbol": "ihg", - "name": "intercontinental hotels group plc new" - }, - { - "cik": 1441683, - "symbol": "appn", - "name": "appian corp" - }, - { - "cik": 1274494, - "symbol": "fslr", - "name": "first solar inc" - }, - { - "cik": 1358071, - "symbol": "cxo", - "name": "concho resources inc" - }, - { - "cik": 1587200, - "symbol": "stbff", - "name": "suntory beverage & food limited adr" - }, - { - "cik": 825542, - "symbol": "smg", - "name": "scotts miracle-gro co" - }, - { - "cik": 1704292, - "symbol": "zlab", - "name": "zai lab ltd" - }, - { - "cik": 1819580, - "symbol": "ysg", - "name": "yatsen holding ltd" - }, - { - "cik": 78128, - "symbol": "wtrg", - "name": "essential utilities inc" - }, - { - "cik": 1013857, - "symbol": "pega", - "name": "pegasystems inc" - }, - { - "cik": 1333986, - "symbol": "eqh", - "name": "equitable holdings inc" - }, - { - "cik": 1453732, - "symbol": "siely", - "name": "shanghai electric group co ltd adr" - }, - { - "cik": 1555379, - "symbol": "siopf", - "name": "shimao group holdings limited adr" - }, - { - "cik": 1450278, - "symbol": "cnpaf", - "name": "cnp assurances sa adr" - }, - { - "cik": 1546084, - "symbol": "zliof", - "name": "zoomlion heavy industry science & technology co ltd adr" - }, - { - "cik": 74208, - "symbol": "udr", - "name": "udr inc" - }, - { - "cik": 1411494, - "symbol": "apo", - "name": "apollo global management inc" - }, - { - "cik": 1439124, - "symbol": "ebr", - "name": "brazilian electric power co" - }, - { - "cik": 1527166, - "symbol": "cg", - "name": "carlyle group inc" - }, - { - "cik": 1065696, - "symbol": "lkq", - "name": "lkq corp" - }, - { - "cik": 1636804, - "symbol": "rmsyf", - "name": "ramsay health care limited adr" - }, - { - "cik": 812011, - "symbol": "mtn", - "name": "vail resorts inc" - }, - { - "cik": 1438654, - "symbol": "rdeif", - "name": "red electrica corporacion sa adr" - }, - { - "cik": 95227, - "symbol": "smtof", - "name": "sumitomo electric industries ltd adr" - }, - { - "cik": 1048695, - "symbol": "ffiv", - "name": "f5 networks inc" - }, - { - "cik": 1158449, - "symbol": "aap", - "name": "advance auto parts inc" - }, - { - "cik": 1439404, - "symbol": "znga", - "name": "zynga inc" - }, - { - "cik": 1166003, - "symbol": "xpo", - "name": "xpo logistics inc" - }, - { - "cik": 1446251, - "symbol": "ahexf", - "name": "adecco group ag adr" - }, - { - "cik": 18926, - "symbol": "ctl", - "name": "centurylink inc" - }, - { - "cik": 217346, - "symbol": "txt", - "name": "textron inc" - }, - { - "cik": 1508669, - "symbol": "xyigf", - "name": "xinyi glass holdings limited adr" - }, - { - "cik": 1531384, - "symbol": "gjnsf", - "name": "gjensidige forsikring asa adr" - }, - { - "cik": 1528396, - "symbol": "gwre", - "name": "guidewire software inc" - }, - { - "cik": 1543727, - "symbol": "kotmf", - "name": "koito manufacturing co ltd adr" - }, - { - "cik": 730272, - "symbol": "rgen", - "name": "repligen corp" - }, - { - "cik": 1161125, - "symbol": "bch", - "name": "bank of chile" - }, - { - "cik": 701985, - "symbol": "lb", - "name": "l brands inc" - }, - { - "cik": 1031308, - "symbol": "bsy", - "name": "bentley systems inc" - }, - { - "cik": 1127248, - "symbol": "erraf", - "name": "emera inc" - }, - { - "cik": 1452190, - "symbol": "fyrty", - "name": "familymart co ltd adr" - }, - { - "cik": 818686, - "symbol": "teva", - "name": "teva pharmaceutical industries ltd" - }, - { - "cik": 1507079, - "symbol": "fnd", - "name": "floor & decor holdings inc" - }, - { - "cik": 1540755, - "symbol": "plan", - "name": "anaplan inc" - }, - { - "cik": 1069202, - "symbol": "lii", - "name": "lennox international inc" - }, - { - "cik": 1595761, - "symbol": "wb", - "name": "weibo corp" - }, - { - "cik": 1564708, - "symbol": "nws", - "name": "news corp" - }, - { - "cik": 1262823, - "symbol": "wlk", - "name": "westlake chemical corp" - }, - { - "cik": 1579241, - "symbol": "alle", - "name": "allegion plc" - }, - { - "cik": 21175, - "symbol": "cna", - "name": "cna financial corp" - }, - { - "cik": 1467623, - "symbol": "dbx", - "name": "dropbox inc" - }, - { - "cik": 1060955, - "symbol": "iclr", - "name": "icon plc" - }, - { - "cik": 100826, - "symbol": "uepco", - "name": "union electric co" - }, - { - "cik": 737758, - "symbol": "ttc", - "name": "toro co" - }, - { - "cik": 1030475, - "symbol": "cea", - "name": "china eastern airlines corp ltd" - }, - { - "cik": 1791863, - "symbol": "bepc", - "name": "brookfield renewable corp" - }, - { - "cik": 1069878, - "symbol": "trex", - "name": "trex co inc" - }, - { - "cik": 1071371, - "symbol": "cib", - "name": "bancolombia sa" - }, - { - "cik": 1437578, - "symbol": "bfam", - "name": "bright horizons family solutions inc" - }, - { - "cik": 1374310, - "symbol": "cboe", - "name": "cboe global markets inc" - }, - { - "cik": 1575965, - "symbol": "glpi", - "name": "gaming & leisure properties inc" - }, - { - "cik": 1668501, - "symbol": "koscf", - "name": "kose corporation adr" - }, - { - "cik": 1505223, - "symbol": "shwgf", - "name": "shandong weigao group medical polymer co limited adr" - }, - { - "cik": 1737927, - "symbol": "cgc", - "name": "canopy growth corp" - }, - { - "cik": 851968, - "symbol": "mhk", - "name": "mohawk industries inc" - }, - { - "cik": 24545, - "symbol": "tap", - "name": "molson coors beverage co" - }, - { - "cik": 1126975, - "symbol": "mmp", - "name": "magellan midstream partners lp" - }, - { - "cik": 1656936, - "symbol": "mgp", - "name": "mgm growth properties llc" - }, - { - "cik": 1070750, - "symbol": "hst", - "name": "host hotels & resorts inc" - }, - { - "cik": 320335, - "symbol": "gl", - "name": "globe life inc" - }, - { - "cik": 1050915, - "symbol": "pwr", - "name": "quanta services inc" - }, - { - "cik": 908255, - "symbol": "bwa", - "name": "borgwarner inc" - }, - { - "cik": 1453930, - "symbol": "cheof", - "name": "cochlear ltd adr" - }, - { - "cik": 906345, - "symbol": "cpt", - "name": "camden property trust" - }, - { - "cik": 1612042, - "symbol": "asnd", - "name": "ascendis pharma a s" - }, - { - "cik": 842162, - "symbol": "lea", - "name": "lear corp" - }, - { - "cik": 1174169, - "symbol": "agqpf", - "name": "algonquin power & utilities corp" - }, - { - "cik": 1528651, - "symbol": "hrglf", - "name": "hargreaves lansdown plc adr" - }, - { - "cik": 1604821, - "symbol": "ntra", - "name": "natera inc" - }, - { - "cik": 896262, - "symbol": "amed", - "name": "amedisys inc" - }, - { - "cik": 1528849, - "symbol": "rh", - "name": "rh" - }, - { - "cik": 6201, - "symbol": "aal", - "name": "american airlines group inc" - }, - { - "cik": 1289419, - "symbol": "morn", - "name": "morningstar inc" - }, - { - "cik": 1000228, - "symbol": "hsic", - "name": "henry schein inc" - }, - { - "cik": 1562401, - "symbol": "amh", - "name": "american homes 4 rent" - }, - { - "cik": 1190723, - "symbol": "ts", - "name": "tenaris sa" - }, - { - "cik": 1584509, - "symbol": "armk", - "name": "aramark" - }, - { - "cik": 1501134, - "symbol": "nvta", - "name": "invitae corp" - }, - { - "cik": 1067428, - "symbol": "au", - "name": "anglogold ashanti ltd" - }, - { - "cik": 1308547, - "symbol": "dlb", - "name": "dolby laboratories inc" - }, - { - "cik": 1445153, - "symbol": "efgsy", - "name": "eiffage sa" - }, - { - "cik": 1436673, - "symbol": "willf", - "name": "demant as adr" - }, - { - "cik": 1749723, - "symbol": "nfe", - "name": "new fortress energy inc" - }, - { - "cik": 886986, - "symbol": "teck", - "name": "teck resources ltd" - }, - { - "cik": 59558, - "symbol": "lnc", - "name": "lincoln national corp" - }, - { - "cik": 1448375, - "symbol": "acsaf", - "name": "acs actividades de construccion y servicios sa" - }, - { - "cik": 1027552, - "symbol": "bsac", - "name": "banco santander chile" - }, - { - "cik": 914475, - "symbol": "nbix", - "name": "neurocrine biosciences inc" - }, - { - "cik": 1454473, - "symbol": "dnfgf", - "name": "dongfeng motor group co ltd adr" - }, - { - "cik": 1795589, - "symbol": "kc", - "name": "kingsoft cloud holdings ltd" - }, - { - "cik": 1095073, - "symbol": "re", - "name": "everest re group ltd" - }, - { - "cik": 701818, - "symbol": "kgc", - "name": "kinross gold corp" - }, - { - "cik": 91440, - "symbol": "sna", - "name": "snap-on inc" - }, - { - "cik": 1062579, - "symbol": "dox", - "name": "amdocs ltd" - }, - { - "cik": 1556607, - "symbol": "surrf", - "name": "sun art retail group limited adr" - }, - { - "cik": 915191, - "symbol": "frfzf", - "name": "fairfax financial holdings ltd can" - }, - { - "cik": 1366561, - "symbol": "smar", - "name": "smartsheet inc" - }, - { - "cik": 866374, - "symbol": "flex", - "name": "flex ltd" - }, - { - "cik": 1437672, - "symbol": "prymf", - "name": "prysmian spa" - }, - { - "cik": 51644, - "symbol": "ipg", - "name": "interpublic group of companies inc" - }, - { - "cik": 916540, - "symbol": "dar", - "name": "darling ingredients inc" - }, - { - "cik": 1553023, - "symbol": "cone", - "name": "cyrusone inc" - }, - { - "cik": 1206571, - "symbol": "iaugf", - "name": "insurance australia group ltd" - }, - { - "cik": 932872, - "symbol": "sjr", - "name": "shaw communications inc" - }, - { - "cik": 1365135, - "symbol": "wu", - "name": "western union co" - }, - { - "cik": 105016, - "symbol": "wso", - "name": "watsco inc" - }, - { - "cik": 1144519, - "symbol": "bg", - "name": "bungeltd" - }, - { - "cik": 1780232, - "symbol": "gflu", - "name": "gfl environmental inc" - }, - { - "cik": 814453, - "symbol": "nwl", - "name": "newell brands inc" - }, - { - "cik": 929940, - "symbol": "azpn", - "name": "aspen technology inc de" - }, - { - "cik": 1478320, - "symbol": "adpt", - "name": "adaptive biotechnologies corp" - }, - { - "cik": 91142, - "symbol": "aos", - "name": "smith a o corp" - }, - { - "cik": 1286225, - "symbol": "rp", - "name": "realpage inc" - }, - { - "cik": 1395167, - "symbol": "grptf", - "name": "groupe eurotunnel sa" - }, - { - "cik": 910631, - "symbol": "kof", - "name": "coca cola femsa sab de cv" - }, - { - "cik": 4457, - "symbol": "uhal", - "name": "amerco nv" - }, - { - "cik": 1692819, - "symbol": "vst", - "name": "vistra corp" - }, - { - "cik": 1070494, - "symbol": "acad", - "name": "acadia pharmaceuticals inc" - }, - { - "cik": 1309108, - "symbol": "wex", - "name": "wex inc" - }, - { - "cik": 1689923, - "symbol": "ayx", - "name": "alteryx inc" - }, - { - "cik": 1557860, - "symbol": "glob", - "name": "globant sa" - }, - { - "cik": 1434316, - "symbol": "fate", - "name": "fate therapeutics inc" - }, - { - "cik": 764622, - "symbol": "pnw", - "name": "pinnacle west capital corp" - }, - { - "cik": 1480134, - "symbol": "wynmf", - "name": "wynn macau limited adr" - }, - { - "cik": 1177609, - "symbol": "five", - "name": "five below inc" - }, - { - "cik": 77360, - "symbol": "pnr", - "name": "pentair plc" - }, - { - "cik": 1538990, - "symbol": "stor", - "name": "store capital corp" - }, - { - "cik": 1780531, - "symbol": "ocft", - "name": "oneconnect financial technology co ltd" - }, - { - "cik": 896622, - "symbol": "atr", - "name": "aptargroup inc" - }, - { - "cik": 1253494, - "symbol": "sggef", - "name": "sage group plc" - }, - { - "cik": 1655210, - "symbol": "bynd", - "name": "beyond meat inc" - }, - { - "cik": 1573097, - "symbol": "hds", - "name": "hd supply holdings inc" - }, - { - "cik": 1745041, - "symbol": "iaa", - "name": "iaa inc" - }, - { - "cik": 1793862, - "symbol": "dada", - "name": "dada nexus ltd" - }, - { - "cik": 1822829, - "symbol": "ozon", - "name": "ozon holdings plc" - }, - { - "cik": 353569, - "symbol": "qdel", - "name": "quidel corp de" - }, - { - "cik": 48898, - "symbol": "hubb", - "name": "hubbell inc" - }, - { - "cik": 1020569, - "symbol": "irm", - "name": "iron mountain inc" - }, - { - "cik": 879407, - "symbol": "arwr", - "name": "arrowhead pharmaceuticals inc" - }, - { - "cik": 1161611, - "symbol": "ach", - "name": "aluminum corp of china ltd" - }, - { - "cik": 19584, - "symbol": "che", - "name": "chemed corp" - }, - { - "cik": 1232524, - "symbol": "jazz", - "name": "jazz pharmaceuticals plc" - }, - { - "cik": 1013871, - "symbol": "nrg", - "name": "nrg energy inc" - }, - { - "cik": 888491, - "symbol": "ohi", - "name": "omega healthcare investors inc" - }, - { - "cik": 1423689, - "symbol": "agncp", - "name": "agnc investment corp" - }, - { - "cik": 1382821, - "symbol": "rdfn", - "name": "redfin corp" - }, - { - "cik": 1815846, - "symbol": "mnso", - "name": "miniso group holding ltd" - }, - { - "cik": 94845, - "symbol": "levi", - "name": "levi strauss & co" - }, - { - "cik": 1370946, - "symbol": "oc", - "name": "owens corning" - }, - { - "cik": 1370418, - "symbol": "slfpf", - "name": "standard life plc" - }, - { - "cik": 89089, - "symbol": "sci", - "name": "service corp international" - }, - { - "cik": 1116132, - "symbol": "tpr", - "name": "tapestry inc" - }, - { - "cik": 1442653, - "symbol": "rohcf", - "name": "rohm co ltd" - }, - { - "cik": 790051, - "symbol": "csl", - "name": "carlisle companies inc" - }, - { - "cik": 1743881, - "symbol": "bbio", - "name": "bridgebio pharma inc" - }, - { - "cik": 1608249, - "symbol": "zayo", - "name": "zayo group holdings inc" - }, - { - "cik": 1111711, - "symbol": "ni", - "name": "nisource inc" - }, - { - "cik": 1285785, - "symbol": "mos", - "name": "mosaic co" - }, - { - "cik": 1090425, - "symbol": "lamr", - "name": "lamar advertising co new" - }, - { - "cik": 355811, - "symbol": "gntx", - "name": "gentex corp" - }, - { - "cik": 1109354, - "symbol": "brkr", - "name": "bruker corp" - }, - { - "cik": 719955, - "symbol": "wsm", - "name": "williams sonoma inc" - }, - { - "cik": 1160958, - "symbol": "iphi", - "name": "inphi corp" - }, - { - "cik": 910521, - "symbol": "deck", - "name": "deckers outdoor corp" - }, - { - "cik": 775368, - "symbol": "y", - "name": "alleghany corp de" - }, - { - "cik": 1172724, - "symbol": "gfi", - "name": "gold fields ltd" - }, - { - "cik": 1756770, - "symbol": "curlf", - "name": "curaleaf holdings inc" - }, - { - "cik": 1449217, - "symbol": "hegif", - "name": "hengan international group co ltd" - }, - { - "cik": 1397911, - "symbol": "lpla", - "name": "lpl financial holdings inc" - }, - { - "cik": 71691, - "symbol": "nyt", - "name": "new york times co" - }, - { - "cik": 874015, - "symbol": "ions", - "name": "ionis pharmaceuticals inc" - }, - { - "cik": 785161, - "symbol": "ehc", - "name": "encompass health corp" - }, - { - "cik": 1049659, - "symbol": "sid", - "name": "national steel co" - }, - { - "cik": 1049502, - "symbol": "mksi", - "name": "mks instruments inc" - }, - { - "cik": 1069183, - "symbol": "aaxn", - "name": "axon enterprise inc" - }, - { - "cik": 913144, - "symbol": "rnr", - "name": "renaissancere holdings ltd" - }, - { - "cik": 820318, - "symbol": "iivip", - "name": "ii-vi inc" - }, - { - "cik": 1581280, - "symbol": "twst", - "name": "twist bioscience corp" - }, - { - "cik": 1507385, - "symbol": "ver", - "name": "vereit inc" - }, - { - "cik": 350894, - "symbol": "seic", - "name": "sei investments co" - }, - { - "cik": 936395, - "symbol": "cien", - "name": "ciena corp" - }, - { - "cik": 1034670, - "symbol": "alv", - "name": "autoliv inc" - }, - { - "cik": 1666134, - "symbol": "bl", - "name": "blackline inc" - }, - { - "cik": 20212, - "symbol": "chdn", - "name": "churchill downs inc" - }, - { - "cik": 1330568, - "symbol": "slv", - "name": "ishares silver trust" - }, - { - "cik": 1280600, - "symbol": "xlrn", - "name": "acceleron pharma inc" - }, - { - "cik": 1450206, - "symbol": "asekf", - "name": "aisin seiki co ltd adr" - }, - { - "cik": 1477294, - "symbol": "st", - "name": "sensata technologies holding plc" - }, - { - "cik": 901684, - "symbol": "warff", - "name": "wharf holdings ltd fi" - }, - { - "cik": 1823239, - "symbol": "mrvi", - "name": "maravai lifesciences holdings inc" - }, - { - "cik": 1309035, - "symbol": "ipxhf", - "name": "inpex holdings inc" - }, - { - "cik": 1398659, - "symbol": "g", - "name": "genpact ltd" - }, - { - "cik": 1823306, - "symbol": "lspd", - "name": "lightspeed pos inc" - }, - { - "cik": 1212458, - "symbol": "pfpt", - "name": "proofpoint inc" - }, - { - "cik": 1115837, - "symbol": "mbt", - "name": "mobile telesystems pjsc" - }, - { - "cik": 800840, - "symbol": "shcaf", - "name": "sharp corp fi" - }, - { - "cik": 1527469, - "symbol": "ath", - "name": "athene holding ltd" - }, - { - "cik": 7646, - "symbol": "asglf", - "name": "agc inc adr" - }, - { - "cik": 1762301, - "symbol": "fvrr", - "name": "fiverr international ltd" - }, - { - "cik": 1613859, - "symbol": "prah", - "name": "pra health sciences inc" - }, - { - "cik": 914208, - "symbol": "ivz", - "name": "invesco ltd" - }, - { - "cik": 1436786, - "symbol": "oukpf", - "name": "outotec oyj" - }, - { - "cik": 1379481, - "symbol": "mdibf", - "name": "mediobanca - banca di credito finanziario spa" - }, - { - "cik": 1046102, - "symbol": "rba", - "name": "ritchie bros auctioneers inc" - }, - { - "cik": 1324404, - "symbol": "cf", - "name": "cf industries holdings inc" - }, - { - "cik": 1267238, - "symbol": "aizn", - "name": "assurant inc" - }, - { - "cik": 880266, - "symbol": "agco", - "name": "agco corp de" - }, - { - "cik": 1468748, - "symbol": "kod", - "name": "kodiak sciences inc" - }, - { - "cik": 1398879, - "symbol": "ccozf", - "name": "china coal energy co ltd" - }, - { - "cik": 910606, - "symbol": "reg", - "name": "regency centers corp" - }, - { - "cik": 350797, - "symbol": "ev", - "name": "eaton vance corp" - }, - { - "cik": 1037976, - "symbol": "jll", - "name": "jones lang lasalle inc" - }, - { - "cik": 1022671, - "symbol": "stld", - "name": "steel dynamics inc" - }, - { - "cik": 1566895, - "symbol": "ncno", - "name": "ncino inc" - }, - { - "cik": 1647435, - "symbol": "atdrf", - "name": "auto trader group plc adr" - }, - { - "cik": 22356, - "symbol": "cbshp", - "name": "commerce bancshares inc mo" - }, - { - "cik": 1437144, - "symbol": "magof", - "name": "man ag" - }, - { - "cik": 1822479, - "symbol": "shc", - "name": "sotera health co" - }, - { - "cik": 769218, - "symbol": "aeg", - "name": "aegon nv" - }, - { - "cik": 1504764, - "symbol": "aval", - "name": "grupo aval acciones y valores sa" - }, - { - "cik": 1516536, - "symbol": "rtmvf", - "name": "rightmove plc adr" - }, - { - "cik": 898174, - "symbol": "rza", - "name": "reinsurance group of america inc" - }, - { - "cik": 1076378, - "symbol": "cx", - "name": "cemex sab de cv" - }, - { - "cik": 1564824, - "symbol": "allk", - "name": "allakos inc" - }, - { - "cik": 28412, - "symbol": "cma", - "name": "comerica inc new" - }, - { - "cik": 1455863, - "symbol": "cold", - "name": "americold realty trust" - }, - { - "cik": 1073404, - "symbol": "ggb", - "name": "gerdau sa" - }, - { - "cik": 1576942, - "symbol": "sfix", - "name": "stitch fix inc" - }, - { - "cik": 39911, - "symbol": "gps", - "name": "gap inc" - }, - { - "cik": 108312, - "symbol": "wwd", - "name": "woodward inc" - }, - { - "cik": 1001316, - "symbol": "tgtx", - "name": "tg therapeutics inc" - }, - { - "cik": 861884, - "symbol": "rs", - "name": "reliance steel & aluminum co" - }, - { - "cik": 1646972, - "symbol": "aci", - "name": "albertsons companies inc" - }, - { - "cik": 1173382, - "symbol": "cae", - "name": "cae inc" - }, - { - "cik": 1023128, - "symbol": "lad", - "name": "lithia motors inc" - }, - { - "cik": 1801661, - "symbol": "feac", - "name": "skillz inc" - }, - { - "cik": 1633978, - "symbol": "lite", - "name": "lumentum holdings inc" - }, - { - "cik": 1043604, - "symbol": "jnpr", - "name": "juniper networks inc" - }, - { - "cik": 1783317, - "symbol": "mcfe", - "name": "mcafee corp" - }, - { - "cik": 1042046, - "symbol": "afgb", - "name": "american financial group inc" - }, - { - "cik": 1000694, - "symbol": "nvax", - "name": "novavax inc" - }, - { - "cik": 763665, - "symbol": "isuzf", - "name": "isuzu motors ltd adr" - }, - { - "cik": 1437041, - "symbol": "lndnf", - "name": "lundin petroleum ab" - }, - { - "cik": 1513761, - "symbol": "nclh", - "name": "norwegian cruise line holdings ltd" - }, - { - "cik": 926042, - "symbol": "ttm", - "name": "tata motors ltd fi" - }, - { - "cik": 1784384, - "symbol": "abmrf", - "name": "abn amro bank nv adr" - }, - { - "cik": 1610950, - "symbol": "synh", - "name": "syneos health inc" - }, - { - "cik": 1425205, - "symbol": "iova", - "name": "iovance biotherapeutics inc" - }, - { - "cik": 1665918, - "symbol": "usfd", - "name": "us foods holding corp" - }, - { - "cik": 7536, - "symbol": "arw", - "name": "arrow electronics inc" - }, - { - "cik": 868857, - "symbol": "acm", - "name": "aecom" - }, - { - "cik": 1037038, - "symbol": "rl", - "name": "ralph lauren corp" - }, - { - "cik": 1468174, - "symbol": "h", - "name": "hyatt hotels corp" - }, - { - "cik": 1029199, - "symbol": "eeft", - "name": "euronet worldwide inc" - }, - { - "cik": 1492691, - "symbol": "knx", - "name": "knight-swift transportation holdings inc" - }, - { - "cik": 884614, - "symbol": "ugi", - "name": "ugi corp pa" - }, - { - "cik": 1449614, - "symbol": "kunuf", - "name": "kunlun energy co ltd" - }, - { - "cik": 1570300, - "symbol": "shpmf", - "name": "shanghai pharmaceuticals holding co ltd adr" - }, - { - "cik": 751364, - "symbol": "nnn", - "name": "national retail properties inc" - }, - { - "cik": 1336917, - "symbol": "uaa", - "name": "under armour inc" - }, - { - "cik": 85535, - "symbol": "rgld", - "name": "royal gold inc" - }, - { - "cik": 1674534, - "symbol": "hlkhf", - "name": "hella kgaa hueck & co adr" - }, - { - "cik": 769520, - "symbol": "midd", - "name": "middleby corp" - }, - { - "cik": 1378992, - "symbol": "bery", - "name": "berry global group inc" - }, - { - "cik": 885590, - "symbol": "bhc", - "name": "bausch health companies inc" - }, - { - "cik": 29644, - "symbol": "dci", - "name": "donaldson co inc" - }, - { - "cik": 1131652, - "symbol": "tokuf", - "name": "tokyu corp" - }, - { - "cik": 1288784, - "symbol": "sbnyp", - "name": "signature bank corp" - }, - { - "cik": 1176948, - "symbol": "ares", - "name": "ares management corp" - }, - { - "cik": 315213, - "symbol": "rhi", - "name": "robert half international inc" - }, - { - "cik": 1556605, - "symbol": "shtdf", - "name": "sinopharm group co adr" - }, - { - "cik": 773917, - "symbol": "tiscf", - "name": "taisei corp ltd adr" - }, - { - "cik": 1534043, - "symbol": "fuppf", - "name": "fuchs petrolub se adr" - }, - { - "cik": 1492633, - "symbol": "nlsn", - "name": "nielsen holdings plc" - }, - { - "cik": 59527, - "symbol": "leco", - "name": "lincoln electric holdings inc" - }, - { - "cik": 1490083, - "symbol": "clpxf", - "name": "china longyuan power group corp limited adr" - }, - { - "cik": 1012100, - "symbol": "see", - "name": "sealed air corp de" - }, - { - "cik": 1535929, - "symbol": "voya", - "name": "voya financial inc" - }, - { - "cik": 1533920, - "symbol": "uvrbf", - "name": "universal robina corporation adr" - }, - { - "cik": 1553915, - "symbol": "crcby", - "name": "chongqing rural commercial bank co ltd adr" - }, - { - "cik": 1650729, - "symbol": "site", - "name": "siteone landscape supply inc" - }, - { - "cik": 1288098, - "symbol": "tdhof", - "name": "t&d holdings inc" - }, - { - "cik": 1539838, - "symbol": "fang", - "name": "diamondback energy inc" - }, - { - "cik": 1410384, - "symbol": "qtwo", - "name": "q2 holdings inc" - }, - { - "cik": 1793229, - "symbol": "ccxx", - "name": "multiplan corp" - }, - { - "cik": 1069157, - "symbol": "ewbc", - "name": "east west bancorp inc" - }, - { - "cik": 109380, - "symbol": "zionp", - "name": "zions bancorporation national association ut" - }, - { - "cik": 1597264, - "symbol": "bpmc", - "name": "blueprint medicines corp" - }, - { - "cik": 1287750, - "symbol": "afc", - "name": "ares capital corp" - }, - { - "cik": 1303313, - "symbol": "lhcg", - "name": "lhc group inc" - }, - { - "cik": 1370431, - "symbol": "vedl", - "name": "vedanta ltd" - }, - { - "cik": 1475260, - "symbol": "cve", - "name": "cenovus energy inc" - }, - { - "cik": 1807192, - "symbol": "cd", - "name": "chindata group holdings ltd" - }, - { - "cik": 1618732, - "symbol": "ntnx", - "name": "nutanix inc" - }, - { - "cik": 1689657, - "symbol": "bli", - "name": "berkeley lights inc" - }, - { - "cik": 36966, - "symbol": "fhn", - "name": "first horizon corp" - }, - { - "cik": 1481045, - "symbol": "dsecf", - "name": "daiwa securities group inc" - }, - { - "cik": 1321732, - "symbol": "pen", - "name": "penumbra inc" - }, - { - "cik": 771992, - "symbol": "paas", - "name": "pan american silver corp" - }, - { - "cik": 1826168, - "symbol": "timb", - "name": "tim sa" - }, - { - "cik": 938323, - "symbol": "pso", - "name": "pearson plc" - }, - { - "cik": 1428875, - "symbol": "tmx", - "name": "terminix global holdings inc" - }, - { - "cik": 899689, - "symbol": "vno", - "name": "vornado realty trust" - }, - { - "cik": 1446660, - "symbol": "kajmf", - "name": "kajima corp" - }, - { - "cik": 1594109, - "symbol": "grub", - "name": "grubhub inc" - }, - { - "cik": 1388658, - "symbol": "irtc", - "name": "irhythm technologies inc" - }, - { - "cik": 1671235, - "symbol": "bmrpf", - "name": "b&m european value retail sa adr" - }, - { - "cik": 1393584, - "symbol": "amwl", - "name": "american well corp" - }, - { - "cik": 1056696, - "symbol": "manh", - "name": "manhattan associates inc" - }, - { - "cik": 1703056, - "symbol": "adt", - "name": "adt inc" - }, - { - "cik": 1366235, - "symbol": "clznf", - "name": "clariant ag" - }, - { - "cik": 858470, - "symbol": "cog", - "name": "cabot oil & gas corp" - }, - { - "cik": 1801368, - "symbol": "fvac", - "name": "mp materials corp de" - }, - { - "cik": 1698287, - "symbol": "bsmx", - "name": "banco santander mexico sa institucion de banca multiple grupo financiero santander mexico" - }, - { - "cik": 1616862, - "symbol": "axta", - "name": "axalta coating systems ltd" - }, - { - "cik": 1637207, - "symbol": "plnt", - "name": "planet fitness inc" - }, - { - "cik": 1298675, - "symbol": "cube", - "name": "cubesmart" - }, - { - "cik": 1501585, - "symbol": "hii", - "name": "huntington ingalls industries inc" - }, - { - "cik": 764065, - "symbol": "clf", - "name": "cleveland-cliffs inc" - }, - { - "cik": 216228, - "symbol": "itt", - "name": "itt inc" - }, - { - "cik": 1452188, - "symbol": "vopkf", - "name": "koninklijke vopak nv adr" - }, - { - "cik": 1633931, - "symbol": "bld", - "name": "topbuild corp" - }, - { - "cik": 726958, - "symbol": "casy", - "name": "caseys general stores inc" - }, - { - "cik": 78239, - "symbol": "pvh", - "name": "pvh corp de" - }, - { - "cik": 1442656, - "symbol": "jsgcf", - "name": "js group corp" - }, - { - "cik": 34903, - "symbol": "frt", - "name": "federal realty investment trust" - }, - { - "cik": 1082554, - "symbol": "uthr", - "name": "united therapeutics corp" - }, - { - "cik": 1530950, - "symbol": "post", - "name": "post holdings inc" - }, - { - "cik": 1446707, - "symbol": "cakff", - "name": "mckesson europe ag adr" - }, - { - "cik": 1264136, - "symbol": "wf", - "name": "woori financial group inc" - }, - { - "cik": 1178879, - "symbol": "fold", - "name": "amicus therapeutics inc" - }, - { - "cik": 1670592, - "symbol": "yeti", - "name": "yeti holdings inc" - }, - { - "cik": 14930, - "symbol": "bc", - "name": "brunswick corp" - }, - { - "cik": 1731289, - "symbol": "nklaw", - "name": "nikola corp" - }, - { - "cik": 1501108, - "symbol": "snphf", - "name": "santen pharmaceutical co ltd adr" - }, - { - "cik": 1450349, - "symbol": "hocff", - "name": "hochtief ag adr" - }, - { - "cik": 1325378, - "symbol": "bgaof", - "name": "proximus" - }, - { - "cik": 1237831, - "symbol": "gmed", - "name": "globus medical inc" - }, - { - "cik": 1599962, - "symbol": "sjmhf", - "name": "sjm holdings limited adr" - }, - { - "cik": 1025996, - "symbol": "krc", - "name": "kilroy realty corp" - }, - { - "cik": 47518, - "symbol": "hrc", - "name": "hill-rom holdings inc" - }, - { - "cik": 1453015, - "symbol": "bldp", - "name": "ballard power systems inc" - }, - { - "cik": 898293, - "symbol": "jbl", - "name": "jabil inc" - }, - { - "cik": 1474432, - "symbol": "pstg", - "name": "pure storage inc" - }, - { - "cik": 1070423, - "symbol": "paa", - "name": "plains all american pipeline lp" - }, - { - "cik": 1378984, - "symbol": "vlpnf", - "name": "voestalpine ag" - }, - { - "cik": 1530721, - "symbol": "cpri", - "name": "capri holdings ltd" - }, - { - "cik": 1012620, - "symbol": "gwr", - "name": "genesee & wyoming inc" - }, - { - "cik": 1580608, - "symbol": "sc", - "name": "santander consumer usa holdings inc" - }, - { - "cik": 1705110, - "symbol": "angi", - "name": "angi homeservices inc" - }, - { - "cik": 1447647, - "symbol": "aacaf", - "name": "aac acoustic technologies holdings inc" - }, - { - "cik": 1421876, - "symbol": "glpg", - "name": "galapagos nv" - }, - { - "cik": 353990, - "symbol": "hmtlf", - "name": "hitachi metals ltd adr" - }, - { - "cik": 1409236, - "symbol": "sommf", - "name": "sumitomo chemical co ltd" - }, - { - "cik": 1530238, - "symbol": "yy", - "name": "joyy inc" - }, - { - "cik": 1571283, - "symbol": "rexr", - "name": "rexford industrial realty inc" - }, - { - "cik": 1667075, - "symbol": "bnmdf", - "name": "banca mediolanum spa adr" - }, - { - "cik": 1444380, - "symbol": "nvro", - "name": "nevro corp" - }, - { - "cik": 861878, - "symbol": "srcl", - "name": "stericycle inc" - }, - { - "cik": 1598110, - "symbol": "cybr", - "name": "cyberark software ltd" - }, - { - "cik": 1786431, - "symbol": "reyn", - "name": "reynolds consumer products inc" - }, - { - "cik": 845033, - "symbol": "ogfgf", - "name": "origin energy ltd" - }, - { - "cik": 1618673, - "symbol": "pfgc", - "name": "performance food group co" - }, - { - "cik": 1068851, - "symbol": "pb", - "name": "prosperity bancshares inc" - }, - { - "cik": 1595893, - "symbol": "tptx", - "name": "turning point therapeutics inc" - }, - { - "cik": 1077183, - "symbol": "neo", - "name": "neogenomics inc" - }, - { - "cik": 1433195, - "symbol": "appf", - "name": "appfolio inc" - }, - { - "cik": 939767, - "symbol": "exel", - "name": "exelixis inc" - }, - { - "cik": 1674101, - "symbol": "vrt", - "name": "vertiv holdings co" - }, - { - "cik": 766421, - "symbol": "alk", - "name": "alaska air group inc" - }, - { - "cik": 879101, - "symbol": "kim", - "name": "kimco realty corp" - }, - { - "cik": 831641, - "symbol": "ttek", - "name": "tetra tech inc" - }, - { - "cik": 931015, - "symbol": "pii", - "name": "polaris inc" - }, - { - "cik": 16058, - "symbol": "caci", - "name": "caci international inc de" - }, - { - "cik": 1584207, - "symbol": "omf", - "name": "onemain holdings inc" - }, - { - "cik": 1609702, - "symbol": "cdk", - "name": "cdk global inc" - }, - { - "cik": 1572910, - "symbol": "psxp", - "name": "phillips 66 partners lp" - }, - { - "cik": 318269, - "symbol": "japsy", - "name": "japan airlines co ltd adr" - }, - { - "cik": 1800667, - "symbol": "frog", - "name": "jfrog ltd" - }, - { - "cik": 1492075, - "symbol": "asomf", - "name": "asos plc" - }, - { - "cik": 1021635, - "symbol": "oge", - "name": "oge energy corp" - }, - { - "cik": 1389170, - "symbol": "trgp", - "name": "targa resources corp" - }, - { - "cik": 63276, - "symbol": "mat", - "name": "mattel inc de" - }, - { - "cik": 1417695, - "symbol": "mpfrf", - "name": "mapfre sa" - }, - { - "cik": 889331, - "symbol": "lfus", - "name": "littelfuse inc de" - }, - { - "cik": 313143, - "symbol": "hae", - "name": "haemonetics corp" - }, - { - "cik": 1347557, - "symbol": "pac", - "name": "pacific airport group" - }, - { - "cik": 1360604, - "symbol": "hta", - "name": "healthcare trust of america inc" - }, - { - "cik": 1782754, - "symbol": "azek", - "name": "azek co inc" - }, - { - "cik": 855658, - "symbol": "lscc", - "name": "lattice semiconductor corp" - }, - { - "cik": 36047, - "symbol": "clgx", - "name": "corelogic inc" - }, - { - "cik": 885639, - "symbol": "kss", - "name": "kohls corp" - }, - { - "cik": 1283630, - "symbol": "acc", - "name": "american campus communities inc" - }, - { - "cik": 1820877, - "symbol": "airc", - "name": "apartment income reit corp" - }, - { - "cik": 1585364, - "symbol": "prgo", - "name": "perrigo co plc" - }, - { - "cik": 1160951, - "symbol": "dct", - "name": "duck creek technologies inc" - }, - { - "cik": 78150, - "symbol": "phi", - "name": "pldt inc" - }, - { - "cik": 1706946, - "symbol": "spce", - "name": "virgin galactic holdings inc" - }, - { - "cik": 1637810, - "symbol": "fsv", - "name": "firstservice corp" - }, - { - "cik": 1603194, - "symbol": "osagf", - "name": "osram licht ag adr" - }, - { - "cik": 91767, - "symbol": "son", - "name": "sonoco products co" - }, - { - "cik": 1212545, - "symbol": "wal", - "name": "western alliance bancorporation" - }, - { - "cik": 1342874, - "symbol": "tx", - "name": "ternium sa" - }, - { - "cik": 1050797, - "symbol": "colm", - "name": "columbia sportswear co" - }, - { - "cik": 1611647, - "symbol": "frpt", - "name": "freshpet inc" - }, - { - "cik": 1347141, - "symbol": "sumcf", - "name": "sumco corp" - }, - { - "cik": 350698, - "symbol": "an", - "name": "autonation inc" - }, - { - "cik": 1159036, - "symbol": "halo", - "name": "halozyme therapeutics inc" - }, - { - "cik": 96223, - "symbol": "jef", - "name": "jefferies financial group inc" - }, - { - "cik": 1794669, - "symbol": "four", - "name": "shift4 payments inc" - }, - { - "cik": 794170, - "symbol": "tol", - "name": "toll brothers inc" - }, - { - "cik": 1429937, - "symbol": "btg", - "name": "b2gold corp" - }, - { - "cik": 732834, - "symbol": "clr", - "name": "continental resources inc" - }, - { - "cik": 885550, - "symbol": "cacc", - "name": "credit acceptance corp" - }, - { - "cik": 1436771, - "symbol": "wrtbf", - "name": "wartsila oyj" - }, - { - "cik": 1490978, - "symbol": "sdgr", - "name": "schrodinger inc" - }, - { - "cik": 1472787, - "symbol": "faf", - "name": "first american financial corp" - }, - { - "cik": 1748797, - "symbol": "dooo", - "name": "brp inc" - }, - { - "cik": 1423902, - "symbol": "wes", - "name": "western midstream partners lp" - }, - { - "cik": 1688568, - "symbol": "dxc", - "name": "dxc technology co" - }, - { - "cik": 1274173, - "symbol": "jhg", - "name": "janus henderson group plc" - }, - { - "cik": 944314, - "symbol": "lsi", - "name": "life storage inc" - }, - { - "cik": 1180262, - "symbol": "hlf", - "name": "herbalife nutrition ltd" - }, - { - "cik": 941221, - "symbol": "icl", - "name": "icl group ltd" - }, - { - "cik": 1170858, - "symbol": "sbs", - "name": "companhia de saneamento basico do estado de sao paulo-sabesp" - }, - { - "cik": 1604028, - "symbol": "wms", - "name": "advanced drainage systems inc" - }, - { - "cik": 98362, - "symbol": "tkr", - "name": "timken co" - }, - { - "cik": 66570, - "symbol": "msa", - "name": "msa safety inc" - }, - { - "cik": 1404123, - "symbol": "onem", - "name": "1life healthcare inc" - }, - { - "cik": 1827090, - "symbol": "cert", - "name": "certara inc" - }, - { - "cik": 1446294, - "symbol": "enggf", - "name": "enagas sa" - }, - { - "cik": 1438133, - "symbol": "tndm", - "name": "tandem diabetes care inc" - }, - { - "cik": 1756497, - "symbol": "chngu", - "name": "change healthcare inc" - }, - { - "cik": 1206264, - "symbol": "tpx", - "name": "tempur sealy international inc" - }, - { - "cik": 1786842, - "symbol": "vnt", - "name": "vontier corp" - }, - { - "cik": 775158, - "symbol": "osk", - "name": "oshkosh corp" - }, - { - "cik": 1660280, - "symbol": "tenb", - "name": "tenable holdings inc" - }, - { - "cik": 1495932, - "symbol": "expi", - "name": "exp world holdings inc" - }, - { - "cik": 74260, - "symbol": "ori", - "name": "old republic international corp" - }, - { - "cik": 916789, - "symbol": "hele", - "name": "helen of troy ltd" - }, - { - "cik": 1065837, - "symbol": "skx", - "name": "skechers usa inc" - }, - { - "cik": 1580864, - "symbol": "vrm", - "name": "vroom inc" - }, - { - "cik": 1090012, - "symbol": "dvn", - "name": "devon energy corp de" - }, - { - "cik": 1283708, - "symbol": "itvpf", - "name": "itv plc" - }, - { - "cik": 1046311, - "symbol": "chh", - "name": "choice hotels international inc de" - }, - { - "cik": 1486957, - "symbol": "bwxt", - "name": "bwx technologies inc" - }, - { - "cik": 1820721, - "symbol": "arry", - "name": "array technologies inc" - }, - { - "cik": 730263, - "symbol": "tho", - "name": "thor industries inc" - }, - { - "cik": 1691421, - "symbol": "lmnd", - "name": "lemonade inc" - }, - { - "cik": 1446128, - "symbol": "mrwsf", - "name": "wm morrison supermarkets plc" - }, - { - "cik": 1307954, - "symbol": "hun", - "name": "huntsman corp" - }, - { - "cik": 935494, - "symbol": "nati", - "name": "national instruments corp" - }, - { - "cik": 1571123, - "symbol": "saic", - "name": "science applications international corp" - }, - { - "cik": 1061894, - "symbol": "gil", - "name": "gildan activewear inc" - }, - { - "cik": 1289460, - "symbol": "txrh", - "name": "texas roadhouse inc" - }, - { - "cik": 892450, - "symbol": "kt", - "name": "kt corp" - }, - { - "cik": 1361113, - "symbol": "vrns", - "name": "varonis systems inc" - }, - { - "cik": 1594466, - "symbol": "pe", - "name": "parsley energy inc" - }, - { - "cik": 1290109, - "symbol": "lpl", - "name": "lg display co ltd" - }, - { - "cik": 798941, - "symbol": "fcncp", - "name": "first citizens bancshares inc de" - }, - { - "cik": 793952, - "symbol": "hog", - "name": "harley-davidson inc" - }, - { - "cik": 1024305, - "symbol": "coty", - "name": "coty inc" - }, - { - "cik": 933974, - "symbol": "brks", - "name": "brooks automation inc" - }, - { - "cik": 1563177, - "symbol": "hwdjf", - "name": "howden joinery group plc adr" - }, - { - "cik": 49600, - "symbol": "egp", - "name": "eastgroup properties inc" - }, - { - "cik": 1446648, - "symbol": "htcmf", - "name": "hitachi construction machinery co ltd" - }, - { - "cik": 1038074, - "symbol": "slab", - "name": "silicon laboratories inc" - }, - { - "cik": 1689813, - "symbol": "bhvn", - "name": "biohaven pharmaceutical holding co ltd" - }, - { - "cik": 937098, - "symbol": "tnet", - "name": "trinet group inc" - }, - { - "cik": 1754581, - "symbol": "futu", - "name": "futu holdings ltd" - }, - { - "cik": 1465128, - "symbol": "stwd", - "name": "starwood property trust inc" - }, - { - "cik": 58492, - "symbol": "leg", - "name": "leggett & platt inc" - }, - { - "cik": 354908, - "symbol": "flir", - "name": "flir systems inc" - }, - { - "cik": 917520, - "symbol": "iart", - "name": "integra lifesciences holdings corp" - }, - { - "cik": 19612, - "symbol": "tcf", - "name": "tcf financial corp" - }, - { - "cik": 97517, - "symbol": "tpl", - "name": "texas pacific land trust" - }, - { - "cik": 1694271, - "symbol": "cnvvf", - "name": "convatec group plc adr" - }, - { - "cik": 929058, - "symbol": "hnp", - "name": "huaneng power international inc" - }, - { - "cik": 1437352, - "symbol": "evbg", - "name": "everbridge inc" - }, - { - "cik": 921825, - "symbol": "fr", - "name": "first industrial realty trust inc" - }, - { - "cik": 1639300, - "symbol": "olli", - "name": "ollies bargain outlet holdings inc" - }, - { - "cik": 1490892, - "symbol": "cor", - "name": "coresite realty corp" - }, - { - "cik": 1027664, - "symbol": "eslt", - "name": "elbit systems ltd" - }, - { - "cik": 39263, - "symbol": "cfr", - "name": "cullen frost bankers inc" - }, - { - "cik": 314590, - "symbol": "ssl", - "name": "sasol ltd" - }, - { - "cik": 1659939, - "symbol": "enic", - "name": "enel chile sa" - }, - { - "cik": 1261759, - "symbol": "sekef", - "name": "seiko epson corp" - }, - { - "cik": 1806837, - "symbol": "verx", - "name": "vertex inc" - }, - { - "cik": 1627857, - "symbol": "sail", - "name": "sailpoint technologies holdings inc" - }, - { - "cik": 1588489, - "symbol": "gbtc", - "name": "grayscale bitcoin trust (btc)" - }, - { - "cik": 1564228, - "symbol": "shmuf", - "name": "shimizu corporation adr" - }, - { - "cik": 1378946, - "symbol": "pbct", - "name": "peoples united financial inc" - }, - { - "cik": 6769, - "symbol": "apa", - "name": "apache corp" - }, - { - "cik": 1563255, - "symbol": "diisf", - "name": "direct line insurance group plc adr" - }, - { - "cik": 1524358, - "symbol": "vac", - "name": "marriott vacations worldwide corp" - }, - { - "cik": 1378789, - "symbol": "aer", - "name": "aercap holdings nv" - }, - { - "cik": 1531152, - "symbol": "bj", - "name": "bjs wholesale club holdings inc" - }, - { - "cik": 1264089, - "symbol": "auy", - "name": "yamana gold inc" - }, - { - "cik": 317788, - "symbol": "apps", - "name": "digital turbine inc" - }, - { - "cik": 1540184, - "symbol": "mdla", - "name": "medallia inc" - }, - { - "cik": 1438927, - "symbol": "gfszf", - "name": "g4s" - }, - { - "cik": 1370880, - "symbol": "feye", - "name": "fireeye inc" - }, - { - "cik": 1046257, - "symbol": "ingr", - "name": "ingredion inc" - }, - { - "cik": 1428336, - "symbol": "hqy", - "name": "healthequity inc" - }, - { - "cik": 1475922, - "symbol": "pri", - "name": "primerica inc" - }, - { - "cik": 1009001, - "symbol": "ccj", - "name": "cameco corp" - }, - { - "cik": 853816, - "symbol": "lstr", - "name": "landstar system inc" - }, - { - "cik": 867773, - "symbol": "spwr", - "name": "sunpower corp" - }, - { - "cik": 871763, - "symbol": "man", - "name": "manpowergroup inc" - }, - { - "cik": 1757073, - "symbol": "nvst", - "name": "envista holdings corp" - }, - { - "cik": 1609550, - "symbol": "insp", - "name": "inspire medical systems inc" - }, - { - "cik": 1775625, - "symbol": "sdc", - "name": "smiledirectclub inc" - }, - { - "cik": 720672, - "symbol": "sfb", - "name": "stifel financial corp" - }, - { - "cik": 866291, - "symbol": "algm", - "name": "allegro microsystems inc" - }, - { - "cik": 1592049, - "symbol": "rykkf", - "name": "ryohin keikaku co adr" - }, - { - "cik": 14595, - "symbol": "brthf", - "name": "brother industries ltd adr" - }, - { - "cik": 1050140, - "symbol": "dsgx", - "name": "descartes systems group inc" - }, - { - "cik": 1364250, - "symbol": "dei", - "name": "douglas emmett inc" - }, - { - "cik": 1745999, - "symbol": "beam", - "name": "beam therapeutics inc" - }, - { - "cik": 1647088, - "symbol": "wsc", - "name": "willscot mobile mini holdings corp" - }, - { - "cik": 1447945, - "symbol": "asmvf", - "name": "asm pacific technology ltd" - }, - { - "cik": 67716, - "symbol": "mdu", - "name": "mdu resources group inc" - }, - { - "cik": 764038, - "symbol": "ssb", - "name": "south state corp" - }, - { - "cik": 1021860, - "symbol": "nov", - "name": "national oilwell varco inc" - }, - { - "cik": 15615, - "symbol": "mtz", - "name": "mastec inc" - }, - { - "cik": 1722684, - "symbol": "wh", - "name": "wyndham hotels & resorts inc" - }, - { - "cik": 1367644, - "symbol": "ebs", - "name": "emergent biosolutions inc" - }, - { - "cik": 25232, - "symbol": "cuz", - "name": "cousins properties inc" - }, - { - "cik": 1418819, - "symbol": "irdm", - "name": "iridium communications inc" - }, - { - "cik": 1811882, - "symbol": "psth", - "name": "pershing square tontine holdings ltd" - }, - { - "cik": 1650664, - "symbol": "edit", - "name": "editas medicine inc" - }, - { - "cik": 1803599, - "symbol": "cnxc", - "name": "concentrix corp" - }, - { - "cik": 1655888, - "symbol": "orcc", - "name": "owl rock capital corp" - }, - { - "cik": 1299130, - "symbol": "pacb", - "name": "pacific biosciences of california inc" - }, - { - "cik": 1447250, - "symbol": "feltf", - "name": "fuji electric holdings ltd" - }, - { - "cik": 1664703, - "symbol": "be", - "name": "bloom energy corp" - }, - { - "cik": 1745916, - "symbol": "pfsi", - "name": "pennymac financial services inc" - }, - { - "cik": 1451160, - "symbol": "ektaf", - "name": "elekta ab adr" - }, - { - "cik": 30697, - "symbol": "wen", - "name": "wendys co" - }, - { - "cik": 926326, - "symbol": "omcl", - "name": "omnicell inc" - }, - { - "cik": 1795139, - "symbol": "gtbif", - "name": "green thumb industries inc" - }, - { - "cik": 1668397, - "symbol": "medp", - "name": "medpace holdings inc" - }, - { - "cik": 860748, - "symbol": "kmpr", - "name": "kemper corp" - }, - { - "cik": 1739942, - "symbol": "swi", - "name": "solarwinds corp" - }, - { - "cik": 1537280, - "symbol": "malrf", - "name": "mineral resources limited adr" - }, - { - "cik": 101778, - "symbol": "mro", - "name": "marathon oil corp" - }, - { - "cik": 1089063, - "symbol": "dks", - "name": "dicks sporting goods inc" - }, - { - "cik": 1669162, - "symbol": "knsl", - "name": "kinsale capital group inc" - }, - { - "cik": 36029, - "symbol": "ffin", - "name": "first financial bankshares inc" - }, - { - "cik": 105634, - "symbol": "eme", - "name": "emcor group inc" - }, - { - "cik": 1603145, - "symbol": "nep", - "name": "nextera energy partners lp" - }, - { - "cik": 1443669, - "symbol": "prlb", - "name": "proto labs inc" - }, - { - "cik": 1094972, - "symbol": "ugp", - "name": "ultrapar holdings inc" - }, - { - "cik": 1459200, - "symbol": "alrm", - "name": "alarmcom holdings inc" - }, - { - "cik": 1448893, - "symbol": "esnt", - "name": "essent group ltd" - }, - { - "cik": 1359841, - "symbol": "hbi", - "name": "hanesbrands inc" - }, - { - "cik": 1107843, - "symbol": "qlys", - "name": "qualys inc" - }, - { - "cik": 1626450, - "symbol": "bigc", - "name": "bigcommerce holdings inc" - }, - { - "cik": 1731831, - "symbol": "eidx", - "name": "eidos therapeutics inc" - }, - { - "cik": 1592386, - "symbol": "virt", - "name": "virtu financial inc" - }, - { - "cik": 1627475, - "symbol": "upwk", - "name": "upwork inc" - }, - { - "cik": 1724570, - "symbol": "msp", - "name": "datto holding corp" - }, - { - "cik": 1177702, - "symbol": "saia", - "name": "saia inc" - }, - { - "cik": 1764013, - "symbol": "imvt", - "name": "immunovant inc" - }, - { - "cik": 1411207, - "symbol": "alsn", - "name": "allison transmission holdings inc" - }, - { - "cik": 1436790, - "symbol": "nkrkf", - "name": "nokian tyres oyj" - }, - { - "cik": 1381668, - "symbol": "tfsl", - "name": "tfs financial corp" - }, - { - "cik": 1477720, - "symbol": "asan", - "name": "asana inc" - }, - { - "cik": 702257, - "symbol": "tsukf", - "name": "toyo suisan kaisha ltd adr" - }, - { - "cik": 1123452, - "symbol": "asr", - "name": "southeast airport group" - }, - { - "cik": 1821806, - "symbol": "lesl", - "name": "leslies inc" - }, - { - "cik": 1561894, - "symbol": "hasi", - "name": "hannon armstrong sustainable infrastructure capital inc" - }, - { - "cik": 82811, - "symbol": "rbc", - "name": "regal beloit corp" - }, - { - "cik": 1295484, - "symbol": "jobs", - "name": "51job inc" - }, - { - "cik": 1560327, - "symbol": "rpd", - "name": "rapid7 inc" - }, - { - "cik": 1316835, - "symbol": "bldr", - "name": "builders firstsource inc" - }, - { - "cik": 1128928, - "symbol": "flo", - "name": "flowers foods inc" - }, - { - "cik": 1371285, - "symbol": "trup", - "name": "trupanion inc" - }, - { - "cik": 1003078, - "symbol": "msm", - "name": "msc industrial direct co inc" - }, - { - "cik": 1588823, - "symbol": "tfii", - "name": "tfi international inc" - }, - { - "cik": 1057877, - "symbol": "ida", - "name": "idacorp inc" - }, - { - "cik": 1049521, - "symbol": "mrcy", - "name": "mercury systems inc" - }, - { - "cik": 1437776, - "symbol": "aemmf", - "name": "a2a spa" - }, - { - "cik": 1115055, - "symbol": "pnfpp", - "name": "pinnacle financial partners inc" - }, - { - "cik": 49279, - "symbol": "hsepf", - "name": "husky energy inc" - }, - { - "cik": 1296445, - "symbol": "ora", - "name": "ormat technologies inc" - }, - { - "cik": 733269, - "symbol": "ramp", - "name": "liveramp holdings inc" - }, - { - "cik": 906553, - "symbol": "byd", - "name": "boyd gaming corp" - }, - { - "cik": 833640, - "symbol": "powi", - "name": "power integrations inc" - }, - { - "cik": 354470, - "symbol": "npskf", - "name": "nsk ltd adr" - }, - { - "cik": 1581068, - "symbol": "brx", - "name": "brixmor property group inc" - }, - { - "cik": 875357, - "symbol": "bokf", - "name": "bok financial corp" - }, - { - "cik": 30625, - "symbol": "fls", - "name": "flowserve corp" - }, - { - "cik": 1674862, - "symbol": "ash", - "name": "ashland global holdings inc" - }, - { - "cik": 1514416, - "symbol": "band", - "name": "bandwidth inc" - }, - { - "cik": 1302215, - "symbol": "hli", - "name": "houlihan lokey inc" - }, - { - "cik": 1556616, - "symbol": "zhuzf", - "name": "zhuzhou crrc times electric co ltd adr" - }, - { - "cik": 910073, - "symbol": "nycb", - "name": "new york community bancorp inc" - }, - { - "cik": 1726978, - "symbol": "gshd", - "name": "goosehead insurance inc" - }, - { - "cik": 18349, - "symbol": "snv", - "name": "synovus financial corp" - }, - { - "cik": 1656081, - "symbol": "dava", - "name": "endava plc" - }, - { - "cik": 1479094, - "symbol": "stag", - "name": "stag industrial inc" - }, - { - "cik": 57515, - "symbol": "lanc", - "name": "lancaster colony corp" - }, - { - "cik": 84246, - "symbol": "rli", - "name": "rli corp" - }, - { - "cik": 772406, - "symbol": "crus", - "name": "cirrus logic inc" - }, - { - "cik": 802481, - "symbol": "ppc", - "name": "pilgrims pride corp" - }, - { - "cik": 88941, - "symbol": "smtc", - "name": "semtech corp" - }, - { - "cik": 1032033, - "symbol": "slm", - "name": "slm corp" - }, - { - "cik": 1487712, - "symbol": "al", - "name": "air lease corp" - }, - { - "cik": 1728190, - "symbol": "huya", - "name": "huya inc" - }, - { - "cik": 72333, - "symbol": "jwn", - "name": "nordstrom inc" - }, - { - "cik": 1745317, - "symbol": "graf", - "name": "velodyne lidar inc" - }, - { - "cik": 1772695, - "symbol": "nova", - "name": "sunnova energy international inc" - }, - { - "cik": 1439288, - "symbol": "rxn", - "name": "rexnord corp" - }, - { - "cik": 26324, - "symbol": "cw", - "name": "curtiss wright corp" - }, - { - "cik": 908732, - "symbol": "sptjf", - "name": "sinopec shanghai petrochemical co ltd" - }, - { - "cik": 1535379, - "symbol": "cldr", - "name": "cloudera inc" - }, - { - "cik": 1369868, - "symbol": "cbpo", - "name": "china biologic products holdings inc" - }, - { - "cik": 1437774, - "symbol": "bzzuf", - "name": "buzzi unicem spa" - }, - { - "cik": 763901, - "symbol": "bpop", - "name": "popular inc" - }, - { - "cik": 1308606, - "symbol": "src", - "name": "spirit realty capital inc" - }, - { - "cik": 1363829, - "symbol": "esgro", - "name": "enstar group ltd" - }, - { - "cik": 1597553, - "symbol": "sage", - "name": "sage therapeutics inc" - }, - { - "cik": 1435969, - "symbol": "mxchf", - "name": "orbia advance corporation sab de cv adr" - }, - { - "cik": 70866, - "symbol": "ncr", - "name": "ncr corp" - }, - { - "cik": 1788882, - "symbol": "root", - "name": "root inc" - }, - { - "cik": 1102993, - "symbol": "lpsn", - "name": "liveperson inc" - }, - { - "cik": 1754820, - "symbol": "trne", - "name": "desktop metal inc" - }, - { - "cik": 1678660, - "symbol": "prld", - "name": "prelude therapeutics inc" - }, - { - "cik": 1713952, - "symbol": "vvnt", - "name": "vivint smart home inc" - }, - { - "cik": 1450345, - "symbol": "rnmbf", - "name": "rheinmetall adr" - }, - { - "cik": 851520, - "symbol": "expo", - "name": "exponent inc" - }, - { - "cik": 1004434, - "symbol": "mgr", - "name": "affiliated managers group inc" - }, - { - "cik": 1477641, - "symbol": "dq", - "name": "daqo new energy corp" - }, - { - "cik": 1358762, - "symbol": "reta", - "name": "reata pharmaceuticals inc" - }, - { - "cik": 1436467, - "symbol": "adrzf", - "name": "andritz ag" - }, - { - "cik": 1019849, - "symbol": "pag", - "name": "penske automotive group inc" - }, - { - "cik": 1445305, - "symbol": "wk", - "name": "workiva inc" - }, - { - "cik": 1070081, - "symbol": "ptct", - "name": "ptc therapeutics inc" - }, - { - "cik": 1492074, - "symbol": "abczy", - "name": "abcam plc" - }, - { - "cik": 1408075, - "symbol": "gpk", - "name": "graphic packaging holding co" - }, - { - "cik": 1337619, - "symbol": "env", - "name": "envestnet inc" - }, - { - "cik": 1071321, - "symbol": "tkc", - "name": "turkcell iletisim hizmetleri a s" - }, - { - "cik": 81362, - "symbol": "kwr", - "name": "quaker chemical corp" - }, - { - "cik": 1324948, - "symbol": "roll", - "name": "rbc bearings inc" - }, - { - "cik": 1770450, - "symbol": "xrx", - "name": "xerox holdings corp" - }, - { - "cik": 1498828, - "symbol": "hhc", - "name": "howard hughes corp" - }, - { - "cik": 1450021, - "symbol": "wygpf", - "name": "worleyparsons ltd adr" - }, - { - "cik": 1487786, - "symbol": "meggf", - "name": "meggitt plc" - }, - { - "cik": 1651717, - "symbol": "nomd", - "name": "nomad foods ltd" - }, - { - "cik": 935036, - "symbol": "aciw", - "name": "aci worldwide inc" - }, - { - "cik": 1590714, - "symbol": "esi", - "name": "element solutions inc" - }, - { - "cik": 1508475, - "symbol": "vnet", - "name": "21vianet group inc" - }, - { - "cik": 1032220, - "symbol": "mms", - "name": "maximus inc" - }, - { - "cik": 25445, - "symbol": "cr", - "name": "crane co de" - }, - { - "cik": 1802883, - "symbol": "api", - "name": "agora inc" - }, - { - "cik": 1191334, - "symbol": "cncn", - "name": "chun can capital group" - }, - { - "cik": 1592438, - "symbol": "roymf", - "name": "royal mail plc adr" - }, - { - "cik": 1084048, - "symbol": "jcom", - "name": "j2 global inc" - }, - { - "cik": 1360901, - "symbol": "evr", - "name": "evercore inc" - }, - { - "cik": 1627223, - "symbol": "cc", - "name": "chemours co" - }, - { - "cik": 1080709, - "symbol": "arna", - "name": "arena pharmaceuticals inc" - }, - { - "cik": 1142417, - "symbol": "nxst", - "name": "nexstar media group inc" - }, - { - "cik": 1677576, - "symbol": "iipr", - "name": "innovative industrial properties inc" - }, - { - "cik": 883984, - "symbol": "icui", - "name": "icu medical inc de" - }, - { - "cik": 808450, - "symbol": "nav", - "name": "navistar international corp" - }, - { - "cik": 890564, - "symbol": "asgn", - "name": "asgn inc" - }, - { - "cik": 1355096, - "symbol": "qrtep", - "name": "qurate retail inc" - }, - { - "cik": 1334036, - "symbol": "crox", - "name": "crocs inc" - }, - { - "cik": 1424929, - "symbol": "foxf", - "name": "fox factory holding corp" - }, - { - "cik": 1434588, - "symbol": "lope", - "name": "grand canyon education inc" - }, - { - "cik": 1158463, - "symbol": "jblu", - "name": "jetblue airways corp" - }, - { - "cik": 1399224, - "symbol": "bbavf", - "name": "bba aviation plc" - }, - { - "cik": 1720990, - "symbol": "spaq", - "name": "fisker inc de" - }, - { - "cik": 1518521, - "symbol": "sepjf", - "name": "spectris plc adr" - }, - { - "cik": 5513, - "symbol": "unma", - "name": "unum group" - }, - { - "cik": 711377, - "symbol": "neog", - "name": "neogen corp" - }, - { - "cik": 1447122, - "symbol": "mzdaf", - "name": "mazda motor corp" - }, - { - "cik": 912892, - "symbol": "tv", - "name": "grupo televisa sab" - }, - { - "cik": 1446751, - "symbol": "cmhhf", - "name": "china merchants holdings international co ltd" - }, - { - "cik": 1477049, - "symbol": "phys", - "name": "sprott physical gold trust" - }, - { - "cik": 1520697, - "symbol": "achc", - "name": "acadia healthcare company inc" - }, - { - "cik": 70318, - "symbol": "thc", - "name": "tenet healthcare corp" - }, - { - "cik": 1808220, - "symbol": "goco", - "name": "gohealth inc" - }, - { - "cik": 1282637, - "symbol": "neu", - "name": "newmarket corp" - }, - { - "cik": 1636222, - "symbol": "wing", - "name": "wingstop inc" - }, - { - "cik": 1701732, - "symbol": "altr", - "name": "altair engineering inc" - }, - { - "cik": 1448056, - "symbol": "newr", - "name": "new relic inc" - }, - { - "cik": 1806201, - "symbol": "olenw", - "name": "open lending corp" - }, - { - "cik": 1157557, - "symbol": "cig", - "name": "energy co of minas gerais" - }, - { - "cik": 1727263, - "symbol": "ftdr", - "name": "frontdoor inc" - }, - { - "cik": 892553, - "symbol": "gtls", - "name": "chart industries inc" - }, - { - "cik": 1076930, - "symbol": "novt", - "name": "novanta inc" - }, - { - "cik": 1420800, - "symbol": "cfx", - "name": "colfax corp" - }, - { - "cik": 1674910, - "symbol": "vvv", - "name": "valvoline inc" - }, - { - "cik": 1518832, - "symbol": "wpx", - "name": "wpx energy inc" - }, - { - "cik": 868671, - "symbol": "gbci", - "name": "glacier bancorp inc" - }, - { - "cik": 1340652, - "symbol": "ccxi", - "name": "chemocentryx inc" - }, - { - "cik": 1648257, - "symbol": "hcm", - "name": "hutchison china meditech ltd" - }, - { - "cik": 1812364, - "symbol": "rlay", - "name": "relay therapeutics inc" - }, - { - "cik": 1756708, - "symbol": "jmia", - "name": "jumia technologies ag" - }, - { - "cik": 1447772, - "symbol": "unpsf", - "name": "uni-president china holdings ltd" - }, - { - "cik": 1776661, - "symbol": "cpaau", - "name": "advantage solutions inc" - }, - { - "cik": 1636519, - "symbol": "msgs", - "name": "madison square garden sports corp" - }, - { - "cik": 1144215, - "symbol": "ayi", - "name": "acuity brands inc" - }, - { - "cik": 1214816, - "symbol": "axs", - "name": "axis capital holdings ltd" - }, - { - "cik": 1357615, - "symbol": "kbr", - "name": "kbr inc" - }, - { - "cik": 1433642, - "symbol": "hlne", - "name": "hamilton lane inc" - }, - { - "cik": 1492422, - "symbol": "apls", - "name": "apellis pharmaceuticals inc" - }, - { - "cik": 1166388, - "symbol": "vrnt", - "name": "verint systems inc" - }, - { - "cik": 1108426, - "symbol": "pnm", - "name": "pnm resources inc" - }, - { - "cik": 1311370, - "symbol": "laz", - "name": "lazard ltd" - }, - { - "cik": 1402902, - "symbol": "czz", - "name": "cosan ltd" - }, - { - "cik": 1484769, - "symbol": "fubo", - "name": "fubotv inc fl" - }, - { - "cik": 944695, - "symbol": "thga", - "name": "hanover insurance group inc" - }, - { - "cik": 1752836, - "symbol": "cvet", - "name": "covetrus inc" - }, - { - "cik": 1177394, - "symbol": "snx", - "name": "synnex corp" - }, - { - "cik": 876437, - "symbol": "mtg", - "name": "mgic investment corp" - }, - { - "cik": 921638, - "symbol": "ssrm", - "name": "ssr mining inc" - }, - { - "cik": 1577916, - "symbol": "pinc", - "name": "premier inc" - }, - { - "cik": 1689662, - "symbol": "ard", - "name": "ardagh group sa" - }, - { - "cik": 1681459, - "symbol": "fti", - "name": "technipfmc plc" - }, - { - "cik": 1195737, - "symbol": "nea", - "name": "nuveen amt-free quality municipal income fund" - }, - { - "cik": 918646, - "symbol": "exp", - "name": "eagle materials inc" - }, - { - "cik": 1556593, - "symbol": "nrz", - "name": "new residential investment corp" - }, - { - "cik": 1689796, - "symbol": "jbgs", - "name": "jbg smith properties" - }, - { - "cik": 751978, - "symbol": "vicr", - "name": "vicor corp" - }, - { - "cik": 1486749, - "symbol": "hypmy", - "name": "hypermarcas sa" - }, - { - "cik": 1601072, - "symbol": "ay", - "name": "atlantica sustainable infrastructure plc" - }, - { - "cik": 1625791, - "symbol": "krnt", - "name": "kornit digital ltd" - }, - { - "cik": 822818, - "symbol": "clh", - "name": "clean harbors inc" - }, - { - "cik": 1652130, - "symbol": "ntla", - "name": "intellia therapeutics inc" - }, - { - "cik": 1102934, - "symbol": "ccmp", - "name": "cmc materials inc" - }, - { - "cik": 850209, - "symbol": "fl", - "name": "foot locker inc" - }, - { - "cik": 1061630, - "symbol": "bxmt", - "name": "blackstone mortgage trust inc" - }, - { - "cik": 1768267, - "symbol": "crnc", - "name": "cerence inc" - }, - { - "cik": 1704720, - "symbol": "cnne", - "name": "cannae holdings inc" - }, - { - "cik": 1224306, - "symbol": "isday", - "name": "israel discount bank ltd" - }, - { - "cik": 921082, - "symbol": "hiw", - "name": "highwoods properties inc" - }, - { - "cik": 1070235, - "symbol": "bb", - "name": "blackberry ltd" - }, - { - "cik": 1040971, - "symbol": "slg", - "name": "sl green realty corp" - }, - { - "cik": 74303, - "symbol": "oln", - "name": "olin corp" - }, - { - "cik": 920371, - "symbol": "ssd", - "name": "simpson manufacturing co inc" - }, - { - "cik": 891765, - "symbol": "bcauf", - "name": "brilliance china automotive holdings ltd" - }, - { - "cik": 40888, - "symbol": "ajrd", - "name": "aerojet rocketdyne holdings inc" - }, - { - "cik": 52827, - "symbol": "ryn", - "name": "rayonier inc" - }, - { - "cik": 1587732, - "symbol": "ogs", - "name": "one gas inc" - }, - { - "cik": 899749, - "symbol": "hr", - "name": "healthcare realty trust inc" - }, - { - "cik": 1449218, - "symbol": "gulrf", - "name": "guoco group ltd" - }, - { - "cik": 1675149, - "symbol": "aa", - "name": "alcoa corp" - }, - { - "cik": 69891, - "symbol": "fizz", - "name": "national beverage corp" - }, - { - "cik": 849869, - "symbol": "slgn", - "name": "silgan holdings inc" - }, - { - "cik": 1060822, - "symbol": "cri", - "name": "carters inc" - }, - { - "cik": 1623925, - "symbol": "am", - "name": "antero midstream corp" - }, - { - "cik": 1721947, - "symbol": "jamf", - "name": "jamf holding corp" - }, - { - "cik": 1666071, - "symbol": "cdlx", - "name": "cardlytics inc" - }, - { - "cik": 230557, - "symbol": "sigip", - "name": "selective insurance group inc" - }, - { - "cik": 795403, - "symbol": "wts", - "name": "watts water technologies inc" - }, - { - "cik": 729986, - "symbol": "ubsi", - "name": "united bankshares inc wv" - }, - { - "cik": 1125376, - "symbol": "ensg", - "name": "ensign group inc" - }, - { - "cik": 1810019, - "symbol": "rxt", - "name": "rackspace technology inc" - }, - { - "cik": 750004, - "symbol": "sgms", - "name": "scientific games corp" - }, - { - "cik": 1569650, - "symbol": "ozk", - "name": "bank ozk" - }, - { - "cik": 717605, - "symbol": "hxl", - "name": "hexcel corp de" - }, - { - "cik": 887936, - "symbol": "fcn", - "name": "fti consulting inc" - }, - { - "cik": 1577368, - "symbol": "qts", - "name": "qts realty trust inc" - }, - { - "cik": 1801198, - "symbol": "legn", - "name": "legend biotech corp" - }, - { - "cik": 1476150, - "symbol": "trno", - "name": "terreno realty corp" - }, - { - "cik": 1443275, - "symbol": "thklf", - "name": "thk co ltd" - }, - { - "cik": 1710583, - "symbol": "swch", - "name": "switch inc" - }, - { - "cik": 1438929, - "symbol": "kzmyf", - "name": "kaz minerals plc" - }, - { - "cik": 48039, - "symbol": "hfc", - "name": "hollyfrontier corp" - }, - { - "cik": 910406, - "symbol": "hain", - "name": "hain celestial group inc" - }, - { - "cik": 912958, - "symbol": "tigo", - "name": "millicom international cellular sa" - }, - { - "cik": 1365555, - "symbol": "afft", - "name": "amtrust financial services inc" - }, - { - "cik": 1617406, - "symbol": "pk", - "name": "park hotels & resorts inc" - }, - { - "cik": 1517302, - "symbol": "apam", - "name": "artisan partners asset management inc" - }, - { - "cik": 1454468, - "symbol": "bjchf", - "name": "beijing capital international airport co adr" - }, - { - "cik": 1610466, - "symbol": "shlx", - "name": "shell midstream partners lp" - }, - { - "cik": 717954, - "symbol": "unf", - "name": "unifirst corp" - }, - { - "cik": 1092699, - "symbol": "spsc", - "name": "sps commerce inc" - }, - { - "cik": 1082923, - "symbol": "stmp", - "name": "stampscom inc" - }, - { - "cik": 1688852, - "symbol": "safe", - "name": "safehold inc" - }, - { - "cik": 1364885, - "symbol": "spr", - "name": "spirit aerosystems holdings inc" - }, - { - "cik": 60519, - "symbol": "lpx", - "name": "louisiana-pacific corp" - }, - { - "cik": 1710155, - "symbol": "eye", - "name": "national vision holdings inc" - }, - { - "cik": 1737287, - "symbol": "allo", - "name": "allogene therapeutics inc" - }, - { - "cik": 1578735, - "symbol": "nghcz", - "name": "national general holdings corp" - }, - { - "cik": 1450461, - "symbol": "ebrpf", - "name": "ebro puleva sa adr" - }, - { - "cik": 1338065, - "symbol": "dcp", - "name": "dcp midstream lp" - }, - { - "cik": 1706431, - "symbol": "vir", - "name": "vir biotechnology inc" - }, - { - "cik": 1041792, - "symbol": "elpvy", - "name": "energy co of parana" - }, - { - "cik": 1720635, - "symbol": "nvt", - "name": "nvent electric plc" - }, - { - "cik": 1494259, - "symbol": "carg", - "name": "cargurus inc" - }, - { - "cik": 1531048, - "symbol": "nari", - "name": "inari medical inc" - }, - { - "cik": 1485888, - "symbol": "mlluy", - "name": "metallurgical corp of china ltd adr" - }, - { - "cik": 1568100, - "symbol": "pd", - "name": "pagerduty inc" - }, - { - "cik": 1327068, - "symbol": "uso", - "name": "united states oil fund lp" - }, - { - "cik": 714310, - "symbol": "vly", - "name": "valley national bancorp" - }, - { - "cik": 70145, - "symbol": "nfg", - "name": "national fuel gas co" - }, - { - "cik": 1655759, - "symbol": "arvn", - "name": "arvinas inc" - }, - { - "cik": 890926, - "symbol": "rdn", - "name": "radian group inc" - }, - { - "cik": 1724670, - "symbol": "prsp", - "name": "perspecta inc" - }, - { - "cik": 1451554, - "symbol": "wimhf", - "name": "william hill plc adr" - }, - { - "cik": 354707, - "symbol": "he", - "name": "hawaiian electric industries inc" - }, - { - "cik": 1454177, - "symbol": "apnhf", - "name": "aspen pharmacare holdings ltd adr" - }, - { - "cik": 1773427, - "symbol": "swtx", - "name": "springworks therapeutics inc" - }, - { - "cik": 1217234, - "symbol": "cdna", - "name": "caredx inc" - }, - { - "cik": 1168054, - "symbol": "xec", - "name": "cimarex energy co" - }, - { - "cik": 929008, - "symbol": "wcc", - "name": "wesco international inc" - }, - { - "cik": 1726445, - "symbol": "seer", - "name": "seer inc" - }, - { - "cik": 1038572, - "symbol": "cbd", - "name": "brazilian distribution co companhia brasileira de distr cbd" - }, - { - "cik": 1769731, - "symbol": "hkib", - "name": "amtd international inc" - }, - { - "cik": 1130464, - "symbol": "bkh", - "name": "black hills corp sd" - }, - { - "cik": 1574540, - "symbol": "doc", - "name": "physicians realty trust" - }, - { - "cik": 1743759, - "symbol": "crsr", - "name": "corsair gaming inc" - }, - { - "cik": 1446655, - "symbol": "kurrf", - "name": "kuraray co ltd" - }, - { - "cik": 927003, - "symbol": "aeis", - "name": "advanced energy industries inc" - }, - { - "cik": 1718512, - "symbol": "gtes", - "name": "gates industrial corp plc" - }, - { - "cik": 1137849, - "symbol": "pbsff", - "name": "prosiebensat1 media se adr" - }, - { - "cik": 1762417, - "symbol": "doyu", - "name": "douyu international holdings ltd" - }, - { - "cik": 1433660, - "symbol": "jbt", - "name": "john bean technologies corp" - }, - { - "cik": 1436652, - "symbol": "tpdnf", - "name": "topdanmark as" - }, - { - "cik": 1163302, - "symbol": "x", - "name": "united states steel corp" - }, - { - "cik": 1644675, - "symbol": "mime", - "name": "mimecast ltd" - }, - { - "cik": 62919, - "symbol": "maurf", - "name": "marui co ltd adr" - }, - { - "cik": 1771515, - "symbol": "go", - "name": "grocery outlet holding corp" - }, - { - "cik": 784977, - "symbol": "por", - "name": "portland general electric co or" - }, - { - "cik": 801337, - "symbol": "wbs", - "name": "webster financial corp" - }, - { - "cik": 1372920, - "symbol": "edu", - "name": "new oriental education & technology group inc" - }, - { - "cik": 102729, - "symbol": "vmi", - "name": "valmont industries inc" - }, - { - "cik": 1122976, - "symbol": "pol", - "name": "avient corp" - }, - { - "cik": 921299, - "symbol": "fgen", - "name": "fibrogen inc" - }, - { - "cik": 718937, - "symbol": "staa", - "name": "staar surgical co" - }, - { - "cik": 1573516, - "symbol": "musa", - "name": "murphy usa inc" - }, - { - "cik": 1692063, - "symbol": "sndr", - "name": "schneider national inc" - }, - { - "cik": 1091907, - "symbol": "wwe", - "name": "world wrestling entertainmentinc" - }, - { - "cik": 1620533, - "symbol": "shak", - "name": "shake shack inc" - }, - { - "cik": 1104506, - "symbol": "insm", - "name": "insmed inc" - }, - { - "cik": 9326, - "symbol": "bcpc", - "name": "balchem corp" - }, - { - "cik": 33213, - "symbol": "eqt", - "name": "eqt corp" - }, - { - "cik": 1482512, - "symbol": "hpp", - "name": "hudson pacific properties inc" - }, - { - "cik": 1808834, - "symbol": "prg", - "name": "prog holdings inc" - }, - { - "cik": 1493594, - "symbol": "mtsi", - "name": "macom technology solutions holdings inc" - }, - { - "cik": 1340243, - "symbol": "mor", - "name": "morphosys ag" - }, - { - "cik": 1794783, - "symbol": "slqt", - "name": "selectquote inc" - }, - { - "cik": 1726122, - "symbol": "cef", - "name": "sprott physical gold & silver trust" - }, - { - "cik": 1071438, - "symbol": "bak", - "name": "braskem sa" - }, - { - "cik": 1047127, - "symbol": "amkr", - "name": "amkor technology inc" - }, - { - "cik": 1574815, - "symbol": "bmch", - "name": "bmc stock holdings inc" - }, - { - "cik": 1131383, - "symbol": "stn", - "name": "stantec inc" - }, - { - "cik": 1361658, - "symbol": "wynd", - "name": "wyndham destinations inc" - }, - { - "cik": 88121, - "symbol": "seb", - "name": "seaboard corp de" - }, - { - "cik": 1447112, - "symbol": "mslof", - "name": "mitsui osk lines ltd" - }, - { - "cik": 1434621, - "symbol": "tree", - "name": "lendingtree inc" - }, - { - "cik": 1492298, - "symbol": "sbra", - "name": "sabra health care reit inc" - }, - { - "cik": 866368, - "symbol": "psb", - "name": "ps business parks inc ca" - }, - { - "cik": 1792580, - "symbol": "ovv", - "name": "ovintiv inc" - }, - { - "cik": 105132, - "symbol": "wdfc", - "name": "wd 40 co" - }, - { - "cik": 1444719, - "symbol": "yueif", - "name": "yue yuen industrial (holdings) ltd" - }, - { - "cik": 913353, - "symbol": "cigi", - "name": "colliers international group inc" - }, - { - "cik": 1045309, - "symbol": "gra", - "name": "w r grace & co" - }, - { - "cik": 7431, - "symbol": "awi", - "name": "armstrong world industries inc" - }, - { - "cik": 1320414, - "symbol": "sem", - "name": "select medical holdings corp" - }, - { - "cik": 1356570, - "symbol": "wns", - "name": "wns (holdings) ltd" - }, - { - "cik": 1615903, - "symbol": "ifs", - "name": "intercorp financial services inc" - }, - { - "cik": 917251, - "symbol": "adc", - "name": "agree realty corp" - }, - { - "cik": 1551306, - "symbol": "pgny", - "name": "progyny inc" - }, - { - "cik": 1739936, - "symbol": "svmk", - "name": "svmk inc" - }, - { - "cik": 780571, - "symbol": "itri", - "name": "itron inc" - }, - { - "cik": 21510, - "symbol": "cohr", - "name": "coherent inc" - }, - { - "cik": 1600930, - "symbol": "asccf", - "name": "asics corporation adr" - }, - { - "cik": 1481513, - "symbol": "jks", - "name": "jinkosolar holding co ltd" - }, - { - "cik": 1562476, - "symbol": "tmhc", - "name": "taylor morrison home corp" - }, - { - "cik": 886977, - "symbol": "meoh", - "name": "methanex corp" - }, - { - "cik": 1023731, - "symbol": "eght", - "name": "8x8 inc de" - }, - { - "cik": 1013880, - "symbol": "ttec", - "name": "ttec holdings inc" - }, - { - "cik": 29002, - "symbol": "diod", - "name": "diodes inc del" - }, - { - "cik": 1281895, - "symbol": "rckt", - "name": "rocket pharmaceuticals inc" - }, - { - "cik": 1597033, - "symbol": "sabrp", - "name": "sabre corp" - }, - { - "cik": 1284812, - "symbol": "cns", - "name": "cohen & steers inc" - }, - { - "cik": 1351288, - "symbol": "gwph", - "name": "gw pharmaceuticals plc" - }, - { - "cik": 275880, - "symbol": "psn", - "name": "parsons corp" - }, - { - "cik": 1289308, - "symbol": "ens", - "name": "enersys" - }, - { - "cik": 1642545, - "symbol": "swav", - "name": "shockwave medical inc" - }, - { - "cik": 1171825, - "symbol": "cit", - "name": "cit group inc" - }, - { - "cik": 1090116, - "symbol": "nvg", - "name": "nuveen amt-free municipal credit income fund" - }, - { - "cik": 1111335, - "symbol": "vc", - "name": "visteon corp" - }, - { - "cik": 1122491, - "symbol": "brfs", - "name": "brf sa" - }, - { - "cik": 1526520, - "symbol": "trip", - "name": "tripadvisor inc" - }, - { - "cik": 795266, - "symbol": "kbh", - "name": "kb home" - }, - { - "cik": 1725255, - "symbol": "ahco", - "name": "adapthealth corp" - }, - { - "cik": 1654151, - "symbol": "dcph", - "name": "deciphera pharmaceuticals inc" - }, - { - "cik": 1747009, - "symbol": "etrn", - "name": "equitrans midstream corp" - }, - { - "cik": 1015328, - "symbol": "wtfcp", - "name": "wintrust financial corp" - }, - { - "cik": 78890, - "symbol": "bco", - "name": "brinks co" - }, - { - "cik": 1272830, - "symbol": "vg", - "name": "vonage holdings corp" - }, - { - "cik": 1374535, - "symbol": "aimc", - "name": "altra industrial motion corp" - }, - { - "cik": 877365, - "symbol": "osb", - "name": "norbord inc" - }, - { - "cik": 1647639, - "symbol": "upst", - "name": "upstart holdings inc" - }, - { - "cik": 886128, - "symbol": "fcel", - "name": "fuelcell energy inc" - }, - { - "cik": 1178819, - "symbol": "agi", - "name": "alamos gold inc" - }, - { - "cik": 1643269, - "symbol": "sumo", - "name": "sumo logic inc" - }, - { - "cik": 85961, - "symbol": "r", - "name": "ryder system inc" - }, - { - "cik": 1810182, - "symbol": "alxo", - "name": "alx oncology holdings inc" - }, - { - "cik": 1040829, - "symbol": "rhp", - "name": "ryman hospitality properties inc" - }, - { - "cik": 1815442, - "symbol": "kymr", - "name": "kymera therapeutics inc" - }, - { - "cik": 1520262, - "symbol": "alks", - "name": "alkermes plc" - }, - { - "cik": 912767, - "symbol": "ufpi", - "name": "ufp industries inc" - }, - { - "cik": 1601994, - "symbol": "chfff", - "name": "china everbright international limited adr" - }, - { - "cik": 1781755, - "symbol": "brp", - "name": "brp group inc" - }, - { - "cik": 1759546, - "symbol": "ridew", - "name": "lordstown motors corp" - }, - { - "cik": 1690511, - "symbol": "goos", - "name": "canada goose holdings inc" - }, - { - "cik": 1692115, - "symbol": "swx", - "name": "southwest gas holdings inc" - }, - { - "cik": 8858, - "symbol": "avt", - "name": "avnet inc" - }, - { - "cik": 824142, - "symbol": "aaon", - "name": "aaon inc" - }, - { - "cik": 906709, - "symbol": "nktr", - "name": "nektar therapeutics" - }, - { - "cik": 1101215, - "symbol": "ads", - "name": "alliance data systems corp" - }, - { - "cik": 1070154, - "symbol": "stl", - "name": "sterling bancorp" - }, - { - "cik": 1342875, - "symbol": "tuiff", - "name": "tui ag" - }, - { - "cik": 763744, - "symbol": "lcii", - "name": "lci industries" - }, - { - "cik": 1639691, - "symbol": "livn", - "name": "livanova plc" - }, - { - "cik": 1192448, - "symbol": "gkos", - "name": "glaukos corp" - }, - { - "cik": 1173420, - "symbol": "ng", - "name": "novagold resources inc" - }, - { - "cik": 773141, - "symbol": "mdc", - "name": "mdc holdings inc" - }, - { - "cik": 1384101, - "symbol": "vcyt", - "name": "veracyte inc" - }, - { - "cik": 1660734, - "symbol": "trtn", - "name": "triton international ltd" - }, - { - "cik": 1619762, - "symbol": "igt", - "name": "international game technology plc" - }, - { - "cik": 892537, - "symbol": "mant", - "name": "mantech international corp" - }, - { - "cik": 356309, - "symbol": "njr", - "name": "new jersey resources corp" - }, - { - "cik": 912093, - "symbol": "viav", - "name": "viavi solutions inc" - }, - { - "cik": 1338749, - "symbol": "pch", - "name": "potlatchdeltic corp" - }, - { - "cik": 723188, - "symbol": "cbu", - "name": "community bank system inc" - }, - { - "cik": 1039399, - "symbol": "form", - "name": "formfactor inc" - }, - { - "cik": 1000753, - "symbol": "nsp", - "name": "insperity inc" - }, - { - "cik": 1527508, - "symbol": "ptve", - "name": "pactiv evergreen inc" - }, - { - "cik": 833079, - "symbol": "mth", - "name": "meritage homes corp" - }, - { - "cik": 1580905, - "symbol": "ibp", - "name": "installed building products inc" - }, - { - "cik": 1670541, - "symbol": "adnt", - "name": "adient plc" - }, - { - "cik": 1126956, - "symbol": "sr", - "name": "spire inc" - }, - { - "cik": 101382, - "symbol": "umbf", - "name": "umb financial corp" - }, - { - "cik": 1142750, - "symbol": "amn", - "name": "amn healthcare services inc" - }, - { - "cik": 1628369, - "symbol": "cwk", - "name": "cushman & wakefield plc" - }, - { - "cik": 1196501, - "symbol": "hmsy", - "name": "hms holdings corp" - }, - { - "cik": 19446, - "symbol": "cmd", - "name": "cantel medical corp" - }, - { - "cik": 1280263, - "symbol": "amba", - "name": "ambarella inc" - }, - { - "cik": 919012, - "symbol": "aeo", - "name": "american eagle outfitters inc" - }, - { - "cik": 1651052, - "symbol": "focs", - "name": "focus financial partners inc" - }, - { - "cik": 1579428, - "symbol": "axsm", - "name": "axsome therapeutics inc" - }, - { - "cik": 1401708, - "symbol": "nstg", - "name": "nanostring technologies inc" - }, - { - "cik": 1713947, - "symbol": "sogo", - "name": "sogou inc" - }, - { - "cik": 1571549, - "symbol": "sfrgf", - "name": "salvatore ferragamo spa adr" - }, - { - "cik": 1077771, - "symbol": "umpq", - "name": "umpqua holdings corp" - }, - { - "cik": 1067294, - "symbol": "cbrl", - "name": "cracker barrel old country store inc" - }, - { - "cik": 803649, - "symbol": "eqc", - "name": "equity commonwealth" - }, - { - "cik": 825313, - "symbol": "ab", - "name": "alliancebernstein holding lp" - }, - { - "cik": 109177, - "symbol": "spb", - "name": "spectrum brands holdings inc" - }, - { - "cik": 1069258, - "symbol": "ktos", - "name": "kratos defense & security solutions inc" - }, - { - "cik": 816956, - "symbol": "cnmd", - "name": "conmed corp" - }, - { - "cik": 1083839, - "symbol": "nad", - "name": "nuveen quality municipal income fund" - }, - { - "cik": 1788348, - "symbol": "bipc", - "name": "brookfield infrastructure corp" - }, - { - "cik": 1372612, - "symbol": "box", - "name": "box inc" - }, - { - "cik": 911177, - "symbol": "cwst", - "name": "casella waste systems inc" - }, - { - "cik": 1289790, - "symbol": "mic", - "name": "macquarie infrastructure corp" - }, - { - "cik": 38725, - "symbol": "fele", - "name": "franklin electric co inc" - }, - { - "cik": 794367, - "symbol": "m", - "name": "macys inc" - }, - { - "cik": 1088856, - "symbol": "cort", - "name": "corcept therapeutics inc" - }, - { - "cik": 1345105, - "symbol": "cpa", - "name": "copa holdings sa" - }, - { - "cik": 1604643, - "symbol": "aqua", - "name": "evoqua water technologies corp" - }, - { - "cik": 1375877, - "symbol": "csiq", - "name": "canadian solar inc" - }, - { - "cik": 1091223, - "symbol": "mtls", - "name": "materialise nv" - }, - { - "cik": 877860, - "symbol": "nhi", - "name": "national health investors inc" - }, - { - "cik": 719413, - "symbol": "hl", - "name": "hecla mining co de" - }, - { - "cik": 55242, - "symbol": "kmt", - "name": "kennametal inc" - }, - { - "cik": 912766, - "symbol": "laur", - "name": "laureate education inc" - }, - { - "cik": 1331520, - "symbol": "homb", - "name": "home bancshares inc" - }, - { - "cik": 806628, - "symbol": "dnp", - "name": "dnp select income fund inc" - }, - { - "cik": 891024, - "symbol": "pdco", - "name": "patterson companies inc" - }, - { - "cik": 310142, - "symbol": "sxt", - "name": "sensient technologies corp" - }, - { - "cik": 1463258, - "symbol": "regi", - "name": "renewable energy group inc" - }, - { - "cik": 1790982, - "symbol": "arnc", - "name": "arconic corp" - }, - { - "cik": 1386278, - "symbol": "gdot", - "name": "green dot corp" - }, - { - "cik": 1494319, - "symbol": "unvr", - "name": "univar solutions inc" - }, - { - "cik": 1677250, - "symbol": "zto", - "name": "zto express (cayman) inc" - }, - { - "cik": 66756, - "symbol": "ale", - "name": "allete inc" - }, - { - "cik": 776867, - "symbol": "wtm", - "name": "white mountains insurance group ltd" - }, - { - "cik": 1504008, - "symbol": "bku", - "name": "bankunited inc" - }, - { - "cik": 1461283, - "symbol": "ccohf", - "name": "china state construction international holdings limited adr" - }, - { - "cik": 1224608, - "symbol": "cno", - "name": "cno financial group inc" - }, - { - "cik": 1050446, - "symbol": "mstr", - "name": "microstrategy inc" - }, - { - "cik": 1581285, - "symbol": "bcucy", - "name": "brunello cucinelli spa adr" - }, - { - "cik": 1672013, - "symbol": "golf", - "name": "acushnet holdings corp" - }, - { - "cik": 1810546, - "symbol": "ebc", - "name": "eastern bankshares inc" - }, - { - "cik": 1740332, - "symbol": "rezi", - "name": "resideo technologies inc" - }, - { - "cik": 944809, - "symbol": "opk", - "name": "opko health inc" - }, - { - "cik": 856982, - "symbol": "mmsi", - "name": "merit medical systems inc" - }, - { - "cik": 46195, - "symbol": "boh", - "name": "bank of hawaii corp" - }, - { - "cik": 1013131, - "symbol": "bvn", - "name": "buenaventura mining co inc" - }, - { - "cik": 1796209, - "symbol": "jcqq", - "name": "api group corp" - }, - { - "cik": 1293971, - "symbol": "blue", - "name": "bluebird bio inc" - }, - { - "cik": 1558629, - "symbol": "pci", - "name": "pimco dynamic credit & mortgage income fund" - }, - { - "cik": 1651235, - "symbol": "acia", - "name": "acacia communications inc" - }, - { - "cik": 99780, - "symbol": "trn", - "name": "trinity industries inc" - }, - { - "cik": 1459417, - "symbol": "twou", - "name": "2u inc" - }, - { - "cik": 1685040, - "symbol": "bhfao", - "name": "brighthouse financial inc" - }, - { - "cik": 1725579, - "symbol": "ps", - "name": "pluralsight inc" - }, - { - "cik": 1175680, - "symbol": "cydy", - "name": "cytodyn inc" - }, - { - "cik": 1533475, - "symbol": "azihf", - "name": "azimut holding spa adr" - }, - { - "cik": 1438557, - "symbol": "anioy", - "name": "acerinox sa" - }, - { - "cik": 109563, - "symbol": "ait", - "name": "applied industrial technologies inc" - }, - { - "cik": 1401680, - "symbol": "csod", - "name": "cornerstone ondemand inc" - }, - { - "cik": 56047, - "symbol": "kex", - "name": "kirby corp" - }, - { - "cik": 932470, - "symbol": "teo", - "name": "telecom argentina sa" - }, - { - "cik": 1626115, - "symbol": "pjt", - "name": "pjt partners inc" - }, - { - "cik": 1593899, - "symbol": "avir", - "name": "atea pharmaceuticals inc" - }, - { - "cik": 1653477, - "symbol": "ngvt", - "name": "ingevity corp" - }, - { - "cik": 36377, - "symbol": "fhb", - "name": "first hawaiian inc" - }, - { - "cik": 1481646, - "symbol": "accd", - "name": "accolade inc" - }, - { - "cik": 37808, - "symbol": "fnb", - "name": "fnb corp pa" - }, - { - "cik": 1341766, - "symbol": "celh", - "name": "celsius holdings inc" - }, - { - "cik": 1562040, - "symbol": "sdipf", - "name": "frasers group plc adr" - }, - { - "cik": 910108, - "symbol": "lxp", - "name": "lexington realty trust" - }, - { - "cik": 1778016, - "symbol": "imab", - "name": "i-mab" - }, - { - "cik": 1768666, - "symbol": "bstz", - "name": "blackrock science & technology trust ii" - }, - { - "cik": 1632790, - "symbol": "enr", - "name": "energizer holdings inc" - }, - { - "cik": 1280058, - "symbol": "blkb", - "name": "blackbaud inc" - }, - { - "cik": 1517375, - "symbol": "spt", - "name": "sprout social inc" - }, - { - "cik": 320121, - "symbol": "tlsrp", - "name": "telos corp" - }, - { - "cik": 1158324, - "symbol": "ccoi", - "name": "cogent communications holdings inc" - }, - { - "cik": 1654795, - "symbol": "bbu", - "name": "brookfield business partners lp" - }, - { - "cik": 1077428, - "symbol": "tcbil", - "name": "texas capital bancshares inc tx" - }, - { - "cik": 785956, - "symbol": "jjsf", - "name": "j&j snack foods corp" - }, - { - "cik": 924805, - "symbol": "frhc", - "name": "freedom holding corp" - }, - { - "cik": 40211, - "symbol": "gmta", - "name": "gatx corp" - }, - { - "cik": 1653653, - "symbol": "rrr", - "name": "red rock resorts inc" - }, - { - "cik": 860546, - "symbol": "ofc", - "name": "corporate office properties trust" - }, - { - "cik": 1768224, - "symbol": "arct", - "name": "arcturus therapeutics holdings inc" - }, - { - "cik": 812128, - "symbol": "safm", - "name": "sanderson farms inc" - }, - { - "cik": 103730, - "symbol": "vsh", - "name": "vishay intertechnology inc" - }, - { - "cik": 1439222, - "symbol": "agio", - "name": "agios pharmaceuticals inc" - }, - { - "cik": 1297989, - "symbol": "exls", - "name": "exlservice holdings inc" - }, - { - "cik": 1595974, - "symbol": "rubi", - "name": "magnite inc" - }, - { - "cik": 1781753, - "symbol": "dao", - "name": "youdao inc" - }, - { - "cik": 1619954, - "symbol": "inov", - "name": "inovalon holdings inc" - }, - { - "cik": 39899, - "symbol": "tgna", - "name": "tegna inc" - }, - { - "cik": 840489, - "symbol": "fcfs", - "name": "firstcash inc" - }, - { - "cik": 1580670, - "symbol": "lgih", - "name": "lgi homes inc" - }, - { - "cik": 1362468, - "symbol": "algt", - "name": "allegiant travel co" - }, - { - "cik": 1102112, - "symbol": "pacw", - "name": "pacwest bancorp" - }, - { - "cik": 1417398, - "symbol": "hi", - "name": "hillenbrand inc" - }, - { - "cik": 913241, - "symbol": "shoo", - "name": "steven madden ltd" - }, - { - "cik": 1628171, - "symbol": "rvmd", - "name": "revolution medicines inc" - }, - { - "cik": 1056288, - "symbol": "fhi", - "name": "federated hermes inc" - }, - { - "cik": 73088, - "symbol": "nwe", - "name": "northwestern corp" - }, - { - "cik": 901491, - "symbol": "pzza", - "name": "papa johns international inc" - }, - { - "cik": 1559865, - "symbol": "evtc", - "name": "evertec inc" - }, - { - "cik": 1314727, - "symbol": "sono", - "name": "sonos inc" - }, - { - "cik": 817720, - "symbol": "syna", - "name": "synaptics inc" - }, - { - "cik": 1418121, - "symbol": "aple", - "name": "apple hospitality reit inc" - }, - { - "cik": 64996, - "symbol": "mcy", - "name": "mercury general corp" - }, - { - "cik": 26780, - "symbol": "dan", - "name": "dana inc" - }, - { - "cik": 1056903, - "symbol": "awr", - "name": "american states water co" - }, - { - "cik": 868780, - "symbol": "dorm", - "name": "dorman products inc" - }, - { - "cik": 1754068, - "symbol": "alvr", - "name": "allovir inc" - }, - { - "cik": 1552275, - "symbol": "sun", - "name": "sunoco lp" - }, - { - "cik": 1610601, - "symbol": "momo", - "name": "momo inc" - }, - { - "cik": 1424182, - "symbol": "bnl", - "name": "broadstone net lease inc" - }, - { - "cik": 1028918, - "symbol": "ppbi", - "name": "pacific premier bancorp inc" - }, - { - "cik": 84748, - "symbol": "rog", - "name": "rogers corp" - }, - { - "cik": 750577, - "symbol": "hwcpz", - "name": "hancock whitney corp" - }, - { - "cik": 1495153, - "symbol": "mmyt", - "name": "makemytrip ltd" - }, - { - "cik": 1742924, - "symbol": "lthm", - "name": "livent corp" - }, - { - "cik": 1425287, - "symbol": "wkhs", - "name": "workhorse group inc" - }, - { - "cik": 1629137, - "symbol": "gbt", - "name": "global blood therapeutics inc" - }, - { - "cik": 1497770, - "symbol": "wd", - "name": "walker & dunlop inc" - }, - { - "cik": 1408710, - "symbol": "fn", - "name": "fabrinet" - }, - { - "cik": 310522, - "symbol": "fnmap", - "name": "federal national mortgage association fannie mae" - }, - { - "cik": 1771917, - "symbol": "krtx", - "name": "karuna therapeutics inc" - }, - { - "cik": 888746, - "symbol": "ccu", - "name": "united breweries co inc" - }, - { - "cik": 1124941, - "symbol": "becn", - "name": "beacon roofing supply inc" - }, - { - "cik": 1014739, - "symbol": "opch", - "name": "option care health inc" - }, - { - "cik": 1468091, - "symbol": "veon", - "name": "veon ltd" - }, - { - "cik": 12659, - "symbol": "hrb", - "name": "h&r block inc" - }, - { - "cik": 1299939, - "symbol": "bxs", - "name": "bancorpsouth bank" - }, - { - "cik": 1723089, - "symbol": "chx", - "name": "championx corp" - }, - { - "cik": 1579877, - "symbol": "out", - "name": "outfront media inc" - }, - { - "cik": 933136, - "symbol": "coop", - "name": "mr cooper group inc" - }, - { - "cik": 1771910, - "symbol": "adct", - "name": "adc therapeutics sa" - }, - { - "cik": 1739566, - "symbol": "cch", - "name": "utz brands inc" - }, - { - "cik": 793074, - "symbol": "wern", - "name": "werner enterprises inc" - }, - { - "cik": 1041803, - "symbol": "psmt", - "name": "pricesmart inc" - }, - { - "cik": 39368, - "symbol": "ful", - "name": "fuller h b co" - }, - { - "cik": 701374, - "symbol": "six", - "name": "six flags entertainment corp" - }, - { - "cik": 1023514, - "symbol": "hmy", - "name": "harmony gold mining co ltd" - }, - { - "cik": 1821468, - "symbol": "yq", - "name": "17 education & technology group inc" - }, - { - "cik": 1702744, - "symbol": "smpl", - "name": "simply good foods co" - }, - { - "cik": 1472595, - "symbol": "rcm", - "name": "r1 rcm inc" - }, - { - "cik": 828916, - "symbol": "wri", - "name": "weingarten realty investors tx" - }, - { - "cik": 1446661, - "symbol": "jtekf", - "name": "jtekt corp" - }, - { - "cik": 1525759, - "symbol": "fskr", - "name": "fs kkr capital corp ii" - }, - { - "cik": 1308648, - "symbol": "ag", - "name": "first majestic silver corp" - }, - { - "cik": 1625414, - "symbol": "bzun", - "name": "baozun inc" - }, - { - "cik": 1656472, - "symbol": "cron", - "name": "cronos group inc" - }, - { - "cik": 104918, - "symbol": "ava", - "name": "avista corp" - }, - { - "cik": 1818355, - "symbol": "bft", - "name": "foley trasimene acquisition ii" - }, - { - "cik": 1553079, - "symbol": "fisk", - "name": "empire state realty op lp" - }, - { - "cik": 1541401, - "symbol": "esrt", - "name": "empire state realty trust inc" - }, - { - "cik": 1620280, - "symbol": "unit", - "name": "uniti group inc" - }, - { - "cik": 1021561, - "symbol": "nus", - "name": "nu skin enterprises inc" - }, - { - "cik": 1142596, - "symbol": "nuva", - "name": "nuvasive inc" - }, - { - "cik": 1039828, - "symbol": "ael", - "name": "american equity investment life holding co" - }, - { - "cik": 745308, - "symbol": "joe", - "name": "st joe co" - }, - { - "cik": 18654, - "symbol": "ailnp", - "name": "ameren illinois co" - }, - { - "cik": 9092, - "symbol": "bmi", - "name": "badger meter inc" - }, - { - "cik": 1114483, - "symbol": "itgr", - "name": "integer holdings corp" - }, - { - "cik": 1549346, - "symbol": "sstk", - "name": "shutterstock inc" - }, - { - "cik": 906338, - "symbol": "taro", - "name": "taro pharmaceutical industries ltd" - }, - { - "cik": 890319, - "symbol": "tco", - "name": "taubman centers inc" - }, - { - "cik": 1144980, - "symbol": "abg", - "name": "asbury automotive group inc" - }, - { - "cik": 1496323, - "symbol": "igms", - "name": "igm biosciences inc" - }, - { - "cik": 1759631, - "symbol": "shll", - "name": "hyliion holdings corp" - }, - { - "cik": 1564618, - "symbol": "ibtx", - "name": "independent bank group inc" - }, - { - "cik": 1379438, - "symbol": "exg", - "name": "eaton vance tax-managed global diversified equity income fund" - }, - { - "cik": 1326732, - "symbol": "xncr", - "name": "xencor inc" - }, - { - "cik": 1517228, - "symbol": "comm", - "name": "commscope holding company inc" - }, - { - "cik": 928876, - "symbol": "tsem", - "name": "tower semiconductor ltd" - }, - { - "cik": 1169561, - "symbol": "cvlt", - "name": "commvault systems inc" - }, - { - "cik": 707179, - "symbol": "onb", - "name": "old national bancorp in" - }, - { - "cik": 1549107, - "symbol": "manu", - "name": "manchester united plc" - }, - { - "cik": 703351, - "symbol": "eat", - "name": "brinker international inc" - }, - { - "cik": 1288469, - "symbol": "mxl", - "name": "maxlinear inc" - }, - { - "cik": 1444327, - "symbol": "lyscf", - "name": "lynas corp ltd" - }, - { - "cik": 1818383, - "symbol": "max", - "name": "mediaalpha inc" - }, - { - "cik": 1499543, - "symbol": "noah", - "name": "noah holdings ltd" - }, - { - "cik": 1739445, - "symbol": "aca", - "name": "arcosa inc" - }, - { - "cik": 1449219, - "symbol": "gmelf", - "name": "gome retail holdings limited adr" - }, - { - "cik": 94049, - "symbol": "scl", - "name": "stepan co" - }, - { - "cik": 1035201, - "symbol": "cwt", - "name": "california water service group" - }, - { - "cik": 1437178, - "symbol": "egfef", - "name": "efg eurobank ergasias sa adr" - }, - { - "cik": 1794350, - "symbol": "yala", - "name": "yalla group ltd" - }, - { - "cik": 1258602, - "symbol": "nni", - "name": "nelnet inc" - }, - { - "cik": 108516, - "symbol": "wor", - "name": "worthington industries inc" - }, - { - "cik": 866706, - "symbol": "ese", - "name": "esco technologies inc" - }, - { - "cik": 932696, - "symbol": "nsit", - "name": "insight enterprises inc" - }, - { - "cik": 1792267, - "symbol": "bnr", - "name": "burning rock biotech ltd" - }, - { - "cik": 46765, - "symbol": "hp", - "name": "helmerich & payne inc" - }, - { - "cik": 1811210, - "symbol": "cciv", - "name": "churchill capital corp iv" - }, - { - "cik": 1795251, - "symbol": "nnox", - "name": "nano-x imaging ltd" - }, - { - "cik": 110471, - "symbol": "www", - "name": "wolverine world wide inc de" - }, - { - "cik": 1596967, - "symbol": "mc", - "name": "moelis & co" - }, - { - "cik": 354647, - "symbol": "cvbf", - "name": "cvb financial corp" - }, - { - "cik": 771497, - "symbol": "abm", - "name": "abm industries inc de" - }, - { - "cik": 1674168, - "symbol": "hgv", - "name": "hilton grand vacations inc" - }, - { - "cik": 1396814, - "symbol": "pcrx", - "name": "pacira biosciences inc" - }, - { - "cik": 1829948, - "symbol": "cixx", - "name": "ci financial corp" - }, - { - "cik": 1412408, - "symbol": "phr", - "name": "phreesia inc" - }, - { - "cik": 1488139, - "symbol": "amrc", - "name": "ameresco inc" - }, - { - "cik": 1094005, - "symbol": "sina", - "name": "sina corp" - }, - { - "cik": 1001233, - "symbol": "sgmo", - "name": "sangamo therapeutics inc" - }, - { - "cik": 1158041, - "symbol": "trq", - "name": "turquoise hill resources ltd" - }, - { - "cik": 1130713, - "symbol": "ostk", - "name": "overstockcom inc" - }, - { - "cik": 1712184, - "symbol": "lilar", - "name": "liberty latin america ltd" - }, - { - "cik": 912615, - "symbol": "urbn", - "name": "urban outfitters inc" - }, - { - "cik": 1669779, - "symbol": "cwh", - "name": "camping world holdings inc" - }, - { - "cik": 9984, - "symbol": "b", - "name": "barnes group inc" - }, - { - "cik": 1819796, - "symbol": "gcmgw", - "name": "gcm grosvenor inc" - }, - { - "cik": 884713, - "symbol": "prmw", - "name": "primo water corp cn" - }, - { - "cik": 1499785, - "symbol": "tjbh", - "name": "tengjun biotechnology corp" - }, - { - "cik": 7789, - "symbol": "asb", - "name": "associated banc-corp" - }, - { - "cik": 1161728, - "symbol": "mgee", - "name": "mge energy inc" - }, - { - "cik": 746598, - "symbol": "brc", - "name": "brady corp" - }, - { - "cik": 860413, - "symbol": "fibk", - "name": "first interstate bancsystem inc" - }, - { - "cik": 1408100, - "symbol": "kw", - "name": "kennedy-wilson holdings inc" - }, - { - "cik": 351569, - "symbol": "abcb", - "name": "ameris bancorp" - }, - { - "cik": 883948, - "symbol": "aubap", - "name": "atlantic union bankshares corp" - }, - { - "cik": 1323885, - "symbol": "atrc", - "name": "atricure inc" - }, - { - "cik": 1801075, - "symbol": "anat", - "name": "american national group inc" - }, - { - "cik": 821130, - "symbol": "uzd", - "name": "united states cellular corp" - }, - { - "cik": 1594012, - "symbol": "isbc", - "name": "investors bancorp inc" - }, - { - "cik": 104889, - "symbol": "ghc", - "name": "graham holdings co" - }, - { - "cik": 1070412, - "symbol": "cnx", - "name": "cnx resources corp" - }, - { - "cik": 1422143, - "symbol": "kura", - "name": "kura oncology inc" - }, - { - "cik": 16040, - "symbol": "cbt", - "name": "cabot corp" - }, - { - "cik": 893691, - "symbol": "door", - "name": "masonite international corp" - }, - { - "cik": 317540, - "symbol": "coke", - "name": "coca-cola consolidated inc" - }, - { - "cik": 816761, - "symbol": "tdc", - "name": "teradata corp de" - }, - { - "cik": 1618563, - "symbol": "nsa", - "name": "national storage affiliates trust" - }, - { - "cik": 1574774, - "symbol": "beat", - "name": "biotelemetry inc" - }, - { - "cik": 1794846, - "symbol": "atco", - "name": "atlas corp" - }, - { - "cik": 1464794, - "symbol": "sebnf", - "name": "seven bank ltd adr" - }, - { - "cik": 1756607, - "symbol": "eqxwf", - "name": "equinox gold corp" - }, - { - "cik": 1567024, - "symbol": "bpxxy", - "name": "bper banca spa adr" - }, - { - "cik": 1159167, - "symbol": "irbt", - "name": "irobot corp" - }, - { - "cik": 1273813, - "symbol": "ago", - "name": "assured guaranty ltd" - }, - { - "cik": 1581164, - "symbol": "stay", - "name": "extended stay america inc" - }, - { - "cik": 1403752, - "symbol": "zyme", - "name": "zymeworks inc" - }, - { - "cik": 1275214, - "symbol": "csq", - "name": "calamos strategic total return fund" - }, - { - "cik": 1679826, - "symbol": "ping", - "name": "ping identity holding corp" - }, - { - "cik": 97216, - "symbol": "tex", - "name": "terex corp" - }, - { - "cik": 1378239, - "symbol": "omab", - "name": "central north airport group" - }, - { - "cik": 1409493, - "symbol": "cim", - "name": "chimera investment corp" - }, - { - "cik": 861842, - "symbol": "caty", - "name": "cathay general bancorp" - }, - { - "cik": 723612, - "symbol": "car", - "name": "avis budget group inc" - }, - { - "cik": 1265131, - "symbol": "hth", - "name": "hilltop holdings inc" - }, - { - "cik": 3453, - "symbol": "matx", - "name": "matson inc" - }, - { - "cik": 1641991, - "symbol": "flow", - "name": "spx flow inc" - }, - { - "cik": 857855, - "symbol": "ucbio", - "name": "united community banks inc" - }, - { - "cik": 1567514, - "symbol": "itci", - "name": "intra-cellular therapies inc" - }, - { - "cik": 88205, - "symbol": "spxc", - "name": "spx corp" - }, - { - "cik": 22444, - "symbol": "cmc", - "name": "commercial metals co" - }, - { - "cik": 1699382, - "symbol": "pmvp", - "name": "pmv pharmaceuticals inc" - }, - { - "cik": 886158, - "symbol": "bbby", - "name": "bed bath & beyond inc" - }, - { - "cik": 1446588, - "symbol": "ninof", - "name": "nikon corp" - }, - { - "cik": 1674335, - "symbol": "jeld", - "name": "jeld-wen holding inc" - }, - { - "cik": 887343, - "symbol": "colb", - "name": "columbia banking system inc" - }, - { - "cik": 1575515, - "symbol": "sfm", - "name": "sprouts farmers market inc" - }, - { - "cik": 1275617, - "symbol": "utf", - "name": "cohen & steers infrastructure fund inc" - }, - { - "cik": 1564902, - "symbol": "seas", - "name": "seaworld entertainment inc" - }, - { - "cik": 1350865, - "symbol": "qntqf", - "name": "qinetiq group plc" - }, - { - "cik": 1320695, - "symbol": "ths", - "name": "treehouse foods inc" - }, - { - "cik": 1760965, - "symbol": "ktb", - "name": "kontoor brands inc" - }, - { - "cik": 776901, - "symbol": "indb", - "name": "independent bank corp" - }, - { - "cik": 1295810, - "symbol": "sho", - "name": "sunstone hotel investors inc" - }, - { - "cik": 1809541, - "symbol": "bcat", - "name": "blackrock capital allocation trust" - }, - { - "cik": 1733186, - "symbol": "vne", - "name": "veoneer inc" - }, - { - "cik": 1591763, - "symbol": "enbl", - "name": "enable midstream partners lp" - }, - { - "cik": 1787400, - "symbol": "nktx", - "name": "nkarta inc" - }, - { - "cik": 56679, - "symbol": "kfy", - "name": "korn ferry" - }, - { - "cik": 1498710, - "symbol": "save", - "name": "spirit airlines inc" - }, - { - "cik": 1395942, - "symbol": "kar", - "name": "kar auction services inc" - }, - { - "cik": 1438556, - "symbol": "bndsf", - "name": "banco de sabadell sa" - }, - { - "cik": 1446662, - "symbol": "jgccf", - "name": "jgc corp" - }, - { - "cik": 42582, - "symbol": "gt", - "name": "goodyear tire & rubber co oh" - }, - { - "cik": 1474098, - "symbol": "peb", - "name": "pebblebrook hotel trust" - }, - { - "cik": 819793, - "symbol": "ain", - "name": "albany international corp de" - }, - { - "cik": 827187, - "symbol": "snbr", - "name": "sleep number corp" - }, - { - "cik": 1432364, - "symbol": "azul", - "name": "azul sa" - }, - { - "cik": 315709, - "symbol": "iboc", - "name": "international bancshares corp" - }, - { - "cik": 215466, - "symbol": "cde", - "name": "coeur mining inc" - }, - { - "cik": 1761312, - "symbol": "plmr", - "name": "palomar holdings inc" - }, - { - "cik": 912562, - "symbol": "rock", - "name": "gibraltar industries inc" - }, - { - "cik": 812801, - "symbol": "nuv", - "name": "nuveen municipal value fund inc" - }, - { - "cik": 1679688, - "symbol": "clny", - "name": "colony capital inc" - }, - { - "cik": 1604868, - "symbol": "grwg", - "name": "growgeneration corp" - }, - { - "cik": 1476765, - "symbol": "gbdc", - "name": "golub capital bdc inc" - }, - { - "cik": 1484612, - "symbol": "om", - "name": "outset medical inc" - }, - { - "cik": 1045450, - "symbol": "epr", - "name": "epr properties" - }, - { - "cik": 931148, - "symbol": "eaf", - "name": "graftech international ltd" - }, - { - "cik": 67215, - "symbol": "dy", - "name": "dycom industries inc" - }, - { - "cik": 910329, - "symbol": "med", - "name": "medifast inc" - }, - { - "cik": 704532, - "symbol": "onto", - "name": "onto innovation inc" - }, - { - "cik": 867536, - "symbol": "jelcf", - "name": "johnson electric holdings ltd fi" - }, - { - "cik": 43920, - "symbol": "gef", - "name": "greif inc" - }, - { - "cik": 837465, - "symbol": "ely", - "name": "callaway golf co" - }, - { - "cik": 1262976, - "symbol": "cmpr", - "name": "cimpress plc" - }, - { - "cik": 1013934, - "symbol": "stra", - "name": "strategic education inc" - }, - { - "cik": 1124198, - "symbol": "flr", - "name": "fluor corp" - }, - { - "cik": 1609809, - "symbol": "mcrb", - "name": "seres therapeutics inc" - }, - { - "cik": 1771007, - "symbol": "afya", - "name": "afya ltd" - }, - { - "cik": 1746618, - "symbol": "rvlv", - "name": "revolve group inc" - }, - { - "cik": 1137887, - "symbol": "nzf", - "name": "nuveen municipal credit income fund" - }, - { - "cik": 1124804, - "symbol": "mdrx", - "name": "allscripts healthcare solutions inc" - }, - { - "cik": 1744781, - "symbol": "niu", - "name": "niu technologies" - }, - { - "cik": 1561680, - "symbol": "tph", - "name": "tri pointe group inc" - }, - { - "cik": 1799983, - "symbol": "gb", - "name": "global blue group holding ag" - }, - { - "cik": 7332, - "symbol": "swn", - "name": "southwestern energy co" - }, - { - "cik": 90498, - "symbol": "sfnc", - "name": "simmons first national corp" - }, - { - "cik": 1511337, - "symbol": "rlj", - "name": "rlj lodging trust" - }, - { - "cik": 75252, - "symbol": "omi", - "name": "owens & minor inc va" - }, - { - "cik": 903129, - "symbol": "thrm", - "name": "gentherm inc" - }, - { - "cik": 1680367, - "symbol": "sttk", - "name": "shattuck labs inc" - }, - { - "cik": 1805387, - "symbol": "arybw", - "name": "cerevel therapeutics holdings inc" - }, - { - "cik": 107687, - "symbol": "wgo", - "name": "winnebago industries inc" - }, - { - "cik": 1606498, - "symbol": "avns", - "name": "avanos medical inc" - }, - { - "cik": 785786, - "symbol": "plxs", - "name": "plexus corp" - }, - { - "cik": 1719395, - "symbol": "ear", - "name": "eargo inc" - }, - { - "cik": 1073349, - "symbol": "epay", - "name": "bottomline technologies inc de" - }, - { - "cik": 1012139, - "symbol": "gsh", - "name": "guangshen railway co ltd" - }, - { - "cik": 1722964, - "symbol": "ymab", - "name": "y-mabs therapeutics inc" - }, - { - "cik": 1031203, - "symbol": "gpi", - "name": "group 1 automotive inc" - }, - { - "cik": 1440153, - "symbol": "bkuh", - "name": "bakhu holdings corp" - }, - { - "cik": 1590717, - "symbol": "ctre", - "name": "caretrust reit inc" - }, - { - "cik": 1074952, - "symbol": "nac", - "name": "nuveen california quality municipal income fund" - }, - { - "cik": 1767582, - "symbol": "lk", - "name": "luckin coffee inc" - }, - { - "cik": 1449267, - "symbol": "scgey", - "name": "shougang concord international" - }, - { - "cik": 797721, - "symbol": "vsat", - "name": "viasat inc" - }, - { - "cik": 1728951, - "symbol": "eprt", - "name": "essential properties realty trust inc" - }, - { - "cik": 1621563, - "symbol": "sum", - "name": "summit materials inc" - }, - { - "cik": 1138639, - "symbol": "infn", - "name": "infinera corp" - }, - { - "cik": 1623526, - "symbol": "stok", - "name": "stoke therapeutics inc" - }, - { - "cik": 918608, - "symbol": "ego", - "name": "eldorado gold corp fi" - }, - { - "cik": 1682745, - "symbol": "vrrm", - "name": "verra mobility corp" - }, - { - "cik": 1299709, - "symbol": "axo", - "name": "axos financial inc" - }, - { - "cik": 1383906, - "symbol": "aozoy", - "name": "aozora bank ltd" - }, - { - "cik": 1012019, - "symbol": "rushb", - "name": "rush enterprises inc tx" - }, - { - "cik": 1392972, - "symbol": "pro", - "name": "pros holdings inc" - }, - { - "cik": 1127537, - "symbol": "lung", - "name": "pulmonx corp" - }, - { - "cik": 1368622, - "symbol": "avav", - "name": "aerovironment inc" - }, - { - "cik": 1650132, - "symbol": "fcpt", - "name": "four corners property trust inc" - }, - { - "cik": 1725160, - "symbol": "zntl", - "name": "zentalis pharmaceuticals inc" - }, - { - "cik": 933036, - "symbol": "rcii", - "name": "rent a center inc de" - }, - { - "cik": 1044896, - "symbol": "iba", - "name": "industrias bachoco sab de cv" - }, - { - "cik": 1430723, - "symbol": "sfbs", - "name": "servisfirst bancshares inc" - }, - { - "cik": 1505952, - "symbol": "domo", - "name": "domo inc" - }, - { - "cik": 828944, - "symbol": "wsfs", - "name": "wsfs financial corp" - }, - { - "cik": 91928, - "symbol": "sji", - "name": "south jersey industries inc" - }, - { - "cik": 354963, - "symbol": "shen", - "name": "shenandoah telecommunications co va" - }, - { - "cik": 1054905, - "symbol": "iosp", - "name": "innospec inc" - }, - { - "cik": 1802665, - "symbol": "hrmy", - "name": "harmony biosciences holdings inc" - }, - { - "cik": 807882, - "symbol": "jack", - "name": "jack in the box inc new" - }, - { - "cik": 1741830, - "symbol": "kron", - "name": "kronos bio inc" - }, - { - "cik": 1803696, - "symbol": "xper", - "name": "xperi holding corp" - }, - { - "cik": 1592000, - "symbol": "enlc", - "name": "enlink midstream llc" - }, - { - "cik": 811532, - "symbol": "fun", - "name": "cedar fair l p" - }, - { - "cik": 1724521, - "symbol": "rcus", - "name": "arcus biosciences inc" - }, - { - "cik": 1397702, - "symbol": "silk", - "name": "silk road medical inc" - }, - { - "cik": 793547, - "symbol": "navg", - "name": "navigators group inc" - }, - { - "cik": 1075607, - "symbol": "tcp", - "name": "tc pipelines lp" - }, - { - "cik": 912728, - "symbol": "fwrd", - "name": "forward air corp" - }, - { - "cik": 912752, - "symbol": "sbgi", - "name": "sinclair broadcast group inc" - }, - { - "cik": 1614178, - "symbol": "yext", - "name": "yext inc" - }, - { - "cik": 893949, - "symbol": "md", - "name": "mednax inc" - }, - { - "cik": 1276520, - "symbol": "gnw", - "name": "genworth financial inc" - }, - { - "cik": 1455684, - "symbol": "tpic", - "name": "tpi composites inc" - }, - { - "cik": 1426332, - "symbol": "ngm", - "name": "ngm biopharmaceuticals inc" - }, - { - "cik": 1679082, - "symbol": "myov", - "name": "myovant sciences ltd" - }, - { - "cik": 1639234, - "symbol": "cvtv", - "name": "china vtv ltd" - }, - { - "cik": 1508844, - "symbol": "pvg", - "name": "pretium resources inc" - }, - { - "cik": 1227654, - "symbol": "cmp", - "name": "compass minerals international inc" - }, - { - "cik": 1740594, - "symbol": "arce", - "name": "arco platform ltd" - }, - { - "cik": 1588966, - "symbol": "bposf", - "name": "bpost sa nv adr" - }, - { - "cik": 1396440, - "symbol": "main", - "name": "main street capital corp" - }, - { - "cik": 1033012, - "symbol": "fbc", - "name": "flagstar bancorp inc" - }, - { - "cik": 1530804, - "symbol": "trox", - "name": "tronox holdings plc" - }, - { - "cik": 1733418, - "symbol": "apha", - "name": "aphria inc" - }, - { - "cik": 1018963, - "symbol": "ati", - "name": "allegheny technologies inc" - }, - { - "cik": 1287032, - "symbol": "pbc", - "name": "prospect capital corp" - }, - { - "cik": 1795250, - "symbol": "msge", - "name": "madison square garden entertainment corp" - }, - { - "cik": 913744, - "symbol": "vtklf", - "name": "vtech holdings ltd adr" - }, - { - "cik": 1114700, - "symbol": "ggal", - "name": "grupo financiero galicia sa" - }, - { - "cik": 897723, - "symbol": "sanm", - "name": "sanmina corp" - }, - { - "cik": 891014, - "symbol": "mtx", - "name": "minerals technologies inc" - }, - { - "cik": 1121142, - "symbol": "maxr", - "name": "maxar technologies inc" - }, - { - "cik": 1714174, - "symbol": "brfrf", - "name": "burford capital ltd" - }, - { - "cik": 56978, - "symbol": "klic", - "name": "kulicke & soffa industries inc" - }, - { - "cik": 19411, - "symbol": "mgln", - "name": "magellan health inc" - }, - { - "cik": 1627272, - "symbol": "or", - "name": "osisko gold royalties ltd" - }, - { - "cik": 1422183, - "symbol": "fsk", - "name": "fs kkr capital corp" - }, - { - "cik": 1415404, - "symbol": "sats", - "name": "echostar corp" - }, - { - "cik": 1078075, - "symbol": "ntct", - "name": "netscout systems inc" - }, - { - "cik": 1406666, - "symbol": "calx", - "name": "calix inc" - }, - { - "cik": 917273, - "symbol": "rmbs", - "name": "rambus inc" - }, - { - "cik": 1364276, - "symbol": "uehpf", - "name": "ultra electronics holdings plc" - }, - { - "cik": 1042776, - "symbol": "pdm", - "name": "piedmont office realty trust inc" - }, - { - "cik": 1113256, - "symbol": "mtor", - "name": "meritor inc" - }, - { - "cik": 700564, - "symbol": "fultp", - "name": "fulton financial corp" - }, - { - "cik": 790816, - "symbol": "bdn", - "name": "brandywine realty trust" - }, - { - "cik": 1690947, - "symbol": "hexo", - "name": "hexo corp" - }, - { - "cik": 1345016, - "symbol": "yelp", - "name": "yelp inc" - }, - { - "cik": 1278027, - "symbol": "bgs", - "name": "b&g foods inc" - }, - { - "cik": 1445168, - "symbol": "bcnaf", - "name": "barco nv" - }, - { - "cik": 731012, - "symbol": "hcsg", - "name": "healthcare services group inc" - }, - { - "cik": 98677, - "symbol": "tr", - "name": "tootsie roll industries inc" - }, - { - "cik": 1720592, - "symbol": "rpayw", - "name": "repay holdings corp" - }, - { - "cik": 793733, - "symbol": "skyw", - "name": "skywest inc" - }, - { - "cik": 1689548, - "symbol": "prax", - "name": "praxis precision medicines inc" - }, - { - "cik": 1090454, - "symbol": "fuwaf", - "name": "furukawa electric co ltd" - }, - { - "cik": 1220754, - "symbol": "prsc", - "name": "providence service corp" - }, - { - "cik": 1816590, - "symbol": "cmps", - "name": "compass pathways plc" - }, - { - "cik": 1124524, - "symbol": "cyrx", - "name": "cryoport inc" - }, - { - "cik": 850261, - "symbol": "srne", - "name": "sorrento therapeutics inc" - }, - { - "cik": 1734517, - "symbol": "vie", - "name": "viela bio inc" - }, - { - "cik": 904851, - "symbol": "ypf", - "name": "ypf sociedad anonima" - }, - { - "cik": 89439, - "symbol": "mli", - "name": "mueller industries inc" - }, - { - "cik": 1109345, - "symbol": "nvmi", - "name": "nova measuring instruments ltd" - }, - { - "cik": 894315, - "symbol": "sitc", - "name": "site centers corp" - }, - { - "cik": 876167, - "symbol": "prgs", - "name": "progress software corp ma" - }, - { - "cik": 1605607, - "symbol": "pgre", - "name": "paramount group inc" - }, - { - "cik": 66382, - "symbol": "mlhr", - "name": "herman miller inc" - }, - { - "cik": 1035983, - "symbol": "fix", - "name": "comfort systems usa inc" - }, - { - "cik": 1614184, - "symbol": "cade", - "name": "cadence bancorporation" - }, - { - "cik": 1547903, - "symbol": "nmih", - "name": "nmi holdings inc" - }, - { - "cik": 1356090, - "symbol": "pgen", - "name": "precigen inc" - }, - { - "cik": 1437470, - "symbol": "mythf", - "name": "mytilineos holdings sa" - }, - { - "cik": 1176433, - "symbol": "jps", - "name": "nuveen preferred & income securities fund" - }, - { - "cik": 277509, - "symbol": "fss", - "name": "federal signal corp de" - }, - { - "cik": 1572694, - "symbol": "gsbd", - "name": "goldman sachs bdc inc" - }, - { - "cik": 1590364, - "symbol": "ftai", - "name": "fortress transportation & infrastructure investors llc" - }, - { - "cik": 1603756, - "symbol": "axnx", - "name": "axonics modulation technologies inc" - }, - { - "cik": 1462120, - "symbol": "lob", - "name": "live oak bancshares inc" - }, - { - "cik": 1446847, - "symbol": "irwd", - "name": "ironwood pharmaceuticals inc" - }, - { - "cik": 940942, - "symbol": "hubg", - "name": "hub group inc" - }, - { - "cik": 897448, - "symbol": "amrn", - "name": "amarin corp plc uk" - }, - { - "cik": 1643953, - "symbol": "prplw", - "name": "purple innovation inc" - }, - { - "cik": 712534, - "symbol": "frme", - "name": "first merchants corp" - }, - { - "cik": 1328581, - "symbol": "bcc", - "name": "boise cascade co" - }, - { - "cik": 1096752, - "symbol": "epc", - "name": "edgewell personal care co" - }, - { - "cik": 1666138, - "symbol": "atkr", - "name": "atkore international group inc" - }, - { - "cik": 203596, - "symbol": "wsbcp", - "name": "wesbanco inc" - }, - { - "cik": 887733, - "symbol": "centa", - "name": "central garden & pet co" - }, - { - "cik": 1359711, - "symbol": "mfgp", - "name": "micro focus international plc" - }, - { - "cik": 1641431, - "symbol": "orraf", - "name": "orora limited adr" - }, - { - "cik": 1699136, - "symbol": "whd", - "name": "cactus inc" - }, - { - "cik": 1326110, - "symbol": "nk", - "name": "nantkwest inc" - }, - { - "cik": 789460, - "symbol": "int", - "name": "world fuel services corp" - }, - { - "cik": 1573221, - "symbol": "real", - "name": "therealreal inc" - }, - { - "cik": 1405495, - "symbol": "idcc", - "name": "interdigital inc" - }, - { - "cik": 1144800, - "symbol": "tac", - "name": "transalta corp" - }, - { - "cik": 1051512, - "symbol": "tda", - "name": "telephone & data systems inc de" - }, - { - "cik": 1447125, - "symbol": "kncaf", - "name": "konica minolta holdings inc" - }, - { - "cik": 766829, - "symbol": "sjw", - "name": "sjw group" - }, - { - "cik": 1526593, - "symbol": "dpuky", - "name": "dominos pizza uk & irl plc adr" - }, - { - "cik": 1519821, - "symbol": "yduqy", - "name": "estacio participacoes sa" - }, - { - "cik": 1057706, - "symbol": "fbp", - "name": "first bancorp pr" - }, - { - "cik": 1451809, - "symbol": "sitm", - "name": "sitime corp" - }, - { - "cik": 1350593, - "symbol": "mwa", - "name": "mueller water products inc" - }, - { - "cik": 1442836, - "symbol": "mrsn", - "name": "mersana therapeutics inc" - }, - { - "cik": 1433087, - "symbol": "flidf", - "name": "flsmidth & co a s" - }, - { - "cik": 936528, - "symbol": "wafd", - "name": "washington federal inc" - }, - { - "cik": 1695295, - "symbol": "hyfm", - "name": "hydrofarm holdings group inc" - }, - { - "cik": 1190935, - "symbol": "pty", - "name": "pimco corporate & income opportunity fund" - }, - { - "cik": 1483379, - "symbol": "cioxf", - "name": "cielo sa" - }, - { - "cik": 818033, - "symbol": "hrtx", - "name": "heron therapeutics inc de" - }, - { - "cik": 1340736, - "symbol": "ety", - "name": "eaton vance tax-managed diversified equity income fund" - }, - { - "cik": 1355754, - "symbol": "inst", - "name": "instructure inc" - }, - { - "cik": 1479290, - "symbol": "rvnc", - "name": "revance therapeutics inc" - }, - { - "cik": 1447599, - "symbol": "fit", - "name": "fitbit inc" - }, - { - "cik": 1604464, - "symbol": "atra", - "name": "atara biotherapeutics inc" - }, - { - "cik": 1364479, - "symbol": "hri", - "name": "herc holdings inc" - }, - { - "cik": 1563411, - "symbol": "cstm", - "name": "constellium se" - }, - { - "cik": 874866, - "symbol": "crvl", - "name": "corvel corp" - }, - { - "cik": 77877, - "symbol": "pdce", - "name": "pdc energy inc" - }, - { - "cik": 1708035, - "symbol": "pqg", - "name": "pq group holdings inc" - }, - { - "cik": 1333493, - "symbol": "ehth", - "name": "ehealth inc" - }, - { - "cik": 24491, - "symbol": "ctb", - "name": "cooper tire & rubber co" - }, - { - "cik": 1519061, - "symbol": "tse", - "name": "trinseo sa" - }, - { - "cik": 57131, - "symbol": "lzb", - "name": "la-z-boy inc" - }, - { - "cik": 1750284, - "symbol": "olma", - "name": "olema pharmaceuticals inc" - }, - { - "cik": 822663, - "symbol": "ipar", - "name": "inter parfums inc" - }, - { - "cik": 26076, - "symbol": "cub", - "name": "cubic corp de" - }, - { - "cik": 2230, - "symbol": "adx", - "name": "adams diversified equity fund inc" - }, - { - "cik": 894081, - "symbol": "atsg", - "name": "air transport services group inc" - }, - { - "cik": 1636422, - "symbol": "hcat", - "name": "health catalyst inc" - }, - { - "cik": 1590877, - "symbol": "rgnx", - "name": "regenxbio inc" - }, - { - "cik": 19745, - "symbol": "cpk", - "name": "chesapeake utilities corp" - }, - { - "cik": 1230245, - "symbol": "pipr", - "name": "piper sandler companies" - }, - { - "cik": 1385280, - "symbol": "cnk", - "name": "cinemark holdings inc" - }, - { - "cik": 1222840, - "symbol": "rpai", - "name": "retail properties of america inc" - }, - { - "cik": 760498, - "symbol": "banf", - "name": "bancfirst corp ok" - }, - { - "cik": 945394, - "symbol": "svc", - "name": "service properties trust" - }, - { - "cik": 1157601, - "symbol": "mdgl", - "name": "madrigal pharmaceuticals inc" - }, - { - "cik": 913142, - "symbol": "bdc", - "name": "belden inc" - }, - { - "cik": 1693415, - "symbol": "tbio", - "name": "translate bio inc" - }, - { - "cik": 1090633, - "symbol": "iiji", - "name": "internet initiative japan inc" - }, - { - "cik": 1644406, - "symbol": "twnkw", - "name": "hostess brands inc" - }, - { - "cik": 1468328, - "symbol": "adus", - "name": "addus homecare corp" - }, - { - "cik": 16160, - "symbol": "calm", - "name": "cal-maine foods inc" - }, - { - "cik": 59440, - "symbol": "vgr", - "name": "vector group ltd" - }, - { - "cik": 1737953, - "symbol": "repl", - "name": "replimune group inc" - }, - { - "cik": 1447126, - "symbol": "kakkf", - "name": "kawasaki kisen kaisha ltd" - }, - { - "cik": 1829959, - "symbol": "dcbo", - "name": "docebo inc" - }, - { - "cik": 1622194, - "symbol": "dea", - "name": "easterly government properties inc" - }, - { - "cik": 1447362, - "symbol": "cstl", - "name": "castle biosciences inc" - }, - { - "cik": 715072, - "symbol": "rnst", - "name": "renasant corp" - }, - { - "cik": 1817358, - "symbol": "aso", - "name": "academy sports & outdoors inc" - }, - { - "cik": 1739614, - "symbol": "inbx", - "name": "inhibrx inc" - }, - { - "cik": 1592057, - "symbol": "eva", - "name": "enviva partners lp" - }, - { - "cik": 90896, - "symbol": "sky", - "name": "skyline champion corp" - }, - { - "cik": 105319, - "symbol": "ww", - "name": "ww international inc" - }, - { - "cik": 1602065, - "symbol": "vnom", - "name": "viper energy partners lp" - }, - { - "cik": 1777393, - "symbol": "sbe", - "name": "switchback energy acquisition corp" - }, - { - "cik": 1464423, - "symbol": "pmt", - "name": "pennymac mortgage investment trust" - }, - { - "cik": 1528437, - "symbol": "btt", - "name": "blackrock municipal 2030 target term trust" - }, - { - "cik": 104894, - "symbol": "wre", - "name": "washington real estate investment trust" - }, - { - "cik": 1792849, - "symbol": "hpkew", - "name": "highpeak energy inc" - }, - { - "cik": 717423, - "symbol": "mur", - "name": "murphy oil corp" - }, - { - "cik": 1590560, - "symbol": "qure", - "name": "uniqure nv" - }, - { - "cik": 1549595, - "symbol": "nrix", - "name": "nurix therapeutics inc" - }, - { - "cik": 1593936, - "symbol": "mik", - "name": "michaels companies inc" - }, - { - "cik": 315852, - "symbol": "rrc", - "name": "range resources corp" - }, - { - "cik": 1065332, - "symbol": "egov", - "name": "nic inc" - }, - { - "cik": 1685715, - "symbol": "jag", - "name": "jagged peak energy inc" - }, - { - "cik": 1022652, - "symbol": "insg", - "name": "inseego corp" - }, - { - "cik": 1624794, - "symbol": "cswi", - "name": "csw industrials inc" - }, - { - "cik": 1465740, - "symbol": "two", - "name": "two harbors investment corp" - }, - { - "cik": 1185348, - "symbol": "praa", - "name": "pra group inc" - }, - { - "cik": 1510599, - "symbol": "pdi", - "name": "pimco dynamic income fund" - }, - { - "cik": 1633438, - "symbol": "azre", - "name": "azure power global ltd" - }, - { - "cik": 1399529, - "symbol": "drna", - "name": "dicerna pharmaceuticals inc" - }, - { - "cik": 1664710, - "symbol": "kros", - "name": "keros therapeutics inc" - }, - { - "cik": 1257640, - "symbol": "kro", - "name": "kronos worldwide inc" - }, - { - "cik": 1322422, - "symbol": "hbm", - "name": "hudbay minerals inc" - }, - { - "cik": 1295947, - "symbol": "pbh", - "name": "prestige consumer healthcare inc" - }, - { - "cik": 730464, - "symbol": "atge", - "name": "adtalem global education inc" - }, - { - "cik": 1593538, - "symbol": "navi", - "name": "navient corp" - }, - { - "cik": 812074, - "symbol": "oi", - "name": "o-i glass inc de" - }, - { - "cik": 1180145, - "symbol": "csii", - "name": "cardiovascular systems inc" - }, - { - "cik": 702325, - "symbol": "fmbip", - "name": "first midwest bancorp inc" - }, - { - "cik": 1253327, - "symbol": "evt", - "name": "eaton vance tax advantaged dividend income fund" - }, - { - "cik": 1466593, - "symbol": "ottr", - "name": "otter tail corp" - }, - { - "cik": 1591587, - "symbol": "amk", - "name": "assetmark financial holdings inc" - }, - { - "cik": 67625, - "symbol": "mnr", - "name": "monmouth real estate investment corp" - }, - { - "cik": 1055160, - "symbol": "mfa", - "name": "mfa financial inc" - }, - { - "cik": 1253986, - "symbol": "abr", - "name": "arbor realty trust inc" - }, - { - "cik": 1600620, - "symbol": "auph", - "name": "aurinia pharmaceuticals inc" - }, - { - "cik": 1727196, - "symbol": "srrk", - "name": "scholar rock holding corp" - }, - { - "cik": 1527753, - "symbol": "psnl", - "name": "personalis inc" - }, - { - "cik": 1317945, - "symbol": "oflx", - "name": "omega flex inc" - }, - { - "cik": 1650962, - "symbol": "wbt", - "name": "welbilt inc" - }, - { - "cik": 1596964, - "symbol": "hlg", - "name": "hailiang education group inc" - }, - { - "cik": 1644440, - "symbol": "gcp", - "name": "gcp applied technologies inc" - }, - { - "cik": 1723596, - "symbol": "clbk", - "name": "columbia financial inc" - }, - { - "cik": 1381531, - "symbol": "ufs", - "name": "domtar corp" - }, - { - "cik": 1500217, - "symbol": "aat", - "name": "american assets trust inc" - }, - { - "cik": 225648, - "symbol": "cva", - "name": "covanta holding corp" - }, - { - "cik": 1818873, - "symbol": "ipof", - "name": "social capital hedosophia holdings corp vi" - }, - { - "cik": 1698990, - "symbol": "mgy", - "name": "magnolia oil & gas corp" - }, - { - "cik": 887596, - "symbol": "cake", - "name": "cheesecake factory inc" - }, - { - "cik": 850141, - "symbol": "hmn", - "name": "horace mann educators corp de" - }, - { - "cik": 1393434, - "symbol": "ocul", - "name": "ocular therapeutix inc" - }, - { - "cik": 1581990, - "symbol": "pagp", - "name": "plains gp holdings lp" - }, - { - "cik": 1741231, - "symbol": "ttcfw", - "name": "tattooed chef inc" - }, - { - "cik": 1084869, - "symbol": "flws", - "name": "1 800 flowers com inc" - }, - { - "cik": 1230992, - "symbol": "mag", - "name": "mag silver corp" - }, - { - "cik": 1475115, - "symbol": "eb", - "name": "eventbrite inc" - }, - { - "cik": 1538927, - "symbol": "fmtx", - "name": "forma therapeutics holdings inc" - }, - { - "cik": 1055726, - "symbol": "ino", - "name": "inovio pharmaceuticals inc" - }, - { - "cik": 1490906, - "symbol": "cffn", - "name": "capitol federal financial inc" - }, - { - "cik": 1797768, - "symbol": "knte", - "name": "kinnate biopharma inc" - }, - { - "cik": 920112, - "symbol": "htlfp", - "name": "heartland financial usa inc" - }, - { - "cik": 278166, - "symbol": "cvco", - "name": "cavco industries inc" - }, - { - "cik": 1276671, - "symbol": "itcb", - "name": "corpbanca fi" - }, - { - "cik": 1423774, - "symbol": "zuo", - "name": "zuora inc" - }, - { - "cik": 36146, - "symbol": "trmk", - "name": "trustmark corp" - }, - { - "cik": 1024795, - "symbol": "hlio", - "name": "helios technologies inc" - }, - { - "cik": 1263994, - "symbol": "utg", - "name": "reaves utility income fund" - }, - { - "cik": 1454176, - "symbol": "avsfy", - "name": "avi ltd adr" - }, - { - "cik": 1766400, - "symbol": "pntg", - "name": "pennant group inc" - }, - { - "cik": 1566388, - "symbol": "dsl", - "name": "doubleline income solutions fund" - }, - { - "cik": 1293282, - "symbol": "ttgt", - "name": "techtarget inc" - }, - { - "cik": 876427, - "symbol": "mnro", - "name": "monro inc" - }, - { - "cik": 886163, - "symbol": "lgnd", - "name": "ligand pharmaceuticals inc" - }, - { - "cik": 1203464, - "symbol": "iag", - "name": "iamgold corp" - }, - { - "cik": 1398987, - "symbol": "rlgy", - "name": "realogy holdings corp" - }, - { - "cik": 1784970, - "symbol": "wetg", - "name": "wetrade group inc" - }, - { - "cik": 1366246, - "symbol": "gluu", - "name": "glu mobile inc" - }, - { - "cik": 1587523, - "symbol": "kn", - "name": "knowles corp" - }, - { - "cik": 1683541, - "symbol": "acb", - "name": "aurora cannabis inc" - }, - { - "cik": 708955, - "symbol": "ffbc", - "name": "first financial bancorp oh" - }, - { - "cik": 1434418, - "symbol": "cnst", - "name": "constellation pharmaceuticals inc" - }, - { - "cik": 1546417, - "symbol": "blmn", - "name": "bloomin brands inc" - }, - { - "cik": 1110805, - "symbol": "ns", - "name": "nustar energy lp" - }, - { - "cik": 768835, - "symbol": "big", - "name": "big lots inc" - }, - { - "cik": 1008654, - "symbol": "tup", - "name": "tupperware brands corp" - }, - { - "cik": 794685, - "symbol": "gab", - "name": "gabelli equity trust inc" - }, - { - "cik": 805676, - "symbol": "prk", - "name": "park national corp oh" - }, - { - "cik": 1280784, - "symbol": "hcxz", - "name": "hercules capital inc" - }, - { - "cik": 1609253, - "symbol": "crcqw", - "name": "california resources corp" - }, - { - "cik": 1039065, - "symbol": "osis", - "name": "osi systems inc" - }, - { - "cik": 896264, - "symbol": "usna", - "name": "usana health sciences inc" - }, - { - "cik": 1418100, - "symbol": "avya", - "name": "avaya holdings corp" - }, - { - "cik": 804116, - "symbol": "rvt", - "name": "royce value trust inc" - }, - { - "cik": 1616000, - "symbol": "xhr", - "name": "xenia hotels & resorts inc" - }, - { - "cik": 1368265, - "symbol": "clne", - "name": "clean energy fuels corp" - }, - { - "cik": 1252849, - "symbol": "cxp", - "name": "columbia property trust inc" - }, - { - "cik": 897077, - "symbol": "alg", - "name": "alamo group inc" - }, - { - "cik": 1437541, - "symbol": "atgsf", - "name": "autogrill spa" - }, - { - "cik": 1298946, - "symbol": "drh", - "name": "diamondrock hospitality co" - }, - { - "cik": 1641427, - "symbol": "adbcf", - "name": "adbri limited adr" - }, - { - "cik": 1604481, - "symbol": "eurn", - "name": "euronav nv" - }, - { - "cik": 1329394, - "symbol": "simo", - "name": "silicon motion technology corp" - }, - { - "cik": 1649749, - "symbol": "fbk", - "name": "fb financial corp" - }, - { - "cik": 794619, - "symbol": "amwd", - "name": "american woodmark corp" - }, - { - "cik": 1043509, - "symbol": "sah", - "name": "sonic automotive inc" - }, - { - "cik": 1328237, - "symbol": "dbc", - "name": "invesco db commodity index tracking fund" - }, - { - "cik": 76605, - "symbol": "patk", - "name": "patrick industries inc" - }, - { - "cik": 1157842, - "symbol": "rqi", - "name": "cohen & steers quality income realty fund inc" - }, - { - "cik": 1291733, - "symbol": "gol", - "name": "gol intelligent airlines inc" - }, - { - "cik": 1819881, - "symbol": "payaw", - "name": "paya holdings inc" - }, - { - "cik": 43196, - "symbol": "gtn", - "name": "gray television inc" - }, - { - "cik": 1467760, - "symbol": "ari", - "name": "apollo commercial real estate finance inc" - }, - { - "cik": 885740, - "symbol": "spns", - "name": "sapiens international corp n v" - }, - { - "cik": 886346, - "symbol": "kai", - "name": "kadant inc" - }, - { - "cik": 21535, - "symbol": "cohu", - "name": "cohu inc" - }, - { - "cik": 1085869, - "symbol": "prft", - "name": "perficient inc" - }, - { - "cik": 883237, - "symbol": "vrts", - "name": "virtus investment partners inc" - }, - { - "cik": 1052100, - "symbol": "wdr", - "name": "waddell & reed financial inc" - }, - { - "cik": 1471265, - "symbol": "nwbi", - "name": "northwest bancshares inc" - }, - { - "cik": 1584943, - "symbol": "krotf", - "name": "kroton educational sa" - }, - { - "cik": 1741530, - "symbol": "qfin", - "name": "360 digitech inc" - }, - { - "cik": 1611547, - "symbol": "ue", - "name": "urban edge properties" - }, - { - "cik": 1332283, - "symbol": "bdj", - "name": "blackrock enhanced equity dividend trust" - }, - { - "cik": 1429764, - "symbol": "blnkw", - "name": "blink charging co" - }, - { - "cik": 1671013, - "symbol": "catm", - "name": "cardtronics plc" - }, - { - "cik": 1494728, - "symbol": "pslv", - "name": "sprott physical silver trust" - }, - { - "cik": 1407623, - "symbol": "roic", - "name": "retail opportunity investments corp" - }, - { - "cik": 1576940, - "symbol": "ccs", - "name": "century communities inc" - }, - { - "cik": 887153, - "symbol": "sim", - "name": "group simec sa de cv" - }, - { - "cik": 99614, - "symbol": "ty", - "name": "tri-continental corp" - }, - { - "cik": 1026214, - "symbol": "fmckk", - "name": "federal home loan mortgage corp" - }, - { - "cik": 1733294, - "symbol": "gbio", - "name": "generation bio co" - }, - { - "cik": 730708, - "symbol": "sbcf", - "name": "seacoast banking corp of florida" - }, - { - "cik": 1493683, - "symbol": "bbn", - "name": "blackrock taxable municipal bond trust" - }, - { - "cik": 1570827, - "symbol": "vctr", - "name": "victory capital holdings inc" - }, - { - "cik": 1742692, - "symbol": "inmd", - "name": "inmode ltd" - }, - { - "cik": 946673, - "symbol": "banr", - "name": "banner corp" - }, - { - "cik": 1734713, - "symbol": "bv", - "name": "brightview holdings inc" - }, - { - "cik": 1721181, - "symbol": "hhr", - "name": "headhunter group plc" - }, - { - "cik": 912242, - "symbol": "mac", - "name": "macerich co" - }, - { - "cik": 1135185, - "symbol": "aaww", - "name": "atlas air worldwide holdings inc" - }, - { - "cik": 1375365, - "symbol": "smci", - "name": "super micro computer inc" - }, - { - "cik": 885978, - "symbol": "usph", - "name": "u s physical therapy inc nv" - }, - { - "cik": 887905, - "symbol": "ltc", - "name": "ltc properties inc" - }, - { - "cik": 1164863, - "symbol": "npo", - "name": "enpro industries inc" - }, - { - "cik": 1662579, - "symbol": "cccc", - "name": "c4 therapeutics inc" - }, - { - "cik": 1207074, - "symbol": "vrtu", - "name": "virtusa corp" - }, - { - "cik": 1508668, - "symbol": "aledy", - "name": "allied group limited adr" - }, - { - "cik": 1713334, - "symbol": "msc", - "name": "studio city international holdings ltd" - }, - { - "cik": 54381, - "symbol": "kamn", - "name": "kaman corp" - }, - { - "cik": 1231346, - "symbol": "sa", - "name": "seabridge gold inc" - }, - { - "cik": 1748824, - "symbol": "bsa", - "name": "brightsphere investment group inc" - }, - { - "cik": 1620459, - "symbol": "jrvr", - "name": "james river group holdings ltd" - }, - { - "cik": 1653242, - "symbol": "ntb", - "name": "bank of nt butterfield & son ltd" - }, - { - "cik": 1313310, - "symbol": "grvy", - "name": "gravity co ltd" - }, - { - "cik": 1526113, - "symbol": "gnl", - "name": "global net lease inc" - }, - { - "cik": 834365, - "symbol": "blfs", - "name": "biolife solutions inc" - }, - { - "cik": 1094831, - "symbol": "bgcp", - "name": "bgc partners inc" - }, - { - "cik": 1616318, - "symbol": "vsto", - "name": "vista outdoor inc" - }, - { - "cik": 752714, - "symbol": "mgrc", - "name": "mcgrath rentcorp" - }, - { - "cik": 1200375, - "symbol": "cdxs", - "name": "codexis inc" - }, - { - "cik": 1717307, - "symbol": "ilpt", - "name": "industrial logistics properties trust" - }, - { - "cik": 1748773, - "symbol": "rtlr", - "name": "rattler midstream lp" - }, - { - "cik": 800240, - "symbol": "odp", - "name": "odp corp" - }, - { - "cik": 799233, - "symbol": "htld", - "name": "heartland express inc" - }, - { - "cik": 1438655, - "symbol": "ismaf", - "name": "indra sistemas" - }, - { - "cik": 1611005, - "symbol": "ken", - "name": "kenon holdings ltd" - }, - { - "cik": 1010612, - "symbol": "syke", - "name": "sykes enterprises inc" - }, - { - "cik": 800166, - "symbol": "ngd", - "name": "new gold inc fi" - }, - { - "cik": 910638, - "symbol": "ddd", - "name": "3d systems corp" - }, - { - "cik": 1283140, - "symbol": "hep", - "name": "holly energy partners lp" - }, - { - "cik": 1091748, - "symbol": "argd", - "name": "argo group international holdings ltd" - }, - { - "cik": 1555279, - "symbol": "mass", - "name": "908 devices inc" - }, - { - "cik": 1649094, - "symbol": "pcvx", - "name": "vaxcyte inc" - }, - { - "cik": 1005757, - "symbol": "csgs", - "name": "csg systems international inc" - }, - { - "cik": 48287, - "symbol": "hni", - "name": "hni corp" - }, - { - "cik": 724004, - "symbol": "mlab", - "name": "mesa laboratories inc co" - }, - { - "cik": 1136352, - "symbol": "ceqp", - "name": "crestwood equity partners lp" - }, - { - "cik": 1023459, - "symbol": "slp", - "name": "simulations plus inc" - }, - { - "cik": 824410, - "symbol": "sasr", - "name": "sandy spring bancorp inc" - }, - { - "cik": 1422930, - "symbol": "pubm", - "name": "pubmatic inc" - }, - { - "cik": 799195, - "symbol": "usa", - "name": "liberty all star equity fund" - }, - { - "cik": 1503274, - "symbol": "qtrx", - "name": "quanterix corp" - }, - { - "cik": 811596, - "symbol": "kalu", - "name": "kaiser aluminum corp" - }, - { - "cik": 1433270, - "symbol": "ar", - "name": "antero resources corp" - }, - { - "cik": 1759783, - "symbol": "eh", - "name": "ehang holdings ltd" - }, - { - "cik": 1744894, - "symbol": "sg", - "name": "sirius international insurance group ltd" - }, - { - "cik": 1809104, - "symbol": "wpf", - "name": "foley trasimene acquisition corp" - }, - { - "cik": 1767258, - "symbol": "xpel", - "name": "xpel inc" - }, - { - "cik": 1747079, - "symbol": "trwh", - "name": "ballys corp" - }, - { - "cik": 799167, - "symbol": "mrtn", - "name": "marten transport ltd" - }, - { - "cik": 1050825, - "symbol": "scs", - "name": "steelcase inc" - }, - { - "cik": 1116942, - "symbol": "ttmi", - "name": "ttm technologies inc" - }, - { - "cik": 1061983, - "symbol": "cytk", - "name": "cytokinetics inc" - }, - { - "cik": 1567569, - "symbol": "fpf", - "name": "first trust intermediate duration preferred & income fund" - }, - { - "cik": 1718227, - "symbol": "road", - "name": "construction partners inc" - }, - { - "cik": 1578732, - "symbol": "mmi", - "name": "marcus & millichap inc" - }, - { - "cik": 1674988, - "symbol": "zeal", - "name": "zealand pharma a s" - }, - { - "cik": 1567098, - "symbol": "lwel", - "name": "luckwel pharmaceuticals inc" - }, - { - "cik": 832988, - "symbol": "sig", - "name": "signet jewelers ltd" - }, - { - "cik": 885245, - "symbol": "bke", - "name": "buckle inc" - }, - { - "cik": 1020214, - "symbol": "cers", - "name": "cerus corp" - }, - { - "cik": 1038133, - "symbol": "hska", - "name": "heska corp" - }, - { - "cik": 1222922, - "symbol": "evv", - "name": "eaton vance ltd duration income fund" - }, - { - "cik": 708821, - "symbol": "par", - "name": "par technology corp" - }, - { - "cik": 311094, - "symbol": "wabc", - "name": "westamerica bancorporation" - }, - { - "cik": 1002788, - "symbol": "bmdpf", - "name": "banca monte dei paschi di siena spa" - }, - { - "cik": 1125345, - "symbol": "mgnx", - "name": "macrogenics inc" - }, - { - "cik": 1621434, - "symbol": "bsm", - "name": "black stone minerals lp" - }, - { - "cik": 1733998, - "symbol": "nwn", - "name": "northwest natural holding co" - }, - { - "cik": 1322436, - "symbol": "etv", - "name": "eaton vance tax-managed buy-write opportunities fund" - }, - { - "cik": 1638833, - "symbol": "sgry", - "name": "surgery partners inc" - }, - { - "cik": 944148, - "symbol": "cbz", - "name": "cbiz inc" - }, - { - "cik": 1362004, - "symbol": "icfi", - "name": "icf international inc" - }, - { - "cik": 1368458, - "symbol": "sbh", - "name": "sally beauty holdings inc" - }, - { - "cik": 899923, - "symbol": "mygn", - "name": "myriad genetics inc" - }, - { - "cik": 1505155, - "symbol": "upld", - "name": "upland software inc" - }, - { - "cik": 1379384, - "symbol": "btz", - "name": "blackrock credit allocation income trust" - }, - { - "cik": 65270, - "symbol": "mei", - "name": "methode electronics inc" - }, - { - "cik": 1782999, - "symbol": "prtc", - "name": "puretech health plc" - }, - { - "cik": 1801170, - "symbol": "ipoc", - "name": "social capital hedosophia holdings corp iii" - }, - { - "cik": 1447221, - "symbol": "lgsxy", - "name": "light sa" - }, - { - "cik": 1590976, - "symbol": "mbuu", - "name": "malibu boats inc" - }, - { - "cik": 836157, - "symbol": "lnn", - "name": "lindsay corp" - }, - { - "cik": 3499, - "symbol": "alx", - "name": "alexanders inc" - }, - { - "cik": 1508655, - "symbol": "tslx", - "name": "sixth street specialty lending inc" - }, - { - "cik": 1376139, - "symbol": "cvi", - "name": "cvr energy inc" - }, - { - "cik": 1520006, - "symbol": "mtdr", - "name": "matador resources co" - }, - { - "cik": 1451505, - "symbol": "rig", - "name": "transocean ltd" - }, - { - "cik": 1450344, - "symbol": "szgpf", - "name": "salzgitter ag adr" - }, - { - "cik": 1222401, - "symbol": "hyt", - "name": "blackrock corporate high yield fund inc" - }, - { - "cik": 1821323, - "symbol": "sgtx", - "name": "sigilon therapeutics inc" - }, - { - "cik": 1796280, - "symbol": "oric", - "name": "oric pharmaceuticals inc" - }, - { - "cik": 799292, - "symbol": "mho", - "name": "m i homes inc" - }, - { - "cik": 1434614, - "symbol": "sddxf", - "name": "sandstorm gold ltd" - }, - { - "cik": 1178970, - "symbol": "pfs", - "name": "provident financial services inc" - }, - { - "cik": 855654, - "symbol": "imgn", - "name": "immunogen inc" - }, - { - "cik": 1525769, - "symbol": "play", - "name": "dave & busters entertainment inc" - }, - { - "cik": 1136174, - "symbol": "otrkp", - "name": "ontrak inc" - }, - { - "cik": 1270523, - "symbol": "etg", - "name": "eaton vance tax advantaged global dividend income fund" - }, - { - "cik": 1326380, - "symbol": "gme", - "name": "gamestop corp" - }, - { - "cik": 65770, - "symbol": "mvis", - "name": "microvision inc" - }, - { - "cik": 1341335, - "symbol": "fsm", - "name": "fortuna silver mines inc" - }, - { - "cik": 842633, - "symbol": "trs", - "name": "trimas corp" - }, - { - "cik": 1273685, - "symbol": "nymtm", - "name": "new york mortgage trust inc" - }, - { - "cik": 1784797, - "symbol": "brmk", - "name": "broadmark realty capital inc" - }, - { - "cik": 1680062, - "symbol": "acmr", - "name": "acm research inc" - }, - { - "cik": 1448591, - "symbol": "lfugf", - "name": "li & fung ltd" - }, - { - "cik": 945114, - "symbol": "syx", - "name": "systemax inc" - }, - { - "cik": 1628908, - "symbol": "evh", - "name": "evolent health inc" - }, - { - "cik": 1124796, - "symbol": "lasr", - "name": "nlight inc" - }, - { - "cik": 1237746, - "symbol": "eigi", - "name": "endurance international group holdings inc" - }, - { - "cik": 1593034, - "symbol": "endp", - "name": "endo international plc" - }, - { - "cik": 882796, - "symbol": "bcrx", - "name": "biocryst pharmaceuticals inc" - }, - { - "cik": 790359, - "symbol": "nbtb", - "name": "nbt bancorp inc" - }, - { - "cik": 1361538, - "symbol": "prim", - "name": "primoris services corp" - }, - { - "cik": 1730430, - "symbol": "knsa", - "name": "kiniksa pharmaceuticals ltd" - }, - { - "cik": 1318084, - "symbol": "core", - "name": "core-mark holding company inc" - }, - { - "cik": 1469395, - "symbol": "pam", - "name": "pampa energy inc" - }, - { - "cik": 45876, - "symbol": "hsc", - "name": "harsco corp" - }, - { - "cik": 1653087, - "symbol": "alec", - "name": "alector inc" - }, - { - "cik": 1552797, - "symbol": "dkl", - "name": "delek logistics partners lp" - }, - { - "cik": 17843, - "symbol": "crs", - "name": "carpenter technology corp" - }, - { - "cik": 1389050, - "symbol": "aroc", - "name": "archrock inc" - }, - { - "cik": 1724755, - "symbol": "ghg", - "name": "greentree hospitality group ltd" - }, - { - "cik": 721994, - "symbol": "lkfn", - "name": "lakeland financial corp" - }, - { - "cik": 1129260, - "symbol": "vcra", - "name": "vocera communications inc" - }, - { - "cik": 1770883, - "symbol": "linx", - "name": "linx sa" - }, - { - "cik": 1500435, - "symbol": "gpro", - "name": "gopro inc" - }, - { - "cik": 1787306, - "symbol": "arqt", - "name": "arcutis biotherapeutics inc" - }, - { - "cik": 1720893, - "symbol": "btai", - "name": "bioxcel therapeutics inc" - }, - { - "cik": 1819399, - "symbol": "tpgy", - "name": "tpg pace beneficial finance corp" - }, - { - "cik": 6955, - "symbol": "epac", - "name": "enerpac tool group corp" - }, - { - "cik": 94344, - "symbol": "stc", - "name": "stewart information services corp" - }, - { - "cik": 1298699, - "symbol": "bxmx", - "name": "nuveen s&p 500 buywrite income fund" - }, - { - "cik": 1616678, - "symbol": "bst", - "name": "blackrock science & technology trust" - }, - { - "cik": 1514991, - "symbol": "amcx", - "name": "amc networks inc" - }, - { - "cik": 1275014, - "symbol": "uctt", - "name": "ultra clean holdings inc" - }, - { - "cik": 1774675, - "symbol": "ccx", - "name": "churchill capital corp ii" - }, - { - "cik": 792987, - "symbol": "aste", - "name": "astec industries inc" - }, - { - "cik": 1289848, - "symbol": "hurn", - "name": "huron consulting group inc" - }, - { - "cik": 1690680, - "symbol": "nmrk", - "name": "newmark group inc" - }, - { - "cik": 887359, - "symbol": "vcel", - "name": "vericel corp" - }, - { - "cik": 1312109, - "symbol": "si", - "name": "silvergate capital corp" - }, - { - "cik": 1600438, - "symbol": "gms", - "name": "gms inc" - }, - { - "cik": 1487739, - "symbol": "dnief", - "name": "danieli spa" - }, - { - "cik": 1627281, - "symbol": "clls", - "name": "cellectis sa" - }, - { - "cik": 1045986, - "symbol": "forty", - "name": "formula systems (1985) ltd" - }, - { - "cik": 909531, - "symbol": "crnzf", - "name": "cairn energy plc" - }, - { - "cik": 1437538, - "symbol": "impjy", - "name": "salini impregilo spa adr" - }, - { - "cik": 917491, - "symbol": "faro", - "name": "faro technologies inc" - }, - { - "cik": 1466085, - "symbol": "irt", - "name": "independence realty trust inc" - }, - { - "cik": 1750, - "symbol": "air", - "name": "aar corp" - }, - { - "cik": 1128361, - "symbol": "hope", - "name": "hope bancorp inc" - }, - { - "cik": 1012771, - "symbol": "ffg", - "name": "fbl financial group inc" - }, - { - "cik": 1118417, - "symbol": "modn", - "name": "model n inc" - }, - { - "cik": 1503802, - "symbol": "kpti", - "name": "karyopharm therapeutics inc" - }, - { - "cik": 1643303, - "symbol": "nndm", - "name": "nano dimension ltd" - }, - { - "cik": 1501756, - "symbol": "advm", - "name": "adverum biotechnologies inc" - }, - { - "cik": 1345126, - "symbol": "codi", - "name": "compass diversified holdings" - }, - { - "cik": 105418, - "symbol": "wmk", - "name": "weis markets inc" - }, - { - "cik": 861459, - "symbol": "gva", - "name": "granite construction inc" - }, - { - "cik": 97134, - "symbol": "tnc", - "name": "tennant co" - }, - { - "cik": 1050441, - "symbol": "egbn", - "name": "eagle bancorp inc" - }, - { - "cik": 1104657, - "symbol": "mtrn", - "name": "materion corp" - }, - { - "cik": 1659520, - "symbol": "silv", - "name": "silvercrest metals inc" - }, - { - "cik": 1260563, - "symbol": "nfj", - "name": "allianzgi dividend interest & premium strategy fund" - }, - { - "cik": 1365916, - "symbol": "amrs", - "name": "amyris inc" - }, - { - "cik": 1000623, - "symbol": "swm", - "name": "schweitzer mauduit international inc" - }, - { - "cik": 1808158, - "symbol": "rptx", - "name": "repare therapeutics inc" - }, - { - "cik": 1094366, - "symbol": "rdwr", - "name": "radware ltd" - }, - { - "cik": 1649904, - "symbol": "rytm", - "name": "rhythm pharmaceuticals inc" - }, - { - "cik": 1517396, - "symbol": "ssys", - "name": "stratasys ltd" - }, - { - "cik": 1036188, - "symbol": "qadb", - "name": "qad inc" - }, - { - "cik": 1522727, - "symbol": "usac", - "name": "usa compression partners lp" - }, - { - "cik": 1052752, - "symbol": "gty", - "name": "getty realty corp md" - }, - { - "cik": 1512762, - "symbol": "chrs", - "name": "coherus biosciences inc" - }, - { - "cik": 1286043, - "symbol": "krg", - "name": "kite realty group trust" - }, - { - "cik": 1796898, - "symbol": "maxn", - "name": "maxeon solar technologies ltd" - }, - { - "cik": 66004, - "symbol": "msex", - "name": "middlesex water co" - }, - { - "cik": 1704596, - "symbol": "evop", - "name": "evo payments inc" - }, - { - "cik": 1668105, - "symbol": "tlnd", - "name": "talend sa" - }, - { - "cik": 1080014, - "symbol": "inva", - "name": "innoviva inc" - }, - { - "cik": 1381202, - "symbol": "brray", - "name": "barloworld ltd" - }, - { - "cik": 1731348, - "symbol": "tlry", - "name": "tilray inc" - }, - { - "cik": 1571498, - "symbol": "epzm", - "name": "epizyme inc" - }, - { - "cik": 1539638, - "symbol": "tbkcp", - "name": "triumph bancorp inc" - }, - { - "cik": 1583107, - "symbol": "tbph", - "name": "theravance biopharma inc" - }, - { - "cik": 913290, - "symbol": "fro", - "name": "frontline ltd" - }, - { - "cik": 1501570, - "symbol": "vbtx", - "name": "veritex holdings inc" - }, - { - "cik": 1711375, - "symbol": "loma", - "name": "loma negra compania industrial argentina sociedad anonima" - }, - { - "cik": 1701541, - "symbol": "bdtx", - "name": "black diamond therapeutics inc" - }, - { - "cik": 1354327, - "symbol": "pgti", - "name": "pgt innovations inc" - }, - { - "cik": 708818, - "symbol": "nxgn", - "name": "nextgen healthcare inc" - }, - { - "cik": 883902, - "symbol": "cnr", - "name": "cornerstone building brands inc" - }, - { - "cik": 1500122, - "symbol": "nvgi", - "name": "noble vici group inc" - }, - { - "cik": 1468666, - "symbol": "scwx", - "name": "secureworks corp" - }, - { - "cik": 1616212, - "symbol": "tril", - "name": "trillium therapeutics inc" - }, - { - "cik": 1373670, - "symbol": "grbk", - "name": "green brick partners inc" - }, - { - "cik": 1674930, - "symbol": "flgt", - "name": "fulgent genetics inc" - }, - { - "cik": 945764, - "symbol": "dnrww", - "name": "denbury inc" - }, - { - "cik": 8947, - "symbol": "azz", - "name": "azz inc" - }, - { - "cik": 35214, - "symbol": "foe", - "name": "ferro corp" - }, - { - "cik": 1787297, - "symbol": "pasg", - "name": "passage bio inc" - }, - { - "cik": 1577670, - "symbol": "ladr", - "name": "ladder capital corp" - }, - { - "cik": 1800682, - "symbol": "jws", - "name": "jaws acquisition corp" - }, - { - "cik": 1545654, - "symbol": "alex", - "name": "alexander & baldwin inc" - }, - { - "cik": 1758530, - "symbol": "sy", - "name": "so-young international inc" - }, - { - "cik": 1576427, - "symbol": "crto", - "name": "criteo sa" - }, - { - "cik": 907471, - "symbol": "cash", - "name": "meta financial group inc" - }, - { - "cik": 899629, - "symbol": "akr", - "name": "acadia realty trust" - }, - { - "cik": 923120, - "symbol": "gbx", - "name": "greenbrier companies inc" - }, - { - "cik": 1065199, - "symbol": "aifly", - "name": "aiful corp fi" - }, - { - "cik": 1440972, - "symbol": "lac", - "name": "lithium americas corp" - }, - { - "cik": 1694028, - "symbol": "lbrt", - "name": "liberty oilfield services inc" - }, - { - "cik": 1711279, - "symbol": "krys", - "name": "krystal biotech inc" - }, - { - "cik": 912463, - "symbol": "ges", - "name": "guess inc" - }, - { - "cik": 95029, - "symbol": "rgr", - "name": "sturm ruger & co inc" - }, - { - "cik": 1792829, - "symbol": "vsta", - "name": "vasta platform ltd" - }, - { - "cik": 1018840, - "symbol": "anf", - "name": "abercrombie & fitch co de" - }, - { - "cik": 1581091, - "symbol": "rmax", - "name": "re max holdings inc" - }, - { - "cik": 1356576, - "symbol": "supn", - "name": "supernus pharmaceuticals inc" - }, - { - "cik": 1774983, - "symbol": "brogw", - "name": "brooge energy ltd" - }, - { - "cik": 1355444, - "symbol": "erj", - "name": "embraer sa" - }, - { - "cik": 82166, - "symbol": "ravn", - "name": "raven industries inc" - }, - { - "cik": 1644378, - "symbol": "rmr", - "name": "rmr group inc" - }, - { - "cik": 1342338, - "symbol": "himx", - "name": "himax technologies inc" - }, - { - "cik": 1610250, - "symbol": "boot", - "name": "boot barn holdings inc" - }, - { - "cik": 701288, - "symbol": "atri", - "name": "atrion corp" - }, - { - "cik": 1600033, - "symbol": "elf", - "name": "elf beauty inc" - }, - { - "cik": 1782594, - "symbol": "gth", - "name": "genetron holdings ltd" - }, - { - "cik": 1318568, - "symbol": "evri", - "name": "everi holdings inc" - }, - { - "cik": 1133470, - "symbol": "cvgw", - "name": "calavo growers inc" - }, - { - "cik": 1022408, - "symbol": "plus", - "name": "eplus inc" - }, - { - "cik": 1122904, - "symbol": "ntgr", - "name": "netgear inc" - }, - { - "cik": 1033905, - "symbol": "lmnx", - "name": "luminex corp" - }, - { - "cik": 1818874, - "symbol": "ipoe", - "name": "social capital hedosophia holdings corp v" - }, - { - "cik": 28917, - "symbol": "dds", - "name": "dillards inc" - }, - { - "cik": 746838, - "symbol": "uis", - "name": "unisys corp" - }, - { - "cik": 1195739, - "symbol": "nrk", - "name": "nuveen new york amt-free quality municipal income fund" - }, - { - "cik": 1708259, - "symbol": "lx", - "name": "lexinfintech holdings ltd" - }, - { - "cik": 1808865, - "symbol": "itos", - "name": "iteos therapeutics inc" - }, - { - "cik": 1117297, - "symbol": "qnst", - "name": "quinstreet inc" - }, - { - "cik": 1050377, - "symbol": "cnxn", - "name": "pc connection inc" - }, - { - "cik": 102037, - "symbol": "uvv", - "name": "universal corp va" - }, - { - "cik": 1801777, - "symbol": "amti", - "name": "applied molecular transport inc" - }, - { - "cik": 850460, - "symbol": "wire", - "name": "encore wire corp" - }, - { - "cik": 1084961, - "symbol": "ecpg", - "name": "encore capital group inc" - }, - { - "cik": 1545851, - "symbol": "cpg", - "name": "crescent point energy corp" - }, - { - "cik": 1528930, - "symbol": "tax", - "name": "franchise group inc" - }, - { - "cik": 70487, - "symbol": "nrc", - "name": "national research corp" - }, - { - "cik": 1678463, - "symbol": "frta", - "name": "forterra inc" - }, - { - "cik": 924901, - "symbol": "cli", - "name": "mack cali realty corp" - }, - { - "cik": 1737422, - "symbol": "nfh", - "name": "new frontier health corp" - }, - { - "cik": 1047340, - "symbol": "fdp", - "name": "fresh del monte produce inc" - }, - { - "cik": 1818201, - "symbol": "dgnr", - "name": "dragoneer growth opportunities corp" - }, - { - "cik": 1172052, - "symbol": "saft", - "name": "safety insurance group inc" - }, - { - "cik": 1266585, - "symbol": "nmz", - "name": "nuveen municipal high income opportunity fund" - }, - { - "cik": 832428, - "symbol": "ssp", - "name": "ew scripps co" - }, - { - "cik": 1350653, - "symbol": "atec", - "name": "alphatec holdings inc" - }, - { - "cik": 314489, - "symbol": "buse", - "name": "first busey corp nv" - }, - { - "cik": 1395937, - "symbol": "sndx", - "name": "syndax pharmaceuticals inc" - }, - { - "cik": 1783400, - "symbol": "ecolw", - "name": "us ecology inc" - }, - { - "cik": 1000229, - "symbol": "clb", - "name": "core laboratories n v" - }, - { - "cik": 68709, - "symbol": "mtsc", - "name": "mts systems corp" - }, - { - "cik": 1375151, - "symbol": "zgnx", - "name": "zogenix inc" - }, - { - "cik": 1376339, - "symbol": "mdxg", - "name": "mimedx group inc" - }, - { - "cik": 50725, - "symbol": "gff", - "name": "griffon corp" - }, - { - "cik": 814549, - "symbol": "ebix", - "name": "ebix inc" - }, - { - "cik": 1381640, - "symbol": "mlco", - "name": "melco resorts & entertainment ltd" - }, - { - "cik": 1119774, - "symbol": "cgen", - "name": "compugen ltd" - }, - { - "cik": 1340677, - "symbol": "svm", - "name": "silvercorp metals inc" - }, - { - "cik": 1599901, - "symbol": "rna", - "name": "avidity biosciences inc" - }, - { - "cik": 1788257, - "symbol": "bwxmf", - "name": "betterware de mexico sab de cv" - }, - { - "cik": 1708301, - "symbol": "bpmp", - "name": "bp midstream partners lp" - }, - { - "cik": 1812667, - "symbol": "prpb", - "name": "cc neuberger principal holdings ii" - }, - { - "cik": 880224, - "symbol": "itpof", - "name": "intertape polymer group inc" - }, - { - "cik": 1756699, - "symbol": "tigr", - "name": "up fintech holding ltd" - }, - { - "cik": 1694426, - "symbol": "dk", - "name": "delek us holdings inc" - }, - { - "cik": 1004702, - "symbol": "ocfcp", - "name": "oceanfirst financial corp" - }, - { - "cik": 1300699, - "symbol": "atnx", - "name": "athenex inc" - }, - { - "cik": 1814423, - "symbol": "ih", - "name": "ihuman inc" - }, - { - "cik": 1487371, - "symbol": "gnmk", - "name": "genmark diagnostics inc" - }, - { - "cik": 1631569, - "symbol": "chct", - "name": "community healthcare trust inc" - }, - { - "cik": 1703647, - "symbol": "freq", - "name": "frequency therapeutics inc" - }, - { - "cik": 1496099, - "symbol": "nmfcl", - "name": "new mountain finance corp" - }, - { - "cik": 1620463, - "symbol": "atha", - "name": "athira pharma inc" - }, - { - "cik": 1640428, - "symbol": "ever", - "name": "everquote inc" - }, - { - "cik": 788329, - "symbol": "jout", - "name": "johnson outdoors inc" - }, - { - "cik": 1438926, - "symbol": "fgrof", - "name": "firstgroup" - }, - { - "cik": 1579733, - "symbol": "vitl", - "name": "vital farms inc" - }, - { - "cik": 1725123, - "symbol": "cang", - "name": "cango inc" - }, - { - "cik": 1528115, - "symbol": "annx", - "name": "annexon inc" - }, - { - "cik": 1018979, - "symbol": "amsf", - "name": "amerisafe inc" - }, - { - "cik": 1095651, - "symbol": "star", - "name": "istar inc" - }, - { - "cik": 1520504, - "symbol": "vlrs", - "name": "controladora vuela compania de aviacion sab de cv" - }, - { - "cik": 1456772, - "symbol": "opinl", - "name": "office properties income trust" - }, - { - "cik": 26058, - "symbol": "cts", - "name": "cts corp" - }, - { - "cik": 1652561, - "symbol": "dqws", - "name": "dswiss inc" - }, - { - "cik": 894405, - "symbol": "arcb", - "name": "arcbest corp de" - }, - { - "cik": 790500, - "symbol": "fax", - "name": "aberdeen asia-pacific income fund inc" - }, - { - "cik": 102426, - "symbol": "bif", - "name": "boulder growth & income fund" - }, - { - "cik": 821002, - "symbol": "giii", - "name": "g iii apparel group ltd de" - }, - { - "cik": 1377121, - "symbol": "ptgx", - "name": "protagonist therapeutics inc" - }, - { - "cik": 1713930, - "symbol": "nexa", - "name": "nexa resources sa" - }, - { - "cik": 1042893, - "symbol": "drq", - "name": "dril-quip inc" - }, - { - "cik": 1650648, - "symbol": "fdmt", - "name": "4d molecular therapeutics inc" - }, - { - "cik": 1679363, - "symbol": "morf", - "name": "morphic holding inc" - }, - { - "cik": 1293310, - "symbol": "hgend", - "name": "humanigen inc" - }, - { - "cik": 1826892, - "symbol": "bcab", - "name": "bioatla inc" - }, - { - "cik": 1025835, - "symbol": "efsc", - "name": "enterprise financial services corp" - }, - { - "cik": 1308335, - "symbol": "eos", - "name": "eaton vance enhanced equity income fund ii" - }, - { - "cik": 1339605, - "symbol": "hees", - "name": "h&e equipment services inc" - }, - { - "cik": 1789760, - "symbol": "ciicu", - "name": "ciig merger corp" - }, - { - "cik": 1820872, - "symbol": "apsg", - "name": "apollo strategic growth capital" - }, - { - "cik": 49754, - "symbol": "din", - "name": "dine brands global inc" - }, - { - "cik": 1824963, - "symbol": "ajax", - "name": "ajax i" - }, - { - "cik": 1446252, - "symbol": "pfodf", - "name": "premier foods plc" - }, - { - "cik": 726854, - "symbol": "chco", - "name": "city holding co" - }, - { - "cik": 907242, - "symbol": "mcri", - "name": "monarch casino & resort inc" - }, - { - "cik": 1222719, - "symbol": "chy", - "name": "calamos convertible & high income fund" - }, - { - "cik": 1818212, - "symbol": "crhc", - "name": "cohn robbins holdings corp" - }, - { - "cik": 1796022, - "symbol": "step", - "name": "stepstone group inc" - }, - { - "cik": 75288, - "symbol": "oxm", - "name": "oxford industries inc" - }, - { - "cik": 1671858, - "symbol": "sbtx", - "name": "silverback therapeutics inc" - }, - { - "cik": 1174164, - "symbol": "ffc", - "name": "flaherty & crumrine preferred & income securities fund inc" - }, - { - "cik": 1490281, - "symbol": "grpn", - "name": "groupon inc" - }, - { - "cik": 913760, - "symbol": "intl", - "name": "stonex group inc" - }, - { - "cik": 1322435, - "symbol": "etw", - "name": "eaton vance tax-managed global buy-write opportunities fund" - }, - { - "cik": 914025, - "symbol": "plt", - "name": "plantronics inc ca" - }, - { - "cik": 1047716, - "symbol": "ltmaq", - "name": "latam airlines group sa" - }, - { - "cik": 1677703, - "symbol": "cndt", - "name": "conduent inc" - }, - { - "cik": 1646228, - "symbol": "home", - "name": "at home group inc" - }, - { - "cik": 1608741, - "symbol": "qqqx", - "name": "nuveen nasdaq 100 dynamic overwrite fund" - }, - { - "cik": 1464790, - "symbol": "rilyp", - "name": "b riley financial inc" - }, - { - "cik": 923796, - "symbol": "geo", - "name": "geo group inc" - }, - { - "cik": 1224450, - "symbol": "rnp", - "name": "cohen & steers reit & preferred & income fund inc" - }, - { - "cik": 27996, - "symbol": "dlx", - "name": "deluxe corp" - }, - { - "cik": 1698991, - "symbol": "acel", - "name": "accel entertainment inc" - }, - { - "cik": 1691303, - "symbol": "hcc", - "name": "warrior met coal inc" - }, - { - "cik": 23194, - "symbol": "crk", - "name": "comstock resources inc" - }, - { - "cik": 1698535, - "symbol": "nxe", - "name": "nexgen energy ltd" - }, - { - "cik": 805267, - "symbol": "hqh", - "name": "tekla healthcare investors" - }, - { - "cik": 1613665, - "symbol": "gwb", - "name": "great western bancorp inc" - }, - { - "cik": 819220, - "symbol": "labl", - "name": "multi color corp" - }, - { - "cik": 830524, - "symbol": "ccf", - "name": "chase corp" - }, - { - "cik": 1787803, - "symbol": "wnw", - "name": "wunong net technology co ltd" - }, - { - "cik": 1023512, - "symbol": "drd", - "name": "drdgold ltd" - }, - { - "cik": 1799448, - "symbol": "algs", - "name": "aligos therapeutics inc" - }, - { - "cik": 1047335, - "symbol": "nhc", - "name": "national healthcare corp" - }, - { - "cik": 1523541, - "symbol": "slcjy", - "name": "slc agricola sa" - }, - { - "cik": 356171, - "symbol": "tcbk", - "name": "trico bancshares" - }, - { - "cik": 1532961, - "symbol": "nvee", - "name": "nv5 global inc" - }, - { - "cik": 1005817, - "symbol": "tmp", - "name": "tompkins financial corp" - }, - { - "cik": 1620393, - "symbol": "nxrt", - "name": "nexpoint residential trust inc" - }, - { - "cik": 705432, - "symbol": "sbsi", - "name": "southside bancshares inc" - }, - { - "cik": 1728688, - "symbol": "iiiv", - "name": "i3 verticals inc" - }, - { - "cik": 1647513, - "symbol": "nblx", - "name": "noble midstream partners lp" - }, - { - "cik": 1092796, - "symbol": "swbi", - "name": "smith & wesson brands inc" - }, - { - "cik": 1382101, - "symbol": "stro", - "name": "sutro biopharma inc" - }, - { - "cik": 1695357, - "symbol": "prvb", - "name": "provention bio inc" - }, - { - "cik": 1048268, - "symbol": "iesc", - "name": "ies holdings inc" - }, - { - "cik": 1809987, - "symbol": "gsah", - "name": "gs acquisition holdings corp ii" - }, - { - "cik": 1631596, - "symbol": "kref", - "name": "kkr real estate finance trust inc" - }, - { - "cik": 1750019, - "symbol": "tcrr", - "name": "tcr2 therapeutics inc" - }, - { - "cik": 906013, - "symbol": "awf", - "name": "alliancebernstein global high income fund inc" - }, - { - "cik": 743238, - "symbol": "shyf", - "name": "shyft group inc" - }, - { - "cik": 1413159, - "symbol": "tgh", - "name": "textainer group holdings ltd" - }, - { - "cik": 700923, - "symbol": "myrg", - "name": "myr group inc" - }, - { - "cik": 712537, - "symbol": "fcf", - "name": "first commonwealth financial corp pa" - }, - { - "cik": 1819848, - "symbol": "rtp", - "name": "reinvent technology partners" - }, - { - "cik": 1114995, - "symbol": "pi", - "name": "impinj inc" - }, - { - "cik": 1508478, - "symbol": "arco", - "name": "arcos dorados holdings inc" - }, - { - "cik": 1030894, - "symbol": "cls", - "name": "celestica inc" - }, - { - "cik": 1406587, - "symbol": "for", - "name": "forestar group inc" - }, - { - "cik": 78749, - "symbol": "agys", - "name": "agilysys inc" - }, - { - "cik": 1816090, - "symbol": "ftocw", - "name": "ftac olympus acquisition corp" - }, - { - "cik": 1167419, - "symbol": "riot", - "name": "riot blockchain inc" - }, - { - "cik": 889900, - "symbol": "pten", - "name": "patterson uti energy inc" - }, - { - "cik": 1072379, - "symbol": "nwbo", - "name": "northwest biotherapeutics inc" - }, - { - "cik": 1475841, - "symbol": "nbhc", - "name": "national bank holdings corp" - }, - { - "cik": 1075415, - "symbol": "dhcnl", - "name": "diversified healthcare trust" - }, - { - "cik": 1668673, - "symbol": "petq", - "name": "petiq inc" - }, - { - "cik": 1821160, - "symbol": "ghld", - "name": "guild holdings co" - }, - { - "cik": 1396033, - "symbol": "ll", - "name": "lumber liquidators holdings inc" - }, - { - "cik": 1521036, - "symbol": "lnth", - "name": "lantheus holdings inc" - }, - { - "cik": 1459839, - "symbol": "sibn", - "name": "si-bone inc" - }, - { - "cik": 1818794, - "symbol": "dyn", - "name": "dyne therapeutics inc" - }, - { - "cik": 1708055, - "symbol": "rbbn", - "name": "ribbon communications inc" - }, - { - "cik": 1345099, - "symbol": "meso", - "name": "mesoblast ltd" - }, - { - "cik": 34782, - "symbol": "srce", - "name": "1st source corp" - }, - { - "cik": 1802974, - "symbol": "avo", - "name": "mission produce inc" - }, - { - "cik": 1347426, - "symbol": "bma", - "name": "macro bank inc" - }, - { - "cik": 1737450, - "symbol": "opra", - "name": "opera ltd" - }, - { - "cik": 1732409, - "symbol": "bchg", - "name": "grayscale bitcoin cash trust (bch)" - }, - { - "cik": 1308106, - "symbol": "tgp", - "name": "teekay lng partners lp" - }, - { - "cik": 1171471, - "symbol": "chi", - "name": "calamos convertible opportunities & income fund" - }, - { - "cik": 1113232, - "symbol": "acls", - "name": "axcelis technologies inc" - }, - { - "cik": 1096691, - "symbol": "ptnr", - "name": "partner communications co ltd" - }, - { - "cik": 84129, - "symbol": "rad", - "name": "rite aid corp" - }, - { - "cik": 1758766, - "symbol": "stpk", - "name": "star peak energy transition corp" - }, - { - "cik": 1216583, - "symbol": "jpc", - "name": "nuveen preferred & income opportunities fund" - }, - { - "cik": 1173514, - "symbol": "hy", - "name": "hyster-yale materials handling inc" - }, - { - "cik": 930236, - "symbol": "rwt", - "name": "redwood trust inc" - }, - { - "cik": 899715, - "symbol": "skt", - "name": "tanger factory outlet centers inc" - }, - { - "cik": 1176984, - "symbol": "eim", - "name": "eaton vance municipal bond fund" - }, - { - "cik": 1615165, - "symbol": "veri", - "name": "veritone inc" - }, - { - "cik": 103145, - "symbol": "veco", - "name": "veeco instruments inc" - }, - { - "cik": 1772016, - "symbol": "brbr", - "name": "bellring brands inc" - }, - { - "cik": 1207179, - "symbol": "glng", - "name": "golar lng ltd" - }, - { - "cik": 1717547, - "symbol": "clnc", - "name": "colony credit real estate inc" - }, - { - "cik": 1819790, - "symbol": "tars", - "name": "tarsus pharmaceuticals inc" - }, - { - "cik": 883412, - "symbol": "myi", - "name": "blackrock muniyield quality fund iii inc" - }, - { - "cik": 863436, - "symbol": "bhe", - "name": "benchmark electronics inc" - }, - { - "cik": 1555039, - "symbol": "resi", - "name": "front yard residential corp" - }, - { - "cik": 351834, - "symbol": "stkl", - "name": "sunopta inc" - }, - { - "cik": 1503584, - "symbol": "cmre", - "name": "costamare inc" - }, - { - "cik": 1294133, - "symbol": "ingn", - "name": "inogen inc" - }, - { - "cik": 790526, - "symbol": "rdnt", - "name": "radnet inc" - }, - { - "cik": 921582, - "symbol": "imax", - "name": "imax corp" - }, - { - "cik": 78814, - "symbol": "pbi", - "name": "pitney bowes inc de" - }, - { - "cik": 1768012, - "symbol": "lcahw", - "name": "golden nugget online gaming inc" - }, - { - "cik": 1712463, - "symbol": "pack", - "name": "ranpak holdings corp" - }, - { - "cik": 93389, - "symbol": "smp", - "name": "standard motor products inc" - }, - { - "cik": 1287213, - "symbol": "plow", - "name": "douglas dynamics inc" - }, - { - "cik": 1609804, - "symbol": "oec", - "name": "orion engineered carbons sa" - }, - { - "cik": 1086434, - "symbol": "audc", - "name": "audiocodes ltd" - }, - { - "cik": 1157408, - "symbol": "lrn", - "name": "stride inc" - }, - { - "cik": 811589, - "symbol": "fbnc", - "name": "first bancorp nc" - }, - { - "cik": 1127703, - "symbol": "pra", - "name": "proassurance corp" - }, - { - "cik": 1617242, - "symbol": "krny", - "name": "kearny financial corp" - }, - { - "cik": 1005210, - "symbol": "sph", - "name": "suburban propane partners lp" - }, - { - "cik": 1005229, - "symbol": "cmco", - "name": "columbus mckinnon corp" - }, - { - "cik": 1746473, - "symbol": "plrx", - "name": "pliant therapeutics inc" - }, - { - "cik": 949157, - "symbol": "cenx", - "name": "century aluminum co" - }, - { - "cik": 1651561, - "symbol": "trhc", - "name": "tabula rasa healthcare inc" - }, - { - "cik": 1296435, - "symbol": "np", - "name": "neenah inc" - }, - { - "cik": 1497645, - "symbol": "inn", - "name": "summit hotel properties inc" - }, - { - "cik": 1318008, - "symbol": "zumz", - "name": "zumiez inc" - }, - { - "cik": 1517175, - "symbol": "chef", - "name": "chefs warehouse inc" - }, - { - "cik": 1379400, - "symbol": "aod", - "name": "aberdeen total dynamic dividend fund" - }, - { - "cik": 1062231, - "symbol": "axl", - "name": "american axle & manufacturing holdings inc" - }, - { - "cik": 704415, - "symbol": "tvty", - "name": "tivity health inc" - }, - { - "cik": 930420, - "symbol": "kfrc", - "name": "kforce inc" - }, - { - "cik": 1783183, - "symbol": "phat", - "name": "phathom pharmaceuticals inc" - }, - { - "cik": 1806310, - "symbol": "tsha", - "name": "taysha gene therapies inc" - }, - { - "cik": 1270073, - "symbol": "icpt", - "name": "intercept pharmaceuticals inc" - }, - { - "cik": 310354, - "symbol": "sxi", - "name": "standex international corp de" - }, - { - "cik": 1744659, - "symbol": "akro", - "name": "akero therapeutics inc" - }, - { - "cik": 879526, - "symbol": "wnc", - "name": "wabash national corp" - }, - { - "cik": 719220, - "symbol": "stba", - "name": "s&t bancorp inc" - }, - { - "cik": 798359, - "symbol": "iret", - "name": "investors real estate trust" - }, - { - "cik": 1822462, - "symbol": "fhtx", - "name": "foghorn therapeutics inc" - }, - { - "cik": 794172, - "symbol": "vivo", - "name": "meridian bioscience inc" - }, - { - "cik": 1108109, - "symbol": "cyh", - "name": "community health systems inc" - }, - { - "cik": 1049782, - "symbol": "brkl", - "name": "brookline bancorp inc" - }, - { - "cik": 1285819, - "symbol": "omer", - "name": "omeros corp" - }, - { - "cik": 40417, - "symbol": "gam", - "name": "general american investors co inc" - }, - { - "cik": 1173489, - "symbol": "ceva", - "name": "ceva inc" - }, - { - "cik": 1170299, - "symbol": "pml", - "name": "pimco municipal income fund ii" - }, - { - "cik": 1044777, - "symbol": "ospn", - "name": "onespan inc" - }, - { - "cik": 1379041, - "symbol": "eig", - "name": "employers holdings inc" - }, - { - "cik": 784199, - "symbol": "cry", - "name": "cryolife inc" - }, - { - "cik": 1425450, - "symbol": "kids", - "name": "orthopediatrics corp" - }, - { - "cik": 1297184, - "symbol": "amph", - "name": "amphastar pharmaceuticals inc" - }, - { - "cik": 1255474, - "symbol": "wllbw", - "name": "whiting petroleum corp" - }, - { - "cik": 1804176, - "symbol": "lgvw", - "name": "longview acquisition corp" - }, - { - "cik": 1529864, - "symbol": "enva", - "name": "enova international inc" - }, - { - "cik": 1507605, - "symbol": "mara", - "name": "marathon patent group inc" - }, - { - "cik": 1709505, - "symbol": "best", - "name": "best inc" - }, - { - "cik": 798783, - "symbol": "uht", - "name": "universal health realty income trust" - }, - { - "cik": 1428522, - "symbol": "rdus", - "name": "radius health inc" - }, - { - "cik": 1046568, - "symbol": "prdo", - "name": "perdoceo education corp" - }, - { - "cik": 1331284, - "symbol": "dht", - "name": "dht holdings inc" - }, - { - "cik": 1020859, - "symbol": "unfi", - "name": "united natural foods inc" - }, - { - "cik": 852772, - "symbol": "denn", - "name": "dennys corp" - }, - { - "cik": 1175505, - "symbol": "fprx", - "name": "five prime therapeutics inc" - }, - { - "cik": 835324, - "symbol": "sybt", - "name": "stock yards bancorp inc" - }, - { - "cik": 1509991, - "symbol": "kos", - "name": "kosmos energy ltd" - }, - { - "cik": 1030469, - "symbol": "ofg", - "name": "ofg bancorp" - }, - { - "cik": 814083, - "symbol": "clm", - "name": "cornerstone strategic value fund inc" - }, - { - "cik": 1357450, - "symbol": "holi", - "name": "hollysys automation technologies ltd" - }, - { - "cik": 1013488, - "symbol": "bjri", - "name": "bjs restaurants inc" - }, - { - "cik": 1778114, - "symbol": "aio", - "name": "allianzgi artificial intelligence & technology opportunities fund" - }, - { - "cik": 1160864, - "symbol": "bhk", - "name": "blackrock core bond trust" - }, - { - "cik": 1413837, - "symbol": "ffwm", - "name": "first foundation inc" - }, - { - "cik": 764195, - "symbol": "vbiv", - "name": "vbi vaccines inc bc" - }, - { - "cik": 1123134, - "symbol": "imos", - "name": "chipmos technologies inc" - }, - { - "cik": 1177648, - "symbol": "enta", - "name": "enanta pharmaceuticals inc" - }, - { - "cik": 1701051, - "symbol": "wow", - "name": "wideopenwest inc" - }, - { - "cik": 1115128, - "symbol": "quot", - "name": "quotient technology inc" - }, - { - "cik": 1616533, - "symbol": "sgh", - "name": "smart global holdings inc" - }, - { - "cik": 1605810, - "symbol": "ulnv", - "name": "porter holding international inc" - }, - { - "cik": 1078271, - "symbol": "extr", - "name": "extreme networks inc" - }, - { - "cik": 1386716, - "symbol": "sblkz", - "name": "star bulk carriers corp" - }, - { - "cik": 880117, - "symbol": "jbss", - "name": "sanfilippo john b & son inc" - }, - { - "cik": 6845, - "symbol": "apog", - "name": "apogee enterprises inc" - }, - { - "cik": 1164009, - "symbol": "fxcnf", - "name": "fih mobile ltd" - }, - { - "cik": 1819876, - "symbol": "tritw", - "name": "triterras inc" - }, - { - "cik": 63296, - "symbol": "matw", - "name": "matthews international corp" - }, - { - "cik": 1575420, - "symbol": "biio", - "name": "bionovate technologies corp" - }, - { - "cik": 28823, - "symbol": "dbd", - "name": "diebold nixdorf inc" - }, - { - "cik": 1290677, - "symbol": "tpb", - "name": "turning point brands inc" - }, - { - "cik": 1576018, - "symbol": "tpre", - "name": "third point reinsurance ltd" - }, - { - "cik": 1400891, - "symbol": "ihetw", - "name": "iheartmedia inc" - }, - { - "cik": 1569187, - "symbol": "ahh", - "name": "armada hoffler properties inc" - }, - { - "cik": 1662774, - "symbol": "crtx", - "name": "cortexyme inc" - }, - { - "cik": 884152, - "symbol": "vmo", - "name": "invesco municipal opportunity trust" - }, - { - "cik": 1515160, - "symbol": "mitff", - "name": "mitie group plc adr" - }, - { - "cik": 1380936, - "symbol": "gof", - "name": "guggenheim strategic opportunities fund" - }, - { - "cik": 1829426, - "symbol": "fpac", - "name": "far peak acquisition corp" - }, - { - "cik": 1116463, - "symbol": "osur", - "name": "orasure technologies inc" - }, - { - "cik": 1823340, - "symbol": "agcuu", - "name": "altimeter growth corp" - }, - { - "cik": 859598, - "symbol": "ckh", - "name": "seacor holdings inc new" - }, - { - "cik": 65011, - "symbol": "mdp", - "name": "meredith corp" - }, - { - "cik": 1652535, - "symbol": "ichr", - "name": "ichor holdings ltd" - }, - { - "cik": 42682, - "symbol": "grc", - "name": "gorman rupp co" - }, - { - "cik": 1795579, - "symbol": "calt", - "name": "calliditas therapeutics ab" - }, - { - "cik": 1108134, - "symbol": "bhlb", - "name": "berkshire hills bancorp inc" - }, - { - "cik": 1109138, - "symbol": "camt", - "name": "camtek ltd" - }, - { - "cik": 1537054, - "symbol": "gogo", - "name": "gogo inc" - }, - { - "cik": 1227476, - "symbol": "jqc", - "name": "nuveen credit strategies income fund" - }, - { - "cik": 912603, - "symbol": "schn", - "name": "schnitzer steel industries inc" - }, - { - "cik": 1227862, - "symbol": "emd", - "name": "western asset emerging markets debt fund inc" - }, - { - "cik": 1403256, - "symbol": "scu", - "name": "sculptor capital management inc" - }, - { - "cik": 1688941, - "symbol": "fbm", - "name": "foundation building materials inc" - }, - { - "cik": 1698514, - "symbol": "nesrw", - "name": "national energy services reunited corp" - }, - { - "cik": 1661181, - "symbol": "orgo", - "name": "organogenesis holdings inc" - }, - { - "cik": 714395, - "symbol": "gabc", - "name": "german american bancorp inc" - }, - { - "cik": 1703141, - "symbol": "desp", - "name": "despegarcom corp" - }, - { - "cik": 946647, - "symbol": "fdef", - "name": "premier financial corp" - }, - { - "cik": 1568162, - "symbol": "afino", - "name": "american finance trust inc" - }, - { - "cik": 1321646, - "symbol": "kra", - "name": "kraton corp" - }, - { - "cik": 1385145, - "symbol": "cel", - "name": "cellcom israel ltd" - }, - { - "cik": 1630472, - "symbol": "trtx", - "name": "tpg re finance trust inc" - }, - { - "cik": 1628063, - "symbol": "srg", - "name": "seritage growth properties" - }, - { - "cik": 712034, - "symbol": "acco", - "name": "acco brands corp" - }, - { - "cik": 931427, - "symbol": "tgs", - "name": "gas transporter of the south inc" - }, - { - "cik": 1621227, - "symbol": "adap", - "name": "adaptimmune therapeutics plc" - }, - { - "cik": 50493, - "symbol": "imkta", - "name": "ingles markets inc" - }, - { - "cik": 1043337, - "symbol": "sri", - "name": "stoneridge inc" - }, - { - "cik": 1720821, - "symbol": "paeww", - "name": "pae inc" - }, - { - "cik": 722723, - "symbol": "hngr", - "name": "hanger inc" - }, - { - "cik": 1450009, - "symbol": "ctagf", - "name": "capita group adr" - }, - { - "cik": 1604522, - "symbol": "thq", - "name": "tekla healthcare opportunities fund" - }, - { - "cik": 18748, - "symbol": "cet", - "name": "central securities corp" - }, - { - "cik": 1057060, - "symbol": "hzo", - "name": "marinemax inc" - }, - { - "cik": 1372020, - "symbol": "gldd", - "name": "great lakes dredge & dock corp" - }, - { - "cik": 884624, - "symbol": "ofix", - "name": "orthofix medical inc" - }, - { - "cik": 1027838, - "symbol": "tcmd", - "name": "tactile systems technology inc" - }, - { - "cik": 807863, - "symbol": "mitk", - "name": "mitek systems inc" - }, - { - "cik": 1818089, - "symbol": "boac", - "name": "bluescape opportunities acquisition corp" - }, - { - "cik": 1616736, - "symbol": "alpc", - "name": "alpha investment inc" - }, - { - "cik": 1712923, - "symbol": "gsky", - "name": "greensky inc" - }, - { - "cik": 1728117, - "symbol": "goss", - "name": "gossamer bio inc" - }, - { - "cik": 1046025, - "symbol": "hfwa", - "name": "heritage financial corp wa" - }, - { - "cik": 1688757, - "symbol": "esta", - "name": "establishment labs holdings inc" - }, - { - "cik": 1022321, - "symbol": "gel", - "name": "genesis energy lp" - }, - { - "cik": 1629019, - "symbol": "mbino", - "name": "merchants bancorp" - }, - { - "cik": 1520253, - "symbol": "pthif", - "name": "pt solusi bangun indonesia tbk adr" - }, - { - "cik": 1024725, - "symbol": "ten", - "name": "tenneco inc" - }, - { - "cik": 880631, - "symbol": "wetf", - "name": "wisdomtree investments inc" - }, - { - "cik": 909494, - "symbol": "tcx", - "name": "tucows inc pa" - }, - { - "cik": 1580808, - "symbol": "aten", - "name": "a10 networks inc" - }, - { - "cik": 1434868, - "symbol": "espr", - "name": "esperion therapeutics inc" - }, - { - "cik": 1655050, - "symbol": "bcsf", - "name": "bain capital specialty finance inc" - }, - { - "cik": 1805077, - "symbol": "eosew", - "name": "eos energy enterprises inc" - }, - { - "cik": 1120914, - "symbol": "pdfs", - "name": "pdf solutions inc" - }, - { - "cik": 1604665, - "symbol": "wlkp", - "name": "westlake chemical partners lp" - }, - { - "cik": 1438231, - "symbol": "dmrc", - "name": "digimarc corp" - }, - { - "cik": 1534504, - "symbol": "pbf", - "name": "pbf energy inc" - }, - { - "cik": 1714798, - "symbol": "prvl", - "name": "prevail therapeutics inc" - }, - { - "cik": 1219360, - "symbol": "phk", - "name": "pimco high income fund" - }, - { - "cik": 1172222, - "symbol": "ha", - "name": "hawaiian holdings inc" - }, - { - "cik": 866729, - "symbol": "schl", - "name": "scholastic corp" - }, - { - "cik": 1683606, - "symbol": "cars", - "name": "carscom inc" - }, - { - "cik": 1522860, - "symbol": "afib", - "name": "acutus medical inc" - }, - { - "cik": 1556263, - "symbol": "syrs", - "name": "syros pharmaceuticals inc" - }, - { - "cik": 1810739, - "symbol": "lssdf", - "name": "radius global infrastructure inc" - }, - { - "cik": 1643615, - "symbol": "meg", - "name": "montrose environmental group inc" - }, - { - "cik": 1815184, - "symbol": "rbac", - "name": "redball acquisition corp" - }, - { - "cik": 1469372, - "symbol": "msgn", - "name": "msg networks inc" - }, - { - "cik": 1017480, - "symbol": "hibb", - "name": "hibbett sports inc" - }, - { - "cik": 73756, - "symbol": "oii", - "name": "oceaneering international inc" - }, - { - "cik": 1818876, - "symbol": "ipod", - "name": "social capital hedosophia holdings corp iv" - }, - { - "cik": 72444, - "symbol": "vxrt", - "name": "vaxart inc" - }, - { - "cik": 1642122, - "symbol": "ac", - "name": "associated capital group inc" - }, - { - "cik": 55135, - "symbol": "kelyb", - "name": "kelly services inc" - }, - { - "cik": 835011, - "symbol": "mgpi", - "name": "mgp ingredients inc" - }, - { - "cik": 1268884, - "symbol": "igr", - "name": "cbre clarion global real estate income fund" - }, - { - "cik": 1332349, - "symbol": "bkd", - "name": "brookdale senior living inc" - }, - { - "cik": 1818346, - "symbol": "leap", - "name": "ribbit leap ltd" - }, - { - "cik": 1655099, - "symbol": "ra", - "name": "brookfield real assets income fund inc" - }, - { - "cik": 874977, - "symbol": "stfc", - "name": "state auto financial corp" - }, - { - "cik": 1560241, - "symbol": "gthx", - "name": "g1 therapeutics inc" - }, - { - "cik": 1383441, - "symbol": "nie", - "name": "allianzgi equity & convertible income fund" - }, - { - "cik": 1525221, - "symbol": "vtol", - "name": "bristow group inc" - }, - { - "cik": 1069899, - "symbol": "pahc", - "name": "phibro animal health corp" - }, - { - "cik": 1822877, - "symbol": "vygg", - "name": "vy global growth" - }, - { - "cik": 1762322, - "symbol": "sfttw", - "name": "shift technologies inc" - }, - { - "cik": 899460, - "symbol": "mnkd", - "name": "mannkind corp" - }, - { - "cik": 1819608, - "symbol": "avan", - "name": "avanti acquisition corp" - }, - { - "cik": 1758488, - "symbol": "osw", - "name": "onespaworld holdings ltd" - }, - { - "cik": 1070985, - "symbol": "cxw", - "name": "corecivic inc" - }, - { - "cik": 1722271, - "symbol": "akus", - "name": "akouos inc" - }, - { - "cik": 716133, - "symbol": "cbb", - "name": "cincinnati bell inc" - }, - { - "cik": 1346830, - "symbol": "cara", - "name": "cara therapeutics inc" - }, - { - "cik": 1132105, - "symbol": "spwh", - "name": "sportsmans warehouse holdings inc" - }, - { - "cik": 1486159, - "symbol": "oaspq", - "name": "oasis petroleum inc" - }, - { - "cik": 1804591, - "symbol": "vgac", - "name": "vg acquisition corp" - }, - { - "cik": 821026, - "symbol": "ande", - "name": "andersons inc" - }, - { - "cik": 1414932, - "symbol": "osle", - "name": "oaktree specialty lending corp" - }, - { - "cik": 1574197, - "symbol": "fph", - "name": "five point holdings llc" - }, - { - "cik": 1023313, - "symbol": "forr", - "name": "forrester research inc" - }, - { - "cik": 1760439, - "symbol": "hrvsf", - "name": "harvest health & recreation inc" - }, - { - "cik": 1278895, - "symbol": "cii", - "name": "blackrock enhanced capital & income fund inc" - }, - { - "cik": 1271214, - "symbol": "xent", - "name": "intersect ent inc" - }, - { - "cik": 1158895, - "symbol": "lmat", - "name": "lemaitre vascular inc" - }, - { - "cik": 1295401, - "symbol": "tbbk", - "name": "bancorp inc" - }, - { - "cik": 1322505, - "symbol": "albo", - "name": "albireo pharma inc" - }, - { - "cik": 1821349, - "symbol": "ngms", - "name": "neogames sa" - }, - { - "cik": 922864, - "symbol": "aiv", - "name": "apartment investment & management co" - }, - { - "cik": 1464591, - "symbol": "gprk", - "name": "geopark ltd" - }, - { - "cik": 874501, - "symbol": "ambc", - "name": "ambac financial group inc" - }, - { - "cik": 1398832, - "symbol": "sgsvf", - "name": "sabina gold & silver corp" - }, - { - "cik": 1421517, - "symbol": "erii", - "name": "energy recovery inc" - }, - { - "cik": 1683825, - "symbol": "trvg", - "name": "trivago nv" - }, - { - "cik": 1347178, - "symbol": "vnda", - "name": "vanda pharmaceuticals inc" - }, - { - "cik": 1557142, - "symbol": "kdmn", - "name": "kadmon holdings inc" - }, - { - "cik": 1334978, - "symbol": "cco", - "name": "clear channel outdoor holdings inc" - }, - { - "cik": 1692787, - "symbol": "altm", - "name": "altus midstream co" - }, - { - "cik": 1600125, - "symbol": "ebsb", - "name": "meridian bancorp inc" - }, - { - "cik": 845877, - "symbol": "agm", - "name": "federal agricultural mortgage corp" - }, - { - "cik": 1811856, - "symbol": "cfiiu", - "name": "cf finance acquisition corp ii" - }, - { - "cik": 712771, - "symbol": "cnob", - "name": "connectone bancorp inc" - }, - { - "cik": 907254, - "symbol": "bfs", - "name": "saul centers inc" - }, - { - "cik": 1680247, - "symbol": "pump", - "name": "propetro holding corp" - }, - { - "cik": 1260041, - "symbol": "htd", - "name": "john hancock tax-advantaged dividend income fund" - }, - { - "cik": 1332174, - "symbol": "gsg", - "name": "ishares s&p gsci commodity-indexed trust" - }, - { - "cik": 737468, - "symbol": "wash", - "name": "washington trust bancorp inc" - }, - { - "cik": 1435049, - "symbol": "adro", - "name": "chinook therapeutics inc" - }, - { - "cik": 41719, - "symbol": "glt", - "name": "glatfelter corp" - }, - { - "cik": 1512499, - "symbol": "lind", - "name": "lindblad expeditions holdings inc" - }, - { - "cik": 1195738, - "symbol": "nkx", - "name": "nuveen california amt-free quality municipal income fund" - }, - { - "cik": 1635984, - "symbol": "nwli", - "name": "national western life group inc" - }, - { - "cik": 1604477, - "symbol": "sqz", - "name": "sqz biotechnologies co" - }, - { - "cik": 1773250, - "symbol": "mmx", - "name": "maverix metals inc" - }, - { - "cik": 1592058, - "symbol": "prty", - "name": "party city holdco inc" - }, - { - "cik": 1548717, - "symbol": "ldp", - "name": "cohen & steers ltd duration preferred & income fund inc" - }, - { - "cik": 1697818, - "symbol": "iclk", - "name": "iclick interactive asia group ltd" - }, - { - "cik": 1688476, - "symbol": "nex", - "name": "nextier oilfield solutions inc" - }, - { - "cik": 828803, - "symbol": "gim", - "name": "templeton global income fund" - }, - { - "cik": 1267902, - "symbol": "wiw", - "name": "western asset inflation-linked opportunities & income fund" - }, - { - "cik": 1599617, - "symbol": "dnow", - "name": "now inc" - }, - { - "cik": 1426945, - "symbol": "echo", - "name": "echo global logistics inc" - }, - { - "cik": 1423221, - "symbol": "nx", - "name": "quanex building products corp" - }, - { - "cik": 1720446, - "symbol": "hmi", - "name": "huami corp" - }, - { - "cik": 1423210, - "symbol": "arztf", - "name": "aryzta ag (fka iaws group plc)" - }, - { - "cik": 1169770, - "symbol": "banc", - "name": "banc of california inc" - }, - { - "cik": 919893, - "symbol": "tdf", - "name": "templeton dragon fund inc" - }, - { - "cik": 31235, - "symbol": "kodk", - "name": "eastman kodak co" - }, - { - "cik": 1735438, - "symbol": "mgtx", - "name": "meiragtx holdings plc" - }, - { - "cik": 1671818, - "symbol": "oncr", - "name": "oncorus inc" - }, - { - "cik": 799850, - "symbol": "crmt", - "name": "americas carmart inc" - }, - { - "cik": 1757932, - "symbol": "rmg", - "name": "romeo power inc" - }, - { - "cik": 1816176, - "symbol": "goac", - "name": "go acquisition corp" - }, - { - "cik": 1213037, - "symbol": "crdf", - "name": "cardiff oncology inc" - }, - { - "cik": 1370416, - "symbol": "wprt", - "name": "westport fuel systems inc" - }, - { - "cik": 1461402, - "symbol": "htctf", - "name": "hutchison telecommunications hong kong holdings ltd" - }, - { - "cik": 1293613, - "symbol": "kyn", - "name": "kayne anderson energy infrastructure fund inc" - }, - { - "cik": 1040593, - "symbol": "crzo", - "name": "carrizo oil & gas inc" - }, - { - "cik": 885601, - "symbol": "iim", - "name": "invesco value municipal income trust" - }, - { - "cik": 1710680, - "symbol": "hfro", - "name": "highland income fund ma" - }, - { - "cik": 1725134, - "symbol": "lhc", - "name": "digital media solutions inc" - }, - { - "cik": 1696355, - "symbol": "bedu", - "name": "bright scholar education holdings ltd" - }, - { - "cik": 1531006, - "symbol": "swdhf", - "name": "skyworth digital holdings limited adr" - }, - { - "cik": 1499505, - "symbol": "agro", - "name": "adecoagro sa" - }, - { - "cik": 1512920, - "symbol": "spoxd", - "name": "sprott inc" - }, - { - "cik": 926282, - "symbol": "adtn", - "name": "adtran inc" - }, - { - "cik": 1253176, - "symbol": "vapo", - "name": "vapotherm inc" - }, - { - "cik": 887921, - "symbol": "rev", - "name": "revlon inc de" - }, - { - "cik": 1494582, - "symbol": "bomn", - "name": "boston omaha corp" - }, - { - "cik": 810136, - "symbol": "plab", - "name": "photronics inc" - }, - { - "cik": 1518715, - "symbol": "hmst", - "name": "homestreet inc" - }, - { - "cik": 1289877, - "symbol": "sfl", - "name": "sfl corp ltd" - }, - { - "cik": 876779, - "symbol": "mgic", - "name": "magic software enterprises ltd" - }, - { - "cik": 1418076, - "symbol": "slrc", - "name": "solar capital ltd" - }, - { - "cik": 805928, - "symbol": "axgn", - "name": "axogen inc" - }, - { - "cik": 1738177, - "symbol": "cmbm", - "name": "cambium networks corp" - }, - { - "cik": 704562, - "symbol": "cdmop", - "name": "avid bioservices inc" - }, - { - "cik": 1466538, - "symbol": "cown", - "name": "cowen inc" - }, - { - "cik": 1296250, - "symbol": "pfn", - "name": "pimco income strategy fund ii" - }, - { - "cik": 101984, - "symbol": "ueic", - "name": "universal electronics inc" - }, - { - "cik": 1492165, - "symbol": "pfbc", - "name": "preferred bank" - }, - { - "cik": 880892, - "symbol": "vgm", - "name": "invesco trust for investment grade municipals" - }, - { - "cik": 1304492, - "symbol": "atex", - "name": "anterix inc" - }, - { - "cik": 896429, - "symbol": "usatp", - "name": "usa technologies inc" - }, - { - "cik": 1750153, - "symbol": "goevw", - "name": "canoo inc" - }, - { - "cik": 886093, - "symbol": "nunz", - "name": "nunzia pharmaceutical co" - }, - { - "cik": 1313275, - "symbol": "bcov", - "name": "brightcove inc" - }, - { - "cik": 908315, - "symbol": "wina", - "name": "winmark corp" - }, - { - "cik": 1041859, - "symbol": "plce", - "name": "childrens place inc" - }, - { - "cik": 1692412, - "symbol": "plya", - "name": "playa hotels & resorts nv" - }, - { - "cik": 1091883, - "symbol": "cir", - "name": "circor international inc" - }, - { - "cik": 1602584, - "symbol": "ccd", - "name": "calamos dynamic convertible & income fund" - }, - { - "cik": 877463, - "symbol": "vkq", - "name": "invesco municipal trust" - }, - { - "cik": 1817071, - "symbol": "hzac", - "name": "horizon acquisition corp" - }, - { - "cik": 1534133, - "symbol": "gray", - "name": "graybug vision inc" - }, - { - "cik": 1691445, - "symbol": "finv", - "name": "finvolution group" - }, - { - "cik": 879585, - "symbol": "atni", - "name": "atn international inc" - }, - { - "cik": 108385, - "symbol": "wrld", - "name": "world acceptance corp" - }, - { - "cik": 1278752, - "symbol": "ainv", - "name": "apollo investment corp" - }, - { - "cik": 1805833, - "symbol": "treb", - "name": "trebia acquisition corp" - }, - { - "cik": 851310, - "symbol": "hlit", - "name": "harmonic inc" - }, - { - "cik": 69488, - "symbol": "mye", - "name": "myers industries inc" - }, - { - "cik": 1601669, - "symbol": "wtrep", - "name": "watford holdings ltd" - }, - { - "cik": 1068875, - "symbol": "bcor", - "name": "blucora inc" - }, - { - "cik": 1320375, - "symbol": "boe", - "name": "blackrock enhanced global dividend trust" - }, - { - "cik": 1428205, - "symbol": "arr", - "name": "armour residential reit inc" - }, - { - "cik": 100591, - "symbol": "agx", - "name": "argan inc" - }, - { - "cik": 821483, - "symbol": "parr", - "name": "par pacific holdings inc" - }, - { - "cik": 1277866, - "symbol": "exk", - "name": "endeavour silver corp" - }, - { - "cik": 1089143, - "symbol": "clct", - "name": "collectors universe inc" - }, - { - "cik": 1040130, - "symbol": "pets", - "name": "petmed express inc" - }, - { - "cik": 742278, - "symbol": "res", - "name": "rpc inc" - }, - { - "cik": 855886, - "symbol": "pdt", - "name": "john hancock premium dividend fund" - }, - { - "cik": 1174850, - "symbol": "ncbs", - "name": "nicolet bankshares inc" - }, - { - "cik": 926617, - "symbol": "awh", - "name": "aspira womens health inc" - }, - { - "cik": 1011570, - "symbol": "knl", - "name": "knoll inc" - }, - { - "cik": 880807, - "symbol": "amsc", - "name": "american superconductor corp de" - }, - { - "cik": 1160990, - "symbol": "pcn", - "name": "pimco corporate & income strategy fund" - }, - { - "cik": 1821788, - "symbol": "hzon", - "name": "horizon acquisition corp ii" - }, - { - "cik": 1816816, - "symbol": "grsvw", - "name": "gores holdings v inc" - }, - { - "cik": 1527590, - "symbol": "rcp", - "name": "ready capital corp" - }, - { - "cik": 1293135, - "symbol": "vet", - "name": "vermilion energy inc" - }, - { - "cik": 1073748, - "symbol": "yumm", - "name": "yummies inc" - }, - { - "cik": 1337553, - "symbol": "aeri", - "name": "aerie pharmaceuticals inc" - }, - { - "cik": 1137393, - "symbol": "bfk", - "name": "blackrock municipal income trust" - }, - { - "cik": 1021162, - "symbol": "tgi", - "name": "triumph group inc" - }, - { - "cik": 1734107, - "symbol": "sohu", - "name": "sohucom ltd" - }, - { - "cik": 1777921, - "symbol": "apxtw", - "name": "apex technology acquisition corp" - }, - { - "cik": 932695, - "symbol": "cyd", - "name": "china yuchai international ltd" - }, - { - "cik": 921557, - "symbol": "rbcaa", - "name": "republic bancorp inc ky" - }, - { - "cik": 885125, - "symbol": "iqi", - "name": "invesco quality municipal income trust" - }, - { - "cik": 842183, - "symbol": "rpt", - "name": "rpt realty" - }, - { - "cik": 1108205, - "symbol": "cris", - "name": "curis inc" - }, - { - "cik": 1533615, - "symbol": "gmre", - "name": "global medical reit inc" - }, - { - "cik": 1078207, - "symbol": "nls", - "name": "nautilus inc" - }, - { - "cik": 1095565, - "symbol": "hstm", - "name": "healthstream inc" - }, - { - "cik": 1395325, - "symbol": "etj", - "name": "eaton vance risk-managed diversified equity income fund" - }, - { - "cik": 77543, - "symbol": "tpc", - "name": "tutor perini corp" - }, - { - "cik": 854560, - "symbol": "gsbc", - "name": "great southern bancorp inc" - }, - { - "cik": 1642081, - "symbol": "abtx", - "name": "allegiance bancshares inc" - }, - { - "cik": 878526, - "symbol": "ntus", - "name": "natus medical inc" - }, - { - "cik": 879361, - "symbol": "myd", - "name": "blackrock muniyield fund inc" - }, - { - "cik": 1450276, - "symbol": "npacf", - "name": "quadient sa adr" - }, - { - "cik": 1029145, - "symbol": "gogl", - "name": "golden ocean group ltd" - }, - { - "cik": 1701758, - "symbol": "love", - "name": "lovesac co" - }, - { - "cik": 1409970, - "symbol": "lc", - "name": "lendingclub corp" - }, - { - "cik": 884219, - "symbol": "vvi", - "name": "viad corp" - }, - { - "cik": 744218, - "symbol": "cldx", - "name": "celldex therapeutics inc" - }, - { - "cik": 1606366, - "symbol": "loco", - "name": "el pollo loco holdings inc" - }, - { - "cik": 1717161, - "symbol": "cepu", - "name": "central puerto sa" - }, - { - "cik": 1010000, - "symbol": "ruprf", - "name": "rupert resources ltd" - }, - { - "cik": 1736946, - "symbol": "arlo", - "name": "arlo technologies inc" - }, - { - "cik": 821127, - "symbol": "bpfh", - "name": "boston private financial holdings inc" - }, - { - "cik": 1584549, - "symbol": "vff", - "name": "village farms international inc" - }, - { - "cik": 1393662, - "symbol": "vta", - "name": "invesco dynamic credit opportunities fund" - }, - { - "cik": 1697884, - "symbol": "vsbc", - "name": "vitaspring biomedical co ltd" - }, - { - "cik": 1411342, - "symbol": "efc", - "name": "ellington financial inc" - }, - { - "cik": 1801754, - "symbol": "tig", - "name": "trean insurance group inc" - }, - { - "cik": 768899, - "symbol": "tbi", - "name": "trueblue inc" - }, - { - "cik": 1098972, - "symbol": "agen", - "name": "agenus inc" - }, - { - "cik": 1538849, - "symbol": "capl", - "name": "crossamerica partners lp" - }, - { - "cik": 826020, - "symbol": "ppr", - "name": "voya prime rate trust" - }, - { - "cik": 853180, - "symbol": "xslcx", - "name": "invesco senior loan fund" - }, - { - "cik": 863894, - "symbol": "veru", - "name": "veru inc" - }, - { - "cik": 1126874, - "symbol": "erf", - "name": "enerplus corp" - }, - { - "cik": 1235468, - "symbol": "lqdt", - "name": "liquidity services inc" - }, - { - "cik": 1780652, - "symbol": "can", - "name": "canaan inc" - }, - { - "cik": 1760689, - "symbol": "thcbw", - "name": "tuscan holdings corp" - }, - { - "cik": 1561566, - "symbol": "qiwi", - "name": "qiwi" - }, - { - "cik": 1370755, - "symbol": "tcpc", - "name": "blackrock tcp capital corp" - }, - { - "cik": 1059262, - "symbol": "sp", - "name": "sp plus corp" - }, - { - "cik": 82020, - "symbol": "uslm", - "name": "united states lime & minerals inc" - }, - { - "cik": 1478888, - "symbol": "nbb", - "name": "nuveen taxable municipal income fund" - }, - { - "cik": 1267565, - "symbol": "coll", - "name": "collegium pharmaceutical inc" - }, - { - "cik": 913059, - "symbol": "bbar", - "name": "banco bbva argentina sa" - }, - { - "cik": 706129, - "symbol": "hbnc", - "name": "horizon bancorp inc in" - }, - { - "cik": 1557915, - "symbol": "nid", - "name": "nuveen intermediate duration municipal term fund" - }, - { - "cik": 1506289, - "symbol": "bcx", - "name": "blackrock resources & commodities strategy trust" - }, - { - "cik": 1417892, - "symbol": "sol", - "name": "renesola ltd" - }, - { - "cik": 1361369, - "symbol": "rnwef", - "name": "renewable energy corp asa" - }, - { - "cik": 34067, - "symbol": "boom", - "name": "dmc global inc" - }, - { - "cik": 1083446, - "symbol": "ameh", - "name": "apollo medical holdings inc" - }, - { - "cik": 1221029, - "symbol": "cpac", - "name": "cementos pacasmayo saa" - }, - { - "cik": 67347, - "symbol": "mod", - "name": "modine manufacturing co" - }, - { - "cik": 1366868, - "symbol": "gsat", - "name": "globalstar inc" - }, - { - "cik": 1799290, - "symbol": "ebon", - "name": "ebang international holdings inc" - }, - { - "cik": 1413855, - "symbol": "fanh", - "name": "fanhua inc" - }, - { - "cik": 1681622, - "symbol": "vrex", - "name": "varex imaging corp" - }, - { - "cik": 1493225, - "symbol": "nfbk", - "name": "northfield bancorp inc" - }, - { - "cik": 350852, - "symbol": "ctbi", - "name": "community trust bancorp inc ky" - }, - { - "cik": 1378125, - "symbol": "togl", - "name": "toga ltd" - }, - { - "cik": 1073429, - "symbol": "uscr", - "name": "us concrete inc" - }, - { - "cik": 1562818, - "symbol": "bit", - "name": "blackrock multi-sector income trust" - }, - { - "cik": 1300391, - "symbol": "eoi", - "name": "eaton vance enhanced equity income fund" - }, - { - "cik": 1037676, - "symbol": "arch", - "name": "arch resources inc" - }, - { - "cik": 1723128, - "symbol": "amrx", - "name": "amneal pharmaceuticals inc" - }, - { - "cik": 1473844, - "symbol": "cbtx", - "name": "cbtx inc" - }, - { - "cik": 1006269, - "symbol": "lorl", - "name": "loral space & communications inc" - }, - { - "cik": 910068, - "symbol": "hio", - "name": "western asset high income opportunity fund inc" - }, - { - "cik": 1437402, - "symbol": "ardx", - "name": "ardelyx inc" - }, - { - "cik": 1626745, - "symbol": "fvti", - "name": "fortune valley treasures inc" - }, - { - "cik": 1107421, - "symbol": "ziop", - "name": "ziopharm oncology inc" - }, - { - "cik": 752642, - "symbol": "umh", - "name": "umh properties inc" - }, - { - "cik": 1818093, - "symbol": "vspru", - "name": "vesper healthcare acquisition corp" - }, - { - "cik": 898437, - "symbol": "anik", - "name": "anika therapeutics inc" - }, - { - "cik": 1483934, - "symbol": "sbba", - "name": "scorpio tankers inc" - }, - { - "cik": 1724965, - "symbol": "talo", - "name": "talos energy inc" - }, - { - "cik": 1815495, - "symbol": "nga", - "name": "northern genesis acquisition corp" - }, - { - "cik": 1034842, - "symbol": "rigl", - "name": "rigel pharmaceuticals inc" - }, - { - "cik": 1717393, - "symbol": "caap", - "name": "corporacion america airports sa" - }, - { - "cik": 1234006, - "symbol": "goodn", - "name": "gladstone commercial corp" - }, - { - "cik": 1016169, - "symbol": "atrs", - "name": "antares pharma inc" - }, - { - "cik": 799288, - "symbol": "le", - "name": "lands end inc" - }, - { - "cik": 1410939, - "symbol": "isee", - "name": "iveric bio inc" - }, - { - "cik": 1809196, - "symbol": "imtxw", - "name": "immatics nv" - }, - { - "cik": 896841, - "symbol": "avid", - "name": "avid technology inc" - }, - { - "cik": 357301, - "symbol": "trst", - "name": "trustco bank corp n y" - }, - { - "cik": 895531, - "symbol": "vcv", - "name": "invesco california value municipal income trust" - }, - { - "cik": 918965, - "symbol": "scsc", - "name": "scansource inc" - }, - { - "cik": 1743725, - "symbol": "gdynw", - "name": "grid dynamics holdings inc" - }, - { - "cik": 1370053, - "symbol": "anab", - "name": "anaptysbio inc" - }, - { - "cik": 755001, - "symbol": "utl", - "name": "unitil corp" - }, - { - "cik": 1810031, - "symbol": "frln", - "name": "freeline therapeutics holdings plc" - }, - { - "cik": 1378950, - "symbol": "prts", - "name": "carpartscom inc" - }, - { - "cik": 831547, - "symbol": "sppi", - "name": "spectrum pharmaceuticals inc" - }, - { - "cik": 1793659, - "symbol": "rsi", - "name": "rush street interactive inc" - }, - { - "cik": 947559, - "symbol": "fbms", - "name": "first bancshares inc ms" - }, - { - "cik": 893538, - "symbol": "sm", - "name": "sm energy co" - }, - { - "cik": 906465, - "symbol": "qcrh", - "name": "qcr holdings inc" - }, - { - "cik": 1516912, - "symbol": "obnk", - "name": "origin bancorp inc" - }, - { - "cik": 1596946, - "symbol": "qtnt", - "name": "quotient ltd" - }, - { - "cik": 827876, - "symbol": "clsk", - "name": "cleanspark inc" - }, - { - "cik": 1544206, - "symbol": "cgbd", - "name": "tcg bdc inc" - }, - { - "cik": 1750593, - "symbol": "duo", - "name": "fangdd network group ltd" - }, - { - "cik": 827871, - "symbol": "egrx", - "name": "eagle pharmaceuticals inc" - }, - { - "cik": 1576873, - "symbol": "abml", - "name": "american battery metals corp" - }, - { - "cik": 1769617, - "symbol": "hone", - "name": "harborone bancorp inc" - }, - { - "cik": 846901, - "symbol": "lbai", - "name": "lakeland bancorp inc" - }, - { - "cik": 80172, - "symbol": "npk", - "name": "national presto industries inc" - }, - { - "cik": 1800347, - "symbol": "pcpl", - "name": "cc neuberger principal holdings i" - }, - { - "cik": 1681087, - "symbol": "avro", - "name": "avrobio inc" - }, - { - "cik": 1333274, - "symbol": "merc", - "name": "mercer international inc" - }, - { - "cik": 1709401, - "symbol": "ruby", - "name": "rubius therapeutics inc" - }, - { - "cik": 1441236, - "symbol": "clw", - "name": "clearwater paper corp" - }, - { - "cik": 1745797, - "symbol": "mnrl", - "name": "brigham minerals inc" - }, - { - "cik": 1581804, - "symbol": "nvgs", - "name": "navigator holdings ltd" - }, - { - "cik": 1726189, - "symbol": "new", - "name": "puxin ltd" - }, - { - "cik": 1411688, - "symbol": "tcs", - "name": "container store group inc" - }, - { - "cik": 1412481, - "symbol": "mmrty", - "name": "massmart holdings ltd" - }, - { - "cik": 1791091, - "symbol": "tlmdw", - "name": "soc telemed inc" - }, - { - "cik": 1051004, - "symbol": "muc", - "name": "blackrock muniholdings california quality fund inc" - }, - { - "cik": 877422, - "symbol": "sptn", - "name": "spartannash co" - }, - { - "cik": 1315257, - "symbol": "kop", - "name": "koppers holdings inc" - }, - { - "cik": 866829, - "symbol": "hlx", - "name": "helix energy solutions group inc" - }, - { - "cik": 30305, - "symbol": "dco", - "name": "ducommun inc de" - }, - { - "cik": 1673504, - "symbol": "ssdt", - "name": "shengshi elevator international holding group inc" - }, - { - "cik": 108985, - "symbol": "yorw", - "name": "york water co" - }, - { - "cik": 890541, - "symbol": "blx", - "name": "foreign trade bank of latin america inc" - }, - { - "cik": 1393299, - "symbol": "bgy", - "name": "blackrock enhanced international dividend trust" - }, - { - "cik": 1661998, - "symbol": "fixx", - "name": "homology medicines inc" - }, - { - "cik": 1071058, - "symbol": "abst", - "name": "absolute software corp" - }, - { - "cik": 1669811, - "symbol": "dfin", - "name": "donnelley financial solutions inc" - }, - { - "cik": 1683695, - "symbol": "imxi", - "name": "international money express inc" - }, - { - "cik": 1702750, - "symbol": "by", - "name": "byline bancorp inc" - }, - { - "cik": 1518557, - "symbol": "mmd", - "name": "mainstay mackay definedterm municipal opportunities fund" - }, - { - "cik": 1387467, - "symbol": "aosl", - "name": "alpha & omega semiconductor ltd" - }, - { - "cik": 1532346, - "symbol": "bcel", - "name": "atreca inc" - }, - { - "cik": 1324272, - "symbol": "ruth", - "name": "ruths hospitality group inc" - }, - { - "cik": 101199, - "symbol": "ufcs", - "name": "united fire group inc" - }, - { - "cik": 837852, - "symbol": "idex", - "name": "ideanomics inc" - }, - { - "cik": 1554697, - "symbol": "ghy", - "name": "pgim global high yield fund inc" - }, - { - "cik": 1760854, - "symbol": "nbtx", - "name": "nanobiotix sa" - }, - { - "cik": 1707502, - "symbol": "sldb", - "name": "solid biosciences inc" - }, - { - "cik": 1419600, - "symbol": "flxn", - "name": "flexion therapeutics inc" - }, - { - "cik": 1821171, - "symbol": "qell", - "name": "qell acquisition corp" - }, - { - "cik": 1701108, - "symbol": "spro", - "name": "spero therapeutics inc" - }, - { - "cik": 1783398, - "symbol": "ghivu", - "name": "gores holdings iv inc" - }, - { - "cik": 1597313, - "symbol": "vray", - "name": "viewray inc" - }, - { - "cik": 1059386, - "symbol": "vvr", - "name": "invesco senior income trust" - }, - { - "cik": 835948, - "symbol": "mvf", - "name": "blackrock munivest fund inc" - }, - { - "cik": 1661460, - "symbol": "pstx", - "name": "poseida therapeutics inc" - }, - { - "cik": 1717452, - "symbol": "odt", - "name": "odonate therapeutics inc" - }, - { - "cik": 1087786, - "symbol": "nxj", - "name": "nuveen new jersey quality municipal income fund" - }, - { - "cik": 701869, - "symbol": "ihc", - "name": "independence holding co" - }, - { - "cik": 1722380, - "symbol": "one", - "name": "onesmart international education group ltd" - }, - { - "cik": 1320461, - "symbol": "cps", - "name": "cooper-standard holdings inc" - }, - { - "cik": 1400438, - "symbol": "lgorf", - "name": "largo resources ltd" - }, - { - "cik": 1496048, - "symbol": "bpyup", - "name": "brookfield property reit inc" - }, - { - "cik": 1085913, - "symbol": "fmcb", - "name": "farmers & merchants bancorp" - }, - { - "cik": 1578955, - "symbol": "sboey", - "name": "schoeller-bleckmann oilfield equipment ag adr" - }, - { - "cik": 802681, - "symbol": "bmtc", - "name": "bryn mawr bank corp" - }, - { - "cik": 1625101, - "symbol": "plse", - "name": "pulse biosciences inc" - }, - { - "cik": 1437071, - "symbol": "ivr", - "name": "invesco mortgage capital inc" - }, - { - "cik": 1608390, - "symbol": "afmd", - "name": "affimed nv" - }, - { - "cik": 1711291, - "symbol": "curo", - "name": "curo group holdings corp" - }, - { - "cik": 1789029, - "symbol": "ipv", - "name": "interprivate acquisition corp" - }, - { - "cik": 1637736, - "symbol": "solow", - "name": "electrameccanica vehicles corp" - }, - { - "cik": 1058239, - "symbol": "hix", - "name": "western asset high income fund ii inc" - }, - { - "cik": 1821393, - "symbol": "aan", - "name": "aarons company inc" - }, - { - "cik": 1781983, - "symbol": "apre", - "name": "aprea therapeutics inc" - }, - { - "cik": 102212, - "symbol": "uvsp", - "name": "univest financial corp" - }, - { - "cik": 1785154, - "symbol": "dnk", - "name": "phoenix tree holdings ltd" - }, - { - "cik": 1734342, - "symbol": "amtbb", - "name": "amerant bancorp inc" - }, - { - "cik": 1086600, - "symbol": "arlp", - "name": "alliance resource partners lp" - }, - { - "cik": 1554859, - "symbol": "smlr", - "name": "semler scientific inc" - }, - { - "cik": 1323468, - "symbol": "glp", - "name": "global partners lp" - }, - { - "cik": 732417, - "symbol": "hbia", - "name": "hills bancorporation" - }, - { - "cik": 1388430, - "symbol": "cai", - "name": "cai international inc" - }, - { - "cik": 1596993, - "symbol": "lpg", - "name": "dorian lpg ltd" - }, - { - "cik": 725363, - "symbol": "cvm", - "name": "cel sci corp" - }, - { - "cik": 353020, - "symbol": "aegn", - "name": "aegion corp" - }, - { - "cik": 1582568, - "symbol": "pbfx", - "name": "pbf logistics lp" - }, - { - "cik": 1232860, - "symbol": "mui", - "name": "blackrock muni intermediate duration fund inc" - }, - { - "cik": 1396277, - "symbol": "chw", - "name": "calamos global dynamic income fund" - }, - { - "cik": 1313510, - "symbol": "ggn", - "name": "gamco global gold natural resources & income trust" - }, - { - "cik": 1219120, - "symbol": "avk", - "name": "advent convertible & income fund" - }, - { - "cik": 1010086, - "symbol": "siga", - "name": "siga technologies inc" - }, - { - "cik": 1815021, - "symbol": "bq", - "name": "boqii holding ltd" - }, - { - "cik": 1233681, - "symbol": "blw", - "name": "blackrock ltd duration income trust" - }, - { - "cik": 1559991, - "symbol": "dfp", - "name": "flaherty & crumrine dynamic preferred & income fund inc" - }, - { - "cik": 1029142, - "symbol": "dvax", - "name": "dynavax technologies corp" - }, - { - "cik": 1819404, - "symbol": "pace", - "name": "tpg pace tech opportunities corp" - }, - { - "cik": 1169988, - "symbol": "wifi", - "name": "boingo wireless inc" - }, - { - "cik": 1129155, - "symbol": "mpx", - "name": "marine products corp" - }, - { - "cik": 1308208, - "symbol": "ulh", - "name": "universal logistics holdings inc" - }, - { - "cik": 700565, - "symbol": "fmbh", - "name": "first mid bancshares inc" - }, - { - "cik": 1693011, - "symbol": "inzy", - "name": "inozyme pharma inc" - }, - { - "cik": 1517006, - "symbol": "gato", - "name": "gatos silver inc" - }, - { - "cik": 1145678, - "symbol": "tuwlf", - "name": "tullow oil plc fi" - }, - { - "cik": 1066605, - "symbol": "hsii", - "name": "heidrick & struggles international inc" - }, - { - "cik": 1662991, - "symbol": "seznl", - "name": "sezzle inc" - }, - { - "cik": 1776909, - "symbol": "curiw", - "name": "curiositystream inc" - }, - { - "cik": 925683, - "symbol": "bto", - "name": "john hancock financial opportunities fund" - }, - { - "cik": 1333835, - "symbol": "casa", - "name": "casa systems inc" - }, - { - "cik": 766701, - "symbol": "cmo", - "name": "capstead mortgage corp" - }, - { - "cik": 886043, - "symbol": "mmu", - "name": "western asset managed municipals fund inc" - }, - { - "cik": 854775, - "symbol": "dgii", - "name": "digi international inc" - }, - { - "cik": 1737339, - "symbol": "jg", - "name": "aurora mobile ltd" - }, - { - "cik": 1546429, - "symbol": "bgb", - "name": "blackstone gso strategic credit fund" - }, - { - "cik": 1634038, - "symbol": "pros", - "name": "prosight global inc" - }, - { - "cik": 1488813, - "symbol": "cubi", - "name": "customers bancorp inc" - }, - { - "cik": 1559053, - "symbol": "prta", - "name": "prothena corp public ltd co" - }, - { - "cik": 1687221, - "symbol": "revg", - "name": "rev group inc" - }, - { - "cik": 1314966, - "symbol": "bme", - "name": "blackrock health sciences trust" - }, - { - "cik": 46250, - "symbol": "hwkn", - "name": "hawkins inc" - }, - { - "cik": 1673772, - "symbol": "rapt", - "name": "rapt therapeutics inc" - }, - { - "cik": 1816101, - "symbol": "dmyd", - "name": "dmy technology group inc ii" - }, - { - "cik": 1016281, - "symbol": "csv", - "name": "carriage services inc" - }, - { - "cik": 1759425, - "symbol": "mirm", - "name": "mirum pharmaceuticals inc" - }, - { - "cik": 1575828, - "symbol": "fi", - "name": "franks international nv" - }, - { - "cik": 1608742, - "symbol": "diax", - "name": "nuveen dow 30sm dynamic overwrite fund" - }, - { - "cik": 708781, - "symbol": "cass", - "name": "cass information systems inc" - }, - { - "cik": 1071255, - "symbol": "gden", - "name": "golden entertainment inc" - }, - { - "cik": 1825024, - "symbol": "spnv", - "name": "supernova partners acquisition company inc" - }, - { - "cik": 924717, - "symbol": "srdx", - "name": "surmodics inc" - }, - { - "cik": 1601548, - "symbol": "vec", - "name": "vectrus inc" - }, - { - "cik": 1703644, - "symbol": "gpmt", - "name": "granite point mortgage trust inc" - }, - { - "cik": 1547994, - "symbol": "jpi", - "name": "nuveen preferred & income term fund" - }, - { - "cik": 1822219, - "symbol": "fmac", - "name": "firstmark horizon acquisition corp" - }, - { - "cik": 1567388, - "symbol": "nink", - "name": "nami corp" - }, - { - "cik": 1316517, - "symbol": "kndi", - "name": "kandi technologies group inc" - }, - { - "cik": 1183765, - "symbol": "mtem", - "name": "molecular templates inc" - }, - { - "cik": 1673985, - "symbol": "asix", - "name": "advansix inc" - }, - { - "cik": 1603978, - "symbol": "aqb", - "name": "aquabounty technologies inc" - }, - { - "cik": 1738906, - "symbol": "yi", - "name": "111 inc" - }, - { - "cik": 1818221, - "symbol": "eqd", - "name": "equity distribution acquisition corp" - }, - { - "cik": 715787, - "symbol": "tile", - "name": "interface inc" - }, - { - "cik": 1215913, - "symbol": "hps", - "name": "john hancock preferred income fund iii" - }, - { - "cik": 1524931, - "symbol": "chuy", - "name": "chuys holdings inc" - }, - { - "cik": 902791, - "symbol": "bbsi", - "name": "barrett business services inc" - }, - { - "cik": 1704711, - "symbol": "fnko", - "name": "funko inc" - }, - { - "cik": 713425, - "symbol": "amswa", - "name": "american software inc" - }, - { - "cik": 1659494, - "symbol": "coe", - "name": "china online education group" - }, - { - "cik": 1439095, - "symbol": "mrc", - "name": "mrc global inc" - }, - { - "cik": 1553643, - "symbol": "rlmd", - "name": "relmada therapeutics inc" - }, - { - "cik": 1655891, - "symbol": "trmd", - "name": "torm plc" - }, - { - "cik": 60977, - "symbol": "ldl", - "name": "lydall inc de" - }, - { - "cik": 874238, - "symbol": "strl", - "name": "sterling construction co inc" - }, - { - "cik": 1524741, - "symbol": "slca", - "name": "us silica holdings inc" - }, - { - "cik": 1799332, - "symbol": "gan", - "name": "gan ltd" - }, - { - "cik": 1458412, - "symbol": "cfb", - "name": "crossfirst bankshares inc" - }, - { - "cik": 1361983, - "symbol": "orbc", - "name": "orbcomm inc" - }, - { - "cik": 1661125, - "symbol": "yin", - "name": "yintech investment holdings ltd" - }, - { - "cik": 928022, - "symbol": "cpe", - "name": "callon petroleum co" - }, - { - "cik": 1045126, - "symbol": "mfl", - "name": "blackrock muniholdings investment quality fund" - }, - { - "cik": 895447, - "symbol": "scvl", - "name": "shoe carnival inc" - }, - { - "cik": 1746109, - "symbol": "bfc", - "name": "bank first corp" - }, - { - "cik": 1538716, - "symbol": "oprt", - "name": "oportun financial corp" - }, - { - "cik": 1108827, - "symbol": "qep", - "name": "qep resources inc" - }, - { - "cik": 1029800, - "symbol": "uba", - "name": "urstadt biddle properties inc" - }, - { - "cik": 1419041, - "symbol": "fbrx", - "name": "forte biosciences inc" - }, - { - "cik": 870780, - "symbol": "nqp", - "name": "nuveen pennsylvania quality municipal income fund" - }, - { - "cik": 1337298, - "symbol": "ff", - "name": "futurefuel corp" - }, - { - "cik": 1357874, - "symbol": "dtil", - "name": "precision biosciences inc" - }, - { - "cik": 1503526, - "symbol": "tshmy", - "name": "toshiba machine co ltd adr" - }, - { - "cik": 1399249, - "symbol": "pzn", - "name": "pzena investment management inc" - }, - { - "cik": 1582313, - "symbol": "xene", - "name": "xenon pharmaceuticals inc" - }, - { - "cik": 1074540, - "symbol": "evn", - "name": "eaton vance municipal income trust" - }, - { - "cik": 701347, - "symbol": "cpf", - "name": "central pacific financial corp" - }, - { - "cik": 714562, - "symbol": "thff", - "name": "first financial corp in" - }, - { - "cik": 318300, - "symbol": "pebo", - "name": "peoples bancorp inc" - }, - { - "cik": 1798100, - "symbol": "ntst", - "name": "netstreit corp" - }, - { - "cik": 917100, - "symbol": "ifn", - "name": "india fund inc" - }, - { - "cik": 1275187, - "symbol": "ango", - "name": "angiodynamics inc" - }, - { - "cik": 1820191, - "symbol": "impx", - "name": "aea-bridges impact corp" - }, - { - "cik": 1638290, - "symbol": "mcft", - "name": "mastercraft boat holdings inc" - }, - { - "cik": 1785173, - "symbol": "etnb", - "name": "89bio inc" - }, - { - "cik": 1466301, - "symbol": "clvs", - "name": "clovis oncology inc" - }, - { - "cik": 1476045, - "symbol": "cldt", - "name": "chatham lodging trust" - }, - { - "cik": 901243, - "symbol": "mua", - "name": "blackrock muniassets fund inc" - }, - { - "cik": 750686, - "symbol": "cac", - "name": "camden national corp" - }, - { - "cik": 850429, - "symbol": "tg", - "name": "tredegar corp" - }, - { - "cik": 1062822, - "symbol": "lxrx", - "name": "lexicon pharmaceuticals inc" - }, - { - "cik": 1391127, - "symbol": "llnw", - "name": "limelight networks inc" - }, - { - "cik": 882150, - "symbol": "myn", - "name": "blackrock muniyield new york quality fund inc" - }, - { - "cik": 1694665, - "symbol": "evlo", - "name": "evelo biosciences inc" - }, - { - "cik": 818972, - "symbol": "leo", - "name": "bny mellon strategic municipals inc" - }, - { - "cik": 1636286, - "symbol": "pub", - "name": "altabancorp" - }, - { - "cik": 1479615, - "symbol": "sln", - "name": "silence therapeutics plc" - }, - { - "cik": 1475348, - "symbol": "lbc", - "name": "luther burbank corp" - }, - { - "cik": 855612, - "symbol": "zixi", - "name": "zix corp" - }, - { - "cik": 1370450, - "symbol": "wldn", - "name": "willdan group inc" - }, - { - "cik": 1053352, - "symbol": "htbk", - "name": "heritage commerce corp" - }, - { - "cik": 1647933, - "symbol": "jhb", - "name": "nuveen high income november 2021 target term fund" - }, - { - "cik": 1117171, - "symbol": "cbat", - "name": "cbak energy technology inc" - }, - { - "cik": 888410, - "symbol": "mca", - "name": "blackrock muniyield california quality fund inc" - }, - { - "cik": 1697532, - "symbol": "aplt", - "name": "applied therapeutics inc" - }, - { - "cik": 1214935, - "symbol": "ncv", - "name": "allianzgi convertible & income fund" - }, - { - "cik": 1558583, - "symbol": "fuv", - "name": "arcimoto inc" - }, - { - "cik": 1176199, - "symbol": "hpi", - "name": "john hancock preferred income fund" - }, - { - "cik": 1411906, - "symbol": "ampe", - "name": "ampio pharmaceuticals inc" - }, - { - "cik": 1288992, - "symbol": "eft", - "name": "eaton vance floating-rate income trust" - }, - { - "cik": 1162194, - "symbol": "fldm", - "name": "fluidigm corp" - }, - { - "cik": 1111863, - "symbol": "swir", - "name": "sierra wireless inc" - }, - { - "cik": 1683553, - "symbol": "sprb", - "name": "spruce biosciences inc" - }, - { - "cik": 1756262, - "symbol": "tmdx", - "name": "transmedics group inc" - }, - { - "cik": 1720725, - "symbol": "oyst", - "name": "oyster point pharma inc" - }, - { - "cik": 1319947, - "symbol": "dbi", - "name": "designer brands inc" - }, - { - "cik": 1740547, - "symbol": "urov", - "name": "urovant sciences ltd" - }, - { - "cik": 1378453, - "symbol": "tannl", - "name": "travelcenters of america inc md" - }, - { - "cik": 890196, - "symbol": "mqy", - "name": "blackrock muniyield quality fund inc" - }, - { - "cik": 216085, - "symbol": "hvt", - "name": "haverty furniture companies inc" - }, - { - "cik": 1098009, - "symbol": "aagh", - "name": "america great health" - }, - { - "cik": 1774155, - "symbol": "smmcw", - "name": "south mountain merger corp" - }, - { - "cik": 1733298, - "symbol": "qtt", - "name": "qutoutiao inc" - }, - { - "cik": 1637761, - "symbol": "spne", - "name": "seaspine holdings corp" - }, - { - "cik": 1128173, - "symbol": "ircp", - "name": "irsa propiedades comerciales sa" - }, - { - "cik": 915840, - "symbol": "bzh", - "name": "beazer homes usa inc" - }, - { - "cik": 23197, - "symbol": "cmtl", - "name": "comtech telecommunications corp de" - }, - { - "cik": 1772720, - "symbol": "pic", - "name": "xl fleet corp" - }, - { - "cik": 1285890, - "symbol": "igd", - "name": "voya global equity dividend & premium opportunity fund" - }, - { - "cik": 1489096, - "symbol": "thr", - "name": "thermon group holdings inc" - }, - { - "cik": 1005409, - "symbol": "dcomp", - "name": "dime community bancshares inc" - }, - { - "cik": 1705259, - "symbol": "smts", - "name": "sierra metals inc" - }, - { - "cik": 886744, - "symbol": "gern", - "name": "geron corp" - }, - { - "cik": 896156, - "symbol": "eth", - "name": "ethan allen interiors inc" - }, - { - "cik": 791908, - "symbol": "xomap", - "name": "xoma corp" - }, - { - "cik": 1589526, - "symbol": "blbd", - "name": "blue bird corp" - }, - { - "cik": 1448431, - "symbol": "oprx", - "name": "optimizerx corp" - }, - { - "cik": 1534880, - "symbol": "isd", - "name": "pgim high yield bond fund inc" - }, - { - "cik": 14707, - "symbol": "cal", - "name": "caleres inc" - }, - { - "cik": 1171662, - "symbol": "gts", - "name": "triple-s management corp" - }, - { - "cik": 1393066, - "symbol": "rfp", - "name": "resolute forest products inc" - }, - { - "cik": 1276533, - "symbol": "jfr", - "name": "nuveen floating rate income fund" - }, - { - "cik": 908993, - "symbol": "vki", - "name": "invesco advantage municipal income trust ii" - }, - { - "cik": 1494530, - "symbol": "fsd", - "name": "first trust high income long short fund" - }, - { - "cik": 1273931, - "symbol": "mgi", - "name": "moneygram international inc" - }, - { - "cik": 1651311, - "symbol": "mrus", - "name": "merus nv" - }, - { - "cik": 1519177, - "symbol": "solsd", - "name": "sollensys corp" - }, - { - "cik": 1805890, - "symbol": "fusn", - "name": "fusion pharmaceuticals inc" - }, - { - "cik": 846475, - "symbol": "zyxi", - "name": "zynex inc" - }, - { - "cik": 1599298, - "symbol": "smmt", - "name": "summit therapeutics inc" - }, - { - "cik": 1403475, - "symbol": "bmrc", - "name": "bank of marin bancorp" - }, - { - "cik": 1169652, - "symbol": "ecom", - "name": "channeladvisor corp" - }, - { - "cik": 1404644, - "symbol": "nltx", - "name": "neoleukin therapeutics inc" - }, - { - "cik": 1380846, - "symbol": "tsc", - "name": "tristate capital holdings inc" - }, - { - "cik": 711772, - "symbol": "catc", - "name": "cambridge bancorp" - }, - { - "cik": 1626878, - "symbol": "xbit", - "name": "xbiotech inc" - }, - { - "cik": 46129, - "symbol": "amot", - "name": "allied motion technologies inc" - }, - { - "cik": 1779020, - "symbol": "loak", - "name": "danimer scientific inc" - }, - { - "cik": 1080259, - "symbol": "tclry", - "name": "technicolor" - }, - { - "cik": 1210123, - "symbol": "ead", - "name": "wells fargo income opportunities fund" - }, - { - "cik": 913277, - "symbol": "clar", - "name": "clarus corp" - }, - { - "cik": 1769318, - "symbol": "thbrw", - "name": "thunder bridge acquisition ii ltd" - }, - { - "cik": 1815620, - "symbol": "opt", - "name": "opthea ltd" - }, - { - "cik": 1403431, - "symbol": "hcci", - "name": "heritage-crystal clean inc" - }, - { - "cik": 1495825, - "symbol": "gbab", - "name": "guggenheim taxable municipal bond & investment grade debt trust" - }, - { - "cik": 1819035, - "symbol": "inaqu", - "name": "insu acquisition corp ii" - }, - { - "cik": 1753162, - "symbol": "fthm", - "name": "fathom holdings inc" - }, - { - "cik": 1439725, - "symbol": "bdsx", - "name": "biodesix inc" - }, - { - "cik": 1564180, - "symbol": "knop", - "name": "knot offshore partners lp" - }, - { - "cik": 1756594, - "symbol": "iva", - "name": "inventiva sa" - }, - { - "cik": 1318484, - "symbol": "ctrn", - "name": "citi trends inc" - }, - { - "cik": 909108, - "symbol": "dhil", - "name": "diamond hill investment group inc" - }, - { - "cik": 1584754, - "symbol": "akts", - "name": "akoustis technologies inc" - }, - { - "cik": 1603993, - "symbol": "hebt", - "name": "nisun international enterprise development group co ltd" - }, - { - "cik": 1495222, - "symbol": "oxlcp", - "name": "oxford lane capital corp" - }, - { - "cik": 1060349, - "symbol": "gbl", - "name": "gamco investors inc et al" - }, - { - "cik": 1356115, - "symbol": "nhf", - "name": "nexpoint strategic opportunities fund" - }, - { - "cik": 1698519, - "symbol": "advv", - "name": "adveco group inc" - }, - { - "cik": 69633, - "symbol": "nssc", - "name": "napco security technologies inc" - }, - { - "cik": 884121, - "symbol": "hql", - "name": "tekla life sciences investors" - }, - { - "cik": 1718405, - "symbol": "hymww", - "name": "hycroft mining holding corp" - }, - { - "cik": 1771908, - "symbol": "hyacw", - "name": "haymaker acquisition corp ii" - }, - { - "cik": 1051003, - "symbol": "dsu", - "name": "blackrock debt strategies fund inc" - }, - { - "cik": 1657788, - "symbol": "krp", - "name": "kimbell royalty partners lp" - }, - { - "cik": 1787791, - "symbol": "jih", - "name": "juniper industrial holdings inc" - }, - { - "cik": 1258623, - "symbol": "efr", - "name": "eaton vance senior floating rate trust" - }, - { - "cik": 1145986, - "symbol": "aspn", - "name": "aspen aerogels inc" - }, - { - "cik": 1385849, - "symbol": "uuuu", - "name": "energy fuels inc" - }, - { - "cik": 1635977, - "symbol": "thw", - "name": "tekla world healthcare fund" - }, - { - "cik": 903419, - "symbol": "alrs", - "name": "alerus financial corp" - }, - { - "cik": 883569, - "symbol": "fosl", - "name": "fossil group inc" - }, - { - "cik": 1412350, - "symbol": "pko", - "name": "pimco income opportunity fund" - }, - { - "cik": 1772253, - "symbol": "flng", - "name": "flex lng ltd" - }, - { - "cik": 59255, - "symbol": "vhi", - "name": "valhi inc de" - }, - { - "cik": 1201792, - "symbol": "apei", - "name": "american public education inc" - }, - { - "cik": 1819584, - "symbol": "snpr", - "name": "tortoise acquisition corp ii" - }, - { - "cik": 1526243, - "symbol": "mdrpf", - "name": "midas gold corp" - }, - { - "cik": 1309402, - "symbol": "gpre", - "name": "green plains inc" - }, - { - "cik": 1603016, - "symbol": "hmlp", - "name": "hoegh lng partners lp" - }, - { - "cik": 1807901, - "symbol": "pand", - "name": "pandion therapeutics inc" - }, - { - "cik": 703604, - "symbol": "laws", - "name": "lawson products inc new de" - }, - { - "cik": 5981, - "symbol": "avd", - "name": "american vanguard corp" - }, - { - "cik": 778946, - "symbol": "bxg", - "name": "bluegreen vacations corp" - }, - { - "cik": 1000177, - "symbol": "nat", - "name": "nordic american tankers ltd" - }, - { - "cik": 1730463, - "symbol": "autl", - "name": "autolus therapeutics plc" - }, - { - "cik": 1811115, - "symbol": "rnlx", - "name": "renalytix ai plc" - }, - { - "cik": 1325702, - "symbol": "mx", - "name": "magnachip semiconductor corp" - }, - { - "cik": 846617, - "symbol": "bdge", - "name": "bridge bancorp inc" - }, - { - "cik": 1783010, - "symbol": "amyt", - "name": "amryt pharma plc" - }, - { - "cik": 1823776, - "symbol": "higa", - "name": "hig acquisition corp" - }, - { - "cik": 1327318, - "symbol": "true", - "name": "truecar inc" - }, - { - "cik": 1368493, - "symbol": "caf", - "name": "morgan stanley china a share fund inc" - }, - { - "cik": 827773, - "symbol": "ppt", - "name": "putnam premier income trust" - }, - { - "cik": 1815849, - "symbol": "faii", - "name": "fortress value acquisition corp ii" - }, - { - "cik": 1607678, - "symbol": "vktx", - "name": "viking therapeutics inc" - }, - { - "cik": 900422, - "symbol": "pmo", - "name": "putnam municipal opportunities trust" - }, - { - "cik": 1302362, - "symbol": "mtl", - "name": "mechel pao" - }, - { - "cik": 1084201, - "symbol": "sva", - "name": "sinovac biotech ltd" - }, - { - "cik": 783412, - "symbol": "djco", - "name": "daily journal corp" - }, - { - "cik": 1401667, - "symbol": "pbyi", - "name": "puma biotechnology inc" - }, - { - "cik": 1227025, - "symbol": "nptn", - "name": "neophotonics corp" - }, - { - "cik": 1757399, - "symbol": "tufn", - "name": "tufin software technologies ltd" - }, - { - "cik": 1600847, - "symbol": "gmda", - "name": "gamida cell ltd" - }, - { - "cik": 717538, - "symbol": "arow", - "name": "arrow financial corp" - }, - { - "cik": 1090061, - "symbol": "omn", - "name": "omnova solutions inc" - }, - { - "cik": 744187, - "symbol": "rex", - "name": "rex american resources corp" - }, - { - "cik": 1799788, - "symbol": "glsi", - "name": "greenwich lifesciences inc" - }, - { - "cik": 1772921, - "symbol": "onew", - "name": "onewater marine inc" - }, - { - "cik": 891166, - "symbol": "uve", - "name": "universal insurance holdings inc" - }, - { - "cik": 1569994, - "symbol": "wsbf", - "name": "waterstone financial inc" - }, - { - "cik": 1722606, - "symbol": "mta", - "name": "metalla royalty & streaming ltd" - }, - { - "cik": 1042074, - "symbol": "cbay", - "name": "cymabay therapeutics inc" - }, - { - "cik": 1082038, - "symbol": "drrx", - "name": "durect corp" - }, - { - "cik": 1463972, - "symbol": "vuzi", - "name": "vuzix corp" - }, - { - "cik": 1650696, - "symbol": "lsf", - "name": "laird superfood inc" - }, - { - "cik": 1351636, - "symbol": "ssti", - "name": "shotspotter inc" - }, - { - "cik": 933267, - "symbol": "irs", - "name": "irsa investments & representations inc" - }, - { - "cik": 1628808, - "symbol": "prof", - "name": "profound medical corp" - }, - { - "cik": 33934, - "symbol": "crf", - "name": "cornerstone total return fund inc" - }, - { - "cik": 778164, - "symbol": "peix", - "name": "pacific ethanol inc" - }, - { - "cik": 1464343, - "symbol": "atlc", - "name": "atlanticus holdings corp" - }, - { - "cik": 1807846, - "symbol": "fuse", - "name": "fusion acquisition corp" - }, - { - "cik": 1267813, - "symbol": "mrns", - "name": "marinus pharmaceuticals inc" - }, - { - "cik": 1481582, - "symbol": "ryi", - "name": "ryerson holding corp" - }, - { - "cik": 1593195, - "symbol": "tpco", - "name": "tribune publishing co" - }, - { - "cik": 1326190, - "symbol": "alt", - "name": "altimmune inc" - }, - { - "cik": 1479419, - "symbol": "kala", - "name": "kala pharmaceuticals inc" - }, - { - "cik": 839533, - "symbol": "ktf", - "name": "dws municipal income trust" - }, - { - "cik": 1228509, - "symbol": "ehi", - "name": "western asset global high income fund inc" - }, - { - "cik": 1658247, - "symbol": "crnx", - "name": "crinetics pharmaceuticals inc" - }, - { - "cik": 1586049, - "symbol": "oxfd", - "name": "oxford immunotec global plc" - }, - { - "cik": 1677940, - "symbol": "bysi", - "name": "beyondspring inc" - }, - { - "cik": 1031316, - "symbol": "fsp", - "name": "franklin street properties corp ma" - }, - { - "cik": 1816261, - "symbol": "enpc", - "name": "executive network partnering corp" - }, - { - "cik": 1341141, - "symbol": "ctt", - "name": "catchmark timber trust inc" - }, - { - "cik": 1759614, - "symbol": "yj", - "name": "yunji inc" - }, - { - "cik": 1137391, - "symbol": "bfz", - "name": "blackrock california municipal income trust" - }, - { - "cik": 923139, - "symbol": "ffic", - "name": "flushing financial corp" - }, - { - "cik": 1653558, - "symbol": "prth", - "name": "priority technology holdings inc" - }, - { - "cik": 946394, - "symbol": "ello", - "name": "ellomay capital ltd" - }, - { - "cik": 1815526, - "symbol": "btaqw", - "name": "burgundy technology acquisition corp" - }, - { - "cik": 1748907, - "symbol": "ortx", - "name": "orchard therapeutics plc" - }, - { - "cik": 1402479, - "symbol": "myos", - "name": "medavail holdings inc" - }, - { - "cik": 55772, - "symbol": "kbal", - "name": "kimball international inc" - }, - { - "cik": 1390195, - "symbol": "awp", - "name": "aberdeen global premier properties fund" - }, - { - "cik": 1576169, - "symbol": "bnft", - "name": "benefitfocus inc" - }, - { - "cik": 1080720, - "symbol": "gut", - "name": "gabelli utility trust" - }, - { - "cik": 1467808, - "symbol": "co", - "name": "global cord blood corp" - }, - { - "cik": 1814215, - "symbol": "twnd", - "name": "tailwind acquisition corp" - }, - { - "cik": 102752, - "symbol": "vsec", - "name": "vse corp" - }, - { - "cik": 1528988, - "symbol": "bui", - "name": "blackrock utilities infrastructure & power opportunities trust" - }, - { - "cik": 1679049, - "symbol": "insw", - "name": "international seaways inc" - }, - { - "cik": 1708493, - "symbol": "harp", - "name": "harpoon therapeutics inc" - }, - { - "cik": 727207, - "symbol": "axdx", - "name": "accelerate diagnostics inc" - }, - { - "cik": 1812173, - "symbol": "deh", - "name": "d8 holdings corp" - }, - { - "cik": 912147, - "symbol": "rmt", - "name": "royce micro-cap trust inc" - }, - { - "cik": 1337117, - "symbol": "itrn", - "name": "ituran location & control ltd" - }, - { - "cik": 1658566, - "symbol": "cdev", - "name": "centennial resource development inc" - }, - { - "cik": 812348, - "symbol": "cnbka", - "name": "century bancorp inc" - }, - { - "cik": 1379785, - "symbol": "bbdc", - "name": "barings bdc inc" - }, - { - "cik": 1753706, - "symbol": "freew", - "name": "whole earth brands inc" - }, - { - "cik": 1815302, - "symbol": "yac", - "name": "yucaipa acquisition corp" - }, - { - "cik": 1517022, - "symbol": "akba", - "name": "akebia therapeutics inc" - }, - { - "cik": 1610114, - "symbol": "snr", - "name": "new senior investment group inc" - }, - { - "cik": 826735, - "symbol": "min", - "name": "mfs intermediate income trust" - }, - { - "cik": 1074769, - "symbol": "nan", - "name": "nuveen new york quality municipal income fund" - }, - { - "cik": 1680873, - "symbol": "hffg", - "name": "hf foods group inc" - }, - { - "cik": 1053988, - "symbol": "muj", - "name": "blackrock muniholdings new jersey quality fund inc" - }, - { - "cik": 764401, - "symbol": "iiin", - "name": "insteel industries inc" - }, - { - "cik": 1038186, - "symbol": "mhn", - "name": "blackrock muniholdings new york quality fund inc" - }, - { - "cik": 61986, - "symbol": "mtw", - "name": "manitowoc co inc" - }, - { - "cik": 1071840, - "symbol": "wndw", - "name": "solarwindow technologies inc" - }, - { - "cik": 1805651, - "symbol": "acnd", - "name": "ascendant digital acquisition corp" - }, - { - "cik": 1383082, - "symbol": "dba", - "name": "invesco db agriculture fund" - }, - { - "cik": 1103021, - "symbol": "bdsi", - "name": "biodelivery sciences international inc" - }, - { - "cik": 1042729, - "symbol": "mbwm", - "name": "mercantile bank corp" - }, - { - "cik": 1471420, - "symbol": "stk", - "name": "columbia seligman premium technology growth fund inc" - }, - { - "cik": 1259708, - "symbol": "fra", - "name": "blackrock floating rate income strategies fund inc" - }, - { - "cik": 1687065, - "symbol": "wuyi", - "name": "china wuyi mountain ltd" - }, - { - "cik": 1580156, - "symbol": "hmhc", - "name": "houghton mifflin harcourt co" - }, - { - "cik": 1584547, - "symbol": "gpvrd", - "name": "greenpower motor co inc" - }, - { - "cik": 1688126, - "symbol": "crcw", - "name": "crypto co" - }, - { - "cik": 1515671, - "symbol": "dpg", - "name": "duff & phelps utility & infrastructure fund inc" - }, - { - "cik": 890393, - "symbol": "miy", - "name": "blackrock muniyield michigan quality fund inc" - }, - { - "cik": 33002, - "symbol": "ebf", - "name": "ennis inc" - }, - { - "cik": 61398, - "symbol": "tell", - "name": "tellurian inc de" - }, - { - "cik": 1764791, - "symbol": "orph", - "name": "orphazyme a s" - }, - { - "cik": 1631574, - "symbol": "wve", - "name": "wave life sciences ltd" - }, - { - "cik": 1668243, - "symbol": "urgn", - "name": "urogen pharma ltd" - }, - { - "cik": 1525287, - "symbol": "srlp", - "name": "sprague resources lp" - }, - { - "cik": 1761612, - "symbol": "bcyc", - "name": "bicycle therapeutics plc" - }, - { - "cik": 1757715, - "symbol": "mwk", - "name": "mohawk group holdings inc" - }, - { - "cik": 844059, - "symbol": "frph", - "name": "frp holdings inc" - }, - { - "cik": 1693256, - "symbol": "wttr", - "name": "select energy services inc" - }, - { - "cik": 1823608, - "symbol": "amal", - "name": "amalgamated financial corp" - }, - { - "cik": 903571, - "symbol": "gss", - "name": "golden star resources ltd" - }, - { - "cik": 1536674, - "symbol": "nsrpf", - "name": "novo resources corp" - }, - { - "cik": 1057379, - "symbol": "hckt", - "name": "hackett group inc" - }, - { - "cik": 1603923, - "symbol": "wftlf", - "name": "weatherford international plc" - }, - { - "cik": 1633336, - "symbol": "ccap", - "name": "crescent capital bdc inc" - }, - { - "cik": 1567345, - "symbol": "hmtv", - "name": "hemisphere media group inc" - }, - { - "cik": 1051627, - "symbol": "axti", - "name": "axt inc" - }, - { - "cik": 18498, - "symbol": "gco", - "name": "genesco inc" - }, - { - "cik": 1409171, - "symbol": "titn", - "name": "titan machinery inc" - }, - { - "cik": 761238, - "symbol": "rada", - "name": "rada electronic industries ltd" - }, - { - "cik": 1411579, - "symbol": "amc", - "name": "amc entertainment holdings inc" - }, - { - "cik": 1163739, - "symbol": "nbr", - "name": "nabors industries ltd" - }, - { - "cik": 1770088, - "symbol": "wimi", - "name": "wimi hologram cloud inc" - }, - { - "cik": 775215, - "symbol": "hbt", - "name": "hbt financial inc" - }, - { - "cik": 1783875, - "symbol": "ffntf", - "name": "4front ventures corp" - }, - { - "cik": 1572621, - "symbol": "gram", - "name": "aenza saa" - }, - { - "cik": 1636282, - "symbol": "agle", - "name": "aeglea biotherapeutics inc" - }, - { - "cik": 1624322, - "symbol": "bfst", - "name": "business first bancshares inc" - }, - { - "cik": 1096056, - "symbol": "lxfr", - "name": "luxfer holdings plc" - }, - { - "cik": 1388141, - "symbol": "edd", - "name": "morgan stanley emerging markets domestic debt fund inc" - }, - { - "cik": 740663, - "symbol": "flic", - "name": "first of long island corp" - }, - { - "cik": 1827075, - "symbol": "dgns", - "name": "dragoneer growth opportunities corp ii" - }, - { - "cik": 1230869, - "symbol": "asa", - "name": "asa gold & precious metals ltd" - }, - { - "cik": 314203, - "symbol": "mux", - "name": "mcewen mining inc" - }, - { - "cik": 1652133, - "symbol": "omp", - "name": "oasis midstream partners lp" - }, - { - "cik": 710752, - "symbol": "sbr", - "name": "sabine royalty trust" - }, - { - "cik": 1718108, - "symbol": "surf", - "name": "surface oncology inc" - }, - { - "cik": 800457, - "symbol": "dgica", - "name": "donegal group inc" - }, - { - "cik": 1753539, - "symbol": "sftw", - "name": "osprey technology acquisition corp" - }, - { - "cik": 1369241, - "symbol": "dac", - "name": "danaos corp" - }, - { - "cik": 1819175, - "symbol": "piai", - "name": "prime impact acquisition i" - }, - { - "cik": 1012477, - "symbol": "avdl", - "name": "avadel pharmaceuticals plc" - }, - { - "cik": 836412, - "symbol": "ztr", - "name": "virtus total return fund inc" - }, - { - "cik": 1050743, - "symbol": "pgc", - "name": "peapack gladstone financial corp" - }, - { - "cik": 1657312, - "symbol": "vrna", - "name": "verona pharma plc" - }, - { - "cik": 924822, - "symbol": "mlr", - "name": "miller industries inc tn" - }, - { - "cik": 1132509, - "symbol": "ekkh", - "name": "new momentum corp" - }, - { - "cik": 1071993, - "symbol": "mcf", - "name": "contango oil & gas co" - }, - { - "cik": 1672619, - "symbol": "imra", - "name": "imara inc" - }, - { - "cik": 826675, - "symbol": "dx", - "name": "dynex capital inc" - }, - { - "cik": 726601, - "symbol": "ccbg", - "name": "capital city bank group inc" - }, - { - "cik": 1593222, - "symbol": "cio", - "name": "city office reit inc" - }, - { - "cik": 1487952, - "symbol": "vpg", - "name": "vishay precision group inc" - }, - { - "cik": 1368148, - "symbol": "athx", - "name": "athersys inc new" - }, - { - "cik": 1400810, - "symbol": "hci", - "name": "hci group inc" - }, - { - "cik": 1509589, - "symbol": "bcei", - "name": "bonanza creek energy inc" - }, - { - "cik": 1779474, - "symbol": "sspkw", - "name": "silver spike acquisition corp" - }, - { - "cik": 1138723, - "symbol": "aray", - "name": "accuray inc" - }, - { - "cik": 1421182, - "symbol": "vrs", - "name": "verso corp" - }, - { - "cik": 1651944, - "symbol": "dmtk", - "name": "dermtech inc" - }, - { - "cik": 1333849, - "symbol": "jaggf", - "name": "jaguar mining inc" - }, - { - "cik": 1162027, - "symbol": "afb", - "name": "alliancebernstein national municipal income fund" - }, - { - "cik": 1355848, - "symbol": "gnus", - "name": "genius brands international inc" - }, - { - "cik": 846676, - "symbol": "aef", - "name": "aberdeen emerging markets equity income fund inc" - }, - { - "cik": 1308927, - "symbol": "etb", - "name": "eaton vance tax-managed buy-write income fund" - }, - { - "cik": 1752372, - "symbol": "ezoo", - "name": "ezagoo ltd" - }, - { - "cik": 1781193, - "symbol": "qh", - "name": "quhuo ltd" - }, - { - "cik": 1798562, - "symbol": "soac", - "name": "sustainable opportunities acquisition corp" - }, - { - "cik": 1398805, - "symbol": "beemw", - "name": "beam global" - }, - { - "cik": 1526119, - "symbol": "vstm", - "name": "verastem inc" - }, - { - "cik": 1821742, - "symbol": "xpoa", - "name": "dpcm capital inc" - }, - { - "cik": 1189740, - "symbol": "hpf", - "name": "john hancock preferred income fund ii" - }, - { - "cik": 918251, - "symbol": "mpaa", - "name": "motorcar parts america inc" - }, - { - "cik": 1784168, - "symbol": "fiiiw", - "name": "forum merger iii corp" - }, - { - "cik": 1759008, - "symbol": "acamw", - "name": "acamar partners acquisition corp" - }, - { - "cik": 1597672, - "symbol": "ryam", - "name": "rayonier advanced materials inc" - }, - { - "cik": 1084765, - "symbol": "rgp", - "name": "resources connection inc" - }, - { - "cik": 1169445, - "symbol": "cpsi", - "name": "computer programs & systems inc" - }, - { - "cik": 1529377, - "symbol": "acre", - "name": "ares commercial real estate corp" - }, - { - "cik": 1646576, - "symbol": "rtto", - "name": "rito group corp" - }, - { - "cik": 1645460, - "symbol": "cue", - "name": "cue biopharma inc" - }, - { - "cik": 1493761, - "symbol": "hear", - "name": "turtle beach corp" - }, - { - "cik": 65312, - "symbol": "evi", - "name": "evi industries inc" - }, - { - "cik": 39311, - "symbol": "ibcp", - "name": "independent bank corp mi" - }, - { - "cik": 1566469, - "symbol": "nh", - "name": "nanthealth inc" - }, - { - "cik": 1498068, - "symbol": "ara", - "name": "american renal associates holdings inc" - }, - { - "cik": 1082324, - "symbol": "vhc", - "name": "virnetx holding corp" - }, - { - "cik": 1365767, - "symbol": "allt", - "name": "allot ltd" - }, - { - "cik": 1181506, - "symbol": "pmx", - "name": "pimco municipal income fund iii" - }, - { - "cik": 1281926, - "symbol": "eto", - "name": "eaton vance tax-advantaged global dividend opportunities fund" - }, - { - "cik": 1063259, - "symbol": "dnn", - "name": "denison mines corp" - }, - { - "cik": 712770, - "symbol": "olp", - "name": "one liberty properties inc" - }, - { - "cik": 1651625, - "symbol": "aciu", - "name": "ac immune sa" - }, - { - "cik": 8504, - "symbol": "uavs", - "name": "ageagle aerial systems inc" - }, - { - "cik": 946563, - "symbol": "rvp", - "name": "retractable technologies inc" - }, - { - "cik": 1504619, - "symbol": "pflt", - "name": "pennantpark floating rate capital ltd" - }, - { - "cik": 1580095, - "symbol": "bkrp", - "name": "black rock petroleum co" - }, - { - "cik": 791963, - "symbol": "opy", - "name": "oppenheimer holdings inc" - }, - { - "cik": 1615026, - "symbol": "jnndf", - "name": "japan display inc adr" - }, - { - "cik": 1781162, - "symbol": "sracw", - "name": "stable road acquisition corp" - }, - { - "cik": 1790515, - "symbol": "eqosw", - "name": "diginex ltd" - }, - { - "cik": 1337013, - "symbol": "infu", - "name": "infusystem holdings inc" - }, - { - "cik": 1494904, - "symbol": "gbliz", - "name": "global indemnity group llc" - }, - { - "cik": 1104485, - "symbol": "nog", - "name": "northern oil & gas inc" - }, - { - "cik": 1172358, - "symbol": "dmlp", - "name": "dorchester minerals lp" - }, - { - "cik": 1002590, - "symbol": "sgu", - "name": "star group lp" - }, - { - "cik": 72573, - "symbol": "mov", - "name": "movado group inc" - }, - { - "cik": 1580345, - "symbol": "tpvg", - "name": "triplepoint venture growth bdc corp" - }, - { - "cik": 1676725, - "symbol": "idya", - "name": "ideaya biosciences inc" - }, - { - "cik": 832327, - "symbol": "bkt", - "name": "blackrock income trust inc" - }, - { - "cik": 1819994, - "symbol": "vacqu", - "name": "vector acquisition corp" - }, - { - "cik": 1181187, - "symbol": "bym", - "name": "blackrock municipal income quality trust" - }, - { - "cik": 1821018, - "symbol": "iaca", - "name": "ion acquisition corp 1 ltd" - }, - { - "cik": 1466026, - "symbol": "msbi", - "name": "midland states bancorp inc" - }, - { - "cik": 1289340, - "symbol": "stxs", - "name": "stereotaxis inc" - }, - { - "cik": 1606757, - "symbol": "ke", - "name": "kimball electronics inc" - }, - { - "cik": 1532981, - "symbol": "eros", - "name": "eros stx global corp" - }, - { - "cik": 1469392, - "symbol": "nev", - "name": "nuveen enhanced municipal value fund" - }, - { - "cik": 866028, - "symbol": "plm", - "name": "polymet mining corp" - }, - { - "cik": 844790, - "symbol": "pmm", - "name": "putnam managed municipal income trust" - }, - { - "cik": 1367920, - "symbol": "cnce", - "name": "concert pharmaceuticals inc" - }, - { - "cik": 1227857, - "symbol": "ncz", - "name": "allianzgi convertible & income fund ii" - }, - { - "cik": 1821317, - "symbol": "pdac", - "name": "peridot acquisition corp" - }, - { - "cik": 1254370, - "symbol": "wia", - "name": "western asset inflation-linked income fund" - }, - { - "cik": 1162461, - "symbol": "cutr", - "name": "cutera inc" - }, - { - "cik": 96869, - "symbol": "trc", - "name": "tejon ranch co" - }, - { - "cik": 1364128, - "symbol": "axu", - "name": "alexco resource corp" - }, - { - "cik": 1518621, - "symbol": "orc", - "name": "orchid island capital inc" - }, - { - "cik": 65172, - "symbol": "msb", - "name": "mesabi trust" - }, - { - "cik": 1713863, - "symbol": "rfl", - "name": "rafael holdings inc" - }, - { - "cik": 1742770, - "symbol": "viot", - "name": "viomi technology co ltd" - }, - { - "cik": 859070, - "symbol": "fcbc", - "name": "first community bankshares inc va" - }, - { - "cik": 1304421, - "symbol": "cnsl", - "name": "consolidated communications holdings inc" - }, - { - "cik": 1791278, - "symbol": "blct", - "name": "bluecity holdings ltd" - }, - { - "cik": 1020710, - "symbol": "dxpe", - "name": "dxp enterprises inc" - }, - { - "cik": 1622229, - "symbol": "umrx", - "name": "cogent biosciences inc" - }, - { - "cik": 895051, - "symbol": "casi", - "name": "casi pharmaceuticals inc" - }, - { - "cik": 1626199, - "symbol": "alpn", - "name": "alpine immune sciences inc" - }, - { - "cik": 1815805, - "symbol": "bsn", - "name": "broadstone acquisition corp" - }, - { - "cik": 1762303, - "symbol": "rcel", - "name": "avita medical inc" - }, - { - "cik": 1690585, - "symbol": "mgta", - "name": "magenta therapeutics inc" - }, - { - "cik": 1642453, - "symbol": "dske", - "name": "daseke inc" - }, - { - "cik": 1412665, - "symbol": "mofg", - "name": "midwestone financial group inc" - }, - { - "cik": 915778, - "symbol": "dspg", - "name": "dsp group inc de" - }, - { - "cik": 1643988, - "symbol": "itrkd", - "name": "loop media inc" - }, - { - "cik": 1587987, - "symbol": "newt", - "name": "newtek business services corp" - }, - { - "cik": 882361, - "symbol": "apto", - "name": "aptose biosciences inc" - }, - { - "cik": 1095052, - "symbol": "plg", - "name": "platinum group metals ltd" - }, - { - "cik": 46207, - "symbol": "hawem", - "name": "hawaiian electric co inc" - }, - { - "cik": 1053706, - "symbol": "crai", - "name": "cra international inc" - }, - { - "cik": 855887, - "symbol": "dsm", - "name": "bny mellon strategic municipal bond fund inc" - }, - { - "cik": 76282, - "symbol": "pkoh", - "name": "park ohio holdings corp" - }, - { - "cik": 1750264, - "symbol": "puyi", - "name": "puyi inc" - }, - { - "cik": 1794338, - "symbol": "igicw", - "name": "international general insurance holdings ltd" - }, - { - "cik": 1280776, - "symbol": "imux", - "name": "immunic inc" - }, - { - "cik": 1077688, - "symbol": "hoft", - "name": "hooker furniture corp" - }, - { - "cik": 1720420, - "symbol": "ibex", - "name": "ibex ltd" - }, - { - "cik": 809173, - "symbol": "mmt", - "name": "mfs multimarket income trust" - }, - { - "cik": 909112, - "symbol": "tei", - "name": "templeton emerging markets income fund" - }, - { - "cik": 1726173, - "symbol": "bh", - "name": "biglari holdings inc" - }, - { - "cik": 1595585, - "symbol": "tcda", - "name": "tricida inc" - }, - { - "cik": 851170, - "symbol": "mcr", - "name": "mfs charter income trust" - }, - { - "cik": 1718226, - "symbol": "pddtf", - "name": "piedmont lithium ltd adr" - }, - { - "cik": 1728205, - "symbol": "pll", - "name": "piedmont lithium ltd" - }, - { - "cik": 1789832, - "symbol": "hesm", - "name": "hess midstream lp" - }, - { - "cik": 1779128, - "symbol": "expcu", - "name": "experience investment corp" - }, - { - "cik": 1497649, - "symbol": "gstx", - "name": "graphene & solar technologies ltd" - }, - { - "cik": 1429560, - "symbol": "trvn", - "name": "trevena inc" - }, - { - "cik": 1763731, - "symbol": "rpla", - "name": "replay acquisition corp" - }, - { - "cik": 1175151, - "symbol": "ctso", - "name": "cytosorbents corp" - }, - { - "cik": 814585, - "symbol": "mbi", - "name": "mbia inc" - }, - { - "cik": 1066194, - "symbol": "egan", - "name": "egain corp" - }, - { - "cik": 1539337, - "symbol": "jri", - "name": "nuveen real asset income & growth fund" - }, - { - "cik": 1697500, - "symbol": "soi", - "name": "solaris oilfield infrastructure inc" - }, - { - "cik": 1778982, - "symbol": "huiz", - "name": "huize holding ltd" - }, - { - "cik": 1707178, - "symbol": "cplg", - "name": "corepoint lodging inc" - }, - { - "cik": 1504379, - "symbol": "cste", - "name": "caesarstone ltd" - }, - { - "cik": 8063, - "symbol": "atro", - "name": "astronics corp" - }, - { - "cik": 1436208, - "symbol": "legh", - "name": "legacy housing corp" - }, - { - "cik": 1653247, - "symbol": "wtrh", - "name": "waitr holdings inc" - }, - { - "cik": 1766600, - "symbol": "sndl", - "name": "sundial growers inc" - }, - { - "cik": 1580063, - "symbol": "prog", - "name": "progenity inc" - }, - { - "cik": 1652362, - "symbol": "ieaww", - "name": "infrastructure & energy alternatives inc" - }, - { - "cik": 1781115, - "symbol": "alus", - "name": "alussa energy acquisition corp" - }, - { - "cik": 786035, - "symbol": "asg", - "name": "liberty all star growth fund inc" - }, - { - "cik": 1612630, - "symbol": "jynt", - "name": "joint corp" - }, - { - "cik": 835333, - "symbol": "oia", - "name": "invesco municipal income opportunities trust" - }, - { - "cik": 1501989, - "symbol": "ctmx", - "name": "cytomx therapeutics inc" - }, - { - "cik": 1735707, - "symbol": "gtx", - "name": "garrett motion inc" - }, - { - "cik": 1568385, - "symbol": "bmtm", - "name": "bright mountain media inc" - }, - { - "cik": 1314052, - "symbol": "avxl", - "name": "anavex life sciences corp" - }, - { - "cik": 1760542, - "symbol": "hook", - "name": "hookipa pharma inc" - }, - { - "cik": 62234, - "symbol": "mcs", - "name": "marcus corp" - }, - { - "cik": 1071236, - "symbol": "rrbi", - "name": "red river bancshares inc" - }, - { - "cik": 1756908, - "symbol": "nrgx", - "name": "pimco energy & tactical credit opportunities fund" - }, - { - "cik": 1496671, - "symbol": "cala", - "name": "calithera biosciences inc" - }, - { - "cik": 1794621, - "symbol": "ccac", - "name": "citic capital acquisition corp" - }, - { - "cik": 1130144, - "symbol": "bsrr", - "name": "sierra bancorp" - }, - { - "cik": 709337, - "symbol": "fmnb", - "name": "farmers national banc corp oh" - }, - { - "cik": 1176194, - "symbol": "ble", - "name": "blackrock municipal income trust ii" - }, - { - "cik": 1481832, - "symbol": "apts", - "name": "preferred apartment communities inc" - }, - { - "cik": 1227073, - "symbol": "erc", - "name": "wells fargo multi-sector income fund" - }, - { - "cik": 1419945, - "symbol": "tnk", - "name": "teekay tankers ltd" - }, - { - "cik": 1244183, - "symbol": "pfl", - "name": "pimco income strategy fund" - }, - { - "cik": 1579214, - "symbol": "eex", - "name": "emerald holding inc" - }, - { - "cik": 1350869, - "symbol": "glo", - "name": "clough global opportunities fund" - }, - { - "cik": 1747068, - "symbol": "mcbs", - "name": "metrocity bankshares inc" - }, - { - "cik": 1023024, - "symbol": "anip", - "name": "ani pharmaceuticals inc" - }, - { - "cik": 1579597, - "symbol": "itepf", - "name": "ite group plc adr" - }, - { - "cik": 95574, - "symbol": "sgc", - "name": "superior group of companies inc" - }, - { - "cik": 1602409, - "symbol": "fngr", - "name": "fingermotion inc" - }, - { - "cik": 1515816, - "symbol": "plym", - "name": "plymouth industrial reit inc" - }, - { - "cik": 1649744, - "symbol": "dlth", - "name": "duluth holdings inc" - }, - { - "cik": 25743, - "symbol": "txmd", - "name": "therapeuticsmd inc" - }, - { - "cik": 1681206, - "symbol": "nodk", - "name": "ni holdings inc" - }, - { - "cik": 1504678, - "symbol": "loop", - "name": "loop industries inc" - }, - { - "cik": 1680581, - "symbol": "fulc", - "name": "fulcrum therapeutics inc" - }, - { - "cik": 88948, - "symbol": "seneb", - "name": "seneca foods corp" - }, - { - "cik": 1659352, - "symbol": "cdak", - "name": "codiak biosciences inc" - }, - { - "cik": 1140392, - "symbol": "pmf", - "name": "pimco municipal income fund" - }, - { - "cik": 52485, - "symbol": "ipldp", - "name": "interstate power & light co" - }, - { - "cik": 1223389, - "symbol": "conn", - "name": "conns inc" - }, - { - "cik": 1369568, - "symbol": "cprx", - "name": "catalyst pharmaceuticals inc" - }, - { - "cik": 1514705, - "symbol": "sxc", - "name": "suncoke energy inc" - }, - { - "cik": 878518, - "symbol": "tgb", - "name": "taseko mines ltd" - }, - { - "cik": 1378624, - "symbol": "cbmg", - "name": "cellular biomedicine group inc" - }, - { - "cik": 1453687, - "symbol": "selb", - "name": "selecta biosciences inc" - }, - { - "cik": 1275158, - "symbol": "ndls", - "name": "noodles & co" - }, - { - "cik": 320340, - "symbol": "ins", - "name": "intelligent systems corp" - }, - { - "cik": 895464, - "symbol": "magaa", - "name": "magna lab inc" - }, - { - "cik": 1606698, - "symbol": "alpp", - "name": "alpine 4 technologies ltd" - }, - { - "cik": 1643194, - "symbol": "ddlx", - "name": "dds deluxe rod holder inc" - }, - { - "cik": 1635282, - "symbol": "rmni", - "name": "rimini street inc" - }, - { - "cik": 1615905, - "symbol": "jgh", - "name": "nuveen global high income fund" - }, - { - "cik": 736772, - "symbol": "ccnep", - "name": "cnb financial corp pa" - }, - { - "cik": 1289213, - "symbol": "jro", - "name": "nuveen floating rate income opportunity fund" - }, - { - "cik": 1556739, - "symbol": "thry", - "name": "thryv holdings inc" - }, - { - "cik": 80420, - "symbol": "powl", - "name": "powell industries inc" - }, - { - "cik": 1800315, - "symbol": "glto", - "name": "galecto inc" - }, - { - "cik": 1037390, - "symbol": "grif", - "name": "griffin industrial realty inc" - }, - { - "cik": 844172, - "symbol": "men", - "name": "blackrock munienhanced fund inc" - }, - { - "cik": 1657803, - "symbol": "inbt", - "name": "inbit corp" - }, - { - "cik": 1771226, - "symbol": "rmm", - "name": "rivernorth managed duration municipal income fund inc" - }, - { - "cik": 1780312, - "symbol": "npaww", - "name": "new providence acquisition corp" - }, - { - "cik": 891290, - "symbol": "rfi", - "name": "cohen & steers total return realty fund inc" - }, - { - "cik": 863110, - "symbol": "artna", - "name": "artesian resources corp" - }, - { - "cik": 1816581, - "symbol": "cla", - "name": "colonnade acquisition corp" - }, - { - "cik": 1585583, - "symbol": "tacow", - "name": "del taco restaurants inc" - }, - { - "cik": 1805087, - "symbol": "cpsr", - "name": "capstar special purpose acquisition corp" - }, - { - "cik": 862831, - "symbol": "fisi", - "name": "financial institutions inc" - }, - { - "cik": 1262104, - "symbol": "meip", - "name": "mei pharma inc" - }, - { - "cik": 1140411, - "symbol": "pcq", - "name": "pimco california municipal income fund" - }, - { - "cik": 1392380, - "symbol": "gevo", - "name": "gevo inc" - }, - { - "cik": 796505, - "symbol": "clfd", - "name": "clearfield inc" - }, - { - "cik": 923571, - "symbol": "usx", - "name": "us xpress enterprises inc" - }, - { - "cik": 1709682, - "symbol": "nsco", - "name": "nesco holdings inc" - }, - { - "cik": 1447028, - "symbol": "abus", - "name": "arbutus biopharma corp" - }, - { - "cik": 1534126, - "symbol": "glog", - "name": "gaslog ltd" - }, - { - "cik": 1497186, - "symbol": "hyi", - "name": "western asset high yield defined opportunity fund inc" - }, - { - "cik": 1163668, - "symbol": "spfi", - "name": "south plains financial inc" - }, - { - "cik": 1752474, - "symbol": "kldi", - "name": "kldiscovery inc" - }, - { - "cik": 1712178, - "symbol": "redu", - "name": "rise education cayman ltd" - }, - { - "cik": 1495240, - "symbol": "lando", - "name": "gladstone land corp" - }, - { - "cik": 1341317, - "symbol": "bwb", - "name": "bridgewater bancshares inc" - }, - { - "cik": 884216, - "symbol": "myj", - "name": "blackrock muniyield new jersey fund inc" - }, - { - "cik": 91847, - "symbol": "sor", - "name": "source capital inc de" - }, - { - "cik": 1553846, - "symbol": "rdhl", - "name": "redhill biopharma ltd" - }, - { - "cik": 1636289, - "symbol": "acv", - "name": "allianzgi diversified income & convertible fund" - }, - { - "cik": 98222, - "symbol": "tdw", - "name": "tidewater inc" - }, - { - "cik": 1291334, - "symbol": "ffa", - "name": "first trust enhanced equity income fund" - }, - { - "cik": 1640266, - "symbol": "vygr", - "name": "voyager therapeutics inc" - }, - { - "cik": 1773751, - "symbol": "oac", - "name": "oaktree acquisition corp" - }, - { - "cik": 1598599, - "symbol": "ipha", - "name": "innate pharma sa" - }, - { - "cik": 1820931, - "symbol": "oacb", - "name": "oaktree acquisition corp ii" - }, - { - "cik": 874396, - "symbol": "lcut", - "name": "lifetime brands inc" - }, - { - "cik": 1504461, - "symbol": "ngl", - "name": "ngl energy partners lp" - }, - { - "cik": 1321741, - "symbol": "gainl", - "name": "gladstone investment corporation de" - }, - { - "cik": 1338940, - "symbol": "peri", - "name": "perion network ltd" - }, - { - "cik": 1286973, - "symbol": "usas", - "name": "americas gold & silver corp" - }, - { - "cik": 727273, - "symbol": "cdzi", - "name": "cadiz inc" - }, - { - "cik": 897322, - "symbol": "gilt", - "name": "gilat satellite networks ltd" - }, - { - "cik": 1098151, - "symbol": "fdbc", - "name": "fidelity d & d bancorp inc" - }, - { - "cik": 1606745, - "symbol": "ltrpb", - "name": "liberty tripadvisor holdings inc" - }, - { - "cik": 1058867, - "symbol": "gnty", - "name": "guaranty bancshares inc tx" - }, - { - "cik": 1109242, - "symbol": "hafc", - "name": "hanmi financial corp" - }, - { - "cik": 1579684, - "symbol": "gci", - "name": "gannett co inc" - }, - { - "cik": 216851, - "symbol": "peo", - "name": "adams natural resources fund inc" - }, - { - "cik": 1729173, - "symbol": "uxin", - "name": "uxin ltd" - }, - { - "cik": 1579823, - "symbol": "nbev", - "name": "newage inc" - }, - { - "cik": 1101680, - "symbol": "dzsi", - "name": "dzs inc" - }, - { - "cik": 1614483, - "symbol": "tschy", - "name": "trustco group holdings ltd" - }, - { - "cik": 1534675, - "symbol": "tgls", - "name": "tecnoglass inc" - }, - { - "cik": 914156, - "symbol": "ufpt", - "name": "ufp technologies inc" - }, - { - "cik": 1775898, - "symbol": "ucl", - "name": "ucloudlink group inc" - }, - { - "cik": 1438848, - "symbol": "gmhlf", - "name": "gam holding ag" - }, - { - "cik": 1805012, - "symbol": "vtru", - "name": "vitru ltd" - }, - { - "cik": 10254, - "symbol": "este", - "name": "earthstone energy inc" - }, - { - "cik": 1375340, - "symbol": "fof", - "name": "cohen & steers closed-end opportunity fund inc" - }, - { - "cik": 1006840, - "symbol": "txcb", - "name": "cang bao tian xia international art trade center inc" - }, - { - "cik": 1538847, - "symbol": "gldlf", - "name": "goldmining inc" - }, - { - "cik": 1606268, - "symbol": "spkep", - "name": "spark energy inc" - }, - { - "cik": 736012, - "symbol": "intz", - "name": "intrusion inc" - }, - { - "cik": 1034957, - "symbol": "cresy", - "name": "cresud inc" - }, - { - "cik": 1723648, - "symbol": "crsaw", - "name": "crescent acquisition corp" - }, - { - "cik": 1175535, - "symbol": "wsr", - "name": "whitestone reit" - }, - { - "cik": 714256, - "symbol": "smti", - "name": "sanara medtech inc" - }, - { - "cik": 1141103, - "symbol": "ccrn", - "name": "cross country healthcare inc" - }, - { - "cik": 1305253, - "symbol": "eigr", - "name": "eiger biopharmaceuticals inc" - }, - { - "cik": 858706, - "symbol": "gf", - "name": "new germany fund inc" - }, - { - "cik": 1498612, - "symbol": "psf", - "name": "cohen & steers select preferred & income fund inc" - }, - { - "cik": 1438644, - "symbol": "dl", - "name": "china distance education holdings ltd" - }, - { - "cik": 716643, - "symbol": "rgs", - "name": "regis corp" - }, - { - "cik": 1434728, - "symbol": "gwrs", - "name": "global water resources inc" - }, - { - "cik": 1739426, - "symbol": "osmt", - "name": "osmotica pharmaceuticals plc" - }, - { - "cik": 1327688, - "symbol": "ooma", - "name": "ooma inc" - }, - { - "cik": 1347858, - "symbol": "xxii", - "name": "22nd century group inc" - }, - { - "cik": 1599489, - "symbol": "vrtv", - "name": "veritiv corp" - }, - { - "cik": 1334933, - "symbol": "uec", - "name": "uranium energy corp" - }, - { - "cik": 730255, - "symbol": "camp", - "name": "calamp corp" - }, - { - "cik": 318833, - "symbol": "tisi", - "name": "team inc" - }, - { - "cik": 1733413, - "symbol": "tffp", - "name": "tff pharmaceuticals inc" - }, - { - "cik": 1705402, - "symbol": "agmh", - "name": "agm group holdings inc" - }, - { - "cik": 1429260, - "symbol": "fbiop", - "name": "fortress biotech inc" - }, - { - "cik": 809248, - "symbol": "tast", - "name": "carrols restaurant group inc" - }, - { - "cik": 1720116, - "symbol": "rdvt", - "name": "red violet inc" - }, - { - "cik": 1460329, - "symbol": "flnt", - "name": "fluent inc" - }, - { - "cik": 743367, - "symbol": "bhb", - "name": "bar harbor bankshares" - }, - { - "cik": 749660, - "symbol": "icad", - "name": "icad inc" - }, - { - "cik": 1751299, - "symbol": "kldo", - "name": "kaleido biosciences inc" - }, - { - "cik": 1760717, - "symbol": "scpl", - "name": "sciplay corp" - }, - { - "cik": 1784535, - "symbol": "ptacw", - "name": "porch group inc" - }, - { - "cik": 1651431, - "symbol": "cmpi", - "name": "checkmate pharmaceuticals inc" - }, - { - "cik": 1538263, - "symbol": "htbi", - "name": "hometrust bancshares inc" - }, - { - "cik": 1604174, - "symbol": "eccb", - "name": "eagle point credit co inc" - }, - { - "cik": 1822928, - "symbol": "empw", - "name": "empower ltd" - }, - { - "cik": 1519401, - "symbol": "rm", - "name": "regional management corp" - }, - { - "cik": 897424, - "symbol": "nmy", - "name": "nuveen maryland quality municipal income fund" - }, - { - "cik": 1819510, - "symbol": "asaq", - "name": "atlantic avenue acquisition corp" - }, - { - "cik": 1031029, - "symbol": "srt", - "name": "startek inc" - }, - { - "cik": 1823766, - "symbol": "rice", - "name": "rice acquisition corp" - }, - { - "cik": 1687081, - "symbol": "fiv", - "name": "first trust senior floating rate 2022 target term fund" - }, - { - "cik": 1178727, - "symbol": "coms", - "name": "comsovereign holding corp" - }, - { - "cik": 1409375, - "symbol": "oesx", - "name": "orion energy systems inc" - }, - { - "cik": 1692415, - "symbol": "codx", - "name": "co-diagnostics inc" - }, - { - "cik": 1539850, - "symbol": "stcb", - "name": "starco brands inc" - }, - { - "cik": 1620737, - "symbol": "ogi", - "name": "organigram holdings inc" - }, - { - "cik": 1288403, - "symbol": "wti", - "name": "w&t offshore inc" - }, - { - "cik": 1814824, - "symbol": "ksmtw", - "name": "kismet acquisition one corp" - }, - { - "cik": 1632275, - "symbol": "catn", - "name": "cat9 group inc" - }, - { - "cik": 1166928, - "symbol": "wtba", - "name": "west bancorporation inc" - }, - { - "cik": 80035, - "symbol": "plpc", - "name": "preformed line products co" - }, - { - "cik": 1461755, - "symbol": "acbi", - "name": "atlantic capital bancshares inc" - }, - { - "cik": 1809353, - "symbol": "hpx", - "name": "hpx corp" - }, - { - "cik": 1005731, - "symbol": "idt", - "name": "idt corp" - }, - { - "cik": 706698, - "symbol": "utmd", - "name": "utah medical products inc" - }, - { - "cik": 1454741, - "symbol": "eot", - "name": "eaton vance national municipal opportunities trust" - }, - { - "cik": 103595, - "symbol": "vlgea", - "name": "village super market inc" - }, - { - "cik": 1517399, - "symbol": "supv", - "name": "grupo supervielle sa" - }, - { - "cik": 845379, - "symbol": "chn", - "name": "china fund inc" - }, - { - "cik": 807707, - "symbol": "voxx", - "name": "voxx international corp" - }, - { - "cik": 1729149, - "symbol": "vmd", - "name": "viemed healthcare inc" - }, - { - "cik": 1279495, - "symbol": "btegf", - "name": "baytex energy corp" - }, - { - "cik": 1753886, - "symbol": "ston", - "name": "stonemor inc" - }, - { - "cik": 1802749, - "symbol": "gik", - "name": "gigcapital3 inc" - }, - { - "cik": 1117480, - "symbol": "cmrx", - "name": "chimerix inc" - }, - { - "cik": 882152, - "symbol": "myc", - "name": "blackrock muniyield california fund inc" - }, - { - "cik": 886206, - "symbol": "fc", - "name": "franklin covey co" - }, - { - "cik": 1705682, - "symbol": "vntr", - "name": "venator materials plc" - }, - { - "cik": 1227500, - "symbol": "eqbk", - "name": "equity bancshares inc" - }, - { - "cik": 1420520, - "symbol": "atom", - "name": "atomera inc" - }, - { - "cik": 1692705, - "symbol": "qd", - "name": "qudian inc" - }, - { - "cik": 1348911, - "symbol": "kalv", - "name": "kalvista pharmaceuticals inc" - }, - { - "cik": 935419, - "symbol": "rick", - "name": "rci hospitality holdings inc" - }, - { - "cik": 887394, - "symbol": "mqt", - "name": "blackrock muniyield quality fund ii inc" - }, - { - "cik": 33488, - "symbol": "esca", - "name": "escalade inc" - }, - { - "cik": 1771279, - "symbol": "wsg", - "name": "wanda sports group co ltd" - }, - { - "cik": 1374690, - "symbol": "lrmr", - "name": "larimar therapeutics inc" - }, - { - "cik": 1759138, - "symbol": "caba", - "name": "cabaletta bio inc" - }, - { - "cik": 897269, - "symbol": "mvt", - "name": "blackrock munivest fund ii inc" - }, - { - "cik": 17313, - "symbol": "cswcl", - "name": "capital southwest corp" - }, - { - "cik": 1282850, - "symbol": "fct", - "name": "first trust senior floating rate income fund ii" - }, - { - "cik": 1310709, - "symbol": "gpm", - "name": "guggenheim enhanced equity income fund" - }, - { - "cik": 1596856, - "symbol": "leju", - "name": "leju holdings ltd" - }, - { - "cik": 1513363, - "symbol": "fdusg", - "name": "fidus investment corp" - }, - { - "cik": 1794717, - "symbol": "scvx", - "name": "scvx corp" - }, - { - "cik": 1729997, - "symbol": "gdlc", - "name": "grayscale digital large cap fund llc" - }, - { - "cik": 1676479, - "symbol": "cstr", - "name": "capstar financial holdings inc" - }, - { - "cik": 1821159, - "symbol": "clii", - "name": "climate change crisis real impact i acquisition corp" - }, - { - "cik": 858655, - "symbol": "hayn", - "name": "haynes international inc" - }, - { - "cik": 1534992, - "symbol": "frgi", - "name": "fiesta restaurant group inc" - }, - { - "cik": 1065059, - "symbol": "leu", - "name": "centrus energy corp" - }, - { - "cik": 1171759, - "symbol": "rrgb", - "name": "red robin gourmet burgers inc" - }, - { - "cik": 1018399, - "symbol": "ebtc", - "name": "enterprise bancorp inc ma" - }, - { - "cik": 100726, - "symbol": "ufi", - "name": "unifi inc" - }, - { - "cik": 1606440, - "symbol": "rbnc", - "name": "reliant bancorp inc" - }, - { - "cik": 1598674, - "symbol": "cspr", - "name": "casper sleep inc" - }, - { - "cik": 916183, - "symbol": "rcs", - "name": "pimco strategic income fund inc" - }, - { - "cik": 1386570, - "symbol": "cdxc", - "name": "chromadex corp" - }, - { - "cik": 1063344, - "symbol": "ht", - "name": "hersha hospitality trust" - }, - { - "cik": 810958, - "symbol": "cznc", - "name": "citizens & northern corp" - }, - { - "cik": 1661059, - "symbol": "nxtc", - "name": "nextcure inc" - }, - { - "cik": 1557746, - "symbol": "acrs", - "name": "aclaris therapeutics inc" - }, - { - "cik": 1819516, - "symbol": "aspl", - "name": "aspirational consumer lifestyle corp" - }, - { - "cik": 1499422, - "symbol": "rbb", - "name": "rbb bancorp" - }, - { - "cik": 1326200, - "symbol": "gnk", - "name": "genco shipping & trading ltd" - }, - { - "cik": 1383414, - "symbol": "pnntg", - "name": "pennantpark investment corp" - }, - { - "cik": 895528, - "symbol": "vpv", - "name": "invesco pennsylvania value municipal income trust" - }, - { - "cik": 818851, - "symbol": "nca", - "name": "nuveen california municipal value fund inc" - }, - { - "cik": 1067837, - "symbol": "etm", - "name": "entercom communications corp" - }, - { - "cik": 1463361, - "symbol": "ubx", - "name": "unity biotechnology inc" - }, - { - "cik": 1521404, - "symbol": "bgh", - "name": "barings global short duration high yield fund" - }, - { - "cik": 1566044, - "symbol": "mnlo", - "name": "vyne therapeutics inc" - }, - { - "cik": 1511198, - "symbol": "fbnk", - "name": "first connecticut bancorp inc" - }, - { - "cik": 23426, - "symbol": "cnlhn", - "name": "connecticut light & power co" - }, - { - "cik": 720858, - "symbol": "itic", - "name": "investors title co" - }, - { - "cik": 1300050, - "symbol": "gpl", - "name": "great panther mining ltd" - }, - { - "cik": 1631761, - "symbol": "yrd", - "name": "yiren digital ltd" - }, - { - "cik": 882104, - "symbol": "pdli", - "name": "pdl biopharma inc" - }, - { - "cik": 1822966, - "symbol": "svsvw", - "name": "spring valley acquisition corp" - }, - { - "cik": 878198, - "symbol": "num", - "name": "nuveen michigan quality municipal income fund" - }, - { - "cik": 1499849, - "symbol": "lnd", - "name": "brasilagro - brazilian agricultural real estate co" - }, - { - "cik": 916793, - "symbol": "silc", - "name": "silicom ltd" - }, - { - "cik": 1177161, - "symbol": "evm", - "name": "eaton vance california municipal bond fund" - }, - { - "cik": 275053, - "symbol": "natr", - "name": "natures sunshine products inc" - }, - { - "cik": 1005286, - "symbol": "lndc", - "name": "landec corp ca" - }, - { - "cik": 1071899, - "symbol": "mue", - "name": "blackrock muniholdings quality fund ii inc" - }, - { - "cik": 1813658, - "symbol": "acevw", - "name": "ace convergence acquisition corp" - }, - { - "cik": 1056285, - "symbol": "kirk", - "name": "kirklands inc" - }, - { - "cik": 1121484, - "symbol": "ois", - "name": "oil states international inc" - }, - { - "cik": 1178711, - "symbol": "prtk", - "name": "paratek pharmaceuticals inc" - }, - { - "cik": 1613780, - "symbol": "dbvt", - "name": "dbv technologies sa" - }, - { - "cik": 1547459, - "symbol": "ngvc", - "name": "natural grocers by vitamin cottage inc" - }, - { - "cik": 1823144, - "symbol": "dbdrw", - "name": "roman dbdr tech acquisition corp" - }, - { - "cik": 1304730, - "symbol": "hqda", - "name": "hqda elderly life network corp" - }, - { - "cik": 1507964, - "symbol": "corvf", - "name": "corvus gold inc" - }, - { - "cik": 1325618, - "symbol": "irmd", - "name": "iradimed corp" - }, - { - "cik": 1769116, - "symbol": "viao", - "name": "via optronics ag" - }, - { - "cik": 1341235, - "symbol": "aldx", - "name": "aldeyra therapeutics inc" - }, - { - "cik": 1660334, - "symbol": "vrca", - "name": "verrica pharmaceuticals inc" - }, - { - "cik": 894242, - "symbol": "bkn", - "name": "blackrock investment quality municipal trust inc" - }, - { - "cik": 1239819, - "symbol": "luna", - "name": "luna innovations inc" - }, - { - "cik": 1598665, - "symbol": "hrtg", - "name": "heritage insurance holdings inc" - }, - { - "cik": 1705873, - "symbol": "bry", - "name": "berry corp (bry)" - }, - { - "cik": 1515940, - "symbol": "kio", - "name": "kkr income opportunities fund" - }, - { - "cik": 883618, - "symbol": "nxp", - "name": "nuveen select tax free income portfolio" - }, - { - "cik": 24090, - "symbol": "cia", - "name": "citizens inc" - }, - { - "cik": 1493566, - "symbol": "otic", - "name": "otonomy inc" - }, - { - "cik": 1816017, - "symbol": "nsh", - "name": "navsight holdings inc" - }, - { - "cik": 1816708, - "symbol": "sbg", - "name": "sandbridge acquisition corp" - }, - { - "cik": 1377630, - "symbol": "ncmi", - "name": "national cinemedia inc" - }, - { - "cik": 1476034, - "symbol": "mcb", - "name": "metropolitan bank holding corp" - }, - { - "cik": 357173, - "symbol": "osbc", - "name": "old second bancorp inc" - }, - { - "cik": 741516, - "symbol": "amnb", - "name": "american national bankshares inc" - }, - { - "cik": 1567529, - "symbol": "kmda", - "name": "kamada ltd" - }, - { - "cik": 1030997, - "symbol": "wilc", - "name": "g willi food international ltd" - }, - { - "cik": 1170300, - "symbol": "pck", - "name": "pimco california municipal income fund ii" - }, - { - "cik": 811808, - "symbol": "smmf", - "name": "summit financial group inc" - }, - { - "cik": 899751, - "symbol": "twi", - "name": "titan international inc" - }, - { - "cik": 897421, - "symbol": "npv", - "name": "nuveen virginia quality municipal income fund" - }, - { - "cik": 1325670, - "symbol": "sona", - "name": "southern national bancorp of virginia inc" - }, - { - "cik": 1720580, - "symbol": "torc", - "name": "adicet bio inc" - }, - { - "cik": 1143513, - "symbol": "gladl", - "name": "gladstone capital corp" - }, - { - "cik": 1171155, - "symbol": "rlgt", - "name": "radiant logistics inc" - }, - { - "cik": 717720, - "symbol": "valu", - "name": "value line inc" - }, - { - "cik": 1342423, - "symbol": "lmnr", - "name": "limoneira co" - }, - { - "cik": 809708, - "symbol": "emf", - "name": "templeton emerging markets fund" - }, - { - "cik": 742112, - "symbol": "ivc", - "name": "invacare corp" - }, - { - "cik": 878200, - "symbol": "nuo", - "name": "nuveen ohio quality municipal income fund" - }, - { - "cik": 1816613, - "symbol": "aone", - "name": "one" - }, - { - "cik": 1710350, - "symbol": "dnjr", - "name": "bit digital inc" - }, - { - "cik": 1562463, - "symbol": "inbkz", - "name": "first internet bancorp" - }, - { - "cik": 1499453, - "symbol": "stxb", - "name": "spirit of texas bancshares inc" - }, - { - "cik": 1301787, - "symbol": "bxc", - "name": "bluelinx holdings inc" - }, - { - "cik": 916907, - "symbol": "smbc", - "name": "southern missouri bancorp inc" - }, - { - "cik": 1799611, - "symbol": "cgrow", - "name": "collective growth corp" - }, - { - "cik": 1178839, - "symbol": "nbh", - "name": "neuberger berman municipal fund inc" - }, - { - "cik": 1697851, - "symbol": "rekr", - "name": "rekor systems inc" - }, - { - "cik": 1134115, - "symbol": "thm", - "name": "international tower hill mines ltd" - }, - { - "cik": 1713539, - "symbol": "kxinw", - "name": "kaixin auto holdings" - }, - { - "cik": 1016708, - "symbol": "rcar", - "name": "renovacare inc" - }, - { - "cik": 1615346, - "symbol": "lmrko", - "name": "landmark infrastructure partners lp" - }, - { - "cik": 1389518, - "symbol": "tonj", - "name": "tongji healthcare group inc" - }, - { - "cik": 704440, - "symbol": "krmd", - "name": "repro med systems inc" - }, - { - "cik": 1534648, - "symbol": "jvczy", - "name": "jvckenwood corporation adr" - }, - { - "cik": 1053584, - "symbol": "mcbc", - "name": "macatawa bank corp" - }, - { - "cik": 1258943, - "symbol": "mav", - "name": "pioneer municipal high income advantage trust" - }, - { - "cik": 894239, - "symbol": "duc", - "name": "duff & phelps utility & corporate bond trust inc" - }, - { - "cik": 1038773, - "symbol": "smbk", - "name": "smartfinancial inc" - }, - { - "cik": 885733, - "symbol": "nxq", - "name": "nuveen select tax free income portfolio 2" - }, - { - "cik": 1268533, - "symbol": "tyg", - "name": "tortoise energy infrastructure corp" - }, - { - "cik": 1340122, - "symbol": "clmt", - "name": "calumet specialty products partners lp" - }, - { - "cik": 1223026, - "symbol": "mhi", - "name": "pioneer municipal high income trust" - }, - { - "cik": 1491419, - "symbol": "livx", - "name": "livexlive media inc" - }, - { - "cik": 1633932, - "symbol": "epix", - "name": "essa pharma inc" - }, - { - "cik": 1829576, - "symbol": "care", - "name": "carter bankshares inc" - }, - { - "cik": 1543418, - "symbol": "tmq", - "name": "trilogy metals inc" - }, - { - "cik": 1556336, - "symbol": "fei", - "name": "first trust mlp & energy income fund" - }, - { - "cik": 1759824, - "symbol": "altg", - "name": "alta equipment group inc" - }, - { - "cik": 1597835, - "symbol": "cmcm", - "name": "cheetah mobile inc" - }, - { - "cik": 1368519, - "symbol": "noa", - "name": "north american construction group ltd" - }, - { - "cik": 866273, - "symbol": "mtrx", - "name": "matrix service co" - }, - { - "cik": 801961, - "symbol": "mfm", - "name": "mfs municipal income trust" - }, - { - "cik": 1090009, - "symbol": "sfst", - "name": "southern first bancshares inc" - }, - { - "cik": 1563577, - "symbol": "grtx", - "name": "galera therapeutics inc" - }, - { - "cik": 809559, - "symbol": "tsi", - "name": "tcw strategic income fund inc" - }, - { - "cik": 1757097, - "symbol": "cntg", - "name": "centogene nv" - }, - { - "cik": 1719489, - "symbol": "klr", - "name": "kaleyra inc" - }, - { - "cik": 1525201, - "symbol": "dbl", - "name": "doubleline opportunistic credit fund" - }, - { - "cik": 1056943, - "symbol": "pfis", - "name": "peoples financial services corp" - }, - { - "cik": 1410098, - "symbol": "crmd", - "name": "cormedix inc" - }, - { - "cik": 1047884, - "symbol": "anh", - "name": "anworth mortgage asset corp" - }, - { - "cik": 1442626, - "symbol": "brg", - "name": "bluerock residential growth reit inc" - }, - { - "cik": 1640455, - "symbol": "jnce", - "name": "jounce therapeutics inc" - }, - { - "cik": 1769663, - "symbol": "pbfs", - "name": "pioneer bancorp inc md" - }, - { - "cik": 1552198, - "symbol": "whfbz", - "name": "whitehorse finance inc" - }, - { - "cik": 765207, - "symbol": "fnlc", - "name": "first bancorp inc me" - }, - { - "cik": 1233087, - "symbol": "ftf", - "name": "franklin ltd duration income trust" - }, - { - "cik": 724910, - "symbol": "nvec", - "name": "nve corp new" - }, - { - "cik": 275694, - "symbol": "mci", - "name": "barings corporate investors" - }, - { - "cik": 1666735, - "symbol": "jhd", - "name": "nuveen high income december 2019 target term fund" - }, - { - "cik": 916618, - "symbol": "iif", - "name": "morgan stanley india investment fund inc" - }, - { - "cik": 1362190, - "symbol": "aeye", - "name": "audioeye inc" - }, - { - "cik": 1472341, - "symbol": "gdo", - "name": "western asset global corporate defined opportunity fund inc" - }, - { - "cik": 1639877, - "symbol": "gsm", - "name": "ferroglobe plc" - }, - { - "cik": 944745, - "symbol": "civb", - "name": "civista bancshares inc" - }, - { - "cik": 1735184, - "symbol": "rvi", - "name": "retail value inc" - }, - { - "cik": 1715433, - "symbol": "lchd", - "name": "leader capital holdings corp" - }, - { - "cik": 891293, - "symbol": "ctic", - "name": "cti biopharma corp" - }, - { - "cik": 76267, - "symbol": "pke", - "name": "park aerospace corp" - }, - { - "cik": 1731727, - "symbol": "lmpx", - "name": "lmp automotive holdings inc" - }, - { - "cik": 1339469, - "symbol": "chma", - "name": "chiasma inc" - }, - { - "cik": 1766368, - "symbol": "mec", - "name": "mayville engineering company inc" - }, - { - "cik": 1287480, - "symbol": "bgt", - "name": "blackrock floating rate income trust" - }, - { - "cik": 1612720, - "symbol": "next", - "name": "nextdecade corp" - }, - { - "cik": 1487198, - "symbol": "aspu", - "name": "aspen group inc" - }, - { - "cik": 1069530, - "symbol": "ptie", - "name": "cassava sciences inc" - }, - { - "cik": 876523, - "symbol": "ezpw", - "name": "ezcorp inc" - }, - { - "cik": 1514597, - "symbol": "aug", - "name": "fury gold mines ltd" - }, - { - "cik": 1500096, - "symbol": "kmf", - "name": "kayne anderson nextgen energy & infrastructure inc" - }, - { - "cik": 1389207, - "symbol": "gfasy", - "name": "gafisa sa" - }, - { - "cik": 57725, - "symbol": "lci", - "name": "lannett co inc" - }, - { - "cik": 1523836, - "symbol": "litb", - "name": "lightinthebox holding co ltd" - }, - { - "cik": 1495320, - "symbol": "vra", - "name": "vera bradley inc" - }, - { - "cik": 1166258, - "symbol": "pht", - "name": "pioneer high income trust" - }, - { - "cik": 1290900, - "symbol": "cvgi", - "name": "commercial vehicle group inc" - }, - { - "cik": 41091, - "symbol": "gpja", - "name": "georgia power co" - }, - { - "cik": 873860, - "symbol": "ocn", - "name": "ocwen financial corp" - }, - { - "cik": 1820302, - "symbol": "vihau", - "name": "vpc impact acquisition holdings" - }, - { - "cik": 1761940, - "symbol": "dssi", - "name": "diamond s shipping inc" - }, - { - "cik": 1629665, - "symbol": "mulg", - "name": "muliang viagoo technology inc" - }, - { - "cik": 1041514, - "symbol": "ueps", - "name": "net 1 ueps technologies inc" - }, - { - "cik": 1160791, - "symbol": "goro", - "name": "gold resource corp" - }, - { - "cik": 928658, - "symbol": "cvti", - "name": "covenant logistics group inc" - }, - { - "cik": 1395213, - "symbol": "edn", - "name": "edenor" - }, - { - "cik": 1664106, - "symbol": "logc", - "name": "logicbio therapeutics inc" - }, - { - "cik": 918541, - "symbol": "nnbr", - "name": "nn inc" - }, - { - "cik": 1682325, - "symbol": "gtyh", - "name": "gty technology holdings inc" - }, - { - "cik": 1261249, - "symbol": "agrx", - "name": "agile therapeutics inc" - }, - { - "cik": 1619544, - "symbol": "jfu", - "name": "9f inc" - }, - { - "cik": 1059142, - "symbol": "atax", - "name": "america first multifamily investors lp" - }, - { - "cik": 1504545, - "symbol": "bwg", - "name": "brandywineglobal-global income opportunities fund inc" - }, - { - "cik": 1305767, - "symbol": "phd", - "name": "pioneer floating rate trust" - }, - { - "cik": 1576914, - "symbol": "mixt", - "name": "mix telematics ltd" - }, - { - "cik": 1156388, - "symbol": "bgfv", - "name": "big 5 sporting goods corp" - }, - { - "cik": 1691337, - "symbol": "pcsb", - "name": "pcsb financial corp" - }, - { - "cik": 1420720, - "symbol": "ibio", - "name": "ibio inc" - }, - { - "cik": 1753673, - "symbol": "sjoyw", - "name": "scienjoy holding corp" - }, - { - "cik": 709283, - "symbol": "qmco", - "name": "quantum corp de" - }, - { - "cik": 1359931, - "symbol": "tara", - "name": "protara therapeutics inc" - }, - { - "cik": 792966, - "symbol": "fmao", - "name": "farmers & merchants bancorp inc" - }, - { - "cik": 1342287, - "symbol": "gfnsz", - "name": "general finance corp" - }, - { - "cik": 74046, - "symbol": "odc", - "name": "oil-dri corp of america" - }, - { - "cik": 876343, - "symbol": "lctx", - "name": "lineage cell therapeutics inc" - }, - { - "cik": 14846, - "symbol": "brt", - "name": "brt apartments corp" - }, - { - "cik": 1001385, - "symbol": "nwpx", - "name": "northwest pipe co" - }, - { - "cik": 1766146, - "symbol": "latnw", - "name": "union acquisition corp ii" - }, - { - "cik": 1652842, - "symbol": "uryl", - "name": "united royale holdings corp" - }, - { - "cik": 1450445, - "symbol": "nuw", - "name": "nuveen amt-free municipal value fund" - }, - { - "cik": 1338561, - "symbol": "spxx", - "name": "nuveen s&p 500 dynamic overwrite fund" - }, - { - "cik": 1613170, - "symbol": "itmr", - "name": "itamar medical ltd" - }, - { - "cik": 37472, - "symbol": "flxs", - "name": "flexsteel industries inc" - }, - { - "cik": 276720, - "symbol": "pcyo", - "name": "pure cycle corp" - }, - { - "cik": 1565381, - "symbol": "xdmbx", - "name": "bny mellon municipal bond infrastructure fund inc" - }, - { - "cik": 1645666, - "symbol": "kzr", - "name": "kezar life sciences inc" - }, - { - "cik": 1006837, - "symbol": "hchc", - "name": "hc2 holdings inc" - }, - { - "cik": 1808997, - "symbol": "aout", - "name": "american outdoor brands inc" - }, - { - "cik": 1703785, - "symbol": "flmn", - "name": "falcon minerals corp" - }, - { - "cik": 1437958, - "symbol": "ccb", - "name": "coastal financial corp" - }, - { - "cik": 1226616, - "symbol": "mnov", - "name": "medicinova inc" - }, - { - "cik": 798287, - "symbol": "ptsi", - "name": "pam transportation services inc" - }, - { - "cik": 1465470, - "symbol": "shmp", - "name": "naturalshrimp inc" - }, - { - "cik": 1815737, - "symbol": "fst", - "name": "fast acquisition corp" - }, - { - "cik": 1454021, - "symbol": "mtt", - "name": "western asset municipal defined opportunity trust inc" - }, - { - "cik": 859796, - "symbol": "jof", - "name": "japan smaller capitalization fund inc" - }, - { - "cik": 99302, - "symbol": "trns", - "name": "transcat inc" - }, - { - "cik": 1762506, - "symbol": "vist", - "name": "vista oil & gas sab de cv" - }, - { - "cik": 1745059, - "symbol": "fins", - "name": "angel oak financial strategies income term trust" - }, - { - "cik": 1538028, - "symbol": "safly", - "name": "safilo group spa adr" - }, - { - "cik": 1377757, - "symbol": "gau", - "name": "galiano gold inc" - }, - { - "cik": 883265, - "symbol": "vtn", - "name": "invesco trust for investment grade new york municipals" - }, - { - "cik": 1385613, - "symbol": "glre", - "name": "greenlight capital re ltd" - }, - { - "cik": 1509470, - "symbol": "ssss", - "name": "suro capital corp" - }, - { - "cik": 1346302, - "symbol": "xers", - "name": "xeris pharmaceuticals inc" - }, - { - "cik": 1277902, - "symbol": "mvbf", - "name": "mvb financial corp" - }, - { - "cik": 1777835, - "symbol": "ftivu", - "name": "fintech acquisition corp iv" - }, - { - "cik": 1488775, - "symbol": "cem", - "name": "clearbridge mlp & midstream fund inc" - }, - { - "cik": 1326390, - "symbol": "mgu", - "name": "macquarie global infrastructure total return fund inc" - }, - { - "cik": 1811764, - "symbol": "txac", - "name": "therapeutics acquisition corp" - }, - { - "cik": 1620678, - "symbol": "anpcf", - "name": "angle plc" - }, - { - "cik": 315858, - "symbol": "bbxtd", - "name": "bluegreen vacations holding corp" - }, - { - "cik": 716006, - "symbol": "yrcw", - "name": "yrc worldwide inc" - }, - { - "cik": 1723069, - "symbol": "tlsa", - "name": "tiziana life sciences plc" - }, - { - "cik": 1591670, - "symbol": "fpi", - "name": "farmland partners inc" - }, - { - "cik": 1637655, - "symbol": "hzn", - "name": "horizon global corp" - }, - { - "cik": 1436425, - "symbol": "hbcp", - "name": "home bancorp inc" - }, - { - "cik": 1496443, - "symbol": "pays", - "name": "paysign inc" - }, - { - "cik": 1245648, - "symbol": "flc", - "name": "flaherty & crumrine total return fund inc" - }, - { - "cik": 1733868, - "symbol": "cnf", - "name": "cnfinance holdings ltd" - }, - { - "cik": 1285786, - "symbol": "emx", - "name": "emx royalty corp" - }, - { - "cik": 1530249, - "symbol": "fsbw", - "name": "fs bancorp inc" - }, - { - "cik": 1462586, - "symbol": "igi", - "name": "western asset investment grade defined opportunity trust inc" - }, - { - "cik": 722572, - "symbol": "fkwl", - "name": "franklin wireless corp" - }, - { - "cik": 1058811, - "symbol": "immr", - "name": "immersion corp" - }, - { - "cik": 1657853, - "symbol": "htz", - "name": "hertz global holdings inc" - }, - { - "cik": 1285550, - "symbol": "clpt", - "name": "clearpoint neuro inc" - }, - { - "cik": 1509190, - "symbol": "petx", - "name": "aratana therapeutics inc" - }, - { - "cik": 1259942, - "symbol": "blu", - "name": "bellus health inc" - }, - { - "cik": 1753268, - "symbol": "ruhn", - "name": "ruhnn holding ltd" - }, - { - "cik": 1814114, - "symbol": "hsaq", - "name": "health sciences acquisitions corp 2" - }, - { - "cik": 1070732, - "symbol": "evf", - "name": "eaton vance senior income trust" - }, - { - "cik": 1524025, - "symbol": "tlys", - "name": "tillys inc" - }, - { - "cik": 1743971, - "symbol": "mogu", - "name": "mogu inc" - }, - { - "cik": 1575051, - "symbol": "cinr", - "name": "ciner resources lp" - }, - { - "cik": 1158289, - "symbol": "jrs", - "name": "nuveen real estate income fund" - }, - { - "cik": 719135, - "symbol": "apyx", - "name": "apyx medical corp" - }, - { - "cik": 1563696, - "symbol": "etx", - "name": "eaton vance municipal income 2028 term trust" - }, - { - "cik": 1614806, - "symbol": "ajx", - "name": "great ajax corp" - }, - { - "cik": 5094, - "symbol": "vbf", - "name": "invesco bond fund" - }, - { - "cik": 1061353, - "symbol": "dhy", - "name": "credit suisse high yield bond fund" - }, - { - "cik": 1819133, - "symbol": "bctg", - "name": "bctg acquisition corp" - }, - { - "cik": 1762359, - "symbol": "acrgf", - "name": "acreage holdings inc" - }, - { - "cik": 1282977, - "symbol": "ghl", - "name": "greenhill & co inc" - }, - { - "cik": 1773087, - "symbol": "thcaw", - "name": "tuscan holdings corp ii" - }, - { - "cik": 1764301, - "symbol": "scpe", - "name": "sc health corp" - }, - { - "cik": 1778784, - "symbol": "pvbc", - "name": "provident bancorp inc md" - }, - { - "cik": 3545, - "symbol": "alco", - "name": "alico inc" - }, - { - "cik": 1679063, - "symbol": "cssen", - "name": "chicken soup for the soul entertainment inc" - }, - { - "cik": 1407298, - "symbol": "fly", - "name": "fly leasing ltd" - }, - { - "cik": 3197, - "symbol": "cece", - "name": "ceco environmental corp" - }, - { - "cik": 1383058, - "symbol": "dbo", - "name": "invesco db oil fund" - }, - { - "cik": 1487428, - "symbol": "htfa", - "name": "horizon technology finance corp" - }, - { - "cik": 1328598, - "symbol": "fxe", - "name": "invesco currencyshares euro trust" - }, - { - "cik": 1452857, - "symbol": "splp", - "name": "steel partners holdings lp" - }, - { - "cik": 1529463, - "symbol": "ftsi", - "name": "fts international inc" - }, - { - "cik": 1528129, - "symbol": "lpi", - "name": "laredo petroleum inc" - }, - { - "cik": 868578, - "symbol": "pfd", - "name": "flaherty & crumrine preferred & income fund inc" - }, - { - "cik": 350868, - "symbol": "iti", - "name": "iteris inc" - }, - { - "cik": 771266, - "symbol": "kopn", - "name": "kopin corp" - }, - { - "cik": 1278211, - "symbol": "lgi", - "name": "lazard global total return & income fund inc" - }, - { - "cik": 1561921, - "symbol": "tela", - "name": "tela bio inc" - }, - { - "cik": 1593548, - "symbol": "ags", - "name": "playags inc" - }, - { - "cik": 1770141, - "symbol": "gix", - "name": "gigcapital2 inc" - }, - { - "cik": 803164, - "symbol": "cofs", - "name": "choiceone financial services inc" - }, - { - "cik": 1159281, - "symbol": "fve", - "name": "five star senior living inc" - }, - { - "cik": 1522690, - "symbol": "gwgh", - "name": "gwg holdings inc" - }, - { - "cik": 1634117, - "symbol": "bned", - "name": "barnes & noble education inc" - }, - { - "cik": 1508171, - "symbol": "suns", - "name": "solar senior capital ltd" - }, - { - "cik": 1321847, - "symbol": "gsv", - "name": "gold standard ventures corp" - }, - { - "cik": 1377936, - "symbol": "saf", - "name": "saratoga investment corp" - }, - { - "cik": 1674365, - "symbol": "aptx", - "name": "aptinyx inc" - }, - { - "cik": 1419554, - "symbol": "bblg", - "name": "bone biologics corp" - }, - { - "cik": 1561627, - "symbol": "xone", - "name": "exone co" - }, - { - "cik": 733590, - "symbol": "tci", - "name": "transcontinental realty investors inc" - }, - { - "cik": 1774170, - "symbol": "pwfl", - "name": "powerfleet inc" - }, - { - "cik": 1709164, - "symbol": "hbb", - "name": "hamilton beach brands holding co" - }, - { - "cik": 355379, - "symbol": "mdwtd", - "name": "midwest holding inc" - }, - { - "cik": 66901, - "symbol": "emp", - "name": "entergy mississippi llc" - }, - { - "cik": 1538789, - "symbol": "je", - "name": "just energy group inc" - }, - { - "cik": 72162, - "symbol": "nl", - "name": "nl industries inc" - }, - { - "cik": 1777319, - "symbol": "ciso", - "name": "cerberus cyber sentinel corp" - }, - { - "cik": 1181504, - "symbol": "pzc", - "name": "pimco california municipal income fund iii" - }, - { - "cik": 1119769, - "symbol": "crnt", - "name": "ceragon networks ltd" - }, - { - "cik": 1769484, - "symbol": "biox", - "name": "bioceres crop solutions corp" - }, - { - "cik": 1436126, - "symbol": "mg", - "name": "mistras group inc" - }, - { - "cik": 911971, - "symbol": "tk", - "name": "teekay corp" - }, - { - "cik": 1704715, - "symbol": "ctra", - "name": "contura energy inc" - }, - { - "cik": 1132651, - "symbol": "atlo", - "name": "ames national corp" - }, - { - "cik": 1034665, - "symbol": "mhd", - "name": "blackrock muniholdings fund inc" - }, - { - "cik": 1109116, - "symbol": "evc", - "name": "entravision communications corp" - }, - { - "cik": 1265107, - "symbol": "scty", - "name": "monitronics international inc" - }, - { - "cik": 1447051, - "symbol": "tbnk", - "name": "territorial bancorp inc" - }, - { - "cik": 357294, - "symbol": "hov", - "name": "hovnanian enterprises inc" - }, - { - "cik": 1807765, - "symbol": "pmvc", - "name": "pmv consumer acquisition corp" - }, - { - "cik": 880432, - "symbol": "mson", - "name": "misonix inc" - }, - { - "cik": 1095348, - "symbol": "oiim", - "name": "o2micro international ltd" - }, - { - "cik": 1709626, - "symbol": "ncna", - "name": "nucana plc" - }, - { - "cik": 1070524, - "symbol": "gcbc", - "name": "greene county bancorp inc" - }, - { - "cik": 1064052, - "symbol": "fgovf", - "name": "freegold ventures ltd" - }, - { - "cik": 1702924, - "symbol": "wrtc", - "name": "wrap technologies inc" - }, - { - "cik": 1577791, - "symbol": "ocsi", - "name": "oaktree strategic income corp" - }, - { - "cik": 1487610, - "symbol": "nhs", - "name": "neuberger berman high yield strategies fund inc" - }, - { - "cik": 30125, - "symbol": "insi", - "name": "insight select income fund" - }, - { - "cik": 1385763, - "symbol": "jce", - "name": "nuveen core equity alpha fund" - }, - { - "cik": 1777946, - "symbol": "dfns", - "name": "lgl systems acquisition corp" - }, - { - "cik": 1401521, - "symbol": "uihc", - "name": "united insurance holdings corp" - }, - { - "cik": 1177162, - "symbol": "enx", - "name": "eaton vance new york municipal bond fund" - }, - { - "cik": 1686142, - "symbol": "jco", - "name": "nuveen credit opportunities 2022 target term fund" - }, - { - "cik": 1070296, - "symbol": "fcap", - "name": "first capital inc" - }, - { - "cik": 1474439, - "symbol": "tnav", - "name": "telenav inc" - }, - { - "cik": 63330, - "symbol": "mlp", - "name": "maui land & pineapple co inc" - }, - { - "cik": 1651958, - "symbol": "eoss", - "name": "eos inc" - }, - { - "cik": 1597095, - "symbol": "tour", - "name": "tuniu corp" - }, - { - "cik": 715579, - "symbol": "acnb", - "name": "acnb corp" - }, - { - "cik": 1502573, - "symbol": "aft", - "name": "apollo senior floating rate fund inc" - }, - { - "cik": 1680379, - "symbol": "sbt", - "name": "sterling bancorp inc" - }, - { - "cik": 1390352, - "symbol": "orrcf", - "name": "oroco resource corp" - }, - { - "cik": 1506439, - "symbol": "shsp", - "name": "sharpspring inc" - }, - { - "cik": 1287498, - "symbol": "evg", - "name": "eaton vance short duration diversified income fund" - }, - { - "cik": 1015383, - "symbol": "poww", - "name": "ammo inc" - }, - { - "cik": 1390162, - "symbol": "hbmd", - "name": "howard bancorp inc" - }, - { - "cik": 1260990, - "symbol": "onct", - "name": "oncternal therapeutics inc" - }, - { - "cik": 1680048, - "symbol": "mbio", - "name": "mustang bio inc" - }, - { - "cik": 763532, - "symbol": "lyts", - "name": "lsi industries inc" - }, - { - "cik": 1590584, - "symbol": "cveo", - "name": "civeo corp" - }, - { - "cik": 810332, - "symbol": "mesa", - "name": "mesa air group inc" - }, - { - "cik": 888411, - "symbol": "nxr", - "name": "nuveen select tax free income portfolio 3" - }, - { - "cik": 1641229, - "symbol": "ffmgf", - "name": "first mining gold corp" - }, - { - "cik": 948708, - "symbol": "smsi", - "name": "smith micro software inc" - }, - { - "cik": 69733, - "symbol": "nath", - "name": "nathans famous inc" - }, - { - "cik": 1398733, - "symbol": "aqst", - "name": "aquestive therapeutics inc" - }, - { - "cik": 1630856, - "symbol": "pfhd", - "name": "professional holding corp" - }, - { - "cik": 1013605, - "symbol": "pds", - "name": "precision drilling corp" - }, - { - "cik": 71508, - "symbol": "eno", - "name": "entergy new orleans llc" - }, - { - "cik": 1760173, - "symbol": "rtix", - "name": "surgalign holdings inc" - }, - { - "cik": 1744494, - "symbol": "amciw", - "name": "amci acquisition corp" - }, - { - "cik": 1284940, - "symbol": "fen", - "name": "first trust energy income & growth fund" - }, - { - "cik": 1684693, - "symbol": "slgl", - "name": "sol-gel technologies ltd" - }, - { - "cik": 1057861, - "symbol": "dhf", - "name": "bny mellon high yield strategies fund" - }, - { - "cik": 1598428, - "symbol": "tmst", - "name": "timkensteel corp" - }, - { - "cik": 1633070, - "symbol": "axla", - "name": "axcella health inc" - }, - { - "cik": 1096938, - "symbol": "ueec", - "name": "united health products inc" - }, - { - "cik": 1494650, - "symbol": "optn", - "name": "optinose inc" - }, - { - "cik": 924383, - "symbol": "gnss", - "name": "genasys inc" - }, - { - "cik": 1634379, - "symbol": "mtcr", - "name": "metacrine inc" - }, - { - "cik": 1776197, - "symbol": "aku", - "name": "akumin inc" - }, - { - "cik": 1819989, - "symbol": "gwacw", - "name": "good works acquisition corp" - }, - { - "cik": 1013272, - "symbol": "nwfl", - "name": "norwood financial corp" - }, - { - "cik": 915779, - "symbol": "dakt", - "name": "daktronics inc sd" - }, - { - "cik": 1354866, - "symbol": "byrn", - "name": "byrna technologies inc" - }, - { - "cik": 1157762, - "symbol": "caas", - "name": "china automotive systems inc" - }, - { - "cik": 1710340, - "symbol": "eton", - "name": "eton pharmaceuticals inc" - }, - { - "cik": 1612940, - "symbol": "prqr", - "name": "proqr therapeutics nv" - }, - { - "cik": 1808805, - "symbol": "arya", - "name": "arya sciences acquisition corp iii" - }, - { - "cik": 1568292, - "symbol": "ivh", - "name": "ivy high income opportunities fund" - }, - { - "cik": 1462418, - "symbol": "asps", - "name": "altisource portfolio solutions sa" - }, - { - "cik": 1391437, - "symbol": "grx", - "name": "gabelli healthcare & wellnessrx trust" - }, - { - "cik": 1807707, - "symbol": "novsu", - "name": "novus capital corp" - }, - { - "cik": 1395057, - "symbol": "inb", - "name": "cohen & steers global income builder inc" - }, - { - "cik": 830622, - "symbol": "pim", - "name": "putnam master intermediate income trust" - }, - { - "cik": 1580149, - "symbol": "bivi", - "name": "biovie inc" - }, - { - "cik": 1715497, - "symbol": "borr", - "name": "borr drilling ltd" - }, - { - "cik": 1368514, - "symbol": "adma", - "name": "adma biologics inc" - }, - { - "cik": 1386067, - "symbol": "eod", - "name": "wells fargo global dividend opportunity fund" - }, - { - "cik": 1534120, - "symbol": "cerc", - "name": "cerecor inc" - }, - { - "cik": 902053, - "symbol": "pgejf", - "name": "pgs asa" - }, - { - "cik": 319815, - "symbol": "mxwl", - "name": "maxwell technologies inc" - }, - { - "cik": 1261166, - "symbol": "nro", - "name": "neuberger berman real estate securities income fund inc" - }, - { - "cik": 1665817, - "symbol": "eht", - "name": "eaton vance high income 2021 target term trust" - }, - { - "cik": 1722387, - "symbol": "irrzf", - "name": "integra resources corp" - }, - { - "cik": 895456, - "symbol": "rcky", - "name": "rocky brands inc" - }, - { - "cik": 1270131, - "symbol": "scd", - "name": "lmp capital & income fund inc" - }, - { - "cik": 1163370, - "symbol": "nrim", - "name": "northrim bancorp inc" - }, - { - "cik": 1582554, - "symbol": "mtnb", - "name": "matinas biopharma holdings inc" - }, - { - "cik": 1306550, - "symbol": "bgr", - "name": "blackrock energy & resources trust" - }, - { - "cik": 804123, - "symbol": "twn", - "name": "taiwan fund inc" - }, - { - "cik": 1126234, - "symbol": "lumo", - "name": "lumos pharma inc" - }, - { - "cik": 1486298, - "symbol": "bsl", - "name": "blackstone gso senior floating rate term fund" - }, - { - "cik": 1679268, - "symbol": "tusk", - "name": "mammoth energy services inc" - }, - { - "cik": 1823200, - "symbol": "blsa", - "name": "bcls acquisition corp" - }, - { - "cik": 1701167, - "symbol": "efl", - "name": "eaton vance floating-rate 2022 target term trust" - }, - { - "cik": 1408443, - "symbol": "mist", - "name": "milestone pharmaceuticals inc" - }, - { - "cik": 798081, - "symbol": "lake", - "name": "lakeland industries inc" - }, - { - "cik": 1526697, - "symbol": "aif", - "name": "apollo tactical income fund inc" - }, - { - "cik": 1426800, - "symbol": "asmb", - "name": "assembly biosciences inc" - }, - { - "cik": 1315255, - "symbol": "gtt", - "name": "gtt communications inc" - }, - { - "cik": 1261654, - "symbol": "uti", - "name": "universal technical institute inc" - }, - { - "cik": 1286613, - "symbol": "linc", - "name": "lincoln educational services corp" - }, - { - "cik": 10329, - "symbol": "bset", - "name": "bassett furniture industries inc" - }, - { - "cik": 1289945, - "symbol": "spok", - "name": "spok holdings inc" - }, - { - "cik": 1682811, - "symbol": "ihit", - "name": "invesco high income 2023 target term fund" - }, - { - "cik": 1046050, - "symbol": "tsbk", - "name": "timberland bancorp inc" - }, - { - "cik": 1158114, - "symbol": "aaoi", - "name": "applied optoelectronics inc" - }, - { - "cik": 1417802, - "symbol": "ide", - "name": "voya infrastructure industrials & materials fund" - }, - { - "cik": 9346, - "symbol": "ptvcb", - "name": "protective insurance corp" - }, - { - "cik": 879635, - "symbol": "mpb", - "name": "mid penn bancorp inc" - }, - { - "cik": 825345, - "symbol": "hyb", - "name": "new america high income fund inc" - }, - { - "cik": 1528356, - "symbol": "gne", - "name": "genie energy ltd" - }, - { - "cik": 1465885, - "symbol": "wmc", - "name": "western asset mortgage capital corp" - }, - { - "cik": 1591588, - "symbol": "amrk", - "name": "a-mark precious metals inc" - }, - { - "cik": 1421461, - "symbol": "ipi", - "name": "intrepid potash inc" - }, - { - "cik": 796534, - "symbol": "nksh", - "name": "national bankshares inc" - }, - { - "cik": 887919, - "symbol": "pfbi", - "name": "premier financial bancorp inc" - }, - { - "cik": 1401395, - "symbol": "nept", - "name": "neptune wellness solutions inc" - }, - { - "cik": 1510593, - "symbol": "xnet", - "name": "xunlei ltd" - }, - { - "cik": 825202, - "symbol": "fund", - "name": "sprott focus trust inc" - }, - { - "cik": 933034, - "symbol": "strt", - "name": "strattec security corp" - }, - { - "cik": 315374, - "symbol": "hurc", - "name": "hurco companies inc" - }, - { - "cik": 729580, - "symbol": "belfb", - "name": "bel fuse inc nj" - }, - { - "cik": 1551693, - "symbol": "sien", - "name": "sientra inc" - }, - { - "cik": 1549966, - "symbol": "samg", - "name": "silvercrest asset management group inc" - }, - { - "cik": 1517518, - "symbol": "emo", - "name": "clearbridge energy midstream opportunity fund inc" - }, - { - "cik": 1430725, - "symbol": "gsld", - "name": "global ship lease inc" - }, - { - "cik": 1108645, - "symbol": "fosi", - "name": "frontier oilfield services inc" - }, - { - "cik": 1441693, - "symbol": "mbii", - "name": "marrone bio innovations inc" - }, - { - "cik": 1703956, - "symbol": "bbcp", - "name": "concrete pumping holdings inc" - }, - { - "cik": 1551986, - "symbol": "nmtr", - "name": "9 meters biopharma inc" - }, - { - "cik": 1678130, - "symbol": "opp", - "name": "rivernorth doubleline strategic opportunity fund inc" - }, - { - "cik": 1433714, - "symbol": "cslt", - "name": "castlight health inc" - }, - { - "cik": 1481028, - "symbol": "hysr", - "name": "sunhydrogen inc" - }, - { - "cik": 1397173, - "symbol": "jtd", - "name": "nuveen tax-advantaged dividend growth fund" - }, - { - "cik": 1716697, - "symbol": "fcbp", - "name": "first choice bancorp" - }, - { - "cik": 1611842, - "symbol": "pypd", - "name": "polypid ltd" - }, - { - "cik": 1093428, - "symbol": "nsl", - "name": "nuveen senior income fund" - }, - { - "cik": 921671, - "symbol": "ggt", - "name": "gabelli multimedia trust inc" - }, - { - "cik": 1646109, - "symbol": "fdeu", - "name": "first trust dynamic europe equity income fund" - }, - { - "cik": 1461119, - "symbol": "crhm", - "name": "crh medical corp" - }, - { - "cik": 1675644, - "symbol": "fvcb", - "name": "fvcbankcorp inc" - }, - { - "cik": 1412100, - "symbol": "mhnc", - "name": "maiden holdings ltd" - }, - { - "cik": 1618835, - "symbol": "evfm", - "name": "evofem biosciences inc" - }, - { - "cik": 1069533, - "symbol": "rgco", - "name": "rgc resources inc" - }, - { - "cik": 1691433, - "symbol": "bgio", - "name": "blackrock 2022 global income opportunity trust" - }, - { - "cik": 1772028, - "symbol": "scps", - "name": "scopus biopharma inc" - }, - { - "cik": 934549, - "symbol": "actg", - "name": "acacia research corp" - }, - { - "cik": 65433, - "symbol": "mxf", - "name": "mexico fund inc" - }, - { - "cik": 1253689, - "symbol": "glyc", - "name": "glycomimetics inc" - }, - { - "cik": 1102238, - "symbol": "arl", - "name": "american realty investors inc" - }, - { - "cik": 1383055, - "symbol": "dgl", - "name": "invesco db gold fund" - }, - { - "cik": 1094324, - "symbol": "sify", - "name": "sify technologies ltd" - }, - { - "cik": 1007587, - "symbol": "kvhi", - "name": "kvh industries inc de" - }, - { - "cik": 1649989, - "symbol": "otlkw", - "name": "outlook therapeutics inc" - }, - { - "cik": 1204413, - "symbol": "pcom", - "name": "points international ltd" - }, - { - "cik": 1326003, - "symbol": "bkcc", - "name": "blackrock capital investment corp" - }, - { - "cik": 1131312, - "symbol": "znogw", - "name": "zion oil & gas inc" - }, - { - "cik": 1562051, - "symbol": "nml", - "name": "neuberger berman mlp & energy income fund inc" - }, - { - "cik": 1734768, - "symbol": "imv", - "name": "imv inc" - }, - { - "cik": 891038, - "symbol": "mpa", - "name": "blackrock muniyield pennsylvania quality fund" - }, - { - "cik": 1757064, - "symbol": "gnft", - "name": "genfit sa" - }, - { - "cik": 1715925, - "symbol": "ipatd", - "name": "immunoprecise antibodies ltd" - }, - { - "cik": 1811063, - "symbol": "pana", - "name": "panacea acquisition corp" - }, - { - "cik": 723603, - "symbol": "culp", - "name": "culp inc" - }, - { - "cik": 739421, - "symbol": "czfs", - "name": "citizens financial services inc" - }, - { - "cik": 1018164, - "symbol": "wlfc", - "name": "willis lease finance corp" - }, - { - "cik": 1211583, - "symbol": "fenc", - "name": "fennec pharmaceuticals inc" - }, - { - "cik": 1086745, - "symbol": "ayro", - "name": "ayro inc" - }, - { - "cik": 1322439, - "symbol": "egle", - "name": "eagle bulk shipping inc" - }, - { - "cik": 1564584, - "symbol": "niq", - "name": "nuveen intermediate duration quality municipal term fund" - }, - { - "cik": 1089907, - "symbol": "swkh", - "name": "swk holdings corp" - }, - { - "cik": 882153, - "symbol": "myf", - "name": "blackrock muniyield investment fund" - }, - { - "cik": 1131554, - "symbol": "sncr", - "name": "synchronoss technologies inc" - }, - { - "cik": 1444307, - "symbol": "oncs", - "name": "oncosec medical inc" - }, - { - "cik": 1175483, - "symbol": "ds", - "name": "drive shack inc" - }, - { - "cik": 1756640, - "symbol": "wism", - "name": "wiseman global ltd" - }, - { - "cik": 93314, - "symbol": "vnrx", - "name": "volitionrx ltd" - }, - { - "cik": 748691, - "symbol": "kf", - "name": "korea fund inc" - }, - { - "cik": 768411, - "symbol": "cybe", - "name": "cyberoptics corp" - }, - { - "cik": 826154, - "symbol": "orrf", - "name": "orrstown financial services inc" - }, - { - "cik": 876883, - "symbol": "mdca", - "name": "mdc partners inc" - }, - { - "cik": 1551286, - "symbol": "tgrf", - "name": "tgr financial inc" - }, - { - "cik": 1377789, - "symbol": "avnw", - "name": "aviat networks inc" - }, - { - "cik": 1503290, - "symbol": "acp", - "name": "aberdeen income credit strategies fund" - }, - { - "cik": 746514, - "symbol": "nen", - "name": "new england realty associates limited partnership" - }, - { - "cik": 829365, - "symbol": "ntp", - "name": "nam tai property inc" - }, - { - "cik": 23795, - "symbol": "cto", - "name": "cto realty growth inc" - }, - { - "cik": 1340476, - "symbol": "drtt", - "name": "dirtt environmental solutions ltd" - }, - { - "cik": 1517496, - "symbol": "wbai", - "name": "500com ltd" - }, - { - "cik": 766011, - "symbol": "cmcl", - "name": "caledonia mining corp plc" - }, - { - "cik": 1227636, - "symbol": "stim", - "name": "neuronetics inc" - }, - { - "cik": 1074902, - "symbol": "lcnb", - "name": "lcnb corp" - }, - { - "cik": 1127371, - "symbol": "cvcy", - "name": "central valley community bancorp" - }, - { - "cik": 1723866, - "symbol": "sic", - "name": "select interior concepts inc" - }, - { - "cik": 1064728, - "symbol": "btu", - "name": "peabody energy corp" - }, - { - "cik": 904112, - "symbol": "msd", - "name": "morgan stanley emerging markets debt fund inc" - }, - { - "cik": 1353613, - "symbol": "fxy", - "name": "invesco currencyshares japanese yen trust" - }, - { - "cik": 1807983, - "symbol": "mdnaf", - "name": "medicenna therapeutics corp" - }, - { - "cik": 1635650, - "symbol": "gpp", - "name": "green plains partners lp" - }, - { - "cik": 1383395, - "symbol": "sqns", - "name": "sequans communications" - }, - { - "cik": 1743745, - "symbol": "gnln", - "name": "greenlane holdings inc" - }, - { - "cik": 1089511, - "symbol": "alsk", - "name": "alaska communications systems group inc" - }, - { - "cik": 1415916, - "symbol": "gmlpp", - "name": "golar lng partners lp" - }, - { - "cik": 1018735, - "symbol": "nymx", - "name": "nymox pharmaceutical corp" - }, - { - "cik": 789933, - "symbol": "nc", - "name": "nacco industries inc" - }, - { - "cik": 1513789, - "symbol": "fif", - "name": "first trust energy infrastructure fund" - }, - { - "cik": 1137390, - "symbol": "bny", - "name": "blackrock new york municipal income trust" - }, - { - "cik": 1561743, - "symbol": "kin", - "name": "kindred biosciences inc" - }, - { - "cik": 70415, - "symbol": "gpx", - "name": "gp strategies corp" - }, - { - "cik": 1315399, - "symbol": "pkbk", - "name": "parke bancorp inc" - }, - { - "cik": 793040, - "symbol": "ecf", - "name": "ellsworth growth & income fund ltd" - }, - { - "cik": 18255, - "symbol": "cato", - "name": "cato corp" - }, - { - "cik": 1734262, - "symbol": "ctk", - "name": "cootek(cayman)inc" - }, - { - "cik": 1316463, - "symbol": "glq", - "name": "clough global equity fund" - }, - { - "cik": 1587264, - "symbol": "salt", - "name": "scorpio bulkers inc" - }, - { - "cik": 1646188, - "symbol": "ondsd", - "name": "ondas holdings inc" - }, - { - "cik": 1481792, - "symbol": "quad", - "name": "quad graphics inc" - }, - { - "cik": 1383084, - "symbol": "dbb", - "name": "invesco db base metals fund" - }, - { - "cik": 885508, - "symbol": "strs", - "name": "stratus properties inc" - }, - { - "cik": 1368365, - "symbol": "mark", - "name": "remark holdings inc" - }, - { - "cik": 911147, - "symbol": "cnty", - "name": "century casinos inc co" - }, - { - "cik": 833040, - "symbol": "ft", - "name": "franklin universal trust" - }, - { - "cik": 908311, - "symbol": "cmctp", - "name": "cim commercial trust corp" - }, - { - "cik": 1743102, - "symbol": "jfin", - "name": "jiayin group inc" - }, - { - "cik": 1722890, - "symbol": "tlc", - "name": "taiwan liposome company ltd" - }, - { - "cik": 1651407, - "symbol": "ckpt", - "name": "checkpoint therapeutics inc" - }, - { - "cik": 716605, - "symbol": "pwod", - "name": "penns woods bancorp inc" - }, - { - "cik": 1437226, - "symbol": "mhh", - "name": "mastech digital inc" - }, - { - "cik": 1228454, - "symbol": "bcbp", - "name": "bcb bancorp inc" - }, - { - "cik": 811831, - "symbol": "nbn", - "name": "northeast bancorp me" - }, - { - "cik": 1703489, - "symbol": "pdlb", - "name": "pdl community bancorp" - }, - { - "cik": 1807594, - "symbol": "mlacw", - "name": "malacca straits acquisition co ltd" - }, - { - "cik": 1095435, - "symbol": "ptged", - "name": "portage biotech inc" - }, - { - "cik": 759866, - "symbol": "jhs", - "name": "john hancock income securities trust" - }, - { - "cik": 928340, - "symbol": "cwco", - "name": "consolidated water co ltd" - }, - { - "cik": 1606457, - "symbol": "atto", - "name": "atento sa" - }, - { - "cik": 1419536, - "symbol": "cbnk", - "name": "capital bancorp inc" - }, - { - "cik": 1049606, - "symbol": "cix", - "name": "compx international inc" - }, - { - "cik": 1173281, - "symbol": "nbse", - "name": "neubase therapeutics inc" - }, - { - "cik": 1010559, - "symbol": "eskyf", - "name": "eskay mining corp" - }, - { - "cik": 1290149, - "symbol": "srra", - "name": "sierra oncology inc" - }, - { - "cik": 1701809, - "symbol": "cbh", - "name": "allianzgi convertible & income 2024 target term fund" - }, - { - "cik": 1624422, - "symbol": "eryp", - "name": "erytech pharma sa" - }, - { - "cik": 1509646, - "symbol": "feng", - "name": "phoenix new media ltd" - }, - { - "cik": 1820201, - "symbol": "sgamw", - "name": "seaport global acquisition corp" - }, - { - "cik": 839122, - "symbol": "dmf", - "name": "bny mellon municipal income inc" - }, - { - "cik": 1630805, - "symbol": "bw", - "name": "babcock & wilcox enterprises inc" - }, - { - "cik": 1040896, - "symbol": "idn", - "name": "intellicheck inc" - }, - { - "cik": 897429, - "symbol": "chs", - "name": "chicos fas inc" - }, - { - "cik": 1307579, - "symbol": "liqt", - "name": "liqtech international inc" - }, - { - "cik": 1691221, - "symbol": "frsx", - "name": "foresight autonomous holdings ltd" - }, - { - "cik": 1210618, - "symbol": "spi", - "name": "spi energy co ltd" - }, - { - "cik": 1058623, - "symbol": "cmls", - "name": "cumulus media inc" - }, - { - "cik": 71829, - "symbol": "nr", - "name": "newpark resources inc" - }, - { - "cik": 1602658, - "symbol": "istr", - "name": "investar holding corp" - }, - { - "cik": 1710366, - "symbol": "ceix", - "name": "consol energy inc" - }, - { - "cik": 1760683, - "symbol": "esscu", - "name": "east stone acquisition corp" - }, - { - "cik": 1784851, - "symbol": "gleo", - "name": "galileo acquisition corp" - }, - { - "cik": 1650101, - "symbol": "atxg", - "name": "addentax group corp" - }, - { - "cik": 1116284, - "symbol": "exfo", - "name": "exfo inc" - }, - { - "cik": 1595248, - "symbol": "gnpx", - "name": "genprex inc" - }, - { - "cik": 1141807, - "symbol": "fccy", - "name": "1st constitution bancorp" - }, - { - "cik": 1419242, - "symbol": "at", - "name": "atlantic power corp" - }, - { - "cik": 1730984, - "symbol": "bcml", - "name": "baycom corp" - }, - { - "cik": 1548187, - "symbol": "soly", - "name": "soliton inc" - }, - { - "cik": 1592560, - "symbol": "tedu", - "name": "tarena international inc" - }, - { - "cik": 1723935, - "symbol": "stg", - "name": "sunlands technology group" - }, - { - "cik": 1408534, - "symbol": "fgbi", - "name": "first guaranty bancshares inc" - }, - { - "cik": 892992, - "symbol": "naz", - "name": "nuveen arizona quality municipal income fund" - }, - { - "cik": 1767837, - "symbol": "rmbi", - "name": "richmond mutual bancorporation inc" - }, - { - "cik": 1089872, - "symbol": "gaia", - "name": "gaia inc" - }, - { - "cik": 75208, - "symbol": "osg", - "name": "overseas shipholding group inc" - }, - { - "cik": 1633441, - "symbol": "seco", - "name": "secoo holding ltd" - }, - { - "cik": 1551949, - "symbol": "ggm", - "name": "guggenheim credit allocation fund" - }, - { - "cik": 1500213, - "symbol": "sifi", - "name": "si financial group inc" - }, - { - "cik": 1634432, - "symbol": "sbbp", - "name": "strongbridge biopharma plc" - }, - { - "cik": 1507713, - "symbol": "aunff", - "name": "aurcana corp" - }, - { - "cik": 1001902, - "symbol": "ivac", - "name": "intevac inc" - }, - { - "cik": 1785494, - "symbol": "wbqnl", - "name": "woodbridge liquidation trust" - }, - { - "cik": 920427, - "symbol": "unty", - "name": "unity bancorp inc nj" - }, - { - "cik": 1158780, - "symbol": "psti", - "name": "pluristem therapeutics inc" - }, - { - "cik": 1522807, - "symbol": "inf", - "name": "brookfield global listed infrastructure income fund inc" - }, - { - "cik": 1512931, - "symbol": "mrccl", - "name": "monroe capital corp" - }, - { - "cik": 1704299, - "symbol": "teaf", - "name": "tortoise essential assets income term fund" - }, - { - "cik": 1821586, - "symbol": "hlxa", - "name": "helix acquisition corp" - }, - { - "cik": 1171486, - "symbol": "nrp", - "name": "natural resource partners lp" - }, - { - "cik": 1642380, - "symbol": "ocx", - "name": "oncocyte corp" - }, - { - "cik": 42316, - "symbol": "gv", - "name": "goldfield corp" - }, - { - "cik": 1749797, - "symbol": "cih", - "name": "china index holdings ltd" - }, - { - "cik": 884269, - "symbol": "apt", - "name": "alpha pro tech ltd" - }, - { - "cik": 1035092, - "symbol": "shbi", - "name": "shore bancshares inc" - }, - { - "cik": 1721386, - "symbol": "lfacw", - "name": "lf capital acquisition corp" - }, - { - "cik": 1343793, - "symbol": "bta", - "name": "blackrock long-term municipal advantage trust" - }, - { - "cik": 1255821, - "symbol": "jdd", - "name": "nuveen diversified dividend & income fund" - }, - { - "cik": 1058234, - "symbol": "mus", - "name": "blackrock muniholdings quality fund inc" - }, - { - "cik": 1126741, - "symbol": "gsit", - "name": "gsi technology inc" - }, - { - "cik": 14177, - "symbol": "brid", - "name": "bridgford foods corp" - }, - { - "cik": 1517130, - "symbol": "pme", - "name": "pingtan marine enterprise ltd" - }, - { - "cik": 64472, - "symbol": "genc", - "name": "gencor industries inc" - }, - { - "cik": 1038190, - "symbol": "muh", - "name": "blackrock muniholdings fund ii inc" - }, - { - "cik": 1504234, - "symbol": "bgx", - "name": "blackstone long-short credit income fund" - }, - { - "cik": 1512717, - "symbol": "thtx", - "name": "theratechnologies inc" - }, - { - "cik": 1393726, - "symbol": "tipt", - "name": "tiptree inc" - }, - { - "cik": 1163792, - "symbol": "wea", - "name": "western asset premier bond fund" - }, - { - "cik": 1123494, - "symbol": "hbio", - "name": "harvard bioscience inc" - }, - { - "cik": 1167467, - "symbol": "bbk", - "name": "blackrock municipal bond trust" - }, - { - "cik": 1698530, - "symbol": "xcur", - "name": "exicure inc" - }, - { - "cik": 1816736, - "symbol": "gmni", - "name": "fs development corp" - }, - { - "cik": 882071, - "symbol": "pfo", - "name": "flaherty & crumrine preferred & income opportunity fund inc" - }, - { - "cik": 1364125, - "symbol": "wrn", - "name": "western copper & gold corp" - }, - { - "cik": 1492674, - "symbol": "ttoo", - "name": "t2 biosystems inc" - }, - { - "cik": 1705843, - "symbol": "clxt", - "name": "calyxt inc" - }, - { - "cik": 844959, - "symbol": "hlan", - "name": "heartland banccorp" - }, - { - "cik": 1007330, - "symbol": "prgx", - "name": "prgx global inc" - }, - { - "cik": 1158172, - "symbol": "scor", - "name": "comscore inc" - }, - { - "cik": 810766, - "symbol": "cik", - "name": "credit suisse asset management income fund inc" - }, - { - "cik": 806279, - "symbol": "cvly", - "name": "codorus valley bancorp inc" - }, - { - "cik": 1164771, - "symbol": "ndmlf", - "name": "northern dynasty minerals ltd" - }, - { - "cik": 1636651, - "symbol": "ovid", - "name": "ovid therapeutics inc" - }, - { - "cik": 1783407, - "symbol": "lizi", - "name": "lizhi inc" - }, - { - "cik": 702513, - "symbol": "boch", - "name": "bank of commerce holdings" - }, - { - "cik": 1157647, - "symbol": "wneb", - "name": "western new england bancorp inc" - }, - { - "cik": 1263762, - "symbol": "slct", - "name": "select bancorp inc" - }, - { - "cik": 1199004, - "symbol": "fmn", - "name": "federated hermes premier municipal income fund" - }, - { - "cik": 1425292, - "symbol": "uan", - "name": "cvr partners lp" - }, - { - "cik": 1679033, - "symbol": "jpt", - "name": "nuveen preferred & income 2022 term fund" - }, - { - "cik": 830122, - "symbol": "pico", - "name": "pico holdings inc new" - }, - { - "cik": 794929, - "symbol": "ctvz", - "name": "cinderella target value zones inc" - }, - { - "cik": 860489, - "symbol": "cee", - "name": "central & eastern europe fund inc" - }, - { - "cik": 1383057, - "symbol": "dbp", - "name": "invesco db precious metals fund" - }, - { - "cik": 1785592, - "symbol": "mcmjw", - "name": "merida merger corp i" - }, - { - "cik": 1325879, - "symbol": "aveo", - "name": "aveo pharmaceuticals inc" - }, - { - "cik": 834285, - "symbol": "frbk", - "name": "republic first bancorp inc" - }, - { - "cik": 1570937, - "symbol": "atao", - "name": "altair international corp" - }, - { - "cik": 1137883, - "symbol": "bcli", - "name": "brainstorm cell therapeutics inc" - }, - { - "cik": 1623360, - "symbol": "mrge", - "name": "mirage energy corp" - }, - { - "cik": 7039, - "symbol": "trec", - "name": "trecora resources" - }, - { - "cik": 1318885, - "symbol": "dsx", - "name": "diana shipping inc" - }, - { - "cik": 1712641, - "symbol": "bfra", - "name": "biofrontera ag" - }, - { - "cik": 1485003, - "symbol": "sesn", - "name": "sesen bio inc" - }, - { - "cik": 1602813, - "symbol": "frtg", - "name": "frontera group inc" - }, - { - "cik": 318673, - "symbol": "snfca", - "name": "security national financial corp" - }, - { - "cik": 1035354, - "symbol": "elox", - "name": "eloxx pharmaceuticals inc" - }, - { - "cik": 830487, - "symbol": "mhf", - "name": "western asset municipal high income fund inc" - }, - { - "cik": 106532, - "symbol": "weys", - "name": "weyco group inc" - }, - { - "cik": 1509397, - "symbol": "lomlf", - "name": "lion one metals ltd" - }, - { - "cik": 831609, - "symbol": "cxxif", - "name": "c21 investments inc" - }, - { - "cik": 1517498, - "symbol": "ewlu", - "name": "merion inc" - }, - { - "cik": 77159, - "symbol": "pvac", - "name": "penn virginia corp" - }, - { - "cik": 9521, - "symbol": "bcv", - "name": "bancroft fund ltd" - }, - { - "cik": 1382230, - "symbol": "essa", - "name": "essa bancorp inc" - }, - { - "cik": 1332943, - "symbol": "iga", - "name": "voya global advantage & premium opportunity fund" - }, - { - "cik": 842517, - "symbol": "isba", - "name": "isabella bank corp" - }, - { - "cik": 1594204, - "symbol": "rbtk", - "name": "zhen ding resources inc" - }, - { - "cik": 788920, - "symbol": "pdex", - "name": "pro dex inc" - }, - { - "cik": 1571776, - "symbol": "chmi", - "name": "cherry hill mortgage investment corp" - }, - { - "cik": 1556727, - "symbol": "fnwb", - "name": "first northwest bancorp" - }, - { - "cik": 763563, - "symbol": "chmg", - "name": "chemung financial corp" - }, - { - "cik": 1575434, - "symbol": "very", - "name": "vericity inc" - }, - { - "cik": 1759774, - "symbol": "pstl", - "name": "postal realty trust inc" - }, - { - "cik": 1712189, - "symbol": "thwww", - "name": "target hospitality corp" - }, - { - "cik": 318306, - "symbol": "abeo", - "name": "abeona therapeutics inc" - }, - { - "cik": 1099941, - "symbol": "mvc", - "name": "mvc capital inc" - }, - { - "cik": 1819794, - "symbol": "htoow", - "name": "fusion fuel green plc" - }, - { - "cik": 1527613, - "symbol": "nuze", - "name": "nuzee inc" - }, - { - "cik": 1720025, - "symbol": "algr", - "name": "allegro merger corp" - }, - { - "cik": 1423869, - "symbol": "pcb", - "name": "pcb bancorp" - }, - { - "cik": 1583648, - "symbol": "pirs", - "name": "pieris pharmaceuticals inc" - }, - { - "cik": 1213809, - "symbol": "dyai", - "name": "dyadic international inc" - }, - { - "cik": 1492915, - "symbol": "stnd", - "name": "standard avb financial corp" - }, - { - "cik": 1166663, - "symbol": "tnp", - "name": "tsakos energy navigation ltd" - }, - { - "cik": 1772177, - "symbol": "krus", - "name": "kura sushi usa inc" - }, - { - "cik": 1671584, - "symbol": "apvo", - "name": "aptevo therapeutics inc" - }, - { - "cik": 1649752, - "symbol": "nmgrf", - "name": "nouveau monde mining enterprises inc" - }, - { - "cik": 1678746, - "symbol": "bomh", - "name": "boomer holdings inc" - }, - { - "cik": 1656053, - "symbol": "taqr", - "name": "traqer corp" - }, - { - "cik": 1574085, - "symbol": "bhr", - "name": "braemar hotels & resorts inc" - }, - { - "cik": 1521951, - "symbol": "fbiz", - "name": "first business financial services inc" - }, - { - "cik": 1171838, - "symbol": "sund", - "name": "sundance strategies inc" - }, - { - "cik": 1478102, - "symbol": "dmo", - "name": "western asset mortgage opportunity fund inc" - }, - { - "cik": 319654, - "symbol": "pbt", - "name": "permian basin royalty trust" - }, - { - "cik": 1401040, - "symbol": "dmac", - "name": "diamedica therapeutics inc" - }, - { - "cik": 1083743, - "symbol": "flux", - "name": "flux power holdings inc" - }, - { - "cik": 1557265, - "symbol": "prlvx", - "name": "sharespost 100 fund" - }, - { - "cik": 1412707, - "symbol": "levlp", - "name": "level one bancorp inc" - }, - { - "cik": 1323648, - "symbol": "esxb", - "name": "community bankers trust corp" - }, - { - "cik": 1484565, - "symbol": "slno", - "name": "soleno therapeutics inc" - }, - { - "cik": 1769256, - "symbol": "qk", - "name": "q&k international group ltd" - }, - { - "cik": 1072725, - "symbol": "gdrzf", - "name": "gold reserve inc" - }, - { - "cik": 1365038, - "symbol": "leaf", - "name": "leaf group ltd" - }, - { - "cik": 352825, - "symbol": "fstr", - "name": "foster l b co" - }, - { - "cik": 855874, - "symbol": "tcfc", - "name": "community financial corp md" - }, - { - "cik": 88790, - "symbol": "iin", - "name": "intricon corp" - }, - { - "cik": 1327607, - "symbol": "myfw", - "name": "first western financial inc" - }, - { - "cik": 845606, - "symbol": "cxe", - "name": "mfs high income municipal trust" - }, - { - "cik": 1437424, - "symbol": "poetf", - "name": "poet technologies inc" - }, - { - "cik": 1820727, - "symbol": "mudsu", - "name": "mudrick capital acquisition corp ii" - }, - { - "cik": 1621832, - "symbol": "aqms", - "name": "aqua metals inc" - }, - { - "cik": 1274737, - "symbol": "xgn", - "name": "exagen inc" - }, - { - "cik": 1560672, - "symbol": "earn", - "name": "ellington residential mortgage reit" - }, - { - "cik": 818850, - "symbol": "nny", - "name": "nuveen new york municipal value fund inc" - }, - { - "cik": 750574, - "symbol": "aubn", - "name": "auburn national bancorporation inc" - }, - { - "cik": 862651, - "symbol": "invu", - "name": "investview inc" - }, - { - "cik": 31107, - "symbol": "eml", - "name": "eastern co" - }, - { - "cik": 1738758, - "symbol": "gsmgw", - "name": "glory star new media group holdings ltd" - }, - { - "cik": 1093672, - "symbol": "pebk", - "name": "peoples bancorp of north carolina inc" - }, - { - "cik": 861838, - "symbol": "idra", - "name": "idera pharmaceuticals inc" - }, - { - "cik": 1388320, - "symbol": "atnww", - "name": "actinium pharmaceuticals inc" - }, - { - "cik": 1537917, - "symbol": "tyme", - "name": "tyme technologies inc" - }, - { - "cik": 75398, - "symbol": "pai", - "name": "western asset investment grade income fund inc" - }, - { - "cik": 1673481, - "symbol": "tdacw", - "name": "trident acquisitions corp" - }, - { - "cik": 1641489, - "symbol": "vtvt", - "name": "vtv therapeutics inc" - }, - { - "cik": 1402829, - "symbol": "orn", - "name": "orion group holdings inc" - }, - { - "cik": 898770, - "symbol": "smed", - "name": "sharps compliance corp" - }, - { - "cik": 759828, - "symbol": "jhi", - "name": "john hancock investors trust" - }, - { - "cik": 1708688, - "symbol": "ifrx", - "name": "inflarx nv" - }, - { - "cik": 1644903, - "symbol": "ycbd", - "name": "cbdmd inc" - }, - { - "cik": 928054, - "symbol": "ftk", - "name": "flotek industries inc cn" - }, - { - "cik": 1823882, - "symbol": "nba", - "name": "new beginnings acquisition corp" - }, - { - "cik": 1754824, - "symbol": "samaw", - "name": "schultze special purpose acquisition corp" - }, - { - "cik": 1040161, - "symbol": "pxlw", - "name": "pixelworks inc" - }, - { - "cik": 1615063, - "symbol": "inse", - "name": "inspired entertainment inc" - }, - { - "cik": 1796303, - "symbol": "rochu", - "name": "roth ch acquisition i co" - }, - { - "cik": 1531031, - "symbol": "esq", - "name": "esquire financial holdings inc" - }, - { - "cik": 1569083, - "symbol": "cqcq", - "name": "makingorg inc" - }, - { - "cik": 1272842, - "symbol": "airg", - "name": "airgain inc" - }, - { - "cik": 811922, - "symbol": "mgf", - "name": "mfs government markets income trust" - }, - { - "cik": 1437925, - "symbol": "gmgid", - "name": "golden matrix group inc" - }, - { - "cik": 895658, - "symbol": "vmm", - "name": "delaware investments minnesota municipal income fund ii inc" - }, - { - "cik": 1010134, - "symbol": "ictsf", - "name": "icts international n v" - }, - { - "cik": 1501078, - "symbol": "ofed", - "name": "oconee federal financial corp" - }, - { - "cik": 1594686, - "symbol": "wpg", - "name": "washington prime group inc" - }, - { - "cik": 1259429, - "symbol": "oxsq", - "name": "oxford square capital corp" - }, - { - "cik": 1501072, - "symbol": "riv", - "name": "rivernorth opportunities fund inc" - }, - { - "cik": 1310114, - "symbol": "srev", - "name": "servicesource international inc" - }, - { - "cik": 1797099, - "symbol": "ptk", - "name": "ptk acquisition corp" - }, - { - "cik": 842518, - "symbol": "evbn", - "name": "evans bancorp inc" - }, - { - "cik": 771856, - "symbol": "csbr", - "name": "champions oncology inc" - }, - { - "cik": 1096950, - "symbol": "mdtr", - "name": "advanced container technologies inc" - }, - { - "cik": 1478069, - "symbol": "cfrx", - "name": "contrafect corp" - }, - { - "cik": 1604950, - "symbol": "scph", - "name": "scpharmaceuticals inc" - }, - { - "cik": 1016838, - "symbol": "rdcm", - "name": "radcom ltd" - }, - { - "cik": 1682639, - "symbol": "eyen", - "name": "eyenovia inc" - }, - { - "cik": 1478454, - "symbol": "ebmt", - "name": "eagle bancorp montana inc" - }, - { - "cik": 1431567, - "symbol": "ovly", - "name": "oak valley bancorp" - }, - { - "cik": 1041934, - "symbol": "edap", - "name": "edap tms sa" - }, - { - "cik": 1035976, - "symbol": "fncb", - "name": "fncb bancorp inc" - }, - { - "cik": 1598655, - "symbol": "glop", - "name": "gaslog partners lp" - }, - { - "cik": 1505732, - "symbol": "bwfg", - "name": "bankwell financial group inc" - }, - { - "cik": 1797336, - "symbol": "ayla", - "name": "ayala pharmaceuticals inc" - }, - { - "cik": 948320, - "symbol": "cvlbd", - "name": "conversion labs inc" - }, - { - "cik": 917470, - "symbol": "zeus", - "name": "olympic steel inc" - }, - { - "cik": 893847, - "symbol": "hwbk", - "name": "hawthorn bancshares inc" - }, - { - "cik": 1602706, - "symbol": "lngb", - "name": "kaopu group inc" - }, - { - "cik": 1796129, - "symbol": "lsacu", - "name": "vincera pharma inc" - }, - { - "cik": 1721741, - "symbol": "lazy", - "name": "lazydays holdings inc" - }, - { - "cik": 716314, - "symbol": "ghm", - "name": "graham corp" - }, - { - "cik": 1124105, - "symbol": "cbio", - "name": "catalyst biosciences inc" - }, - { - "cik": 1506184, - "symbol": "immp", - "name": "immutep ltd" - }, - { - "cik": 1470205, - "symbol": "icbk", - "name": "county bancorp inc" - }, - { - "cik": 1371489, - "symbol": "iii", - "name": "information services group inc" - }, - { - "cik": 1435508, - "symbol": "fsfg", - "name": "first savings financial group inc" - }, - { - "cik": 1596812, - "symbol": "orpn", - "name": "enlivex therapeutics ltd" - }, - { - "cik": 1500242, - "symbol": "ubia", - "name": "ubi blockchain internet ltd-de" - }, - { - "cik": 1519505, - "symbol": "hie", - "name": "miller howard high income equity fund" - }, - { - "cik": 894351, - "symbol": "mnp", - "name": "western asset municipal partners fund inc" - }, - { - "cik": 1392326, - "symbol": "cplp", - "name": "capital product partners lp" - }, - { - "cik": 1824119, - "symbol": "jyac", - "name": "jiya acquisition corp" - }, - { - "cik": 903651, - "symbol": "inod", - "name": "innodata inc" - }, - { - "cik": 1512228, - "symbol": "niobf", - "name": "niocorp developments ltd" - }, - { - "cik": 1260968, - "symbol": "mrln", - "name": "marlin business services corp" - }, - { - "cik": 1101396, - "symbol": "dla", - "name": "delta apparel inc" - }, - { - "cik": 1711754, - "symbol": "inmb", - "name": "inmune bio inc" - }, - { - "cik": 1003201, - "symbol": "mmac", - "name": "mma capital holdings inc" - }, - { - "cik": 1289868, - "symbol": "mcn", - "name": "madison covered call & equity strategy fund" - }, - { - "cik": 1132571, - "symbol": "fuaif", - "name": "funai electric co ltd" - }, - { - "cik": 1095315, - "symbol": "pfsw", - "name": "pfsweb inc" - }, - { - "cik": 1622996, - "symbol": "acbm", - "name": "acro biomedical co ltd" - }, - { - "cik": 854800, - "symbol": "mict", - "name": "mict inc" - }, - { - "cik": 1133416, - "symbol": "galt", - "name": "galectin therapeutics inc" - }, - { - "cik": 808326, - "symbol": "emkr", - "name": "emcore corp" - }, - { - "cik": 1108320, - "symbol": "smtx", - "name": "smtc corp" - }, - { - "cik": 1496292, - "symbol": "ihd", - "name": "voya emerging markets high dividend equity fund" - }, - { - "cik": 767405, - "symbol": "sbfg", - "name": "sb financial group inc" - }, - { - "cik": 849146, - "symbol": "lfvn", - "name": "lifevantage corp" - }, - { - "cik": 1667489, - "symbol": "lsyn", - "name": "liberated syndication inc" - }, - { - "cik": 1532158, - "symbol": "rebl", - "name": "rebel group inc" - }, - { - "cik": 29669, - "symbol": "rrd", - "name": "rr donnelley & sons co" - }, - { - "cik": 1059213, - "symbol": "dni", - "name": "dividend & income fund" - }, - { - "cik": 1635881, - "symbol": "extn", - "name": "exterran corp" - }, - { - "cik": 1001115, - "symbol": "geos", - "name": "geospace technologies corp" - }, - { - "cik": 1622148, - "symbol": "hglb", - "name": "highland global allocation fund" - }, - { - "cik": 1780262, - "symbol": "nbacw", - "name": "newborn acquisition corp" - }, - { - "cik": 31667, - "symbol": "educ", - "name": "educational development corp" - }, - { - "cik": 1496749, - "symbol": "heq", - "name": "john hancock hedged equity & income fund" - }, - { - "cik": 1514490, - "symbol": "rgt", - "name": "royce global value trust inc" - }, - { - "cik": 1335112, - "symbol": "weyl", - "name": "logiq inc" - }, - { - "cik": 1651094, - "symbol": "elvt", - "name": "elevate credit inc" - }, - { - "cik": 1113148, - "symbol": "infi", - "name": "infinity pharmaceuticals inc" - }, - { - "cik": 1570562, - "symbol": "eols", - "name": "evolus inc" - }, - { - "cik": 836147, - "symbol": "mbcn", - "name": "middlefield banc corp" - }, - { - "cik": 1676852, - "symbol": "omws", - "name": "omnia wellness inc" - }, - { - "cik": 1509745, - "symbol": "lptx", - "name": "leap therapeutics inc" - }, - { - "cik": 1137392, - "symbol": "bbf", - "name": "blackrock municipal income investment trust" - }, - { - "cik": 1752036, - "symbol": "calb", - "name": "california bancorp" - }, - { - "cik": 1746967, - "symbol": "rmi", - "name": "rivernorth opportunistic municipal income fund inc" - }, - { - "cik": 36506, - "symbol": "mfnc", - "name": "mackinac financial corp mi" - }, - { - "cik": 711669, - "symbol": "cban", - "name": "colony bankcorp inc" - }, - { - "cik": 1084991, - "symbol": "ngs", - "name": "natural gas services group inc" - }, - { - "cik": 1821318, - "symbol": "otraw", - "name": "otr acquisition corp" - }, - { - "cik": 65596, - "symbol": "sieb", - "name": "siebert financial corp" - }, - { - "cik": 1501103, - "symbol": "edf", - "name": "stone harbor emerging markets income fund" - }, - { - "cik": 1509223, - "symbol": "renn", - "name": "renren inc" - }, - { - "cik": 1472072, - "symbol": "ccm", - "name": "concord medical services holdings ltd" - }, - { - "cik": 1530766, - "symbol": "bsgm", - "name": "biosig technologies inc" - }, - { - "cik": 1372807, - "symbol": "ptmn", - "name": "portman ridge finance corp" - }, - { - "cik": 886136, - "symbol": "sga", - "name": "saga communications inc" - }, - { - "cik": 1739174, - "symbol": "phge", - "name": "biomx inc" - }, - { - "cik": 897419, - "symbol": "nmt", - "name": "nuveen massachusetts quality municipal income fund" - }, - { - "cik": 1490286, - "symbol": "ntg", - "name": "tortoise midstream energy fund inc" - }, - { - "cik": 716634, - "symbol": "rdib", - "name": "reading international inc" - }, - { - "cik": 1114927, - "symbol": "fnrn", - "name": "first northern community bancorp" - }, - { - "cik": 1328143, - "symbol": "adms", - "name": "adamas pharmaceuticals inc" - }, - { - "cik": 1474903, - "symbol": "bgsf", - "name": "bg staffing inc" - }, - { - "cik": 1527728, - "symbol": "enob", - "name": "enochian biosciences inc" - }, - { - "cik": 855683, - "symbol": "mlss", - "name": "milestone scientific inc" - }, - { - "cik": 1578987, - "symbol": "banx", - "name": "stonecastle financial corp" - }, - { - "cik": 1681348, - "symbol": "vvpr", - "name": "vivopower international plc" - }, - { - "cik": 900391, - "symbol": "ntz", - "name": "natuzzi s p a" - }, - { - "cik": 1360214, - "symbol": "hrow", - "name": "harrow health inc" - }, - { - "cik": 1410428, - "symbol": "xspa", - "name": "xpresspa group inc" - }, - { - "cik": 1637558, - "symbol": "ccr", - "name": "consol coal resources lp" - }, - { - "cik": 1509253, - "symbol": "jsd", - "name": "nuveen short duration credit opportunities fund" - }, - { - "cik": 1574565, - "symbol": "evgn", - "name": "evogene ltd" - }, - { - "cik": 1305323, - "symbol": "zvo", - "name": "zovio inc" - }, - { - "cik": 1704760, - "symbol": "avctw", - "name": "american virtual cloud technologies inc" - }, - { - "cik": 1302624, - "symbol": "fam", - "name": "first trust aberdeen global opportunity income fund" - }, - { - "cik": 1419275, - "symbol": "grbx", - "name": "greenbox pos" - }, - { - "cik": 1636050, - "symbol": "axgt", - "name": "sio gene therapies inc" - }, - { - "cik": 1528811, - "symbol": "vgi", - "name": "virtus global multi-sector income fund" - }, - { - "cik": 890119, - "symbol": "nim", - "name": "nuveen select maturities municipal fund" - }, - { - "cik": 1177219, - "symbol": "nkg", - "name": "nuveen georgia quality municipal income fund" - }, - { - "cik": 1442999, - "symbol": "abti", - "name": "alterola biotech inc" - }, - { - "cik": 913341, - "symbol": "cffi", - "name": "c & f financial corp" - }, - { - "cik": 932781, - "symbol": "fcco", - "name": "first community corp sc" - }, - { - "cik": 1734520, - "symbol": "alya", - "name": "alithya group inc" - }, - { - "cik": 1579910, - "symbol": "resn", - "name": "resonant inc" - }, - { - "cik": 1713832, - "symbol": "hyre", - "name": "hyrecar inc" - }, - { - "cik": 889971, - "symbol": "lpth", - "name": "lightpath technologies inc" - }, - { - "cik": 1282648, - "symbol": "batl", - "name": "battalion oil corp" - }, - { - "cik": 1476963, - "symbol": "htbx", - "name": "heat biologics inc" - }, - { - "cik": 1327273, - "symbol": "lyra", - "name": "lyra therapeutics inc" - }, - { - "cik": 723646, - "symbol": "fraf", - "name": "franklin financial services corp pa" - }, - { - "cik": 350737, - "symbol": "obci", - "name": "ocean bio chem inc" - }, - { - "cik": 1457612, - "symbol": "gnca", - "name": "genocea biosciences inc" - }, - { - "cik": 1372299, - "symbol": "ocgn", - "name": "ocugen inc" - }, - { - "cik": 868278, - "symbol": "prph", - "name": "prophase labs inc" - }, - { - "cik": 882300, - "symbol": "sbi", - "name": "western asset intermediate muni fund inc" - }, - { - "cik": 1819576, - "symbol": "lqda", - "name": "liquidia corp" - }, - { - "cik": 1036044, - "symbol": "inve", - "name": "identiv inc" - }, - { - "cik": 911216, - "symbol": "ptn", - "name": "palatin technologies inc" - }, - { - "cik": 1232582, - "symbol": "aht", - "name": "ashford hospitality trust inc" - }, - { - "cik": 1351172, - "symbol": "lmnl", - "name": "liminal biosciences inc" - }, - { - "cik": 1265708, - "symbol": "jta", - "name": "nuveen tax advantaged total return strategy fund" - }, - { - "cik": 1303942, - "symbol": "bfin", - "name": "bankfinancial corp" - }, - { - "cik": 319655, - "symbol": "sjt", - "name": "san juan basin royalty trust" - }, - { - "cik": 1362481, - "symbol": "agd", - "name": "aberdeen global dynamic dividend fund" - }, - { - "cik": 943861, - "symbol": "gdp", - "name": "goodrich petroleum corp" - }, - { - "cik": 1285650, - "symbol": "cgo", - "name": "calamos global total return fund" - }, - { - "cik": 1181026, - "symbol": "baf", - "name": "blackrock municipal income investment quality trust" - }, - { - "cik": 1114925, - "symbol": "ltrx", - "name": "lantronix inc" - }, - { - "cik": 1708527, - "symbol": "azyo", - "name": "aziyo biologics inc" - }, - { - "cik": 1075736, - "symbol": "cxdo", - "name": "crexendo inc" - }, - { - "cik": 1057791, - "symbol": "rbycf", - "name": "rubicon minerals corp" - }, - { - "cik": 1750735, - "symbol": "mrbk", - "name": "meridian corp" - }, - { - "cik": 1140102, - "symbol": "hqi", - "name": "hirequest inc" - }, - { - "cik": 919864, - "symbol": "nwin", - "name": "northwest indiana bancorp" - }, - { - "cik": 1178253, - "symbol": "scyx", - "name": "scynexis inc" - }, - { - "cik": 1746129, - "symbol": "bsvn", - "name": "bank7 corp" - }, - { - "cik": 1209028, - "symbol": "aiw", - "name": "arlington asset investment corp" - }, - { - "cik": 1582982, - "symbol": "mtbcp", - "name": "mtbc inc" - }, - { - "cik": 1575659, - "symbol": "rtsl", - "name": "rapid therapeutic science laboratories inc" - }, - { - "cik": 831655, - "symbol": "mpv", - "name": "barings participation investors" - }, - { - "cik": 761648, - "symbol": "cdr", - "name": "cedar realty trust inc" - }, - { - "cik": 846596, - "symbol": "ksm", - "name": "dws strategic municipal income trust" - }, - { - "cik": 701719, - "symbol": "ela", - "name": "envela corp" - }, - { - "cik": 86115, - "symbol": "sfe", - "name": "safeguard scientifics inc" - }, - { - "cik": 1656634, - "symbol": "grts", - "name": "gritstone oncology inc" - }, - { - "cik": 866095, - "symbol": "jeq", - "name": "aberdeen japan equity fund inc" - }, - { - "cik": 1692376, - "symbol": "vel", - "name": "velocity financial inc" - }, - { - "cik": 879535, - "symbol": "dtf", - "name": "dtf tax-free income inc" - }, - { - "cik": 1606909, - "symbol": "panl", - "name": "pangaea logistics solutions ltd" - }, - { - "cik": 1296205, - "symbol": "zagg", - "name": "zagg inc" - }, - { - "cik": 1499832, - "symbol": "tsq", - "name": "townsquare media inc" - }, - { - "cik": 1590418, - "symbol": "fcuv", - "name": "focus universal inc" - }, - { - "cik": 1514281, - "symbol": "mitt", - "name": "ag mortgage investment trust inc" - }, - { - "cik": 908187, - "symbol": "pcm", - "name": "pcm fund inc" - }, - { - "cik": 1378701, - "symbol": "gdl", - "name": "gdl fund" - }, - { - "cik": 1162112, - "symbol": "rnet", - "name": "rignet inc" - }, - { - "cik": 1782037, - "symbol": "ygmz", - "name": "mingzhu logistics holdings ltd" - }, - { - "cik": 809844, - "symbol": "cmu", - "name": "mfs high yield municipal trust" - }, - { - "cik": 1398453, - "symbol": "xin", - "name": "xinyuan real estate co ltd" - }, - { - "cik": 1367859, - "symbol": "czwi", - "name": "citizens community bancorp inc" - }, - { - "cik": 1057083, - "symbol": "pcti", - "name": "pc tel inc" - }, - { - "cik": 840551, - "symbol": "tixxf", - "name": "titan medical inc" - }, - { - "cik": 1595097, - "symbol": "crbp", - "name": "corbus pharmaceuticals holdings inc" - }, - { - "cik": 1592016, - "symbol": "agfs", - "name": "agrofresh solutions inc" - }, - { - "cik": 1550603, - "symbol": "mlvf", - "name": "malvern bancorp inc" - }, - { - "cik": 1394319, - "symbol": "tcon", - "name": "tracon pharmaceuticals inc" - }, - { - "cik": 1693577, - "symbol": "mnsbp", - "name": "mainstreet bancshares inc" - }, - { - "cik": 1388126, - "symbol": "hnw", - "name": "pioneer diversified high income trust" - }, - { - "cik": 1168455, - "symbol": "plbc", - "name": "plumas bancorp" - }, - { - "cik": 1787414, - "symbol": "bsbk", - "name": "bogota financial corp" - }, - { - "cik": 1705338, - "symbol": "lov", - "name": "spark networks se" - }, - { - "cik": 1562151, - "symbol": "cwgl", - "name": "crimson wine group ltd" - }, - { - "cik": 1824884, - "symbol": "adocw", - "name": "edoc acquisition corp" - }, - { - "cik": 1000209, - "symbol": "mfinl", - "name": "medallion financial corp" - }, - { - "cik": 1685237, - "symbol": "tmrr", - "name": "temir corp" - }, - { - "cik": 832090, - "symbol": "dbcp", - "name": "partners bancorp" - }, - { - "cik": 1273441, - "symbol": "gte", - "name": "gran tierra energy inc" - }, - { - "cik": 1445942, - "symbol": "tmrc", - "name": "texas mineral resources corp" - }, - { - "cik": 1434754, - "symbol": "sb", - "name": "safe bulkers inc" - }, - { - "cik": 1687187, - "symbol": "metc", - "name": "ramaco resources inc" - }, - { - "cik": 891188, - "symbol": "mft", - "name": "blackrock muniyield investment quality fund" - }, - { - "cik": 1557376, - "symbol": "bpsr", - "name": "organicell regenerative medicine inc" - }, - { - "cik": 779336, - "symbol": "iaf", - "name": "aberdeen australia equity fund inc" - }, - { - "cik": 1332551, - "symbol": "xan", - "name": "exantas capital corp" - }, - { - "cik": 1746466, - "symbol": "eq", - "name": "equillium inc" - }, - { - "cik": 920465, - "symbol": "ljpc", - "name": "la jolla pharmaceutical co" - }, - { - "cik": 1376227, - "symbol": "ung", - "name": "united states natural gas fund lp" - }, - { - "cik": 1109546, - "symbol": "pmbc", - "name": "pacific mercantile bancorp" - }, - { - "cik": 1375205, - "symbol": "urg", - "name": "ur-energy inc" - }, - { - "cik": 1034594, - "symbol": "bayk", - "name": "bay banks of virginia inc" - }, - { - "cik": 1776067, - "symbol": "ocg", - "name": "oriental culture holding ltd" - }, - { - "cik": 1556266, - "symbol": "glg", - "name": "td holdings inc" - }, - { - "cik": 1170311, - "symbol": "pni", - "name": "pimco new york municipal income fund ii" - }, - { - "cik": 1813783, - "symbol": "vmar", - "name": "vision marine technologies inc" - }, - { - "cik": 1509261, - "symbol": "rzltd", - "name": "rezolute inc" - }, - { - "cik": 816332, - "symbol": "lybc", - "name": "lyons bancorp inc" - }, - { - "cik": 1539190, - "symbol": "sppp", - "name": "sprott physical platinum & palladium trust" - }, - { - "cik": 1173643, - "symbol": "trx", - "name": "tanzanian gold corp" - }, - { - "cik": 897802, - "symbol": "spe", - "name": "special opportunities fund inc" - }, - { - "cik": 845611, - "symbol": "gcv", - "name": "gabelli convertible & income securities fund inc" - }, - { - "cik": 1294404, - "symbol": "sfun", - "name": "fang holdings ltd" - }, - { - "cik": 1487839, - "symbol": "lkco", - "name": "luokung technology corp" - }, - { - "cik": 1715768, - "symbol": "tgan", - "name": "transphorm inc" - }, - { - "cik": 2178, - "symbol": "ae", - "name": "adams resources & energy inc" - }, - { - "cik": 1431922, - "symbol": "tsrmf", - "name": "treasury metals inc" - }, - { - "cik": 1273636, - "symbol": "agtc", - "name": "applied genetic technologies corp" - }, - { - "cik": 1279014, - "symbol": "erh", - "name": "wells fargo utilities & high income fund" - }, - { - "cik": 842013, - "symbol": "cglo", - "name": "coro global inc" - }, - { - "cik": 1573698, - "symbol": "eff", - "name": "eaton vance floating-rate income plus fund" - }, - { - "cik": 1137547, - "symbol": "ubfo", - "name": "united security bancshares" - }, - { - "cik": 1075706, - "symbol": "cizn", - "name": "citizens holding co ms" - }, - { - "cik": 808219, - "symbol": "mhgup", - "name": "meritage hospitality group inc" - }, - { - "cik": 1547341, - "symbol": "ctr", - "name": "clearbridge mlp & midstream total return fund inc" - }, - { - "cik": 1763950, - "symbol": "ltrn", - "name": "lantern pharma inc" - }, - { - "cik": 1627452, - "symbol": "mepw", - "name": "me renewable power corp" - }, - { - "cik": 1070680, - "symbol": "cfbk", - "name": "cf bankshares inc" - }, - { - "cik": 785557, - "symbol": "dlhc", - "name": "dlh holdings corp" - }, - { - "cik": 1754664, - "symbol": "aleaf", - "name": "aleafia health inc" - }, - { - "cik": 1006281, - "symbol": "plx", - "name": "protalix biotherapeutics inc" - }, - { - "cik": 884144, - "symbol": "asur", - "name": "asure software inc" - }, - { - "cik": 844538, - "symbol": "ntox", - "name": "notox technologies corp" - }, - { - "cik": 1585855, - "symbol": "ggz", - "name": "gabelli global small & mid cap value trust" - }, - { - "cik": 849145, - "symbol": "hgbl", - "name": "heritage global inc" - }, - { - "cik": 1823465, - "symbol": "fvam", - "name": "5:01 acquisition corp" - }, - { - "cik": 813623, - "symbol": "swz", - "name": "swiss helvetia fund inc" - }, - { - "cik": 706863, - "symbol": "unb", - "name": "union bankshares inc" - }, - { - "cik": 1723580, - "symbol": "bfiiw", - "name": "burgerfi international inc" - }, - { - "cik": 1497253, - "symbol": "onvo", - "name": "organovo holdings inc" - }, - { - "cik": 1701114, - "symbol": "aprn", - "name": "blue apron holdings inc" - }, - { - "cik": 1046995, - "symbol": "eman", - "name": "emagin corp" - }, - { - "cik": 1396167, - "symbol": "dex", - "name": "delaware enhanced global dividend & income fund" - }, - { - "cik": 1041368, - "symbol": "rvsb", - "name": "riverview bancorp inc" - }, - { - "cik": 1590496, - "symbol": "akom", - "name": "aerkomm inc" - }, - { - "cik": 1814067, - "symbol": "lxeh", - "name": "lixiang education holding co ltd" - }, - { - "cik": 1349436, - "symbol": "sd", - "name": "sandridge energy inc" - }, - { - "cik": 355019, - "symbol": "fonr", - "name": "fonar corp" - }, - { - "cik": 1482554, - "symbol": "hfus", - "name": "hartford great health corp" - }, - { - "cik": 1413119, - "symbol": "kblb", - "name": "kraig biocraft laboratories inc" - }, - { - "cik": 1460602, - "symbol": "orgs", - "name": "orgenesis inc" - }, - { - "cik": 1010470, - "symbol": "prov", - "name": "provident financial holdings inc" - }, - { - "cik": 1000232, - "symbol": "ktyb", - "name": "kentucky bancshares inc ky" - }, - { - "cik": 1725033, - "symbol": "xyf", - "name": "x financial" - }, - { - "cik": 894671, - "symbol": "ovbc", - "name": "ohio valley banc corp" - }, - { - "cik": 1533998, - "symbol": "drio", - "name": "dariohealth corp" - }, - { - "cik": 1637890, - "symbol": "cyad", - "name": "celyad oncology sa" - }, - { - "cik": 720154, - "symbol": "basi", - "name": "bioanalytical systems inc" - }, - { - "cik": 93205, - "symbol": "ltdh", - "name": "living 3d holdings inc" - }, - { - "cik": 836690, - "symbol": "issc", - "name": "innovative solutions & support inc" - }, - { - "cik": 1626971, - "symbol": "crvs", - "name": "corvus pharmaceuticals inc" - }, - { - "cik": 763907, - "symbol": "func", - "name": "first united corp md" - }, - { - "cik": 737875, - "symbol": "fkys", - "name": "first keystone corp" - }, - { - "cik": 1516899, - "symbol": "ytrof", - "name": "yatra online inc" - }, - { - "cik": 316253, - "symbol": "enz", - "name": "enzo biochem inc" - }, - { - "cik": 1401564, - "symbol": "ffnw", - "name": "first financial northwest inc" - }, - { - "cik": 783324, - "symbol": "vgz", - "name": "vista gold corp" - }, - { - "cik": 1667161, - "symbol": "rndb", - "name": "randolph bancorp inc" - }, - { - "cik": 1080319, - "symbol": "nwgi", - "name": "elys game technology corp" - }, - { - "cik": 49728, - "symbol": "iec", - "name": "iec electronics corp" - }, - { - "cik": 1578776, - "symbol": "pbip", - "name": "prudential bancorp inc" - }, - { - "cik": 1589420, - "symbol": "fpl", - "name": "first trust new opportunities mlp & energy fund" - }, - { - "cik": 896494, - "symbol": "mags", - "name": "magal security systems ltd" - }, - { - "cik": 839470, - "symbol": "wwr", - "name": "westwater resources inc" - }, - { - "cik": 1758736, - "symbol": "mkd", - "name": "molecular data inc" - }, - { - "cik": 1722010, - "symbol": "opbk", - "name": "op bancorp" - }, - { - "cik": 1644963, - "symbol": "atxi", - "name": "avenue therapeutics inc" - }, - { - "cik": 1427925, - "symbol": "acrx", - "name": "acelrx pharmaceuticals inc" - }, - { - "cik": 939930, - "symbol": "pyxsq", - "name": "pyxus international inc" - }, - { - "cik": 918580, - "symbol": "gpic", - "name": "gaming partners international corp" - }, - { - "cik": 1685316, - "symbol": "obsv", - "name": "obseva sa" - }, - { - "cik": 1598646, - "symbol": "nerv", - "name": "minerva neurosciences inc" - }, - { - "cik": 1141688, - "symbol": "lark", - "name": "landmark bancorp inc" - }, - { - "cik": 1604627, - "symbol": "kshb", - "name": "kushco holdings inc" - }, - { - "cik": 1518353, - "symbol": "nhvcf", - "name": "northern vertex mining corp" - }, - { - "cik": 1385818, - "symbol": "aytuz", - "name": "aytu bioscience inc" - }, - { - "cik": 1656501, - "symbol": "bwmyd", - "name": "borrowmoneycom inc" - }, - { - "cik": 1799850, - "symbol": "chaq", - "name": "chardan healthcare acquisition 2 corp" - }, - { - "cik": 750558, - "symbol": "qnbc", - "name": "qnb corp" - }, - { - "cik": 1092662, - "symbol": "cemi", - "name": "chembio diagnostics inc" - }, - { - "cik": 1779476, - "symbol": "krkr", - "name": "36kr holdings inc" - }, - { - "cik": 1603454, - "symbol": "celc", - "name": "celcuity inc" - }, - { - "cik": 1583682, - "symbol": "atbpd", - "name": "antibe therapeutics inc" - }, - { - "cik": 1755237, - "symbol": "cycn", - "name": "cyclerion therapeutics inc" - }, - { - "cik": 1318025, - "symbol": "pgp", - "name": "pimco global stocksplus & income fund" - }, - { - "cik": 1173313, - "symbol": "abvc", - "name": "american brivision (holding) corp" - }, - { - "cik": 846913, - "symbol": "ftek", - "name": "fuel tech inc" - }, - { - "cik": 1060219, - "symbol": "sal", - "name": "salisbury bancorp inc" - }, - { - "cik": 844965, - "symbol": "tti", - "name": "tetra technologies inc" - }, - { - "cik": 1605301, - "symbol": "cbfv", - "name": "cb financial services inc" - }, - { - "cik": 1195734, - "symbol": "pbpb", - "name": "potbelly corp" - }, - { - "cik": 1819113, - "symbol": "lsaq", - "name": "lifesci acquisition ii corp" - }, - { - "cik": 1464963, - "symbol": "tcrw", - "name": "first eagle alternative capital bdc inc" - }, - { - "cik": 1684144, - "symbol": "zom", - "name": "zomedica corp" - }, - { - "cik": 1762239, - "symbol": "kavl", - "name": "kaival brands innovations group inc" - }, - { - "cik": 1606163, - "symbol": "lmb", - "name": "limbach holdings inc" - }, - { - "cik": 1169245, - "symbol": "phas", - "name": "phasebio pharmaceuticals inc" - }, - { - "cik": 1593984, - "symbol": "mdwd", - "name": "mediwound ltd" - }, - { - "cik": 95552, - "symbol": "sup", - "name": "superior industries international inc" - }, - { - "cik": 1522767, - "symbol": "mrmd", - "name": "marimed inc" - }, - { - "cik": 6176, - "symbol": "ap", - "name": "ampco pittsburgh corp" - }, - { - "cik": 1165002, - "symbol": "whg", - "name": "westwood holdings group inc" - }, - { - "cik": 1500123, - "symbol": "inlb", - "name": "item 9 labs corp" - }, - { - "cik": 1757143, - "symbol": "aih", - "name": "aesthetic medical international holdings group ltd" - }, - { - "cik": 1413754, - "symbol": "mrzm", - "name": "marizyme inc" - }, - { - "cik": 1443575, - "symbol": "avbh", - "name": "avidbank holdings inc" - }, - { - "cik": 1472215, - "symbol": "jls", - "name": "nuveen mortgage & income fund ma" - }, - { - "cik": 1009759, - "symbol": "cpst", - "name": "capstone turbine corp" - }, - { - "cik": 1501697, - "symbol": "xfor", - "name": "x4 pharmaceuticals inc" - }, - { - "cik": 1515156, - "symbol": "ades", - "name": "advanced emissions solutions inc" - }, - { - "cik": 1302028, - "symbol": "mntx", - "name": "manitex international inc" - }, - { - "cik": 1026655, - "symbol": "cmt", - "name": "core molding technologies inc" - }, - { - "cik": 1707210, - "symbol": "nmci", - "name": "navios maritime containers lp" - }, - { - "cik": 1719714, - "symbol": "mreo", - "name": "mereo biopharma group plc" - }, - { - "cik": 1011509, - "symbol": "aumn", - "name": "golden minerals co" - }, - { - "cik": 1708261, - "symbol": "jemd", - "name": "nuveen emerging markets debt 2022 target term fund" - }, - { - "cik": 1176309, - "symbol": "ormp", - "name": "oramed pharmaceuticals inc" - }, - { - "cik": 1616543, - "symbol": "sens", - "name": "senseonics holdings inc" - }, - { - "cik": 1449794, - "symbol": "emyb", - "name": "embassy bancorp inc" - }, - { - "cik": 1411685, - "symbol": "vtgn", - "name": "vistagen therapeutics inc" - }, - { - "cik": 1133311, - "symbol": "tzoo", - "name": "travelzoo" - }, - { - "cik": 1437479, - "symbol": "enbp", - "name": "enb financial corp" - }, - { - "cik": 1072627, - "symbol": "kfs", - "name": "kingsway financial services inc" - }, - { - "cik": 316888, - "symbol": "asm", - "name": "avino silver & gold mines ltd" - }, - { - "cik": 1129928, - "symbol": "oncy", - "name": "oncolytics biotech inc" - }, - { - "cik": 1287808, - "symbol": "hil", - "name": "hill international inc" - }, - { - "cik": 1472012, - "symbol": "imnm", - "name": "immunome inc" - }, - { - "cik": 1744345, - "symbol": "tdryd", - "name": "red white & bloom brands inc" - }, - { - "cik": 1610682, - "symbol": "usdp", - "name": "usd partners lp" - }, - { - "cik": 1786117, - "symbol": "pine", - "name": "alpine income property trust inc" - }, - { - "cik": 1274792, - "symbol": "mack", - "name": "merrimack pharmaceuticals inc" - }, - { - "cik": 1385632, - "symbol": "iae", - "name": "voya asia pacific high dividend equity income fund" - }, - { - "cik": 1419806, - "symbol": "reemf", - "name": "rare element resources ltd" - }, - { - "cik": 880417, - "symbol": "csbb", - "name": "csb bancorp inc oh" - }, - { - "cik": 1138978, - "symbol": "nvos", - "name": "novo integrated sciences inc" - }, - { - "cik": 1412486, - "symbol": "cocp", - "name": "cocrystal pharma inc" - }, - { - "cik": 36840, - "symbol": "frevs", - "name": "first real estate investment trust of new jersey" - }, - { - "cik": 1415921, - "symbol": "nmm", - "name": "navios maritime partners lp" - }, - { - "cik": 1662684, - "symbol": "kulr", - "name": "kulr technology group inc" - }, - { - "cik": 1089094, - "symbol": "bsd", - "name": "blackrock strategic municipal trust" - }, - { - "cik": 1719406, - "symbol": "brpar", - "name": "big rock partners acquisition corp" - }, - { - "cik": 1004530, - "symbol": "mpvdf", - "name": "mountain province diamonds inc" - }, - { - "cik": 842717, - "symbol": "brbs", - "name": "blue ridge bankshares inc" - }, - { - "cik": 1602842, - "symbol": "mogo", - "name": "mogo inc" - }, - { - "cik": 1703079, - "symbol": "xflt", - "name": "xai octagon floating rate & alternative income term trust" - }, - { - "cik": 1617227, - "symbol": "jax", - "name": "j alexanders holdings inc" - }, - { - "cik": 1393883, - "symbol": "dhx", - "name": "dhi group inc" - }, - { - "cik": 1316644, - "symbol": "aero", - "name": "aerogrow international inc" - }, - { - "cik": 1412095, - "symbol": "sgoc", - "name": "sgoco group ltd" - }, - { - "cik": 1649096, - "symbol": "clpr", - "name": "clipper realty inc" - }, - { - "cik": 872912, - "symbol": "dcth", - "name": "delcath systems inc" - }, - { - "cik": 875657, - "symbol": "ulbi", - "name": "ultralife corp" - }, - { - "cik": 1734902, - "symbol": "wei", - "name": "weidai ltd" - }, - { - "cik": 830271, - "symbol": "nmi", - "name": "nuveen municipal income fund inc" - }, - { - "cik": 880641, - "symbol": "efsi", - "name": "eagle financial services inc" - }, - { - "cik": 1539029, - "symbol": "clsd", - "name": "clearside biomedical inc" - }, - { - "cik": 1638287, - "symbol": "nrbo", - "name": "neurobo pharmaceuticals inc" - }, - { - "cik": 1487918, - "symbol": "ofssi", - "name": "ofs capital corp" - }, - { - "cik": 1601280, - "symbol": "mdxl", - "name": "medixall group inc" - }, - { - "cik": 1621443, - "symbol": "zyne", - "name": "zynerba pharmaceuticals inc" - }, - { - "cik": 885732, - "symbol": "nxc", - "name": "nuveen california select tax free income portfolio" - }, - { - "cik": 1754323, - "symbol": "pbts", - "name": "powerbridge technologies co ltd" - }, - { - "cik": 1790625, - "symbol": "livkw", - "name": "liv capital acquisition corp" - }, - { - "cik": 891482, - "symbol": "fll", - "name": "full house resorts inc" - }, - { - "cik": 1438893, - "symbol": "gnt", - "name": "gamco natural resources gold & income trust" - }, - { - "cik": 1725872, - "symbol": "mfac", - "name": "megalith financial acquisition corp" - }, - { - "cik": 1517767, - "symbol": "vcif", - "name": "vertical capital income fund" - }, - { - "cik": 39020, - "symbol": "feim", - "name": "frequency electronics inc" - }, - { - "cik": 1513818, - "symbol": "arav", - "name": "aravive inc" - }, - { - "cik": 1390478, - "symbol": "sls", - "name": "sellas life sciences group inc" - }, - { - "cik": 1796514, - "symbol": "metxw", - "name": "meten edtechx education group ltd" - }, - { - "cik": 1602078, - "symbol": "nmrd", - "name": "nemaura medical inc" - }, - { - "cik": 1605780, - "symbol": "lovv", - "name": "love international group inc" - }, - { - "cik": 1455634, - "symbol": "smwpy", - "name": "connect group plc adr" - }, - { - "cik": 71557, - "symbol": "nuvr", - "name": "nuvera communications inc" - }, - { - "cik": 1477246, - "symbol": "sanw", - "name": "s&w seed co" - }, - { - "cik": 100378, - "symbol": "twin", - "name": "twin disc inc" - }, - { - "cik": 1093728, - "symbol": "pflc", - "name": "pacific financial corp" - }, - { - "cik": 784539, - "symbol": "eaco", - "name": "eaco corp" - }, - { - "cik": 1577437, - "symbol": "asc", - "name": "ardmore shipping corp" - }, - { - "cik": 1347652, - "symbol": "corr", - "name": "corenergy infrastructure trust inc" - }, - { - "cik": 1502377, - "symbol": "ctgo", - "name": "contango ore inc" - }, - { - "cik": 1524223, - "symbol": "mn", - "name": "manning & napier inc" - }, - { - "cik": 23111, - "symbol": "ctg", - "name": "computer task group inc" - }, - { - "cik": 1378140, - "symbol": "optt", - "name": "ocean power technologies inc" - }, - { - "cik": 1417663, - "symbol": "snwv", - "name": "sanuwave health inc" - }, - { - "cik": 1595527, - "symbol": "nyc", - "name": "new york city reit inc" - }, - { - "cik": 1676047, - "symbol": "ntrb", - "name": "nutriband inc" - }, - { - "cik": 1480999, - "symbol": "exd", - "name": "eaton vance tax-managed buy-write strategy fund" - }, - { - "cik": 1282957, - "symbol": "glu", - "name": "gabelli global utility & income trust" - }, - { - "cik": 1624326, - "symbol": "pavmz", - "name": "pavmed inc" - }, - { - "cik": 1640251, - "symbol": "wins", - "name": "wins finance holdings inc" - }, - { - "cik": 2098, - "symbol": "acu", - "name": "acme united corp" - }, - { - "cik": 814586, - "symbol": "lway", - "name": "lifeway foods inc" - }, - { - "cik": 892482, - "symbol": "qumu", - "name": "qumu corp" - }, - { - "cik": 1632081, - "symbol": "hwin", - "name": "hometown international inc" - }, - { - "cik": 1282631, - "symbol": "nlst", - "name": "netlist inc" - }, - { - "cik": 1074692, - "symbol": "cev", - "name": "eaton vance california municipal income trust" - }, - { - "cik": 1093082, - "symbol": "hbp", - "name": "huttig building products inc" - }, - { - "cik": 740971, - "symbol": "opof", - "name": "old point financial corp" - }, - { - "cik": 1017491, - "symbol": "seel", - "name": "seelos therapeutics inc" - }, - { - "cik": 1447380, - "symbol": "mfon", - "name": "mobivity holdings corp" - }, - { - "cik": 1751783, - "symbol": "rbkb", - "name": "rhinebeck bancorp inc" - }, - { - "cik": 1434524, - "symbol": "clir", - "name": "clearsign technologies corp" - }, - { - "cik": 1501862, - "symbol": "epgg", - "name": "empire global gaming inc" - }, - { - "cik": 1807166, - "symbol": "amst", - "name": "amesite inc" - }, - { - "cik": 894627, - "symbol": "egy", - "name": "vaalco energy inc de" - }, - { - "cik": 1452477, - "symbol": "rif", - "name": "rmr mortgage trust" - }, - { - "cik": 1358356, - "symbol": "lmst", - "name": "limestone bancorp inc" - }, - { - "cik": 1743340, - "symbol": "tc", - "name": "tuanche ltd" - }, - { - "cik": 50471, - "symbol": "pcyg", - "name": "park city group inc" - }, - { - "cik": 56868, - "symbol": "pnrg", - "name": "primeenergy resources corp" - }, - { - "cik": 889609, - "symbol": "cpss", - "name": "consumer portfolio services inc" - }, - { - "cik": 1163609, - "symbol": "sdsya", - "name": "south dakota soybean processors llc" - }, - { - "cik": 1506488, - "symbol": "szc", - "name": "cushing nextgen infrastructure income fund" - }, - { - "cik": 1498067, - "symbol": "tecr", - "name": "citrine global corp" - }, - { - "cik": 1535955, - "symbol": "lpcn", - "name": "lipocine inc" - }, - { - "cik": 1630212, - "symbol": "avco", - "name": "avalon globocare corp" - }, - { - "cik": 1041024, - "symbol": "rmti", - "name": "rockwell medical inc" - }, - { - "cik": 943033, - "symbol": "hsbi", - "name": "heritage southeast bancorporation inc" - }, - { - "cik": 728447, - "symbol": "evoa", - "name": "evo transportation & energy services inc" - }, - { - "cik": 793524, - "symbol": "refr", - "name": "research frontiers inc" - }, - { - "cik": 1610618, - "symbol": "cdtx", - "name": "cidara therapeutics inc" - }, - { - "cik": 1173204, - "symbol": "cidm", - "name": "cinedigm corp" - }, - { - "cik": 1467761, - "symbol": "zmtp", - "name": "zoom telephonics inc" - }, - { - "cik": 1399520, - "symbol": "stks", - "name": "one group hospitality inc" - }, - { - "cik": 875582, - "symbol": "ntic", - "name": "northern technologies international corp" - }, - { - "cik": 1041657, - "symbol": "uonek", - "name": "urban one inc" - }, - { - "cik": 1467154, - "symbol": "novn", - "name": "novan inc" - }, - { - "cik": 1527383, - "symbol": "bkgm", - "name": "bankguam holding co" - }, - { - "cik": 1337090, - "symbol": "spazf", - "name": "spanish mountain gold ltd" - }, - { - "cik": 1501958, - "symbol": "clad", - "name": "china liaoning dingxu ecological agriculture development inc" - }, - { - "cik": 1172631, - "symbol": "sunw", - "name": "sunworks inc" - }, - { - "cik": 1557340, - "symbol": "opti", - "name": "optec international inc" - }, - { - "cik": 946486, - "symbol": "wint", - "name": "windtree therapeutics inc de" - }, - { - "cik": 72205, - "symbol": "nobh", - "name": "nobility homes inc" - }, - { - "cik": 1532286, - "symbol": "nine", - "name": "nine energy service inc" - }, - { - "cik": 1024095, - "symbol": "cdjm", - "name": "carnegie development inc" - }, - { - "cik": 1120370, - "symbol": "bwen", - "name": "broadwind inc" - }, - { - "cik": 1566610, - "symbol": "verbw", - "name": "verb technology company inc" - }, - { - "cik": 818677, - "symbol": "sfdl", - "name": "security federal corp" - }, - { - "cik": 1603207, - "symbol": "vblt", - "name": "vascular biogenics ltd" - }, - { - "cik": 868271, - "symbol": "svbi", - "name": "severn bancorp inc" - }, - { - "cik": 1140410, - "symbol": "pnf", - "name": "pimco new york municipal income fund" - }, - { - "cik": 1566373, - "symbol": "sbph", - "name": "f-star therapeutics inc" - }, - { - "cik": 1066923, - "symbol": "ftft", - "name": "future fintech group inc" - }, - { - "cik": 1007273, - "symbol": "bksc", - "name": "bank of south carolina corp" - }, - { - "cik": 1641631, - "symbol": "xair", - "name": "beyond air inc" - }, - { - "cik": 1738699, - "symbol": "wkey", - "name": "wisekey international holding sa" - }, - { - "cik": 1263011, - "symbol": "exnrf", - "name": "excellon resources inc" - }, - { - "cik": 1773086, - "symbol": "zgyhu", - "name": "yunhong international" - }, - { - "cik": 1682220, - "symbol": "sccc", - "name": "sachem capital corp" - }, - { - "cik": 1751143, - "symbol": "atcxw", - "name": "atlas technical consultants inc" - }, - { - "cik": 1705012, - "symbol": "fatbw", - "name": "fat brands inc" - }, - { - "cik": 1505512, - "symbol": "rgls", - "name": "regulus therapeutics inc" - }, - { - "cik": 1624512, - "symbol": "boxl", - "name": "boxlight corp" - }, - { - "cik": 1430306, - "symbol": "tnxp", - "name": "tonix pharmaceuticals holding corp" - }, - { - "cik": 1251769, - "symbol": "apen", - "name": "apollo endosurgery inc" - }, - { - "cik": 1814974, - "symbol": "bbxib", - "name": "bbx capital inc" - }, - { - "cik": 1575771, - "symbol": "egif", - "name": "eagle growth & income opportunities fund" - }, - { - "cik": 1740797, - "symbol": "tren", - "name": "trend innovations holding inc" - }, - { - "cik": 1351051, - "symbol": "gen", - "name": "genesis healthcare inc" - }, - { - "cik": 714712, - "symbol": "juvf", - "name": "juniata valley financial corp" - }, - { - "cik": 1551040, - "symbol": "edi", - "name": "stone harbor emerging markets total income fund" - }, - { - "cik": 1724344, - "symbol": "ettx", - "name": "entasis therapeutics holdings inc" - }, - { - "cik": 1583001, - "symbol": "tslf", - "name": "first eagle senior loan fund" - }, - { - "cik": 1730346, - "symbol": "chra", - "name": "charah solutions inc" - }, - { - "cik": 1726126, - "symbol": "epsn", - "name": "epsilon energy ltd" - }, - { - "cik": 1734005, - "symbol": "apm", - "name": "aptorum group ltd" - }, - { - "cik": 1453593, - "symbol": "xtnt", - "name": "xtant medical holdings inc" - }, - { - "cik": 847411, - "symbol": "cxh", - "name": "mfs investment grade municipal trust" - }, - { - "cik": 1181024, - "symbol": "bse", - "name": "blackrock new york municipal income quality trust" - }, - { - "cik": 888721, - "symbol": "trib", - "name": "trinity biotech plc" - }, - { - "cik": 16099, - "symbol": "lub", - "name": "lubys inc" - }, - { - "cik": 1006655, - "symbol": "epm", - "name": "evolution petroleum corp" - }, - { - "cik": 1512922, - "symbol": "petv", - "name": "petvivo holdings inc" - }, - { - "cik": 1084384, - "symbol": "teum", - "name": "pareteum corp" - }, - { - "cik": 1574596, - "symbol": "nwhm", - "name": "new home co inc" - }, - { - "cik": 846671, - "symbol": "vlt", - "name": "invesco high income trust ii" - }, - { - "cik": 1392091, - "symbol": "bkep", - "name": "blueknight energy partners lp" - }, - { - "cik": 1478035, - "symbol": "crecf", - "name": "critical elements lithium corp" - }, - { - "cik": 1488917, - "symbol": "elmd", - "name": "electromed inc" - }, - { - "cik": 1547546, - "symbol": "hcft", - "name": "hunt companies finance trust inc" - }, - { - "cik": 1437283, - "symbol": "rpmt", - "name": "rego payment architectures inc" - }, - { - "cik": 945983, - "symbol": "wstg", - "name": "wayside technology group inc" - }, - { - "cik": 720500, - "symbol": "asys", - "name": "amtech systems inc" - }, - { - "cik": 1424657, - "symbol": "cuen", - "name": "cuentas inc" - }, - { - "cik": 1689382, - "symbol": "tllyf", - "name": "trilogy international partners inc" - }, - { - "cik": 1590799, - "symbol": "rive", - "name": "riverview financial corp" - }, - { - "cik": 1451448, - "symbol": "gmbl", - "name": "esports entertainment group inc" - }, - { - "cik": 1692830, - "symbol": "stsa", - "name": "satsuma pharmaceuticals inc" - }, - { - "cik": 858800, - "symbol": "emcf", - "name": "emclaire financial corp" - }, - { - "cik": 1325964, - "symbol": "lwlg", - "name": "lightwave logic inc" - }, - { - "cik": 1288795, - "symbol": "glv", - "name": "clough global dividend & income fund" - }, - { - "cik": 1524829, - "symbol": "glbd", - "name": "global seed corp" - }, - { - "cik": 1438423, - "symbol": "mram", - "name": "everspin technologies inc" - }, - { - "cik": 1607997, - "symbol": "nms", - "name": "nuveen minnesota quality municipal income fund" - }, - { - "cik": 719733, - "symbol": "ktcc", - "name": "key tronic corp" - }, - { - "cik": 1328919, - "symbol": "gass", - "name": "stealthgas inc" - }, - { - "cik": 1224133, - "symbol": "mchx", - "name": "marchex inc" - }, - { - "cik": 1411690, - "symbol": "bngo", - "name": "bionano genomics inc" - }, - { - "cik": 774569, - "symbol": "cldb", - "name": "cortland bancorp inc" - }, - { - "cik": 1655544, - "symbol": "nha", - "name": "nuveen municipal 2021 target term fund" - }, - { - "cik": 832480, - "symbol": "utgn", - "name": "utg inc" - }, - { - "cik": 1141197, - "symbol": "ped", - "name": "pedevco corp" - }, - { - "cik": 946644, - "symbol": "aim", - "name": "aim immunotech inc" - }, - { - "cik": 1320350, - "symbol": "lnsr", - "name": "lensar inc" - }, - { - "cik": 1230524, - "symbol": "cyap", - "name": "cyber apps world" - }, - { - "cik": 1675033, - "symbol": "gecc", - "name": "great elm capital corp" - }, - { - "cik": 1578453, - "symbol": "dlng", - "name": "dynagas lng partners lp" - }, - { - "cik": 1786248, - "symbol": "nref", - "name": "nexpoint real estate finance inc" - }, - { - "cik": 704561, - "symbol": "ubab", - "name": "united bancorporation of alabama inc" - }, - { - "cik": 1075880, - "symbol": "kzia", - "name": "kazia therapeutics ltd" - }, - { - "cik": 1575793, - "symbol": "watt", - "name": "energous corp" - }, - { - "cik": 1065078, - "symbol": "ntip", - "name": "network 1 technologies inc" - }, - { - "cik": 1365388, - "symbol": "hsti", - "name": "high sierra technologies inc" - }, - { - "cik": 87050, - "symbol": "neon", - "name": "neonode inc" - }, - { - "cik": 1087456, - "symbol": "uboh", - "name": "united bancshares inc oh" - }, - { - "cik": 921183, - "symbol": "hmnf", - "name": "hmn financial inc" - }, - { - "cik": 1557523, - "symbol": "pgz", - "name": "principal real estate income fund" - }, - { - "cik": 1541119, - "symbol": "sfbc", - "name": "sound financial bancorp inc" - }, - { - "cik": 202947, - "symbol": "cptp", - "name": "capital properties inc ri" - }, - { - "cik": 1133869, - "symbol": "capr", - "name": "capricor therapeutics inc" - }, - { - "cik": 1735041, - "symbol": "gtecw", - "name": "greenland technologies holding corp" - }, - { - "cik": 1532595, - "symbol": "sinc", - "name": "sincerity applied materials holdings corp" - }, - { - "cik": 1648365, - "symbol": "iwbb", - "name": "iweb inc" - }, - { - "cik": 1568139, - "symbol": "benh", - "name": "bio-en holdings corp" - }, - { - "cik": 719402, - "symbol": "fxnc", - "name": "first national corp va" - }, - { - "cik": 1527599, - "symbol": "sybx", - "name": "synlogic inc" - }, - { - "cik": 1614556, - "symbol": "stal", - "name": "star alliance international corp" - }, - { - "cik": 916529, - "symbol": "artx", - "name": "arotech corp" - }, - { - "cik": 718413, - "symbol": "cmtv", - "name": "community bancorp vt" - }, - { - "cik": 1034760, - "symbol": "wyy", - "name": "widepoint corp" - }, - { - "cik": 1126961, - "symbol": "grrbp", - "name": "grandsouth bancorporation" - }, - { - "cik": 1130598, - "symbol": "ontx", - "name": "onconova therapeutics inc" - }, - { - "cik": 1553788, - "symbol": "cnmf", - "name": "splash beverage group inc" - }, - { - "cik": 1398972, - "symbol": "erdcf", - "name": "erdene resource development corp" - }, - { - "cik": 77281, - "symbol": "pei", - "name": "pennsylvania real estate investment trust" - }, - { - "cik": 1070050, - "symbol": "apcx", - "name": "apptech corp" - }, - { - "cik": 1742927, - "symbol": "tzacw", - "name": "reviva pharmaceuticals holdings inc" - }, - { - "cik": 1460702, - "symbol": "qlgn", - "name": "qualigen therapeutics inc" - }, - { - "cik": 1763197, - "symbol": "moho", - "name": "ecmoho ltd" - }, - { - "cik": 1803914, - "symbol": "mcacu", - "name": "mountain crest acquisition corp" - }, - { - "cik": 1384135, - "symbol": "lbti", - "name": "lithium & boron technology inc" - }, - { - "cik": 798528, - "symbol": "omex", - "name": "odyssey marine exploration inc" - }, - { - "cik": 1595353, - "symbol": "glmd", - "name": "galmed pharmaceuticals ltd" - }, - { - "cik": 731653, - "symbol": "ubcp", - "name": "united bancorp inc oh" - }, - { - "cik": 1403708, - "symbol": "evok", - "name": "evoke pharma inc" - }, - { - "cik": 1182737, - "symbol": "dtrc", - "name": "dakota territory resource corp" - }, - { - "cik": 1051343, - "symbol": "cwbc", - "name": "community west bancshares" - }, - { - "cik": 1046203, - "symbol": "gfed", - "name": "guaranty federal bancshares inc" - }, - { - "cik": 1409269, - "symbol": "vero", - "name": "venus concept inc" - }, - { - "cik": 1490349, - "symbol": "mcv", - "name": "medley capital corp" - }, - { - "cik": 1588972, - "symbol": "reph", - "name": "recro pharma inc" - }, - { - "cik": 1655075, - "symbol": "afi", - "name": "armstrong flooring inc" - }, - { - "cik": 1532390, - "symbol": "wter", - "name": "alkaline water co inc" - }, - { - "cik": 883945, - "symbol": "usak", - "name": "usa truck inc" - }, - { - "cik": 1746119, - "symbol": "mugh", - "name": "mu global holding ltd" - }, - { - "cik": 1529628, - "symbol": "snd", - "name": "smart sand inc" - }, - { - "cik": 1522602, - "symbol": "cwbr", - "name": "cohbar inc" - }, - { - "cik": 843006, - "symbol": "isdr", - "name": "issuer direct corp" - }, - { - "cik": 1534293, - "symbol": "smm", - "name": "salient midstream & mlp fund" - }, - { - "cik": 1722926, - "symbol": "asln", - "name": "aslan pharmaceuticals ltd" - }, - { - "cik": 1108236, - "symbol": "amrb", - "name": "american river bankshares" - }, - { - "cik": 1533743, - "symbol": "pcsa", - "name": "processa pharmaceuticals inc" - }, - { - "cik": 791718, - "symbol": "eea", - "name": "european equity fund inc md" - }, - { - "cik": 1271554, - "symbol": "erlff", - "name": "entree resources ltd" - }, - { - "cik": 1597846, - "symbol": "grnq", - "name": "greenpro capital corp" - }, - { - "cik": 1408201, - "symbol": "tpz", - "name": "tortoise power & energy infrastructure fund inc" - }, - { - "cik": 1787384, - "symbol": "ffbw", - "name": "ffbw inc md" - }, - { - "cik": 1022183, - "symbol": "cbsc", - "name": "cb scientific inc" - }, - { - "cik": 1326205, - "symbol": "igciw", - "name": "india globalization capital inc" - }, - { - "cik": 1750384, - "symbol": "soli", - "name": "solei systems inc" - }, - { - "cik": 1553404, - "symbol": "pgtk", - "name": "pacific green technologies inc" - }, - { - "cik": 1755953, - "symbol": "kernw", - "name": "akerna corp" - }, - { - "cik": 1341318, - "symbol": "lsbk", - "name": "lake shore bancorp inc" - }, - { - "cik": 1196298, - "symbol": "neph", - "name": "nephros inc" - }, - { - "cik": 1137091, - "symbol": "psix", - "name": "power solutions international inc" - }, - { - "cik": 1448597, - "symbol": "bfgc", - "name": "bullfrog gold corp" - }, - { - "cik": 1177439, - "symbol": "fpocf", - "name": "fpx nickel corp" - }, - { - "cik": 1015739, - "symbol": "awre", - "name": "aware inc ma" - }, - { - "cik": 1753217, - "symbol": "jhaa", - "name": "nuveen high income 2023 target term fund" - }, - { - "cik": 60714, - "symbol": "lxu", - "name": "lsb industries inc" - }, - { - "cik": 1541157, - "symbol": "aktx", - "name": "akari therapeutics plc" - }, - { - "cik": 1476573, - "symbol": "airrf", - "name": "aurion resources ltd" - }, - { - "cik": 1590750, - "symbol": "mgen", - "name": "miragen therapeutics inc" - }, - { - "cik": 1069996, - "symbol": "fnhc", - "name": "fednat holding co" - }, - { - "cik": 1074685, - "symbol": "evy", - "name": "eaton vance new york municipal income trust" - }, - { - "cik": 1178840, - "symbol": "nbw", - "name": "neuberger berman california municipal fund inc" - }, - { - "cik": 1600132, - "symbol": "blph", - "name": "bellerophon therapeutics inc" - }, - { - "cik": 1534154, - "symbol": "idty", - "name": "ipsidy inc" - }, - { - "cik": 1397616, - "symbol": "ssvff", - "name": "southern silver exploration corp" - }, - { - "cik": 1353970, - "symbol": "cxdc", - "name": "china xd plastics co ltd" - }, - { - "cik": 1472468, - "symbol": "xteg", - "name": "xt energy group inc" - }, - { - "cik": 1279704, - "symbol": "clrbz", - "name": "cellectar biosciences inc" - }, - { - "cik": 1440024, - "symbol": "rrts", - "name": "roadrunner transportation systems inc" - }, - { - "cik": 1506983, - "symbol": "igap", - "name": "integrity applications inc" - }, - { - "cik": 1160308, - "symbol": "svra", - "name": "savara inc" - }, - { - "cik": 1289028, - "symbol": "uexcf", - "name": "uex corp" - }, - { - "cik": 1156174, - "symbol": "lkcru", - "name": "lake area corn processors llc" - }, - { - "cik": 1627606, - "symbol": "dtea", - "name": "davidstea inc" - }, - { - "cik": 8146, - "symbol": "alot", - "name": "astronova inc" - }, - { - "cik": 1560258, - "symbol": "ecor", - "name": "electrocore inc" - }, - { - "cik": 740806, - "symbol": "fmbm", - "name": "f&m bank corp" - }, - { - "cik": 896493, - "symbol": "dpw", - "name": "dpw holdings inc" - }, - { - "cik": 1716947, - "symbol": "lacqw", - "name": "leisure acquisition corp" - }, - { - "cik": 1691507, - "symbol": "cfbi", - "name": "community first bancshares inc" - }, - { - "cik": 1788841, - "symbol": "grnvw", - "name": "greenvision acquisition corp" - }, - { - "cik": 1141240, - "symbol": "lqmt", - "name": "liquidmetal technologies inc" - }, - { - "cik": 1498232, - "symbol": "trrb", - "name": "tripborn inc" - }, - { - "cik": 1714379, - "symbol": "tncpd", - "name": "fact inc" - }, - { - "cik": 891532, - "symbol": "pesi", - "name": "perma fix environmental services inc" - }, - { - "cik": 754811, - "symbol": "grow", - "name": "u s global investors inc" - }, - { - "cik": 1421819, - "symbol": "asin", - "name": "hanjiao group inc" - }, - { - "cik": 25895, - "symbol": "crws", - "name": "crown crafts inc" - }, - { - "cik": 1684425, - "symbol": "petz", - "name": "tdh holdings inc" - }, - { - "cik": 1410187, - "symbol": "cnnc", - "name": "cannonau corp" - }, - { - "cik": 1017673, - "symbol": "dvd", - "name": "dover motorsports inc" - }, - { - "cik": 1134765, - "symbol": "chuc", - "name": "charlies holdings inc" - }, - { - "cik": 1622879, - "symbol": "shwz", - "name": "medicine man technologies inc" - }, - { - "cik": 1434647, - "symbol": "kmph", - "name": "kempharm inc" - }, - { - "cik": 27093, - "symbol": "usau", - "name": "us gold corp" - }, - { - "cik": 1572334, - "symbol": "vabk", - "name": "virginia national bankshares corp" - }, - { - "cik": 1176197, - "symbol": "bfy", - "name": "blackrock new york municipal income trust ii" - }, - { - "cik": 1614744, - "symbol": "ktovw", - "name": "kitov pharma ltd" - }, - { - "cik": 1491434, - "symbol": "seovf", - "name": "sernova corp" - }, - { - "cik": 1792581, - "symbol": "krbp", - "name": "kiromic biopharma inc" - }, - { - "cik": 1401257, - "symbol": "fet", - "name": "forum energy technologies inc" - }, - { - "cik": 1276469, - "symbol": "mfd", - "name": "macquarie first trust global infrastr util div & inc fund" - }, - { - "cik": 1363438, - "symbol": "feo", - "name": "first trust aberdeen emerging opportunity fund" - }, - { - "cik": 1696396, - "symbol": "mito", - "name": "stealth biotherapeutics corp" - }, - { - "cik": 1514743, - "symbol": "iroq", - "name": "if bancorp inc" - }, - { - "cik": 1113513, - "symbol": "most", - "name": "mobilesmith inc" - }, - { - "cik": 1342958, - "symbol": "dgly", - "name": "digital ally inc" - }, - { - "cik": 1708176, - "symbol": "hofvw", - "name": "hall of fame resort & entertainment co" - }, - { - "cik": 1699906, - "symbol": "bkrrf", - "name": "blackrock gold corp" - }, - { - "cik": 896923, - "symbol": "ddf", - "name": "delaware investments dividend & income fund inc" - }, - { - "cik": 1302350, - "symbol": "jmpnz", - "name": "jmp group llc" - }, - { - "cik": 1828376, - "symbol": "wmpn", - "name": "william penn bancorporation" - }, - { - "cik": 69422, - "symbol": "intg", - "name": "intergroup corp" - }, - { - "cik": 1383062, - "symbol": "dbe", - "name": "invesco db energy fund" - }, - { - "cik": 1543637, - "symbol": "numd", - "name": "nu-med plus inc" - }, - { - "cik": 34563, - "symbol": "farm", - "name": "farmer brothers co" - }, - { - "cik": 1483510, - "symbol": "expr", - "name": "express inc" - }, - { - "cik": 1583771, - "symbol": "hepa", - "name": "hepion pharmaceuticals inc" - }, - { - "cik": 806172, - "symbol": "sotk", - "name": "sono tek corp" - }, - { - "cik": 1490596, - "symbol": "gvxxf", - "name": "goviex uranium inc" - }, - { - "cik": 33992, - "symbol": "kins", - "name": "kingstone companies inc" - }, - { - "cik": 1575295, - "symbol": "alid", - "name": "allied corp" - }, - { - "cik": 1667313, - "symbol": "zdge", - "name": "zedge inc" - }, - { - "cik": 1818844, - "symbol": "viri", - "name": "virios therapeutics inc" - }, - { - "cik": 1094038, - "symbol": "mrkr", - "name": "marker therapeutics inc" - }, - { - "cik": 738214, - "symbol": "amtx", - "name": "aemetis inc" - }, - { - "cik": 787253, - "symbol": "naii", - "name": "natural alternatives international inc" - }, - { - "cik": 1474167, - "symbol": "cosm", - "name": "cosmos holdings inc" - }, - { - "cik": 1742056, - "symbol": "laix", - "name": "laix inc" - }, - { - "cik": 1579157, - "symbol": "vnce", - "name": "vince holding corp" - }, - { - "cik": 1088034, - "symbol": "usio", - "name": "usio inc" - }, - { - "cik": 1082506, - "symbol": "gec", - "name": "forest investments inc" - }, - { - "cik": 1505065, - "symbol": "bway", - "name": "brainsway ltd" - }, - { - "cik": 58361, - "symbol": "lee", - "name": "lee enterprises inc" - }, - { - "cik": 1645469, - "symbol": "mnpr", - "name": "monopar therapeutics" - }, - { - "cik": 876717, - "symbol": "fco", - "name": "aberdeen global income fund inc" - }, - { - "cik": 1321851, - "symbol": "seed", - "name": "origin agritech ltd" - }, - { - "cik": 1355250, - "symbol": "ipix", - "name": "innovation pharmaceuticals inc" - }, - { - "cik": 1612875, - "symbol": "ger", - "name": "goldman sachs mlp & energy renaissance fund" - }, - { - "cik": 1687919, - "symbol": "fgnv", - "name": "forge innovation development corp" - }, - { - "cik": 1525773, - "symbol": "inteq", - "name": "intelsat sa" - }, - { - "cik": 887226, - "symbol": "prcp", - "name": "perceptron inc mi" - }, - { - "cik": 907573, - "symbol": "vcf", - "name": "delaware investments colorado municipal income fund inc" - }, - { - "cik": 707511, - "symbol": "rgrx", - "name": "regenerx biopharmaceuticals inc" - }, - { - "cik": 838131, - "symbol": "jmm", - "name": "nuveen multi-market income fund" - }, - { - "cik": 1708441, - "symbol": "ryb", - "name": "ryb education inc" - }, - { - "cik": 1495231, - "symbol": "izea", - "name": "izea worldwide inc" - }, - { - "cik": 911308, - "symbol": "mza", - "name": "blackrock muniyield arizona fund inc" - }, - { - "cik": 1520358, - "symbol": "mmmb", - "name": "mamamancinis holdings inc" - }, - { - "cik": 1622231, - "symbol": "btim", - "name": "boatim inc" - }, - { - "cik": 1631487, - "symbol": "clgn", - "name": "collplant biotechnologies ltd" - }, - { - "cik": 1548536, - "symbol": "szsmf", - "name": "santacruz silver mining ltd" - }, - { - "cik": 314227, - "symbol": "tomzd", - "name": "tomi environmental solutions inc" - }, - { - "cik": 1753648, - "symbol": "jfkkr", - "name": "8i enterprises acquisition corp" - }, - { - "cik": 1433309, - "symbol": "pltyf", - "name": "plastec technologies ltd" - }, - { - "cik": 715446, - "symbol": "anix", - "name": "anixa biosciences inc" - }, - { - "cik": 1323206, - "symbol": "lor", - "name": "lazard world dividend & income fund inc" - }, - { - "cik": 95953, - "symbol": "synl", - "name": "synalloy corp" - }, - { - "cik": 1084577, - "symbol": "cyrn", - "name": "cyren ltd" - }, - { - "cik": 1725293, - "symbol": "grin", - "name": "grindrod shipping holdings ltd" - }, - { - "cik": 1017303, - "symbol": "tact", - "name": "transact technologies inc" - }, - { - "cik": 1113809, - "symbol": "bbw", - "name": "build-a-bear workshop inc" - }, - { - "cik": 1489264, - "symbol": "sbbi", - "name": "sbcp bancorp inc" - }, - { - "cik": 1083643, - "symbol": "fbss", - "name": "fauquier bankshares inc" - }, - { - "cik": 1176334, - "symbol": "mmlp", - "name": "martin midstream partners lp" - }, - { - "cik": 1828957, - "symbol": "ddmxu", - "name": "dd3 acquisition corp ii" - }, - { - "cik": 736744, - "symbol": "tga", - "name": "transglobe energy corp" - }, - { - "cik": 1314102, - "symbol": "eypt", - "name": "eyepoint pharmaceuticals inc" - }, - { - "cik": 1539778, - "symbol": "rayt", - "name": "rayont inc" - }, - { - "cik": 351817, - "symbol": "sbow", - "name": "silverbow resources inc" - }, - { - "cik": 101295, - "symbol": "ug", - "name": "united guardian inc" - }, - { - "cik": 1334325, - "symbol": "coda", - "name": "coda octopus group inc" - }, - { - "cik": 1614067, - "symbol": "ards", - "name": "aridis pharmaceuticals inc" - }, - { - "cik": 1266806, - "symbol": "eyes", - "name": "second sight medical products inc" - }, - { - "cik": 811211, - "symbol": "unib", - "name": "university bancorp inc de" - }, - { - "cik": 1758009, - "symbol": "qubt", - "name": "quantum computing inc" - }, - { - "cik": 770460, - "symbol": "pfbx", - "name": "peoples financial corp ms" - }, - { - "cik": 1337085, - "symbol": "tngl", - "name": "tonogold resources inc" - }, - { - "cik": 1643301, - "symbol": "curr", - "name": "cure pharmaceutical holding corp" - }, - { - "cik": 1044378, - "symbol": "bioc", - "name": "biocept inc" - }, - { - "cik": 1145255, - "symbol": "hnna", - "name": "hennessy advisors inc" - }, - { - "cik": 1624658, - "symbol": "alna", - "name": "allena pharmaceuticals inc" - }, - { - "cik": 878726, - "symbol": "tuesq", - "name": "tuesday morning corp de" - }, - { - "cik": 1786511, - "symbol": "anpc", - "name": "anpac bio-medical science co ltd" - }, - { - "cik": 1703117, - "symbol": "vam", - "name": "vivaldi opportunities fund" - }, - { - "cik": 1596961, - "symbol": "rmbl", - "name": "rumbleon inc" - }, - { - "cik": 6207, - "symbol": "axr", - "name": "amrep corp" - }, - { - "cik": 1448705, - "symbol": "basa", - "name": "basanite inc" - }, - { - "cik": 1052595, - "symbol": "rlh", - "name": "red lion hotels corp" - }, - { - "cik": 1769624, - "symbol": "agbaw", - "name": "agba acquisition ltd" - }, - { - "cik": 1690334, - "symbol": "smhi", - "name": "seacor marine holdings inc" - }, - { - "cik": 1178841, - "symbol": "nbo", - "name": "neuberger berman new york municipal fund inc" - }, - { - "cik": 1578348, - "symbol": "cmfnl", - "name": "investcorp credit management bdc inc" - }, - { - "cik": 1708599, - "symbol": "age", - "name": "agex therapeutics inc" - }, - { - "cik": 1564216, - "symbol": "mie", - "name": "cohen & steers mlp income & energy opportunity fund" - }, - { - "cik": 1620664, - "symbol": "ccrc", - "name": "china customer relations centers inc" - }, - { - "cik": 1506251, - "symbol": "ctxrw", - "name": "citius pharmaceuticals inc" - }, - { - "cik": 804563, - "symbol": "bmbn", - "name": "benchmark bankshares inc" - }, - { - "cik": 1136294, - "symbol": "wlms", - "name": "williams industrial services group inc" - }, - { - "cik": 1497504, - "symbol": "plxp", - "name": "plx pharma inc" - }, - { - "cik": 1514946, - "symbol": "axim", - "name": "axim biotechnologies inc" - }, - { - "cik": 1787518, - "symbol": "brliu", - "name": "brilliant acquisition corp" - }, - { - "cik": 1232863, - "symbol": "mne", - "name": "blackrock muni new york intermediate duration fund inc" - }, - { - "cik": 1713923, - "symbol": "jt", - "name": "jianpu technology inc" - }, - { - "cik": 1305168, - "symbol": "arc", - "name": "arc document solutions inc" - }, - { - "cik": 1006028, - "symbol": "pure", - "name": "pure bioscience inc" - }, - { - "cik": 1639327, - "symbol": "gshn", - "name": "gushen inc" - }, - { - "cik": 1228627, - "symbol": "rexn", - "name": "ocuphire pharma inc" - }, - { - "cik": 1036262, - "symbol": "intt", - "name": "intest corp" - }, - { - "cik": 1499961, - "symbol": "nete", - "name": "net element inc" - }, - { - "cik": 1000045, - "symbol": "nick", - "name": "nicholas financial inc" - }, - { - "cik": 1059272, - "symbol": "bebe", - "name": "bebe stores inc" - }, - { - "cik": 819913, - "symbol": "hall", - "name": "hallmark financial services inc" - }, - { - "cik": 912061, - "symbol": "nhtc", - "name": "natural health trends corp" - }, - { - "cik": 1363958, - "symbol": "wcrs", - "name": "western capital resources inc" - }, - { - "cik": 893739, - "symbol": "turn", - "name": "180 degree capital corp ny" - }, - { - "cik": 1696558, - "symbol": "jrsh", - "name": "jerash holdings (us) inc" - }, - { - "cik": 1622345, - "symbol": "pola", - "name": "polar power inc" - }, - { - "cik": 1696898, - "symbol": "ecrp", - "name": "chee corp" - }, - { - "cik": 748790, - "symbol": "gceh", - "name": "global clean energy holdings inc" - }, - { - "cik": 1587221, - "symbol": "zsan", - "name": "zosano pharma corp" - }, - { - "cik": 1616291, - "symbol": "jp", - "name": "jupai holdings ltd" - }, - { - "cik": 1372117, - "symbol": "irr", - "name": "voya natural resources equity income fund" - }, - { - "cik": 16859, - "symbol": "srl", - "name": "scully royalty ltd" - }, - { - "cik": 1396502, - "symbol": "hty", - "name": "john hancock tax-advantaged global shareholder yield fund" - }, - { - "cik": 850033, - "symbol": "bpt", - "name": "bp prudhoe bay royalty trust" - }, - { - "cik": 1425627, - "symbol": "imled", - "name": "sobr safe inc" - }, - { - "cik": 355948, - "symbol": "rell", - "name": "richardson electronics ltd de" - }, - { - "cik": 1620179, - "symbol": "xela", - "name": "exela technologies inc" - }, - { - "cik": 1590715, - "symbol": "arec", - "name": "american resources corp" - }, - { - "cik": 1408278, - "symbol": "sync", - "name": "synacor inc" - }, - { - "cik": 895574, - "symbol": "vfl", - "name": "delaware investments national municipal income fund" - }, - { - "cik": 1586941, - "symbol": "wrcdf", - "name": "wirecard ag adr" - }, - { - "cik": 1699039, - "symbol": "rngr", - "name": "ranger energy services inc" - }, - { - "cik": 931584, - "symbol": "usap", - "name": "universal stainless & alloy products inc" - }, - { - "cik": 1077618, - "symbol": "obas", - "name": "optibase ltd" - }, - { - "cik": 1657642, - "symbol": "pkkw", - "name": "parkway acquisition corp" - }, - { - "cik": 1703073, - "symbol": "vivc", - "name": "vivic corp" - }, - { - "cik": 1006830, - "symbol": "cbkm", - "name": "consumers bancorp inc oh" - }, - { - "cik": 47307, - "symbol": "crawa", - "name": "crawford united corp" - }, - { - "cik": 1015647, - "symbol": "aau", - "name": "almaden minerals ltd" - }, - { - "cik": 1394039, - "symbol": "cydvf", - "name": "cypress development corp" - }, - { - "cik": 1498403, - "symbol": "blrx", - "name": "biolinerx ltd" - }, - { - "cik": 73290, - "symbol": "bmra", - "name": "biomerica inc" - }, - { - "cik": 1000298, - "symbol": "imh", - "name": "impac mortgage holdings inc" - }, - { - "cik": 1761696, - "symbol": "crkn", - "name": "crown electrokinetics corp" - }, - { - "cik": 1386301, - "symbol": "rsss", - "name": "research solutions inc" - }, - { - "cik": 1738827, - "symbol": "klxe", - "name": "klx energy services holdings inc" - }, - { - "cik": 1439299, - "symbol": "ccgn", - "name": "consumer capital group inc" - }, - { - "cik": 1527709, - "symbol": "mcep", - "name": "mid-con energy partners lp" - }, - { - "cik": 1494891, - "symbol": "srts", - "name": "sensus healthcare inc" - }, - { - "cik": 1672909, - "symbol": "cphc", - "name": "canterbury park holding corp" - }, - { - "cik": 1319183, - "symbol": "fmy", - "name": "first trust mortgage income fund" - }, - { - "cik": 1384195, - "symbol": "rei", - "name": "ring energy inc" - }, - { - "cik": 1305773, - "symbol": "cfms", - "name": "conformis inc" - }, - { - "cik": 1647338, - "symbol": "gsum", - "name": "gridsum holding inc" - }, - { - "cik": 1487197, - "symbol": "brfh", - "name": "barfresh food group inc" - }, - { - "cik": 1692427, - "symbol": "ncsm", - "name": "ncs multistage holdings inc" - }, - { - "cik": 862692, - "symbol": "ccel", - "name": "cryo cell international inc" - }, - { - "cik": 810509, - "symbol": "navb", - "name": "navidea biopharmaceuticals inc" - }, - { - "cik": 1336050, - "symbol": "egf", - "name": "blackrock enhanced government fund inc" - }, - { - "cik": 1617669, - "symbol": "ufab", - "name": "unique fabricating inc" - }, - { - "cik": 1642159, - "symbol": "rgnpd", - "name": "sigyn therapeutics inc" - }, - { - "cik": 1737193, - "symbol": "ldsn", - "name": "luduson g inc" - }, - { - "cik": 1575969, - "symbol": "avhoq", - "name": "avianca holdings sa" - }, - { - "cik": 1586454, - "symbol": "pmhg", - "name": "prime meridian holding co" - }, - { - "cik": 1431959, - "symbol": "trch", - "name": "torchlight energy resources inc" - }, - { - "cik": 1337068, - "symbol": "mgyr", - "name": "magyar bancorp inc" - }, - { - "cik": 1389034, - "symbol": "kalo", - "name": "kallo inc" - }, - { - "cik": 717806, - "symbol": "fusb", - "name": "first us bancshares inc" - }, - { - "cik": 1582581, - "symbol": "vjet", - "name": "voxeljet ag" - }, - { - "cik": 1181749, - "symbol": "gfgy", - "name": "granite falls energy llc" - }, - { - "cik": 1471727, - "symbol": "bttr", - "name": "better choice co inc" - }, - { - "cik": 1641640, - "symbol": "nbrv", - "name": "nabriva therapeutics plc" - }, - { - "cik": 1760903, - "symbol": "jupw", - "name": "jupiter wellness inc" - }, - { - "cik": 1714562, - "symbol": "mllld", - "name": "engine media holdings inc" - }, - { - "cik": 1776932, - "symbol": "mmnff", - "name": "medmen enterprises inc" - }, - { - "cik": 1532619, - "symbol": "pw", - "name": "power reit" - }, - { - "cik": 1769267, - "symbol": "fsea", - "name": "first seacoast bancorp" - }, - { - "cik": 1275101, - "symbol": "botj", - "name": "bank of the james financial group inc" - }, - { - "cik": 828146, - "symbol": "link", - "name": "interlink electronics inc" - }, - { - "cik": 707605, - "symbol": "asrv", - "name": "ameriserv financial inc pa" - }, - { - "cik": 885731, - "symbol": "nxn", - "name": "nuveen new york select tax -free income portfolio" - }, - { - "cik": 921114, - "symbol": "armp", - "name": "armata pharmaceuticals inc" - }, - { - "cik": 1768910, - "symbol": "grcyw", - "name": "greencity acquisition corp" - }, - { - "cik": 33533, - "symbol": "esp", - "name": "espey mfg & electronics corp" - }, - { - "cik": 1708341, - "symbol": "aese", - "name": "allied esports entertainment inc" - }, - { - "cik": 1543066, - "symbol": "ewst", - "name": "e-waste corp" - }, - { - "cik": 1449488, - "symbol": "cclp", - "name": "csi compressco lp" - }, - { - "cik": 1550695, - "symbol": "pfmt", - "name": "performant financial corp" - }, - { - "cik": 1080657, - "symbol": "sqft", - "name": "presidio property trust inc" - }, - { - "cik": 1040470, - "symbol": "aehr", - "name": "aehr test systems" - }, - { - "cik": 1053369, - "symbol": "eltp", - "name": "elite pharmaceuticals inc nv" - }, - { - "cik": 943184, - "symbol": "evk", - "name": "ever-glory international group inc" - }, - { - "cik": 870826, - "symbol": "imbi", - "name": "imedia brands inc" - }, - { - "cik": 876378, - "symbol": "trxc", - "name": "transenterix inc" - }, - { - "cik": 1046327, - "symbol": "rnwk", - "name": "realnetworks inc" - }, - { - "cik": 1588084, - "symbol": "tanh", - "name": "tantech holdings ltd" - }, - { - "cik": 927719, - "symbol": "dwnx", - "name": "delhi bank corp" - }, - { - "cik": 1756180, - "symbol": "ncra", - "name": "nocera inc" - }, - { - "cik": 1540159, - "symbol": "edsa", - "name": "edesa biotech inc" - }, - { - "cik": 779544, - "symbol": "arkr", - "name": "ark restaurants corp" - }, - { - "cik": 1549084, - "symbol": "ekso", - "name": "ekso bionics holdings inc" - }, - { - "cik": 1290476, - "symbol": "vbfc", - "name": "village bank & trust financial corp" - }, - { - "cik": 1365742, - "symbol": "atv", - "name": "acorn international inc" - }, - { - "cik": 1549922, - "symbol": "smlp", - "name": "summit midstream partners lp" - }, - { - "cik": 1621672, - "symbol": "slgg", - "name": "super league gaming inc" - }, - { - "cik": 1644488, - "symbol": "shrg", - "name": "sharing services global corp" - }, - { - "cik": 84112, - "symbol": "rskia", - "name": "george risk industries inc" - }, - { - "cik": 1318482, - "symbol": "kdozf", - "name": "kidoz inc" - }, - { - "cik": 1437260, - "symbol": "nna", - "name": "navios maritime acquisition corp" - }, - { - "cik": 1297341, - "symbol": "kffb", - "name": "kentucky first federal bancorp" - }, - { - "cik": 793628, - "symbol": "chnr", - "name": "china natural resources inc" - }, - { - "cik": 1008586, - "symbol": "strm", - "name": "streamline health solutions inc" - }, - { - "cik": 1001171, - "symbol": "byfc", - "name": "broadway financial corp de" - }, - { - "cik": 1119083, - "symbol": "mndo", - "name": "mind cti ltd" - }, - { - "cik": 1080340, - "symbol": "loan", - "name": "manhattan bridge capital inc" - }, - { - "cik": 728385, - "symbol": "meec", - "name": "midwest energy emissions corp" - }, - { - "cik": 1397047, - "symbol": "fpay", - "name": "flexshopper inc" - }, - { - "cik": 883975, - "symbol": "mbot", - "name": "microbot medical inc" - }, - { - "cik": 1690080, - "symbol": "atnfw", - "name": "180 life sciences corp" - }, - { - "cik": 1748621, - "symbol": "alac", - "name": "alberton acquisition corp" - }, - { - "cik": 1529113, - "symbol": "inpx", - "name": "inpixon" - }, - { - "cik": 1545634, - "symbol": "cdbmf", - "name": "cordoba minerals corp" - }, - { - "cik": 1729750, - "symbol": "kbnt", - "name": "kubient inc" - }, - { - "cik": 1533924, - "symbol": "ampy", - "name": "amplify energy corp" - }, - { - "cik": 1742089, - "symbol": "cbmb", - "name": "cbm bancorp inc" - }, - { - "cik": 1454979, - "symbol": "ncb", - "name": "nuveen california municipal value fund 2" - }, - { - "cik": 1472091, - "symbol": "edge", - "name": "pds biotechnology corp" - }, - { - "cik": 61004, - "symbol": "lgl", - "name": "lgl group inc" - }, - { - "cik": 933738, - "symbol": "eng", - "name": "englobal corp" - }, - { - "cik": 1030471, - "symbol": "utsi", - "name": "utstarcom holdings corp" - }, - { - "cik": 1131343, - "symbol": "pran", - "name": "alterity therapeutics ltd" - }, - { - "cik": 27367, - "symbol": "dxr", - "name": "daxor corp" - }, - { - "cik": 1574232, - "symbol": "adxn", - "name": "addex therapeutics ltd" - }, - { - "cik": 1140215, - "symbol": "reed", - "name": "reeds inc" - }, - { - "cik": 914712, - "symbol": "stcn", - "name": "steel connect inc" - }, - { - "cik": 1181505, - "symbol": "pyn", - "name": "pimco new york municipal income fund iii" - }, - { - "cik": 1709819, - "symbol": "fedu", - "name": "four seasons education (cayman) inc" - }, - { - "cik": 799165, - "symbol": "dwsn", - "name": "dawson geophysical co" - }, - { - "cik": 858707, - "symbol": "irl", - "name": "new ireland fund inc" - }, - { - "cik": 822370, - "symbol": "emmaw", - "name": "emmaus life sciences inc" - }, - { - "cik": 881787, - "symbol": "crt", - "name": "cross timbers royalty trust" - }, - { - "cik": 1609065, - "symbol": "pbhc", - "name": "pathfinder bancorp inc" - }, - { - "cik": 914122, - "symbol": "ppih", - "name": "perma-pipe international holdings inc" - }, - { - "cik": 1563880, - "symbol": "trvi", - "name": "trevi therapeutics inc" - }, - { - "cik": 1598308, - "symbol": "gwhp", - "name": "global wholehealth partners corp" - }, - { - "cik": 1401914, - "symbol": "dare", - "name": "dare bioscience inc" - }, - { - "cik": 1288770, - "symbol": "xtgrf", - "name": "xtra-gold resources corp" - }, - { - "cik": 1611831, - "symbol": "cdelf", - "name": "candelaria mining corp" - }, - { - "cik": 1394056, - "symbol": "oss", - "name": "one stop systems inc" - }, - { - "cik": 1413909, - "symbol": "dsgt", - "name": "dsg global inc" - }, - { - "cik": 1665300, - "symbol": "phunw", - "name": "phunware inc" - }, - { - "cik": 928465, - "symbol": "dit", - "name": "amcon distributing co" - }, - { - "cik": 1079282, - "symbol": "bmsn", - "name": "rivulet media inc" - }, - { - "cik": 1659617, - "symbol": "mbrx", - "name": "moleculin biotech inc" - }, - { - "cik": 1707303, - "symbol": "dogz", - "name": "dogness (international) corp" - }, - { - "cik": 40730, - "symbol": "mtlqu", - "name": "motors liquidation co" - }, - { - "cik": 949961, - "symbol": "ior", - "name": "income opportunity realty investors inc tx" - }, - { - "cik": 1675634, - "symbol": "pixy", - "name": "shiftpixy inc" - }, - { - "cik": 927355, - "symbol": "tess", - "name": "tessco technologies inc" - }, - { - "cik": 1566826, - "symbol": "nxtd", - "name": "nxt-id inc" - }, - { - "cik": 1166126, - "symbol": "jcpnq", - "name": "old copper company inc" - }, - { - "cik": 39092, - "symbol": "frd", - "name": "friedman industries inc" - }, - { - "cik": 1205922, - "symbol": "vcnx", - "name": "vaccinex inc" - }, - { - "cik": 1604924, - "symbol": "fwp", - "name": "forward pharma a s" - }, - { - "cik": 1422142, - "symbol": "arpo", - "name": "aerpio pharmaceuticals inc" - }, - { - "cik": 1630511, - "symbol": "tfecf", - "name": "thin film electronics asa" - }, - { - "cik": 1103090, - "symbol": "rscf", - "name": "reflect scientific inc" - }, - { - "cik": 315131, - "symbol": "phx", - "name": "phx minerals inc" - }, - { - "cik": 1031623, - "symbol": "gifi", - "name": "gulf island fabrication inc" - }, - { - "cik": 315849, - "symbol": "sgb", - "name": "southwest georgia financial corp" - }, - { - "cik": 1101026, - "symbol": "zivo", - "name": "zivo bioscience inc" - }, - { - "cik": 1494558, - "symbol": "ambo", - "name": "ambow education holding ltd" - }, - { - "cik": 740664, - "symbol": "rfil", - "name": "r f industries ltd" - }, - { - "cik": 1472619, - "symbol": "loncf", - "name": "loncor resources inc" - }, - { - "cik": 1163389, - "symbol": "nwpp", - "name": "new peoples bankshares inc" - }, - { - "cik": 1741257, - "symbol": "bfgx", - "name": "bangfu technology group co ltd" - }, - { - "cik": 1434674, - "symbol": "chnd", - "name": "china media inc" - }, - { - "cik": 1751692, - "symbol": "bcow", - "name": "1895 bancorp of wisconsin inc" - }, - { - "cik": 879911, - "symbol": "aerg", - "name": "applied energetics inc" - }, - { - "cik": 925741, - "symbol": "bcdaw", - "name": "biocardia inc" - }, - { - "cik": 1576340, - "symbol": "cen", - "name": "center coast brookfield mlp & energy infrastructure fund" - }, - { - "cik": 1582244, - "symbol": "cnig", - "name": "corning natural gas holding corp" - }, - { - "cik": 1654672, - "symbol": "pnpl", - "name": "pineapple inc" - }, - { - "cik": 1510964, - "symbol": "cvsi", - "name": "cv sciences inc" - }, - { - "cik": 810943, - "symbol": "pcf", - "name": "high income securities fund" - }, - { - "cik": 1408146, - "symbol": "scyyf", - "name": "scandium international mining corp" - }, - { - "cik": 889348, - "symbol": "cvu", - "name": "cpi aerostructures inc" - }, - { - "cik": 924719, - "symbol": "smid", - "name": "smith midland corp" - }, - { - "cik": 833021, - "symbol": "cif", - "name": "mfs intermediate high income fund" - }, - { - "cik": 1005101, - "symbol": "cncg", - "name": "concierge technologies inc" - }, - { - "cik": 1403853, - "symbol": "nes", - "name": "nuverra environmental solutions inc" - }, - { - "cik": 1650575, - "symbol": "brqsw", - "name": "borqs technologies inc" - }, - { - "cik": 1334388, - "symbol": "obelf", - "name": "obsidian energy ltd" - }, - { - "cik": 1296484, - "symbol": "tops", - "name": "top ships inc" - }, - { - "cik": 925528, - "symbol": "hdsn", - "name": "hudson technologies inc ny" - }, - { - "cik": 882508, - "symbol": "quik", - "name": "quicklogic corp" - }, - { - "cik": 1477845, - "symbol": "anvs", - "name": "annovis bio inc" - }, - { - "cik": 1724542, - "symbol": "clps", - "name": "clps inc" - }, - { - "cik": 1051514, - "symbol": "sskn", - "name": "strata skin sciences inc" - }, - { - "cik": 1716338, - "symbol": "pt", - "name": "pintec technology holdings ltd" - }, - { - "cik": 1741534, - "symbol": "mdjh", - "name": "mdjm ltd" - }, - { - "cik": 1686000, - "symbol": "jgldf", - "name": "japan gold corp" - }, - { - "cik": 1043186, - "symbol": "slng", - "name": "stabilis solutions inc" - }, - { - "cik": 949858, - "symbol": "achv", - "name": "achieve life sciences inc" - }, - { - "cik": 1500375, - "symbol": "hfbl", - "name": "home federal bancorp inc of louisiana" - }, - { - "cik": 1087294, - "symbol": "cpix", - "name": "cumberland pharmaceuticals inc" - }, - { - "cik": 1750106, - "symbol": "hfen", - "name": "hf enterprises inc" - }, - { - "cik": 1230058, - "symbol": "kanp", - "name": "kaanapali land llc" - }, - { - "cik": 1751876, - "symbol": "happ", - "name": "happiness biotech group ltd" - }, - { - "cik": 1400897, - "symbol": "srv", - "name": "cushing mlp & infrastructure total return fund" - }, - { - "cik": 1734875, - "symbol": "msvb", - "name": "mid-southern bancorp inc" - }, - { - "cik": 1158420, - "symbol": "hgsh", - "name": "china hgs real estate inc" - }, - { - "cik": 1641614, - "symbol": "pmts", - "name": "cpi card group inc" - }, - { - "cik": 1023198, - "symbol": "sgni", - "name": "stemgen inc" - }, - { - "cik": 811641, - "symbol": "iccc", - "name": "immucell corp de" - }, - { - "cik": 887247, - "symbol": "admp", - "name": "adamis pharmaceuticals corp" - }, - { - "cik": 1691936, - "symbol": "andaw", - "name": "andina acquisition corp iii" - }, - { - "cik": 840715, - "symbol": "clro", - "name": "clearone inc" - }, - { - "cik": 1053691, - "symbol": "dffn", - "name": "diffusion pharmaceuticals inc" - }, - { - "cik": 1711012, - "symbol": "aihs", - "name": "senmiao technology ltd" - }, - { - "cik": 1269026, - "symbol": "sint", - "name": "sintx technologies inc" - }, - { - "cik": 1641398, - "symbol": "ccnc", - "name": "code chain new continent ltd" - }, - { - "cik": 1716951, - "symbol": "occip", - "name": "ofs credit company inc" - }, - { - "cik": 799698, - "symbol": "cytr", - "name": "cytrx corp" - }, - { - "cik": 1752524, - "symbol": "flwpf", - "name": "flowr corp" - }, - { - "cik": 1464165, - "symbol": "betrd", - "name": "betterlife pharma inc" - }, - { - "cik": 1659323, - "symbol": "itrm", - "name": "iterum therapeutics plc" - }, - { - "cik": 1631282, - "symbol": "dtss", - "name": "datasea inc" - }, - { - "cik": 1569340, - "symbol": "clcs", - "name": "cell source inc" - }, - { - "cik": 1574235, - "symbol": "pulm", - "name": "pulmatrix inc" - }, - { - "cik": 946936, - "symbol": "dswl", - "name": "deswell industries inc" - }, - { - "cik": 1538217, - "symbol": "srax", - "name": "srax inc" - }, - { - "cik": 1680637, - "symbol": "nrrwf", - "name": "nuran wireless inc" - }, - { - "cik": 1512927, - "symbol": "cuii", - "name": "china united insurance service inc" - }, - { - "cik": 1681903, - "symbol": "icch", - "name": "icc holdings inc" - }, - { - "cik": 1392994, - "symbol": "fgb", - "name": "first trust specialty finance & financial opportunities fund" - }, - { - "cik": 1657045, - "symbol": "wwin", - "name": "allyme group inc nv" - }, - { - "cik": 1785566, - "symbol": "zcmd", - "name": "zhongchao inc" - }, - { - "cik": 54187, - "symbol": "mays", - "name": "mays j w inc" - }, - { - "cik": 1372183, - "symbol": "mkgi", - "name": "monaker group inc" - }, - { - "cik": 1379329, - "symbol": "ibtn", - "name": "inscorp inc" - }, - { - "cik": 1810140, - "symbol": "goed", - "name": "1847 goedeker inc" - }, - { - "cik": 1023994, - "symbol": "sgbx", - "name": "sg blocks inc" - }, - { - "cik": 1039280, - "symbol": "ntwk", - "name": "netsol technologies inc" - }, - { - "cik": 1438731, - "symbol": "aljj", - "name": "alj regional holdings inc" - }, - { - "cik": 1611277, - "symbol": "hlix", - "name": "helix technologies inc" - }, - { - "cik": 1420565, - "symbol": "alrn", - "name": "aileron therapeutics inc" - }, - { - "cik": 1356949, - "symbol": "hwcc", - "name": "houston wire & cable co" - }, - { - "cik": 1526329, - "symbol": "ttp", - "name": "tortoise pipeline & energy fund inc" - }, - { - "cik": 1109504, - "symbol": "epwcf", - "name": "empower clinics inc" - }, - { - "cik": 22701, - "symbol": "jcs", - "name": "communications systems inc" - }, - { - "cik": 8177, - "symbol": "aame", - "name": "atlantic american corp" - }, - { - "cik": 1494448, - "symbol": "emgc", - "name": "emergent capital inc" - }, - { - "cik": 1725526, - "symbol": "hpr", - "name": "highpoint resources corp" - }, - { - "cik": 1544227, - "symbol": "mlnd", - "name": "millendo therapeutics inc" - }, - { - "cik": 1502758, - "symbol": "nulgf", - "name": "nulegacy gold corp" - }, - { - "cik": 1305197, - "symbol": "fmo", - "name": "fiduciary claymore energy infrastructure fund" - }, - { - "cik": 1166272, - "symbol": "gene", - "name": "genetic technologies ltd" - }, - { - "cik": 1021270, - "symbol": "bbq", - "name": "bbq holdings inc" - }, - { - "cik": 1454789, - "symbol": "catb", - "name": "catabasis pharmaceuticals inc" - }, - { - "cik": 1335105, - "symbol": "lixtw", - "name": "lixte biotechnology holdings inc" - }, - { - "cik": 1584480, - "symbol": "laab", - "name": "startech labs inc" - }, - { - "cik": 1801834, - "symbol": "prfx", - "name": "painreform ltd" - }, - { - "cik": 1346610, - "symbol": "xrf", - "name": "sos ltd" - }, - { - "cik": 1382574, - "symbol": "meds", - "name": "trxade group inc" - }, - { - "cik": 1505413, - "symbol": "voc", - "name": "voc energy trust" - }, - { - "cik": 1707919, - "symbol": "nakd", - "name": "naked brand group ltd" - }, - { - "cik": 929545, - "symbol": "cdor", - "name": "condor hospitality trust inc" - }, - { - "cik": 1702318, - "symbol": "hx", - "name": "xiaobai maimai inc" - }, - { - "cik": 1339970, - "symbol": "life", - "name": "atyr pharma inc" - }, - { - "cik": 1098996, - "symbol": "ornc", - "name": "oranco inc" - }, - { - "cik": 885462, - "symbol": "gure", - "name": "gulf resources inc" - }, - { - "cik": 1099160, - "symbol": "bbgi", - "name": "beasley broadcast group inc" - }, - { - "cik": 13156, - "symbol": "glxz", - "name": "galaxy gaming inc" - }, - { - "cik": 856128, - "symbol": "mfv", - "name": "mfs special value trust" - }, - { - "cik": 1622408, - "symbol": "frfr", - "name": "fritzy tech inc" - }, - { - "cik": 812796, - "symbol": "sngxw", - "name": "soligenix inc" - }, - { - "cik": 1074828, - "symbol": "knwn", - "name": "know labs inc" - }, - { - "cik": 1108967, - "symbol": "oeg", - "name": "orbital energy group inc" - }, - { - "cik": 907654, - "symbol": "abio", - "name": "arca biopharma inc" - }, - { - "cik": 1806524, - "symbol": "lghlw", - "name": "lion group holding ltd" - }, - { - "cik": 1104855, - "symbol": "sprt", - "name": "supportcom inc" - }, - { - "cik": 1660046, - "symbol": "imrnw", - "name": "immuron ltd" - }, - { - "cik": 1489874, - "symbol": "ggrou", - "name": "golden growers cooperative" - }, - { - "cik": 1288750, - "symbol": "tlrs", - "name": "timberline resources corp" - }, - { - "cik": 1499684, - "symbol": "acez", - "name": "ariel clean energy inc" - }, - { - "cik": 1318641, - "symbol": "cbli", - "name": "cleveland biolabs inc" - }, - { - "cik": 1687932, - "symbol": "jill", - "name": "jjill inc" - }, - { - "cik": 855787, - "symbol": "aphe", - "name": "alpha energy inc" - }, - { - "cik": 808439, - "symbol": "tatt", - "name": "tat technologies ltd" - }, - { - "cik": 1178697, - "symbol": "sonm", - "name": "sonim technologies inc" - }, - { - "cik": 746210, - "symbol": "oblg", - "name": "oblong inc" - }, - { - "cik": 1289636, - "symbol": "pfie", - "name": "profire energy inc" - }, - { - "cik": 1320854, - "symbol": "rail", - "name": "freightcar america inc" - }, - { - "cik": 1449792, - "symbol": "ppsi", - "name": "pioneer power solutions inc" - }, - { - "cik": 925173, - "symbol": "ptbs", - "name": "potomac bancshares inc" - }, - { - "cik": 1730773, - "symbol": "bsfc", - "name": "blue star foods corp" - }, - { - "cik": 874292, - "symbol": "aey", - "name": "addvantage technologies group inc" - }, - { - "cik": 1066684, - "symbol": "tglo", - "name": "theglobe com inc" - }, - { - "cik": 1596123, - "symbol": "fbva", - "name": "farmers bankshares inc" - }, - { - "cik": 1781405, - "symbol": "odii", - "name": "odyssey semiconductor technologies inc" - }, - { - "cik": 1106838, - "symbol": "sonn", - "name": "sonnet biotherapeutics holdings inc" - }, - { - "cik": 1724009, - "symbol": "prt", - "name": "permrock royalty trust" - }, - { - "cik": 15847, - "symbol": "buks", - "name": "butler national corp" - }, - { - "cik": 1456189, - "symbol": "leat", - "name": "leatt corp" - }, - { - "cik": 1008848, - "symbol": "acor", - "name": "acorda therapeutics inc" - }, - { - "cik": 1328792, - "symbol": "tpcs", - "name": "techprecision corp" - }, - { - "cik": 1413263, - "symbol": "cjjd", - "name": "china jo-jo drugstores inc" - }, - { - "cik": 829323, - "symbol": "inuv", - "name": "inuvo inc" - }, - { - "cik": 813639, - "symbol": "clhrf", - "name": "nomad royalty co ltd" - }, - { - "cik": 1044676, - "symbol": "hcbc", - "name": "high country bancorp inc" - }, - { - "cik": 1288359, - "symbol": "otel", - "name": "otelco inc" - }, - { - "cik": 728387, - "symbol": "isr", - "name": "isoray inc" - }, - { - "cik": 1301236, - "symbol": "soho", - "name": "sotherly hotels inc" - }, - { - "cik": 109657, - "symbol": "gtbp", - "name": "gt biopharma inc" - }, - { - "cik": 1811109, - "symbol": "auvi", - "name": "applied uv inc" - }, - { - "cik": 1571329, - "symbol": "cpta", - "name": "capitala finance corp" - }, - { - "cik": 898171, - "symbol": "uwhr", - "name": "uwharrie capital corp" - }, - { - "cik": 351998, - "symbol": "daio", - "name": "data i o corp" - }, - { - "cik": 1437491, - "symbol": "zestd", - "name": "ecoark holdings inc" - }, - { - "cik": 1321834, - "symbol": "aker", - "name": "akers biosciences inc" - }, - { - "cik": 1514183, - "symbol": "ucut", - "name": "silo pharma inc" - }, - { - "cik": 1293818, - "symbol": "opgn", - "name": "opgen inc" - }, - { - "cik": 1001500, - "symbol": "lmrxf", - "name": "laramide resources ltd" - }, - { - "cik": 724742, - "symbol": "tphs", - "name": "trinity place holdings inc" - }, - { - "cik": 1015155, - "symbol": "cthr", - "name": "charles & colvard ltd" - }, - { - "cik": 1687451, - "symbol": "zkin", - "name": "zk international group co ltd" - }, - { - "cik": 1731176, - "symbol": "totar", - "name": "tottenham acquisition i ltd" - }, - { - "cik": 1031235, - "symbol": "self", - "name": "global self storage inc" - }, - { - "cik": 1414382, - "symbol": "clev", - "name": "concrete leveling systems inc" - }, - { - "cik": 819050, - "symbol": "bbi", - "name": "brickell biotech inc" - }, - { - "cik": 1074871, - "symbol": "modd", - "name": "modular medical inc" - }, - { - "cik": 751365, - "symbol": "virc", - "name": "virco mfg corporation" - }, - { - "cik": 1395627, - "symbol": "iid", - "name": "voya international high dividend equity income fund" - }, - { - "cik": 1652499, - "symbol": "cnttq", - "name": "canntrust holdings inc" - }, - { - "cik": 1594555, - "symbol": "hvbc", - "name": "hv bancorp inc" - }, - { - "cik": 1023364, - "symbol": "auto", - "name": "autoweb inc" - }, - { - "cik": 1616741, - "symbol": "pati", - "name": "patriot transportation holding inc" - }, - { - "cik": 1585608, - "symbol": "jagx", - "name": "jaguar health inc" - }, - { - "cik": 103872, - "symbol": "volt", - "name": "volt information sciences inc" - }, - { - "cik": 1379006, - "symbol": "nnvc", - "name": "nanoviricides inc" - }, - { - "cik": 771999, - "symbol": "dss", - "name": "document security systems inc" - }, - { - "cik": 1563568, - "symbol": "adom", - "name": "adomani inc" - }, - { - "cik": 1568875, - "symbol": "znrg", - "name": "znergy inc" - }, - { - "cik": 1031233, - "symbol": "ppbn", - "name": "pinnacle bankshares corp" - }, - { - "cik": 1715611, - "symbol": "bmmj", - "name": "body & mind inc" - }, - { - "cik": 50292, - "symbol": "iehc", - "name": "ieh corp" - }, - { - "cik": 1680962, - "symbol": "wgmcf", - "name": "winston gold corp" - }, - { - "cik": 1029125, - "symbol": "snbp", - "name": "panbela therapeutics inc" - }, - { - "cik": 1678022, - "symbol": "newa", - "name": "newater technology inc" - }, - { - "cik": 1420529, - "symbol": "aacg", - "name": "ata creativity global" - }, - { - "cik": 1611747, - "symbol": "bvxv", - "name": "biondvax pharmaceuticals ltd" - }, - { - "cik": 1629606, - "symbol": "drvd", - "name": "driven deliveries inc" - }, - { - "cik": 1009891, - "symbol": "airi", - "name": "air industries group" - }, - { - "cik": 1555074, - "symbol": "aamc", - "name": "altisource asset management corp" - }, - { - "cik": 1030192, - "symbol": "njmc", - "name": "new jersey mining co" - }, - { - "cik": 1023844, - "symbol": "nhld", - "name": "national holdings corp" - }, - { - "cik": 1056358, - "symbol": "mtex", - "name": "mannatech inc" - }, - { - "cik": 1302084, - "symbol": "nsrcf", - "name": "nextsource materials inc" - }, - { - "cik": 1542731, - "symbol": "lemif", - "name": "leading edge materials corp" - }, - { - "cik": 1808665, - "symbol": "asrt", - "name": "assertio holdings inc" - }, - { - "cik": 1299865, - "symbol": "gxsff", - "name": "goldsource mines inc" - }, - { - "cik": 1782309, - "symbol": "edtk", - "name": "skillful craftsman education technology ltd" - }, - { - "cik": 1574186, - "symbol": "zgsi", - "name": "zero gravity solutions inc" - }, - { - "cik": 29332, - "symbol": "dxyn", - "name": "dixie group inc" - }, - { - "cik": 1755058, - "symbol": "atif", - "name": "atif holdings ltd" - }, - { - "cik": 1629210, - "symbol": "pzg", - "name": "paramount gold nevada corp" - }, - { - "cik": 1630430, - "symbol": "gcty", - "name": "gain cities ltd" - }, - { - "cik": 1462047, - "symbol": "pgcg", - "name": "prime global capital group inc" - }, - { - "cik": 81955, - "symbol": "rand", - "name": "rand capital corp" - }, - { - "cik": 814676, - "symbol": "cpsh", - "name": "cps technologies corp de" - }, - { - "cik": 1607962, - "symbol": "rwlk", - "name": "rewalk robotics ltd" - }, - { - "cik": 1333172, - "symbol": "nm", - "name": "navios maritime holdings inc" - }, - { - "cik": 877019, - "symbol": "pnckf", - "name": "galleon gold corp" - }, - { - "cik": 1749849, - "symbol": "ogaa", - "name": "organic agricultural co ltd" - }, - { - "cik": 1092896, - "symbol": "cca", - "name": "mfs california municipal fund" - }, - { - "cik": 1812727, - "symbol": "reli", - "name": "reliance global group inc" - }, - { - "cik": 2186, - "symbol": "bkti", - "name": "bk technologies corp" - }, - { - "cik": 1001907, - "symbol": "astc", - "name": "astrotech corp" - }, - { - "cik": 1787005, - "symbol": "cnnb", - "name": "cincinnati bancorp inc" - }, - { - "cik": 1649009, - "symbol": "syatd", - "name": "siyata mobile inc" - }, - { - "cik": 1043961, - "symbol": "prpo", - "name": "precipio inc" - }, - { - "cik": 1095130, - "symbol": "iotc", - "name": "iota communications inc" - }, - { - "cik": 1009922, - "symbol": "nsfdf", - "name": "nxt energy solutions inc" - }, - { - "cik": 1098146, - "symbol": "pnbk", - "name": "patriot national bancorp inc" - }, - { - "cik": 878828, - "symbol": "wtt", - "name": "wireless telecom group inc" - }, - { - "cik": 12040, - "symbol": "bdl", - "name": "flanigans enterprises inc" - }, - { - "cik": 1442236, - "symbol": "qrhc", - "name": "quest resource holding corp" - }, - { - "cik": 1396633, - "symbol": "sume", - "name": "summer energy holdings inc" - }, - { - "cik": 1647705, - "symbol": "gbbt", - "name": "global boatworks holdings inc" - }, - { - "cik": 1729427, - "symbol": "cnsp", - "name": "cns pharmaceuticals inc" - }, - { - "cik": 1565228, - "symbol": "xgti", - "name": "vislink technologies inc" - }, - { - "cik": 1454981, - "symbol": "nyv", - "name": "nuveen new york municipal value fund 2" - }, - { - "cik": 96536, - "symbol": "tayd", - "name": "taylor devices inc" - }, - { - "cik": 1174940, - "symbol": "ogen", - "name": "oragenics inc" - }, - { - "cik": 1351573, - "symbol": "phcg", - "name": "pure harvest corporate group inc" - }, - { - "cik": 1463833, - "symbol": "idwm", - "name": "idw media holdings inc" - }, - { - "cik": 1308027, - "symbol": "vyst", - "name": "vystar corp" - }, - { - "cik": 1120970, - "symbol": "lode", - "name": "comstock mining inc" - }, - { - "cik": 1100397, - "symbol": "adxs", - "name": "advaxis inc" - }, - { - "cik": 1281845, - "symbol": "inno", - "name": "innocap inc" - }, - { - "cik": 1634447, - "symbol": "peck", - "name": "peck co holdings inc" - }, - { - "cik": 1385508, - "symbol": "opnt", - "name": "opiant pharmaceuticals inc" - }, - { - "cik": 1766526, - "symbol": "tectp", - "name": "tectonic financial inc" - }, - { - "cik": 1742518, - "symbol": "mtc", - "name": "mmtec inc" - }, - { - "cik": 866609, - "symbol": "io", - "name": "ion geophysical corp" - }, - { - "cik": 1371782, - "symbol": "mvo", - "name": "mv oil trust" - }, - { - "cik": 1341170, - "symbol": "esea", - "name": "euroseas ltd" - }, - { - "cik": 1314772, - "symbol": "sumr", - "name": "summer infant inc" - }, - { - "cik": 1106213, - "symbol": "sfrx", - "name": "seafarer exploration corp" - }, - { - "cik": 1601936, - "symbol": "ears", - "name": "auris medical holding ltd" - }, - { - "cik": 1343009, - "symbol": "cnbx", - "name": "cannabics pharmaceuticals inc" - }, - { - "cik": 1708405, - "symbol": "trmt", - "name": "tremont mortgage trust" - }, - { - "cik": 356037, - "symbol": "cspi", - "name": "csp inc ma" - }, - { - "cik": 1376321, - "symbol": "cnet", - "name": "zw data action technologies inc" - }, - { - "cik": 1498382, - "symbol": "dmpi", - "name": "kintara therapeutics inc" - }, - { - "cik": 1061027, - "symbol": "snss", - "name": "sunesis pharmaceuticals inc" - }, - { - "cik": 18172, - "symbol": "ctam", - "name": "a m castle & co" - }, - { - "cik": 1643154, - "symbol": "ithuf", - "name": "ianthus capital holdings inc" - }, - { - "cik": 100625, - "symbol": "srmc", - "name": "sierra monitor corp ca" - }, - { - "cik": 1768225, - "symbol": "emhtf", - "name": "emerald health therapeutics inc" - }, - { - "cik": 1467652, - "symbol": "neos", - "name": "neos therapeutics inc" - }, - { - "cik": 1477009, - "symbol": "cann", - "name": "general cannabis corp" - }, - { - "cik": 1418489, - "symbol": "gnrv", - "name": "grand river commerce inc" - }, - { - "cik": 101538, - "symbol": "uamy", - "name": "united states antimony corp" - }, - { - "cik": 917225, - "symbol": "xpl", - "name": "solitario zinc corp" - }, - { - "cik": 1771885, - "symbol": "huge", - "name": "fsd pharma inc" - }, - { - "cik": 899782, - "symbol": "nom", - "name": "nuveen missouri quality municipal income fund" - }, - { - "cik": 1668370, - "symbol": "tbltw", - "name": "toughbuilt industries inc" - }, - { - "cik": 1087022, - "symbol": "alrt", - "name": "alr technologies inc" - }, - { - "cik": 1484737, - "symbol": "hfbk", - "name": "harford bank" - }, - { - "cik": 1169029, - "symbol": "bzm", - "name": "blackrock maryland municipal bond trust" - }, - { - "cik": 1551206, - "symbol": "hgld", - "name": "patagonia gold corp" - }, - { - "cik": 1105101, - "symbol": "gigm", - "name": "gigamedia ltd" - }, - { - "cik": 1448397, - "symbol": "shipw", - "name": "seanergy maritime holdings corp" - }, - { - "cik": 838875, - "symbol": "wvvip", - "name": "willamette valley vineyards inc" - }, - { - "cik": 1076691, - "symbol": "osbk", - "name": "oconee financial corp" - }, - { - "cik": 1546853, - "symbol": "skky", - "name": "skkynet cloud systems inc" - }, - { - "cik": 1686850, - "symbol": "mots", - "name": "motus gi holdings inc" - }, - { - "cik": 1304161, - "symbol": "pbsv", - "name": "pharma-bio serv inc" - }, - { - "cik": 922521, - "symbol": "falc", - "name": "falconstor software inc" - }, - { - "cik": 1369290, - "symbol": "myo", - "name": "myomo inc" - }, - { - "cik": 1357671, - "symbol": "crtdw", - "name": "creatd inc" - }, - { - "cik": 86759, - "symbol": "sfef", - "name": "santa fe financial corp" - }, - { - "cik": 901824, - "symbol": "mhe", - "name": "blackrock massachusetts tax-exempt trust" - }, - { - "cik": 1069308, - "symbol": "acer", - "name": "acer therapeutics inc" - }, - { - "cik": 1485538, - "symbol": "osn", - "name": "ossen innovation co ltd" - }, - { - "cik": 744452, - "symbol": "apdn", - "name": "applied dna sciences inc" - }, - { - "cik": 880406, - "symbol": "cuba", - "name": "herzfeld caribbean basin fund inc" - }, - { - "cik": 1621199, - "symbol": "ughl", - "name": "union bridge holdings ltd" - }, - { - "cik": 1130166, - "symbol": "cycc", - "name": "cyclacel pharmaceuticals inc" - }, - { - "cik": 1670349, - "symbol": "uswsw", - "name": "us well services inc" - }, - { - "cik": 1737706, - "symbol": "sdrl", - "name": "seadrill ltd" - }, - { - "cik": 1277998, - "symbol": "mhpc", - "name": "manufactured housing properties inc" - }, - { - "cik": 885307, - "symbol": "jctcf", - "name": "jewett cameron trading co ltd" - }, - { - "cik": 1722731, - "symbol": "fdct", - "name": "fdctech inc" - }, - { - "cik": 1759136, - "symbol": "bhat", - "name": "blue hat interactive entertainment technology" - }, - { - "cik": 788965, - "symbol": "hnrg", - "name": "hallador energy co" - }, - { - "cik": 1586452, - "symbol": "lbao", - "name": "luboa group inc" - }, - { - "cik": 1617291, - "symbol": "mbcq", - "name": "mb bancorp inc" - }, - { - "cik": 65759, - "symbol": "mpad", - "name": "micropac industries inc" - }, - { - "cik": 1382231, - "symbol": "ftmr", - "name": "fortem resources inc" - }, - { - "cik": 890066, - "symbol": "glbz", - "name": "glen burnie bancorp" - }, - { - "cik": 1413898, - "symbol": "ahc", - "name": "a h belo corp" - }, - { - "cik": 1297937, - "symbol": "prka", - "name": "parks america inc" - }, - { - "cik": 1617351, - "symbol": "lepx", - "name": "mu yan technology group co ltd" - }, - { - "cik": 890447, - "symbol": "vtnr", - "name": "vertex energy inc" - }, - { - "cik": 1211211, - "symbol": "chmd", - "name": "median group inc" - }, - { - "cik": 850027, - "symbol": "grf", - "name": "eagle capital growth fund inc" - }, - { - "cik": 1314196, - "symbol": "olbg", - "name": "olb group inc" - }, - { - "cik": 79661, - "symbol": "prsi", - "name": "portsmouth square inc" - }, - { - "cik": 1630113, - "symbol": "btcy", - "name": "biotricity inc" - }, - { - "cik": 1527762, - "symbol": "mfh", - "name": "mercurity fintech holding inc" - }, - { - "cik": 1480170, - "symbol": "beob", - "name": "beo bancorp" - }, - { - "cik": 1069394, - "symbol": "fsi", - "name": "flexible solutions international inc" - }, - { - "cik": 1602380, - "symbol": "jroof", - "name": "jericho oil corp" - }, - { - "cik": 1350156, - "symbol": "paxh", - "name": "preaxia health care payment systems inc" - }, - { - "cik": 1019671, - "symbol": "seac", - "name": "seachange international inc" - }, - { - "cik": 864240, - "symbol": "sypr", - "name": "sypris solutions inc" - }, - { - "cik": 1417926, - "symbol": "invod", - "name": "invo bioscience inc" - }, - { - "cik": 823546, - "symbol": "rkfl", - "name": "rocketfuel blockchain inc" - }, - { - "cik": 1336364, - "symbol": "hnckf", - "name": "giga metals corp" - }, - { - "cik": 923883, - "symbol": "tltff", - "name": "theralase technologies inc fi" - }, - { - "cik": 1391933, - "symbol": "qnto", - "name": "quaint oak bancorp inc" - }, - { - "cik": 1659183, - "symbol": "ndvn", - "name": "ndivision inc" - }, - { - "cik": 55529, - "symbol": "kequ", - "name": "kewaunee scientific corp de" - }, - { - "cik": 1463208, - "symbol": "tlss", - "name": "transportation & logistics systems inc" - }, - { - "cik": 1107280, - "symbol": "ovtz", - "name": "oculus visiontech inc" - }, - { - "cik": 1559998, - "symbol": "vino", - "name": "gaucho group holdings inc" - }, - { - "cik": 1682948, - "symbol": "axnvf", - "name": "axion ventures inc" - }, - { - "cik": 1536196, - "symbol": "canf", - "name": "can-fite biopharma ltd" - }, - { - "cik": 1729089, - "symbol": "phcf", - "name": "puhui wealth investment management co ltd" - }, - { - "cik": 1780097, - "symbol": "bxrx", - "name": "baudax bio inc" - }, - { - "cik": 944480, - "symbol": "gvp", - "name": "gse systems inc" - }, - { - "cik": 1745846, - "symbol": "bdrex", - "name": "broadstone real estate access fund" - }, - { - "cik": 766792, - "symbol": "cvv", - "name": "cvd equipment corp" - }, - { - "cik": 1537435, - "symbol": "tgen", - "name": "tecogen inc" - }, - { - "cik": 1587246, - "symbol": "celp", - "name": "cypress environmental partners lp" - }, - { - "cik": 1026980, - "symbol": "apwc", - "name": "asia pacific wire & cable corp ltd" - }, - { - "cik": 880242, - "symbol": "blgo", - "name": "biolargo inc" - }, - { - "cik": 1469443, - "symbol": "rkda", - "name": "arcadia biosciences inc" - }, - { - "cik": 1612851, - "symbol": "plyn", - "name": "palayan resources inc" - }, - { - "cik": 1697834, - "symbol": "stmh", - "name": "stem holdings inc" - }, - { - "cik": 883107, - "symbol": "nanx", - "name": "nanophase technologies corp" - }, - { - "cik": 1495651, - "symbol": "uurad", - "name": "ucore rare metals inc" - }, - { - "cik": 1362898, - "symbol": "avlnf", - "name": "avalon advanced materials inc" - }, - { - "cik": 909724, - "symbol": "tlf", - "name": "tandy leather factory inc" - }, - { - "cik": 320017, - "symbol": "clbs", - "name": "caladrius biosciences inc" - }, - { - "cik": 1085243, - "symbol": "vtsi", - "name": "virtra inc" - }, - { - "cik": 1801762, - "symbol": "mlyf", - "name": "western magnesium corp" - }, - { - "cik": 825324, - "symbol": "gtim", - "name": "good times restaurants inc" - }, - { - "cik": 1381074, - "symbol": "ffhl", - "name": "fuwei films (holdings) co ltd" - }, - { - "cik": 1371451, - "symbol": "heol", - "name": "highwater ethanol llc" - }, - { - "cik": 1420368, - "symbol": "dlti", - "name": "dlt resolution inc" - }, - { - "cik": 93676, - "symbol": "scx", - "name": "starrett l s co" - }, - { - "cik": 1102432, - "symbol": "vkin", - "name": "viking energy group inc" - }, - { - "cik": 353184, - "symbol": "airtw", - "name": "air t inc" - }, - { - "cik": 865058, - "symbol": "nsec", - "name": "national security group inc" - }, - { - "cik": 1083490, - "symbol": "srre", - "name": "sunrise real estate group inc" - }, - { - "cik": 1088413, - "symbol": "glgi", - "name": "greystone logistics inc" - }, - { - "cik": 1590383, - "symbol": "bhtg", - "name": "biohitech global inc" - }, - { - "cik": 1577445, - "symbol": "sctc", - "name": "scoutcam inc" - }, - { - "cik": 1618500, - "symbol": "mdgsw", - "name": "medigus ltd" - }, - { - "cik": 1747661, - "symbol": "hht", - "name": "color star technology co ltd" - }, - { - "cik": 926423, - "symbol": "mindp", - "name": "mind technology inc" - }, - { - "cik": 1499494, - "symbol": "dxf", - "name": "dunxin financial holdings ltd" - }, - { - "cik": 1757840, - "symbol": "indo", - "name": "indonesia energy corp ltd" - }, - { - "cik": 1169483, - "symbol": "msbc", - "name": "mission bancorp" - }, - { - "cik": 1043000, - "symbol": "csu", - "name": "capital senior living corp" - }, - { - "cik": 1210708, - "symbol": "hson", - "name": "hudson global inc" - }, - { - "cik": 748268, - "symbol": "rcat", - "name": "red cat holdings inc" - }, - { - "cik": 1552743, - "symbol": "ecrd", - "name": "ecard inc" - }, - { - "cik": 1382943, - "symbol": "pred", - "name": "predictive technology group inc" - }, - { - "cik": 1296774, - "symbol": "ncty", - "name": "the9 ltd" - }, - { - "cik": 1778805, - "symbol": "trnf", - "name": "taronis fuels inc" - }, - { - "cik": 910679, - "symbol": "wvfc", - "name": "wvs financial corp" - }, - { - "cik": 1050606, - "symbol": "salm", - "name": "salem media group inc de" - }, - { - "cik": 922358, - "symbol": "fgpr", - "name": "ferrellgas partners l p" - }, - { - "cik": 1052054, - "symbol": "evol", - "name": "evolving systems inc" - }, - { - "cik": 1123267, - "symbol": "hannf", - "name": "hannan metals ltd" - }, - { - "cik": 1735012, - "symbol": "ivst", - "name": "innovest global inc" - }, - { - "cik": 878932, - "symbol": "eqs", - "name": "equus total return inc" - }, - { - "cik": 1537561, - "symbol": "arth", - "name": "arch therapeutics inc" - }, - { - "cik": 1682241, - "symbol": "lyl", - "name": "dragon victory international ltd" - }, - { - "cik": 1726711, - "symbol": "adtx", - "name": "aditx therapeutics inc" - }, - { - "cik": 1524326, - "symbol": "siocf", - "name": "crystal lake mining corp" - }, - { - "cik": 1019034, - "symbol": "bkyi", - "name": "bio key international inc" - }, - { - "cik": 1527541, - "symbol": "whlrp", - "name": "wheeler real estate investment trust inc" - }, - { - "cik": 1423586, - "symbol": "rihc", - "name": "rorine international holding corp" - }, - { - "cik": 749038, - "symbol": "ccur", - "name": "ccur holdings inc" - }, - { - "cik": 749647, - "symbol": "clsn", - "name": "celsion corp" - }, - { - "cik": 1443388, - "symbol": "gryn", - "name": "green hygienics holdings inc" - }, - { - "cik": 1567892, - "symbol": "mnk", - "name": "mallinckrodt plc" - }, - { - "cik": 1446189, - "symbol": "avepy", - "name": "aveng ltd" - }, - { - "cik": 1372514, - "symbol": "eyeg", - "name": "eyegate pharmaceuticals inc" - }, - { - "cik": 1098880, - "symbol": "igxt", - "name": "intelgenx technologies corp" - }, - { - "cik": 1784567, - "symbol": "hcdi", - "name": "harbor custom development inc" - }, - { - "cik": 1389545, - "symbol": "nby", - "name": "novabay pharmaceuticals inc" - }, - { - "cik": 1468639, - "symbol": "vicp", - "name": "vicapsys life sciences inc" - }, - { - "cik": 1319150, - "symbol": "pbmlf", - "name": "pacific booker minerals inc" - }, - { - "cik": 1513525, - "symbol": "adilw", - "name": "adial pharmaceuticals inc" - }, - { - "cik": 811240, - "symbol": "biol", - "name": "biolase inc" - }, - { - "cik": 1358164, - "symbol": "sycrf", - "name": "syncora holdings ltd" - }, - { - "cik": 1116548, - "symbol": "mxrof", - "name": "max resource corp" - }, - { - "cik": 1169034, - "symbol": "bhv", - "name": "blackrock virginia municipal bond trust" - }, - { - "cik": 1520048, - "symbol": "pvl", - "name": "permianville royalty trust" - }, - { - "cik": 72633, - "symbol": "nrt", - "name": "north european oil royalty trust" - }, - { - "cik": 882291, - "symbol": "aemd", - "name": "aethlon medical inc" - }, - { - "cik": 1506928, - "symbol": "avgr", - "name": "avinger inc" - }, - { - "cik": 1590695, - "symbol": "tlcc", - "name": "twinlab consolidated holdings inc" - }, - { - "cik": 1642178, - "symbol": "agnpf", - "name": "algernon pharmaceuticals inc" - }, - { - "cik": 1648428, - "symbol": "sqbg", - "name": "sequential brands group inc" - }, - { - "cik": 1172102, - "symbol": "fsrl", - "name": "first reliance bancshares inc" - }, - { - "cik": 946454, - "symbol": "btn", - "name": "ballantyne strong inc" - }, - { - "cik": 1393772, - "symbol": "budz", - "name": "weed inc" - }, - { - "cik": 1755101, - "symbol": "alds", - "name": "applife digital solutions inc" - }, - { - "cik": 1310067, - "symbol": "shldq", - "name": "sears holdings corp" - }, - { - "cik": 1735556, - "symbol": "plin", - "name": "china xiangtai food co ltd" - }, - { - "cik": 1589061, - "symbol": "gyro", - "name": "gyrodyne llc" - }, - { - "cik": 1500198, - "symbol": "nmtc", - "name": "neuroone medical technologies corp" - }, - { - "cik": 1161814, - "symbol": "kiq", - "name": "kelso technologies inc" - }, - { - "cik": 1379368, - "symbol": "hrrb", - "name": "horizon bancorp inc az" - }, - { - "cik": 1651987, - "symbol": "cfdb", - "name": "central federal bancshares inc" - }, - { - "cik": 1611110, - "symbol": "mdly", - "name": "medley management inc" - }, - { - "cik": 1029744, - "symbol": "sofo", - "name": "sonic foundry inc" - }, - { - "cik": 1775085, - "symbol": "cleu", - "name": "china liberal education holdings ltd" - }, - { - "cik": 1128189, - "symbol": "pktx", - "name": "protokinetix inc" - }, - { - "cik": 1491487, - "symbol": "tkat", - "name": "takung art co ltd" - }, - { - "cik": 1282224, - "symbol": "dlpn", - "name": "dolphin entertainment inc" - }, - { - "cik": 315958, - "symbol": "crmz", - "name": "creditriskmonitor com inc" - }, - { - "cik": 806517, - "symbol": "pmd", - "name": "psychemedics corp" - }, - { - "cik": 1444192, - "symbol": "acst", - "name": "acasti pharma inc" - }, - { - "cik": 1630176, - "symbol": "grck", - "name": "grey cloak tech inc" - }, - { - "cik": 1435064, - "symbol": "cetxw", - "name": "cemtrex inc" - }, - { - "cik": 949039, - "symbol": "dofsq", - "name": "diamond offshore drilling inc" - }, - { - "cik": 1076682, - "symbol": "pte", - "name": "polarityte inc" - }, - { - "cik": 1481241, - "symbol": "pshg", - "name": "performance shipping inc" - }, - { - "cik": 1435387, - "symbol": "denr", - "name": "discovery energy corp" - }, - { - "cik": 927761, - "symbol": "mymx", - "name": "mymetics corp" - }, - { - "cik": 1299969, - "symbol": "chci", - "name": "comstock holding companies inc" - }, - { - "cik": 1616262, - "symbol": "rmcf", - "name": "rocky mountain chocolate factory inc" - }, - { - "cik": 1454263, - "symbol": "gnwsf", - "name": "stagezero life sciences ltd" - }, - { - "cik": 894871, - "symbol": "mven", - "name": "themaven inc" - }, - { - "cik": 1547158, - "symbol": "ndp", - "name": "tortoise energy independence fund inc" - }, - { - "cik": 1009829, - "symbol": "jakk", - "name": "jakks pacific inc" - }, - { - "cik": 1682149, - "symbol": "wisa", - "name": "summit wireless technologies inc" - }, - { - "cik": 943034, - "symbol": "isns", - "name": "image sensing systems inc" - }, - { - "cik": 1627469, - "symbol": "ptzh", - "name": "photozou holdings inc" - }, - { - "cik": 1681941, - "symbol": "ifmk", - "name": "ifresh inc" - }, - { - "cik": 1016504, - "symbol": "inbp", - "name": "integrated biopharma inc" - }, - { - "cik": 795212, - "symbol": "twmc", - "name": "kaspien holdings inc" - }, - { - "cik": 1621906, - "symbol": "wstrf", - "name": "western uranium & vanadium corp" - }, - { - "cik": 1681682, - "symbol": "ndraw", - "name": "endra life sciences inc" - }, - { - "cik": 1604191, - "symbol": "azrx", - "name": "azurrx biopharma inc" - }, - { - "cik": 1063537, - "symbol": "ribt", - "name": "ricebran technologies" - }, - { - "cik": 1404281, - "symbol": "nvus", - "name": "eledon pharmaceuticals inc" - }, - { - "cik": 90168, - "symbol": "sif", - "name": "sifco industries inc" - }, - { - "cik": 100716, - "symbol": "unam", - "name": "unico american corp" - }, - { - "cik": 1399708, - "symbol": "nvcn", - "name": "neovasc inc" - }, - { - "cik": 1371217, - "symbol": "rsls", - "name": "reshape lifesciences inc" - }, - { - "cik": 1661039, - "symbol": "tptw", - "name": "tpt global tech inc" - }, - { - "cik": 1507957, - "symbol": "ipwr", - "name": "ideal power inc" - }, - { - "cik": 278165, - "symbol": "omqs", - "name": "omniq corp" - }, - { - "cik": 1596062, - "symbol": "qbio", - "name": "q biomed inc" - }, - { - "cik": 1525852, - "symbol": "mcig", - "name": "bots inc pr" - }, - { - "cik": 1113423, - "symbol": "aezs", - "name": "aeterna zentaris inc" - }, - { - "cik": 1117057, - "symbol": "plag", - "name": "planet green holdings corp" - }, - { - "cik": 1169987, - "symbol": "htgm", - "name": "htg molecular diagnostics inc" - }, - { - "cik": 1006045, - "symbol": "irix", - "name": "iridex corp" - }, - { - "cik": 315545, - "symbol": "pvctw", - "name": "provectus biopharmaceuticals inc" - }, - { - "cik": 1445815, - "symbol": "bixt", - "name": "bioxytran inc" - }, - { - "cik": 1448558, - "symbol": "grwcd", - "name": "grow capital inc" - }, - { - "cik": 1701261, - "symbol": "fami", - "name": "farmmi inc" - }, - { - "cik": 1410172, - "symbol": "rbcn", - "name": "rubicon technology inc" - }, - { - "cik": 1642375, - "symbol": "ghsi", - "name": "guardion health sciences inc" - }, - { - "cik": 1723187, - "symbol": "lhil", - "name": "leader hill corp" - }, - { - "cik": 1038277, - "symbol": "inis", - "name": "international isotopes inc" - }, - { - "cik": 87802, - "symbol": "scnd", - "name": "scientific industries inc" - }, - { - "cik": 1632053, - "symbol": "pcfp", - "name": "apotheca biosciences inc" - }, - { - "cik": 1516805, - "symbol": "moxc", - "name": "moxian inc" - }, - { - "cik": 19871, - "symbol": "cvr", - "name": "chicago rivet & machine co" - }, - { - "cik": 356590, - "symbol": "gtii", - "name": "global tech industries group inc" - }, - { - "cik": 1501268, - "symbol": "bntt", - "name": "bnet media group inc" - }, - { - "cik": 1701756, - "symbol": "gril", - "name": "muscle maker inc" - }, - { - "cik": 1391135, - "symbol": "aqsp", - "name": "acquired sales corp" - }, - { - "cik": 1668438, - "symbol": "imte", - "name": "integrated media technology ltd" - }, - { - "cik": 1099509, - "symbol": "vcsy", - "name": "vertical computer systems inc" - }, - { - "cik": 1163560, - "symbol": "gtmay", - "name": "grupo tmm sab" - }, - { - "cik": 933972, - "symbol": "pwvi", - "name": "powerverde inc" - }, - { - "cik": 1725332, - "symbol": "sfet", - "name": "safe-t group ltd" - }, - { - "cik": 1680139, - "symbol": "hlyk", - "name": "healthlynked corp" - }, - { - "cik": 1438461, - "symbol": "elre", - "name": "yinfu gold corp" - }, - { - "cik": 1711786, - "symbol": "hoth", - "name": "hoth therapeutics inc" - }, - { - "cik": 1274032, - "symbol": "awsm", - "name": "simply inc" - }, - { - "cik": 1267602, - "symbol": "alim", - "name": "alimera sciences inc" - }, - { - "cik": 1567900, - "symbol": "blbx", - "name": "blackboxstocks inc" - }, - { - "cik": 1393435, - "symbol": "grcaf", - "name": "trimetals mining inc" - }, - { - "cik": 1387473, - "symbol": "tigcf", - "name": "triumph gold corp" - }, - { - "cik": 1687542, - "symbol": "husn", - "name": "hudson capital inc" - }, - { - "cik": 1213660, - "symbol": "bimi", - "name": "boqi international medical inc" - }, - { - "cik": 1643918, - "symbol": "mtp", - "name": "midatech pharma plc" - }, - { - "cik": 1127993, - "symbol": "gaxy", - "name": "galaxy next generation inc" - }, - { - "cik": 1007019, - "symbol": "jva", - "name": "coffee holding co inc" - }, - { - "cik": 1488039, - "symbol": "atos", - "name": "atossa therapeutics inc" - }, - { - "cik": 1417370, - "symbol": "yuanf", - "name": "fincera inc" - }, - { - "cik": 1502292, - "symbol": "cnfr", - "name": "conifer holdings inc" - }, - { - "cik": 1358403, - "symbol": "blcm", - "name": "bellicum pharmaceuticals inc" - }, - { - "cik": 1508348, - "symbol": "acan", - "name": "americann inc" - }, - { - "cik": 1716621, - "symbol": "rmed", - "name": "ra medical systems inc" - }, - { - "cik": 1236997, - "symbol": "cpah", - "name": "counterpath corp" - }, - { - "cik": 1004989, - "symbol": "sgrp", - "name": "spar group inc" - }, - { - "cik": 1374328, - "symbol": "ftlf", - "name": "fitlife brands inc" - }, - { - "cik": 914139, - "symbol": "prkr", - "name": "parkervision inc" - }, - { - "cik": 1031093, - "symbol": "svbld", - "name": "silver bull resources inc" - }, - { - "cik": 1533030, - "symbol": "rdgc", - "name": "andina gold corp" - }, - { - "cik": 1415332, - "symbol": "ltum", - "name": "lithium corp" - }, - { - "cik": 1083220, - "symbol": "xelb", - "name": "xcel brands inc" - }, - { - "cik": 846546, - "symbol": "bnso", - "name": "bonso electronics international inc" - }, - { - "cik": 1481504, - "symbol": "banj", - "name": "xeriant inc" - }, - { - "cik": 83350, - "symbol": "rsrv", - "name": "reserve petroleum co" - }, - { - "cik": 1552670, - "symbol": "taop", - "name": "taoping inc" - }, - { - "cik": 1297830, - "symbol": "jrjc", - "name": "china finance online co ltd" - }, - { - "cik": 1383054, - "symbol": "dbs", - "name": "invesco db silver fund" - }, - { - "cik": 1410738, - "symbol": "vplm", - "name": "voip-palcom inc" - }, - { - "cik": 1723980, - "symbol": "sxtc", - "name": "china sxt pharmaceuticals inc" - }, - { - "cik": 1728328, - "symbol": "imlff", - "name": "inmed pharmaceuticals inc" - }, - { - "cik": 1454980, - "symbol": "njv", - "name": "nuveen new jersey municipal value fund" - }, - { - "cik": 1576197, - "symbol": "senr", - "name": "strategic environmental & energy resources inc" - }, - { - "cik": 32621, - "symbol": "msn", - "name": "emerson radio corp" - }, - { - "cik": 910267, - "symbol": "ttnp", - "name": "titan pharmaceuticals inc" - }, - { - "cik": 1059784, - "symbol": "gnbt", - "name": "generex biotechnology corp" - }, - { - "cik": 1458057, - "symbol": "ormnf", - "name": "orex minerals inc" - }, - { - "cik": 1013706, - "symbol": "whlm", - "name": "wilhelmina international inc" - }, - { - "cik": 1205181, - "symbol": "gpft", - "name": "grapefruit usa inc" - }, - { - "cik": 1389067, - "symbol": "ttcm", - "name": "tautachrome inc" - }, - { - "cik": 88000, - "symbol": "slgd", - "name": "scotts liquid gold - inc" - }, - { - "cik": 1449617, - "symbol": "moaef", - "name": "mongolia energy corp ltd" - }, - { - "cik": 1024672, - "symbol": "eltk", - "name": "eltek ltd" - }, - { - "cik": 1743858, - "symbol": "loacw", - "name": "longevity acquisition corp" - }, - { - "cik": 1551887, - "symbol": "vgrbf", - "name": "duesenberg technologies inc" - }, - { - "cik": 1759352, - "symbol": "cgol", - "name": "contact gold corp" - }, - { - "cik": 1464865, - "symbol": "ghmp", - "name": "good hemp inc" - }, - { - "cik": 1000230, - "symbol": "occ", - "name": "optical cable corp" - }, - { - "cik": 12239, - "symbol": "aiki", - "name": "aikido pharma inc" - }, - { - "cik": 867665, - "symbol": "axas", - "name": "abraxas petroleum corp" - }, - { - "cik": 919956, - "symbol": "dvcr", - "name": "diversicare healthcare services inc" - }, - { - "cik": 1468679, - "symbol": "cryo", - "name": "american cryostem corp" - }, - { - "cik": 1506492, - "symbol": "chfsw", - "name": "chf solutions inc" - }, - { - "cik": 829325, - "symbol": "spyr", - "name": "spyr inc" - }, - { - "cik": 1072772, - "symbol": "tmbxf", - "name": "tombstone exploration corp" - }, - { - "cik": 1309082, - "symbol": "cei", - "name": "camber energy inc" - }, - { - "cik": 1696195, - "symbol": "knit", - "name": "kinetic group inc" - }, - { - "cik": 1403570, - "symbol": "qtmm", - "name": "quantum materials corp" - }, - { - "cik": 1720161, - "symbol": "ctrm", - "name": "castor maritime inc" - }, - { - "cik": 922612, - "symbol": "smit", - "name": "schmitt industries inc" - }, - { - "cik": 711665, - "symbol": "gads", - "name": "gadsden properties inc" - }, - { - "cik": 1270436, - "symbol": "cohn", - "name": "cohen & co inc" - }, - { - "cik": 1521168, - "symbol": "per", - "name": "sandridge permian trust" - }, - { - "cik": 1489588, - "symbol": "grtd", - "name": "home bistro inc nv" - }, - { - "cik": 1291855, - "symbol": "spcb", - "name": "supercom ltd" - }, - { - "cik": 1099132, - "symbol": "mhtx", - "name": "manhattan scientifics inc" - }, - { - "cik": 1515251, - "symbol": "aturf", - "name": "sixth wave innovations inc" - }, - { - "cik": 1610853, - "symbol": "hsdt", - "name": "helius medical technologies inc" - }, - { - "cik": 1001601, - "symbol": "mgti", - "name": "mgt capital investments inc" - }, - { - "cik": 1751700, - "symbol": "tbba", - "name": "teb bancorp inc" - }, - { - "cik": 1679817, - "symbol": "ozsc", - "name": "ozop energy solutions inc" - }, - { - "cik": 874710, - "symbol": "ahpi", - "name": "allied healthcare products inc" - }, - { - "cik": 1679426, - "symbol": "atmo", - "name": "americatowne holdings inc" - }, - { - "cik": 908259, - "symbol": "matn", - "name": "mateon therapeutics inc" - }, - { - "cik": 1023109, - "symbol": "cvvuf", - "name": "canalaska uranium ltd" - }, - { - "cik": 1309057, - "symbol": "chhe", - "name": "china health industries holdings inc" - }, - { - "cik": 1638097, - "symbol": "entxw", - "name": "entera bio ltd" - }, - { - "cik": 1121702, - "symbol": "yten", - "name": "yield10 bioscience inc" - }, - { - "cik": 1016178, - "symbol": "carv", - "name": "carver bancorp inc" - }, - { - "cik": 1717556, - "symbol": "ednt", - "name": "vinco ventures inc" - }, - { - "cik": 700841, - "symbol": "rcmt", - "name": "rcm technologies inc" - }, - { - "cik": 1536394, - "symbol": "uslg", - "name": "us lighting group inc" - }, - { - "cik": 727510, - "symbol": "enzn", - "name": "enzon pharmaceuticals inc" - }, - { - "cik": 38264, - "symbol": "ford", - "name": "forward industries inc" - }, - { - "cik": 1104038, - "symbol": "vrmew", - "name": "verifyme inc" - }, - { - "cik": 89140, - "symbol": "svt", - "name": "servotronics inc de" - }, - { - "cik": 1802546, - "symbol": "kgkg", - "name": "kona gold beverage inc" - }, - { - "cik": 1449349, - "symbol": "rdgl", - "name": "vivos inc" - }, - { - "cik": 1661053, - "symbol": "hjliw", - "name": "hancock jaffe laboratories inc" - }, - { - "cik": 895126, - "symbol": "chkvq", - "name": "chesapeake energy corp" - }, - { - "cik": 1678848, - "symbol": "bimt", - "name": "bitmis corp" - }, - { - "cik": 1537028, - "symbol": "icd", - "name": "independence contract drilling inc" - }, - { - "cik": 1522222, - "symbol": "clsh", - "name": "cls holdings usa inc" - }, - { - "cik": 1578019, - "symbol": "trux", - "name": "truxton corp" - }, - { - "cik": 1591890, - "symbol": "fgfpp", - "name": "fg financial group inc" - }, - { - "cik": 915358, - "symbol": "sgma", - "name": "sigmatron international inc" - }, - { - "cik": 1045742, - "symbol": "live", - "name": "live ventures inc" - }, - { - "cik": 1398006, - "symbol": "bkor", - "name": "oak ridge financial services inc" - }, - { - "cik": 797465, - "symbol": "stly", - "name": "hg holdings inc" - }, - { - "cik": 1092289, - "symbol": "tat", - "name": "transatlantic petroleum ltd" - }, - { - "cik": 1348362, - "symbol": "lxrp", - "name": "lexaria bioscience corp" - }, - { - "cik": 1413745, - "symbol": "ante", - "name": "airnet technology inc" - }, - { - "cik": 82473, - "symbol": "iht", - "name": "innsuites hospitality trust" - }, - { - "cik": 1499780, - "symbol": "glbs", - "name": "globus maritime ltd" - }, - { - "cik": 1730869, - "symbol": "obtx", - "name": "obitx inc" - }, - { - "cik": 1106644, - "symbol": "cphi", - "name": "china pharma holdings inc" - }, - { - "cik": 1389002, - "symbol": "mrin", - "name": "marin software inc" - }, - { - "cik": 1716188, - "symbol": "ssbp", - "name": "ssb bancorp inc" - }, - { - "cik": 1608092, - "symbol": "kitl", - "name": "kisses from italy inc" - }, - { - "cik": 1635193, - "symbol": "ggo", - "name": "gabelli go anywhere trust" - }, - { - "cik": 1360565, - "symbol": "wfcfd", - "name": "where food comes from inc" - }, - { - "cik": 1635748, - "symbol": "zpas", - "name": "zoompass holdings inc" - }, - { - "cik": 22872, - "symbol": "chcr", - "name": "advanzeon solutions inc" - }, - { - "cik": 857949, - "symbol": "cga", - "name": "china green agriculture inc" - }, - { - "cik": 768408, - "symbol": "cyan", - "name": "cyanotech corp" - }, - { - "cik": 1407343, - "symbol": "tapp", - "name": "tap resources inc" - }, - { - "cik": 845385, - "symbol": "piac", - "name": "princeton capital corp" - }, - { - "cik": 40570, - "symbol": "job", - "name": "gee group inc" - }, - { - "cik": 1784254, - "symbol": "mdia", - "name": "mediaco holding inc" - }, - { - "cik": 1419951, - "symbol": "dtst", - "name": "data storage corp" - }, - { - "cik": 1526890, - "symbol": "intwf", - "name": "sharc international systems inc" - }, - { - "cik": 943535, - "symbol": "when", - "name": "world health energy holdings inc" - }, - { - "cik": 1563298, - "symbol": "eawd", - "name": "energy & water development corp" - }, - { - "cik": 912967, - "symbol": "fbsi", - "name": "first bancshares inc mo" - }, - { - "cik": 1568628, - "symbol": "bqst", - "name": "bioquest corp" - }, - { - "cik": 1474627, - "symbol": "llit", - "name": "lianluo smart ltd" - }, - { - "cik": 867840, - "symbol": "peye", - "name": "precision optics corporation inc" - }, - { - "cik": 1081938, - "symbol": "cpmd", - "name": "cannapharmarx inc" - }, - { - "cik": 56701, - "symbol": "koss", - "name": "koss corp" - }, - { - "cik": 1421570, - "symbol": "drrsf", - "name": "arianne phosphate inc" - }, - { - "cik": 1961, - "symbol": "wddd", - "name": "worlds inc" - }, - { - "cik": 1755068, - "symbol": "oilff", - "name": "nextleaf solutions ltd" - }, - { - "cik": 1575858, - "symbol": "pubc", - "name": "purebase corp" - }, - { - "cik": 1527587, - "symbol": "dcnpf", - "name": "duncan park holdings corp" - }, - { - "cik": 1635729, - "symbol": "eqtrf", - "name": "altamira gold corp" - }, - { - "cik": 803578, - "symbol": "iaic", - "name": "information analysis inc" - }, - { - "cik": 788611, - "symbol": "sglbw", - "name": "sigma labs inc" - }, - { - "cik": 1451512, - "symbol": "trtc", - "name": "terra tech corp" - }, - { - "cik": 1528308, - "symbol": "iinx", - "name": "ionix technology inc" - }, - { - "cik": 1640043, - "symbol": "pxsaw", - "name": "pyxis tankers inc" - }, - { - "cik": 942126, - "symbol": "tait", - "name": "taitron components inc" - }, - { - "cik": 1454978, - "symbol": "npn", - "name": "nuveen pennsylvania municipal value fund" - }, - { - "cik": 1367083, - "symbol": "snoa", - "name": "sonoma pharmaceuticals inc" - }, - { - "cik": 1084554, - "symbol": "ltbr", - "name": "lightbridge corp" - }, - { - "cik": 811212, - "symbol": "thmo", - "name": "thermogenesis holdings inc" - }, - { - "cik": 1054721, - "symbol": "bsqr", - "name": "bsquare corp wa" - }, - { - "cik": 880984, - "symbol": "acfn", - "name": "acorn energy inc" - }, - { - "cik": 1536089, - "symbol": "vrvr", - "name": "virtual interactive technologies corp" - }, - { - "cik": 1543652, - "symbol": "fflo", - "name": "free flow inc" - }, - { - "cik": 733337, - "symbol": "pwco", - "name": "pwrcor inc" - }, - { - "cik": 1662382, - "symbol": "brsf", - "name": "brain scientific inc" - }, - { - "cik": 45919, - "symbol": "hhs", - "name": "harte hanks inc" - }, - { - "cik": 1528760, - "symbol": "exeo", - "name": "exeo entertainment inc" - }, - { - "cik": 1133818, - "symbol": "bpth", - "name": "bio-path holdings inc" - }, - { - "cik": 1541190, - "symbol": "syhbf", - "name": "skyharbour resources ltd" - }, - { - "cik": 1088638, - "symbol": "mmnd", - "name": "mastermind inc" - }, - { - "cik": 1615999, - "symbol": "klfe", - "name": "neuropathix inc" - }, - { - "cik": 1424864, - "symbol": "ryes", - "name": "rise gold corp" - }, - { - "cik": 1692981, - "symbol": "venv", - "name": "venture vanadium inc" - }, - { - "cik": 718332, - "symbol": "rave", - "name": "rave restaurant group inc" - }, - { - "cik": 863900, - "symbol": "mxe", - "name": "mexico equity & income fund inc" - }, - { - "cik": 352955, - "symbol": "ckx", - "name": "ckx lands inc" - }, - { - "cik": 1358190, - "symbol": "itp", - "name": "it tech packaging inc" - }, - { - "cik": 1534248, - "symbol": "ancn", - "name": "anchiano therapeutics ltd" - }, - { - "cik": 1615219, - "symbol": "slrx", - "name": "salarius pharmaceuticals inc" - }, - { - "cik": 1067873, - "symbol": "iptk", - "name": "as-ip tech inc" - }, - { - "cik": 1085921, - "symbol": "mmtif", - "name": "micromem technologies inc" - }, - { - "cik": 1383701, - "symbol": "hsto", - "name": "histogen inc" - }, - { - "cik": 1549145, - "symbol": "allm", - "name": "alliance bioenergy plus inc" - }, - { - "cik": 1326706, - "symbol": "naov", - "name": "nanovibronix inc" - }, - { - "cik": 1011432, - "symbol": "ctek", - "name": "cynergistek inc" - }, - { - "cik": 1463978, - "symbol": "bkucf", - "name": "blue sky uranium corp" - }, - { - "cik": 1371128, - "symbol": "bsrc", - "name": "biosolar inc" - }, - { - "cik": 1141788, - "symbol": "hdvy", - "name": "health discovery corp" - }, - { - "cik": 1396536, - "symbol": "duot", - "name": "duos technologies group inc" - }, - { - "cik": 1693690, - "symbol": "voni", - "name": "veroni brands corp" - }, - { - "cik": 1084370, - "symbol": "bcii", - "name": "blockchain industries inc" - }, - { - "cik": 1456857, - "symbol": "mjne", - "name": "mj holdings inc" - }, - { - "cik": 944075, - "symbol": "sckt", - "name": "socket mobile inc" - }, - { - "cik": 1769725, - "symbol": "erkh", - "name": "eureka homestead bancorp inc" - }, - { - "cik": 1403870, - "symbol": "garwf", - "name": "golden arrow resources corp" - }, - { - "cik": 1716770, - "symbol": "wafu", - "name": "wah fu education group ltd" - }, - { - "cik": 1619096, - "symbol": "sntw", - "name": "summit networks inc" - }, - { - "cik": 1691077, - "symbol": "yayo", - "name": "rideshare rental inc" - }, - { - "cik": 1492448, - "symbol": "grnf", - "name": "grn holding corp" - }, - { - "cik": 1084267, - "symbol": "mobqd", - "name": "mobiquity technologies inc" - }, - { - "cik": 899394, - "symbol": "hrbr", - "name": "harbor diversified inc" - }, - { - "cik": 1638381, - "symbol": "ntec", - "name": "intec pharma ltd" - }, - { - "cik": 1534525, - "symbol": "xbio", - "name": "xenetic biosciences inc" - }, - { - "cik": 1101433, - "symbol": "qmci", - "name": "quotemedia inc" - }, - { - "cik": 1493712, - "symbol": "cmxc", - "name": "cell medx corp" - }, - { - "cik": 725394, - "symbol": "dfco", - "name": "dalrada financial corp" - }, - { - "cik": 1626644, - "symbol": "odyy", - "name": "odyssey group international inc" - }, - { - "cik": 1610590, - "symbol": "chekz", - "name": "check-cap ltd" - }, - { - "cik": 867038, - "symbol": "spnd", - "name": "spindletop oil & gas co" - }, - { - "cik": 1647866, - "symbol": "bnvif", - "name": "binovi technologies corp" - }, - { - "cik": 1096934, - "symbol": "syte", - "name": "enterprise diversified inc" - }, - { - "cik": 1329606, - "symbol": "cety", - "name": "clean energy technologies inc" - }, - { - "cik": 75340, - "symbol": "pfin", - "name": "p&f industries inc" - }, - { - "cik": 1017655, - "symbol": "payd", - "name": "paid inc" - }, - { - "cik": 1357971, - "symbol": "esoa", - "name": "energy services of america corp" - }, - { - "cik": 875729, - "symbol": "bnet", - "name": "bion environmental technologies inc" - }, - { - "cik": 1706145, - "symbol": "tgiff", - "name": "1933 industries inc" - }, - { - "cik": 1506756, - "symbol": "zxaiy", - "name": "china zenix auto international ltd" - }, - { - "cik": 1095747, - "symbol": "jcdaf", - "name": "jacada ltd" - }, - { - "cik": 910492, - "symbol": "fdlb", - "name": "fidelity federal bancorp" - }, - { - "cik": 1267612, - "symbol": "gzcc", - "name": "guozi zhongyu capital holdings" - }, - { - "cik": 1419051, - "symbol": "tsoi", - "name": "therapeutic solutions international inc" - }, - { - "cik": 1546296, - "symbol": "ipdn", - "name": "professional diversity network inc" - }, - { - "cik": 1391723, - "symbol": "leon", - "name": "leone asset management inc" - }, - { - "cik": 1026785, - "symbol": "hiho", - "name": "highway holdings ltd" - }, - { - "cik": 884247, - "symbol": "yvr", - "name": "liquid media group ltd" - }, - { - "cik": 1482753, - "symbol": "ethof", - "name": "ethos gold corp" - }, - { - "cik": 98338, - "symbol": "tsri", - "name": "tsr inc" - }, - { - "cik": 1673475, - "symbol": "ghhh", - "name": "gpo plus inc" - }, - { - "cik": 1533040, - "symbol": "phio", - "name": "phio pharmaceuticals corp" - }, - { - "cik": 1321992, - "symbol": "oreaf", - "name": "columbus gold corp" - }, - { - "cik": 1168981, - "symbol": "lvrlf", - "name": "cordovacann corp" - }, - { - "cik": 795800, - "symbol": "wscrf", - "name": "north american nickel inc" - }, - { - "cik": 1674227, - "symbol": "worx", - "name": "scworx corp" - }, - { - "cik": 1626696, - "symbol": "swgi", - "name": "star wealth group inc" - }, - { - "cik": 1397016, - "symbol": "opxs", - "name": "optex systems holdings inc" - }, - { - "cik": 1611746, - "symbol": "trpx", - "name": "therapix biosciences ltd" - }, - { - "cik": 1716324, - "symbol": "rgmp", - "name": "regnum corp" - }, - { - "cik": 20639, - "symbol": "abcp", - "name": "ambase corp" - }, - { - "cik": 1687277, - "symbol": "reto", - "name": "reto eco-solutions inc" - }, - { - "cik": 857737, - "symbol": "icon", - "name": "iconix brand group inc" - }, - { - "cik": 1105542, - "symbol": "airo", - "name": "airspan networks inc" - }, - { - "cik": 1652350, - "symbol": "rwrdp", - "name": "iconsumer corp" - }, - { - "cik": 1179821, - "symbol": "bgi", - "name": "birks group inc" - }, - { - "cik": 1582284, - "symbol": "apeuf", - "name": "atlas engineered products ltd" - }, - { - "cik": 1737204, - "symbol": "rvra", - "name": "riviera resources inc" - }, - { - "cik": 1715819, - "symbol": "elcq", - "name": "electromedical technologies inc" - }, - { - "cik": 1378590, - "symbol": "blin", - "name": "bridgeline digital inc" - }, - { - "cik": 30831, - "symbol": "dysl", - "name": "dynasil corp of america" - }, - { - "cik": 34285, - "symbol": "rlby", - "name": "reliability inc" - }, - { - "cik": 1698022, - "symbol": "fmfg", - "name": "farmers & merchants bancshares inc" - }, - { - "cik": 924168, - "symbol": "efoi", - "name": "energy focus inc de" - }, - { - "cik": 1375195, - "symbol": "crtg", - "name": "coretec group inc" - }, - { - "cik": 1645260, - "symbol": "tomdf", - "name": "todos medical ltd" - }, - { - "cik": 721693, - "symbol": "creg", - "name": "china recycling energy corp" - }, - { - "cik": 1403749, - "symbol": "flylf", - "name": "flyht aerospace solutions ltd" - }, - { - "cik": 1099668, - "symbol": "fotb", - "name": "first ottawa bancshares inc" - }, - { - "cik": 1360442, - "symbol": "cbds", - "name": "cannabis sativa inc" - }, - { - "cik": 1392694, - "symbol": "surg", - "name": "surgepays inc" - }, - { - "cik": 1290504, - "symbol": "nugs", - "name": "cannabis strategic ventures" - }, - { - "cik": 1789192, - "symbol": "safo", - "name": "save foods inc" - }, - { - "cik": 722313, - "symbol": "nsys", - "name": "nortech systems inc" - }, - { - "cik": 732026, - "symbol": "trt", - "name": "trio-tech international" - }, - { - "cik": 351789, - "symbol": "else", - "name": "electro sensors inc" - }, - { - "cik": 1808898, - "symbol": "bntc", - "name": "benitec biopharma inc" - }, - { - "cik": 1561180, - "symbol": "pqeff", - "name": "petroteq energy inc" - }, - { - "cik": 1409036, - "symbol": "tarsf", - "name": "alianza minerals ltd" - }, - { - "cik": 1058307, - "symbol": "osat", - "name": "orbsat corp" - }, - { - "cik": 1603345, - "symbol": "agtx", - "name": "agentix corp" - }, - { - "cik": 1054102, - "symbol": "idxg", - "name": "interpace biosciences inc" - }, - { - "cik": 707388, - "symbol": "dradp", - "name": "digirad corp" - }, - { - "cik": 34956, - "symbol": "tenx", - "name": "tenax therapeutics inc" - }, - { - "cik": 1604738, - "symbol": "ainc", - "name": "ashford inc" - }, - { - "cik": 1236275, - "symbol": "ssnt", - "name": "silversun technologies inc" - }, - { - "cik": 1115672, - "symbol": "urlof", - "name": "namesilo technologies corp" - }, - { - "cik": 1047446, - "symbol": "cfok", - "name": "community first bancorp" - }, - { - "cik": 314808, - "symbol": "val", - "name": "valaris plc" - }, - { - "cik": 1000683, - "symbol": "bdr", - "name": "blonder tongue laboratories inc" - }, - { - "cik": 1543268, - "symbol": "myt", - "name": "urban tea inc" - }, - { - "cik": 1652539, - "symbol": "snrg", - "name": "susglobal energy corp" - }, - { - "cik": 1357459, - "symbol": "snca", - "name": "seneca biopharma inc" - }, - { - "cik": 1394108, - "symbol": "suic", - "name": "sino united worldwide consolidated ltd" - }, - { - "cik": 1271075, - "symbol": "pxhi", - "name": "usellcom inc" - }, - { - "cik": 806592, - "symbol": "suwn", - "name": "sunwin stevia international inc" - }, - { - "cik": 890821, - "symbol": "amrhw", - "name": "ameri holdings inc" - }, - { - "cik": 1640152, - "symbol": "clabf", - "name": "core one labs inc" - }, - { - "cik": 1111741, - "symbol": "dynr", - "name": "dynaresource inc" - }, - { - "cik": 1729944, - "symbol": "imacw", - "name": "imac holdings inc" - }, - { - "cik": 1627041, - "symbol": "vcor", - "name": "visiber57 corp" - }, - { - "cik": 1023549, - "symbol": "xtlb", - "name": "xtl biopharmaceuticals ltd" - }, - { - "cik": 1534708, - "symbol": "east", - "name": "eastside distilling inc" - }, - { - "cik": 1603998, - "symbol": "dse", - "name": "duff & phelps select mlp & midstream energy fund inc" - }, - { - "cik": 1485029, - "symbol": "nahd", - "name": "new asia holdings inc" - }, - { - "cik": 1558740, - "symbol": "zyrx", - "name": "zyrox mining international inc" - }, - { - "cik": 1103833, - "symbol": "crwe", - "name": "crown equity holdings inc" - }, - { - "cik": 1600422, - "symbol": "sdpi", - "name": "superior drilling products inc" - }, - { - "cik": 812149, - "symbol": "rgbd", - "name": "regional brands inc" - }, - { - "cik": 1083301, - "symbol": "iknx", - "name": "ikonics corp" - }, - { - "cik": 1473334, - "symbol": "nvfy", - "name": "nova lifestyle inc" - }, - { - "cik": 923601, - "symbol": "smdm", - "name": "singing machine co inc" - }, - { - "cik": 1563463, - "symbol": "nlbs", - "name": "nutralife biosciences inc" - }, - { - "cik": 1591956, - "symbol": "any", - "name": "sphere 3d corp" - }, - { - "cik": 1422892, - "symbol": "sino", - "name": "sino-global shipping america ltd" - }, - { - "cik": 1731388, - "symbol": "edry", - "name": "eurodry ltd" - }, - { - "cik": 1138476, - "symbol": "pfho", - "name": "pacific health care organization inc" - }, - { - "cik": 1333822, - "symbol": "leds", - "name": "semileds corp" - }, - { - "cik": 1292519, - "symbol": "nviv", - "name": "invivo therapeutics holdings corp" - }, - { - "cik": 1377167, - "symbol": "fgco", - "name": "financial gravity companies inc" - }, - { - "cik": 754813, - "symbol": "hewa", - "name": "healthwarehousecom inc" - }, - { - "cik": 1326089, - "symbol": "snde", - "name": "sundance energy inc" - }, - { - "cik": 1022505, - "symbol": "clok", - "name": "cipherloc corp" - }, - { - "cik": 1385799, - "symbol": "abmt", - "name": "advanced biomedical technologies inc" - }, - { - "cik": 1083522, - "symbol": "jsda", - "name": "jones soda co" - }, - { - "cik": 1293977, - "symbol": "itnrf", - "name": "intelligent energy holdings plc" - }, - { - "cik": 1011662, - "symbol": "gdsi", - "name": "global digital solutions inc" - }, - { - "cik": 1632323, - "symbol": "bxng", - "name": "bang holdings corp" - }, - { - "cik": 1001614, - "symbol": "tgc", - "name": "tengasco inc" - }, - { - "cik": 1421289, - "symbol": "lvvv", - "name": "livewire ergogenics inc" - }, - { - "cik": 1086303, - "symbol": "hybt", - "name": "heyu biological technology corp" - }, - { - "cik": 1433607, - "symbol": "nspr", - "name": "inspiremd inc" - }, - { - "cik": 1356093, - "symbol": "crex", - "name": "creative realities inc" - }, - { - "cik": 1295961, - "symbol": "qegy", - "name": "quantum energy inc" - }, - { - "cik": 1165320, - "symbol": "gblx", - "name": "gb sciences inc" - }, - { - "cik": 1069680, - "symbol": "hhse", - "name": "hannover house inc" - }, - { - "cik": 1362705, - "symbol": "snmp", - "name": "sanchez midstream partners lp" - }, - { - "cik": 1042418, - "symbol": "inti", - "name": "inhibitor therapeutics inc" - }, - { - "cik": 1423723, - "symbol": "qhyg", - "name": "qhy group" - }, - { - "cik": 1339688, - "symbol": "qtrrf", - "name": "quaterra resources inc" - }, - { - "cik": 860543, - "symbol": "jksm", - "name": "jacksam corp" - }, - { - "cik": 1718903, - "symbol": "rlm", - "name": "realm therapeutics plc" - }, - { - "cik": 311817, - "symbol": "hmg", - "name": "hmg courtland properties inc" - }, - { - "cik": 826253, - "symbol": "ausi", - "name": "aura systems inc" - }, - { - "cik": 1169717, - "symbol": "adra", - "name": "invesco bldrs index funds trust" - }, - { - "cik": 66418, - "symbol": "mxc", - "name": "mexco energy corp" - }, - { - "cik": 1005119, - "symbol": "crzy", - "name": "crazy woman creek bancorp inc" - }, - { - "cik": 832489, - "symbol": "govxw", - "name": "geovax labs inc" - }, - { - "cik": 1427570, - "symbol": "obln", - "name": "obalon therapeutics inc" - }, - { - "cik": 1462223, - "symbol": "rcrt", - "name": "recruitercom group inc" - }, - { - "cik": 1563665, - "symbol": "bstg", - "name": "biostage inc" - }, - { - "cik": 1164888, - "symbol": "kbph", - "name": "kyto technology & life science inc" - }, - { - "cik": 1446159, - "symbol": "poai", - "name": "predictive oncology inc" - }, - { - "cik": 720875, - "symbol": "dynt", - "name": "dynatronics corp" - }, - { - "cik": 1042187, - "symbol": "ctib", - "name": "yunhong cti ltd" - }, - { - "cik": 839087, - "symbol": "vaso", - "name": "vaso corp" - }, - { - "cik": 96885, - "symbol": "tikk", - "name": "tel instrument electronics corp" - }, - { - "cik": 1172178, - "symbol": "lbsr", - "name": "liberty star uranium & metals corp" - }, - { - "cik": 1156041, - "symbol": "husa", - "name": "houston american energy corp" - }, - { - "cik": 1005516, - "symbol": "bosc", - "name": "bos better online solutions ltd" - }, - { - "cik": 744825, - "symbol": "ams", - "name": "american shared hospital services" - }, - { - "cik": 1643721, - "symbol": "lbuy", - "name": "leafbuyer technologies inc" - }, - { - "cik": 312257, - "symbol": "ivfh", - "name": "innovative food holdings inc" - }, - { - "cik": 1289850, - "symbol": "nuro", - "name": "neurometrix inc" - }, - { - "cik": 1592782, - "symbol": "nukk", - "name": "nukkleus inc" - }, - { - "cik": 1103640, - "symbol": "omps", - "name": "omphalos corp" - }, - { - "cik": 1021604, - "symbol": "otiv", - "name": "on track innovations ltd" - }, - { - "cik": 1429393, - "symbol": "tkls", - "name": "trutankless inc" - }, - { - "cik": 1819074, - "symbol": "ptnyf", - "name": "parcelpal technology inc" - }, - { - "cik": 1698702, - "symbol": "argc", - "name": "arion group corp" - }, - { - "cik": 1157075, - "symbol": "pmcb", - "name": "pharmacyte biotech inc" - }, - { - "cik": 1545224, - "symbol": "prpcf", - "name": "silver elephant mining corp" - }, - { - "cik": 1336277, - "symbol": "fugi", - "name": "fuego enterprises inc" - }, - { - "cik": 1320760, - "symbol": "tssi", - "name": "tss inc" - }, - { - "cik": 747540, - "symbol": "sprs", - "name": "surge components inc" - }, - { - "cik": 1349929, - "symbol": "cgix", - "name": "cancer genetics inc" - }, - { - "cik": 1301713, - "symbol": "shvlf", - "name": "starcore international mines ltd" - }, - { - "cik": 1275477, - "symbol": "bmnm", - "name": "bimini capital management inc" - }, - { - "cik": 1190370, - "symbol": "ivdn", - "name": "innovative designs inc" - }, - { - "cik": 1127307, - "symbol": "ggthf", - "name": "golden goliath resources ltd" - }, - { - "cik": 1475430, - "symbol": "jshg", - "name": "joshua gold resources inc" - }, - { - "cik": 1654595, - "symbol": "mdrrp", - "name": "medalist diversified reit inc" - }, - { - "cik": 1445175, - "symbol": "ltgj", - "name": "xiamen lutong international travel agency co ltd" - }, - { - "cik": 1090396, - "symbol": "tbtc", - "name": "table trac inc" - }, - { - "cik": 1119897, - "symbol": "pctl", - "name": "pct ltd" - }, - { - "cik": 813298, - "symbol": "dxlg", - "name": "destination xl group inc" - }, - { - "cik": 1706509, - "symbol": "cosg", - "name": "cosmos group holdings inc" - }, - { - "cik": 1626556, - "symbol": "amct", - "name": "american education center inc" - }, - { - "cik": 1658880, - "symbol": "brmt", - "name": "bare metal standard inc" - }, - { - "cik": 1022899, - "symbol": "ptix", - "name": "protagenic therapeutics inc new" - }, - { - "cik": 1081745, - "symbol": "inlx", - "name": "intellinetics inc" - }, - { - "cik": 66496, - "symbol": "mmtrs", - "name": "mills music trust" - }, - { - "cik": 1670869, - "symbol": "rmhb", - "name": "rocky mountain high brands inc" - }, - { - "cik": 1415684, - "symbol": "mslp", - "name": "musclepharm corp" - }, - { - "cik": 826326, - "symbol": "arcw", - "name": "arc group worldwide inc" - }, - { - "cik": 1792554, - "symbol": "eqmef", - "name": "equity metals corp" - }, - { - "cik": 727346, - "symbol": "gbcs", - "name": "global healthcare reit inc" - }, - { - "cik": 1398713, - "symbol": "nvdef", - "name": "nevada exploration inc" - }, - { - "cik": 1026662, - "symbol": "clwt", - "name": "euro tech holdings co ltd" - }, - { - "cik": 1478682, - "symbol": "empm", - "name": "empire post media inc" - }, - { - "cik": 1358254, - "symbol": "esbs", - "name": "es bancshares inc" - }, - { - "cik": 7623, - "symbol": "artw", - "name": "arts way manufacturing co inc" - }, - { - "cik": 1491829, - "symbol": "anav", - "name": "alpha network alliance ventures inc" - }, - { - "cik": 1138608, - "symbol": "xlrm", - "name": "xlr medical corp" - }, - { - "cik": 1516551, - "symbol": "embi", - "name": "emerald bioscience inc" - }, - { - "cik": 101594, - "symbol": "useg", - "name": "us energy corp" - }, - { - "cik": 1023298, - "symbol": "alpe", - "name": "alpha-en corp" - }, - { - "cik": 844856, - "symbol": "hcmc", - "name": "healthier choices management corp" - }, - { - "cik": 1077640, - "symbol": "wmllf", - "name": "wealth minerals ltd" - }, - { - "cik": 912764, - "symbol": "ksbi", - "name": "ks bancorp inc" - }, - { - "cik": 875355, - "symbol": "isig", - "name": "insignia systems inc mn" - }, - { - "cik": 1379043, - "symbol": "dkmr", - "name": "duke mountain resources inc" - }, - { - "cik": 1516887, - "symbol": "wcui", - "name": "wellness center usa inc" - }, - { - "cik": 1482541, - "symbol": "srna", - "name": "surna inc" - }, - { - "cik": 1591565, - "symbol": "blyq", - "name": "bally corp" - }, - { - "cik": 1584693, - "symbol": "hitc", - "name": "healthcare integrated technologies inc" - }, - { - "cik": 1689231, - "symbol": "libff", - "name": "nova mentis life science corp" - }, - { - "cik": 888981, - "symbol": "nnup", - "name": "nocopi technologies inc md" - }, - { - "cik": 1434737, - "symbol": "srsg", - "name": "spirits time international inc" - }, - { - "cik": 941685, - "symbol": "iwsy", - "name": "imageware systems inc" - }, - { - "cik": 1569329, - "symbol": "ygyip", - "name": "youngevity international inc" - }, - { - "cik": 1095981, - "symbol": "pstv", - "name": "plus therapeutics inc" - }, - { - "cik": 1819663, - "symbol": "ndynd", - "name": "vinings holdings inc" - }, - { - "cik": 1442101, - "symbol": "zyjt", - "name": "zhong ya international ltd" - }, - { - "cik": 1289496, - "symbol": "cbai", - "name": "cba florida inc" - }, - { - "cik": 1285543, - "symbol": "sford", - "name": "strikeforce technologies inc" - }, - { - "cik": 1703253, - "symbol": "blilf", - "name": "bearing lithium corp" - }, - { - "cik": 1409680, - "symbol": "mlrkf", - "name": "millrock resources inc" - }, - { - "cik": 1571398, - "symbol": "snny", - "name": "sunnyside bancorp inc" - }, - { - "cik": 1634293, - "symbol": "exdw", - "name": "exceed world inc" - }, - { - "cik": 1640384, - "symbol": "lmfaw", - "name": "lm funding america inc" - }, - { - "cik": 1482436, - "symbol": "wrpsf", - "name": "oro x mining corp" - }, - { - "cik": 919567, - "symbol": "rcg", - "name": "renn fund inc" - }, - { - "cik": 10048, - "symbol": "brn", - "name": "barnwell industries inc" - }, - { - "cik": 719274, - "symbol": "giga", - "name": "giga tronics inc" - }, - { - "cik": 1657214, - "symbol": "ilal", - "name": "international land alliance inc" - }, - { - "cik": 1584831, - "symbol": "oxbr", - "name": "oxbridge re holdings ltd" - }, - { - "cik": 1500620, - "symbol": "bgavf", - "name": "bravada gold corp" - }, - { - "cik": 1300734, - "symbol": "tyht", - "name": "shineco inc" - }, - { - "cik": 1437736, - "symbol": "prsef", - "name": "prosafe se adr" - }, - { - "cik": 819689, - "symbol": "micr", - "name": "micron solutions inc de" - }, - { - "cik": 726293, - "symbol": "nbgv", - "name": "newbridge global ventures inc" - }, - { - "cik": 1418149, - "symbol": "hlrtf", - "name": "hillcrest petroleum ltd" - }, - { - "cik": 1539680, - "symbol": "hmmr", - "name": "hammer fiber optics holdings corp" - }, - { - "cik": 730349, - "symbol": "tofb", - "name": "tofutti brands inc" - }, - { - "cik": 1091596, - "symbol": "aurx", - "name": "nuo therapeutics inc" - }, - { - "cik": 1621221, - "symbol": "artlw", - "name": "artelo biosciences inc" - }, - { - "cik": 1669400, - "symbol": "vfrm", - "name": "veritas farms inc" - }, - { - "cik": 319458, - "symbol": "ensv", - "name": "enservco corp" - }, - { - "cik": 879682, - "symbol": "vive", - "name": "viveve medical inc" - }, - { - "cik": 1658304, - "symbol": "clci", - "name": "clic technology inc" - }, - { - "cik": 1524769, - "symbol": "chkr", - "name": "chesapeake granite wash trust" - }, - { - "cik": 1603519, - "symbol": "alxef", - "name": "alx resources corp" - }, - { - "cik": 1681769, - "symbol": "ccycd", - "name": "clancy corp" - }, - { - "cik": 1372954, - "symbol": "gryo", - "name": "ameritrust corp" - }, - { - "cik": 1080448, - "symbol": "pgol", - "name": "patriot gold corp" - }, - { - "cik": 1418115, - "symbol": "vrty", - "name": "healthcare solutions management group inc" - }, - { - "cik": 1211805, - "symbol": "mysz", - "name": "my size inc" - }, - { - "cik": 1676163, - "symbol": "avmr", - "name": "avra medical robotics inc" - }, - { - "cik": 1300524, - "symbol": "amih", - "name": "american international holdings corp" - }, - { - "cik": 711034, - "symbol": "thmg", - "name": "thunder mountain gold inc" - }, - { - "cik": 1175596, - "symbol": "axref", - "name": "amarc resources ltd" - }, - { - "cik": 874499, - "symbol": "gpor", - "name": "gulfport energy corp" - }, - { - "cik": 1451797, - "symbol": "ahcpd", - "name": "changsheng international group ltd" - }, - { - "cik": 1377149, - "symbol": "crvw", - "name": "careview communications inc" - }, - { - "cik": 1175158, - "symbol": "tvlf", - "name": "tennessee valley financial holdings inc" - }, - { - "cik": 1714024, - "symbol": "vtlr", - "name": "virtualarmour international inc" - }, - { - "cik": 868822, - "symbol": "crcud", - "name": "canagold resources ltd" - }, - { - "cik": 1507181, - "symbol": "wrss", - "name": "mountain high acquisitions corp" - }, - { - "cik": 1271580, - "symbol": "bvtef", - "name": "iconic minerals ltd" - }, - { - "cik": 1504167, - "symbol": "tmbr", - "name": "timber pharmaceuticals inc" - }, - { - "cik": 1443611, - "symbol": "sing", - "name": "singlepoint inc" - }, - { - "cik": 831378, - "symbol": "ftgi", - "name": "finotec group inc" - }, - { - "cik": 1409175, - "symbol": "wect", - "name": "weconnect tech international inc" - }, - { - "cik": 1613979, - "symbol": "zphyf", - "name": "zephyr minerals ltd" - }, - { - "cik": 1061069, - "symbol": "awx", - "name": "avalon holdings corp" - }, - { - "cik": 1593204, - "symbol": "adadd", - "name": "adaiah distribution inc" - }, - { - "cik": 1261002, - "symbol": "gnolf", - "name": "genoil inc" - }, - { - "cik": 1078799, - "symbol": "mcoa", - "name": "marijuana co of america inc" - }, - { - "cik": 1676580, - "symbol": "hccc", - "name": "vision hydrogen corp" - }, - { - "cik": 1463000, - "symbol": "grusf", - "name": "grown rogue international inc" - }, - { - "cik": 1288855, - "symbol": "ophc", - "name": "optimumbank holdings inc" - }, - { - "cik": 1450894, - "symbol": "iaalf", - "name": "ibc advanced alloys corp" - }, - { - "cik": 1096275, - "symbol": "fnhi", - "name": "worksport ltd" - }, - { - "cik": 887396, - "symbol": "empr", - "name": "empire petroleum corp" - }, - { - "cik": 1499717, - "symbol": "staf", - "name": "staffing 360 solutions inc" - }, - { - "cik": 1578505, - "symbol": "hwis", - "name": "home bancorp wisconsin inc" - }, - { - "cik": 105744, - "symbol": "gbr", - "name": "new concept energy inc" - }, - { - "cik": 1020186, - "symbol": "cbev", - "name": "capital beverage corp" - }, - { - "cik": 1133519, - "symbol": "mcujf", - "name": "medicure inc" - }, - { - "cik": 1435163, - "symbol": "ctdt", - "name": "centaurus diamond technologies inc" - }, - { - "cik": 1442620, - "symbol": "rcon", - "name": "recon technology ltd" - }, - { - "cik": 1662574, - "symbol": "grmm", - "name": "grom social enterprises inc" - }, - { - "cik": 1021435, - "symbol": "hpto", - "name": "hopto inc" - }, - { - "cik": 900475, - "symbol": "smkg", - "name": "smartcard marketing systems inc" - }, - { - "cik": 1572384, - "symbol": "rssv", - "name": "resort savers inc" - }, - { - "cik": 830656, - "symbol": "pbio", - "name": "pressure biosciences inc" - }, - { - "cik": 1651932, - "symbol": "xito", - "name": "xenous holdings inc" - }, - { - "cik": 1099369, - "symbol": "dsny", - "name": "destiny media technologies inc" - }, - { - "cik": 1002771, - "symbol": "igpk", - "name": "integrated cannabis solutions inc" - }, - { - "cik": 1638911, - "symbol": "usdr", - "name": "uas drone corp" - }, - { - "cik": 1318268, - "symbol": "mdex", - "name": "madison technologies inc" - }, - { - "cik": 1619227, - "symbol": "clow", - "name": "cloudweb inc" - }, - { - "cik": 1436229, - "symbol": "btcs", - "name": "btcs inc" - }, - { - "cik": 1346346, - "symbol": "cmot", - "name": "curtiss motorcycle company inc" - }, - { - "cik": 1519469, - "symbol": "anldf", - "name": "anfield energy inc" - }, - { - "cik": 319016, - "symbol": "fzmd", - "name": "fuse medical inc" - }, - { - "cik": 1023023, - "symbol": "ervff", - "name": "erin ventures inc" - }, - { - "cik": 1741489, - "symbol": "elvg", - "name": "elvictor group inc" - }, - { - "cik": 910612, - "symbol": "cbleq", - "name": "cbl & associates properties inc" - }, - { - "cik": 844887, - "symbol": "dhcc", - "name": "diamondhead casino corp" - }, - { - "cik": 1586554, - "symbol": "cbdy", - "name": "target group inc" - }, - { - "cik": 1527702, - "symbol": "iqst", - "name": "iqstel inc" - }, - { - "cik": 1639142, - "symbol": "plrtf", - "name": "plymouth rock technologies inc" - }, - { - "cik": 819690, - "symbol": "fqfc", - "name": "fuquan financial co" - }, - { - "cik": 719494, - "symbol": "inrd", - "name": "inrad optics inc" - }, - { - "cik": 1518461, - "symbol": "ampg", - "name": "amplitech group inc" - }, - { - "cik": 1549631, - "symbol": "qurt", - "name": "quarta-rad inc" - }, - { - "cik": 1014763, - "symbol": "amar", - "name": "amarillo biosciences inc" - }, - { - "cik": 709005, - "symbol": "nrom", - "name": "noble romans inc" - }, - { - "cik": 1653031, - "symbol": "hschf", - "name": "h-source holdings ltd" - }, - { - "cik": 1464192, - "symbol": "lgmh", - "name": "light media holdings inc" - }, - { - "cik": 1581545, - "symbol": "grlb", - "name": "gl brands inc" - }, - { - "cik": 96793, - "symbol": "ssy", - "name": "sunlink health systems inc" - }, - { - "cik": 1643715, - "symbol": "nrgmf", - "name": "nrg metals inc" - }, - { - "cik": 1421636, - "symbol": "cbnt", - "name": "c-bond systems inc" - }, - { - "cik": 1134982, - "symbol": "pvnc", - "name": "prevention insurance com inc" - }, - { - "cik": 1388180, - "symbol": "nrbt", - "name": "novus robotics inc" - }, - { - "cik": 1199392, - "symbol": "egmcf", - "name": "emgold mining corp" - }, - { - "cik": 1128252, - "symbol": "sipn", - "name": "sipp international industries inc" - }, - { - "cik": 1409999, - "symbol": "dgdm", - "name": "digital development partners inc" - }, - { - "cik": 1350102, - "symbol": "asti", - "name": "ascent solar technologies inc" - }, - { - "cik": 1470683, - "symbol": "cccl", - "name": "antelope enterprise holdings ltd" - }, - { - "cik": 96699, - "symbol": "tcco", - "name": "technical communications corp" - }, - { - "cik": 1282980, - "symbol": "nvnt", - "name": "novint technologies inc" - }, - { - "cik": 1508381, - "symbol": "bnkl", - "name": "bionik laboratories corp" - }, - { - "cik": 1319643, - "symbol": "lsmg", - "name": "lode-star mining inc" - }, - { - "cik": 1284237, - "symbol": "abcff", - "name": "abacus mining & exploration corp" - }, - { - "cik": 1172706, - "symbol": "unir", - "name": "uniroyal global engineered products inc" - }, - { - "cik": 1700844, - "symbol": "unex", - "name": "unex holdings inc" - }, - { - "cik": 845819, - "symbol": "ktel", - "name": "konatel inc" - }, - { - "cik": 1510178, - "symbol": "tglty", - "name": "tglt sa adr" - }, - { - "cik": 1723047, - "symbol": "vaucf", - "name": "viva gold corp" - }, - { - "cik": 1346022, - "symbol": "enrt", - "name": "enertopia corp" - }, - { - "cik": 1546383, - "symbol": "kbsf", - "name": "kbs fashion group ltd" - }, - { - "cik": 313364, - "symbol": "mtr", - "name": "mesa royalty trust tx" - }, - { - "cik": 1458891, - "symbol": "ne", - "name": "noble holding corp plc" - }, - { - "cik": 1609436, - "symbol": "mexgf", - "name": "mexican gold corp" - }, - { - "cik": 710782, - "symbol": "evgi", - "name": "evergreen international corp" - }, - { - "cik": 862861, - "symbol": "jan", - "name": "janone inc" - }, - { - "cik": 1393540, - "symbol": "igen", - "name": "igen networks corp" - }, - { - "cik": 1790368, - "symbol": "zyqg", - "name": "zyqc group holding ltd" - }, - { - "cik": 1571636, - "symbol": "opvs", - "name": "nanoflex power corp" - }, - { - "cik": 1415758, - "symbol": "nvsgf", - "name": "nevada sunrise gold corp" - }, - { - "cik": 1632121, - "symbol": "blnc", - "name": "balance labs inc" - }, - { - "cik": 1310630, - "symbol": "cfoo", - "name": "china foods holdings ltd" - }, - { - "cik": 831749, - "symbol": "hxbm", - "name": "helix biomedix inc" - }, - { - "cik": 1599407, - "symbol": "efsh", - "name": "1847 holdings llc" - }, - { - "cik": 1648087, - "symbol": "areb", - "name": "american rebel holdings inc" - }, - { - "cik": 894158, - "symbol": "syn", - "name": "synthetic biologics inc" - }, - { - "cik": 758743, - "symbol": "vide", - "name": "video display corp" - }, - { - "cik": 1515139, - "symbol": "cwrk", - "name": "currencyworks inc" - }, - { - "cik": 1165639, - "symbol": "clts", - "name": "earth life sciences inc" - }, - { - "cik": 1559356, - "symbol": "imun", - "name": "immune therapeutics inc" - }, - { - "cik": 1025771, - "symbol": "cpka", - "name": "chase packaging corp" - }, - { - "cik": 1652958, - "symbol": "pire", - "name": "fourth wave energy inc" - }, - { - "cik": 890394, - "symbol": "mosy", - "name": "mosys inc" - }, - { - "cik": 849401, - "symbol": "admt", - "name": "adm tronics unlimited inc" - }, - { - "cik": 102109, - "symbol": "uuu", - "name": "universal security instruments inc" - }, - { - "cik": 812306, - "symbol": "pcyn", - "name": "procyon corp" - }, - { - "cik": 1805024, - "symbol": "amhg", - "name": "amergent hospitality group inc" - }, - { - "cik": 891417, - "symbol": "nmgx", - "name": "nano magic inc" - }, - { - "cik": 1119643, - "symbol": "nphc", - "name": "nutra pharma corp" - }, - { - "cik": 1301838, - "symbol": "pmpg", - "name": "premier product group inc" - }, - { - "cik": 1425203, - "symbol": "asdn", - "name": "astro aerospace ltd" - }, - { - "cik": 1083922, - "symbol": "arao", - "name": "aurasource inc" - }, - { - "cik": 830616, - "symbol": "scia", - "name": "sci engineered materials inc" - }, - { - "cik": 1593001, - "symbol": "ngtf", - "name": "nightfood holdings inc" - }, - { - "cik": 1095146, - "symbol": "gpla", - "name": "gameplan inc" - }, - { - "cik": 1002037, - "symbol": "ltre", - "name": "learning tree international inc" - }, - { - "cik": 1461679, - "symbol": "cavr", - "name": "cavu resources inc" - }, - { - "cik": 1374567, - "symbol": "luvu", - "name": "luvu brands inc" - }, - { - "cik": 1586495, - "symbol": "bdic", - "name": "blow & drive interlock corp" - }, - { - "cik": 1493137, - "symbol": "lctc", - "name": "lifeloc technologies inc" - }, - { - "cik": 1750777, - "symbol": "hwke", - "name": "hawkeye systems inc" - }, - { - "cik": 1781726, - "symbol": "gjcu", - "name": "gj culture group us inc" - }, - { - "cik": 1349810, - "symbol": "sstt", - "name": "sstartradetech inc" - }, - { - "cik": 1680378, - "symbol": "snes", - "name": "senestech inc" - }, - { - "cik": 1399352, - "symbol": "warm", - "name": "cool technologies inc" - }, - { - "cik": 781902, - "symbol": "ibal", - "name": "international baler corp" - }, - { - "cik": 1488419, - "symbol": "siaf", - "name": "sino agro food inc" - }, - { - "cik": 1701963, - "symbol": "vs", - "name": "versus systems inc" - }, - { - "cik": 768710, - "symbol": "relv", - "name": "reliv international inc" - }, - { - "cik": 1142790, - "symbol": "taug", - "name": "tauriga sciences inc" - }, - { - "cik": 1574910, - "symbol": "segn", - "name": "renavotio inc" - }, - { - "cik": 934796, - "symbol": "nwcn", - "name": "network cn inc" - }, - { - "cik": 1479681, - "symbol": "clnh", - "name": "clinigence holdings inc" - }, - { - "cik": 1302946, - "symbol": "turv", - "name": "two rivers water & farming co" - }, - { - "cik": 1094738, - "symbol": "mfbp", - "name": "m&f bancorp inc nc" - }, - { - "cik": 1726744, - "symbol": "exnn", - "name": "exent corp" - }, - { - "cik": 1515317, - "symbol": "mage", - "name": "magellan gold corp" - }, - { - "cik": 748592, - "symbol": "ntn", - "name": "ntn buzztime inc" - }, - { - "cik": 1421642, - "symbol": "icotf", - "name": "ico therapeutics inc" - }, - { - "cik": 1443863, - "symbol": "bicx", - "name": "biocorrx inc" - }, - { - "cik": 1353406, - "symbol": "sndd", - "name": "redhawk holdings corp" - }, - { - "cik": 1648903, - "symbol": "fifg", - "name": "first foods group inc" - }, - { - "cik": 62362, - "symbol": "marps", - "name": "marine petroleum trust" - }, - { - "cik": 1789383, - "symbol": "axxa", - "name": "exxe group inc" - }, - { - "cik": 1025561, - "symbol": "mtsl", - "name": "mer telemanagement solutions ltd" - }, - { - "cik": 1358654, - "symbol": "rmes", - "name": "red metal resources ltd" - }, - { - "cik": 884363, - "symbol": "fnam", - "name": "evolutionary genomics inc" - }, - { - "cik": 1166708, - "symbol": "bwmg", - "name": "brownies marine group inc" - }, - { - "cik": 1114936, - "symbol": "umewf", - "name": "umeworld ltd" - }, - { - "cik": 1310488, - "symbol": "bfnh", - "name": "bioforce nanosciences holdings inc" - }, - { - "cik": 1745078, - "symbol": "vynd", - "name": "vynleads inc" - }, - { - "cik": 869495, - "symbol": "dwog", - "name": "deep well oil & gas inc" - }, - { - "cik": 792935, - "symbol": "grst", - "name": "ethema health corp" - }, - { - "cik": 711477, - "symbol": "kiry", - "name": "kiewit royalty trust" - }, - { - "cik": 1473490, - "symbol": "wsco", - "name": "wall street media co inc" - }, - { - "cik": 1100644, - "symbol": "vldi", - "name": "validian corp" - }, - { - "cik": 1142801, - "symbol": "amsu", - "name": "amanasu environment corp" - }, - { - "cik": 1263364, - "symbol": "gtvi", - "name": "joway health industries group inc" - }, - { - "cik": 1580490, - "symbol": "ioni", - "name": "i-on digital corp" - }, - { - "cik": 1353499, - "symbol": "maxd", - "name": "max sound corp" - }, - { - "cik": 1648636, - "symbol": "tcff", - "name": "trillion energy international inc" - }, - { - "cik": 863678, - "symbol": "gcfff", - "name": "goldcliff resource corp" - }, - { - "cik": 1281984, - "symbol": "wdlf", - "name": "social life network inc" - }, - { - "cik": 1509228, - "symbol": "sdttu", - "name": "sandridge mississippian trust i" - }, - { - "cik": 789318, - "symbol": "clsi", - "name": "clancy systems international inc co" - }, - { - "cik": 1068897, - "symbol": "fxby", - "name": "foxby corp" - }, - { - "cik": 1453099, - "symbol": "cbbt", - "name": "cerebain biotech corp" - }, - { - "cik": 1402328, - "symbol": "sbfm", - "name": "sunshine biopharma inc" - }, - { - "cik": 1301991, - "symbol": "smme", - "name": "smartmetric inc" - }, - { - "cik": 1694617, - "symbol": "royl", - "name": "royale energy inc" - }, - { - "cik": 1627480, - "symbol": "pvnnf", - "name": "pv nano cell ltd" - }, - { - "cik": 1144225, - "symbol": "decn", - "name": "decision diagnostics corp" - }, - { - "cik": 64463, - "symbol": "mkty", - "name": "mechanical technology inc" - }, - { - "cik": 1161582, - "symbol": "phot", - "name": "growlife inc" - }, - { - "cik": 1205059, - "symbol": "repcf", - "name": "replicel life sciences inc" - }, - { - "cik": 1355736, - "symbol": "avcrf", - "name": "avricore health inc" - }, - { - "cik": 1068689, - "symbol": "atds", - "name": "data443 risk mitigation inc" - }, - { - "cik": 1279620, - "symbol": "zdpy", - "name": "zoned properties inc" - }, - { - "cik": 1498148, - "symbol": "aitx", - "name": "artificial intelligence technology solutions inc" - }, - { - "cik": 1376804, - "symbol": "vnue", - "name": "vnue inc" - }, - { - "cik": 1303936, - "symbol": "cdycf", - "name": "cardero resource corp" - }, - { - "cik": 1589361, - "symbol": "banm", - "name": "banner energy services corp" - }, - { - "cik": 1306035, - "symbol": "yusg", - "name": "yus international group ltd" - }, - { - "cik": 1355839, - "symbol": "peer", - "name": "paltalk inc" - }, - { - "cik": 1454742, - "symbol": "gmer", - "name": "good gaming inc" - }, - { - "cik": 1622244, - "symbol": "owpc", - "name": "one world pharma inc" - }, - { - "cik": 932021, - "symbol": "gtll", - "name": "global technologies ltd" - }, - { - "cik": 1771755, - "symbol": "swisf", - "name": "globex data ltd" - }, - { - "cik": 1689084, - "symbol": "qron", - "name": "qrons inc" - }, - { - "cik": 1353487, - "symbol": "trnx", - "name": "bbhc inc" - }, - { - "cik": 1465311, - "symbol": "zicx", - "name": "zicix corp" - }, - { - "cik": 1094084, - "symbol": "tkoi", - "name": "telkonet inc" - }, - { - "cik": 1527102, - "symbol": "genh", - "name": "generation hemp inc" - }, - { - "cik": 1352952, - "symbol": "cnfn", - "name": "cfn enterprises inc" - }, - { - "cik": 1469207, - "symbol": "smrn", - "name": "smartag international inc" - }, - { - "cik": 1341726, - "symbol": "gspe", - "name": "gulfslope energy inc" - }, - { - "cik": 1684688, - "symbol": "jupgf", - "name": "jupiter gold corp" - }, - { - "cik": 919175, - "symbol": "sgmd", - "name": "sugarmade inc" - }, - { - "cik": 1110607, - "symbol": "dpdw", - "name": "deep down inc" - }, - { - "cik": 924515, - "symbol": "gthp", - "name": "guided therapeutics inc" - }, - { - "cik": 1014052, - "symbol": "dtgi", - "name": "digerati technologies inc" - }, - { - "cik": 1408057, - "symbol": "icct", - "name": "icoreconnect inc" - }, - { - "cik": 1683131, - "symbol": "gein", - "name": "genesys industries inc" - }, - { - "cik": 1623590, - "symbol": "vxel", - "name": "vitaxel group ltd" - }, - { - "cik": 1342936, - "symbol": "avoi", - "name": "advanced voice recognition systems inc" - }, - { - "cik": 930775, - "symbol": "ecia", - "name": "encision inc" - }, - { - "cik": 1625288, - "symbol": "nxen", - "name": "nexien biopharma inc" - }, - { - "cik": 1104280, - "symbol": "sgbi", - "name": "sangui biotech international inc" - }, - { - "cik": 1103795, - "symbol": "qsep", - "name": "qs energy inc" - }, - { - "cik": 1591913, - "symbol": "ipsi", - "name": "innovative payment solutions inc" - }, - { - "cik": 1718500, - "symbol": "rviv", - "name": "reviv3 procare co" - }, - { - "cik": 1698370, - "symbol": "trlfd", - "name": "true leaf brands inc" - }, - { - "cik": 786947, - "symbol": "acur", - "name": "acura pharmaceuticals inc" - }, - { - "cik": 1279715, - "symbol": "iwsh", - "name": "wright investors service holdings inc" - }, - { - "cik": 1833089, - "symbol": "rpnrf", - "name": "rapid nutrition plc" - }, - { - "cik": 1659559, - "symbol": "rzznd", - "name": "jialijia group corp ltd" - }, - { - "cik": 1082733, - "symbol": "vism", - "name": "visium technologies inc" - }, - { - "cik": 793306, - "symbol": "bdco", - "name": "blue dolphin energy co" - }, - { - "cik": 1629261, - "symbol": "lbcc", - "name": "long blockchain corp" - }, - { - "cik": 1028357, - "symbol": "bittf", - "name": "bitterroot resources ltd" - }, - { - "cik": 842295, - "symbol": "torm", - "name": "tor minerals international inc" - }, - { - "cik": 1362516, - "symbol": "clri", - "name": "cleartronic inc" - }, - { - "cik": 1636051, - "symbol": "fust", - "name": "fuse group holding inc" - }, - { - "cik": 1413488, - "symbol": "mctc", - "name": "cannabis global inc" - }, - { - "cik": 66600, - "symbol": "mmmm", - "name": "quad m solutions inc" - }, - { - "cik": 1746563, - "symbol": "potn", - "name": "potnetwork holdings inc" - }, - { - "cik": 317340, - "symbol": "mkrs", - "name": "mikros systems corp" - }, - { - "cik": 1543623, - "symbol": "ucle", - "name": "us nuclear corp" - }, - { - "cik": 59860, - "symbol": "grmc", - "name": "goldrich mining co" - }, - { - "cik": 1639068, - "symbol": "hbuv", - "name": "hubilu venture corp" - }, - { - "cik": 14195, - "symbol": "bgg", - "name": "briggs & stratton corp" - }, - { - "cik": 1368637, - "symbol": "bbls", - "name": "petrolia energy corp" - }, - { - "cik": 1653606, - "symbol": "ehvvf", - "name": "ehave inc" - }, - { - "cik": 1162283, - "symbol": "mghld", - "name": "morgan group holding co" - }, - { - "cik": 945617, - "symbol": "ammj", - "name": "american cannabis company inc" - }, - { - "cik": 841533, - "symbol": "srmx", - "name": "saddle ranch media inc" - }, - { - "cik": 1409197, - "symbol": "bspk", - "name": "bespoke extracts inc" - }, - { - "cik": 1530425, - "symbol": "arrt", - "name": "artisan consumer goods inc" - }, - { - "cik": 1160191, - "symbol": "snnaf", - "name": "sienna resources inc" - }, - { - "cik": 1498576, - "symbol": "ccihy", - "name": "chinacache international holdings ltd" - }, - { - "cik": 1123596, - "symbol": "babb", - "name": "bab inc" - }, - { - "cik": 1572386, - "symbol": "gwti", - "name": "greenway technologies inc" - }, - { - "cik": 922330, - "symbol": "rgus", - "name": "regi u s inc" - }, - { - "cik": 1664127, - "symbol": "altd", - "name": "altitude international holdings inc" - }, - { - "cik": 700764, - "symbol": "vyey", - "name": "victory oilfield tech inc" - }, - { - "cik": 352998, - "symbol": "tlgt", - "name": "teligent inc" - }, - { - "cik": 1651992, - "symbol": "asft", - "name": "appsoft technologies inc" - }, - { - "cik": 1582249, - "symbol": "rasp", - "name": "rasna therapeutics inc" - }, - { - "cik": 1431934, - "symbol": "owcp", - "name": "owc pharmaceutical research corp" - }, - { - "cik": 896747, - "symbol": "abmc", - "name": "american bio medica corp" - }, - { - "cik": 1414953, - "symbol": "mojo", - "name": "mojo organics inc" - }, - { - "cik": 1510518, - "symbol": "gfood", - "name": "genufood energy enzymes corp" - }, - { - "cik": 1438943, - "symbol": "vbio", - "name": "vitality biopharma inc" - }, - { - "cik": 862022, - "symbol": "hgtxu", - "name": "hugoton royalty trust" - }, - { - "cik": 1422669, - "symbol": "vrscf", - "name": "valterra resource corp" - }, - { - "cik": 1565146, - "symbol": "gultu", - "name": "gulf coast ultra deep royalty trust" - }, - { - "cik": 720762, - "symbol": "nimu", - "name": "non invasive monitoring systems inc fl" - }, - { - "cik": 867028, - "symbol": "etfm", - "name": "fomo corp" - }, - { - "cik": 1789330, - "symbol": "mjhi", - "name": "mj harvest inc" - }, - { - "cik": 1323838, - "symbol": "dxied", - "name": "dxi energy inc" - }, - { - "cik": 99106, - "symbol": "tnlx", - "name": "trans lux corp" - }, - { - "cik": 1078037, - "symbol": "remi", - "name": "remedent inc" - }, - { - "cik": 1572565, - "symbol": "inqd", - "name": "indoor harvest corp" - }, - { - "cik": 1372184, - "symbol": "nwyu", - "name": "new you inc" - }, - { - "cik": 8328, - "symbol": "amnl", - "name": "applied minerals inc" - }, - { - "cik": 1490366, - "symbol": "borny", - "name": "china new borun corp" - }, - { - "cik": 1281774, - "symbol": "club", - "name": "town sports international holdings inc" - }, - { - "cik": 1445109, - "symbol": "cctc", - "name": "clean coal technologies inc" - }, - { - "cik": 1603793, - "symbol": "nris", - "name": "norris industries inc" - }, - { - "cik": 1401835, - "symbol": "srgz", - "name": "star gold corp" - }, - { - "cik": 1317833, - "symbol": "sign", - "name": "signet international holdings inc" - }, - { - "cik": 1522165, - "symbol": "alkm", - "name": "alkame holdings inc" - }, - { - "cik": 1552448, - "symbol": "rycff", - "name": "amira nature foods ltd" - }, - { - "cik": 1691430, - "symbol": "qnta", - "name": "quanta inc" - }, - { - "cik": 1329944, - "symbol": "ndtp", - "name": "mistral ventures inc" - }, - { - "cik": 1036848, - "symbol": "acy", - "name": "aerocentury corp" - }, - { - "cik": 897078, - "symbol": "koan", - "name": "resonate blends inc" - }, - { - "cik": 1404935, - "symbol": "thct", - "name": "thc therapeutics inc" - }, - { - "cik": 1552189, - "symbol": "exdi", - "name": "exactus inc" - }, - { - "cik": 1713909, - "symbol": "wtnw", - "name": "water now inc" - }, - { - "cik": 1661600, - "symbol": "sedo", - "name": "seedo corp" - }, - { - "cik": 1579026, - "symbol": "towtf", - "name": "tower one wireless corp" - }, - { - "cik": 827099, - "symbol": "cpwr", - "name": "ocean thermal energy corp" - }, - { - "cik": 1624517, - "symbol": "arsn", - "name": "aureus inc" - }, - { - "cik": 1117095, - "symbol": "tikrf", - "name": "tikcro technologies ltd" - }, - { - "cik": 1487931, - "symbol": "fssn", - "name": "fision corp" - }, - { - "cik": 1622057, - "symbol": "nbio", - "name": "nascent biotech inc" - }, - { - "cik": 1726286, - "symbol": "sode", - "name": "social detention inc" - }, - { - "cik": 1084475, - "symbol": "nihk", - "name": "video river networks inc" - }, - { - "cik": 1138724, - "symbol": "gahc", - "name": "global arena holding inc" - }, - { - "cik": 743758, - "symbol": "clwd", - "name": "cloudcommerce inc" - }, - { - "cik": 1493212, - "symbol": "plsi", - "name": "phoenix life sciences international limited" - }, - { - "cik": 1133062, - "symbol": "janl", - "name": "janel corp" - }, - { - "cik": 1020825, - "symbol": "mghcf", - "name": "minco gold corp" - }, - { - "cik": 1471781, - "symbol": "gtch", - "name": "gbt technologies inc" - }, - { - "cik": 1398488, - "symbol": "stsn", - "name": "stemsation international inc" - }, - { - "cik": 1424812, - "symbol": "ambs", - "name": "amarantus bioscience holdings inc" - }, - { - "cik": 1474835, - "symbol": "ipci", - "name": "intellipharmaceutics international inc" - }, - { - "cik": 1276531, - "symbol": "scgy", - "name": "scientific energy inc" - }, - { - "cik": 802257, - "symbol": "miti", - "name": "mitesco inc" - }, - { - "cik": 1066130, - "symbol": "askdf", - "name": "first energy metals ltd" - }, - { - "cik": 1627554, - "symbol": "qsmg", - "name": "quest management inc" - }, - { - "cik": 1653876, - "symbol": "mmnt", - "name": "momentous holdings corp" - }, - { - "cik": 1559157, - "symbol": "ssok", - "name": "sunstock inc" - }, - { - "cik": 856984, - "symbol": "usaq", - "name": "usa equities corp" - }, - { - "cik": 1437517, - "symbol": "cloq", - "name": "cyberloq technologies inc" - }, - { - "cik": 1411879, - "symbol": "innv", - "name": "innovus pharmaceuticals inc" - }, - { - "cik": 1355790, - "symbol": "isco", - "name": "international stem cell corp" - }, - { - "cik": 725929, - "symbol": "btdg", - "name": "b2digital inc" - }, - { - "cik": 1437476, - "symbol": "gsfi", - "name": "green stream holdings inc" - }, - { - "cik": 1538822, - "symbol": "royt", - "name": "pacific coast oil trust" - }, - { - "cik": 883943, - "symbol": "cbkc", - "name": "christopher & banks corp" - }, - { - "cik": 1687505, - "symbol": "snnn", - "name": "sinorama corp" - }, - { - "cik": 1520118, - "symbol": "intv", - "name": "integrated ventures inc" - }, - { - "cik": 1487798, - "symbol": "ect", - "name": "eca marcellus trust i" - }, - { - "cik": 1102358, - "symbol": "hcgs", - "name": "highcom global security inc" - }, - { - "cik": 1355677, - "symbol": "mxsgd", - "name": "mexus gold us" - }, - { - "cik": 1286964, - "symbol": "hlbyl", - "name": "heron lake bioenergy llc" - }, - { - "cik": 1417664, - "symbol": "veii", - "name": "value exchange international inc" - }, - { - "cik": 1394638, - "symbol": "clcn", - "name": "creative learning corp" - }, - { - "cik": 1415744, - "symbol": "nmex", - "name": "northern minerals & exploration ltd" - }, - { - "cik": 1599117, - "symbol": "mntr", - "name": "mentor capital inc" - }, - { - "cik": 1569568, - "symbol": "lrdg", - "name": "lord global corp" - }, - { - "cik": 1463459, - "symbol": "emge", - "name": "emergent health corp" - }, - { - "cik": 1191832, - "symbol": "tumif", - "name": "kingsmen resources ltd" - }, - { - "cik": 1135202, - "symbol": "ecpn", - "name": "el capitan precious metals inc" - }, - { - "cik": 931336, - "symbol": "dfodq", - "name": "dean foods co" - }, - { - "cik": 1502152, - "symbol": "soan", - "name": "angiosoma inc" - }, - { - "cik": 1388319, - "symbol": "usrm", - "name": "us stem cell inc" - }, - { - "cik": 1109189, - "symbol": "basx", - "name": "basic energy services inc" - }, - { - "cik": 1637866, - "symbol": "dgwr", - "name": "deep green waste & recycling inc" - }, - { - "cik": 1270200, - "symbol": "vspc", - "name": "viaspace inc" - }, - { - "cik": 1522787, - "symbol": "cybf", - "name": "cyberfort software inc" - }, - { - "cik": 1737647, - "symbol": "ivitf", - "name": "invictus md strategies corp" - }, - { - "cik": 1555972, - "symbol": "stcc", - "name": "sterling consolidated corp" - }, - { - "cik": 812152, - "symbol": "rdga", - "name": "ridgefield acquisition corp" - }, - { - "cik": 1004724, - "symbol": "rhe", - "name": "regional health properties inc" - }, - { - "cik": 895665, - "symbol": "scon", - "name": "superconductor technologies inc" - }, - { - "cik": 1575345, - "symbol": "blgid", - "name": "blgi inc" - }, - { - "cik": 1671502, - "symbol": "apopw", - "name": "cellect biotechnology ltd" - }, - { - "cik": 925661, - "symbol": "sect", - "name": "sector 10 inc" - }, - { - "cik": 882800, - "symbol": "pacv", - "name": "pacific ventures group inc" - }, - { - "cik": 1376793, - "symbol": "cvat", - "name": "cavitation technologies inc" - }, - { - "cik": 884650, - "symbol": "imci", - "name": "infinite group inc" - }, - { - "cik": 1383394, - "symbol": "tegy", - "name": "transact energy corp" - }, - { - "cik": 1346655, - "symbol": "cmgo", - "name": "cmg holdings group inc" - }, - { - "cik": 831355, - "symbol": "lkai", - "name": "lka gold inc de" - }, - { - "cik": 1635136, - "symbol": "duuo", - "name": "duo world inc" - }, - { - "cik": 32567, - "symbol": "mtwd", - "name": "metwood inc" - }, - { - "cik": 1388410, - "symbol": "prlx", - "name": "parallax health sciences inc" - }, - { - "cik": 1177167, - "symbol": "lmdcf", - "name": "lingo media corp" - }, - { - "cik": 1530739, - "symbol": "idfb", - "name": "idaho first bank" - }, - { - "cik": 1616156, - "symbol": "wewa", - "name": "wewards inc" - }, - { - "cik": 1597892, - "symbol": "jrss", - "name": "jrsis health care corp" - }, - { - "cik": 1365357, - "symbol": "zzll", - "name": "zzll information technology inc" - }, - { - "cik": 1045942, - "symbol": "trck", - "name": "track group inc" - }, - { - "cik": 1550020, - "symbol": "ewll", - "name": "ewellness healthcare corp" - }, - { - "cik": 1589149, - "symbol": "msrt", - "name": "massroots inc" - }, - { - "cik": 1088005, - "symbol": "nxmr", - "name": "nextmart inc" - }, - { - "cik": 1369128, - "symbol": "digaf", - "name": "digatrade financial corp" - }, - { - "cik": 1399855, - "symbol": "nauh", - "name": "national american university holdings inc" - }, - { - "cik": 1493526, - "symbol": "prtt", - "name": "protect pharmaceutical corp" - }, - { - "cik": 1470550, - "symbol": "ilcc", - "name": "international leaders capital corp" - }, - { - "cik": 1405663, - "symbol": "imahf", - "name": "i-minerals inc" - }, - { - "cik": 1607450, - "symbol": "abvn", - "name": "abv consulting inc" - }, - { - "cik": 824416, - "symbol": "qprc", - "name": "quest patent research corp" - }, - { - "cik": 805729, - "symbol": "chyl", - "name": "china senior living industry international holding corp" - }, - { - "cik": 1591165, - "symbol": "hcyt", - "name": "h-cyte inc" - }, - { - "cik": 1680132, - "symbol": "csui", - "name": "cannabis suisse corp" - }, - { - "cik": 1128281, - "symbol": "skas", - "name": "saker aviation services inc" - }, - { - "cik": 1430523, - "symbol": "vrus", - "name": "verus international inc" - }, - { - "cik": 1381240, - "symbol": "gsrx", - "name": "gsrx industries inc" - }, - { - "cik": 1557798, - "symbol": "ciit", - "name": "tianci international inc" - }, - { - "cik": 820901, - "symbol": "aret", - "name": "arete industries inc" - }, - { - "cik": 1346917, - "symbol": "gntof", - "name": "gentor resources inc" - }, - { - "cik": 1089815, - "symbol": "usnu", - "name": "us neurosurgical holdings inc" - }, - { - "cik": 1025953, - "symbol": "novc", - "name": "novation companies inc" - }, - { - "cik": 1610820, - "symbol": "bctxf", - "name": "briacell therapeutics corp" - }, - { - "cik": 1386049, - "symbol": "byoc", - "name": "beyond commerce inc" - }, - { - "cik": 1434110, - "symbol": "prop", - "name": "pledge petroleum corp" - }, - { - "cik": 1761540, - "symbol": "srus", - "name": "stratus capital corp" - }, - { - "cik": 724445, - "symbol": "bzyr", - "name": "burzynski research institute inc" - }, - { - "cik": 925660, - "symbol": "flxt", - "name": "flexpoint sensor systems inc" - }, - { - "cik": 1358656, - "symbol": "milc", - "name": "millennium investment & acquisition co inc" - }, - { - "cik": 1518336, - "symbol": "drem", - "name": "dream homes & development corp" - }, - { - "cik": 1561880, - "symbol": "prcd", - "name": "legacy education alliance inc" - }, - { - "cik": 1407878, - "symbol": "dloc", - "name": "digital locations inc" - }, - { - "cik": 1609988, - "symbol": "flcx", - "name": "flooidcx corp" - }, - { - "cik": 1563227, - "symbol": "spup", - "name": "sipup corp" - }, - { - "cik": 1127475, - "symbol": "dbmm", - "name": "digital brand media & marketing group inc" - }, - { - "cik": 1481443, - "symbol": "rmdm", - "name": "techcom inc" - }, - { - "cik": 1540684, - "symbol": "bmix", - "name": "brazil minerals inc" - }, - { - "cik": 1350073, - "symbol": "icnb", - "name": "iconic brands inc" - }, - { - "cik": 1520528, - "symbol": "reac", - "name": "reac group inc" - }, - { - "cik": 1517342, - "symbol": "pacd", - "name": "pacific drilling sa" - }, - { - "cik": 1438901, - "symbol": "fles", - "name": "4less group inc" - }, - { - "cik": 1419793, - "symbol": "ocln", - "name": "originclear inc" - }, - { - "cik": 1317839, - "symbol": "umhl", - "name": "umatrin holding ltd" - }, - { - "cik": 819926, - "symbol": "seiid", - "name": "sharing economy international inc" - }, - { - "cik": 1512886, - "symbol": "ntrr", - "name": "neutra corp" - }, - { - "cik": 1647170, - "symbol": "tapm", - "name": "tapinator inc" - }, - { - "cik": 1089061, - "symbol": "find", - "name": "findex com inc" - }, - { - "cik": 945828, - "symbol": "amty", - "name": "amerityre corp" - }, - { - "cik": 1452872, - "symbol": "rlly", - "name": "arc group inc" - }, - { - "cik": 225628, - "symbol": "pssr", - "name": "passur aerospace inc" - }, - { - "cik": 1162896, - "symbol": "wizd", - "name": "wizard brands inc" - }, - { - "cik": 946822, - "symbol": "alye", - "name": "aly energy services inc" - }, - { - "cik": 1375793, - "symbol": "gtxo", - "name": "gtx corp" - }, - { - "cik": 1304409, - "symbol": "ahnr", - "name": "athena silver corp" - }, - { - "cik": 836937, - "symbol": "updc", - "name": "upd holding corp" - }, - { - "cik": 866439, - "symbol": "dpls", - "name": "darkpulse inc" - }, - { - "cik": 1708410, - "symbol": "winrw", - "name": "simplicity esports & gaming co" - }, - { - "cik": 822746, - "symbol": "ifny", - "name": "infinity energy resources inc" - }, - { - "cik": 1403676, - "symbol": "gltc", - "name": "geltech solutions inc" - }, - { - "cik": 1605481, - "symbol": "ngldd", - "name": "nevada canyon gold corp" - }, - { - "cik": 1412659, - "symbol": "rgin", - "name": "regenicin inc" - }, - { - "cik": 1218683, - "symbol": "wizp", - "name": "wize pharma inc" - }, - { - "cik": 1473654, - "symbol": "lvbx", - "name": "levelblox inc" - }, - { - "cik": 1509957, - "symbol": "canb", - "name": "can b corp" - }, - { - "cik": 1187953, - "symbol": "celz", - "name": "creative medical technology holdings inc" - }, - { - "cik": 1539894, - "symbol": "afh", - "name": "atlas financial holdings inc" - }, - { - "cik": 1518720, - "symbol": "fpvd", - "name": "force protection video equipment corp" - }, - { - "cik": 1304741, - "symbol": "cngt", - "name": "cannagistics inc" - }, - { - "cik": 924095, - "symbol": "wscc", - "name": "waterside capital corp" - }, - { - "cik": 1440799, - "symbol": "mmex", - "name": "mmex resources corp" - }, - { - "cik": 1605331, - "symbol": "abqq", - "name": "ab international group corp" - }, - { - "cik": 849997, - "symbol": "fecof", - "name": "fec resources inc" - }, - { - "cik": 1483646, - "symbol": "begi", - "name": "blackstar enterprise group inc" - }, - { - "cik": 1533427, - "symbol": "pzoo", - "name": "pazoo inc" - }, - { - "cik": 1494413, - "symbol": "twoh", - "name": "two hands corp" - }, - { - "cik": 727634, - "symbol": "isgn", - "name": "isign solutions inc" - }, - { - "cik": 1469346, - "symbol": "chmjf", - "name": "chemistree technology inc" - }, - { - "cik": 1353538, - "symbol": "ntwn", - "name": "newtown lane marketing inc" - }, - { - "cik": 1471302, - "symbol": "aivi", - "name": "kemiao garment holding group" - }, - { - "cik": 1443089, - "symbol": "whsi", - "name": "wearable health solutions inc" - }, - { - "cik": 1284450, - "symbol": "chgi", - "name": "china carbon graphite group inc" - }, - { - "cik": 1407583, - "symbol": "bhll", - "name": "bunker hill mining corp" - }, - { - "cik": 1444839, - "symbol": "brvo", - "name": "bravo multinational inc" - }, - { - "cik": 1500305, - "symbol": "spgx", - "name": "sustainable projects group inc" - }, - { - "cik": 1797956, - "symbol": "hpty", - "name": "rcmw group inc" - }, - { - "cik": 1395445, - "symbol": "prpi", - "name": "perpetual industries inc" - }, - { - "cik": 1524872, - "symbol": "tnrg", - "name": "thunder energies corp" - }, - { - "cik": 934543, - "symbol": "acmc", - "name": "american church mortgage co" - }, - { - "cik": 849636, - "symbol": "rspi", - "name": "respirerx pharmaceuticals inc" - }, - { - "cik": 1518985, - "symbol": "wtxr", - "name": "west texas resources inc" - }, - { - "cik": 918573, - "symbol": "grve", - "name": "groove botanicals inc" - }, - { - "cik": 1159275, - "symbol": "kwbt", - "name": "kiwa bio-tech products group corp" - }, - { - "cik": 1607549, - "symbol": "appb", - "name": "applied biosciences corp" - }, - { - "cik": 1399935, - "symbol": "fran", - "name": "francescas holdings corp" - }, - { - "cik": 844161, - "symbol": "apex", - "name": "apex global brands inc" - }, - { - "cik": 1008653, - "symbol": "ecmt", - "name": "ecomat inc" - }, - { - "cik": 1054274, - "symbol": "adyx", - "name": "adynxx inc" - }, - { - "cik": 1550737, - "symbol": "sfiv", - "name": "sector 5 inc" - }, - { - "cik": 814926, - "symbol": "capc", - "name": "capstone companies inc" - }, - { - "cik": 1061164, - "symbol": "pgid", - "name": "peregrine industries inc" - }, - { - "cik": 1731911, - "symbol": "sklv", - "name": "skye life ventures ltd" - }, - { - "cik": 1062128, - "symbol": "atms", - "name": "artemis therapeutics inc" - }, - { - "cik": 773318, - "symbol": "vrtc", - "name": "veritec inc" - }, - { - "cik": 1537058, - "symbol": "whzt", - "name": "whiting usa trust ii" - }, - { - "cik": 1829311, - "symbol": "ress", - "name": "sandy springs holdings inc" - }, - { - "cik": 1426506, - "symbol": "smgi", - "name": "smg industries inc" - }, - { - "cik": 6494, - "symbol": "andr", - "name": "andrea electronics corp" - }, - { - "cik": 1654588, - "symbol": "hlty", - "name": "precheck health services inc" - }, - { - "cik": 1459482, - "symbol": "ciix", - "name": "chineseinvestorscom inc" - }, - { - "cik": 1414043, - "symbol": "fdbl", - "name": "friendable inc" - }, - { - "cik": 1515275, - "symbol": "rdco", - "name": "redefy corp" - }, - { - "cik": 1494162, - "symbol": "kpay", - "name": "kinerjapay corp" - }, - { - "cik": 1506929, - "symbol": "vrdr", - "name": "verde resources inc" - }, - { - "cik": 1490054, - "symbol": "vbhi", - "name": "verde bio holdings inc" - }, - { - "cik": 1609258, - "symbol": "ptco", - "name": "petrogas co" - }, - { - "cik": 1108630, - "symbol": "livc", - "name": "live current media inc" - }, - { - "cik": 775057, - "symbol": "altx", - "name": "altex industries inc" - }, - { - "cik": 1421907, - "symbol": "tdnt", - "name": "trident brands inc" - }, - { - "cik": 1343465, - "symbol": "snpw", - "name": "sun pacific holding corp" - }, - { - "cik": 1089531, - "symbol": "kgji", - "name": "kingold jewelry inc" - }, - { - "cik": 1514113, - "symbol": "ghav", - "name": "grand havana inc" - }, - { - "cik": 1563536, - "symbol": "equr", - "name": "e-qure corp" - }, - { - "cik": 764897, - "symbol": "brst", - "name": "broad street realty inc" - }, - { - "cik": 1602143, - "symbol": "tcnt", - "name": "toucan interactive corp" - }, - { - "cik": 1544238, - "symbol": "cdxi", - "name": "cardax inc" - }, - { - "cik": 1396054, - "symbol": "lith", - "name": "us lithium corp" - }, - { - "cik": 1576724, - "symbol": "vibi", - "name": "vilacto bio inc" - }, - { - "cik": 1168663, - "symbol": "ansu", - "name": "amanasu techno holdings corp" - }, - { - "cik": 1428389, - "symbol": "blxx", - "name": "blox inc" - }, - { - "cik": 892832, - "symbol": "sdon", - "name": "sandston corp" - }, - { - "cik": 1208261, - "symbol": "imnpq", - "name": "immune pharmaceuticals inc" - }, - { - "cik": 1551906, - "symbol": "wcvc", - "name": "west coast ventures group corp" - }, - { - "cik": 1211351, - "symbol": "rtwi", - "name": "rtw retailwinds inc" - }, - { - "cik": 1416090, - "symbol": "imii", - "name": "inception mining inc" - }, - { - "cik": 1424768, - "symbol": "vyco", - "name": "vycor medical inc" - }, - { - "cik": 1092570, - "symbol": "fulo", - "name": "fullnet communications inc" - }, - { - "cik": 752294, - "symbol": "elst", - "name": "electronic systems technology inc" - }, - { - "cik": 852747, - "symbol": "cppxf", - "name": "continental energy corp" - }, - { - "cik": 1485074, - "symbol": "frzt", - "name": "freeze tag inc" - }, - { - "cik": 1080088, - "symbol": "lvwd", - "name": "liveworld inc" - }, - { - "cik": 894560, - "symbol": "bothd", - "name": "bioethics ltd" - }, - { - "cik": 1239188, - "symbol": "gsih", - "name": "general steel holdings inc" - }, - { - "cik": 1316317, - "symbol": "cntfy", - "name": "china techfaith wireless communication technology ltd" - }, - { - "cik": 1652866, - "symbol": "abilf", - "name": "ability inc" - }, - { - "cik": 1178377, - "symbol": "emrn", - "name": "emarine global inc" - }, - { - "cik": 1617431, - "symbol": "poyn", - "name": "po yuen cultural holdings (hong kong) co ltd" - }, - { - "cik": 1530163, - "symbol": "saml", - "name": "samsara luggage inc" - }, - { - "cik": 1342219, - "symbol": "krbf", - "name": "kreido biofuels inc" - }, - { - "cik": 318299, - "symbol": "srco", - "name": "sparta commercial services inc" - }, - { - "cik": 1611852, - "symbol": "cldc", - "name": "roan holdings group co ltd" - }, - { - "cik": 716688, - "symbol": "mfco", - "name": "microwave filter co inc ny" - }, - { - "cik": 1424404, - "symbol": "wolv", - "name": "wolverine technologies corp" - }, - { - "cik": 1014111, - "symbol": "glae", - "name": "glassbridge enterprises inc" - }, - { - "cik": 1703625, - "symbol": "blis", - "name": "treasure & shipwreck recovery inc" - }, - { - "cik": 1376231, - "symbol": "vprb", - "name": "vpr brands lp" - }, - { - "cik": 1736865, - "symbol": "dvlp", - "name": "golden developing solutions inc" - }, - { - "cik": 1287900, - "symbol": "trxo", - "name": "t-rex oil inc" - }, - { - "cik": 1556801, - "symbol": "jrvs", - "name": "imine corp" - }, - { - "cik": 1422296, - "symbol": "shnl", - "name": "shentang international inc" - }, - { - "cik": 949428, - "symbol": "cdti", - "name": "cdti advanced materials inc" - }, - { - "cik": 1510247, - "symbol": "lfap", - "name": "lgbtq loyalty holdings inc" - }, - { - "cik": 1505497, - "symbol": "brtx", - "name": "biorestorative therapies inc" - }, - { - "cik": 1543272, - "symbol": "mjtv", - "name": "mj biotech inc" - }, - { - "cik": 1582341, - "symbol": "mydx", - "name": "mydx inc" - }, - { - "cik": 1511161, - "symbol": "askh", - "name": "astika holdings inc" - }, - { - "cik": 1527675, - "symbol": "aita", - "name": "wunong asia pacific co ltd" - }, - { - "cik": 1472862, - "symbol": "wsml", - "name": "williamsville sears management inc" - }, - { - "cik": 843212, - "symbol": "aegg", - "name": "american energy group ltd" - }, - { - "cik": 1720201, - "symbol": "ipic", - "name": "ipic entertainment inc" - }, - { - "cik": 930245, - "symbol": "aasp", - "name": "all american sportpark inc" - }, - { - "cik": 1040792, - "symbol": "hmny", - "name": "helios & matheson analytics inc" - }, - { - "cik": 1671132, - "symbol": "nuvg", - "name": "nuvus gro corp" - }, - { - "cik": 820771, - "symbol": "gfmh", - "name": "goliath film & media holdings" - }, - { - "cik": 1064722, - "symbol": "gmpw", - "name": "givemepower corp" - }, - { - "cik": 1515740, - "symbol": "biei", - "name": "premier biomedical inc" - }, - { - "cik": 1597659, - "symbol": "psv", - "name": "hermitage offshore services ltd" - }, - { - "cik": 1585380, - "symbol": "inkw", - "name": "greene concepts inc" - }, - { - "cik": 1290506, - "symbol": "ecos", - "name": "ecolocap solutions inc" - }, - { - "cik": 1559172, - "symbol": "dpww", - "name": "diego pellicer worldwide inc" - }, - { - "cik": 1442492, - "symbol": "lrdc", - "name": "laredo oil inc" - }, - { - "cik": 1373690, - "symbol": "ircc", - "name": "indigenous roots corp" - }, - { - "cik": 1333519, - "symbol": "byin", - "name": "baying ecological holding group inc" - }, - { - "cik": 1402737, - "symbol": "vica", - "name": "rafina innovations inc" - }, - { - "cik": 1533106, - "symbol": "argq", - "name": "argentum 47 inc" - }, - { - "cik": 1308569, - "symbol": "mlfb", - "name": "major league football inc" - }, - { - "cik": 1128725, - "symbol": "icld", - "name": "intercloud systems inc" - }, - { - "cik": 1548240, - "symbol": "yewb", - "name": "yew bio-pharm group inc" - }, - { - "cik": 1502966, - "symbol": "digp", - "name": "digipath inc" - }, - { - "cik": 1041588, - "symbol": "accr", - "name": "access-power & co inc" - }, - { - "cik": 1661264, - "symbol": "skyf", - "name": "sky440 inc" - }, - { - "cik": 1547996, - "symbol": "ngbl", - "name": "notis global inc" - }, - { - "cik": 51011, - "symbol": "itdn", - "name": "interdyne co" - }, - { - "cik": 1506742, - "symbol": "txso", - "name": "texas south energy inc" - }, - { - "cik": 1082027, - "symbol": "neik", - "name": "northstar electronics inc" - }, - { - "cik": 1695473, - "symbol": "gcan", - "name": "greater cannabis company inc" - }, - { - "cik": 1498301, - "symbol": "asna", - "name": "ascena retail group inc" - }, - { - "cik": 847942, - "symbol": "stqn", - "name": "strategic acquisitions inc nv" - }, - { - "cik": 1552164, - "symbol": "avrn", - "name": "avra inc" - }, - { - "cik": 1001463, - "symbol": "acca", - "name": "acacia diversified holdings inc" - }, - { - "cik": 1537258, - "symbol": "abwn", - "name": "airborne wireless network" - }, - { - "cik": 730669, - "symbol": "fcic", - "name": "fccc inc" - }, - { - "cik": 1310527, - "symbol": "qpwrd", - "name": "qsam biosciences inc" - }, - { - "cik": 1574676, - "symbol": "glfh", - "name": "galenfeha inc" - }, - { - "cik": 1174814, - "symbol": "skyl", - "name": "sky resort international ltd" - }, - { - "cik": 1435181, - "symbol": "phbi", - "name": "pharmagreen biotech inc" - }, - { - "cik": 1533357, - "symbol": "dtii", - "name": "defense technologies international corp" - }, - { - "cik": 1405660, - "symbol": "aiko", - "name": "alternative investment corp" - }, - { - "cik": 1223533, - "symbol": "frli", - "name": "frelii inc" - }, - { - "cik": 1803977, - "symbol": "blab", - "name": "bio lab naturals inc" - }, - { - "cik": 1300938, - "symbol": "abce", - "name": "abco energy inc" - }, - { - "cik": 1063197, - "symbol": "crgs", - "name": "curaegis technologies inc" - }, - { - "cik": 1421204, - "symbol": "nspxd", - "name": "inspyr therapeutics inc" - }, - { - "cik": 1399306, - "symbol": "siml", - "name": "simlatus corp" - }, - { - "cik": 1572840, - "symbol": "sbes", - "name": "south beach spirits inc" - }, - { - "cik": 1614466, - "symbol": "dlcr", - "name": "kibush capital corp" - }, - { - "cik": 704172, - "symbol": "phigw", - "name": "phi group inc" - }, - { - "cik": 1604930, - "symbol": "lclp", - "name": "life clips inc" - }, - { - "cik": 1174672, - "symbol": "intp", - "name": "boston carriers inc" - }, - { - "cik": 1456802, - "symbol": "ccob", - "name": "century cobalt corp" - }, - { - "cik": 1290658, - "symbol": "itox", - "name": "iiot-oxys inc" - }, - { - "cik": 1062506, - "symbol": "alda", - "name": "atlantica inc" - }, - { - "cik": 1455926, - "symbol": "irnc", - "name": "ironclad encryption corp" - }, - { - "cik": 1822529, - "symbol": "tqlb", - "name": "torque lifestyle brands inc" - }, - { - "cik": 1539551, - "symbol": "sfhi", - "name": "sports field holdings inc" - }, - { - "cik": 1704795, - "symbol": "bant", - "name": "bantec inc" - }, - { - "cik": 1473579, - "symbol": "bthe", - "name": "boston therapeutics inc" - }, - { - "cik": 1371424, - "symbol": "rymm", - "name": "royal mines & minerals corp" - }, - { - "cik": 1669812, - "symbol": "lksdq", - "name": "lsc communications inc" - }, - { - "cik": 1497251, - "symbol": "ezcl", - "name": "ezy cloud holding inc" - }, - { - "cik": 1398137, - "symbol": "gnal", - "name": "generation alpha inc" - }, - { - "cik": 1615169, - "symbol": "jwhi", - "name": "jin wan hong international holdings ltd" - }, - { - "cik": 1464623, - "symbol": "ntcxf", - "name": "natcore technology inc" - }, - { - "cik": 1582919, - "symbol": "ftws", - "name": "flitways technology inc" - }, - { - "cik": 1516079, - "symbol": "ucbb", - "name": "us-china biomedical technology inc" - }, - { - "cik": 1091983, - "symbol": "fvrg", - "name": "forevergreen worldwide corp" - }, - { - "cik": 862668, - "symbol": "esmc", - "name": "escalon medical corp" - }, - { - "cik": 1300867, - "symbol": "onci", - "name": "on4 communications inc" - }, - { - "cik": 1490873, - "symbol": "essi", - "name": "eco science solutions inc" - }, - { - "cik": 1039466, - "symbol": "xsnxd", - "name": "novaccess global inc" - }, - { - "cik": 1557668, - "symbol": "beag", - "name": "blue eagle lithium inc" - }, - { - "cik": 1122742, - "symbol": "ferld", - "name": "fearless films inc" - }, - { - "cik": 1445467, - "symbol": "avpmd", - "name": "avrupa minerals ltd" - }, - { - "cik": 1404804, - "symbol": "omtk", - "name": "omnitek engineering corp" - }, - { - "cik": 1280396, - "symbol": "vtna", - "name": "vetanova inc" - }, - { - "cik": 1538495, - "symbol": "unov", - "name": "earth science tech inc" - }, - { - "cik": 1811999, - "symbol": "fmhs", - "name": "farmhouse inc nv" - }, - { - "cik": 1425565, - "symbol": "rgseq", - "name": "real goods solar inc" - }, - { - "cik": 1482075, - "symbol": "coil", - "name": "citadel exploration inc" - }, - { - "cik": 1527355, - "symbol": "kred", - "name": "konared corp" - }, - { - "cik": 1066764, - "symbol": "spin", - "name": "spine injury solutions inc" - }, - { - "cik": 1420108, - "symbol": "gluc", - "name": "glucose health inc" - }, - { - "cik": 1142488, - "symbol": "gbhl", - "name": "global entertainment holdings inc" - }, - { - "cik": 1525306, - "symbol": "fstj", - "name": "first america resources corp" - }, - { - "cik": 1587476, - "symbol": "psww", - "name": "principal solar inc" - }, - { - "cik": 1629205, - "symbol": "gmvp", - "name": "gridiron bionutrients inc" - }, - { - "cik": 1609139, - "symbol": "innd", - "name": "innerscope hearing technologies inc" - }, - { - "cik": 1109067, - "symbol": "mves", - "name": "movie studio inc" - }, - { - "cik": 1307624, - "symbol": "hybg", - "name": "hyb holding corp" - }, - { - "cik": 1412126, - "symbol": "rmsl", - "name": "remsleep holdings inc" - }, - { - "cik": 825322, - "symbol": "xdsl", - "name": "mphase technologies inc" - }, - { - "cik": 1532424, - "symbol": "ccan", - "name": "canadian cannabis corp" - }, - { - "cik": 1413891, - "symbol": "sgsi", - "name": "spectrum global solutions inc" - }, - { - "cik": 1286459, - "symbol": "afom", - "name": "all for one media corp" - }, - { - "cik": 1405073, - "symbol": "arexq", - "name": "approach resources inc" - }, - { - "cik": 1321828, - "symbol": "dclt", - "name": "data call technologies" - }, - { - "cik": 927454, - "symbol": "adsv", - "name": "allied security innovations inc" - }, - { - "cik": 1763329, - "symbol": "twgl", - "name": "20 20 global inc" - }, - { - "cik": 1343460, - "symbol": "mblv", - "name": "mobiventures inc" - }, - { - "cik": 1553467, - "symbol": "sdlpf", - "name": "seadrill partners llc" - }, - { - "cik": 1464300, - "symbol": "ptpf", - "name": "all marketing solutions inc" - }, - { - "cik": 1409253, - "symbol": "nafs", - "name": "north america frac sand inc" - }, - { - "cik": 1381871, - "symbol": "czni", - "name": "cruzani inc" - }, - { - "cik": 1579010, - "symbol": "lfer", - "name": "life on earth inc" - }, - { - "cik": 1316175, - "symbol": "anth", - "name": "anthera pharmaceuticals inc" - }, - { - "cik": 1089319, - "symbol": "fsnr", - "name": "freestone resources inc" - }, - { - "cik": 928953, - "symbol": "prle", - "name": "pillarstone capital reit" - }, - { - "cik": 884940, - "symbol": "smrt", - "name": "stein mart inc" - }, - { - "cik": 1591387, - "symbol": "atin", - "name": "ati nationwide holding corp" - }, - { - "cik": 1558465, - "symbol": "pgas", - "name": "petrogress inc" - }, - { - "cik": 1697935, - "symbol": "lvxi", - "name": "maptelligent inc" - }, - { - "cik": 1140310, - "symbol": "esnc", - "name": "ensync inc" - }, - { - "cik": 1030916, - "symbol": "prhl", - "name": "premier holding corp" - }, - { - "cik": 1437822, - "symbol": "etah", - "name": "eternity healthcare inc" - }, - { - "cik": 1567802, - "symbol": "ooil", - "name": "perkins oil & gas inc" - }, - { - "cik": 1757067, - "symbol": "papa", - "name": "w o group inc" - }, - { - "cik": 1722287, - "symbol": "cvia", - "name": "covia holdings corp" - }, - { - "cik": 737207, - "symbol": "atrx", - "name": "adhera therapeutics inc" - }, - { - "cik": 886835, - "symbol": "spn", - "name": "superior energy services inc" - }, - { - "cik": 797542, - "symbol": "vbix", - "name": "viewbix inc" - }, - { - "cik": 1011060, - "symbol": "asnb", - "name": "ekimas corp" - }, - { - "cik": 921560, - "symbol": "mgpc", - "name": "moregain pictures inc" - }, - { - "cik": 1124160, - "symbol": "zimcf", - "name": "zim corp" - }, - { - "cik": 1528172, - "symbol": "endv", - "name": "endonovo therapeutics inc" - }, - { - "cik": 831489, - "symbol": "scrh", - "name": "scores holding co inc" - }, - { - "cik": 1446152, - "symbol": "seny", - "name": "sauer energy inc" - }, - { - "cik": 1431074, - "symbol": "brgo", - "name": "bergio international inc" - }, - { - "cik": 1128353, - "symbol": "etck", - "name": "enerteck corp" - }, - { - "cik": 1434601, - "symbol": "tmgi", - "name": "marquie group inc" - }, - { - "cik": 225211, - "symbol": "ohgi", - "name": "touchpoint group holdings inc" - }, - { - "cik": 1231339, - "symbol": "asre", - "name": "astra energy inc" - }, - { - "cik": 1098462, - "symbol": "mtlk", - "name": "metalink ltd" - }, - { - "cik": 1517389, - "symbol": "jfil", - "name": "jubilant flame international ltd" - }, - { - "cik": 1442711, - "symbol": "cypw", - "name": "cyclone power technologies inc" - }, - { - "cik": 75439, - "symbol": "mdit", - "name": "medite cancer diagnostics inc" - }, - { - "cik": 1157817, - "symbol": "sito", - "name": "sito mobile ltd" - }, - { - "cik": 1436161, - "symbol": "cnabq", - "name": "united cannabis corp" - }, - { - "cik": 1018281, - "symbol": "itkg", - "name": "integral technologies inc" - }, - { - "cik": 1417028, - "symbol": "mjtk", - "name": "cannasys inc" - }, - { - "cik": 1411036, - "symbol": "clth", - "name": "cleantech biofuels inc" - }, - { - "cik": 1368275, - "symbol": "wesc", - "name": "w&e source corp" - }, - { - "cik": 885074, - "symbol": "aghc", - "name": "aeon global health corp" - }, - { - "cik": 1416697, - "symbol": "blpg", - "name": "blue line protection group inc" - }, - { - "cik": 1164256, - "symbol": "dbrm", - "name": "daybreak oil & gas inc" - }, - { - "cik": 1702541, - "symbol": "rivx", - "name": "rivex technology corp" - }, - { - "cik": 1456212, - "symbol": "brti", - "name": "blackridge technology international inc" - }, - { - "cik": 1575142, - "symbol": "bdpt", - "name": "bioadaptives inc" - }, - { - "cik": 1133798, - "symbol": "txhg", - "name": "tx holdings inc" - }, - { - "cik": 1535079, - "symbol": "mccx", - "name": "mcx technologies corp" - }, - { - "cik": 797564, - "symbol": "hstc", - "name": "hst global inc" - }, - { - "cik": 1550053, - "symbol": "gpiw", - "name": "grand perfecta inc" - }, - { - "cik": 1727535, - "symbol": "gdet", - "name": "gd entertainment & technology inc" - }, - { - "cik": 1530746, - "symbol": "kaysd", - "name": "kaya holdings inc" - }, - { - "cik": 1380277, - "symbol": "ifxy", - "name": "infrax systems inc" - }, - { - "cik": 1375618, - "symbol": "amaz", - "name": "amazing energy oil & gas co" - }, - { - "cik": 1375063, - "symbol": "syne", - "name": "synthesis energy systems inc" - }, - { - "cik": 1402453, - "symbol": "hher", - "name": "her imports" - }, - { - "cik": 1526689, - "symbol": "vend", - "name": "generation next franchise brands inc" - }, - { - "cik": 811522, - "symbol": "qzmrf", - "name": "quartz mountain resources ltd" - }, - { - "cik": 1492091, - "symbol": "asck", - "name": "auscrete corp" - }, - { - "cik": 1487718, - "symbol": "boxs", - "name": "boxscore brands inc" - }, - { - "cik": 1131903, - "symbol": "fccn", - "name": "spectral capital corp" - }, - { - "cik": 1581220, - "symbol": "xall", - "name": "xalles holdings inc" - }, - { - "cik": 1603961, - "symbol": "mdfzf", - "name": "medifocus inc" - }, - { - "cik": 820608, - "symbol": "qtxb", - "name": "quantrx biomedical corp" - }, - { - "cik": 1407704, - "symbol": "boty", - "name": "lingerie fighting championships inc" - }, - { - "cik": 768216, - "symbol": "logq", - "name": "logicquest technology inc" - }, - { - "cik": 1555995, - "symbol": "devv", - "name": "bioscience neutraceuticals inc" - }, - { - "cik": 1113313, - "symbol": "avni", - "name": "arvana inc" - }, - { - "cik": 1174891, - "symbol": "buuz", - "name": "calethos inc" - }, - { - "cik": 1833214, - "symbol": "bcyp", - "name": "big cypress acquisition corp" - }, - { - "cik": 1076784, - "symbol": "dbub", - "name": "dbub group inc" - }, - { - "cik": 1043894, - "symbol": "evtnd", - "name": "enviro technologies us inc" - }, - { - "cik": 764630, - "symbol": "usbl", - "name": "united states basketball league inc" - }, - { - "cik": 352991, - "symbol": "aoxy", - "name": "advanced oxygen technologies inc" - }, - { - "cik": 723733, - "symbol": "muss", - "name": "multi solutions ii inc" - }, - { - "cik": 1563855, - "symbol": "sphs", - "name": "sophiris bio inc" - }, - { - "cik": 1709563, - "symbol": "ygty", - "name": "sslj com ltd" - }, - { - "cik": 1518171, - "symbol": "jadg", - "name": "jade global holdings inc" - }, - { - "cik": 1382112, - "symbol": "gmev", - "name": "gme innotainment inc" - }, - { - "cik": 1040850, - "symbol": "agtk", - "name": "agritek holdings inc" - }, - { - "cik": 1017110, - "symbol": "gthr", - "name": "genethera inc" - }, - { - "cik": 1636509, - "symbol": "vcbd", - "name": "vitalibis inc" - }, - { - "cik": 1104265, - "symbol": "grso", - "name": "grow solutions holdings inc" - }, - { - "cik": 1144169, - "symbol": "ecox", - "name": "eco innovation group inc" - }, - { - "cik": 1592603, - "symbol": "gwsn", - "name": "gulf west security network inc" - }, - { - "cik": 1284454, - "symbol": "evcc", - "name": "environmental control corp" - }, - { - "cik": 1110648, - "symbol": "imtl", - "name": "image protect inc" - }, - { - "cik": 1409446, - "symbol": "nhmd", - "name": "nates food co" - }, - { - "cik": 1456787, - "symbol": "dgji", - "name": "dragon jade international ltd" - }, - { - "cik": 1393570, - "symbol": "paso", - "name": "patient access solutions inc" - }, - { - "cik": 1423325, - "symbol": "icnn", - "name": "incoming inc" - }, - { - "cik": 1060888, - "symbol": "lqwc", - "name": "lifequest world corp" - }, - { - "cik": 1385329, - "symbol": "cwss", - "name": "creative waste solutions inc" - }, - { - "cik": 1049011, - "symbol": "kdce", - "name": "kid castle educational corp" - }, - { - "cik": 1455819, - "symbol": "vape", - "name": "vape holdings inc" - }, - { - "cik": 1386018, - "symbol": "tgro", - "name": "tiger oil & energy inc" - }, - { - "cik": 1431880, - "symbol": "ptam", - "name": "potash america inc" - }, - { - "cik": 1737372, - "symbol": "sysx", - "name": "sysorex inc" - }, - { - "cik": 1589150, - "symbol": "rgbp", - "name": "regen biopharma inc" - }, - { - "cik": 825171, - "symbol": "hhhef", - "name": "37 capital inc" - }, - { - "cik": 1419583, - "symbol": "eopt", - "name": "eos petro inc" - }, - { - "cik": 1509477, - "symbol": "ndmt", - "name": "nownews digital media technology co ltd" - }, - { - "cik": 1363343, - "symbol": "zmdc", - "name": "usa zhimingde international group corp" - }, - { - "cik": 1085277, - "symbol": "skvi", - "name": "skinvisible inc" - }, - { - "cik": 1631463, - "symbol": "brll", - "name": "barrel energy inc" - }, - { - "cik": 895287, - "symbol": "vmhg", - "name": "victory marine holdings corp" - }, - { - "cik": 1449447, - "symbol": "etni", - "name": "entest group inc" - }, - { - "cik": 1580262, - "symbol": "rton", - "name": "right on brands inc" - }, - { - "cik": 1417754, - "symbol": "linuf", - "name": "liniu technology group" - }, - { - "cik": 1689066, - "symbol": "sigo", - "name": "sunset island group" - }, - { - "cik": 1490949, - "symbol": "vcps", - "name": "vincompass corp" - }, - { - "cik": 1597426, - "symbol": "evarf", - "name": "lombard medical inc" - }, - { - "cik": 1458581, - "symbol": "zeno", - "name": "zenosense inc" - }, - { - "cik": 704366, - "symbol": "wodi", - "name": "wod retail solutions inc" - }, - { - "cik": 1556226, - "symbol": "curm", - "name": "cur media inc" - }, - { - "cik": 918545, - "symbol": "bisa", - "name": "baltic international usa inc" - }, - { - "cik": 1163612, - "symbol": "pveg", - "name": "pacific vegas global strategies inc" - }, - { - "cik": 1689490, - "symbol": "ntpy", - "name": "netpay international inc" - }, - { - "cik": 1627611, - "symbol": "retc", - "name": "12 retech corp" - }, - { - "cik": 1602929, - "symbol": "hmpq", - "name": "hempamericana inc" - }, - { - "cik": 1517681, - "symbol": "ppcbd", - "name": "propanc biopharma inc" - }, - { - "cik": 715788, - "symbol": "evio", - "name": "evio inc" - }, - { - "cik": 1511820, - "symbol": "gntw", - "name": "globe net wireless corp" - }, - { - "cik": 1760026, - "symbol": "mssv", - "name": "meso numismatics inc" - }, - { - "cik": 1567771, - "symbol": "bdgy", - "name": "bridgeway national corp" - }, - { - "cik": 944696, - "symbol": "cpfh", - "name": "capital financial holdings inc" - }, - { - "cik": 1752108, - "symbol": "rbzaw", - "name": "reebonz holding ltd" - }, - { - "cik": 1083706, - "symbol": "exnt", - "name": "enxnet inc" - }, - { - "cik": 822997, - "symbol": "ybao", - "name": "ybcc inc" - }, - { - "cik": 1349437, - "symbol": "twer", - "name": "towerstream corp" - }, - { - "cik": 1495536, - "symbol": "encr", - "name": "ener-core inc" - }, - { - "cik": 1388295, - "symbol": "wbsi", - "name": "websafety inc" - }, - { - "cik": 1486452, - "symbol": "clka", - "name": "clikia corp" - }, - { - "cik": 1077319, - "symbol": "slch", - "name": "spotlight capital holdings inc" - }, - { - "cik": 1265572, - "symbol": "kona", - "name": "kona grill inc" - }, - { - "cik": 1561686, - "symbol": "sset", - "name": "starstream entertainment inc" - }, - { - "cik": 1509786, - "symbol": "gkin", - "name": "guskin gold corp" - }, - { - "cik": 1362703, - "symbol": "obmp", - "name": "theralink technologies inc" - }, - { - "cik": 1672326, - "symbol": "yumaq", - "name": "yuma energy inc" - }, - { - "cik": 869531, - "symbol": "adgo", - "name": "advantego corp" - }, - { - "cik": 1080029, - "symbol": "mydp", - "name": "doughertys pharmacy inc" - }, - { - "cik": 1513403, - "symbol": "glph", - "name": "gala pharmaceutical inc" - }, - { - "cik": 1503161, - "symbol": "ngrp", - "name": "ngen technologies holdings corp" - }, - { - "cik": 1496690, - "symbol": "bcrd", - "name": "blueone card inc" - }, - { - "cik": 1028153, - "symbol": "axpwq", - "name": "axion power international inc" - }, - { - "cik": 1375686, - "symbol": "thti", - "name": "tht heat transfer technology inc" - }, - { - "cik": 1497130, - "symbol": "vnth", - "name": "nano mobile healthcare inc" - }, - { - "cik": 1227282, - "symbol": "spowf", - "name": "strata power corp" - }, - { - "cik": 1054476, - "symbol": "orgh", - "name": "orgharvest inc" - }, - { - "cik": 1084133, - "symbol": "rlbd", - "name": "real brands inc" - }, - { - "cik": 922247, - "symbol": "cythw", - "name": "cyclo therapeutics inc" - }, - { - "cik": 1327238, - "symbol": "bngi", - "name": "bangi inc" - }, - { - "cik": 1765826, - "symbol": "bzrd", - "name": "blubuzzard inc" - }, - { - "cik": 1143238, - "symbol": "dsox", - "name": "triton emission solutions inc" - }, - { - "cik": 813716, - "symbol": "cirx", - "name": "cirtran corp" - }, - { - "cik": 1081834, - "symbol": "uoli", - "name": "uonlive corp" - }, - { - "cik": 1450704, - "symbol": "vivk", - "name": "vivakor inc" - }, - { - "cik": 1381435, - "symbol": "gigl", - "name": "giggles n hugs inc" - }, - { - "cik": 1776048, - "symbol": "ammxd", - "name": "ameramex international inc" - }, - { - "cik": 896985, - "symbol": "dest", - "name": "destination maternity corp" - }, - { - "cik": 1355559, - "symbol": "cxus", - "name": "celexus inc" - }, - { - "cik": 1119807, - "symbol": "encc", - "name": "trailblazer resources inc" - }, - { - "cik": 1409916, - "symbol": "nrtsf", - "name": "nobilis health corp" - }, - { - "cik": 1422768, - "symbol": "hlwd", - "name": "almost never films inc" - }, - { - "cik": 106455, - "symbol": "wlbaq", - "name": "westmoreland coal co" - }, - { - "cik": 1623595, - "symbol": "atls", - "name": "atlas energy group llc" - }, - { - "cik": 1277575, - "symbol": "scgx", - "name": "saxon capital group inc" - }, - { - "cik": 1073489, - "symbol": "cxcq", - "name": "cardxx inc" - }, - { - "cik": 1567503, - "symbol": "tkci", - "name": "turnkey capital inc" - }, - { - "cik": 1393901, - "symbol": "medh", - "name": "medx holdings inc" - }, - { - "cik": 932265, - "symbol": "fteg", - "name": "for the earth corp" - }, - { - "cik": 1479000, - "symbol": "ottv", - "name": "viva entertainment group inc" - }, - { - "cik": 1045707, - "symbol": "mdin", - "name": "medgen inc" - }, - { - "cik": 1116734, - "symbol": "unrg", - "name": "united energy corp nv" - }, - { - "cik": 1370489, - "symbol": "bfre", - "name": "bluefire renewables inc" - }, - { - "cik": 1098343, - "symbol": "tvog", - "name": "turner valley oil & gas inc" - }, - { - "cik": 1061288, - "symbol": "coglf", - "name": "chelsea oil & gas ltd" - }, - { - "cik": 1388486, - "symbol": "stlt", - "name": "spotlight innovation inc" - }, - { - "cik": 931799, - "symbol": "glye", - "name": "glyeco inc" - }, - { - "cik": 1522704, - "symbol": "mfst", - "name": "medifirst solutions inc" - }, - { - "cik": 811222, - "symbol": "cdix", - "name": "cardiff lexington corp" - }, - { - "cik": 1004411, - "symbol": "glla", - "name": "gilla inc" - }, - { - "cik": 1660839, - "symbol": "pxpp", - "name": "phoenix apps inc" - }, - { - "cik": 1043156, - "symbol": "strz", - "name": "star buffet inc" - }, - { - "cik": 1499573, - "symbol": "fwlaf", - "name": "flatworld acquisition corp" - }, - { - "cik": 1501257, - "symbol": "pnat", - "name": "pura naturals inc" - }, - { - "cik": 1334589, - "symbol": "plyz", - "name": "plyzer technologies inc" - }, - { - "cik": 1419995, - "symbol": "dnaxd", - "name": "dna brands inc" - }, - { - "cik": 81157, - "symbol": "pgai", - "name": "pgi inc" - }, - { - "cik": 1448695, - "symbol": "ungs", - "name": "sylios corp" - }, - { - "cik": 1485922, - "symbol": "paqwf", - "name": "prime acquisition corp" - }, - { - "cik": 1724293, - "symbol": "kync", - "name": "kyn capital group inc" - }, - { - "cik": 860131, - "symbol": "ways", - "name": "wave sync corp" - }, - { - "cik": 1373467, - "symbol": "vtxb", - "name": "vortex brands co" - }, - { - "cik": 1335493, - "symbol": "pvho", - "name": "provision holding inc" - }, - { - "cik": 1691906, - "symbol": "aggg", - "name": "antilia group corp" - }, - { - "cik": 1278465, - "symbol": "euenf", - "name": "eurasia energy ltd" - }, - { - "cik": 1641751, - "symbol": "vtnl", - "name": "brewbilt manufacturing inc" - }, - { - "cik": 931059, - "symbol": "rnvaw", - "name": "rennova health inc" - }, - { - "cik": 1584137, - "symbol": "oncx", - "name": "oncolix inc" - }, - { - "cik": 1505611, - "symbol": "dpsi", - "name": "decisionpoint systems inc" - }, - { - "cik": 1715688, - "symbol": "aept", - "name": "american energy partners inc" - }, - { - "cik": 1423579, - "symbol": "legx", - "name": "legacyxchange inc" - }, - { - "cik": 1407573, - "symbol": "phbr", - "name": "phonebrasil internetional inc" - }, - { - "cik": 1742550, - "symbol": "corx", - "name": "core lithium corp" - }, - { - "cik": 908256, - "symbol": "cshef", - "name": "china enterprises ltd" - }, - { - "cik": 1441769, - "symbol": "dirv", - "name": "directview holdings inc" - }, - { - "cik": 1125699, - "symbol": "dlyt", - "name": "dais corp" - }, - { - "cik": 1585755, - "symbol": "asnt", - "name": "arias intel corp" - }, - { - "cik": 1437738, - "symbol": "foeaf", - "name": "dolphin drilling asa adr" - }, - { - "cik": 1496818, - "symbol": "stth", - "name": "stealth technologies inc" - }, - { - "cik": 790179, - "symbol": "pgec", - "name": "prestige capital corp" - }, - { - "cik": 1212787, - "symbol": "bmmcf", - "name": "kbridge energy corp" - }, - { - "cik": 1776073, - "symbol": "cbdl", - "name": "cbd life sciences inc" - }, - { - "cik": 1465872, - "symbol": "vtdrf", - "name": "vantage drilling international" - }, - { - "cik": 1374584, - "symbol": "gpls", - "name": "geopulse exploration inc" - }, - { - "cik": 1338929, - "symbol": "gftx", - "name": "global fiber technologies inc" - }, - { - "cik": 1091418, - "symbol": "nbdr", - "name": "no borders inc" - }, - { - "cik": 1628104, - "symbol": "xspt", - "name": "xsport global inc" - }, - { - "cik": 1681556, - "symbol": "gxxmd", - "name": "gex management inc" - }, - { - "cik": 1616788, - "symbol": "lgyv", - "name": "legacy ventures international inc" - }, - { - "cik": 1498122, - "symbol": "arst", - "name": "arista financial corp" - }, - { - "cik": 1362959, - "symbol": "rosgq", - "name": "rosetta genomics ltd" - }, - { - "cik": 1527844, - "symbol": "gbpt", - "name": "globe photos inc" - }, - { - "cik": 1756704, - "symbol": "sirc", - "name": "solar integrated roofing corp" - }, - { - "cik": 1556416, - "symbol": "bkit", - "name": "biohemp international inc" - }, - { - "cik": 1427644, - "symbol": "qban", - "name": "telco cuba inc" - }, - { - "cik": 1145898, - "symbol": "cwnof", - "name": "chineseworldnet com inc" - }, - { - "cik": 1497055, - "symbol": "grog", - "name": "grogenesis inc" - }, - { - "cik": 1592411, - "symbol": "dkgh", - "name": "dkg capital inc" - }, - { - "cik": 1523526, - "symbol": "sirr", - "name": "sierra income corp" - }, - { - "cik": 1412347, - "symbol": "wmlpq", - "name": "westmoreland resource partners lp" - }, - { - "cik": 1295560, - "symbol": "iorg", - "name": "intreorg systems inc" - }, - { - "cik": 1523486, - "symbol": "mjds", - "name": "mojo data solutions inc" - }, - { - "cik": 1532926, - "symbol": "brkk", - "name": "gen 2 technologies inc" - }, - { - "cik": 1428765, - "symbol": "geth", - "name": "green envirotech holdings corp" - }, - { - "cik": 1058330, - "symbol": "fpfi", - "name": "fresh promise foods inc" - }, - { - "cik": 1099215, - "symbol": "prtx", - "name": "protalex inc" - }, - { - "cik": 1593470, - "symbol": "tgrr", - "name": "tiger reef inc" - }, - { - "cik": 1449574, - "symbol": "bvtk", - "name": "bravatek solutions inc" - }, - { - "cik": 1403802, - "symbol": "spdl", - "name": "spindle inc" - }, - { - "cik": 1639874, - "symbol": "tchc", - "name": "tech central inc" - }, - { - "cik": 1421603, - "symbol": "invb", - "name": "inventabiotech inc" - }, - { - "cik": 1076522, - "symbol": "ictv", - "name": "ictv brands inc" - }, - { - "cik": 1486299, - "symbol": "biqif", - "name": "biqi international holdings corp" - }, - { - "cik": 1384939, - "symbol": "bncm", - "name": "24 7 labs corp" - }, - { - "cik": 1615942, - "symbol": "olmm", - "name": "onelife technologies corp" - }, - { - "cik": 1823635, - "symbol": "ecxj", - "name": "cxj group co ltd" - }, - { - "cik": 1397795, - "symbol": "qutrd", - "name": "born inc" - }, - { - "cik": 723533, - "symbol": "lwlw", - "name": "longwen group corp" - }, - { - "cik": 836564, - "symbol": "ptsc", - "name": "mosaic immunoengineering inc" - }, - { - "cik": 1664038, - "symbol": "hpmmd", - "name": "hemp naturals inc" - }, - { - "cik": 1157509, - "symbol": "msmy", - "name": "mc endeavors inc" - }, - { - "cik": 1479526, - "symbol": "cmci", - "name": "china modern agricultural information inc" - }, - { - "cik": 1444403, - "symbol": "cgac", - "name": "code green apparel corp" - }, - { - "cik": 1499855, - "symbol": "bthr", - "name": "sports venues of florida inc" - }, - { - "cik": 1093248, - "symbol": "mihi", - "name": "medical innovation holdings inc" - }, - { - "cik": 1325159, - "symbol": "freef", - "name": "freeseas inc" - }, - { - "cik": 1414767, - "symbol": "vstr", - "name": "netcapital inc" - }, - { - "cik": 1543083, - "symbol": "ngey", - "name": "new global energy inc" - }, - { - "cik": 1685570, - "symbol": "klmnd", - "name": "nanovation microtech inc" - }, - { - "cik": 1405227, - "symbol": "urald", - "name": "united rail inc" - }, - { - "cik": 1607281, - "symbol": "eltz", - "name": "elite group inc" - }, - { - "cik": 1591157, - "symbol": "gteh", - "name": "gentech holdings inc" - }, - { - "cik": 1622767, - "symbol": "srup", - "name": "sirrus corp" - }, - { - "cik": 1428816, - "symbol": "epxy", - "name": "epoxy inc" - }, - { - "cik": 747435, - "symbol": "ahix", - "name": "aluf holdings inc" - }, - { - "cik": 1403674, - "symbol": "potgd", - "name": "portage resources inc" - }, - { - "cik": 1562201, - "symbol": "bpol", - "name": "blackpoll fleet international inc" - }, - { - "cik": 1572317, - "symbol": "uneq", - "name": "uneeqo inc" - }, - { - "cik": 1076310, - "symbol": "infx", - "name": "infinex ventures inc" - }, - { - "cik": 1350421, - "symbol": "hkeb", - "name": "hk ebus corp" - }, - { - "cik": 1439397, - "symbol": "ncap", - "name": "northsight capital inc" - }, - { - "cik": 850971, - "symbol": "fjhld", - "name": "fovea jewelry holdings ltd" - }, - { - "cik": 1553734, - "symbol": "epti", - "name": "environmental packaging technologies holdings inc" - }, - { - "cik": 1083848, - "symbol": "ccre", - "name": "can cal resources ltd" - }, - { - "cik": 1368620, - "symbol": "cnna", - "name": "cann american corp" - }, - { - "cik": 745543, - "symbol": "atptd", - "name": "petro usa inc" - }, - { - "cik": 1616314, - "symbol": "mrt", - "name": "medequities realty trust inc" - }, - { - "cik": 720002, - "symbol": "msfg", - "name": "mainsource financial group" - }, - { - "cik": 1819704, - "symbol": "mrm", - "name": "medirom healthcare technologies inc" - }, - { - "cik": 1830180, - "symbol": "mrac", - "name": "marquee raine acquisition corp" - }, - { - "cik": 1826600, - "symbol": "mntk", - "name": "montauk renewables inc" - }, - { - "cik": 864509, - "symbol": "moc", - "name": "command security corp" - }, - { - "cik": 1619174, - "symbol": "momc", - "name": "blockhold capital corp" - }, - { - "cik": 1822359, - "symbol": "motnu", - "name": "motion acquisition corp" - }, - { - "cik": 1827821, - "symbol": "motv", - "name": "motive capital corp" - }, - { - "cik": 1582962, - "symbol": "mpgr", - "name": "canna corp" - }, - { - "cik": 1170534, - "symbol": "mitl", - "name": "mitel networks corp" - }, - { - "cik": 1770236, - "symbol": "mitq", - "name": "moving image technologies inc" - }, - { - "cik": 1697412, - "symbol": "mgom", - "name": "migom global corp" - }, - { - "cik": 1778630, - "symbol": "ml", - "name": "meili auto holdings ltd" - }, - { - "cik": 1793129, - "symbol": "ndmo", - "name": "nuveen dynamic municipal opportunities fund" - }, - { - "cik": 1804585, - "symbol": "ngio", - "name": "nugenerex immuno-oncology inc" - }, - { - "cik": 1819493, - "symbol": "ngac", - "name": "nextgen acquisition corp" - }, - { - "cik": 1826018, - "symbol": "nebcu", - "name": "nebula caravel acquisition corp" - }, - { - "cik": 1748137, - "symbol": "neov", - "name": "neovolta inc" - }, - { - "cik": 1387713, - "symbol": "neul", - "name": "neulion inc" - }, - { - "cik": 1560186, - "symbol": "nadl", - "name": "north atlantic drilling ltd" - }, - { - "cik": 1619870, - "symbol": "naex", - "name": "national art exchange inc" - }, - { - "cik": 1826667, - "symbol": "mtacu", - "name": "medtech acquisition corp" - }, - { - "cik": 1693687, - "symbol": "msyn", - "name": "ms young adventure enterprise inc" - }, - { - "cik": 1516973, - "symbol": "mtge", - "name": "mtge investment corp" - }, - { - "cik": 1503658, - "symbol": "lvdw", - "name": "liquidvalue development inc" - }, - { - "cik": 1823767, - "symbol": "luxaw", - "name": "lux health tech acquisition corp" - }, - { - "cik": 1436975, - "symbol": "lvpr", - "name": "lightstone value plus real estate investment trust ii inc" - }, - { - "cik": 1732406, - "symbol": "ltcn", - "name": "grayscale litecoin trust (ltc)" - }, - { - "cik": 1496254, - "symbol": "ltifx", - "name": "alternative strategies fund" - }, - { - "cik": 1094348, - "symbol": "matr", - "name": "mattersight corp" - }, - { - "cik": 1740695, - "symbol": "lxam", - "name": "lux amber corp" - }, - { - "cik": 1805795, - "symbol": "macu", - "name": "mallard acquisition corp" - }, - { - "cik": 1052354, - "symbol": "madl", - "name": "man ahl diversified i lp" - }, - { - "cik": 1819263, - "symbol": "maac", - "name": "montes archimedes acquisition corp" - }, - { - "cik": 1126115, - "symbol": "lzgi", - "name": "lzg international inc" - }, - { - "cik": 1759413, - "symbol": "medu", - "name": "meten international education group" - }, - { - "cik": 1671077, - "symbol": "mdvp", - "name": "med spa vacations inc" - }, - { - "cik": 1536577, - "symbol": "mdlq", - "name": "medley llc" - }, - { - "cik": 1523289, - "symbol": "msfdx", - "name": "destra multi-alternative fund" - }, - { - "cik": 1831992, - "symbol": "lmaca", - "name": "liberty media acquisition corp" - }, - { - "cik": 1301611, - "symbol": "lpnt", - "name": "legacy lifepoint health inc" - }, - { - "cik": 1785880, - "symbol": "loha", - "name": "loha co ltd" - }, - { - "cik": 1821769, - "symbol": "lokb", - "name": "live oak acquisition corp ii" - }, - { - "cik": 1746278, - "symbol": "lova", - "name": "lovarra" - }, - { - "cik": 1581720, - "symbol": "loxo", - "name": "loxo oncology inc" - }, - { - "cik": 1672572, - "symbol": "lnby", - "name": "landbay inc" - }, - { - "cik": 1823575, - "symbol": "lnfa", - "name": "l&f acquisition corp" - }, - { - "cik": 57528, - "symbol": "lnce", - "name": "snyders-lance inc" - }, - { - "cik": 1658645, - "symbol": "lendx", - "name": "stone ridge trust v" - }, - { - "cik": 1820272, - "symbol": "legou", - "name": "legato merger corp" - }, - { - "cik": 1822492, - "symbol": "lcyaw", - "name": "landcadia holdings iii inc" - }, - { - "cik": 1822873, - "symbol": "lftrw", - "name": "lefteris acquisition corp" - }, - { - "cik": 1661166, - "symbol": "lgcp", - "name": "legion capital corp" - }, - { - "cik": 1753712, - "symbol": "larax", - "name": "lord abbett credit opportunities fund" - }, - { - "cik": 888504, - "symbol": "layn", - "name": "layne christensen co" - }, - { - "cik": 1441082, - "symbol": "lakf", - "name": "lake forest minerals inc" - }, - { - "cik": 1823525, - "symbol": "lcpu", - "name": "lcp acquisition corp" - }, - { - "cik": 1802450, - "symbol": "lcap", - "name": "lionheart acquisition corp ii" - }, - { - "cik": 1830162, - "symbol": "lbps", - "name": "4d pharma plc" - }, - { - "cik": 1535778, - "symbol": "hmsi", - "name": "msc income fund inc" - }, - { - "cik": 1461640, - "symbol": "hmta", - "name": "hometown bankshares corp" - }, - { - "cik": 1829042, - "symbol": "hmcou", - "name": "humanco acquisition corp" - }, - { - "cik": 1653629, - "symbol": "hpgn", - "name": "hypgen inc" - }, - { - "cik": 1821440, - "symbol": "homs", - "name": "caliber home loans inc" - }, - { - "cik": 1814329, - "symbol": "holuu", - "name": "holicity inc" - }, - { - "cik": 1537663, - "symbol": "hrdv", - "name": "health-right discoveries inc" - }, - { - "cik": 1600347, - "symbol": "htbc", - "name": "hotapp blockchain inc" - }, - { - "cik": 741815, - "symbol": "hh", - "name": "hooper holmes inc" - }, - { - "cik": 1807616, - "symbol": "higr", - "name": "hi-great group holding co" - }, - { - "cik": 1665421, - "symbol": "hghh", - "name": "high desert holding corp" - }, - { - "cik": 1826814, - "symbol": "hlah", - "name": "hamilton lane alliance holdings i inc" - }, - { - "cik": 1742341, - "symbol": "hkit", - "name": "hitek global inc" - }, - { - "cik": 1803901, - "symbol": "heccw", - "name": "hudson executive investment corp" - }, - { - "cik": 313716, - "symbol": "hdng", - "name": "hardinge inc" - }, - { - "cik": 1804506, - "symbol": "hdls", - "name": "hub deals corp" - }, - { - "cik": 1487986, - "symbol": "hcom", - "name": "hawaiian telcom holdco inc" - }, - { - "cik": 1824846, - "symbol": "hcaru", - "name": "healthcare services acquisition corp" - }, - { - "cik": 1364962, - "symbol": "impv", - "name": "imperva inc" - }, - { - "cik": 1740279, - "symbol": "inab", - "name": "in8bio inc" - }, - { - "cik": 1814963, - "symbol": "ilag", - "name": "intelligent living application group inc" - }, - { - "cik": 1750149, - "symbol": "ikt", - "name": "inhibikase therapeutics inc" - }, - { - "cik": 1819496, - "symbol": "igacw", - "name": "ig acquisition corp" - }, - { - "cik": 1688487, - "symbol": "xdiv", - "name": "metaurus equity component trust" - }, - { - "cik": 703361, - "symbol": "idti", - "name": "integrated device technology inc" - }, - { - "cik": 1698508, - "symbol": "ihta", - "name": "invesco high income 2024 target term fund" - }, - { - "cik": 1434620, - "symbol": "iilg", - "name": "ilg llc" - }, - { - "cik": 1825042, - "symbol": "iiac", - "name": "investindustrial acquisition corp" - }, - { - "cik": 1829889, - "symbol": "iiii", - "name": "insu acquisition corp iii" - }, - { - "cik": 1698113, - "symbol": "lgc", - "name": "parts id inc" - }, - { - "cik": 1824036, - "symbol": "idba", - "name": "idex biometrics asa" - }, - { - "cik": 1598924, - "symbol": "icgl", - "name": "image chain group limited inc" - }, - { - "cik": 1754303, - "symbol": "hz", - "name": "hezhong international (holding) ltd" - }, - { - "cik": 1806220, - "symbol": "hygo", - "name": "hygo energy transition ltd" - }, - { - "cik": 1791725, - "symbol": "hudi", - "name": "huadi international group co ltd" - }, - { - "cik": 1714420, - "symbol": "hthc", - "name": "hightimes holding corp" - }, - { - "cik": 1561032, - "symbol": "htia", - "name": "healthcare trust inc" - }, - { - "cik": 1828817, - "symbol": "htpa", - "name": "highland transcend partners i corp" - }, - { - "cik": 1172136, - "symbol": "htm", - "name": "us geothermal inc" - }, - { - "cik": 1358633, - "symbol": "intb", - "name": "intelligent buying inc" - }, - { - "cik": 1053374, - "symbol": "ipas", - "name": "ipass inc" - }, - { - "cik": 1826671, - "symbol": "inka", - "name": "kludein i acquisition corp" - }, - { - "cik": 1528985, - "symbol": "inre", - "name": "inland real estate income trust inc" - }, - { - "cik": 1530256, - "symbol": "irdef", - "name": "iren spa adr" - }, - { - "cik": 1562004, - "symbol": "iqndy", - "name": "iqnovate ltd" - }, - { - "cik": 1195933, - "symbol": "ipcc", - "name": "infinity property & casualty corp" - }, - { - "cik": 1029974, - "symbol": "ipglf", - "name": "interpump group spa fi" - }, - { - "cik": 1393020, - "symbol": "ivty", - "name": "invuity inc" - }, - { - "cik": 1816696, - "symbol": "itacw", - "name": "industrial tech acquisitions inc" - }, - { - "cik": 1537528, - "symbol": "jemc", - "name": "jem capital inc" - }, - { - "cik": 1580185, - "symbol": "jgw", - "name": "jg wentworth co" - }, - { - "cik": 1817868, - "symbol": "jaqcu", - "name": "jupiter acquisition corp" - }, - { - "cik": 1822312, - "symbol": "jcicu", - "name": "jack creek investment corp" - }, - { - "cik": 1610607, - "symbol": "jctg", - "name": "jiucaitong group ltd" - }, - { - "cik": 1702783, - "symbol": "kyyhf", - "name": "kyushu railway company adr" - }, - { - "cik": 1823086, - "symbol": "kwac", - "name": "kingswood acquisition corp" - }, - { - "cik": 906193, - "symbol": "ktec", - "name": "key technology inc" - }, - { - "cik": 1820875, - "symbol": "kinz", - "name": "kins technology group inc" - }, - { - "cik": 1823323, - "symbol": "klaq", - "name": "kl acquisition corp" - }, - { - "cik": 1482430, - "symbol": "kbsr", - "name": "kbs real estate investment trust iii inc" - }, - { - "cik": 911148, - "symbol": "kdus", - "name": "cadus corp" - }, - { - "cik": 1411059, - "symbol": "kbrs", - "name": "kbs real estate investment trust ii inc" - }, - { - "cik": 1524190, - "symbol": "kang", - "name": "ikang healthcare group inc" - }, - { - "cik": 1805594, - "symbol": "jwel", - "name": "jowell global ltd" - }, - { - "cik": 1816172, - "symbol": "jzxn", - "name": "jiuzi holdings inc" - }, - { - "cik": 1680237, - "symbol": "jsmm", - "name": "china king spirit group ltd" - }, - { - "cik": 1778651, - "symbol": "juvaf", - "name": "juva life inc canada" - }, - { - "cik": 1594864, - "symbol": "juno", - "name": "juno therapeutics inc" - }, - { - "cik": 1735664, - "symbol": "jmexf", - "name": "jmax international ltd" - }, - { - "cik": 1316898, - "symbol": "jmba", - "name": "jamba inc" - }, - { - "cik": 1460235, - "symbol": "pplt", - "name": "aberdeen standard platinum etf trust" - }, - { - "cik": 1455886, - "symbol": "pppmf", - "name": "primero mining corp" - }, - { - "cik": 1568905, - "symbol": "prdex", - "name": "predex" - }, - { - "cik": 1805521, - "symbol": "psac", - "name": "property solutions acquisition corp" - }, - { - "cik": 1748669, - "symbol": "prmi", - "name": "priam properties inc" - }, - { - "cik": 1476204, - "symbol": "phec", - "name": "phillips edison & company inc" - }, - { - "cik": 1825724, - "symbol": "phicu", - "name": "population health investment co inc" - }, - { - "cik": 1822835, - "symbol": "pipp", - "name": "pine island acquisition corp" - }, - { - "cik": 1723701, - "symbol": "pmflx", - "name": "pimco flexible municipal income fund" - }, - { - "cik": 1742691, - "symbol": "pmtg", - "name": "pimco mortgage income trust inc" - }, - { - "cik": 1690842, - "symbol": "pltm", - "name": "graniteshares platinum trust" - }, - { - "cik": 1620749, - "symbol": "pnht", - "name": "panamera healthcare corp" - }, - { - "cik": 1825480, - "symbol": "posh", - "name": "poshmark inc" - }, - { - "cik": 1828316, - "symbol": "phar", - "name": "pharming group nv" - }, - { - "cik": 900349, - "symbol": "pery", - "name": "perry ellis international inc" - }, - { - "cik": 1688554, - "symbol": "pflex", - "name": "pimco flexible credit income fund" - }, - { - "cik": 1756404, - "symbol": "pdskx", - "name": "principal diversified select real asset fund" - }, - { - "cik": 1830033, - "symbol": "pct", - "name": "roth ch acquisition i co parent corp" - }, - { - "cik": 1824993, - "symbol": "pcpc", - "name": "periphas capital partnering corp" - }, - { - "cik": 1359555, - "symbol": "pco", - "name": "pendrell corp" - }, - { - "cik": 1452936, - "symbol": "pcok", - "name": "pacific oak strategic opportunity reit inc" - }, - { - "cik": 1748680, - "symbol": "owscx", - "name": "1ws credit income fund" - }, - { - "cik": 1546652, - "symbol": "ounz", - "name": "vaneck merk gold trust" - }, - { - "cik": 1312073, - "symbol": "pay", - "name": "verifone systems inc" - }, - { - "cik": 1459862, - "symbol": "pall", - "name": "aberdeen standard palladium etf trust" - }, - { - "cik": 1810560, - "symbol": "paicw", - "name": "petra acquisition inc" - }, - { - "cik": 899175, - "symbol": "pbkc", - "name": "pioneer bankcorp inc" - }, - { - "cik": 1511071, - "symbol": "pbsk", - "name": "poage bankshares inc" - }, - { - "cik": 1302573, - "symbol": "omed", - "name": "oncomed pharmaceuticals inc" - }, - { - "cik": 54639, - "symbol": "okasy", - "name": "onward kashiyama co ltd" - }, - { - "cik": 1412067, - "symbol": "onty", - "name": "cascadian therapeutics inc" - }, - { - "cik": 1768206, - "symbol": "onl", - "name": "oxford northeast ltd" - }, - { - "cik": 1498380, - "symbol": "ondr", - "name": "online disruptive technologies inc" - }, - { - "cik": 1094139, - "symbol": "opco", - "name": "ourpets co" - }, - { - "cik": 1801169, - "symbol": "ipob", - "name": "opendoor technologies inc" - }, - { - "cik": 1680056, - "symbol": "orla", - "name": "orla mining ltd" - }, - { - "cik": 1827669, - "symbol": "oca", - "name": "omnichannel acquisition corp" - }, - { - "cik": 1110647, - "symbol": "oclr", - "name": "oclaro inc" - }, - { - "cik": 1578932, - "symbol": "ocip", - "name": "oci partners lp" - }, - { - "cik": 1489300, - "symbol": "odza", - "name": "odenza corp" - }, - { - "cik": 1333170, - "symbol": "nxtm", - "name": "nxstage medical inc" - }, - { - "cik": 1777398, - "symbol": "nwrcf", - "name": "northway resources corp" - }, - { - "cik": 70502, - "symbol": "nruc", - "name": "national rural utilities cooperative finance corp dc" - }, - { - "cik": 1737270, - "symbol": "nexcf", - "name": "nextech ar solutions corp" - }, - { - "cik": 1663712, - "symbol": "nrszx", - "name": "nexpoint real estate strategies fund" - }, - { - "cik": 1805385, - "symbol": "nhicw", - "name": "newhold investment corp" - }, - { - "cik": 1503707, - "symbol": "nhhs", - "name": "northstar healthcare income inc" - }, - { - "cik": 1736510, - "symbol": "nichx", - "name": "variant alternative income fund" - }, - { - "cik": 1606254, - "symbol": "nlrt", - "name": "nogales resources corp" - }, - { - "cik": 1784440, - "symbol": "notr", - "name": "nowtransit inc" - }, - { - "cik": 1824888, - "symbol": "noacu", - "name": "natural order acquisition corp" - }, - { - "cik": 1774342, - "symbol": "nmco", - "name": "nuveen municipal credit opportunities fund" - }, - { - "cik": 1819157, - "symbol": "nmmc", - "name": "north mountain merger corp" - }, - { - "cik": 1815903, - "symbol": "ptpi", - "name": "petros pharmaceuticals inc" - }, - { - "cik": 1821075, - "symbol": "pticu", - "name": "proptech investment corp ii" - }, - { - "cik": 1793882, - "symbol": "pta", - "name": "cohen & steers tax-advantaged preferred securities & income fund" - }, - { - "cik": 1608016, - "symbol": "psoix", - "name": "palmer square opportunistic income fund" - }, - { - "cik": 1094032, - "symbol": "qdm", - "name": "qdm international inc" - }, - { - "cik": 1779578, - "symbol": "qli", - "name": "qilian international holding group ltd" - }, - { - "cik": 1811623, - "symbol": "pxmd", - "name": "paxmedica inc" - }, - { - "cik": 1254699, - "symbol": "qvcc", - "name": "qvc inc" - }, - { - "cik": 1128790, - "symbol": "qwikf", - "name": "qwick media inc" - }, - { - "cik": 1824734, - "symbol": "raacu", - "name": "revolution acceleration acquisition corp" - }, - { - "cik": 1776641, - "symbol": "qqcy", - "name": "green grass ecological technology development co ltd" - }, - { - "cik": 1665598, - "symbol": "rccc", - "name": "rc-1 inc" - }, - { - "cik": 1628040, - "symbol": "rciax", - "name": "alternative credit income fund" - }, - { - "cik": 1817786, - "symbol": "rchg", - "name": "recharge acquisition corp" - }, - { - "cik": 1315098, - "symbol": "rblx", - "name": "roblox corp" - }, - { - "cik": 1657249, - "symbol": "rdmr", - "name": "road marshall inc" - }, - { - "cik": 1762692, - "symbol": "reey", - "name": "reed ltd" - }, - { - "cik": 1824403, - "symbol": "roccu", - "name": "roth ch acquisition ii co" - }, - { - "cik": 1588216, - "symbol": "rspp", - "name": "rsp permian inc" - }, - { - "cik": 1828318, - "symbol": "rsvau", - "name": "rodgers silicon valley acquisition corp" - }, - { - "cik": 1509432, - "symbol": "rpxc", - "name": "rpx corp" - }, - { - "cik": 1828105, - "symbol": "rtpz", - "name": "reinvent technology partners z" - }, - { - "cik": 1496268, - "symbol": "rvall", - "name": "reva medical inc" - }, - { - "cik": 1556179, - "symbol": "rmri", - "name": "rocky mountain industrials inc" - }, - { - "cik": 1620928, - "symbol": "rmp", - "name": "rice midstream partners lp" - }, - { - "cik": 1644771, - "symbol": "rsf", - "name": "rivernorth specialty finance corp" - }, - { - "cik": 1820143, - "symbol": "rmgbu", - "name": "rmg acquisition corp ii" - }, - { - "cik": 1546381, - "symbol": "rlje", - "name": "rlj entertainment inc" - }, - { - "cik": 1663038, - "symbol": "rllt", - "name": "reliant service inc" - }, - { - "cik": 1294250, - "symbol": "rlog", - "name": "rand logistics inc" - }, - { - "cik": 1397516, - "symbol": "rexx", - "name": "rex energy corp" - }, - { - "cik": 319200, - "symbol": "regt", - "name": "regent technologies inc" - }, - { - "cik": 1168696, - "symbol": "rgc", - "name": "regal entertainment group" - }, - { - "cik": 1790177, - "symbol": "rfm", - "name": "rivernorth flexible municipal income fund inc" - }, - { - "cik": 1537667, - "symbol": "sir", - "name": "select income reit" - }, - { - "cik": 1713809, - "symbol": "npwi", - "name": "chengda technology co ltd" - }, - { - "cik": 1086313, - "symbol": "skdi", - "name": "sun kissed industries inc" - }, - { - "cik": 1450922, - "symbol": "sivr", - "name": "aberdeen standard silver etf trust" - }, - { - "cik": 1450923, - "symbol": "sgol", - "name": "aberdeen standard gold etf trust" - }, - { - "cik": 1820160, - "symbol": "shacu", - "name": "scp & co healthcare acquisition co" - }, - { - "cik": 1675426, - "symbol": "smge", - "name": "sigmata electronics inc" - }, - { - "cik": 1674440, - "symbol": "slgb", - "name": "slinger bag inc" - }, - { - "cik": 1643319, - "symbol": "slpa", - "name": "sleepaid holding co" - }, - { - "cik": 1823854, - "symbol": "snrhu", - "name": "senior connect acquisition corp i" - }, - { - "cik": 1123979, - "symbol": "snmx", - "name": "senomyx inc" - }, - { - "cik": 1642363, - "symbol": "snhr", - "name": "seguin natural hair products inc" - }, - { - "cik": 1430602, - "symbol": "sni", - "name": "scripps networks interactive inc" - }, - { - "cik": 1783546, - "symbol": "sbglf", - "name": "sibanye-stillwater limited adr" - }, - { - "cik": 1062750, - "symbol": "sapmf", - "name": "saipem s p a fi" - }, - { - "cik": 313151, - "symbol": "saddp", - "name": "saddlebrook resorts inc" - }, - { - "cik": 1816048, - "symbol": "saiiw", - "name": "software acquisition group inc ii" - }, - { - "cik": 1639953, - "symbol": "sagn", - "name": "sagoon inc" - }, - { - "cik": 1307895, - "symbol": "saig", - "name": "safe auto insurance group inc" - }, - { - "cik": 1063489, - "symbol": "sgil", - "name": "sunburst acquisitions v inc" - }, - { - "cik": 1803487, - "symbol": "scit", - "name": "sancai holding group ltd" - }, - { - "cik": 1828985, - "symbol": "scoau", - "name": "scion tech growth i" - }, - { - "cik": 1734669, - "symbol": "sdec", - "name": "smart decision inc" - }, - { - "cik": 1812923, - "symbol": "sdhy", - "name": "pgim short duration high yield opportunities fund" - }, - { - "cik": 1753931, - "symbol": "solq", - "name": "shengda network technology inc" - }, - { - "cik": 1763660, - "symbol": "seav", - "name": "seatech ventures corp" - }, - { - "cik": 1587205, - "symbol": "segr", - "name": "southeastern grocers inc" - }, - { - "cik": 1740076, - "symbol": "atryx", - "name": "american beacon apollo total return fund" - }, - { - "cik": 1713210, - "symbol": "attp", - "name": "agape atp corp" - }, - { - "cik": 1554818, - "symbol": "audd", - "name": "clip interactive llc" - }, - { - "cik": 1131096, - "symbol": "athn", - "name": "athenahealth inc" - }, - { - "cik": 1762459, - "symbol": "atc", - "name": "atotech ltd" - }, - { - "cik": 1629071, - "symbol": "avrpx", - "name": "stone ridge trust iii" - }, - { - "cik": 39677, - "symbol": "avhi", - "name": "av homes inc" - }, - { - "cik": 1799207, - "symbol": "auna", - "name": "auna saa" - }, - { - "cik": 835662, - "symbol": "aixnd", - "name": "aixin life international inc" - }, - { - "cik": 1286597, - "symbol": "baa", - "name": "banro corp" - }, - { - "cik": 1690437, - "symbol": "bar", - "name": "graniteshares gold trust" - }, - { - "cik": 1553920, - "symbol": "bbmpy", - "name": "bbmg corporation adr" - }, - { - "cik": 849547, - "symbol": "bbox", - "name": "black box corp" - }, - { - "cik": 1172139, - "symbol": "bbg", - "name": "bill barrett corp" - }, - { - "cik": 1814140, - "symbol": "bcacu", - "name": "brookline capital acquisition corp" - }, - { - "cik": 1835059, - "symbol": "arvl", - "name": "arrival group" - }, - { - "cik": 1562519, - "symbol": "arraf", - "name": "arria nlg plc" - }, - { - "cik": 1105533, - "symbol": "args", - "name": "argos therapeutics inc" - }, - { - "cik": 1823794, - "symbol": "arko", - "name": "arko corp" - }, - { - "cik": 1534155, - "symbol": "armt", - "name": "ameri metro inc (formerly yellowwood)" - }, - { - "cik": 1825254, - "symbol": "ata", - "name": "americas technology acquisition corp" - }, - { - "cik": 1823945, - "symbol": "atacu", - "name": "altimar acquisition corp" - }, - { - "cik": 1793855, - "symbol": "asgi", - "name": "aberdeen standard global infrastructure income fund" - }, - { - "cik": 1797381, - "symbol": "asle", - "name": "monocle holdings inc" - }, - { - "cik": 1716885, - "symbol": "ascix", - "name": "angel oak strategic credit fund" - }, - { - "cik": 1669368, - "symbol": "asav", - "name": "asi aviation inc" - }, - { - "cik": 1344376, - "symbol": "anwwq", - "name": "aegean marine petroleum network inc" - }, - { - "cik": 1570132, - "symbol": "anvi", - "name": "anvi global holdings inc" - }, - { - "cik": 1602277, - "symbol": "anhgy", - "name": "mediclinic international plc adr" - }, - { - "cik": 1176316, - "symbol": "ancx", - "name": "access national corp" - }, - { - "cik": 1823826, - "symbol": "arbgu", - "name": "aequi acquisition corp" - }, - { - "cik": 1653710, - "symbol": "apxx", - "name": "apex resources inc nv" - }, - { - "cik": 1820807, - "symbol": "ahn", - "name": "amerihome inc" - }, - { - "cik": 1702015, - "symbol": "aidg", - "name": "ais holdings group inc" - }, - { - "cik": 1826397, - "symbol": "agri", - "name": "agriforce growing systems ltd" - }, - { - "cik": 1818382, - "symbol": "ahac", - "name": "alpha healthcare acquisition corp" - }, - { - "cik": 1614824, - "symbol": "ahi", - "name": "avadim health inc" - }, - { - "cik": 1344980, - "symbol": "ahgp", - "name": "alliance holdings gp lp" - }, - { - "cik": 1826574, - "symbol": "akicu", - "name": "sports ventures acquisition corp" - }, - { - "cik": 1554054, - "symbol": "ampo", - "name": "amperico ltd" - }, - { - "cik": 1788028, - "symbol": "amhcw", - "name": "amplitude healthcare acquisition corp" - }, - { - "cik": 1822366, - "symbol": "altuu", - "name": "altitude acquisition corp" - }, - { - "cik": 1122304, - "symbol": "aet", - "name": "aetna inc pa" - }, - { - "cik": 1724001, - "symbol": "aexl", - "name": "axelerex corp" - }, - { - "cik": 799231, - "symbol": "afam", - "name": "almost family inc" - }, - { - "cik": 1823406, - "symbol": "afbi", - "name": "affinity bancshares inc" - }, - { - "cik": 1820953, - "symbol": "afrm", - "name": "affirm holdings inc" - }, - { - "cik": 1469038, - "symbol": "affg", - "name": "aff holding group inc" - }, - { - "cik": 1085596, - "symbol": "aggx", - "name": "angiogenex inc" - }, - { - "cik": 1830232, - "symbol": "agcb", - "name": "altimeter growth corp 2" - }, - { - "cik": 1712543, - "symbol": "aanc", - "name": "andover national corp" - }, - { - "cik": 1754927, - "symbol": "aaidx", - "name": "axonic alternative income fund" - }, - { - "cik": 1802457, - "symbol": "aacqw", - "name": "artius acquisition inc" - }, - { - "cik": 1708646, - "symbol": "aaau", - "name": "goldman sachs physical gold etf" - }, - { - "cik": 1438558, - "symbol": "abfof", - "name": "abertis infraestructuras sa" - }, - { - "cik": 1823878, - "symbol": "acacu", - "name": "acies acquisition corp" - }, - { - "cik": 1404296, - "symbol": "acfc", - "name": "atlantic coast financial corp" - }, - { - "cik": 1790121, - "symbol": "ackiu", - "name": "ackrell spac partners i co" - }, - { - "cik": 1824502, - "symbol": "acic", - "name": "atlas crest investment corp" - }, - { - "cik": 1820630, - "symbol": "actcw", - "name": "arclight clean transition corp" - }, - { - "cik": 1690996, - "symbol": "cnrlx", - "name": "city national rochdale select strategies fund" - }, - { - "cik": 1737936, - "symbol": "cnrox", - "name": "city national rochdale strategic credit fund" - }, - { - "cik": 1582586, - "symbol": "cnrq", - "name": "china soar information technology inc" - }, - { - "cik": 1028734, - "symbol": "cobz", - "name": "cobiz financial inc" - }, - { - "cik": 1211759, - "symbol": "cnxr", - "name": "connecture inc" - }, - { - "cik": 1130889, - "symbol": "cncl", - "name": "cancer capital corp" - }, - { - "cik": 1780785, - "symbol": "cney", - "name": "cn energy group inc" - }, - { - "cik": 1824301, - "symbol": "cnd", - "name": "concord acquisition corp" - }, - { - "cik": 1819615, - "symbol": "clvrw", - "name": "clever leaves holdings inc" - }, - { - "cik": 1770540, - "symbol": "cmds", - "name": "cloudminds inc" - }, - { - "cik": 1818331, - "symbol": "cmlfw", - "name": "cm life sciences inc" - }, - { - "cik": 1498547, - "symbol": "cmrf", - "name": "cim real estate finance trust inc" - }, - { - "cik": 1608638, - "symbol": "civi", - "name": "civitas solutions inc" - }, - { - "cik": 1519995, - "symbol": "ckdxf", - "name": "opthea ltd adr" - }, - { - "cik": 1791100, - "symbol": "clhn", - "name": "cole haan inc" - }, - { - "cik": 1822791, - "symbol": "clnn", - "name": "clene inc" - }, - { - "cik": 34115, - "symbol": "cle", - "name": "claires stores inc" - }, - { - "cik": 1765048, - "symbol": "chmt", - "name": "charmt inc" - }, - { - "cik": 802510, - "symbol": "chod", - "name": "enerkon solar international inc" - }, - { - "cik": 1785041, - "symbol": "chpmw", - "name": "chp merger corp" - }, - { - "cik": 1812234, - "symbol": "ccv", - "name": "churchill capital corp v" - }, - { - "cik": 794107, - "symbol": "ccaa", - "name": "cala corp" - }, - { - "cik": 1696411, - "symbol": "cccp", - "name": "crona corp" - }, - { - "cik": 1735964, - "symbol": "cclfx", - "name": "cliffwater corporate lending fund" - }, - { - "cik": 721447, - "symbol": "caw", - "name": "cca industries inc" - }, - { - "cik": 1175609, - "symbol": "cavm", - "name": "cavium inc" - }, - { - "cik": 1828723, - "symbol": "cbah", - "name": "cbre acquisition holdings inc" - }, - { - "cik": 1822309, - "symbol": "cas", - "name": "cascade acquisition corp" - }, - { - "cik": 1787100, - "symbol": "carh", - "name": "car house holding co ltd" - }, - { - "cik": 764579, - "symbol": "casm", - "name": "cas medical systems inc" - }, - { - "cik": 1825249, - "symbol": "cfiv", - "name": "cf acquisition corp iv" - }, - { - "cik": 1676197, - "symbol": "cgccx", - "name": "griffin institutional access credit fund" - }, - { - "cik": 1824893, - "symbol": "chfw", - "name": "consonance-hfw acquisition corp" - }, - { - "cik": 1478726, - "symbol": "chfn", - "name": "charter financial corp" - }, - { - "cik": 1786485, - "symbol": "cdp", - "name": "cdp holdings ltd" - }, - { - "cik": 1722837, - "symbol": "cedax", - "name": "destra international & event-driven credit fund" - }, - { - "cik": 1818644, - "symbol": "cfacu", - "name": "cf finance acquisition corp iii" - }, - { - "cik": 1813756, - "symbol": "bowxw", - "name": "bowx acquisition corp" - }, - { - "cik": 1630132, - "symbol": "boja", - "name": "bojangles inc" - }, - { - "cik": 1472494, - "symbol": "bno", - "name": "united states brent oil fund lp" - }, - { - "cik": 1817640, - "symbol": "brezu", - "name": "breeze holdings acquisition corp" - }, - { - "cik": 1718224, - "symbol": "btbd", - "name": "bt brands inc" - }, - { - "cik": 1680525, - "symbol": "btlr", - "name": "battlers corp" - }, - { - "cik": 1815086, - "symbol": "btwnw", - "name": "bridgetown holdings ltd" - }, - { - "cik": 1821146, - "symbol": "bwacu", - "name": "better world acquisition corp" - }, - { - "cik": 356028, - "symbol": "ca", - "name": "ca inc" - }, - { - "cik": 1801417, - "symbol": "bynou", - "name": "bynordic acquisition corp" - }, - { - "cik": 1750145, - "symbol": "bxt", - "name": "united states bitcoin & treasury investment trust" - }, - { - "cik": 1680689, - "symbol": "bxxy", - "name": "boxxy inc" - }, - { - "cik": 1722438, - "symbol": "cap", - "name": "capitol investment corp v" - }, - { - "cik": 1816431, - "symbol": "capau", - "name": "highcape capital acquisition corp" - }, - { - "cik": 1035748, - "symbol": "cald", - "name": "callidus software inc" - }, - { - "cik": 1635581, - "symbol": "cafd", - "name": "8point3 energy partners lp" - }, - { - "cik": 1678124, - "symbol": "cadcx", - "name": "cion ares diversified credit fund" - }, - { - "cik": 1817944, - "symbol": "bluw", - "name": "blue water acquisition corp" - }, - { - "cik": 1425289, - "symbol": "bltn", - "name": "brightlane corp" - }, - { - "cik": 1582138, - "symbol": "blucx", - "name": "bluestone community development fund" - }, - { - "cik": 1522420, - "symbol": "blmt", - "name": "bsb bancorp inc" - }, - { - "cik": 1580733, - "symbol": "blgfx", - "name": "bmo lgm frontier markets equity fund" - }, - { - "cik": 1400561, - "symbol": "blyyf", - "name": "boart longyear ltd" - }, - { - "cik": 1815566, - "symbol": "bird", - "name": "infobird co ltd" - }, - { - "cik": 1753391, - "symbol": "bign", - "name": "bigeon corp" - }, - { - "cik": 1534287, - "symbol": "bioa", - "name": "bioamber inc" - }, - { - "cik": 1759528, - "symbol": "bksw", - "name": "baikang biological group holdings ltd" - }, - { - "cik": 886035, - "symbol": "bgc", - "name": "general cable corp de" - }, - { - "cik": 1710523, - "symbol": "bgfdx", - "name": "blackstone gso floating rate enhanced income fund" - }, - { - "cik": 1759186, - "symbol": "bhsew", - "name": "bull horn holdings corp" - }, - { - "cik": 1614826, - "symbol": "bhcv", - "name": "edge data solutions inc" - }, - { - "cik": 1758951, - "symbol": "beer", - "name": "bricktown brewery restaurants llc" - }, - { - "cik": 1749817, - "symbol": "belp", - "name": "belpointe reit inc" - }, - { - "cik": 1828735, - "symbol": "beneu", - "name": "benessere capital acquisition corp" - }, - { - "cik": 1562528, - "symbol": "besp", - "name": "benefit street partners realty trust inc" - }, - { - "cik": 1827248, - "symbol": "ephy", - "name": "epiphany technology acquisition corp" - }, - { - "cik": 1754836, - "symbol": "eic", - "name": "eagle point income co inc" - }, - { - "cik": 1751156, - "symbol": "eioax", - "name": "ellington income opportunities fund" - }, - { - "cik": 1769768, - "symbol": "ejh", - "name": "e-home household service holdings ltd" - }, - { - "cik": 31347, - "symbol": "elon", - "name": "echelon corp" - }, - { - "cik": 1639669, - "symbol": "elecu", - "name": "electrum special acquisition corp" - }, - { - "cik": 1122388, - "symbol": "elli", - "name": "ellie mae inc" - }, - { - "cik": 1348952, - "symbol": "elu", - "name": "entergy louisiana llc" - }, - { - "cik": 1822929, - "symbol": "eucru", - "name": "eucrates biomedical acquisition corp" - }, - { - "cik": 1725210, - "symbol": "ethe", - "name": "grayscale ethereum trust (eth)" - }, - { - "cik": 1705181, - "symbol": "etcg", - "name": "grayscale ethereum classic trust (etc)" - }, - { - "cik": 1814728, - "symbol": "etacw", - "name": "emerge technology acquisition corp" - }, - { - "cik": 1632933, - "symbol": "eqgp", - "name": "eqgp holdings lp" - }, - { - "cik": 1814287, - "symbol": "eresw", - "name": "east resources acquisition co" - }, - { - "cik": 1302343, - "symbol": "edr", - "name": "education realty trust inc" - }, - { - "cik": 1817153, - "symbol": "edtxu", - "name": "edtechx holdings acquisition corp ii" - }, - { - "cik": 1017968, - "symbol": "edgw", - "name": "edgewater technology inc de" - }, - { - "cik": 1781397, - "symbol": "eeiq", - "name": "elite education group international ltd" - }, - { - "cik": 1544229, - "symbol": "egl", - "name": "engility holdings inc" - }, - { - "cik": 1817232, - "symbol": "dune", - "name": "dune acquisition corp" - }, - { - "cik": 1812360, - "symbol": "dwin", - "name": "delwinds insurance acquisition corp" - }, - { - "cik": 1824920, - "symbol": "dmyi", - "name": "dmy technology group inc iii" - }, - { - "cik": 1439567, - "symbol": "dno", - "name": "united states short oil fund lp" - }, - { - "cik": 1791929, - "symbol": "dpui", - "name": "discount print usa inc" - }, - { - "cik": 1500861, - "symbol": "dnxg", - "name": "dongxing international inc" - }, - { - "cik": 714603, - "symbol": "dst", - "name": "dst systems inc" - }, - { - "cik": 1823466, - "symbol": "dsac", - "name": "duddell street acquisition corp" - }, - { - "cik": 1788399, - "symbol": "dly", - "name": "doubleline yield opportunities fund" - }, - { - "cik": 1818605, - "symbol": "distu", - "name": "distoken acquisition corp" - }, - { - "cik": 1825786, - "symbol": "diam", - "name": "diamond standard trust" - }, - { - "cik": 1799567, - "symbol": "ddi", - "name": "doubledown interactive co ltd" - }, - { - "cik": 1162556, - "symbol": "dde", - "name": "dover downs gaming & entertainment inc" - }, - { - "cik": 1716583, - "symbol": "dcrbw", - "name": "decarbonization plus acquisition corp" - }, - { - "cik": 1799191, - "symbol": "dfph", - "name": "dfp healthcare acquisitions corp" - }, - { - "cik": 1813914, - "symbol": "dfht", - "name": "deerfield healthcare technology acquisitions corp" - }, - { - "cik": 1741220, - "symbol": "cwpe", - "name": "cw petroleum corp" - }, - { - "cik": 1585023, - "symbol": "cway", - "name": "coastway bancorp inc" - }, - { - "cik": 1567925, - "symbol": "cvmca", - "name": "sila realty trust inc" - }, - { - "cik": 1354730, - "symbol": "dbv", - "name": "invesco db g10 currency harvest fund" - }, - { - "cik": 1166141, - "symbol": "dcm", - "name": "ntt docomo inc" - }, - { - "cik": 1396446, - "symbol": "cys", - "name": "cys investments inc" - }, - { - "cik": 1592329, - "symbol": "csbk", - "name": "clifton bancorp inc" - }, - { - "cik": 1731899, - "symbol": "csca", - "name": "cornerstone management inc" - }, - { - "cik": 1557725, - "symbol": "crrex", - "name": "resource real estate diversified income fund" - }, - { - "cik": 1770561, - "symbol": "crn", - "name": "coronado global resources inc" - }, - { - "cik": 1824577, - "symbol": "ctac", - "name": "cerberus telecom acquisition corp" - }, - { - "cik": 1823634, - "symbol": "ctaqu", - "name": "carney technology acquisition corp ii" - }, - { - "cik": 1603386, - "symbol": "cywdf", - "name": "countrywide plc adr" - }, - { - "cik": 1348334, - "symbol": "cuda", - "name": "barracuda networks inc" - }, - { - "cik": 1594337, - "symbol": "cori", - "name": "corium international inc" - }, - { - "cik": 1829953, - "symbol": "cool", - "name": "corner growth acquisition corp" - }, - { - "cik": 1823000, - "symbol": "conxw", - "name": "conx corp" - }, - { - "cik": 1762562, - "symbol": "cprdx", - "name": "clarion partners real estate income fund inc" - }, - { - "cik": 1558235, - "symbol": "cpya", - "name": "corporate property associates 18 global inc" - }, - { - "cik": 1828326, - "symbol": "flacu", - "name": "frazier lifesciences acquisition corp" - }, - { - "cik": 1659207, - "symbol": "fllz", - "name": "fellazo corp" - }, - { - "cik": 1787462, - "symbol": "flrz", - "name": "f5 finishes inc" - }, - { - "cik": 726516, - "symbol": "fepi", - "name": "first equity properties inc" - }, - { - "cik": 713095, - "symbol": "ffkt", - "name": "farmers capital bank corp" - }, - { - "cik": 886137, - "symbol": "finl", - "name": "finish line inc in" - }, - { - "cik": 1823855, - "symbol": "finu", - "name": "marlin technology corp" - }, - { - "cik": 1818502, - "symbol": "fgna", - "name": "fg new america acquisition corp" - }, - { - "cik": 1786119, - "symbol": "excl", - "name": "excellerant inc" - }, - { - "cik": 1806904, - "symbol": "ezgo", - "name": "ezgo technologies ltd" - }, - { - "cik": 1017907, - "symbol": "fac", - "name": "first acceptance corp de" - }, - { - "cik": 1816233, - "symbol": "fcac", - "name": "falcon capital acquisition corp" - }, - { - "cik": 1747624, - "symbol": "fbox", - "name": "fit boxx holdings ltd" - }, - { - "cik": 1144546, - "symbol": "fcaa", - "name": "ficaar inc" - }, - { - "cik": 1688897, - "symbol": "fcrex", - "name": "fs credit income fund" - }, - { - "cik": 1831417, - "symbol": "frgt", - "name": "hudson capital merger sub i inc" - }, - { - "cik": 1829999, - "symbol": "foxw", - "name": "foxwayne enterprises acquisition corp" - }, - { - "cik": 1723141, - "symbol": "fqjr", - "name": "fuqin fintech ltd" - }, - { - "cik": 1737268, - "symbol": "fnnax", - "name": "fs multi-alternative income fund" - }, - { - "cik": 1828937, - "symbol": "foa", - "name": "finance of america companies inc" - }, - { - "cik": 1829280, - "symbol": "fora", - "name": "forian inc" - }, - { - "cik": 1488613, - "symbol": "fmi", - "name": "foundation medicine inc" - }, - { - "cik": 1163199, - "symbol": "fnbg", - "name": "fnb bancorp ca" - }, - { - "cik": 1010858, - "symbol": "fmsa", - "name": "bison merger sub i llc" - }, - { - "cik": 1430592, - "symbol": "fngn", - "name": "financial engines llc" - }, - { - "cik": 1353614, - "symbol": "fxa", - "name": "invesco currencyshares australian dollar trust" - }, - { - "cik": 1353611, - "symbol": "fxb", - "name": "invesco currencyshares british pound sterling trust" - }, - { - "cik": 1824434, - "symbol": "fvt", - "name": "fortress value acquisition corp iii" - }, - { - "cik": 1353612, - "symbol": "fxc", - "name": "invesco currencyshares canadian dollar trust" - }, - { - "cik": 1353615, - "symbol": "fxf", - "name": "invesco currencyshares swiss franc trust" - }, - { - "cik": 20520, - "symbol": "ftrq", - "name": "frontier communications corp" - }, - { - "cik": 1829328, - "symbol": "ftcvu", - "name": "fintech acquisition corp v" - }, - { - "cik": 1785424, - "symbol": "fsrvw", - "name": "finserv acquisition corp" - }, - { - "cik": 1826889, - "symbol": "frx", - "name": "forest road acquisition corp" - }, - { - "cik": 1732078, - "symbol": "fropx", - "name": "flat rock opportunity fund" - }, - { - "cik": 1571804, - "symbol": "gvbt", - "name": "green vision biotechnology corp" - }, - { - "cik": 1752828, - "symbol": "gxgxu", - "name": "gx acquisition corp" - }, - { - "cik": 1824013, - "symbol": "haacu", - "name": "health assurance acquisition corp" - }, - { - "cik": 1431372, - "symbol": "gst", - "name": "gastar exploration inc" - }, - { - "cik": 1668523, - "symbol": "gsgg", - "name": "gsg group inc" - }, - { - "cik": 1804469, - "symbol": "grdaf", - "name": "guardforce ai co ltd" - }, - { - "cik": 1392449, - "symbol": "gplb", - "name": "green planet bio engineering co ltd" - }, - { - "cik": 1566912, - "symbol": "grah", - "name": "griffin-american healthcare reit iii inc" - }, - { - "cik": 1699031, - "symbol": "gral", - "name": "grail inc" - }, - { - "cik": 1791405, - "symbol": "goxs", - "name": "goxus inc" - }, - { - "cik": 1781929, - "symbol": "gmwx", - "name": "gameworks inc" - }, - { - "cik": 1606363, - "symbol": "gnbc", - "name": "green bancorp inc" - }, - { - "cik": 1790665, - "symbol": "gnrsw", - "name": "greenrose acquisition corp" - }, - { - "cik": 1819810, - "symbol": "gnpk", - "name": "genesis park acquisition corp" - }, - { - "cik": 1823896, - "symbol": "gfx", - "name": "golden falcon acquisition corp" - }, - { - "cik": 1324410, - "symbol": "gbnk", - "name": "guaranty bancorp" - }, - { - "cik": 1823365, - "symbol": "gbny", - "name": "generations bancorp ny inc" - }, - { - "cik": 1498233, - "symbol": "gcacu", - "name": "growth capital acquisition corp" - }, - { - "cik": 1379606, - "symbol": "gcc", - "name": "wisdomtree continuous commodity index fund" - }, - { - "cik": 1600626, - "symbol": "gcea", - "name": "griffin capital essential asset reit inc" - }, - { - "cik": 1597634, - "symbol": "gcrex", - "name": "griffin institutional access real estate fund" - }, - { - "cik": 1375348, - "symbol": "glns", - "name": "golden star resource corp" - }, - { - "cik": 1030749, - "symbol": "glf", - "name": "gulfmark offshore inc" - }, - { - "cik": 1483386, - "symbol": "gltr", - "name": "aberdeen standard precious metals basket etf trust" - }, - { - "cik": 1821169, - "symbol": "glspu", - "name": "global spac partners co" - }, - { - "cik": 1275229, - "symbol": "gmol", - "name": "general moly inc" - }, - { - "cik": 1387636, - "symbol": "upzsd", - "name": "unique foods corp" - }, - { - "cik": 1819394, - "symbol": "ghviu", - "name": "gores holdings vi inc" - }, - { - "cik": 1780731, - "symbol": "gip", - "name": "global internet of people inc" - }, - { - "cik": 1651721, - "symbol": "gipr", - "name": "generation income properties inc" - }, - { - "cik": 1823383, - "symbol": "glaqu", - "name": "globis acquisition corp" - }, - { - "cik": 1618181, - "symbol": "gldw", - "name": "world gold trust" - }, - { - "cik": 1405513, - "symbol": "unl", - "name": "united states 12 month natural gas fund lp" - }, - { - "cik": 1751707, - "symbol": "unxp", - "name": "united express inc" - }, - { - "cik": 1677897, - "symbol": "upyy", - "name": "upay" - }, - { - "cik": 1809616, - "symbol": "upc", - "name": "universe pharmaceuticals inc" - }, - { - "cik": 1479247, - "symbol": "cper", - "name": "united states commodity index funds trust" - }, - { - "cik": 757011, - "symbol": "usg", - "name": "usg corp" - }, - { - "cik": 1405528, - "symbol": "usl", - "name": "united states 12 month oil fund lp" - }, - { - "cik": 1453932, - "symbol": "unblf", - "name": "unibail-rodamco se adr" - }, - { - "cik": 932352, - "symbol": "urgp", - "name": "urigen pharmaceuticals inc" - }, - { - "cik": 1763543, - "symbol": "uwhgf", - "name": "united world holding group ltd" - }, - { - "cik": 277058, - "symbol": "uwn", - "name": "nevada gold & casinos inc" - }, - { - "cik": 1691570, - "symbol": "usqix", - "name": "usq core real estate fund" - }, - { - "cik": 1289237, - "symbol": "uspb", - "name": "u s premium beef llc" - }, - { - "cik": 1265848, - "symbol": "usvr", - "name": "us vr globalcom inc" - }, - { - "cik": 1383151, - "symbol": "uup", - "name": "invesco db us dollar index bullish fund" - }, - { - "cik": 1793081, - "symbol": "utxou", - "name": "utxo acquisition inc" - }, - { - "cik": 1821424, - "symbol": "ukomw", - "name": "ucommune international ltd" - }, - { - "cik": 1706524, - "symbol": "ugro", - "name": "urban-gro inc" - }, - { - "cik": 1353633, - "symbol": "uifd", - "name": "unifunds ltd" - }, - { - "cik": 1396878, - "symbol": "uga", - "name": "united states gasoline fund lp" - }, - { - "cik": 1831583, - "symbol": "ufin", - "name": "ufin tek limited" - }, - { - "cik": 1383149, - "symbol": "udn", - "name": "invesco db us dollar index bearish fund" - }, - { - "cik": 1576778, - "symbol": "ubli", - "name": "yinghong guangda technology ltd" - }, - { - "cik": 1723517, - "symbol": "ucasu", - "name": "uc asset lp" - }, - { - "cik": 1438533, - "symbol": "rtrx", - "name": "travere therapeutics inc" - }, - { - "cik": 1820566, - "symbol": "tvacu", - "name": "thayer ventures acquisition corp" - }, - { - "cik": 1819313, - "symbol": "twctw", - "name": "twc tech holdings ii corp" - }, - { - "cik": 1117045, - "symbol": "tryf", - "name": "trycera financial inc" - }, - { - "cik": 1277250, - "symbol": "trwo", - "name": "goip global inc" - }, - { - "cik": 50104, - "symbol": "tso", - "name": "andeavor llc" - }, - { - "cik": 1725295, - "symbol": "tsifx", - "name": "ecofin tax-advantaged social impact fund inc" - }, - { - "cik": 1826000, - "symbol": "tsiau", - "name": "ts innovation acquisitions corp" - }, - { - "cik": 1560905, - "symbol": "trtk", - "name": "tortec group corp" - }, - { - "cik": 1811530, - "symbol": "tksi", - "name": "turnkey solutions inc" - }, - { - "cik": 1613685, - "symbol": "tmin", - "name": "trendmaker inc ltd" - }, - { - "cik": 1821606, - "symbol": "tmkr", - "name": "tastemaker acquisition corp" - }, - { - "cik": 1823524, - "symbol": "tmpmu", - "name": "turmeric acquisition corp" - }, - { - "cik": 879575, - "symbol": "tnh", - "name": "terra nitrogen co l p de" - }, - { - "cik": 1822553, - "symbol": "tmtsw", - "name": "spartacus acquisition corp" - }, - { - "cik": 1581005, - "symbol": "srrix", - "name": "stone ridge trust ii" - }, - { - "cik": 1821682, - "symbol": "srsau", - "name": "sarissa capital acquisition corp" - }, - { - "cik": 92679, - "symbol": "spa", - "name": "sparton corp" - }, - { - "cik": 1808945, - "symbol": "spel", - "name": "spinal elements holdings inc" - }, - { - "cik": 1729895, - "symbol": "speyx", - "name": "american beacon sound point enhanced income fund" - }, - { - "cik": 1825079, - "symbol": "spfr", - "name": "jaws spitfire acquisition corp" - }, - { - "cik": 1490161, - "symbol": "anfc", - "name": "black ridge oil & gas inc" - }, - { - "cik": 1821850, - "symbol": "sprq", - "name": "spartan acquisition corp ii" - }, - { - "cik": 1585389, - "symbol": "stsff", - "name": "smartstop self storage reit inc" - }, - { - "cik": 1819438, - "symbol": "stwo", - "name": "acon s2 acquisition corp" - }, - { - "cik": 1626078, - "symbol": "svdn", - "name": "savden group corp" - }, - { - "cik": 1793497, - "symbol": "svix", - "name": "vs trust" - }, - { - "cik": 1794905, - "symbol": "svacw", - "name": "starboard value acquisition corp" - }, - { - "cik": 737563, - "symbol": "svrh", - "name": "sevier county bancshares inc" - }, - { - "cik": 1647822, - "symbol": "svmb", - "name": "savmobi technology inc" - }, - { - "cik": 1828672, - "symbol": "svoku", - "name": "seven oaks acquisition corp" - }, - { - "cik": 1819574, - "symbol": "bark", - "name": "northern star acquisition corp" - }, - { - "cik": 1619087, - "symbol": "stdy", - "name": "steadymed ltd" - }, - { - "cik": 1661779, - "symbol": "stgc", - "name": "startengine crowdfunding inc" - }, - { - "cik": 1585219, - "symbol": "stfr", - "name": "steadfast apartment reit inc" - }, - { - "cik": 1450160, - "symbol": "staef", - "name": "stanley electric co ltd adr" - }, - { - "cik": 1560449, - "symbol": "tcai", - "name": "phmc inc" - }, - { - "cik": 949852, - "symbol": "tcci", - "name": "thanksgiving coffee co inc" - }, - { - "cik": 1725472, - "symbol": "takax", - "name": "carlyle tactical private credit fund" - }, - { - "cik": 1426011, - "symbol": "talr", - "name": "talon real estate holding corp" - }, - { - "cik": 1820378, - "symbol": "tbld", - "name": "thornburg income builder opportunities trust" - }, - { - "cik": 1040426, - "symbol": "synt", - "name": "syntel inc" - }, - { - "cik": 1826991, - "symbol": "taca", - "name": "trepont acquistion corp i" - }, - { - "cik": 1579963, - "symbol": "swpff", - "name": "swire properties limited adr" - }, - { - "cik": 1176373, - "symbol": "tier", - "name": "tier reit inc" - }, - { - "cik": 1409431, - "symbol": "thro", - "name": "theron resource group" - }, - { - "cik": 1782941, - "symbol": "tirx", - "name": "tian ruixiang holdings ltd" - }, - { - "cik": 1324189, - "symbol": "tis", - "name": "orchids paper products co de" - }, - { - "cik": 1820144, - "symbol": "tinv", - "name": "tiga acquisition corp" - }, - { - "cik": 1551047, - "symbol": "tiplx", - "name": "bluerock total income (plus) real estate fund" - }, - { - "cik": 1436775, - "symbol": "tcyby", - "name": "tietoenator oyj" - }, - { - "cik": 1822027, - "symbol": "tekku", - "name": "tekkorp digital acquisition corp" - }, - { - "cik": 1822145, - "symbol": "vtaqu", - "name": "ventoux ccm acquisition corp" - }, - { - "cik": 1348259, - "symbol": "vr", - "name": "validus holdings ltd" - }, - { - "cik": 1708331, - "symbol": "vrpx", - "name": "virpax pharmaceuticals inc" - }, - { - "cik": 1096385, - "symbol": "vvc", - "name": "vectren corp" - }, - { - "cik": 1716166, - "symbol": "vvos", - "name": "vivos therapeutics inc" - }, - { - "cik": 1724569, - "symbol": "wall", - "name": "golden metropolis international ltd" - }, - { - "cik": 1075857, - "symbol": "vysm", - "name": "view systems inc" - }, - { - "cik": 1645155, - "symbol": "wbst", - "name": "webstar technology group inc" - }, - { - "cik": 1800044, - "symbol": "wcap", - "name": "white cap supply holdings inc" - }, - { - "cik": 1826011, - "symbol": "viiu", - "name": "7gc & co holdings inc" - }, - { - "cik": 1810491, - "symbol": "vmacw", - "name": "vistas media acquisition co inc" - }, - { - "cik": 1687898, - "symbol": "vcrrx", - "name": "versus capital real assets fund llc" - }, - { - "cik": 1820190, - "symbol": "vcka", - "name": "vickers vantage corp i" - }, - { - "cik": 1515001, - "symbol": "vcmix", - "name": "versus capital multi-manager real estate income fund llc" - }, - { - "cik": 1821595, - "symbol": "vcvcu", - "name": "10x capital venture acquisition corp" - }, - { - "cik": 1823857, - "symbol": "vhaq", - "name": "viveon health acquisition corp" - }, - { - "cik": 1681717, - "symbol": "vflex", - "name": "relative value fund" - }, - { - "cik": 1826470, - "symbol": "woof", - "name": "pet acquisition llc" - }, - { - "cik": 1415952, - "symbol": "wloc", - "name": "willow creek enterprises inc" - }, - { - "cik": 1771951, - "symbol": "weix", - "name": "dynamic shares trust" - }, - { - "cik": 1826660, - "symbol": "glfwd", - "name": "wetouch technology inc" - }, - { - "cik": 1586009, - "symbol": "wesfx", - "name": "wildermuth endowment fund" - }, - { - "cik": 1717976, - "symbol": "weib", - "name": "weiss strategic interval fund" - }, - { - "cik": 1449732, - "symbol": "wg", - "name": "willbros group inc new" - }, - { - "cik": 105608, - "symbol": "wga", - "name": "ag&e holdings inc" - }, - { - "cik": 1729678, - "symbol": "xalcx", - "name": "bny mellon alcentra global multi-strategy credit fund inc" - }, - { - "cik": 1515324, - "symbol": "xadcx", - "name": "ares dynamic credit allocation fund inc" - }, - { - "cik": 1627854, - "symbol": "xdcfx", - "name": "bny mellon alcentra global credit income 2024 target term fund inc" - }, - { - "cik": 1668039, - "symbol": "xbtc", - "name": "vaneck solidx bitcoin trust" - }, - { - "cik": 1467631, - "symbol": "xcapx", - "name": "acap strategic fund" - }, - { - "cik": 1721413, - "symbol": "xclix", - "name": "thrivent church loan & income fund" - }, - { - "cik": 1642563, - "symbol": "xgeix", - "name": "guggenheim energy & income fund" - }, - { - "cik": 1685531, - "symbol": "xfeax", - "name": "fs energy total return fund" - }, - { - "cik": 1616037, - "symbol": "xilsx", - "name": "pioneer ils interval fund" - }, - { - "cik": 1661806, - "symbol": "xntfx", - "name": "cc real estate income fund-t" - }, - { - "cik": 1624985, - "symbol": "xnda", - "name": "xinda international corp" - }, - { - "cik": 1819006, - "symbol": "xmet", - "name": "xxstream entertainment inc" - }, - { - "cik": 1655199, - "symbol": "xnafx", - "name": "cc real estate income fund" - }, - { - "cik": 1677615, - "symbol": "xptfx", - "name": "federated hermes project & trade finance tender fund" - }, - { - "cik": 1062292, - "symbol": "xoxo", - "name": "xo group inc" - }, - { - "cik": 1655020, - "symbol": "xog", - "name": "extraction oil & gas inc" - }, - { - "cik": 1682662, - "symbol": "xpasx", - "name": "peachtree alternative strategies fund" - }, - { - "cik": 1609211, - "symbol": "xpeax", - "name": "amg pantheon fund llc" - }, - { - "cik": 104897, - "symbol": "wsci", - "name": "wsi industries inc" - }, - { - "cik": 1124959, - "symbol": "xsiax", - "name": "voya senior income fund" - }, - { - "cik": 1555085, - "symbol": "xwamx", - "name": "western asset middle market debt fund inc" - }, - { - "cik": 1525355, - "symbol": "xwmfx", - "name": "western asset middle market income fund inc" - }, - { - "cik": 1311673, - "symbol": "yftd", - "name": "yacht finders inc" - }, - { - "cik": 1699709, - "symbol": "yjgj", - "name": "yijia group corp" - }, - { - "cik": 1445283, - "symbol": "pti", - "name": "yumanity therapeutics inc" - }, - { - "cik": 1823587, - "symbol": "ysacw", - "name": "yellowstone acquisition co" - }, - { - "cik": 1778404, - "symbol": "zghb", - "name": "china eco-materials group co ltd" - }, - { - "cik": 1823652, - "symbol": "znteu", - "name": "zanite acquisition corp" - }, - { - "cik": 1594879, - "symbol": "zoes", - "name": "zoes kitchen inc" - }, - { - "cik": 312070, - "symbol": "xvz", - "name": "barclays bank plc" - }, - { - "cik": 110390, - "symbol": "un", - "name": "unilever n v" - }, - { - "cik": 769594, - "symbol": "nttyy", - "name": "nippon telegraph & telephone corp" - }, - { - "cik": 750556, - "symbol": "sti", - "name": "suntrust banks inc" - }, - { - "cik": 869425, - "symbol": "adrny", - "name": "royal ahold delhaize" - }, - { - "cik": 57083, - "symbol": "kyocy", - "name": "kyocera corp" - }, - { - "cik": 1173431, - "symbol": "amtd", - "name": "td ameritrade holding corp" - }, - { - "cik": 722830, - "symbol": "immu", - "name": "immunomedics inc" - }, - { - "cik": 1639225, - "symbol": "lvgo", - "name": "livongo health inc" - }, - { - "cik": 1712356, - "symbol": "hrnnf", - "name": "hydro one ltd" - }, - { - "cik": 1611820, - "symbol": "ln", - "name": "line corp" - }, - { - "cik": 1140471, - "symbol": "nistf", - "name": "nippon steel corp" - }, - { - "cik": 1552451, - "symbol": "myok", - "name": "myokardia inc" - }, - { - "cik": 1015780, - "symbol": "etfc", - "name": "e trade financial corp" - }, - { - "cik": 808461, - "symbol": "glibp", - "name": "grizzly merger sub 1 llc" - }, - { - "cik": 1122535, - "symbol": "tltzy", - "name": "tele2 ab" - }, - { - "cik": 1357204, - "symbol": "dnkn", - "name": "dunkin brands group inc" - }, - { - "cik": 1623613, - "symbol": "myl", - "name": "mylan ii bv" - }, - { - "cik": 1525494, - "symbol": "wuba", - "name": "58com inc" - }, - { - "cik": 1635327, - "symbol": "tsg", - "name": "flutter entertainment plc" - }, - { - "cik": 1567683, - "symbol": "cwen", - "name": "clearway energy inc" - }, - { - "cik": 1235010, - "symbol": "mnta", - "name": "momenta pharmaceuticals inc" - }, - { - "cik": 1066116, - "symbol": "tsu", - "name": "tim participacoes sa" - }, - { - "cik": 1607716, - "symbol": "vslr", - "name": "vivint solar inc" - }, - { - "cik": 790703, - "symbol": "tecd", - "name": "tech data corp" - }, - { - "cik": 1622867, - "symbol": "hwgg", - "name": "ho wah genting group ltd" - }, - { - "cik": 1172494, - "symbol": "auoty", - "name": "au optronics corp" - }, - { - "cik": 704051, - "symbol": "lmhb", - "name": "legg mason inc" - }, - { - "cik": 1599947, - "symbol": "terp", - "name": "terraform power ny holdings inc" - }, - { - "cik": 1420302, - "symbol": "logm", - "name": "logmein inc" - }, - { - "cik": 72207, - "symbol": "nbl", - "name": "noble energy inc" - }, - { - "cik": 1492658, - "symbol": "wmgi", - "name": "wright medical group nv" - }, - { - "cik": 933141, - "symbol": "ibkc", - "name": "iberiabank corp" - }, - { - "cik": 52795, - "symbol": "axe", - "name": "anixter international inc" - }, - { - "cik": 1510487, - "symbol": "prnb", - "name": "principia biopharma inc" - }, - { - "cik": 3153, - "symbol": "aprdn", - "name": "alabama power co" - }, - { - "cik": 1029730, - "symbol": "ltsk", - "name": "ladenburg thalmann financial services inc" - }, - { - "cik": 31978, - "symbol": "ee", - "name": "el paso electric co tx" - }, - { - "cik": 926864, - "symbol": "eoccy", - "name": "enel generacion chile sa" - }, - { - "cik": 900278, - "symbol": "apelf", - "name": "alps alpine co ltd" - }, - { - "cik": 1585790, - "symbol": "adsw", - "name": "advanced disposal services inc" - }, - { - "cik": 1160846, - "symbol": "oibrq", - "name": "oi sa - in judicial reorganization" - }, - { - "cik": 1096061, - "symbol": "nbgif", - "name": "national bank of greece sa" - }, - { - "cik": 1631650, - "symbol": "aimt", - "name": "aimmune therapeutics inc" - }, - { - "cik": 1683252, - "symbol": "tkcm", - "name": "token communities ltd" - }, - { - "cik": 1260729, - "symbol": "gdv", - "name": "gabelli dividend & income trust" - }, - { - "cik": 1662524, - "symbol": "akca", - "name": "akcea therapeutics inc" - }, - { - "cik": 1707092, - "symbol": "dlph", - "name": "delphi technologies plc" - }, - { - "cik": 1145057, - "symbol": "fsct", - "name": "forescout technologies inc" - }, - { - "cik": 1269021, - "symbol": "ptla", - "name": "portola pharmaceuticals inc" - }, - { - "cik": 911109, - "symbol": "mini", - "name": "mobile mini inc" - }, - { - "cik": 7323, - "symbol": "eae", - "name": "entergy arkansas llc" - }, - { - "cik": 1499781, - "symbol": "bita", - "name": "bitauto holdings ltd" - }, - { - "cik": 1427437, - "symbol": "ezt", - "name": "entergy texas inc" - }, - { - "cik": 925645, - "symbol": "cetv", - "name": "central european media enterprises ltd" - }, - { - "cik": 1225525, - "symbol": "cadnf", - "name": "cascades inc" - }, - { - "cik": 1679450, - "symbol": "hntwf", - "name": "hunter maritime acquisition corp" - }, - { - "cik": 1470099, - "symbol": "mobl", - "name": "mobileiron inc" - }, - { - "cik": 1610418, - "symbol": "cnxm", - "name": "cnx midstream partners lp" - }, - { - "cik": 1351285, - "symbol": "rst", - "name": "rosetta stone inc" - }, - { - "cik": 1714368, - "symbol": "hud", - "name": "hudson ltd" - }, - { - "cik": 1626853, - "symbol": "mjco", - "name": "majesco" - }, - { - "cik": 875622, - "symbol": "bstc", - "name": "biospecifics technologies corp" - }, - { - "cik": 1729756, - "symbol": "ftac", - "name": "fintech acquisition corp iii" - }, - { - "cik": 1820852, - "symbol": "seah", - "name": "sports entertainment acquisition corp" - }, - { - "cik": 1726293, - "symbol": "pacq", - "name": "pure acquisition corp" - }, - { - "cik": 1253317, - "symbol": "olbk", - "name": "old line bancshares inc" - }, - { - "cik": 792977, - "symbol": "amag", - "name": "amag pharmaceuticals inc" - }, - { - "cik": 1078099, - "symbol": "meet", - "name": "meet group inc" - }, - { - "cik": 1407067, - "symbol": "fsb", - "name": "franklin financial network inc" - }, - { - "cik": 1561387, - "symbol": "bfyt", - "name": "benefytt technologies inc" - }, - { - "cik": 1478121, - "symbol": "pfnx", - "name": "pfenex inc" - }, - { - "cik": 1760764, - "symbol": "gmmvf", - "name": "g medical innovations holdings ltd" - }, - { - "cik": 1343304, - "symbol": "avdr", - "name": "avedro inc" - }, - { - "cik": 1622353, - "symbol": "jcap", - "name": "jernigan capital inc" - }, - { - "cik": 1395848, - "symbol": "iots", - "name": "adesto technologies corp" - }, - { - "cik": 1728041, - "symbol": "cffaw", - "name": "cf finance acquisition corp" - }, - { - "cik": 1776903, - "symbol": "nfinw", - "name": "netfin acquisition corp" - }, - { - "cik": 835887, - "symbol": "pgnx", - "name": "progenics pharmaceuticals inc" - }, - { - "cik": 1746037, - "symbol": "aryau", - "name": "arya sciences acquisition corp" - }, - { - "cik": 892222, - "symbol": "brew", - "name": "craft brew alliance inc" - }, - { - "cik": 1181250, - "symbol": "bkk", - "name": "blackrock municipal 2020 term trust" - }, - { - "cik": 1754170, - "symbol": "mnclw", - "name": "aersale corp" - }, - { - "cik": 1402606, - "symbol": "bcomf", - "name": "b communications ltd" - }, - { - "cik": 911649, - "symbol": "sdi", - "name": "standard diversified inc" - }, - { - "cik": 1158399, - "symbol": "burof", - "name": "burcon nutrascience corp" - }, - { - "cik": 1444363, - "symbol": "gcap", - "name": "gain capital holdings inc" - }, - { - "cik": 1597680, - "symbol": "jmei", - "name": "jumei international holding ltd" - }, - { - "cik": 1037016, - "symbol": "nihd", - "name": "nii holdings inc" - }, - { - "cik": 1112920, - "symbol": "gsb", - "name": "globalscape inc" - }, - { - "cik": 1028954, - "symbol": "sbbx", - "name": "sb one bancorp" - }, - { - "cik": 1350381, - "symbol": "inwk", - "name": "innerworkings inc" - }, - { - "cik": 1736874, - "symbol": "hcchr", - "name": "hl acquisitions corp" - }, - { - "cik": 1639457, - "symbol": "jhy", - "name": "nuveen high income 2020 target term fund" - }, - { - "cik": 1594124, - "symbol": "skys", - "name": "sky solar holdings ltd" - }, - { - "cik": 1518419, - "symbol": "qtrh", - "name": "quarterhill inc" - }, - { - "cik": 1697805, - "symbol": "xyn", - "name": "xynomic pharmaceuticals holdings inc" - }, - { - "cik": 1764711, - "symbol": "paacw", - "name": "proficient alpha acquisition corp" - }, - { - "cik": 1420811, - "symbol": "ondk", - "name": "on deck capital inc" - }, - { - "cik": 1068963, - "symbol": "tli", - "name": "western asset corporate loan fund inc" - }, - { - "cik": 1001258, - "symbol": "asfi", - "name": "asta funding inc" - }, - { - "cik": 1299393, - "symbol": "gfy", - "name": "western asset variable rate strategic fund inc" - }, - { - "cik": 1181249, - "symbol": "bfo", - "name": "blackrock florida municipal 2020 term trust" - }, - { - "cik": 1183082, - "symbol": "gfnl", - "name": "genesis financial inc" - }, - { - "cik": 318996, - "symbol": "kegx", - "name": "key energy services inc" - }, - { - "cik": 1509892, - "symbol": "gars", - "name": "garrison capital inc" - }, - { - "cik": 1100778, - "symbol": "rokk", - "name": "rokk3r inc" - }, - { - "cik": 1579762, - "symbol": "gmz", - "name": "goldman sachs mlp income opportunities fund" - }, - { - "cik": 942149, - "symbol": "mrddf", - "name": "outcrop gold corp" - }, - { - "cik": 1770251, - "symbol": "orsnw", - "name": "orisun acquisition corp" - }, - { - "cik": 1502034, - "symbol": "gnciq", - "name": "gnc holdings inc" - }, - { - "cik": 1675192, - "symbol": "ottw", - "name": "ottawa bancorp inc" - }, - { - "cik": 76321, - "symbol": "pkdc", - "name": "parker drilling co de" - }, - { - "cik": 1167470, - "symbol": "bqh", - "name": "blackrock new york municipal bond trust" - }, - { - "cik": 1486640, - "symbol": "fgcn", - "name": "flagship global corp" - }, - { - "cik": 1366340, - "symbol": "fnjn", - "name": "finjan holdings inc" - }, - { - "cik": 792161, - "symbol": "nnutu", - "name": "royal hawaiian orchards lp" - }, - { - "cik": 1523854, - "symbol": "wein", - "name": "west end indiana bancshares inc" - }, - { - "cik": 1743886, - "symbol": "flfg", - "name": "federal life group inc" - }, - { - "cik": 1637921, - "symbol": "fork", - "name": "fuling global inc" - }, - { - "cik": 98752, - "symbol": "ttlo", - "name": "torotel inc" - }, - { - "cik": 1668340, - "symbol": "bctf", - "name": "bancorp 34 inc" - }, - { - "cik": 1635626, - "symbol": "eqfn", - "name": "equitable financial corp" - }, - { - "cik": 1752039, - "symbol": "pphi", - "name": "positive physicians holdings inc" - }, - { - "cik": 1704235, - "symbol": "qes", - "name": "quintana energy services inc" - }, - { - "cik": 1699683, - "symbol": "lfin", - "name": "longfin corp" - }, - { - "cik": 1514056, - "symbol": "triq", - "name": "traqiq inc" - }, - { - "cik": 910569, - "symbol": "norzf", - "name": "norzinc ltd" - }, - { - "cik": 1699018, - "symbol": "efbi", - "name": "eagle financial bancorp inc" - }, - { - "cik": 1101246, - "symbol": "tldn", - "name": "telidyne inc" - }, - { - "cik": 936446, - "symbol": "paos", - "name": "amerinac holding corp" - }, - { - "cik": 783005, - "symbol": "emms", - "name": "emmis communications corp" - }, - { - "cik": 1513856, - "symbol": "ntrp", - "name": "neurotrope inc" - }, - { - "cik": 851726, - "symbol": "sfeg", - "name": "santa fe gold corp" - }, - { - "cik": 1361937, - "symbol": "hrst", - "name": "harvest oil & gas corp" - }, - { - "cik": 1795749, - "symbol": "bitcf", - "name": "first bitcoin capital corp" - }, - { - "cik": 1644482, - "symbol": "nwbb", - "name": "new bancorp inc" - }, - { - "cik": 1346980, - "symbol": "chapq", - "name": "chaparral energy inc" - }, - { - "cik": 1700175, - "symbol": "hrgg", - "name": "heritage nola bancorp inc" - }, - { - "cik": 1667944, - "symbol": "wcfb", - "name": "wcf bancorp inc" - }, - { - "cik": 1629702, - "symbol": "cacad", - "name": "china crawfish ltd" - }, - { - "cik": 1659122, - "symbol": "roswq", - "name": "rosehill resources inc" - }, - { - "cik": 1373707, - "symbol": "ttph", - "name": "tetraphase pharmaceuticals inc" - }, - { - "cik": 1584952, - "symbol": "epegq", - "name": "ep energy corp" - }, - { - "cik": 1549848, - "symbol": "hcrsq", - "name": "hi-crush inc" - }, - { - "cik": 884217, - "symbol": "tlrdq", - "name": "tailored brands inc" - }, - { - "cik": 1708715, - "symbol": "snnf", - "name": "seneca financial corp" - }, - { - "cik": 708819, - "symbol": "mdriq", - "name": "mcdermott international inc" - }, - { - "cik": 1376986, - "symbol": "tve", - "name": "tennessee valley authority" - }, - { - "cik": 1613092, - "symbol": "snipf", - "name": "snipp interactive inc" - }, - { - "cik": 1483405, - "symbol": "bxeff", - "name": "bellatrix exploration ltd" - }, - { - "cik": 1027662, - "symbol": "emitf", - "name": "elbit imaging ltd" - }, - { - "cik": 1487843, - "symbol": "yriv", - "name": "yangtze river port & logistics ltd" - }, - { - "cik": 1213106, - "symbol": "jtbk", - "name": "jetblack corp" - }, - { - "cik": 1168220, - "symbol": "ulur", - "name": "uluru inc" - }, - { - "cik": 1568969, - "symbol": "apyp", - "name": "appyea inc" - }, - { - "cik": 1619055, - "symbol": "cofe", - "name": "coffeesmiths collective inc" - }, - { - "cik": 904979, - "symbol": "shloq", - "name": "shiloh industries inc" - }, - { - "cik": 1115864, - "symbol": "ilxp", - "name": "international luxury products inc" - }, - { - "cik": 790715, - "symbol": "sigm", - "name": "sigma designs inc" - }, - { - "cik": 1002135, - "symbol": "wstl", - "name": "westell technologies inc" - }, - { - "cik": 1443979, - "symbol": "cnwhf", - "name": "china networks international holdings ltd" - }, - { - "cik": 881524, - "symbol": "vvusq", - "name": "vivus inc" - }, - { - "cik": 36369, - "symbol": "fhrt", - "name": "first hartford corp" - }, - { - "cik": 1621499, - "symbol": "altnd", - "name": "alternus energy inc" - }, - { - "cik": 1663641, - "symbol": "adhg", - "name": "ando holdings ltd" - }, - { - "cik": 1512077, - "symbol": "geenq", - "name": "global eagle entertainment inc" - }, - { - "cik": 1661920, - "symbol": "loneq", - "name": "lonestar resources us inc" - }, - { - "cik": 1538267, - "symbol": "sdrmu", - "name": "sandridge mississippian trust ii" - }, - { - "cik": 1682593, - "symbol": "ccsb", - "name": "community savings bancorp inc" - }, - { - "cik": 1065598, - "symbol": "dgtw", - "name": "digitaltown inc" - }, - { - "cik": 758938, - "symbol": "qbak", - "name": "qualstar corp" - }, - { - "cik": 1381105, - "symbol": "ptoi", - "name": "plastic2oil inc" - }, - { - "cik": 1037131, - "symbol": "pntv", - "name": "players network" - }, - { - "cik": 5656, - "symbol": "aivn", - "name": "american international ventures inc de" - }, - { - "cik": 1527974, - "symbol": "wmgr", - "name": "wellness matrix group inc" - }, - { - "cik": 76149, - "symbol": "parf", - "name": "paradise inc" - }, - { - "cik": 1013606, - "symbol": "elgxq", - "name": "endologix inc de" - }, - { - "cik": 1084332, - "symbol": "slnm", - "name": "salon media group inc" - }, - { - "cik": 1739376, - "symbol": "ggbxf", - "name": "green growth brands inc" - }, - { - "cik": 1760233, - "symbol": "ubid", - "name": "rde inc" - }, - { - "cik": 1041633, - "symbol": "mismd", - "name": "mission mining co" - }, - { - "cik": 1530185, - "symbol": "atvk", - "name": "ameritek ventures" - }, - { - "cik": 3116, - "symbol": "akrxq", - "name": "akorn inc" - }, - { - "cik": 1552845, - "symbol": "ntru", - "name": "natur international corp" - }, - { - "cik": 1282266, - "symbol": "win", - "name": "windstream holdings inc" - }, - { - "cik": 66388, - "symbol": "mlls", - "name": "miller industries inc" - }, - { - "cik": 1063104, - "symbol": "pteod", - "name": "proteo inc" - }, - { - "cik": 1562733, - "symbol": "snyr", - "name": "synergy chc corp" - }, - { - "cik": 1650445, - "symbol": "qhccq", - "name": "quorum health corp" - }, - { - "cik": 86264, - "symbol": "crbo", - "name": "carbon energy corp" - }, - { - "cik": 1398529, - "symbol": "gkit", - "name": "greenkraft inc" - }, - { - "cik": 1564709, - "symbol": "thst", - "name": "truett-hurst inc" - }, - { - "cik": 1680966, - "symbol": "aghi", - "name": "agora holdings inc" - }, - { - "cik": 917523, - "symbol": "rvlt", - "name": "revolution lighting technologies inc" - }, - { - "cik": 1435224, - "symbol": "vegl", - "name": "vegalab inc" - }, - { - "cik": 1104206, - "symbol": "ntah", - "name": "nevtah capital management corp" - }, - { - "cik": 1580264, - "symbol": "mobo", - "name": "mobile lads corp" - }, - { - "cik": 798949, - "symbol": "untcq", - "name": "unit corp" - }, - { - "cik": 836809, - "symbol": "aftm", - "name": "aftermaster inc" - }, - { - "cik": 927720, - "symbol": "sbsaa", - "name": "spanish broadcasting system inc" - }, - { - "cik": 1514732, - "symbol": "saexq", - "name": "saexploration holdings inc" - }, - { - "cik": 1394029, - "symbol": "ygehy", - "name": "yingli green energy holding co ltd" - }, - { - "cik": 887151, - "symbol": "caps", - "name": "capstone therapeutics corp" - }, - { - "cik": 1434477, - "symbol": "ssol", - "name": "sunvalley solar inc" - }, - { - "cik": 1056757, - "symbol": "syev", - "name": "seychelle environmental technologies inc ca" - }, - { - "cik": 1090159, - "symbol": "igld", - "name": "internet gold golden lines ltd" - }, - { - "cik": 1263872, - "symbol": "takd", - "name": "transakt ltd" - }, - { - "cik": 1728599, - "symbol": "bthi", - "name": "big time holdings inc" - }, - { - "cik": 1445235, - "symbol": "hcti", - "name": "hybrid coating technologies inc" - }, - { - "cik": 1523855, - "symbol": "tehg", - "name": "technovative group inc" - }, - { - "cik": 1579252, - "symbol": "jasnq", - "name": "jason industries inc" - }, - { - "cik": 1299139, - "symbol": "tear", - "name": "tearlab corp" - }, - { - "cik": 1473597, - "symbol": "stri", - "name": "str holdings inc" - }, - { - "cik": 1086082, - "symbol": "capd", - "name": "cannapowder inc" - }, - { - "cik": 847464, - "symbol": "cyig", - "name": "spring pharmaceutical group inc" - }, - { - "cik": 1437557, - "symbol": "llex", - "name": "lilis energy inc" - }, - { - "cik": 1022646, - "symbol": "upl", - "name": "ultra petroleum corp" - }, - { - "cik": 1393548, - "symbol": "clis", - "name": "clickstream corp" - }, - { - "cik": 822411, - "symbol": "imucw", - "name": "immunocellular therapeutics ltd" - }, - { - "cik": 1040721, - "symbol": "cmhz", - "name": "banny cosmic international holdings inc" - }, - { - "cik": 1416876, - "symbol": "fchs", - "name": "first choice healthcare solutions inc" - }, - { - "cik": 945384, - "symbol": "cicn", - "name": "cicero inc" - }, - { - "cik": 1771077, - "symbol": "psyc", - "name": "telemynd inc" - }, - { - "cik": 1452804, - "symbol": "pkph", - "name": "peak pharmaceuticals inc" - }, - { - "cik": 1099574, - "symbol": "etbi", - "name": "eastgate biotech corp" - }, - { - "cik": 844143, - "symbol": "ctrcq", - "name": "centric brands inc" - }, - { - "cik": 1703497, - "symbol": "yogaq", - "name": "yogaworks inc" - }, - { - "cik": 1540729, - "symbol": "felpq", - "name": "foresight energy lp" - }, - { - "cik": 902274, - "symbol": "lbyyq", - "name": "libbey inc" - }, - { - "cik": 1058828, - "symbol": "hdii", - "name": "hypertension diagnostics inc mn" - }, - { - "cik": 1011395, - "symbol": "gsph", - "name": "geospatial corp" - }, - { - "cik": 1535635, - "symbol": "svte", - "name": "service team inc" - }, - { - "cik": 1606180, - "symbol": "aach", - "name": "aac holdings inc" - }, - { - "cik": 1528837, - "symbol": "snecq", - "name": "sanchez energy corp" - }, - { - "cik": 1591615, - "symbol": "pvdg", - "name": "poverty dignified inc" - }, - { - "cik": 1013238, - "symbol": "ardmq", - "name": "aradigm corp" - }, - { - "cik": 1434842, - "symbol": "flss", - "name": "forbes energy services ltd" - }, - { - "cik": 1311735, - "symbol": "fbec", - "name": "fbec worldwide inc" - }, - { - "cik": 1490630, - "symbol": "rhno", - "name": "rhino resource partners lp" - }, - { - "cik": 1424549, - "symbol": "futl", - "name": "futureland corp" - }, - { - "cik": 1043222, - "symbol": "chwe", - "name": "chinawe com inc" - }, - { - "cik": 1172298, - "symbol": "ptrc", - "name": "petro river oil corp" - }, - { - "cik": 1404079, - "symbol": "ssnyy", - "name": "samson oil & gas ltd" - }, - { - "cik": 278130, - "symbol": "pirrq", - "name": "pier 1 imports inc de" - }, - { - "cik": 1131227, - "symbol": "hossq", - "name": "hornbeck offshore services inc la" - }, - { - "cik": 1313938, - "symbol": "snnc", - "name": "sibannac inc" - }, - { - "cik": 1171008, - "symbol": "admg", - "name": "adamant dri processing & minerals group" - }, - { - "cik": 1019787, - "symbol": "pfti", - "name": "puradyn filter technologies inc" - }, - { - "cik": 1101588, - "symbol": "coho", - "name": "crednology holding corp" - }, - { - "cik": 1421601, - "symbol": "wmtn", - "name": "westmountain gold inc" - }, - { - "cik": 1055454, - "symbol": "scoo", - "name": "school specialty inc" - }, - { - "cik": 1503458, - "symbol": "ftxp", - "name": "foothills exploration inc" - }, - { - "cik": 1502557, - "symbol": "cxkj", - "name": "cx network group inc" - }, - { - "cik": 1099234, - "symbol": "inct", - "name": "incapta inc" - }, - { - "cik": 1009672, - "symbol": "crrtq", - "name": "carbo ceramics inc" - }, - { - "cik": 1543739, - "symbol": "apty", - "name": "apt systems inc" - }, - { - "cik": 1628871, - "symbol": "tmpsw", - "name": "tempus applied solutions holdings inc" - }, - { - "cik": 1354591, - "symbol": "geur", - "name": "petlife pharmaceuticals inc" - }, - { - "cik": 1245791, - "symbol": "gidyl", - "name": "gi dynamics inc" - }, - { - "cik": 6885, - "symbol": "ssinq", - "name": "stage stores inc" - }, - { - "cik": 1609472, - "symbol": "ghhc", - "name": "gh capital inc" - }, - { - "cik": 1794311, - "symbol": "bleg", - "name": "branded legacy inc" - }, - { - "cik": 1415306, - "symbol": "psru", - "name": "purespectrum inc" - }, - { - "cik": 1301501, - "symbol": "akaoq", - "name": "achaogen inc" - }, - { - "cik": 1441849, - "symbol": "cldpq", - "name": "cloud peak energy inc" - }, - { - "cik": 1386026, - "symbol": "zngyq", - "name": "zenergy brands inc" - }, - { - "cik": 1346287, - "symbol": "cnct", - "name": "china teletech holding inc" - }, - { - "cik": 724571, - "symbol": "fred", - "name": "freds inc" - }, - { - "cik": 1309442, - "symbol": "itcc", - "name": "inspro technologies corp" - }, - { - "cik": 1056087, - "symbol": "mniqq", - "name": "mcclatchy co" - }, - { - "cik": 753772, - "symbol": "mzeiq", - "name": "medizone international inc" - }, - { - "cik": 310056, - "symbol": "vcon", - "name": "vicon industries inc ny" - }, - { - "cik": 1422222, - "symbol": "adac", - "name": "adama technologies corp" - }, - { - "cik": 1619250, - "symbol": "vlrxq", - "name": "valeritas holdings inc" - }, - { - "cik": 1568079, - "symbol": "prhrq", - "name": "petroshare corp" - }, - { - "cik": 1575975, - "symbol": "vbvt", - "name": "viabuilt ventures inc" - }, - { - "cik": 1079297, - "symbol": "pgus", - "name": "progreen us inc" - }, - { - "cik": 1574863, - "symbol": "drng", - "name": "drone guarder inc" - }, - { - "cik": 316736, - "symbol": "fppp", - "name": "fieldpoint petroleum corp" - }, - { - "cik": 1102392, - "symbol": "roye", - "name": "royal energy resources inc" - }, - { - "cik": 1400683, - "symbol": "stwc", - "name": "stwc holdings inc" - }, - { - "cik": 1177135, - "symbol": "stjo", - "name": "st joseph inc" - }, - { - "cik": 948426, - "symbol": "cote", - "name": "coates international ltd" - }, - { - "cik": 1650505, - "symbol": "aifm", - "name": "aifarm ltd" - }, - { - "cik": 317889, - "symbol": "btgi", - "name": "bulova technologies group inc" - }, - { - "cik": 1463471, - "symbol": "mnelf", - "name": "mission newenergy ltd" - }, - { - "cik": 1521013, - "symbol": "tpni", - "name": "pulse network inc" - }, - { - "cik": 1135657, - "symbol": "esesq", - "name": "eco-stim energy solutions inc" - }, - { - "cik": 1621697, - "symbol": "nhel", - "name": "natural health farm holdings inc" - }, - { - "cik": 1387976, - "symbol": "csrh", - "name": "consorteum holdings inc" - }, - { - "cik": 1491525, - "symbol": "grsu", - "name": "greenhouse solutions inc" - }, - { - "cik": 1404943, - "symbol": "mtst", - "name": "metastat inc" - }, - { - "cik": 863895, - "symbol": "omsh", - "name": "omni shrimp inc" - }, - { - "cik": 1404597, - "symbol": "crsm", - "name": "carsmartt inc" - }, - { - "cik": 1530981, - "symbol": "pbya", - "name": "probility media corp" - }, - { - "cik": 1425173, - "symbol": "novz", - "name": "novagen ingenium inc" - }, - { - "cik": 1795851, - "symbol": "favo", - "name": "favo realty inc" - }, - { - "cik": 1307140, - "symbol": "lmnk", - "name": "lifestyle medical network inc" - }, - { - "cik": 1401112, - "symbol": "prgnf", - "name": "paragon shipping inc" - }, - { - "cik": 1608430, - "symbol": "rbnw", - "name": "renewable energy & power inc" - }, - { - "cik": 1681282, - "symbol": "anvv", - "name": "anvia holdings corp" - }, - { - "cik": 1561622, - "symbol": "tsgl", - "name": "staffing group ltd" - }, - { - "cik": 1114446, - "symbol": "wtiu", - "name": "ubs ag" - }, - { - "cik": 1415311, - "symbol": "zsl", - "name": "proshares trust ii" - }, - { - "cik": 1516479, - "symbol": "insy", - "name": "insys therapeutics inc" - }, - { - "cik": 1591096, - "symbol": "lens", - "name": "presbia plc" - }, - { - "cik": 1516559, - "symbol": "mcpi", - "name": "mansfield-martin exploration mining inc" - }, - { - "cik": 1609951, - "symbol": "ncom", - "name": "national commerce corp" - }, - { - "cik": 1624826, - "symbol": "mpmq", - "name": "mpm holdings inc" - }, - { - "cik": 1053092, - "symbol": "zivzf", - "name": "credit suisse ag" - }, - { - "cik": 1671854, - "symbol": "scacw", - "name": "saban capital acquisition corp" - }, - { - "cik": 1347613, - "symbol": "sgyp", - "name": "synergy pharmaceuticals llc" - }, - { - "cik": 1656328, - "symbol": "snna", - "name": "sienna biopharmaceuticals inc" - }, - { - "cik": 1610940, - "symbol": "bdry", - "name": "etf managers group commodity trust i" - }, - { - "cik": 352960, - "symbol": "eeh", - "name": "swedish export credit corp swed" - }, - { - "cik": 1024126, - "symbol": "ptx", - "name": "pernix therapeutics holdings inc" - }, - { - "cik": 1432196, - "symbol": "pglc", - "name": "pershing gold corp" - }, - { - "cik": 350403, - "symbol": "phiik", - "name": "phi group inc de" - }, - { - "cik": 827809, - "symbol": "nvln", - "name": "novelion therapeutics inc" - }, - { - "cik": 1648893, - "symbol": "nvtr", - "name": "nuvectra corp" - }, - { - "cik": 1607245, - "symbol": "oasm", - "name": "oasmia pharmaceutical ab" - }, - { - "cik": 1647320, - "symbol": "cmta", - "name": "clementia pharmaceuticals inc" - }, - { - "cik": 1725063, - "symbol": "cnjg", - "name": "jufeel international group" - }, - { - "cik": 1535365, - "symbol": "cmdt", - "name": "ishares commodity optimized trust" - }, - { - "cik": 823277, - "symbol": "chscp", - "name": "chs inc" - }, - { - "cik": 1601545, - "symbol": "bhbk", - "name": "blue hills bancorp inc" - }, - { - "cik": 1609989, - "symbol": "buff", - "name": "blue buffalo pet products inc" - }, - { - "cik": 1471824, - "symbol": "weat", - "name": "teucrium commodity trust" - }, - { - "cik": 1502154, - "symbol": "alo", - "name": "alio gold inc" - }, - { - "cik": 1690769, - "symbol": "amrww", - "name": "alta mesa resources inc de" - }, - { - "cik": 1519405, - "symbol": "fxch", - "name": "invesco currencyshares chinese renminbi trust" - }, - { - "cik": 1353616, - "symbol": "fxs", - "name": "invesco currencyshares swedish krona trust" - }, - { - "cik": 1433994, - "symbol": "fxsg", - "name": "invesco currencyshares singapore dollar trust" - }, - { - "cik": 1071411, - "symbol": "fsnn", - "name": "fusion connect inc" - }, - { - "cik": 1575360, - "symbol": "ftd", - "name": "gue liquidation companies inc" - }, - { - "cik": 68622, - "symbol": "ctbb", - "name": "qwest corp" - }, - { - "cik": 1586105, - "symbol": "eglt", - "name": "zyla life sciences" - }, - { - "cik": 1552800, - "symbol": "tts", - "name": "tile shop holdings inc" - }, - { - "cik": 1671686, - "symbol": "usou", - "name": "uscf funds trust" - }, - { - "cik": 1419465, - "symbol": "stb", - "name": "student transportation inc" - }, - { - "cik": 1698209, - "symbol": "veacw", - "name": "vantage energy acquisition corp" - }, - { - "cik": 320193, - "symbol": "aapl", - "name": "apple inc" - }, - { - "cik": 1067983, - "symbol": "brk.b", - "name": "berkshire hathaway inc" + "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 } -] +] \ No newline at end of file diff -r 9bee37809429 -r 7fef171d4820 lazybear/Data/companies2.json --- a/lazybear/Data/companies2.json Sun Jan 24 19:30:39 2021 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,152930 +0,0 @@ -[ - { - "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 - } -] \ No newline at end of file diff -r 9bee37809429 -r 7fef171d4820 lazybear/Functions/ReadJson.swift --- a/lazybear/Functions/ReadJson.swift Sun Jan 24 19:30:39 2021 +0100 +++ b/lazybear/Functions/ReadJson.swift Sun Jan 24 19:44:15 2021 +0100 @@ -10,8 +10,7 @@ import SwiftUI // With this function I parse the local JSON file to read it and create a list with its items. -let companiesData: [CompanyDataModel] = load("companies.json") -let formDescription: [FormDescription] = load("formDescription.json") +let companiesData: [CompanyModel] = load("companies.json") func load(_ filename: String) -> T { let data: Data diff -r 9bee37809429 -r 7fef171d4820 lazybear/LazyBearApp.swift --- a/lazybear/LazyBearApp.swift Sun Jan 24 19:30:39 2021 +0100 +++ b/lazybear/LazyBearApp.swift Sun Jan 24 19:44:15 2021 +0100 @@ -13,7 +13,7 @@ var body: some Scene { WindowGroup { - SomeTest() + ContentView() .environment(\.managedObjectContext, persistenceController.container.viewContext) } } diff -r 9bee37809429 -r 7fef171d4820 lazybear/Models/CompanyDataModel.swift --- a/lazybear/Models/CompanyDataModel.swift Sun Jan 24 19:30:39 2021 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,14 +0,0 @@ -// -// CompanyData.swift -// LazyBear -// -// Created by Dennis Concepción Martín on 31/12/20. -// - -import SwiftUI - -struct CompanyDataModel: Hashable, Codable { - var cik: Int - var symbol: String - var name: String -} diff -r 9bee37809429 -r 7fef171d4820 lazybear/Models/CompanyModel.swift --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/lazybear/Models/CompanyModel.swift Sun Jan 24 19:44:15 2021 +0100 @@ -0,0 +1,19 @@ +// +// CompanyData.swift +// LazyBear +// +// Created by Dennis Concepción Martín on 31/12/20. +// + +import SwiftUI + +struct CompanyModel: Hashable, Codable { + var symbol: String + var exchange: String + var exchangeSuffix: String + var exchangeName: String + var name: String + var region: String + var currency: String +} + diff -r 9bee37809429 -r 7fef171d4820 lazybear/Supply views/CompanyList.swift --- a/lazybear/Supply views/CompanyList.swift Sun Jan 24 19:30:39 2021 +0100 +++ b/lazybear/Supply views/CompanyList.swift Sun Jan 24 19:44:15 2021 +0100 @@ -13,7 +13,7 @@ var body: some View { List { ForEach(companiesData.filter({ searchedCompany.isEmpty ? true : $0.name.localizedStandardContains(searchedCompany) }) - , id: \.cik) { company in + , id: \.symbol) { company in CompanyRow(company: company) } } diff -r 9bee37809429 -r 7fef171d4820 lazybear/Supply views/CompanyRow.swift --- a/lazybear/Supply views/CompanyRow.swift Sun Jan 24 19:30:39 2021 +0100 +++ b/lazybear/Supply views/CompanyRow.swift Sun Jan 24 19:44:15 2021 +0100 @@ -9,7 +9,7 @@ struct CompanyRow: View { @ObservedObject var showingCompany = ShowingCompany() - var company: CompanyDataModel + var company: CompanyModel var body: some View { Button(action: { showingCompany.isShowing.toggle() }) { diff -r 9bee37809429 -r 7fef171d4820 lazybear/Supply views/FavCompanyList.swift --- a/lazybear/Supply views/FavCompanyList.swift Sun Jan 24 19:30:39 2021 +0100 +++ b/lazybear/Supply views/FavCompanyList.swift Sun Jan 24 19:44:15 2021 +0100 @@ -6,7 +6,7 @@ // import SwiftUI - +/* struct FavCompanyList: View { @Environment(\.managedObjectContext) private var viewContext // Core data @FetchRequest(entity: FavCompany.entity(), sortDescriptors: []) // Core data @@ -41,3 +41,4 @@ FavCompanyList() } } +*/ diff -r 9bee37809429 -r 7fef171d4820 lazybear/Supply views/FavCompanyRow.swift --- a/lazybear/Supply views/FavCompanyRow.swift Sun Jan 24 19:30:39 2021 +0100 +++ b/lazybear/Supply views/FavCompanyRow.swift Sun Jan 24 19:44:15 2021 +0100 @@ -6,7 +6,7 @@ // import SwiftUI - +/* struct FavCompanyRow: View { var favCompany: FavCompany var index: Int @@ -46,3 +46,4 @@ FavCompanyRow(favCompany: FavCompany.init(), index: 0) } } +*/