diff options
-rw-r--r-- | screener.js | 70 | ||||
-rw-r--r-- | sp500_formatted_data.tsv | 1006 |
2 files changed, 538 insertions, 538 deletions
diff --git a/screener.js b/screener.js index 68f1138..76d3d54 100644 --- a/screener.js +++ b/screener.js @@ -83,7 +83,7 @@ const getSectorMap = () => { if (index === 0) return; // skip the header line // split the line by comma and get the name, ticker, sector, and subSector const [name, ticker, sector, subSector] = line.split('\t'); - sectorMapObj[ticker.trim()] = [sector.trim(), subSector.trim()]; + sectorMapObj[ticker.trim()] = [sector.trim(), subSector.trim(), name.trim()]; }); return sectorMapObj; } @@ -146,8 +146,10 @@ const formatDataFromHistories = (histories) => { histories.forEach(history => { // Tickern, name weight, sector from html pull - const { symbol, name, weight } = history; + const { symbol, webName, weight } = history; const sector = sectorMap[symbol] ? sectorMap[symbol][0] : 'Unknown'; + const subSector = sectorMap[symbol] ? sectorMap[symbol][1] : 'Unknown'; + const name = sectorMap[symbol] ? sectorMap[symbol][2] : webName || 'Unknown'; // Get RSI, MACD from helper const timestamps = history.history.chart.result[0].timestamp; @@ -177,10 +179,10 @@ const formatDataFromHistories = (histories) => { Ticker: symbol, Name: name, '% Weight': weight, - 'Sector': sectorMap[symbol] ? sectorMap[symbol][0] : 'Unknown', - 'Subsector': sectorMap[symbol] ? sectorMap[symbol][1] : 'Unknown', - 'RSI (14)': rsi, - 'MACD (Histogram Value)': macd, + 'Sector': sector, + 'Subsector': subSector, + 'RSI (14)': rsi.toFixed(3), + 'MACD (Histogram Value)': macd.toFixed(3), '1W': oneWeekChange.toFixed(3) + '%', '1M': oneMonthChange.toFixed(3) + '%', '3M': threeMonthChange.toFixed(3) + '%', @@ -202,34 +204,6 @@ const formatDataFromHistories = (histories) => { }; // testGetHistories(); -const main = async () => { - try { - // gt the test histories from the file - // const histories = fs.readFileSync('sp500_histories.json', 'utf8'); - // const parsedHistories = JSON.parse(histories); - // console.log(`Loaded ${parsedHistories.length} histories from sp500_histories.json`); - - // get tickers from file - const tickers = getTickersFromFile(); - if (tickers.length === 0) { - console.error('No tickers found. Please ensure sp500_tickers.json exists and is populated.'); - return; - } - console.log(`Found ${tickers.length} tickers in sp500_tickers.json`); - // get histories for each symbol - const parsedHistories = await getHistoriesForEachTicker(tickers); - console.log(`Fetched histories for ${parsedHistories.length} symbols.`); - - - // format the data from the histories - const formattedData = formatDataFromHistories(parsedHistories); - console.log('Formatted data:', formattedData.slice(0, 5)); // Print first 5 entries for brevity - - } catch (error) { - console.error('Error in main function:', error); - } -} - const calculateMACD = (prices, shortPeriod = 12, longPeriod = 26, signalPeriod = 9) => { // Helper function to calculate the Exponential Moving Average (EMA) const exponentialMovingAverage = (data, period) => { @@ -354,7 +328,33 @@ const testGetSector = async () => { }); } -// testGetSector(); +const main = async () => { + try { + // gt the test histories from the file + // const histories = fs.readFileSync('sp500_histories.json', 'utf8'); + // const parsedHistories = JSON.parse(histories); + // console.log(`Loaded ${parsedHistories.length} histories from sp500_histories.json`); + + // get tickers from file + const tickers = getTickersFromFile(); + if (tickers.length === 0) { + console.error('No tickers found. Please ensure sp500_tickers.json exists and is populated.'); + return; + } + console.log(`Found ${tickers.length} tickers in sp500_tickers.json`); + // get histories for each symbol + const parsedHistories = await getHistoriesForEachTicker(tickers); + console.log(`Fetched histories for ${parsedHistories.length} symbols.`); + + + // format the data from the histories + const formattedData = formatDataFromHistories(parsedHistories); + console.log('Formatted data:', formattedData.slice(0, 5)); // Print first 5 entries for brevity + + } catch (error) { + console.error('Error in main function:', error); + } +} main(); diff --git a/sp500_formatted_data.tsv b/sp500_formatted_data.tsv index ddb5c4a..d2f3363 100644 --- a/sp500_formatted_data.tsv +++ b/sp500_formatted_data.tsv @@ -1,504 +1,504 @@ Ticker Name % Weight Sector SubSector RSI (14) MACD (Histogram Value) 1W 1M 3M 6M -MSFT Microsoft 6.61 Information Technology Systems Software 73.43171018988355 -0.7569506017599217 1.612% 4.817% 24.144% 9.797% -NVDA Nvidia 6.58 Information Technology Semiconductors 66.24448861675167 -0.42233970856201086 1.855% 8.260% 22.737% 12.854% -AAPL Apple Inc. 5.46 Information Technology Technology Hardware, Storage & Peripherals 42.288780275771366 -0.43575392385186573 -1.107% -4.970% -8.183% -20.750% -AMZN Amazon 4.25 Consumer Discretionary Broadline Retail 57.85988776981529 -0.2331658035227866 -0.319% 4.141% 9.013% -3.628% -META Meta Platforms 3.26 Communication Services Interactive Media & Services 64.46874835739709 -1.2200031129568245 0.235% 9.209% 18.732% 16.507% -AVGO Broadcom 2.2 Information Technology Semiconductors 61.40513845515642 -1.7820492994659478 -0.652% 8.451% 31.867% 12.360% -GOOG Alphabet Inc. (Class C) 1.99 Communication Services Interactive Media & Services 53.667585426192964 -0.16142305918085187 -2.690% 5.238% 5.410% -8.504% -GOOGL Alphabet Inc. (Class A) 1.98 Communication Services Interactive Media & Services 54.88082900011021 -0.13534831271414838 -2.272% 5.696% 6.462% -8.004% -BRK.B Berkshire Hathaway 1.94 Financials Multi-Sector Holdings 36.33454927687396 -0.5326234266684224 -0.615% -4.639% -8.244% 8.632% -TSLA Tesla, Inc. 1.93 Consumer Discretionary Automobile Manufacturers 50.652757603807856 -2.831306280576814 -1.342% -6.332% 36.312% -26.828% -JPM JPMorgan Chase 1.42 Financials Diversified Banks 67.11424045643108 -0.02232879734837745 2.167% 3.117% 14.623% 18.922% -WMT Walmart 1.41 Consumer Staples Consumer Staples Merchandise Retail 43.57188033409311 -0.5355332729602309 -0.741% -2.771% 10.815% 1.646% -LLY Lilly (Eli) 1.31 Health Care Pharmaceuticals 52.507084761048496 5.468116676256454 -2.916% 5.090% -6.829% 2.657% -V Visa Inc. 1.22 Financials Transaction & Payment Processing Services 35.08271448315078 -3.1847921160220185 -8.821% -7.213% 0.259% 9.878% -ORCL Oracle Corporation 1.1 Information Technology Application Software 80.15651455746149 3.848296970871278 19.554% 31.539% 38.076% 27.483% -NFLX Netflix 0.97 Communication Services Movies & Entertainment 59.91395075951509 -6.333330592368146 0.198% 2.539% 28.548% 37.405% -MA Mastercard 0.93 Financials Transaction & Payment Processing Services 33.129252662412455 -5.355882739046832 -8.804% -7.293% 0.438% 3.610% -XOM ExxonMobil 0.91 Energy Integrated Oil & Gas 68.60104200917213 1.231882336581703 3.550% 7.851% -2.338% 6.362% -COST Costco 0.81 Consumer Staples Consumer Staples Merchandise Retail 37.72618765923675 -7.159626620659208 -2.195% -5.972% 8.879% 1.053% -PG Procter & Gamble 0.69 Consumer Staples Personal Care Products 36.31814640129944 -0.8373692936129152 -2.523% -4.600% -5.688% -6.541% -JNJ Johnson & Johnson 0.67 Health Care Pharmaceuticals 39.82102332228463 -0.23228792730289097 -2.918% -1.907% -7.539% 4.131% -HD Home Depot (The) 0.64 Consumer Discretionary Home Improvement Retail 32.541780360339445 -2.6627700227040245 -3.726% -7.962% -2.388% -11.881% -BAC Bank of America 0.63 Financials Diversified Banks 61.96416834097306 -0.13933150060329125 0.738% 0.828% 6.073% 3.586% -ABBV AbbVie 0.61 Health Care Biotechnology 45.35035081884965 -0.07353528391014896 -3.138% 0.346% -12.488% 7.207% -PLTR Palantir Technologies 0.61 Information Technology Application Software 63.4845651903292 0.33080258378971195 2.617% 11.442% 60.156% 95.721% -KO Coca-Cola Company (The) 0.55 Consumer Staples Soft Drinks & Non-alcoholic Beverages 36.272771465665535 -0.2614266447983218 -3.968% -3.459% -0.717% 10.119% -PM Philip Morris International 0.53 Consumer Staples Tobacco 62.05536175348884 -0.3337819190936564 -0.414% 4.876% 19.768% 46.616% -UNH UnitedHealth Group 0.52 Health Care Managed Health Care 38.93577661214388 6.524792917353366 -1.082% -4.472% -39.918% -38.526% -IBM IBM 0.49 Information Technology IT Consulting & Other Services 71.4092880805861 0.9694767096266164 0.600% 6.091% 16.394% 28.632% -CSCO Cisco 0.49 Information Technology Communications Equipment 62.91689614817082 -0.08080273198985388 2.570% 3.816% 8.611% 14.445% -CVX Chevron Corporation 0.48 Energy Integrated Oil & Gas 66.56770020254682 1.1991543772766693 2.355% 7.955% -10.063% 2.853% -GE GE Aerospace 0.47 Industrials Aerospace & Defense 50.85592127734355 -3.07208694117295 -3.922% 0.268% 15.672% 47.477% -TMUS T-Mobile US 0.47 Communication Services Wireless Telecommunication Services 29.25655933831699 -1.7504925254290322 -4.308% -8.383% -14.022% 0.136% -CRM Salesforce 0.46 Information Technology Application Software 40.376488953429984 -1.0866509102336375 -2.411% -9.915% -6.999% -23.050% -WFC Wells Fargo 0.45 Financials Diversified Banks 53.53884519921283 -0.3566829685273921 -0.254% -1.033% 3.061% 8.697% -ABT Abbott Laboratories 0.43 Health Care Health Care Equipment 46.88274724679996 -0.23277355756294504 -2.122% -2.064% 4.441% 18.297% -LIN Linde plc 0.4 Materials Industrial Gases 44.95491854207395 -1.6689416123343221 -2.100% -0.250% 0.208% 8.627% -MS Morgan Stanley 0.39 Financials Investment Banking & Brokerage 62.51259596111006 -0.30228996710870604 0.539% 2.625% 10.002% 9.484% -DIS Walt Disney Company (The) 0.39 Communication Services Movies & Entertainment 66.50470119747936 -0.263036457286276 -1.389% 4.895% 19.219% 5.846% -INTU Intuit 0.39 Information Technology Application Software 62.72044898605694 -4.776442780393275 -1.297% 12.466% 25.717% 16.162% -AXP American Express 0.39 Financials Consumer Finance 55.02916016505009 -1.337831274509658 -0.896% 0.084% 9.449% 3.002% -MCD McDonald's 0.39 Consumer Discretionary Restaurants 24.32094225261649 -2.04499696393311 -4.007% -9.434% -5.658% -0.430% -AMD Advanced Micro Devices 0.38 Information Technology Semiconductors 65.93466851676324 0.47860725152805195 4.664% 11.699% 18.340% 4.431% -NOW ServiceNow 0.38 Information Technology Systems Software 45.26591098005924 -7.808892707590196 -2.215% -3.891% 19.167% -7.437% -MRK Merck & Co. 0.37 Health Care Pharmaceuticals 50.18221119636378 0.28742977930971747 -1.282% 1.693% -16.299% -19.372% -T AT&T 0.37 Communication Services Integrated Telecommunication Services 48.72409951066216 -0.036576060420078244 -2.399% -0.432% 3.247% 23.043% -RTX RTX Corporation 0.37 Industrials Aerospace & Defense 66.45515878826535 0.6903751125101851 2.863% 6.335% 8.478% 27.453% -GS Goldman Sachs 0.36 Financials Investment Banking & Brokerage 66.24124863517734 0.24581945295749286 1.774% 4.735% 12.895% 15.446% -ACN Accenture 0.36 Information Technology IT Consulting & Other Services 40.93209339473396 -1.3976901779233406 -4.022% -4.310% 1.818% -11.861% -ISRG Intuitive Surgical 0.34 Health Care Health Care Equipment 35.618208524767184 -5.4704555193755 -2.473% -8.556% 3.595% -3.225% -TXN Texas Instruments 0.34 Information Technology Semiconductors 63.14289507372249 -0.0494171757435371 -0.671% 5.108% 9.780% 7.216% -PEP PepsiCo 0.33 Consumer Staples Soft Drinks & Non-alcoholic Beverages 41.31689314282144 0.1474049148485399 -0.639% -2.071% -12.287% -16.422% -VZ Verizon 0.33 Communication Services Integrated Telecommunication Services 35.02654524923874 -0.2207401091726791 -4.733% -5.767% -4.754% 3.554% -UBER Uber 0.32 Industrials Passenger Ground Transportation 45.39267324843858 -0.5030178534679716 -3.627% -9.176% 12.226% 36.273% -BKNG Booking Holdings 0.32 Consumer Discretionary Hotels, Resorts & Cruise Lines 46.04366825451399 -49.934760301572 -3.293% -0.460% 15.193% 6.937% -QCOM Qualcomm 0.32 Information Technology Semiconductors 53.55710378412171 0.20372437422957113 -3.668% -0.124% -2.735% 0.379% -CAT Caterpillar Inc. 0.32 Industrials Construction Machinery & Heavy Transportation Equipment 61.24154789803833 -0.48747881083331634 -0.920% 2.950% 7.004% -1.124% -SCHW Charles Schwab Corporation 0.3 Financials Investment Banking & Brokerage 67.33545838736339 -0.15674800226297636 1.708% 0.819% 14.433% 21.549% -ADBE Adobe Inc. 0.3 Information Technology Application Software 35.133992191880296 -5.115473131100366 -8.429% -9.475% -2.970% -14.337% -AMGN Amgen 0.29 Health Care Biotechnology 53.69410471271586 0.4897026403450191 -0.747% 5.316% -8.066% 11.921% -SPGI S&P Global 0.29 Financials Financial Exchanges & Data 44.331160390843166 -2.3840474763310224 -2.208% -3.884% 1.092% 2.550% -BLK BlackRock 0.28 Financials Asset Management & Custody Banks 53.55602434902112 -3.556307779337409 -1.387% -1.823% 2.657% -3.997% -PGR Progressive Corporation 0.28 Financials Property & Casualty Insurance 33.827069118602 -1.9216249119319917 -1.098% -8.858% -5.204% 8.344% -BSX Boston Scientific 0.28 Health Care Health Care Equipment 47.46822480618286 -0.24124375693655248 1.982% -4.853% -0.138% 15.154% -BA Boeing 0.28 Industrials Aerospace & Defense 44.21603535939873 -2.7132864929198233 -7.626% -4.811% 14.378% 14.517% -TMO Thermo Fisher Scientific 0.28 Health Care Life Sciences Tools & Services 39.60023298664245 0.23719145809196363 -5.441% -5.121% -24.310% -23.949% -NEE NextEra Energy 0.27 Utilities Multi-Utilities 51.133334753519314 0.021364256606841603 -1.959% -3.817% 0.590% 1.489% -C Citigroup 0.27 Financials Diversified Banks 62.260741900407524 -0.14980485344266548 -0.038% 3.228% 9.092% 15.018% -DE Deere & Company 0.27 Industrials Agricultural & Farm Machinery 60.950497566720124 -0.45443669284627575 0.795% -0.257% 10.054% 23.235% -HON Honeywell 0.27 Industrials Industrial Conglomerates 49.02321198718836 -1.2366219317504341 -1.749% -1.417% 5.207% -2.200% -SYK Stryker Corporation 0.27 Health Care Health Care Equipment 40.67963111780832 -1.5949302065364592 -2.052% -4.182% -0.257% 3.923% -DHR Danaher Corporation 0.26 Health Care Life Sciences Tools & Services 47.94072835425747 0.26258235956615916 -5.021% -1.684% -7.520% -14.831% -AMAT Applied Materials 0.26 Information Technology Semiconductor Materials & Equipment 59.565359360340686 0.5358278762004103 0.029% 4.290% 11.958% 4.467% -TJX TJX Companies 0.25 Consumer Discretionary Apparel Retail 35.06342472204072 -0.5969528591416001 -1.598% -9.183% 5.411% 1.072% -MU Micron Technology 0.25 Information Technology Semiconductors 82.956540030874 1.141671689471286 4.990% 24.179% 18.272% 17.247% -PFE Pfizer 0.25 Health Care Pharmaceuticals 52.12349075606375 0.04666240684015924 -2.451% 1.531% -8.820% -7.764% -GILD Gilead Sciences 0.25 Health Care Biotechnology 49.09936367730423 -0.3739953949710102 -1.189% -1.017% 2.012% 19.087% -GEV GE Vernova 0.25 Industrials Heavy Electrical Equipment 65.34259750439313 -3.4187540287850595 1.390% 8.921% 45.530% 54.576% -PANW Palo Alto Networks 0.25 Information Technology Systems Software 59.82798592487986 0.16265076736674544 2.773% 2.725% 8.570% 5.838% -UNP Union Pacific Corporation 0.24 Industrials Rail Transportation 47.789145250191226 -0.17113797809829215 -1.644% -2.768% -5.443% -1.127% -ETN Eaton Corporation 0.24 Industrials Electrical Components & Equipment 59.99539465144359 -0.41136829177210377 2.809% 2.014% 13.308% -0.078% -CMCSA Comcast 0.24 Communication Services Cable & Satellite 44.3983353579035 -0.03364094485329832 -2.615% -3.737% -6.137% -9.509% -COF Capital One 0.23 Financials Consumer Finance 55.10897957217957 -0.4351960924009286 -1.676% 0.623% 13.011% 13.030% -ADP Automatic Data Processing 0.23 Industrials Human Resource & Employment Services 36.13479928626127 -2.723487538194737 -1.793% -4.966% 3.112% 6.333% -CRWD CrowdStrike 0.23 Information Technology Systems Software 61.704609937957315 -0.34829955107669974 1.715% 9.703% 31.469% 38.943% -LRCX Lam Research 0.22 Information Technology Semiconductor Materials & Equipment 67.80149949815168 0.3160322531318309 1.418% 9.432% 18.943% 22.660% -LOW Lowe's 0.22 Consumer Discretionary Home Improvement Retail 31.347513926938277 -1.6887290268114061 -4.860% -8.830% -6.820% -15.604% -COP ConocoPhillips 0.22 Energy Oil & Gas Exploration & Production 57.84841646776767 0.988840071196001 0.482% 4.582% -8.318% -2.139% -KLAC KLA Corporation 0.22 Information Technology Semiconductor Materials & Equipment 67.07776410002899 5.459393263155846 -0.096% 10.233% 21.592% 38.111% -VRTX Vertex Pharmaceuticals 0.21 Health Care Biotechnology 48.23894325440749 1.3922472502776948 -0.893% 0.273% -12.109% 0.201% -ADI Analog Devices 0.21 Information Technology Semiconductors 60.26472996399567 -0.023680034868978517 -1.243% 2.299% 11.535% 10.531% -ANET Arista Networks 0.21 Information Technology Communications Equipment 47.401826990975394 -0.7920600814315646 -4.214% -5.676% 8.762% -16.499% -APH Amphenol 0.21 Information Technology Electronic Components 69.49394786819076 -0.44999005093178557 0.430% 8.321% 40.853% 33.338% -CB Chubb Limited 0.21 Financials Property & Casualty Insurance 40.29315779548286 -1.2096066821011506 -1.211% -3.360% -4.070% 3.896% -LMT Lockheed Martin 0.2 Industrials Aerospace & Defense 47.91112306018379 -0.9276408482030833 2.628% -1.517% 0.399% -2.969% -MDT Medtronic 0.2 Health Care Health Care Equipment 49.92366675606846 0.0789016016993489 -2.646% -0.741% -6.018% 7.122% -KKR KKR 0.2 Financials Asset Management & Custody Banks 52.485212051765636 -0.34495971268766223 -2.841% -1.386% 4.892% -14.368% -MMC Marsh McLennan 0.2 Financials Insurance Brokers 31.673897076773585 -1.6071769123450261 -1.367% -7.144% -8.163% 2.111% -BX Blackstone Inc. 0.2 Financials Asset Management & Custody Banks 46.96200021073687 -0.4442578350429352 -2.758% -4.653% -7.570% -19.924% -SBUX Starbucks 0.19 Consumer Discretionary Restaurants 58.8063822374876 0.47240277847391177 -3.260% 7.816% -7.051% 2.647% -ICE Intercontinental Exchange 0.19 Financials Financial Exchanges & Data 59.06226375672577 -0.15765281313306279 1.273% 1.968% 2.375% 20.160% -AMT American Tower 0.19 Real Estate Telecom Tower REITs 52.107203458987584 0.23109599231166414 0.522% 0.037% 0.565% 16.570% -MO Altria 0.19 Consumer Staples Tobacco 51.85075135898008 -0.09298418466087002 -0.701% -0.684% 2.410% 11.718% -WELL Welltower 0.19 Real Estate Health Care REITs 55.3493498884211 -0.11728954516490608 1.957% 1.296% 3.577% 21.968% -PLD Prologis 0.18 Real Estate Industrial REITs 41.635815376128356 -0.49978873052806644 -3.152% -3.357% -6.237% 1.126% -SO Southern Company 0.18 Utilities Electric Utilities 46.58239207854537 -0.004328582470521453 -1.027% -2.422% -1.489% 8.748% -CME CME Group 0.18 Financials Financial Exchanges & Data 47.08767605102137 -1.2717319215874907 0.909% -2.077% 2.086% 14.771% -CEG Constellation Energy 0.18 Utilities Electric Utilities 60.532691997464 -1.9154663851018334 4.874% 4.798% 39.642% 35.733% -BMY Bristol Myers Squibb 0.18 Health Care Pharmaceuticals 40.5933168641518 -0.011201876744227263 -6.619% -2.152% -22.476% -17.593% -TT Trane Technologies 0.18 Industrials Building Products 51.86315285708165 -3.4078089825479765 -0.733% -2.313% 20.190% 10.942% -WM Waste Management 0.17 Industrials Environmental & Facilities Services 46.178590513992596 -0.6862556834425144 -0.457% -0.286% 2.785% 13.528% -INTC Intel 0.17 Information Technology Semiconductors 56.04932108137024 0.10289098986458461 3.917% 1.034% -10.309% 11.347% -DASH DoorDash 0.17 Consumer Discretionary Specialized Consumer Services 63.53460945224706 -0.1250741701069824 1.276% 7.506% 14.332% 33.370% -MCK McKesson Corporation 0.17 Health Care Health Care Distributors 59.100925754270335 0.5022199176989677 1.553% 1.352% 9.387% 27.659% -HCA HCA Healthcare 0.17 Health Care Health Care Facilities 56.131540788709046 -1.8778295727878236 2.522% -2.381% 12.995% 25.977% -CTAS Cintas 0.17 Industrials Diversified Support Services 47.93627574337965 -1.1918503928343367 -0.586% -1.099% 13.350% 7.843% -DUK Duke Energy 0.17 Utilities Electric Utilities 41.25363021537048 -0.02458951694884548 -1.521% -2.327% -4.644% 8.340% -FI Fiserv 0.17 Financials Transaction & Payment Processing Services 37.61269835669743 1.0451407055949158 -3.992% -2.719% -27.246% -20.024% -NKE Nike, Inc. 0.16 Consumer Discretionary Apparel, Accessories & Luxury Goods 43.46303640086685 -0.35841171821578377 -5.704% -4.875% -17.186% -22.614% -EQIX Equinix 0.16 Real Estate Data Center REITs 52.140405119138215 -3.5123058150622484 -0.766% 1.251% 4.125% -4.267% -MDLZ Mondelez International 0.16 Consumer Staples Packaged Foods & Meats 47.9027894152866 -0.049162649057875984 -0.896% 0.729% 3.753% 10.546% -MCO Moody's Corporation 0.16 Financials Financial Exchanges & Data 44.896182830587016 -2.6184223023794315 -2.695% -3.384% 2.331% 0.089% -ELV Elevance Health 0.16 Health Care Managed Health Care 41.29024277971428 0.3670860271967813 -1.318% -8.868% -13.441% 2.635% -CVS CVS Health 0.16 Health Care Health Care Services 60.1966238671687 0.5423391397897043 1.704% 4.863% -2.622% 47.615% -UPS United Parcel Service 0.16 Industrials Air Freight & Logistics 50.16705366573362 0.20326074143981882 -1.928% 1.702% -15.191% -19.876% -PH Parker Hannifin 0.16 Industrials Industrial Machinery & Supplies & Components 47.57847069508101 -3.9579532974153633 -2.897% -4.082% 4.413% 1.319% -CI Cigna 0.16 Health Care Health Care Services 48.039933300571775 0.6824923150652329 1.354% -3.262% -2.175% 11.327% -SHW Sherwin-Williams 0.16 Materials Specialty Chemicals 31.851614103772917 -3.6663542697902827 -7.185% -7.694% -1.357% -4.930% -ABNB Airbnb 0.15 Consumer Discretionary Hotels, Resorts & Cruise Lines 48.615760877564995 -0.5710546055481842 -4.266% 0.030% 4.772% 3.630% -CDNS Cadence Design Systems 0.15 Information Technology Application Software 46.85189780227939 -0.9919378711365348 -3.372% -7.397% 14.832% -1.461% -AJG Arthur J. Gallagher & Co. 0.15 Financials Insurance Brokers 39.016060202530305 -1.9994689491625506 1.339% -6.817% -5.176% 13.875% -TDG TransDigm Group 0.15 Industrials Aerospace & Defense 45.460474434555934 -6.434178121684759 -1.059% -1.056% 3.949% 14.163% -DELL Dell Technologies 0.15 Information Technology Technology Hardware, Storage & Peripherals 62.90665088785781 -0.3692423589936764 4.782% 2.040% 17.833% 3.453% -RSG Republic Services 0.14 Industrials Environmental & Facilities Services 46.11455766301227 -0.8985504979285039 0.016% -1.550% 5.714% 22.029% -FTNT Fortinet 0.14 Information Technology Systems Software 45.88069363899555 -0.2570639733284572 -1.176% -3.789% 2.407% 7.991% -MMM 3M 0.14 Industrials Industrial Conglomerates 44.24800363093088 -0.786612407283471 -3.173% -7.551% -5.791% 13.527% -APO Apollo Global Management 0.14 Financials Asset Management & Custody Banks 48.40155143997668 0.015926016756478423 -3.579% -4.451% -8.068% -20.515% -AON Aon 0.14 Financials Insurance Brokers 41.01399538599268 -1.5481188148302327 0.386% -3.201% -10.769% -0.496% -ORLY O'Reilly Auto Parts 0.14 Consumer Discretionary Automotive Retail 41.13830562053593 -0.29427844475594434 -1.878% -4.431% -1.366% 8.135% -GD General Dynamics 0.14 Industrials Aerospace & Defense 52.7125859969266 0.15183078357070068 0.979% -1.080% 4.829% 6.200% -ECL Ecolab 0.14 Materials Specialty Chemicals 47.05581239083663 -1.2582686534670078 -2.881% -0.823% 3.286% 9.493% -SNPS Synopsys 0.14 Information Technology Application Software 45.67422467621877 -2.461996972531713 -5.414% -8.144% 5.251% -4.209% -COIN Coinbase Global 0.14 Financials Financial Exchanges & Data 68.00163322248356 0.6460704388073424 17.796% 12.973% 55.106% 5.513% -RCL Royal Caribbean Group 0.13 Consumer Discretionary Hotels, Resorts & Cruise Lines 60.53655040254832 -1.6727134657341125 -0.067% 7.456% 24.711% 16.664% -EMR Emerson Electric 0.13 Industrials Electrical Components & Equipment 69.94779496916664 0.15965528764589543 1.716% 9.043% 15.081% 5.132% -WMB Williams Companies 0.13 Energy Oil & Gas Storage & Transportation 48.374451348641074 -0.20020696481471695 -0.505% 0.596% -1.054% 13.670% -NOC Northrop Grumman 0.13 Industrials Aerospace & Defense 52.851424588973806 1.8809445087785326 1.267% 3.787% 1.108% 5.771% -CL Colgate-Palmolive 0.13 Consumer Staples Household Products 37.917977669899784 -0.3047811513843828 -4.256% -4.131% -2.315% -4.916% -MAR Marriott International 0.13 Consumer Discretionary Hotels, Resorts & Cruise Lines 47.25085506354632 -1.7118648076909908 -3.206% -3.669% 5.183% -7.247% -ITW Illinois Tool Works 0.13 Industrials Industrial Machinery & Supplies & Components 44.356274250058 -0.7311445135986855 -2.153% -3.453% -4.756% -7.625% -ZTS Zoetis 0.13 Health Care Pharmaceuticals 36.849742927404115 -1.487804685785096 -6.776% -5.249% -4.964% -7.155% -CMG Chipotle Mexican Grill 0.13 Consumer Discretionary Restaurants 53.358030433822556 0.03830781670205258 0.077% 0.699% 5.776% -15.504% -PNC PNC Financial Services 0.13 Financials Diversified Banks 52.47974742781247 -0.6541078635066824 -1.390% -1.245% 1.073% -8.695% -HWM Howmet Aerospace 0.13 Industrials Aerospace & Defense 60.372295428241564 -1.3372952649986916 -0.299% 3.107% 29.285% 58.074% -PYPL PayPal 0.13 Financials Transaction & Payment Processing Services 40.86036400873476 -0.5662655897087079 -8.095% -5.564% -1.579% -19.754% -JCI Johnson Controls 0.13 Industrials Building Products 66.45544758245236 -0.4926395953983631 0.281% 5.970% 24.450% 31.286% -MSI Motorola Solutions 0.13 Information Technology Communications Equipment 37.487298824896314 -1.1607201652816848 -1.059% -4.301% -4.154% -12.523% -EOG EOG Resources 0.13 Energy Oil & Gas Exploration & Production 66.5595465500246 1.3688509297420561 3.219% 9.948% -0.418% 3.469% -USB U.S. Bancorp 0.13 Financials Diversified Banks 49.202686730477275 -0.252299749949427 -2.104% -2.567% 1.549% -9.116% -BK BNY Mellon 0.12 Financials Asset Management & Custody Banks 64.42057540823569 -0.1415632418230115 2.278% 1.665% 9.139% 20.812% -NEM Newmont 0.12 Materials Gold 65.82016908438595 0.485133930330525 9.285% 11.396% 21.985% 54.782% -WDAY Workday, Inc. 0.12 Information Technology Application Software 35.62595409701777 -1.6438826838911875 -5.761% -13.497% -5.426% -11.918% -ADSK Autodesk 0.12 Information Technology Application Software 52.62478767408475 -1.1708197969920606 -0.532% -0.220% 10.220% 0.806% -APD Air Products 0.12 Materials Industrial Gases 47.01859224740225 -0.3375772563291999 -2.420% -0.105% -5.988% -6.749% -MNST Monster Beverage 0.11 Consumer Staples Soft Drinks & Non-alcoholic Beverages 54.077254737822486 -0.20217644734423934 0.959% 0.318% 11.113% 22.604% -VST Vistra Corp. 0.11 Utilities Electric Utilities 69.63516417378104 -0.02036722175555994 8.598% 15.347% 37.324% 36.301% -KMI Kinder Morgan 0.11 Energy Oil & Gas Storage & Transportation 48.22642758041883 -0.08643583825887986 0.182% -1.465% -1.746% 6.736% -CSX CSX Corporation 0.11 Industrials Rail Transportation 60.15636125159455 -0.06051332863216352 -0.248% 3.234% 7.538% 0.499% -AXON Axon Enterprise 0.11 Industrials Aerospace & Defense 61.57206784525028 -5.400739556079529 -0.973% 3.775% 38.033% 26.367% -AZO AutoZone 0.11 Consumer Discretionary Automotive Retail 38.25952420774684 -17.612062293990057 -1.502% -7.127% 0.847% 11.274% -CARR Carrier Global 0.11 Industrials Building Products 45.75048794785621 -0.4496732580841277 -3.615% -6.791% 5.163% 4.222% -TRV Travelers Companies (The) 0.11 Financials Property & Casualty Insurance 45.70651870454434 -1.237268517866307 1.389% -3.219% 2.065% 12.231% -ROP Roper Technologies 0.11 Information Technology Electronic Equipment & Instruments 39.52020003277921 -1.5588776876306254 -2.425% -3.884% -3.423% 5.511% -DLR Digital Realty 0.11 Real Estate Data Center REITs 65.46590588930854 -0.45005348900217923 0.432% 3.803% 16.637% -0.203% -FCX Freeport-McMoRan 0.11 Materials Copper 57.40341515312439 -0.06403714876888489 0.415% 7.240% 1.179% 6.381% -HLT Hilton Worldwide 0.11 Consumer Discretionary Hotels, Resorts & Cruise Lines 51.010320394912895 -1.2807265302149684 -2.359% -2.309% 6.748% 2.074% -COR Cencora 0.11 Health Care Health Care Distributors 60.48145675512688 0.4410322117765557 3.527% 1.304% 10.794% 30.733% -NSC Norfolk Southern Railway 0.11 Industrials Rail Transportation 63.58973821568268 -0.32534019626865796 0.637% 3.626% 8.303% 6.362% -REGN Regeneron Pharmaceuticals 0.1 Health Care Biotechnology 42.148758240418246 1.5431478043558826 -0.968% -16.463% -22.493% -28.132% -AFL Aflac 0.1 Financials Life & Health Insurance 46.08843359515479 0.08711041669075692 1.263% -2.831% -5.584% 2.252% -PAYX Paychex 0.1 Industrials Human Resource & Employment Services 36.76971351336834 -1.097374999619308 -2.415% -4.662% 3.505% 10.643% -AEP American Electric Power 0.1 Utilities Electric Utilities 41.46482781047683 0.03705794111352256 -0.726% -2.439% -4.717% 11.319% -PWR Quanta Services 0.1 Industrials Construction & Engineering 65.36407587351033 -1.3276459305829782 1.307% 4.485% 32.951% 12.417% -NXPI NXP Semiconductors 0.1 Information Technology Semiconductors 55.309140713064856 0.22517234946004905 -2.741% 0.652% 4.348% 0.552% -FDX FedEx 0.1 Industrials Air Freight & Logistics 51.88837701660856 0.3609357834509803 -0.312% 0.977% -9.305% -18.253% -MET MetLife 0.1 Financials Life & Health Insurance 50.3611640586377 -0.18213536707137112 -0.456% -2.216% -5.041% -0.305% -CHTR Charter Communications 0.1 Communication Services Cable & Satellite 40.30041010626457 -3.8396881437090444 -5.593% -10.876% 4.096% 5.351% -TFC Truist Financial 0.1 Financials Diversified Banks 50.928664799116596 -0.09884820715980508 -1.118% -2.139% -3.678% -7.655% -O Realty Income 0.1 Real Estate Retail REITs 59.12027910284418 0.14728647195005606 -0.312% 2.456% 1.984% 9.032% -MPC Marathon Petroleum 0.1 Energy Oil & Gas Refining & Marketing 64.01556287046532 0.12506273630083342 1.676% 3.646% 10.181% 23.960% -ALL Allstate 0.1 Financials Property & Casualty Insurance 39.75328290128113 -1.2718480327139121 -0.260% -5.982% -6.904% 3.392% -SPG Simon Property Group 0.1 Real Estate Retail REITs 42.51898646344593 -0.5879229460970465 -1.628% -3.584% -4.469% -8.402% -PSA Public Storage 0.1 Real Estate Self-Storage REITs 37.081177599815334 -1.6028066362749223 -3.115% -5.526% -1.912% -3.025% -CTVA Corteva 0.09 Materials Fertilizers & Agricultural Chemicals 79.61811393517031 0.027141579863829923 2.844% 7.141% 19.877% 31.395% -PSX Phillips 66 0.09 Energy Oil & Gas Refining & Marketing 66.8180078276867 0.8566678132452861 3.200% 3.242% -3.105% 11.586% -OKE ONEOK 0.09 Energy Oil & Gas Storage & Transportation 44.370336986309724 0.15098540644315706 -2.087% -3.034% -19.354% -16.868% -GWW W. W. Grainger 0.09 Industrials Industrial Machinery & Supplies & Components 41.14591620193375 -6.944958699059337 -3.334% -4.476% 7.088% -4.459% -NDAQ Nasdaq, Inc. 0.09 Financials Financial Exchanges & Data 67.01716385893114 -0.09337031030631793 -0.484% 5.548% 12.300% 11.488% -TEL TE Connectivity 0.09 Information Technology Electronic Manufacturing Services 58.1864311683637 -0.6246804665611858 -1.189% 0.546% 11.963% 13.123% -AIG American International Group 0.09 Financials Multi-line Insurance 50.249458929214924 -0.15188036575560826 -0.178% 0.202% 0.645% 20.357% -AMP Ameriprise Financial 0.09 Financials Asset Management & Custody Banks 49.34458832925633 -1.973837624124382 -1.788% -2.401% 2.707% -3.340% -SLB Schlumberger 0.09 Energy Oil & Gas Equipment & Services 57.70825973153437 0.29868664602976724 0.448% 3.703% -13.154% -3.965% -BDX Becton Dickinson 0.09 Health Care Health Care Equipment 37.009770629762 0.6316849002638971 -2.391% -4.573% -27.285% -24.767% -SRE Sempra 0.09 Utilities Multi-Utilities 43.92130699526054 -0.47616599901269485 -2.093% -4.909% 6.271% -12.575% -PCAR Paccar 0.09 Industrials Construction Machinery & Heavy Transportation Equipment 41.136284418901354 -0.35346311342940684 -3.366% -5.990% -7.730% -15.829% -FAST Fastenal 0.09 Industrials Trading Companies & Distributors 50.93419910325362 -0.07295051624129939 -2.720% 1.294% 9.893% 11.159% -LHX L3Harris 0.09 Industrials Aerospace & Defense 61.56246491275008 -0.26614648853703127 0.876% 7.803% 18.553% 16.592% -CPRT Copart 0.09 Industrials Diversified Support Services 18.32498605092188 -0.1529188722448671 -5.188% -22.298% -11.086% -18.806% -GM General Motors 0.09 Consumer Discretionary Automobile Manufacturers 48.32296835026433 -0.09402910662717423 -3.569% -4.222% -2.731% -3.801% -D Dominion Energy 0.09 Utilities Multi-Utilities 40.6862522113578 -0.30892427324438265 -2.501% -6.586% -1.455% 2.945% -URI United Rentals 0.09 Industrials Trading Companies & Distributors 51.56621249388098 -4.202556620606188 -2.956% -2.348% 10.779% -3.519% -KDP Keurig Dr Pepper 0.08 Consumer Staples Soft Drinks & Non-alcoholic Beverages 49.57725458061292 0.060595431589581195 1.065% -1.949% -0.658% 2.090% -OXY Occidental Petroleum 0.08 Energy Oil & Gas Exploration & Production 60.92050026723237 0.35934126625623 1.137% 8.234% -5.442% -1.456% -HES Hess Corporation 0.08 Energy Integrated Oil & Gas 66.67305382794133 1.0728380323541304 2.191% 8.792% -8.712% 10.755% -VLO Valero Energy 0.08 Energy Oil & Gas Refining & Marketing 65.60046222020947 0.8597870187256422 3.998% 5.453% 3.404% 14.523% -FANG Diamondback Energy 0.08 Energy Oil & Gas Exploration & Production 57.348373021668934 1.1762630056743957 -0.094% 7.539% -6.121% -4.677% -TTWO Take-Two Interactive 0.08 Communication Services Interactive Home Entertainment 61.7317039596356 0.4278959624875678 1.602% 0.421% 13.772% 31.116% -CMI Cummins 0.08 Industrials Construction Machinery & Heavy Transportation Equipment 44.90950835744669 -1.7852365179759753 -2.655% -4.995% -3.199% -10.180% -KR Kroger 0.08 Consumer Staples Food Retail 39.99556797659385 -0.011868965914509144 1.393% -5.727% 1.236% 7.604% -TGT Target Corporation 0.08 Consumer Staples Consumer Staples Merchandise Retail 47.16588732417987 0.0033074066860107887 -3.048% -3.057% -8.714% -27.223% -GLW Corning Inc. 0.08 Information Technology Electronic Components 60.085270357406465 -0.18542485494854688 0.079% 5.231% 3.739% 8.557% -EW Edwards Lifesciences 0.08 Health Care Health Care Equipment 40.548602380359156 -0.5318314743786826 -1.974% -4.947% 4.271% 1.607% -CCI Crown Castle 0.08 Real Estate Telecom Tower REITs 46.301531643135185 -0.02686996398553254 -0.050% -3.440% -4.981% 6.975% -FICO Fair Isaac 0.08 Information Technology Application Software 44.31913746377537 9.851901103853095 -2.291% -12.993% -4.846% -14.015% -VRSK Verisk Analytics 0.08 Industrials Research & Consulting Services 43.19191807147361 -1.8995106377530742 -1.676% -2.181% 6.462% 11.145% -FIS Fidelity National Information Services 0.08 Financials Transaction & Payment Processing Services 54.00957371042882 -0.15230636574014333 -0.765% -0.199% 8.104% 0.124% -EXC Exelon 0.08 Utilities Electric Utilities 39.535136232704865 0.0029588404725472417 -1.189% -4.270% -4.979% 15.892% -KMB Kimberly-Clark 0.08 Consumer Staples Household Products 29.74415998005918 -1.1522388271825599 -3.681% -9.652% -7.995% -1.849% -MSCI MSCI 0.08 Financials Financial Exchanges & Data 39.291238556783966 -2.6635586810318395 -1.930% -4.813% -3.935% -9.062% -ROST Ross Stores 0.08 Consumer Discretionary Apparel Retail 28.742824546372688 -1.7243177964606626 -6.115% -16.980% 2.769% -13.829% -IDXX Idexx Laboratories 0.08 Health Care Health Care Equipment 57.69210349390401 -2.855758192192255 -0.826% 0.520% 23.591% 26.558% -F Ford Motor Company 0.08 Consumer Discretionary Automobile Manufacturers 51.92820689253038 0.0014145015959978052 -2.158% -2.705% 4.196% 7.637% -KVUE Kenvue 0.08 Consumer Staples Personal Care Products 36.702344731996696 -0.09880413988477754 -2.243% -11.479% -8.679% -0.697% -AME Ametek 0.08 Industrials Electrical Components & Equipment 51.56759368228106 -0.5704764828072204 -1.736% -1.681% 1.040% -1.660% -PEG Public Service Enterprise Group 0.08 Utilities Electric Utilities 58.37117176013641 0.2005133838863553 1.596% 3.440% -1.441% -1.061% -CBRE CBRE Group 0.07 Real Estate Real Estate Services 60.85524469583184 0.5758842583113952 -0.269% 4.013% 2.567% 3.529% -CAH Cardinal Health 0.07 Health Care Health Care Distributors 78.4297561845031 0.6759959177511794 7.731% 6.868% 24.286% 42.697% -CTSH Cognizant 0.07 Information Technology IT Consulting & Other Services 48.01996042202476 -0.30950716152816515 -1.872% -2.284% 2.500% 1.124% -BKR Baker Hughes 0.07 Energy Oil & Gas Equipment & Services 57.41080775889479 0.20622868950171702 -0.128% 4.392% -12.777% -2.647% -YUM Yum! Brands 0.07 Consumer Discretionary Restaurants 30.852683608719843 -0.39496962046319517 -3.521% -7.160% -12.369% 5.249% -GRMN Garmin 0.07 Consumer Discretionary Consumer Electronics 43.180988698188656 -1.1197173912325882 -5.179% -2.680% -4.988% -3.845% -EA Electronic Arts 0.07 Communication Services Interactive Home Entertainment 56.86796053101009 0.354676973602412 2.248% -0.606% 5.410% 0.720% -XEL Xcel Energy 0.07 Utilities Multi-Utilities 37.29537388277534 -0.3211071384520634 -2.886% -8.352% -5.436% -0.181% -OTIS Otis Worldwide 0.07 Industrials Industrial Machinery & Supplies & Components 47.724637759463114 0.0705346786828307 0.283% -2.586% -6.114% 1.939% -DHI D. R. Horton 0.07 Consumer Discretionary Homebuilding 47.95358374138738 0.09970173634055374 -2.828% -1.141% -7.512% -14.453% -PRU Prudential Financial 0.07 Financials Life & Health Insurance 49.318171779974115 -0.08327848246056566 -0.478% -1.662% -6.021% -9.146% -RMD ResMed 0.07 Health Care Health Care Equipment 58.26017225835376 -0.5162599244295207 -0.191% 1.104% 13.464% 8.979% -MCHP Microchip Technology 0.07 Information Technology Semiconductors 66.00264114841386 -0.09457376506674153 -2.270% 11.875% 33.373% 21.161% -TRGP Targa Resources 0.07 Energy Oil & Gas Storage & Transportation 53.613304557354645 1.2013365617029195 -0.271% 4.564% -15.136% -1.524% -ROK Rockwell Automation 0.07 Industrials Electrical Components & Equipment 65.02438552450744 -2.029560825356265 -0.997% 4.450% 24.685% 11.857% -ED Consolidated Edison 0.07 Utilities Multi-Utilities 38.86121941990568 0.027504037161477868 -1.775% -4.711% -7.144% 13.345% -ETR Entergy 0.07 Utilities Electric Utilities 42.10445758298787 -0.13860118653036635 -1.497% -4.044% -4.395% 10.562% -SYY Sysco 0.07 Consumer Staples Food Distributors 53.03935702904135 -0.010231196737015003 -1.030% 0.339% 3.905% -4.035% -EBAY eBay 0.07 Consumer Discretionary Broadline Retail 67.15022951036991 -0.16026925169573003 -0.449% 6.805% 16.868% 20.933% -HIG Hartford (The) 0.07 Financials Property & Casualty Insurance 43.95919696663003 -0.6576697684811473 0.426% -4.809% 4.370% 16.664% -EQT EQT Corporation 0.07 Energy Oil & Gas Exploration & Production 66.8504660867469 0.26670845786562325 10.006% 5.753% 10.497% 39.563% -BRO Brown & Brown 0.07 Financials Insurance Brokers 44.951959180248714 -0.06549421210496087 3.647% -3.699% -9.608% 7.292% -WAB Wabtec 0.06 Industrials Construction Machinery & Heavy Transportation Equipment 51.17812843692299 -1.0687368911930801 -1.607% -1.924% 8.306% 5.539% -HSY Hershey Company (The) 0.06 Consumer Staples Packaged Foods & Meats 58.44572452852462 1.002102016098369 0.994% 9.004% 3.192% -1.589% -VMC Vulcan Materials Company 0.06 Materials Construction Materials 42.43960080902688 -1.4151819179628968 -1.141% -5.557% 8.135% -2.548% -LYV Live Nation Entertainment 0.06 Communication Services Movies & Entertainment 62.736156419857174 0.1806438214817434 3.252% 1.347% 21.385% 11.818% -VICI Vici Properties 0.06 Real Estate Hotel & Resort REITs 57.0540497679128 0.06198908517999402 -0.462% 1.284% 1.000% 11.830% -ACGL Arch Capital Group 0.06 Financials Property & Casualty Insurance 42.791019311479786 -0.4459781611106836 1.018% -4.130% -2.326% 1.792% -CSGP CoStar Group 0.06 Real Estate Real Estate Services 55.03572557120676 0.3972939081319884 -2.714% 4.190% 0.696% 12.435% -MPWR Monolithic Power Systems 0.06 Information Technology Semiconductors 52.9040995808075 -3.677957490938706 -3.828% -0.990% 13.829% 15.913% -ODFL Old Dominion 0.06 Industrials Cargo Ground Transportation 41.688811243069075 -0.8240575170634596 -3.751% -8.001% -3.165% -18.637% -WEC WEC Energy Group 0.06 Utilities Electric Utilities 40.98829833776421 -0.19611023439237785 -1.658% -3.477% -3.692% 11.717% -A Agilent Technologies 0.06 Health Care Life Sciences Tools & Services 52.5025908765925 0.028219580165079527 -3.508% 1.798% -3.957% -13.149% -IR Ingersoll Rand 0.06 Industrials Industrial Machinery & Supplies & Components 47.8603562110784 -0.4115591214566917 -2.897% -2.569% -1.078% -13.007% -GEHC GE HealthCare 0.06 Health Care Health Care Equipment 51.39208744396991 -0.02504736407639291 -2.057% 0.056% -12.126% -6.745% -MLM Martin Marietta Materials 0.06 Materials Construction Materials 45.709492853949506 -3.0584102272291034 -1.293% -4.405% 11.371% 0.588% -CCL Carnival 0.06 Consumer Discretionary Hotels, Resorts & Cruise Lines 55.48128643273877 -0.1883240389682117 -1.089% 3.100% 11.368% -4.875% -DXCM Dexcom 0.06 Health Care Health Care Equipment 43.15349374662864 -0.933899688226316 -2.386% -7.248% 7.855% 7.640% -EFX Equifax 0.06 Industrials Research & Consulting Services 39.497665900701314 -1.9246464559165024 -6.670% -8.530% 4.083% -1.339% -EXR Extra Space Storage 0.06 Real Estate Self-Storage REITs 43.32120810223425 -0.553273903882176 -2.542% -3.689% 0.398% -0.819% -DAL Delta Air Lines 0.06 Industrials Passenger Airlines 46.93705249415396 -0.40899893933183884 -3.274% -4.842% 1.299% -19.226% -IT Gartner 0.06 Information Technology IT Consulting & Other Services 29.272707988821253 -3.3039855096677506 -3.417% -10.835% -4.633% -17.104% -XYL Xylem Inc. 0.06 Industrials Industrial Machinery & Supplies & Components 49.34990025042424 -0.47813201724783805 -1.488% -1.480% 4.414% 7.022% -KHC Kraft Heinz 0.06 Consumer Staples Packaged Foods & Meats 30.55636278104312 -0.02083326506781691 -2.801% -7.957% -13.564% -15.248% -IRM Iron Mountain 0.06 Real Estate Other Specialized REITs 66.35013638553139 -0.10158714706206684 1.654% 2.099% 16.081% -0.543% -NRG NRG Energy 0.06 Utilities Independent Power Producers & Energy Traders 58.06974864004978 -2.145699106371315 2.395% -4.409% 53.191% 71.873% -RJF Raymond James Financial 0.06 Financials Investment Banking & Brokerage 54.54507878949932 -0.09570365431494954 0.413% -2.804% 4.664% -2.677% -PCG PG&E Corporation 0.06 Utilities Multi-Utilities 28.866537000273595 -0.22448335839673028 -2.224% -20.688% -18.198% -26.719% -ANSS Ansys 0.06 Information Technology Application Software 49.22649835214929 -1.0408504581725126 -2.972% -2.824% 3.573% 0.758% -WTW Willis Towers Watson 0.05 Financials Insurance Brokers 38.493152001205885 -0.9801499484757077 0.520% -4.873% -11.064% -3.268% -AVB AvalonBay Communities 0.05 Real Estate Multi-Family Residential REITs 51.56067368245672 0.254494670552124 -0.010% -0.992% -2.355% -6.055% -LVS Las Vegas Sands 0.05 Consumer Discretionary Casinos & Gaming 54.063373725646365 -0.07535219074556931 -0.143% 2.052% -2.565% -18.111% -HUM Humana 0.05 Health Care Managed Health Care 55.41696887866139 2.3748960313025504 5.031% -4.665% -8.781% 1.480% -NUE Nucor 0.05 Materials Steel 62.279940360256006 0.7431563684414222 7.726% 9.722% -2.564% 6.968% -MTB M&T Bank 0.05 Financials Regional Banks 51.76736583706291 -0.7179013184678302 -1.534% -2.175% 2.708% -2.391% -GIS General Mills 0.05 Consumer Staples Packaged Foods & Meats 36.90488348909404 -0.04815477250925215 -2.342% -3.340% -9.175% -17.133% -STZ Constellation Brands 0.05 Consumer Staples Distillers & Vintners 23.92860265576634 -1.4590856052244892 -5.348% -15.509% -10.555% -29.920% -EXE Expand Energy 0.05 Energy Oil & Gas Exploration & Production 64.89192179714254 0.15592091812887077 7.609% 5.090% 10.545% 27.799% -VTR Ventas 0.05 Real Estate Health Care REITs 39.15585006346077 0.018012615733334125 -1.120% -3.494% -7.399% 6.814% -STT State Street Corporation 0.05 Financials Asset Management & Custody Banks 61.34455410631488 -0.2676266299010064 2.055% 1.596% 9.700% 4.813% -DD DuPont 0.05 Materials Specialty Chemicals 46.40437040068451 -0.1885054850931549 -3.660% -3.017% -13.090% -13.862% -BR Broadridge Financial Solutions 0.05 Industrials Data Processing & Outsourced Services 44.608220452407814 -0.8115750920128475 -1.406% -2.015% 1.702% 6.589% -STX Seagate Technology 0.05 Information Technology Technology Hardware, Storage & Peripherals 77.57753648591118 -0.4247781174563894 3.803% 22.745% 48.563% 43.341% -LULU Lululemon Athletica 0.05 Consumer Discretionary Apparel, Accessories & Luxury Goods 25.249273746658687 -8.881588024364653 -9.367% -30.113% -29.527% -38.547% -KEYS Keysight Technologies 0.05 Information Technology Electronic Equipment & Instruments 52.35464347766624 -0.619013802295501 -1.452% -1.634% 3.230% -0.044% -WRB W. R. Berkley Corporation 0.05 Financials Property & Casualty Insurance 49.55788519685687 -0.2558872168126105 0.539% -1.047% 14.452% 25.765% -LEN Lennar 0.05 Consumer Discretionary Homebuilding 39.90059527154495 -0.4304096100630785 -7.256% -5.510% -13.875% -26.799% -K Kellanova 0.05 Consumer Staples Packaged Foods & Meats 22.887050325854887 -0.28129473309631053 -3.272% -4.327% -4.118% -1.804% -AWK American Water Works 0.05 Utilities Water Utilities 48.113566302208326 0.11858397823842215 0.348% -1.891% -0.501% 13.397% -TSCO Tractor Supply 0.05 Consumer Discretionary Other Specialty Retail 56.526985123144144 0.23314259830680586 1.403% 0.833% 0.367% -1.901% -CNC Centene Corporation 0.05 Health Care Managed Health Care 40.31484841125297 0.07009363386844303 -0.217% -10.991% -7.497% -7.295% -DTE DTE Energy 0.05 Utilities Multi-Utilities 39.78807192027784 -0.35350974849171785 -2.349% -4.762% -3.753% 12.142% -ROL Rollins, Inc. 0.05 Industrials Environmental & Facilities Services 42.986452970136966 -0.23824579714833877 -1.597% -2.146% 8.514% 18.864% -IQV IQVIA 0.05 Health Care Life Sciences Tools & Services 54.912657115738895 1.283125265494117 -2.657% 6.664% -16.091% -19.040% -EL Estée Lauder Companies (The) 0.05 Consumer Staples Personal Care Products 67.68733645832585 0.4892036793896106 6.957% 13.075% 9.850% -0.320% -WBD Warner Bros. Discovery 0.05 Communication Services Broadcasting 62.3873525611465 0.0611836087197859 0.571% 14.518% -0.751% -0.564% -VRSN Verisign 0.05 Information Technology Internet Services & Infrastructure 55.655027796384275 -0.0493274381554496 0.475% 0.114% 16.033% 46.866% -SMCI Supermicro 0.05 Information Technology Technology Hardware, Storage & Peripherals 58.928877680283954 -0.07349594125783065 2.916% 3.975% 13.734% 37.977% -ADM Archer Daniels Midland 0.05 Consumer Staples Agricultural Products & Services 75.39059530207814 0.7019490038589341 10.931% 7.636% 16.058% 8.305% -EQR Equity Residential 0.05 Real Estate Multi-Family Residential REITs 47.37477367999694 -0.05071050949312181 -0.577% -3.150% -1.853% -1.881% -DRI Darden Restaurants 0.05 Consumer Discretionary Restaurants 65.88779263846445 0.40530693879352064 2.334% 7.588% 11.929% 39.332% -FITB Fifth Third Bancorp 0.05 Financials Regional Banks 53.36963176953314 -0.10218984157749461 -0.920% -0.742% -1.648% -8.946% -AEE Ameren 0.05 Utilities Multi-Utilities 39.78123986756956 -0.15286290770509242 -1.492% -4.220% -5.552% 8.616% -GDDY GoDaddy 0.05 Information Technology Internet Services & Infrastructure 41.38535694857008 -0.5418809475406097 -0.277% -6.234% -2.363% -11.847% -TPL Texas Pacific Land Corporation 0.05 Energy Oil & Gas Exploration & Production 31.574436522623785 -1.1918566006416569 -1.843% -21.228% -21.272% -3.115% -PPL PPL Corporation 0.05 Utilities Electric Utilities 39.98966765661213 -0.039375763107353356 -0.562% -3.726% -3.974% 6.331% -DG Dollar General 0.05 Consumer Staples Consumer Staples Merchandise Retail 67.065215666597 0.013361932958511957 0.772% 9.892% 37.517% 47.893% -TYL Tyler Technologies 0.05 Information Technology Application Software 46.58777418185043 -0.719460867449869 -2.632% -0.968% -0.053% -3.808% -UAL United Airlines Holdings 0.05 Industrials Passenger Airlines 44.545586027192236 -1.0281558544892726 -5.507% -2.660% 0.351% -18.771% -PPG PPG Industries 0.05 Materials Specialty Chemicals 45.008012312564716 -0.7085827404493987 -4.221% -4.877% -2.714% -10.730% -IP International Paper 0.05 Materials Paper & Plastic Packaging Products & Materials 42.64321293362784 -0.17850978305995985 -2.039% -7.778% -11.800% -14.019% -SBAC SBA Communications 0.05 Real Estate Telecom Tower REITs 48.843920945519976 -0.05537660750337969 1.588% -2.336% 3.326% 13.558% -ATO Atmos Energy 0.04 Utilities Gas Utilities 43.34271756295435 -0.08192186040717708 -0.052% -4.217% 1.041% 11.715% -DOV Dover Corporation 0.04 Industrials Industrial Machinery & Supplies & Components 45.38310695998593 -0.6145767221619445 -1.920% -4.651% -3.089% -6.943% -VLTO Veralto 0.04 Industrials Environmental & Facilities Services 42.36335658488137 -0.5693324839941428 -1.202% -4.891% -1.131% -4.149% -MTD Mettler Toledo 0.04 Health Care Life Sciences Tools & Services 48.03117725598711 -5.265700143150767 -3.982% -3.417% -4.574% -5.679% -FTV Fortive 0.04 Industrials Industrial Machinery & Supplies & Components 45.39760383188335 -0.3134976031325288 -2.062% -2.946% -6.469% -5.200% -CHD Church & Dwight 0.04 Consumer Staples Household Products 40.441504510606464 -0.20068312210686243 -3.239% -0.991% -11.270% -9.418% -CBOE Cboe Global Markets 0.04 Financials Financial Exchanges & Data 55.30430345186262 -0.06635522025039609 2.113% 0.681% 3.728% 13.760% -HPE Hewlett Packard Enterprise 0.04 Information Technology Technology Hardware, Storage & Peripherals 52.311466472577735 -0.06635107031723686 -2.415% 0.339% 9.550% -13.647% -SYF Synchrony Financial 0.04 Financials Consumer Finance 59.95244120631954 -0.015123702552382046 -0.550% 2.691% 14.071% -3.365% -STE Steris 0.04 Health Care Health Care Equipment 43.577026662485444 -1.482558716515609 -1.873% -5.685% 4.772% 14.115% -CNP CenterPoint Energy 0.04 Utilities Multi-Utilities 32.25265381816946 -0.14113991667063197 -1.304% -5.072% -1.112% 13.104% -ES Eversource Energy 0.04 Utilities Electric Utilities 42.28988500127033 -0.4456096525114507 -4.805% -4.805% 1.299% 11.111% -TDY Teledyne Technologies 0.04 Information Technology Electronic Equipment & Instruments 46.728345161484455 -1.9800844497507395 -1.867% -1.312% -2.073% 6.653% -HBAN Huntington Bancshares 0.04 Financials Regional Banks 51.645233074283446 -0.08036893702780262 -2.237% -1.317% 5.217% -1.131% -CINF Cincinnati Financial 0.04 Financials Property & Casualty Insurance 46.19824167169692 -0.8126111927037436 -0.878% -2.977% -0.356% 1.888% -FE FirstEnergy 0.04 Utilities Electric Utilities 35.89178779760786 -0.13437736252100246 -1.169% -6.997% -0.176% 1.533% -CPAY Corpay 0.04 Financials Transaction & Payment Processing Services 39.755263471220864 -1.937858979939493 -9.839% -7.749% -10.884% -7.297% -HPQ HP Inc. 0.04 Information Technology Technology Hardware, Storage & Peripherals 37.883440687979 -0.15775594085472777 -2.579% -16.563% -15.188% -25.577% -CDW CDW 0.04 Information Technology Technology Distributors 41.040215577091 -1.610593898837235 -3.272% -9.623% 1.136% -0.869% -SW Smurfit WestRock 0.04 Materials Paper & Plastic Packaging Products & Materials 44.402070363448445 -0.1357359537123889 -2.305% -7.727% -7.263% -18.071% -DVN Devon Energy 0.04 Energy Oil & Gas Exploration & Production 58.0647280136702 0.2743732012754719 -1.247% 5.813% -5.785% 9.453% -ON ON Semiconductor 0.04 Information Technology Semiconductors 61.84112428474081 0.27475976313834094 0.927% 18.075% 20.972% -19.513% -JBL Jabil 0.04 Information Technology Electronic Manufacturing Services 86.90578612552608 1.9899534473921223 14.700% 22.178% 42.293% 42.432% -NTRS Northern Trust 0.04 Financials Asset Management & Custody Banks 63.20749140532645 -0.09531682029703781 2.342% 3.410% 12.248% 10.825% -LH LabCorp 0.04 Health Care Health Care Services 63.630278230512445 0.44254645884746147 0.554% 4.222% 10.862% 15.501% -ULTA Ulta Beauty 0.04 Consumer Discretionary Other Specialty Retail 68.98897103102793 -0.7935939648213797 3.609% 14.252% 38.889% 13.649% -HUBB Hubbell Incorporated 0.04 Industrials Industrial Machinery & Supplies & Components 60.18547038527863 -0.9637315063588385 2.504% 2.480% 17.557% -6.274% -PODD Insulet Corporation 0.04 Health Care Health Care Equipment 46.36306164724552 -3.550538439226246 -0.149% -7.842% 13.716% 17.684% -AMCR Amcor 0.04 Materials Paper & Plastic Packaging Products & Materials 45.05459863207192 0.005578456032740348 -1.201% -2.688% -6.893% -4.131% -EXPE Expedia Group 0.04 Consumer Discretionary Hotels, Resorts & Cruise Lines 42.977153281158614 -1.2591814212799368 -6.266% -0.037% -6.141% -7.814% -WDC Western Digital 0.04 Information Technology Technology Hardware, Storage & Peripherals 80.10565025131697 0.0875906798384758 6.323% 16.907% 32.981% 23.243% -NTAP NetApp 0.04 Information Technology Technology Hardware, Storage & Peripherals 56.672258308480465 -0.3694293038957497 0.117% 1.672% 11.564% -13.174% -INVH Invitation Homes 0.04 Real Estate Single-Family Residential REITs 52.39913621423001 0.04528876145171622 1.291% -1.661% -0.852% 6.770% -CMS CMS Energy 0.04 Utilities Multi-Utilities 40.4576684301703 -0.011840339588605753 -1.729% -4.432% -6.649% 4.465% -NVR NVR, Inc. 0.04 Consumer Discretionary Homebuilding 42.6506349644023 -17.451226511366166 -4.343% -3.151% -4.230% -15.060% -DLTR Dollar Tree 0.04 Consumer Staples Consumer Staples Merchandise Retail 61.21587547383724 0.11215862963534962 3.524% 7.625% 50.999% 40.797% -DOW Dow Inc. 0.04 Materials Commodity Chemicals 44.203259832838015 0.11059014205110991 -7.106% -4.330% -22.152% -29.016% -TROW T. Rowe Price 0.04 Financials Asset Management & Custody Banks 45.593804381069226 -0.4035860856273459 -3.113% -5.098% -0.967% -18.337% -CTRA Coterra 0.04 Energy Oil & Gas Exploration & Production 63.51358005722457 0.19702457535150714 3.763% 7.516% -7.790% 12.679% -WAT Waters Corporation 0.04 Health Care Life Sciences Tools & Services 44.005159592902764 -1.2619294973942035 -1.933% -6.280% -6.569% -5.846% -DGX Quest Diagnostics 0.04 Health Care Health Care Services 59.695168609216346 0.558837309867743 1.582% 0.864% 8.002% 18.863% -PTC PTC Inc. 0.04 Information Technology Application Software 47.71708093114579 -0.7186672570561599 -2.591% -3.850% 4.171% -11.788% -PHM PulteGroup 0.04 Consumer Discretionary Homebuilding 45.49635211931763 -0.12381797092438995 -4.138% -2.142% -5.886% -10.917% -WSM Williams-Sonoma 0.04 Consumer Discretionary Homefurnishing Retail 51.22603638479788 -0.26959903785368433 3.124% -7.002% -2.758% -13.774% -RF Regions Financial Corporation 0.04 Financials Regional Banks 54.45523347709911 -0.030489822764086683 -1.480% -1.303% 1.292% -5.711% -MKC McCormick & Company 0.04 Consumer Staples Packaged Foods & Meats 44.67100027656687 0.05880525861126107 -3.213% -1.361% -9.294% -7.541% -STLD Steel Dynamics 0.04 Materials Steel 48.04465881265332 -0.28768898315523617 0.062% -3.893% 2.740% 11.434% -LII Lennox International 0.04 Industrials Building Products 44.663933090482296 -2.060627050245115 -0.550% -8.229% -5.330% -14.162% -TSN Tyson Foods 0.04 Consumer Staples Packaged Foods & Meats 35.826919875531544 0.017293174254541244 -1.878% -4.264% -10.079% -7.853% -IFF International Flavors & Fragrances 0.04 Materials Specialty Chemicals 43.79986551542342 -0.260451179058131 -4.392% -3.839% -6.082% -12.266% -HAL Halliburton 0.04 Energy Oil & Gas Equipment & Services 58.437060638435355 0.29680931972370744 0.406% 8.789% -10.844% -14.799% -LDOS Leidos 0.04 Industrials Diversified Support Services 49.536308898064874 0.020171277595610382 1.665% -7.455% 10.011% 1.575% -LYB LyondellBasell 0.04 Materials Specialty Chemicals 49.91809664862885 0.3755892275601367 -4.058% 0.205% -19.329% -21.604% -WY Weyerhaeuser 0.04 Real Estate Timber REITs 44.67227780815112 -0.03810636610526802 -5.080% -0.916% -13.750% -7.117% -EIX Edison International 0.04 Utilities Electric Utilities 39.95289623315527 -0.39440411198791914 1.713% -13.463% -14.358% -35.523% -BIIB Biogen 0.03 Health Care Biotechnology 44.92051438495532 -0.798620460072283 -4.900% -3.072% -10.497% -13.795% -GPN Global Payments 0.03 Financials Transaction & Payment Processing Services 45.310558493847786 0.10412658390822549 -4.358% -4.478% -21.791% -31.369% -NI NiSource 0.03 Utilities Multi-Utilities 50.03651524773284 -0.0023051130269133163 -0.456% -0.582% -0.733% 10.866% -L Loews Corporation 0.03 Financials Multi-line Insurance 49.72587787742395 -0.12287277330641677 -0.248% -0.675% 0.170% 8.380% -GEN Gen Digital 0.03 Information Technology Systems Software 57.44575300039807 -0.020174983948332836 -0.272% 3.344% 6.531% 5.878% -ERIE Erie Indemnity 0.03 Financials Insurance Brokers 39.02493159935018 -0.121284756114584 -2.293% -5.516% -14.962% -13.510% -ESS Essex Property Trust 0.03 Real Estate Multi-Family Residential REITs 51.23064501700353 0.2891479232852223 -0.762% -1.214% -5.982% 0.007% -CFG Citizens Financial Group 0.03 Financials Regional Banks 55.67520544353419 -0.06325858815351743 -0.193% 0.048% 0.805% -3.141% -LUV Southwest Airlines 0.03 Industrials Passenger Airlines 44.749606284834606 -0.3562993230273612 -6.957% -4.123% -8.755% -4.034% -ZBH Zimmer Biomet 0.03 Health Care Health Care Equipment 39.88823095582713 0.07785056603689222 -3.916% -5.034% -18.993% -14.462% -KEY KeyCorp 0.03 Financials Regional Banks 52.309791309617694 -0.05184015539813572 -1.356% -1.719% -0.497% -5.601% -TPR Tapestry, Inc. 0.03 Consumer Discretionary Apparel, Accessories & Luxury Goods 62.42210223530979 0.18224406759888145 3.046% 2.084% 15.540% 35.696% -MAA Mid-America Apartment Communities 0.03 Real Estate Multi-Family Residential REITs 36.043980725611355 -0.16904875258855334 -0.958% -7.128% -8.396% -1.293% -TRMB Trimble Inc. 0.03 Information Technology Electronic Equipment & Instruments 55.489861811807685 -0.2992986802273878 -1.158% -0.844% 1.443% 1.429% -PFG Principal Financial Group 0.03 Financials Life & Health Insurance 44.16130613840111 -0.1503726571212594 -0.680% -5.662% -9.699% 1.415% -PKG Packaging Corporation of America 0.03 Materials Paper & Plastic Packaging Products & Materials 39.780769316994885 -1.0992904470066487 -3.613% -3.792% -5.553% -18.755% -HRL Hormel Foods 0.03 Consumer Staples Packaged Foods & Meats 46.91649975223441 -0.09042574197515282 -2.489% 0.066% 1.617% -5.455% -FFIV F5, Inc. 0.03 Information Technology Communications Equipment 51.216466591627515 -1.2203716474146056 -2.189% -0.146% 6.704% 13.683% -GPC Genuine Parts Company 0.03 Consumer Discretionary Distributors 37.863459584505414 -1.1570199922093183 -3.593% -7.147% -1.549% 2.838% -CF CF Industries 0.03 Materials Fertilizers & Agricultural Chemicals 71.25699639363023 0.5922348228623386 5.323% 14.092% 30.408% 18.808% -FDS FactSet 0.03 Financials Financial Exchanges & Data 37.268158827766506 -2.407416355329259 0.392% -9.597% -1.367% -10.149% -SNA Snap-on 0.03 Industrials Industrial Machinery & Supplies & Components 36.55849451811336 -1.630503700727084 -4.334% -6.094% -6.988% -9.297% -RL Ralph Lauren Corporation 0.03 Consumer Discretionary Apparel, Accessories & Luxury Goods 52.12522413117314 -2.860668354894136 0.052% -4.422% 18.958% 21.077% -PNR Pentair 0.03 Industrials Industrial Machinery & Supplies & Components 48.983987792462045 -0.710152476136128 -2.288% -2.837% 9.785% -4.181% -MOH Molina Healthcare 0.03 Health Care Managed Health Care 42.783230998924545 0.2758354644533787 0.244% -9.447% -6.319% -0.421% -WST West Pharmaceutical Services 0.03 Health Care Health Care Supplies 50.639744626161985 0.2362868874359072 -2.705% 1.170% -4.202% -33.004% -EXPD Expeditors International 0.03 Industrials Air Freight & Logistics 49.51543402541889 0.026850571769460874 -1.197% -2.852% -2.239% -1.093% -BALL Ball Corporation 0.03 Materials Metal, Glass & Plastic Containers 61.94371037735308 0.11587602967644495 1.638% 2.761% 8.261% 0.396% -DPZ Domino's 0.03 Consumer Discretionary Restaurants 35.80259196493461 -1.725834508412838 -0.029% -9.390% -4.137% 3.729% -J Jacobs Solutions 0.03 Industrials Construction & Engineering 53.26634839384463 -0.06167055189706794 0.220% -0.609% 5.516% -2.977% -LNT Alliant Energy 0.03 Utilities Electric Utilities 41.182231627483354 -0.130530934688034 -1.832% -4.987% -5.570% 3.199% -BAX Baxter International 0.03 Health Care Health Care Equipment 43.00332546901638 -0.06125725794642884 -5.096% -5.277% -10.885% 3.079% -EVRG Evergy 0.03 Utilities Electric Utilities 49.79232765416112 0.1186755652717523 -1.067% -1.023% -1.736% 10.397% -DECK Deckers Brands 0.03 Consumer Discretionary Footwear 37.708136247141624 -0.6080786205382669 -6.421% -21.608% -12.683% -49.871% -FSLR First Solar 0.03 Information Technology Semiconductors 40.75579336915537 -2.415909314025866 -14.411% -14.083% 11.840% -22.033% -ZBRA Zebra Technologies 0.03 Information Technology Electronic Equipment & Instruments 53.84539684962618 -1.5896344964686575 -0.372% -1.764% 2.358% -23.924% -CLX Clorox 0.03 Consumer Staples Household Products 26.08904985738232 -0.463439399939674 -4.221% -10.759% -16.795% -25.223% -APTV Aptiv 0.03 Consumer Discretionary Automotive Parts & Equipment 54.21645355576597 -0.30282879123221385 -3.605% 0.252% 8.291% 19.435% -BBY Best Buy 0.03 Consumer Discretionary Computer & Electronics Retail 43.49122296902768 -0.3715707701956953 -6.731% -4.765% -7.784% -21.218% -TKO TKO Group Holdings 0.03 Communication Services Movies & Entertainment 68.90108270358104 0.8482318736233649 6.688% 8.117% 16.988% 23.786% -HOLX Hologic 0.03 Health Care Health Care Equipment 59.156470392421234 0.028303583410454358 -0.945% 13.281% 4.852% -10.494% -KIM Kimco Realty 0.03 Real Estate Retail REITs 50.91589545698714 -0.03066470071609835 0.048% -1.408% 0.430% -9.794% -EG Everest Group 0.03 Financials Reinsurance 41.50414939561186 -0.875850715772637 -0.716% -4.204% -6.172% -4.430% -TXT Textron 0.03 Industrials Aerospace & Defense 58.24950618916744 -0.018900645735448807 -0.247% 0.736% 4.245% 0.657% -TER Teradyne 0.03 Information Technology Semiconductor Materials & Equipment 56.926628328545775 0.27451201455912044 -0.611% 5.944% -2.177% -30.306% -JBHT J.B. Hunt 0.03 Industrials Cargo Ground Transportation 47.70713409010085 -0.21246800168321872 -1.341% -4.144% -5.756% -18.369% -COO Cooper Companies (The) 0.03 Health Care Health Care Supplies 38.0039849318835 -0.04640519287495026 -2.254% -14.344% -13.161% -24.440% -AVY Avery Dennison 0.03 Materials Paper & Plastic Packaging Products & Materials 43.56754008839466 -0.7840986990034374 -1.928% -5.457% -1.762% -6.915% -OMC Omnicom Group 0.03 Communication Services Advertising 37.96375539854125 -0.1794754339860225 -5.293% -8.766% -13.967% -20.889% -UDR UDR, Inc. 0.03 Real Estate Multi-Family Residential REITs 47.35867119622631 0.019566736229606488 -1.083% -2.095% -5.775% -4.261% -INCY Incyte 0.02 Health Care Biotechnology 56.37357267791799 -0.05004722187470034 -0.842% 4.548% 12.694% 1.066% -IEX IDEX Corporation 0.02 Industrials Industrial Machinery & Supplies & Components 39.593608337122156 -0.9496484732489191 -4.444% -7.028% -4.735% -17.302% -PAYC Paycom 0.02 Industrials Human Resource & Employment Services 32.29392517258512 -4.033119285936392 -7.538% -10.691% 8.072% 11.137% -JKHY Jack Henry & Associates 0.02 Financials Transaction & Payment Processing Services 54.44903532130924 -0.26454294051622207 0.884% -2.489% 3.474% 2.771% -ALGN Align Technology 0.02 Health Care Health Care Supplies 50.16149677871771 -0.5227649193276096 -2.949% -1.408% 6.635% -15.365% -MAS Masco 0.02 Industrials Building Products 41.27843106218694 -0.24311065709131063 -4.635% -7.587% -13.507% -17.658% -REG Regency Centers 0.02 Real Estate Retail REITs 44.52563720217893 -0.16904657057620426 -0.408% -3.295% -1.832% -3.401% -SOLV Solventum 0.02 Health Care Health Care Technology 48.307124305245765 -0.3484544701881309 -2.392% -2.771% -3.147% 8.581% -CPT Camden Property Trust 0.02 Real Estate Multi-Family Residential REITs 45.98024994654907 -0.181011041503004 -1.533% -2.701% -3.690% 2.003% -ARE Alexandria Real Estate Equities 0.02 Real Estate Office REITs 44.60066326712529 0.38723636910077175 -3.156% -1.801% -26.913% -27.622% -FOXA Fox Corporation (Class A) 0.02 Communication Services Broadcasting 53.599905548896814 -0.165580251047876 0.091% -3.168% 2.819% 10.682% -BF.B Brown–Forman 0.02 Consumer Staples Distillers & Vintners 19.286465229691302 -0.503559526915099 -6.727% -27.501% -26.546% -37.863% -NDSN Nordson Corporation 0.02 Industrials Industrial Machinery & Supplies & Components 55.9495448935043 -0.47124785580142525 -2.622% 5.499% 3.837% 0.348% -BLDR Builders FirstSource 0.02 Industrials Building Products 41.31821556250745 -0.13924251071840166 -6.567% -6.779% -17.016% -29.718% -JNPR Juniper Networks 0.02 Information Technology Communications Equipment 47.82840524154416 -0.009113903241268805 -0.139% -0.802% -0.857% -3.836% -BEN Franklin Resources 0.02 Financials Asset Management & Custody Banks 62.00097149220026 -0.006217269196545805 0.222% 1.894% 12.894% 12.165% -DOC Healthpeak Properties 0.02 Real Estate Health Care REITs 40.92727000201002 0.01610532462059147 -2.627% -2.516% -16.216% -14.665% -ALLE Allegion 0.02 Industrials Building Products 44.192272878946504 -0.7178534177125816 -0.826% -4.788% 7.109% 3.261% -BG Bunge Global 0.02 Consumer Staples Agricultural Products & Services 68.08998698114611 1.139176345468969 13.356% 6.405% 15.686% 8.113% -MOS Mosaic Company (The) 0.02 Materials Fertilizers & Agricultural Chemicals 65.47020469622512 -0.18803107009529052 5.166% 2.561% 28.400% 50.082% -BXP BXP, Inc. 0.02 Real Estate Office REITs 57.9767037618438 -0.03473817383889566 -1.740% 6.080% 4.732% -3.395% -FOX Fox Corporation (Class B) 0.02 Communication Services Broadcasting 52.91164764726117 -0.1258812150734962 0.200% -3.719% 1.660% 7.930% -RVTY Revvity 0.02 Health Care Health Care Equipment 51.76798664492248 0.47175068200960496 -1.728% 0.887% -11.750% -13.496% -AKAM Akamai Technologies 0.02 Information Technology Internet Services & Infrastructure 52.81271952879557 0.29021357019574545 0.652% 1.561% -3.495% -16.383% -CHRW C.H. Robinson 0.02 Industrials Air Freight & Logistics 42.60627208778184 -0.4300438593289228 -1.237% -6.655% -5.932% -12.250% -UHS Universal Health Services 0.02 Health Care Health Care Facilities 35.74472278055788 -2.006416130616505 -0.609% -12.512% -4.175% -3.543% -HST Host Hotels & Resorts 0.02 Real Estate Hotel & Resort REITs 55.8604607902358 -0.03727231294936084 -1.503% 3.897% 5.147% -10.370% -SWKS Skyworks Solutions 0.02 Information Technology Semiconductors 54.32020977553499 -0.2756906459701036 -1.648% -2.265% 4.723% -19.219% -POOL Pool Corporation 0.02 Consumer Discretionary Distributors 36.80982577353073 -1.8583183994219388 -4.994% -9.366% -11.032% -17.086% -PNW Pinnacle West 0.02 Utilities Multi-Utilities 39.96026063268959 -0.053753589686814984 -0.785% -4.376% -6.040% 5.331% -DVA DaVita 0.02 Health Care Health Care Services 41.08520443335569 0.09940581810078752 -1.723% -6.846% -8.872% -7.475% -CAG Conagra Brands 0.02 Consumer Staples Packaged Foods & Meats 28.22270487069504 -0.03586327312944931 -3.889% -6.886% -16.988% -21.447% -VTRS Viatris 0.02 Health Care Pharmaceuticals 50.903440214085144 -0.003005090216188361 -2.339% -1.239% -7.097% -28.467% -SJM J.M. Smucker Company (The) 0.02 Consumer Staples Packaged Foods & Meats 29.502795105446552 -1.4572546716357313 0.094% -16.520% -12.245% -12.946% -SWK Stanley Black & Decker 0.02 Industrials Industrial Machinery & Supplies & Components 45.25856271417392 -0.2689862731091677 -5.196% -8.435% -19.784% -18.313% -TAP Molson Coors Beverage Company 0.02 Consumer Staples Brewers 19.519100122122524 -0.24328454547023148 -5.699% -14.293% -17.257% -16.307% -AIZ Assurant 0.02 Financials Multi-line Insurance 44.59850278588569 -0.6072027346234348 -0.600% -2.636% -7.871% -5.914% -GL Globe Life 0.02 Financials Life & Health Insurance 46.27047708863657 -0.08500687252174566 -0.058% -2.030% -6.913% 14.632% -MRNA Moderna 0.02 Health Care Biotechnology 43.121708975887636 -0.17846802131774742 -8.468% -9.253% -21.726% -33.785% -WBA Walgreens Boots Alliance 0.02 Consumer Staples Drug Retail 63.597824484924736 0.005314894033366463 0.441% 1.425% 2.428% 17.423% -KMX CarMax 0.02 Consumer Discretionary Automotive Retail 43.86463677216148 0.010462592582696495 -5.160% -3.669% -10.266% -20.990% -HAS Hasbro 0.02 Consumer Discretionary Leisure Products 56.31284061287884 -0.1377806498233105 -1.608% -0.629% 12.504% 16.899% -LKQ LKQ Corporation 0.02 Consumer Discretionary Distributors 29.03048047465012 -0.3118228447958643 -6.399% -11.373% -10.054% -0.351% -CPB Campbell Soup Company 0.02 Consumer Staples Packaged Foods & Meats 26.963349717122085 -0.15598600570774657 -4.641% -10.759% -16.140% -23.548% -EPAM EPAM Systems 0.02 Information Technology IT Consulting & Other Services 38.78816052738432 -1.5320231326350977 -6.547% -11.227% -4.214% -30.986% -HII Huntington Ingalls Industries 0.02 Industrials Aerospace & Defense 60.890775436325 0.612236235551546 3.564% 2.715% 16.112% 20.454% -MGM MGM Resorts 0.02 Consumer Discretionary Casinos & Gaming 58.04716378890294 0.16981297809084872 2.137% 3.161% 4.334% 0.414% -WYNN Wynn Resorts 0.02 Consumer Discretionary Casinos & Gaming 49.03887851848042 -0.27204338388628807 -0.697% -7.316% 4.623% -2.018% -NWS News Corp (Class B) 0.02 Communication Services Publishing 53.33751481497214 -0.05972383459070824 1.508% -1.434% 4.058% 5.554% -DAY Dayforce 0.02 Industrials Human Resource & Employment Services 42.658630891098404 -0.375062866875582 -7.271% -4.403% -2.429% -23.577% -AOS A. O. Smith 0.02 Industrials Building Products 40.04285055733457 -0.16529291899856702 -3.592% -9.394% -5.441% -8.460% -HSIC Henry Schein 0.02 Health Care Health Care Distributors 53.966184649843306 -0.18347126954252457 -0.014% -2.735% 0.965% 0.736% -EMN Eastman Chemical Company 0.02 Materials Specialty Chemicals 37.29854545340459 -0.5762594543192908 -6.659% -9.277% -16.878% -17.856% -IPG Interpublic Group of Companies (The) 0.02 Communication Services Advertising 41.47428453413023 0.011862773402271765 -2.862% -8.449% -12.807% -20.605% -MKTX MarketAxess 0.02 Financials Financial Exchanges & Data 49.30447965350924 0.18134857121174952 -1.871% -0.844% 1.373% -5.032% -FRT Federal Realty Investment Trust 0.02 Real Estate Retail REITs 50.043439111850574 -0.0632448422638501 -0.871% -0.850% -1.747% -13.017% -NCLH Norwegian Cruise Line Holdings 0.02 Consumer Discretionary Hotels, Resorts & Cruise Lines 50.03853709505887 -0.06797514682137762 -3.616% 1.211% -8.462% -26.733% -PARA Paramount Global 0.02 Communication Services Movies & Entertainment 54.810604480410156 -0.023093236295653158 -1.634% 1.432% 0.922% 12.734% -NWSA News Corp (Class A) 0.01 Communication Services Publishing 53.408585247139264 -0.03812706880030149 0.646% -0.953% 3.314% 1.373% -TECH Bio-Techne 0.01 Health Care Life Sciences Tools & Services 50.56038971734915 0.2409141675984833 -2.736% 1.211% -16.921% -29.800% -LW Lamb Weston 0.01 Consumer Staples Packaged Foods & Meats 44.87080163140723 -0.2054217918579574 -4.572% -1.280% 0.891% -31.961% -MTCH Match Group 0.01 Communication Services Interactive Media & Services 48.87518695109152 -0.10468406404165115 -3.932% 2.991% -2.916% -2.510% -AES AES Corporation 0.01 Utilities Independent Power Producers & Energy Traders 45.40589981052609 0.023398015556697585 -8.362% -6.406% -20.061% -15.840% -GNRC Generac 0.01 Industrials Electrical Components & Equipment 50.82443546569606 -0.48021729184675244 -3.282% -1.367% -5.879% -20.451% -APA APA Corporation 0.01 Energy Oil & Gas Exploration & Production 65.03612561781216 0.25433819397952884 3.570% 17.739% -1.264% -2.543% -CRL Charles River Laboratories 0.01 Health Care Life Sciences Tools & Services 54.84863431983292 -0.04405201388346924 -3.852% 1.226% -12.132% -20.676% -ALB Albemarle Corporation 0.01 Materials Specialty Chemicals 48.1355663000715 0.09379157563062884 -8.728% 0.135% -22.887% -34.394% -IVZ Invesco 0.01 Financials Asset Management & Custody Banks 51.27149805868088 -0.0035387027334853396 -2.322% -2.902% -5.155% -12.693% -MHK Mohawk Industries 0.01 Consumer Discretionary Home Furnishings 39.42084789022915 -0.22049877727818057 -6.418% -8.463% -14.247% -17.725% -CZR Caesars Entertainment 0.01 Consumer Discretionary Casinos & Gaming 52.95119197764488 0.029363541759618028 -0.538% -5.644% -1.770% -18.093% -ENPH Enphase Energy 0.01 Information Technology Semiconductor Materials & Equipment 36.396217070828364 -0.2669844502854213 -19.655% -25.816% -41.028% -47.122%
\ No newline at end of file +MSFT Microsoft 6.61 Information Technology Systems Software 73.432 -0.757 1.612% 4.817% 24.144% 9.797% +NVDA Nvidia 6.58 Information Technology Semiconductors 66.244 -0.422 1.855% 8.260% 22.737% 12.854% +AAPL Apple Inc. 5.46 Information Technology Technology Hardware, Storage & Peripherals 42.289 -0.436 -1.107% -4.970% -8.183% -20.750% +AMZN Amazon 4.25 Consumer Discretionary Broadline Retail 57.860 -0.233 -0.319% 4.141% 9.013% -3.628% +META Meta Platforms 3.26 Communication Services Interactive Media & Services 64.469 -1.220 0.235% 9.209% 18.732% 16.507% +AVGO Broadcom 2.2 Information Technology Semiconductors 61.405 -1.782 -0.652% 8.451% 31.867% 12.360% +GOOG Alphabet Inc. (Class C) 1.99 Communication Services Interactive Media & Services 53.668 -0.161 -2.690% 5.238% 5.410% -8.504% +GOOGL Alphabet Inc. (Class A) 1.98 Communication Services Interactive Media & Services 54.881 -0.135 -2.272% 5.696% 6.462% -8.004% +BRK.B Berkshire Hathaway 1.94 Financials Multi-Sector Holdings 36.335 -0.533 -0.615% -4.639% -8.244% 8.632% +TSLA Tesla, Inc. 1.93 Consumer Discretionary Automobile Manufacturers 50.653 -2.831 -1.342% -6.332% 36.312% -26.828% +JPM JPMorgan Chase 1.42 Financials Diversified Banks 67.114 -0.022 2.167% 3.117% 14.623% 18.922% +WMT Walmart 1.41 Consumer Staples Consumer Staples Merchandise Retail 43.572 -0.536 -0.741% -2.771% 10.815% 1.646% +LLY Lilly (Eli) 1.31 Health Care Pharmaceuticals 52.507 5.468 -2.916% 5.090% -6.829% 2.657% +V Visa Inc. 1.22 Financials Transaction & Payment Processing Services 35.083 -3.185 -8.821% -7.213% 0.259% 9.878% +ORCL Oracle Corporation 1.1 Information Technology Application Software 80.157 3.848 19.554% 31.539% 38.076% 27.483% +NFLX Netflix 0.97 Communication Services Movies & Entertainment 59.914 -6.333 0.198% 2.539% 28.548% 37.405% +MA Mastercard 0.93 Financials Transaction & Payment Processing Services 33.129 -5.356 -8.804% -7.293% 0.438% 3.610% +XOM ExxonMobil 0.91 Energy Integrated Oil & Gas 68.601 1.232 3.550% 7.851% -2.338% 6.362% +COST Costco 0.81 Consumer Staples Consumer Staples Merchandise Retail 37.726 -7.160 -2.195% -5.972% 8.879% 1.053% +PG Procter & Gamble 0.69 Consumer Staples Personal Care Products 36.318 -0.837 -2.523% -4.600% -5.688% -6.541% +JNJ Johnson & Johnson 0.67 Health Care Pharmaceuticals 39.821 -0.232 -2.918% -1.907% -7.539% 4.131% +HD Home Depot (The) 0.64 Consumer Discretionary Home Improvement Retail 32.542 -2.663 -3.726% -7.962% -2.388% -11.881% +BAC Bank of America 0.63 Financials Diversified Banks 61.964 -0.139 0.738% 0.828% 6.073% 3.586% +ABBV AbbVie 0.61 Health Care Biotechnology 45.350 -0.074 -3.138% 0.346% -12.488% 7.207% +PLTR Palantir Technologies 0.61 Information Technology Application Software 63.485 0.331 2.617% 11.442% 60.156% 95.721% +KO Coca-Cola Company (The) 0.55 Consumer Staples Soft Drinks & Non-alcoholic Beverages 36.273 -0.261 -3.968% -3.459% -0.717% 10.119% +PM Philip Morris International 0.53 Consumer Staples Tobacco 62.055 -0.334 -0.414% 4.876% 19.768% 46.616% +UNH UnitedHealth Group 0.52 Health Care Managed Health Care 38.936 6.525 -1.082% -4.472% -39.918% -38.526% +IBM IBM 0.49 Information Technology IT Consulting & Other Services 71.409 0.969 0.600% 6.091% 16.394% 28.632% +CSCO Cisco 0.49 Information Technology Communications Equipment 62.917 -0.081 2.570% 3.816% 8.611% 14.445% +CVX Chevron Corporation 0.48 Energy Integrated Oil & Gas 66.568 1.199 2.355% 7.955% -10.063% 2.853% +GE GE Aerospace 0.47 Industrials Aerospace & Defense 50.856 -3.072 -3.922% 0.268% 15.672% 47.477% +TMUS T-Mobile US 0.47 Communication Services Wireless Telecommunication Services 29.257 -1.750 -4.308% -8.383% -14.022% 0.136% +CRM Salesforce 0.46 Information Technology Application Software 40.376 -1.087 -2.411% -9.915% -6.999% -23.050% +WFC Wells Fargo 0.45 Financials Diversified Banks 53.539 -0.357 -0.254% -1.033% 3.061% 8.697% +ABT Abbott Laboratories 0.43 Health Care Health Care Equipment 46.883 -0.233 -2.122% -2.064% 4.441% 18.297% +LIN Linde plc 0.4 Materials Industrial Gases 44.955 -1.669 -2.100% -0.250% 0.208% 8.627% +MS Morgan Stanley 0.39 Financials Investment Banking & Brokerage 62.513 -0.302 0.539% 2.625% 10.002% 9.484% +DIS Walt Disney Company (The) 0.39 Communication Services Movies & Entertainment 66.505 -0.263 -1.389% 4.895% 19.219% 5.846% +INTU Intuit 0.39 Information Technology Application Software 62.720 -4.776 -1.297% 12.466% 25.717% 16.162% +AXP American Express 0.39 Financials Consumer Finance 55.029 -1.338 -0.896% 0.084% 9.449% 3.002% +MCD McDonald's 0.39 Consumer Discretionary Restaurants 24.321 -2.045 -4.007% -9.434% -5.658% -0.430% +AMD Advanced Micro Devices 0.38 Information Technology Semiconductors 65.935 0.479 4.664% 11.699% 18.340% 4.431% +NOW ServiceNow 0.38 Information Technology Systems Software 45.266 -7.809 -2.215% -3.891% 19.167% -7.437% +MRK Merck & Co. 0.37 Health Care Pharmaceuticals 50.182 0.287 -1.282% 1.693% -16.299% -19.372% +T AT&T 0.37 Communication Services Integrated Telecommunication Services 48.724 -0.037 -2.399% -0.432% 3.247% 23.043% +RTX RTX Corporation 0.37 Industrials Aerospace & Defense 66.455 0.690 2.863% 6.335% 8.478% 27.453% +GS Goldman Sachs 0.36 Financials Investment Banking & Brokerage 66.241 0.246 1.774% 4.735% 12.895% 15.446% +ACN Accenture 0.36 Information Technology IT Consulting & Other Services 40.932 -1.398 -4.022% -4.310% 1.818% -11.861% +ISRG Intuitive Surgical 0.34 Health Care Health Care Equipment 35.618 -5.470 -2.473% -8.556% 3.595% -3.225% +TXN Texas Instruments 0.34 Information Technology Semiconductors 63.143 -0.049 -0.671% 5.108% 9.780% 7.216% +PEP PepsiCo 0.33 Consumer Staples Soft Drinks & Non-alcoholic Beverages 41.317 0.147 -0.639% -2.071% -12.287% -16.422% +VZ Verizon 0.33 Communication Services Integrated Telecommunication Services 35.027 -0.221 -4.733% -5.767% -4.754% 3.554% +UBER Uber 0.32 Industrials Passenger Ground Transportation 45.393 -0.503 -3.627% -9.176% 12.226% 36.273% +BKNG Booking Holdings 0.32 Consumer Discretionary Hotels, Resorts & Cruise Lines 46.044 -49.935 -3.293% -0.460% 15.193% 6.937% +QCOM Qualcomm 0.32 Information Technology Semiconductors 53.557 0.204 -3.668% -0.124% -2.735% 0.379% +CAT Caterpillar Inc. 0.32 Industrials Construction Machinery & Heavy Transportation Equipment 61.242 -0.487 -0.920% 2.950% 7.004% -1.124% +SCHW Charles Schwab Corporation 0.3 Financials Investment Banking & Brokerage 67.335 -0.157 1.708% 0.819% 14.433% 21.549% +ADBE Adobe Inc. 0.3 Information Technology Application Software 35.134 -5.115 -8.429% -9.475% -2.970% -14.337% +AMGN Amgen 0.29 Health Care Biotechnology 53.694 0.490 -0.747% 5.316% -8.066% 11.921% +SPGI S&P Global 0.29 Financials Financial Exchanges & Data 44.331 -2.384 -2.208% -3.884% 1.092% 2.550% +BLK BlackRock 0.28 Financials Asset Management & Custody Banks 53.556 -3.556 -1.387% -1.823% 2.657% -3.997% +PGR Progressive Corporation 0.28 Financials Property & Casualty Insurance 33.827 -1.922 -1.098% -8.858% -5.204% 8.344% +BSX Boston Scientific 0.28 Health Care Health Care Equipment 47.468 -0.241 1.982% -4.853% -0.138% 15.154% +BA Boeing 0.28 Industrials Aerospace & Defense 44.216 -2.713 -7.626% -4.811% 14.378% 14.517% +TMO Thermo Fisher Scientific 0.28 Health Care Life Sciences Tools & Services 39.600 0.237 -5.441% -5.121% -24.310% -23.949% +NEE NextEra Energy 0.27 Utilities Multi-Utilities 51.133 0.021 -1.959% -3.817% 0.590% 1.489% +C Citigroup 0.27 Financials Diversified Banks 62.261 -0.150 -0.038% 3.228% 9.092% 15.018% +DE Deere & Company 0.27 Industrials Agricultural & Farm Machinery 60.950 -0.454 0.795% -0.257% 10.054% 23.235% +HON Honeywell 0.27 Industrials Industrial Conglomerates 49.023 -1.237 -1.749% -1.417% 5.207% -2.200% +SYK Stryker Corporation 0.27 Health Care Health Care Equipment 40.680 -1.595 -2.052% -4.182% -0.257% 3.923% +DHR Danaher Corporation 0.26 Health Care Life Sciences Tools & Services 47.941 0.263 -5.021% -1.684% -7.520% -14.831% +AMAT Applied Materials 0.26 Information Technology Semiconductor Materials & Equipment 59.565 0.536 0.029% 4.290% 11.958% 4.467% +TJX TJX Companies 0.25 Consumer Discretionary Apparel Retail 35.063 -0.597 -1.598% -9.183% 5.411% 1.072% +MU Micron Technology 0.25 Information Technology Semiconductors 82.957 1.142 4.990% 24.179% 18.272% 17.247% +PFE Pfizer 0.25 Health Care Pharmaceuticals 52.123 0.047 -2.451% 1.531% -8.820% -7.764% +GILD Gilead Sciences 0.25 Health Care Biotechnology 49.099 -0.374 -1.189% -1.017% 2.012% 19.087% +GEV GE Vernova 0.25 Industrials Heavy Electrical Equipment 65.343 -3.419 1.390% 8.921% 45.530% 54.576% +PANW Palo Alto Networks 0.25 Information Technology Systems Software 59.828 0.163 2.773% 2.725% 8.570% 5.838% +UNP Union Pacific Corporation 0.24 Industrials Rail Transportation 47.789 -0.171 -1.644% -2.768% -5.443% -1.127% +ETN Eaton Corporation 0.24 Industrials Electrical Components & Equipment 59.995 -0.411 2.809% 2.014% 13.308% -0.078% +CMCSA Comcast 0.24 Communication Services Cable & Satellite 44.398 -0.034 -2.615% -3.737% -6.137% -9.509% +COF Capital One 0.23 Financials Consumer Finance 55.109 -0.435 -1.676% 0.623% 13.011% 13.030% +ADP Automatic Data Processing 0.23 Industrials Human Resource & Employment Services 36.135 -2.723 -1.793% -4.966% 3.112% 6.333% +CRWD CrowdStrike 0.23 Information Technology Systems Software 61.705 -0.348 1.715% 9.703% 31.469% 38.943% +LRCX Lam Research 0.22 Information Technology Semiconductor Materials & Equipment 67.801 0.316 1.418% 9.432% 18.943% 22.660% +LOW Lowe's 0.22 Consumer Discretionary Home Improvement Retail 31.348 -1.689 -4.860% -8.830% -6.820% -15.604% +COP ConocoPhillips 0.22 Energy Oil & Gas Exploration & Production 57.848 0.989 0.482% 4.582% -8.318% -2.139% +KLAC KLA Corporation 0.22 Information Technology Semiconductor Materials & Equipment 67.078 5.459 -0.096% 10.233% 21.592% 38.111% +VRTX Vertex Pharmaceuticals 0.21 Health Care Biotechnology 48.239 1.392 -0.893% 0.273% -12.109% 0.201% +ADI Analog Devices 0.21 Information Technology Semiconductors 60.265 -0.024 -1.243% 2.299% 11.535% 10.531% +ANET Arista Networks 0.21 Information Technology Communications Equipment 47.402 -0.792 -4.214% -5.676% 8.762% -16.499% +APH Amphenol 0.21 Information Technology Electronic Components 69.494 -0.450 0.430% 8.321% 40.853% 33.338% +CB Chubb Limited 0.21 Financials Property & Casualty Insurance 40.293 -1.210 -1.211% -3.360% -4.070% 3.896% +LMT Lockheed Martin 0.2 Industrials Aerospace & Defense 47.911 -0.928 2.628% -1.517% 0.399% -2.969% +MDT Medtronic 0.2 Health Care Health Care Equipment 49.924 0.079 -2.646% -0.741% -6.018% 7.122% +KKR KKR & Co. 0.2 Financials Asset Management & Custody Banks 52.485 -0.345 -2.841% -1.386% 4.892% -14.368% +MMC Marsh McLennan 0.2 Financials Insurance Brokers 31.674 -1.607 -1.367% -7.144% -8.163% 2.111% +BX Blackstone Inc. 0.2 Financials Asset Management & Custody Banks 46.962 -0.444 -2.758% -4.653% -7.570% -19.924% +SBUX Starbucks 0.19 Consumer Discretionary Restaurants 58.806 0.472 -3.260% 7.816% -7.051% 2.647% +ICE Intercontinental Exchange 0.19 Financials Financial Exchanges & Data 59.062 -0.158 1.273% 1.968% 2.375% 20.160% +AMT American Tower 0.19 Real Estate Telecom Tower REITs 52.107 0.231 0.522% 0.037% 0.565% 16.570% +MO Altria 0.19 Consumer Staples Tobacco 51.851 -0.093 -0.701% -0.684% 2.410% 11.718% +WELL Welltower 0.19 Real Estate Health Care REITs 55.349 -0.117 1.957% 1.296% 3.577% 21.968% +PLD Prologis 0.18 Real Estate Industrial REITs 41.636 -0.500 -3.152% -3.357% -6.237% 1.126% +SO Southern Company 0.18 Utilities Electric Utilities 46.582 -0.004 -1.027% -2.422% -1.489% 8.748% +CME CME Group 0.18 Financials Financial Exchanges & Data 47.088 -1.272 0.909% -2.077% 2.086% 14.771% +CEG Constellation Energy 0.18 Utilities Electric Utilities 60.533 -1.915 4.874% 4.798% 39.642% 35.733% +BMY Bristol Myers Squibb 0.18 Health Care Pharmaceuticals 40.593 -0.011 -6.619% -2.152% -22.476% -17.593% +TT Trane Technologies 0.18 Industrials Building Products 51.863 -3.408 -0.733% -2.313% 20.190% 10.942% +WM Waste Management 0.17 Industrials Environmental & Facilities Services 46.179 -0.686 -0.457% -0.286% 2.785% 13.528% +INTC Intel 0.17 Information Technology Semiconductors 56.049 0.103 3.917% 1.034% -10.309% 11.347% +DASH DoorDash 0.17 Consumer Discretionary Specialized Consumer Services 63.535 -0.125 1.276% 7.506% 14.332% 33.370% +MCK McKesson Corporation 0.17 Health Care Health Care Distributors 59.101 0.502 1.553% 1.352% 9.387% 27.659% +HCA HCA Healthcare 0.17 Health Care Health Care Facilities 56.132 -1.878 2.522% -2.381% 12.995% 25.977% +CTAS Cintas 0.17 Industrials Diversified Support Services 47.936 -1.192 -0.586% -1.099% 13.350% 7.843% +DUK Duke Energy 0.17 Utilities Electric Utilities 41.254 -0.025 -1.521% -2.327% -4.644% 8.340% +FI Fiserv 0.17 Financials Transaction & Payment Processing Services 37.613 1.045 -3.992% -2.719% -27.246% -20.024% +NKE Nike, Inc. 0.16 Consumer Discretionary Apparel, Accessories & Luxury Goods 43.463 -0.358 -5.704% -4.875% -17.186% -22.614% +EQIX Equinix 0.16 Real Estate Data Center REITs 52.140 -3.512 -0.766% 1.251% 4.125% -4.267% +MDLZ Mondelez International 0.16 Consumer Staples Packaged Foods & Meats 47.903 -0.049 -0.896% 0.729% 3.753% 10.546% +MCO Moody's Corporation 0.16 Financials Financial Exchanges & Data 44.896 -2.618 -2.695% -3.384% 2.331% 0.089% +ELV Elevance Health 0.16 Health Care Managed Health Care 41.290 0.367 -1.318% -8.868% -13.441% 2.635% +CVS CVS Health 0.16 Health Care Health Care Services 60.197 0.542 1.704% 4.863% -2.622% 47.615% +UPS United Parcel Service 0.16 Industrials Air Freight & Logistics 50.167 0.203 -1.928% 1.702% -15.191% -19.876% +PH Parker Hannifin 0.16 Industrials Industrial Machinery & Supplies & Components 47.578 -3.958 -2.897% -4.082% 4.413% 1.319% +CI Cigna 0.16 Health Care Health Care Services 48.040 0.682 1.354% -3.262% -2.175% 11.327% +SHW Sherwin-Williams 0.16 Materials Specialty Chemicals 31.852 -3.666 -7.185% -7.694% -1.357% -4.930% +ABNB Airbnb 0.15 Consumer Discretionary Hotels, Resorts & Cruise Lines 48.616 -0.571 -4.266% 0.030% 4.772% 3.630% +CDNS Cadence Design Systems 0.15 Information Technology Application Software 46.852 -0.992 -3.372% -7.397% 14.832% -1.461% +AJG Arthur J. Gallagher & Co. 0.15 Financials Insurance Brokers 39.016 -1.999 1.339% -6.817% -5.176% 13.875% +TDG TransDigm Group 0.15 Industrials Aerospace & Defense 45.460 -6.434 -1.059% -1.056% 3.949% 14.163% +DELL Dell Technologies 0.15 Information Technology Technology Hardware, Storage & Peripherals 62.907 -0.369 4.782% 2.040% 17.833% 3.453% +RSG Republic Services 0.14 Industrials Environmental & Facilities Services 46.115 -0.899 0.016% -1.550% 5.714% 22.029% +FTNT Fortinet 0.14 Information Technology Systems Software 45.881 -0.257 -1.176% -3.789% 2.407% 7.991% +MMM 3M 0.14 Industrials Industrial Conglomerates 44.248 -0.787 -3.173% -7.551% -5.791% 13.527% +APO Apollo Global Management 0.14 Financials Asset Management & Custody Banks 48.402 0.016 -3.579% -4.451% -8.068% -20.515% +AON Aon plc 0.14 Financials Insurance Brokers 41.014 -1.548 0.386% -3.201% -10.769% -0.496% +ORLY O’Reilly Automotive 0.14 Consumer Discretionary Automotive Retail 41.138 -0.294 -1.878% -4.431% -1.366% 8.135% +GD General Dynamics 0.14 Industrials Aerospace & Defense 52.713 0.152 0.979% -1.080% 4.829% 6.200% +ECL Ecolab 0.14 Materials Specialty Chemicals 47.056 -1.258 -2.881% -0.823% 3.286% 9.493% +SNPS Synopsys 0.14 Information Technology Application Software 45.674 -2.462 -5.414% -8.144% 5.251% -4.209% +COIN Coinbase 0.14 Financials Financial Exchanges & Data 68.002 0.646 17.796% 12.973% 55.106% 5.513% +RCL Royal Caribbean Group 0.13 Consumer Discretionary Hotels, Resorts & Cruise Lines 60.537 -1.673 -0.067% 7.456% 24.711% 16.664% +EMR Emerson Electric 0.13 Industrials Electrical Components & Equipment 69.948 0.160 1.716% 9.043% 15.081% 5.132% +WMB Williams Companies 0.13 Energy Oil & Gas Storage & Transportation 48.374 -0.200 -0.505% 0.596% -1.054% 13.670% +NOC Northrop Grumman 0.13 Industrials Aerospace & Defense 52.851 1.881 1.267% 3.787% 1.108% 5.771% +CL Colgate-Palmolive 0.13 Consumer Staples Household Products 37.918 -0.305 -4.256% -4.131% -2.315% -4.916% +MAR Marriott International 0.13 Consumer Discretionary Hotels, Resorts & Cruise Lines 47.251 -1.712 -3.206% -3.669% 5.183% -7.247% +ITW Illinois Tool Works 0.13 Industrials Industrial Machinery & Supplies & Components 44.356 -0.731 -2.153% -3.453% -4.756% -7.625% +ZTS Zoetis 0.13 Health Care Pharmaceuticals 36.850 -1.488 -6.776% -5.249% -4.964% -7.155% +CMG Chipotle Mexican Grill 0.13 Consumer Discretionary Restaurants 53.358 0.038 0.077% 0.699% 5.776% -15.504% +PNC PNC Financial Services 0.13 Financials Diversified Banks 52.480 -0.654 -1.390% -1.245% 1.073% -8.695% +HWM Howmet Aerospace 0.13 Industrials Aerospace & Defense 60.372 -1.337 -0.299% 3.107% 29.285% 58.074% +PYPL PayPal 0.13 Financials Transaction & Payment Processing Services 40.860 -0.566 -8.095% -5.564% -1.579% -19.754% +JCI Johnson Controls 0.13 Industrials Building Products 66.455 -0.493 0.281% 5.970% 24.450% 31.286% +MSI Motorola Solutions 0.13 Information Technology Communications Equipment 37.487 -1.161 -1.059% -4.301% -4.154% -12.523% +EOG EOG Resources 0.13 Energy Oil & Gas Exploration & Production 66.560 1.369 3.219% 9.948% -0.418% 3.469% +USB U.S. Bancorp 0.13 Financials Diversified Banks 49.203 -0.252 -2.104% -2.567% 1.549% -9.116% +BK BNY Mellon 0.12 Financials Asset Management & Custody Banks 64.421 -0.142 2.278% 1.665% 9.139% 20.812% +NEM Newmont 0.12 Materials Gold 65.820 0.485 9.285% 11.396% 21.985% 54.782% +WDAY Workday, Inc. 0.12 Information Technology Application Software 35.626 -1.644 -5.761% -13.497% -5.426% -11.918% +ADSK Autodesk 0.12 Information Technology Application Software 52.625 -1.171 -0.532% -0.220% 10.220% 0.806% +APD Air Products 0.12 Materials Industrial Gases 47.019 -0.338 -2.420% -0.105% -5.988% -6.749% +MNST Monster Beverage 0.11 Consumer Staples Soft Drinks & Non-alcoholic Beverages 54.077 -0.202 0.959% 0.318% 11.113% 22.604% +VST Vistra Corp. 0.11 Utilities Electric Utilities 69.635 -0.020 8.598% 15.347% 37.324% 36.301% +KMI Kinder Morgan 0.11 Energy Oil & Gas Storage & Transportation 48.226 -0.086 0.182% -1.465% -1.746% 6.736% +CSX CSX Corporation 0.11 Industrials Rail Transportation 60.156 -0.061 -0.248% 3.234% 7.538% 0.499% +AXON Axon Enterprise 0.11 Industrials Aerospace & Defense 61.572 -5.401 -0.973% 3.775% 38.033% 26.367% +AZO AutoZone 0.11 Consumer Discretionary Automotive Retail 38.260 -17.612 -1.502% -7.127% 0.847% 11.274% +CARR Carrier Global 0.11 Industrials Building Products 45.750 -0.450 -3.615% -6.791% 5.163% 4.222% +TRV Travelers Companies (The) 0.11 Financials Property & Casualty Insurance 45.707 -1.237 1.389% -3.219% 2.065% 12.231% +ROP Roper Technologies 0.11 Information Technology Electronic Equipment & Instruments 39.520 -1.559 -2.425% -3.884% -3.423% 5.511% +DLR Digital Realty 0.11 Real Estate Data Center REITs 65.466 -0.450 0.432% 3.803% 16.637% -0.203% +FCX Freeport-McMoRan 0.11 Materials Copper 57.403 -0.064 0.415% 7.240% 1.179% 6.381% +HLT Hilton Worldwide 0.11 Consumer Discretionary Hotels, Resorts & Cruise Lines 51.010 -1.281 -2.359% -2.309% 6.748% 2.074% +COR Cencora 0.11 Health Care Health Care Distributors 60.481 0.441 3.527% 1.304% 10.794% 30.733% +NSC Norfolk Southern 0.11 Industrials Rail Transportation 63.590 -0.325 0.637% 3.626% 8.303% 6.362% +REGN Regeneron Pharmaceuticals 0.1 Health Care Biotechnology 42.149 1.543 -0.968% -16.463% -22.493% -28.132% +AFL Aflac 0.1 Financials Life & Health Insurance 46.088 0.087 1.263% -2.831% -5.584% 2.252% +PAYX Paychex 0.1 Industrials Human Resource & Employment Services 36.770 -1.097 -2.415% -4.662% 3.505% 10.643% +AEP American Electric Power 0.1 Utilities Electric Utilities 41.465 0.037 -0.726% -2.439% -4.717% 11.319% +PWR Quanta Services 0.1 Industrials Construction & Engineering 65.364 -1.328 1.307% 4.485% 32.951% 12.417% +NXPI NXP Semiconductors 0.1 Information Technology Semiconductors 55.309 0.225 -2.741% 0.652% 4.348% 0.552% +FDX FedEx 0.1 Industrials Air Freight & Logistics 51.888 0.361 -0.312% 0.977% -9.305% -18.253% +MET MetLife 0.1 Financials Life & Health Insurance 50.361 -0.182 -0.456% -2.216% -5.041% -0.305% +CHTR Charter Communications 0.1 Communication Services Cable & Satellite 40.300 -3.840 -5.593% -10.876% 4.096% 5.351% +TFC Truist Financial 0.1 Financials Diversified Banks 50.929 -0.099 -1.118% -2.139% -3.678% -7.655% +O Realty Income 0.1 Real Estate Retail REITs 59.120 0.147 -0.312% 2.456% 1.984% 9.032% +MPC Marathon Petroleum 0.1 Energy Oil & Gas Refining & Marketing 64.016 0.125 1.676% 3.646% 10.181% 23.960% +ALL Allstate 0.1 Financials Property & Casualty Insurance 39.753 -1.272 -0.260% -5.982% -6.904% 3.392% +SPG Simon Property Group 0.1 Real Estate Retail REITs 42.519 -0.588 -1.628% -3.584% -4.469% -8.402% +PSA Public Storage 0.1 Real Estate Self-Storage REITs 37.081 -1.603 -3.115% -5.526% -1.912% -3.025% +CTVA Corteva 0.09 Materials Fertilizers & Agricultural Chemicals 79.618 0.027 2.844% 7.141% 19.877% 31.395% +PSX Phillips 66 0.09 Energy Oil & Gas Refining & Marketing 66.818 0.857 3.200% 3.242% -3.105% 11.586% +OKE Oneok 0.09 Energy Oil & Gas Storage & Transportation 44.370 0.151 -2.087% -3.034% -19.354% -16.868% +GWW W. W. Grainger 0.09 Industrials Industrial Machinery & Supplies & Components 41.146 -6.945 -3.334% -4.476% 7.088% -4.459% +NDAQ Nasdaq, Inc. 0.09 Financials Financial Exchanges & Data 67.017 -0.093 -0.484% 5.548% 12.300% 11.488% +TEL TE Connectivity 0.09 Information Technology Electronic Manufacturing Services 58.186 -0.625 -1.189% 0.546% 11.963% 13.123% +AIG American International Group 0.09 Financials Multi-line Insurance 50.249 -0.152 -0.178% 0.202% 0.645% 20.357% +AMP Ameriprise Financial 0.09 Financials Asset Management & Custody Banks 49.345 -1.974 -1.788% -2.401% 2.707% -3.340% +SLB Schlumberger 0.09 Energy Oil & Gas Equipment & Services 57.708 0.299 0.448% 3.703% -13.154% -3.965% +BDX Becton Dickinson 0.09 Health Care Health Care Equipment 37.010 0.632 -2.391% -4.573% -27.285% -24.767% +SRE Sempra 0.09 Utilities Multi-Utilities 43.921 -0.476 -2.093% -4.909% 6.271% -12.575% +PCAR Paccar 0.09 Industrials Construction Machinery & Heavy Transportation Equipment 41.136 -0.353 -3.366% -5.990% -7.730% -15.829% +FAST Fastenal 0.09 Industrials Trading Companies & Distributors 50.934 -0.073 -2.720% 1.294% 9.893% 11.159% +LHX L3Harris 0.09 Industrials Aerospace & Defense 61.562 -0.266 0.876% 7.803% 18.553% 16.592% +CPRT Copart 0.09 Industrials Diversified Support Services 18.325 -0.153 -5.188% -22.298% -11.086% -18.806% +GM General Motors 0.09 Consumer Discretionary Automobile Manufacturers 48.323 -0.094 -3.569% -4.222% -2.731% -3.801% +D Dominion Energy 0.09 Utilities Multi-Utilities 40.686 -0.309 -2.501% -6.586% -1.455% 2.945% +URI United Rentals 0.09 Industrials Trading Companies & Distributors 51.566 -4.203 -2.956% -2.348% 10.779% -3.519% +KDP Keurig Dr Pepper 0.08 Consumer Staples Soft Drinks & Non-alcoholic Beverages 49.577 0.061 1.065% -1.949% -0.658% 2.090% +OXY Occidental Petroleum 0.08 Energy Oil & Gas Exploration & Production 60.921 0.359 1.137% 8.234% -5.442% -1.456% +HES Hess Corporation 0.08 Energy Integrated Oil & Gas 66.673 1.073 2.191% 8.792% -8.712% 10.755% +VLO Valero Energy 0.08 Energy Oil & Gas Refining & Marketing 65.600 0.860 3.998% 5.453% 3.404% 14.523% +FANG Diamondback Energy 0.08 Energy Oil & Gas Exploration & Production 57.348 1.176 -0.094% 7.539% -6.121% -4.677% +TTWO Take-Two Interactive 0.08 Communication Services Interactive Home Entertainment 61.732 0.428 1.602% 0.421% 13.772% 31.116% +CMI Cummins 0.08 Industrials Construction Machinery & Heavy Transportation Equipment 44.910 -1.785 -2.655% -4.995% -3.199% -10.180% +KR Kroger 0.08 Consumer Staples Food Retail 39.996 -0.012 1.393% -5.727% 1.236% 7.604% +TGT Target Corporation 0.08 Consumer Staples Consumer Staples Merchandise Retail 47.166 0.003 -3.048% -3.057% -8.714% -27.223% +GLW Corning Inc. 0.08 Information Technology Electronic Components 60.085 -0.185 0.079% 5.231% 3.739% 8.557% +EW Edwards Lifesciences 0.08 Health Care Health Care Equipment 40.549 -0.532 -1.974% -4.947% 4.271% 1.607% +CCI Crown Castle 0.08 Real Estate Telecom Tower REITs 46.302 -0.027 -0.050% -3.440% -4.981% 6.975% +FICO Fair Isaac 0.08 Information Technology Application Software 44.319 9.852 -2.291% -12.993% -4.846% -14.015% +VRSK Verisk Analytics 0.08 Industrials Research & Consulting Services 43.192 -1.900 -1.676% -2.181% 6.462% 11.145% +FIS Fidelity National Information Services 0.08 Financials Transaction & Payment Processing Services 54.010 -0.152 -0.765% -0.199% 8.104% 0.124% +EXC Exelon 0.08 Utilities Electric Utilities 39.535 0.003 -1.189% -4.270% -4.979% 15.892% +KMB Kimberly-Clark 0.08 Consumer Staples Household Products 29.744 -1.152 -3.681% -9.652% -7.995% -1.849% +MSCI MSCI Inc. 0.08 Financials Financial Exchanges & Data 39.291 -2.664 -1.930% -4.813% -3.935% -9.062% +ROST Ross Stores 0.08 Consumer Discretionary Apparel Retail 28.743 -1.724 -6.115% -16.980% 2.769% -13.829% +IDXX Idexx Laboratories 0.08 Health Care Health Care Equipment 57.692 -2.856 -0.826% 0.520% 23.591% 26.558% +F Ford Motor Company 0.08 Consumer Discretionary Automobile Manufacturers 51.928 0.001 -2.158% -2.705% 4.196% 7.637% +KVUE Kenvue 0.08 Consumer Staples Personal Care Products 36.702 -0.099 -2.243% -11.479% -8.679% -0.697% +AME Ametek 0.08 Industrials Electrical Components & Equipment 51.568 -0.570 -1.736% -1.681% 1.040% -1.660% +PEG Public Service Enterprise Group 0.08 Utilities Electric Utilities 58.371 0.201 1.596% 3.440% -1.441% -1.061% +CBRE CBRE Group 0.07 Real Estate Real Estate Services 60.855 0.576 -0.269% 4.013% 2.567% 3.529% +CAH Cardinal Health 0.07 Health Care Health Care Distributors 78.430 0.676 7.731% 6.868% 24.286% 42.697% +CTSH Cognizant 0.07 Information Technology IT Consulting & Other Services 48.020 -0.310 -1.872% -2.284% 2.500% 1.124% +BKR Baker Hughes 0.07 Energy Oil & Gas Equipment & Services 57.411 0.206 -0.128% 4.392% -12.777% -2.647% +YUM Yum! Brands 0.07 Consumer Discretionary Restaurants 30.853 -0.395 -3.521% -7.160% -12.369% 5.249% +GRMN Garmin 0.07 Consumer Discretionary Consumer Electronics 43.181 -1.120 -5.179% -2.680% -4.988% -3.845% +EA Electronic Arts 0.07 Communication Services Interactive Home Entertainment 56.868 0.355 2.248% -0.606% 5.410% 0.720% +XEL Xcel Energy 0.07 Utilities Multi-Utilities 37.295 -0.321 -2.886% -8.352% -5.436% -0.181% +OTIS Otis Worldwide 0.07 Industrials Industrial Machinery & Supplies & Components 47.725 0.071 0.283% -2.586% -6.114% 1.939% +DHI D. R. Horton 0.07 Consumer Discretionary Homebuilding 47.954 0.100 -2.828% -1.141% -7.512% -14.453% +PRU Prudential Financial 0.07 Financials Life & Health Insurance 49.318 -0.083 -0.478% -1.662% -6.021% -9.146% +RMD ResMed 0.07 Health Care Health Care Equipment 58.260 -0.516 -0.191% 1.104% 13.464% 8.979% +MCHP Microchip Technology 0.07 Information Technology Semiconductors 66.003 -0.095 -2.270% 11.875% 33.373% 21.161% +TRGP Targa Resources 0.07 Energy Oil & Gas Storage & Transportation 53.613 1.201 -0.271% 4.564% -15.136% -1.524% +ROK Rockwell Automation 0.07 Industrials Electrical Components & Equipment 65.024 -2.030 -0.997% 4.450% 24.685% 11.857% +ED Consolidated Edison 0.07 Utilities Multi-Utilities 38.861 0.028 -1.775% -4.711% -7.144% 13.345% +ETR Entergy 0.07 Utilities Electric Utilities 42.104 -0.139 -1.497% -4.044% -4.395% 10.562% +SYY Sysco 0.07 Consumer Staples Food Distributors 53.039 -0.010 -1.030% 0.339% 3.905% -4.035% +EBAY eBay Inc. 0.07 Consumer Discretionary Broadline Retail 67.150 -0.160 -0.449% 6.805% 16.868% 20.933% +HIG Hartford (The) 0.07 Financials Property & Casualty Insurance 43.959 -0.658 0.426% -4.809% 4.370% 16.664% +EQT EQT Corporation 0.07 Energy Oil & Gas Exploration & Production 66.850 0.267 10.006% 5.753% 10.497% 39.563% +BRO Brown & Brown 0.07 Financials Insurance Brokers 44.952 -0.065 3.647% -3.699% -9.608% 7.292% +WAB Wabtec 0.06 Industrials Construction Machinery & Heavy Transportation Equipment 51.178 -1.069 -1.607% -1.924% 8.306% 5.539% +HSY Hershey Company (The) 0.06 Consumer Staples Packaged Foods & Meats 58.446 1.002 0.994% 9.004% 3.192% -1.589% +VMC Vulcan Materials Company 0.06 Materials Construction Materials 42.440 -1.415 -1.141% -5.557% 8.135% -2.548% +LYV Live Nation Entertainment 0.06 Communication Services Movies & Entertainment 62.736 0.181 3.252% 1.347% 21.385% 11.818% +VICI Vici Properties 0.06 Real Estate Hotel & Resort REITs 57.054 0.062 -0.462% 1.284% 1.000% 11.830% +ACGL Arch Capital Group 0.06 Financials Property & Casualty Insurance 42.791 -0.446 1.018% -4.130% -2.326% 1.792% +CSGP CoStar Group 0.06 Real Estate Real Estate Services 55.036 0.397 -2.714% 4.190% 0.696% 12.435% +MPWR Monolithic Power Systems 0.06 Information Technology Semiconductors 52.904 -3.678 -3.828% -0.990% 13.829% 15.913% +ODFL Old Dominion 0.06 Industrials Cargo Ground Transportation 41.689 -0.824 -3.751% -8.001% -3.165% -18.637% +WEC WEC Energy Group 0.06 Utilities Electric Utilities 40.988 -0.196 -1.658% -3.477% -3.692% 11.717% +A Agilent Technologies 0.06 Health Care Life Sciences Tools & Services 52.503 0.028 -3.508% 1.798% -3.957% -13.149% +IR Ingersoll Rand 0.06 Industrials Industrial Machinery & Supplies & Components 47.860 -0.412 -2.897% -2.569% -1.078% -13.007% +GEHC GE HealthCare 0.06 Health Care Health Care Equipment 51.392 -0.025 -2.057% 0.056% -12.126% -6.745% +MLM Martin Marietta Materials 0.06 Materials Construction Materials 45.709 -3.058 -1.293% -4.405% 11.371% 0.588% +CCL Carnival 0.06 Consumer Discretionary Hotels, Resorts & Cruise Lines 55.481 -0.188 -1.089% 3.100% 11.368% -4.875% +DXCM Dexcom 0.06 Health Care Health Care Equipment 43.153 -0.934 -2.386% -7.248% 7.855% 7.640% +EFX Equifax 0.06 Industrials Research & Consulting Services 39.498 -1.925 -6.670% -8.530% 4.083% -1.339% +EXR Extra Space Storage 0.06 Real Estate Self-Storage REITs 43.321 -0.553 -2.542% -3.689% 0.398% -0.819% +DAL Delta Air Lines 0.06 Industrials Passenger Airlines 46.937 -0.409 -3.274% -4.842% 1.299% -19.226% +IT Gartner 0.06 Information Technology IT Consulting & Other Services 29.273 -3.304 -3.417% -10.835% -4.633% -17.104% +XYL Xylem Inc. 0.06 Industrials Industrial Machinery & Supplies & Components 49.350 -0.478 -1.488% -1.480% 4.414% 7.022% +KHC Kraft Heinz 0.06 Consumer Staples Packaged Foods & Meats 30.556 -0.021 -2.801% -7.957% -13.564% -15.248% +IRM Iron Mountain 0.06 Real Estate Other Specialized REITs 66.350 -0.102 1.654% 2.099% 16.081% -0.543% +NRG NRG Energy 0.06 Utilities Independent Power Producers & Energy Traders 58.070 -2.146 2.395% -4.409% 53.191% 71.873% +RJF Raymond James Financial 0.06 Financials Investment Banking & Brokerage 54.545 -0.096 0.413% -2.804% 4.664% -2.677% +PCG PG&E Corporation 0.06 Utilities Multi-Utilities 28.867 -0.224 -2.224% -20.688% -18.198% -26.719% +ANSS Ansys 0.06 Information Technology Application Software 49.226 -1.041 -2.972% -2.824% 3.573% 0.758% +WTW Willis Towers Watson 0.05 Financials Insurance Brokers 38.493 -0.980 0.520% -4.873% -11.064% -3.268% +AVB AvalonBay Communities 0.05 Real Estate Multi-Family Residential REITs 51.561 0.254 -0.010% -0.992% -2.355% -6.055% +LVS Las Vegas Sands 0.05 Consumer Discretionary Casinos & Gaming 54.063 -0.075 -0.143% 2.052% -2.565% -18.111% +HUM Humana 0.05 Health Care Managed Health Care 55.417 2.375 5.031% -4.665% -8.781% 1.480% +NUE Nucor 0.05 Materials Steel 62.280 0.743 7.726% 9.722% -2.564% 6.968% +MTB M&T Bank 0.05 Financials Regional Banks 51.767 -0.718 -1.534% -2.175% 2.708% -2.391% +GIS General Mills 0.05 Consumer Staples Packaged Foods & Meats 36.905 -0.048 -2.342% -3.340% -9.175% -17.133% +STZ Constellation Brands 0.05 Consumer Staples Distillers & Vintners 23.929 -1.459 -5.348% -15.509% -10.555% -29.920% +EXE Expand Energy 0.05 Energy Oil & Gas Exploration & Production 64.892 0.156 7.609% 5.090% 10.545% 27.799% +VTR Ventas 0.05 Real Estate Health Care REITs 39.156 0.018 -1.120% -3.494% -7.399% 6.814% +STT State Street Corporation 0.05 Financials Asset Management & Custody Banks 61.345 -0.268 2.055% 1.596% 9.700% 4.813% +DD DuPont 0.05 Materials Specialty Chemicals 46.404 -0.189 -3.660% -3.017% -13.090% -13.862% +BR Broadridge Financial Solutions 0.05 Industrials Data Processing & Outsourced Services 44.608 -0.812 -1.406% -2.015% 1.702% 6.589% +STX Seagate Technology 0.05 Information Technology Technology Hardware, Storage & Peripherals 77.578 -0.425 3.803% 22.745% 48.563% 43.341% +LULU Lululemon Athletica 0.05 Consumer Discretionary Apparel, Accessories & Luxury Goods 25.249 -8.882 -9.367% -30.113% -29.527% -38.547% +KEYS Keysight Technologies 0.05 Information Technology Electronic Equipment & Instruments 52.355 -0.619 -1.452% -1.634% 3.230% -0.044% +WRB W. R. Berkley Corporation 0.05 Financials Property & Casualty Insurance 49.558 -0.256 0.539% -1.047% 14.452% 25.765% +LEN Lennar 0.05 Consumer Discretionary Homebuilding 39.901 -0.430 -7.256% -5.510% -13.875% -26.799% +K Kellanova 0.05 Consumer Staples Packaged Foods & Meats 22.887 -0.281 -3.272% -4.327% -4.118% -1.804% +AWK American Water Works 0.05 Utilities Water Utilities 48.114 0.119 0.348% -1.891% -0.501% 13.397% +TSCO Tractor Supply 0.05 Consumer Discretionary Other Specialty Retail 56.527 0.233 1.403% 0.833% 0.367% -1.901% +CNC Centene Corporation 0.05 Health Care Managed Health Care 40.315 0.070 -0.217% -10.991% -7.497% -7.295% +DTE DTE Energy 0.05 Utilities Multi-Utilities 39.788 -0.354 -2.349% -4.762% -3.753% 12.142% +ROL Rollins, Inc. 0.05 Industrials Environmental & Facilities Services 42.986 -0.238 -1.597% -2.146% 8.514% 18.864% +IQV IQVIA 0.05 Health Care Life Sciences Tools & Services 54.913 1.283 -2.657% 6.664% -16.091% -19.040% +EL Estée Lauder Companies (The) 0.05 Consumer Staples Personal Care Products 67.687 0.489 6.957% 13.075% 9.850% -0.320% +WBD Warner Bros. Discovery 0.05 Communication Services Broadcasting 62.387 0.061 0.571% 14.518% -0.751% -0.564% +VRSN Verisign 0.05 Information Technology Internet Services & Infrastructure 55.655 -0.049 0.475% 0.114% 16.033% 46.866% +SMCI Supermicro 0.05 Information Technology Technology Hardware, Storage & Peripherals 58.929 -0.073 2.916% 3.975% 13.734% 37.977% +ADM Archer Daniels Midland 0.05 Consumer Staples Agricultural Products & Services 75.391 0.702 10.931% 7.636% 16.058% 8.305% +EQR Equity Residential 0.05 Real Estate Multi-Family Residential REITs 47.375 -0.051 -0.577% -3.150% -1.853% -1.881% +DRI Darden Restaurants 0.05 Consumer Discretionary Restaurants 65.888 0.405 2.334% 7.588% 11.929% 39.332% +FITB Fifth Third Bancorp 0.05 Financials Regional Banks 53.370 -0.102 -0.920% -0.742% -1.648% -8.946% +AEE Ameren 0.05 Utilities Multi-Utilities 39.781 -0.153 -1.492% -4.220% -5.552% 8.616% +GDDY GoDaddy 0.05 Information Technology Internet Services & Infrastructure 41.385 -0.542 -0.277% -6.234% -2.363% -11.847% +TPL Texas Pacific Land Corporation 0.05 Energy Oil & Gas Exploration & Production 31.574 -1.192 -1.843% -21.228% -21.272% -3.115% +PPL PPL Corporation 0.05 Utilities Electric Utilities 39.990 -0.039 -0.562% -3.726% -3.974% 6.331% +DG Dollar General 0.05 Consumer Staples Consumer Staples Merchandise Retail 67.065 0.013 0.772% 9.892% 37.517% 47.893% +TYL Tyler Technologies 0.05 Information Technology Application Software 46.588 -0.719 -2.632% -0.968% -0.053% -3.808% +UAL United Airlines Holdings 0.05 Industrials Passenger Airlines 44.546 -1.028 -5.507% -2.660% 0.351% -18.771% +PPG PPG Industries 0.05 Materials Specialty Chemicals 45.008 -0.709 -4.221% -4.877% -2.714% -10.730% +IP International Paper 0.05 Materials Paper & Plastic Packaging Products & Materials 42.643 -0.179 -2.039% -7.778% -11.800% -14.019% +SBAC SBA Communications 0.05 Real Estate Telecom Tower REITs 48.844 -0.055 1.588% -2.336% 3.326% 13.558% +ATO Atmos Energy 0.04 Utilities Gas Utilities 43.343 -0.082 -0.052% -4.217% 1.041% 11.715% +DOV Dover Corporation 0.04 Industrials Industrial Machinery & Supplies & Components 45.383 -0.615 -1.920% -4.651% -3.089% -6.943% +VLTO Veralto 0.04 Industrials Environmental & Facilities Services 42.363 -0.569 -1.202% -4.891% -1.131% -4.149% +MTD Mettler Toledo 0.04 Health Care Life Sciences Tools & Services 48.031 -5.266 -3.982% -3.417% -4.574% -5.679% +FTV Fortive 0.04 Industrials Industrial Machinery & Supplies & Components 45.398 -0.313 -2.062% -2.946% -6.469% -5.200% +CHD Church & Dwight 0.04 Consumer Staples Household Products 40.442 -0.201 -3.239% -0.991% -11.270% -9.418% +CBOE Cboe Global Markets 0.04 Financials Financial Exchanges & Data 55.304 -0.066 2.113% 0.681% 3.728% 13.760% +HPE Hewlett Packard Enterprise 0.04 Information Technology Technology Hardware, Storage & Peripherals 52.311 -0.066 -2.415% 0.339% 9.550% -13.647% +SYF Synchrony Financial 0.04 Financials Consumer Finance 59.952 -0.015 -0.550% 2.691% 14.071% -3.365% +STE Steris 0.04 Health Care Health Care Equipment 43.577 -1.483 -1.873% -5.685% 4.772% 14.115% +CNP CenterPoint Energy 0.04 Utilities Multi-Utilities 32.253 -0.141 -1.304% -5.072% -1.112% 13.104% +ES Eversource Energy 0.04 Utilities Electric Utilities 42.290 -0.446 -4.805% -4.805% 1.299% 11.111% +TDY Teledyne Technologies 0.04 Information Technology Electronic Equipment & Instruments 46.728 -1.980 -1.867% -1.312% -2.073% 6.653% +HBAN Huntington Bancshares 0.04 Financials Regional Banks 51.645 -0.080 -2.237% -1.317% 5.217% -1.131% +CINF Cincinnati Financial 0.04 Financials Property & Casualty Insurance 46.198 -0.813 -0.878% -2.977% -0.356% 1.888% +FE FirstEnergy 0.04 Utilities Electric Utilities 35.892 -0.134 -1.169% -6.997% -0.176% 1.533% +CPAY Corpay 0.04 Financials Transaction & Payment Processing Services 39.755 -1.938 -9.839% -7.749% -10.884% -7.297% +HPQ HP Inc. 0.04 Information Technology Technology Hardware, Storage & Peripherals 37.883 -0.158 -2.579% -16.563% -15.188% -25.577% +CDW CDW Corporation 0.04 Information Technology Technology Distributors 41.040 -1.611 -3.272% -9.623% 1.136% -0.869% +SW Smurfit Westrock 0.04 Materials Paper & Plastic Packaging Products & Materials 44.402 -0.136 -2.305% -7.727% -7.263% -18.071% +DVN Devon Energy 0.04 Energy Oil & Gas Exploration & Production 58.065 0.274 -1.247% 5.813% -5.785% 9.453% +ON ON Semiconductor 0.04 Information Technology Semiconductors 61.841 0.275 0.927% 18.075% 20.972% -19.513% +JBL Jabil 0.04 Information Technology Electronic Manufacturing Services 86.906 1.990 14.700% 22.178% 42.293% 42.432% +NTRS Northern Trust 0.04 Financials Asset Management & Custody Banks 63.207 -0.095 2.342% 3.410% 12.248% 10.825% +LH Labcorp 0.04 Health Care Health Care Services 63.630 0.443 0.554% 4.222% 10.862% 15.501% +ULTA Ulta Beauty 0.04 Consumer Discretionary Other Specialty Retail 68.989 -0.794 3.609% 14.252% 38.889% 13.649% +HUBB Hubbell Incorporated 0.04 Industrials Industrial Machinery & Supplies & Components 60.185 -0.964 2.504% 2.480% 17.557% -6.274% +PODD Insulet Corporation 0.04 Health Care Health Care Equipment 46.363 -3.551 -0.149% -7.842% 13.716% 17.684% +AMCR Amcor 0.04 Materials Paper & Plastic Packaging Products & Materials 45.055 0.006 -1.201% -2.688% -6.893% -4.131% +EXPE Expedia Group 0.04 Consumer Discretionary Hotels, Resorts & Cruise Lines 42.977 -1.259 -6.266% -0.037% -6.141% -7.814% +WDC Western Digital 0.04 Information Technology Technology Hardware, Storage & Peripherals 80.106 0.088 6.323% 16.907% 32.981% 23.243% +NTAP NetApp 0.04 Information Technology Technology Hardware, Storage & Peripherals 56.672 -0.369 0.117% 1.672% 11.564% -13.174% +INVH Invitation Homes 0.04 Real Estate Single-Family Residential REITs 52.399 0.045 1.291% -1.661% -0.852% 6.770% +CMS CMS Energy 0.04 Utilities Multi-Utilities 40.458 -0.012 -1.729% -4.432% -6.649% 4.465% +NVR NVR, Inc. 0.04 Consumer Discretionary Homebuilding 42.651 -17.451 -4.343% -3.151% -4.230% -15.060% +DLTR Dollar Tree 0.04 Consumer Staples Consumer Staples Merchandise Retail 61.216 0.112 3.524% 7.625% 50.999% 40.797% +DOW Dow Inc. 0.04 Materials Commodity Chemicals 44.203 0.111 -7.106% -4.330% -22.152% -29.016% +TROW T. Rowe Price 0.04 Financials Asset Management & Custody Banks 45.594 -0.404 -3.113% -5.098% -0.967% -18.337% +CTRA Coterra 0.04 Energy Oil & Gas Exploration & Production 63.514 0.197 3.763% 7.516% -7.790% 12.679% +WAT Waters Corporation 0.04 Health Care Life Sciences Tools & Services 44.005 -1.262 -1.933% -6.280% -6.569% -5.846% +DGX Quest Diagnostics 0.04 Health Care Health Care Services 59.695 0.559 1.582% 0.864% 8.002% 18.863% +PTC PTC Inc. 0.04 Information Technology Application Software 47.717 -0.719 -2.591% -3.850% 4.171% -11.788% +PHM PulteGroup 0.04 Consumer Discretionary Homebuilding 45.496 -0.124 -4.138% -2.142% -5.886% -10.917% +WSM Williams-Sonoma, Inc. 0.04 Consumer Discretionary Homefurnishing Retail 51.226 -0.270 3.124% -7.002% -2.758% -13.774% +RF Regions Financial Corporation 0.04 Financials Regional Banks 54.455 -0.030 -1.480% -1.303% 1.292% -5.711% +MKC McCormick & Company 0.04 Consumer Staples Packaged Foods & Meats 44.671 0.059 -3.213% -1.361% -9.294% -7.541% +STLD Steel Dynamics 0.04 Materials Steel 48.045 -0.288 0.062% -3.893% 2.740% 11.434% +LII Lennox International 0.04 Industrials Building Products 44.664 -2.061 -0.550% -8.229% -5.330% -14.162% +TSN Tyson Foods 0.04 Consumer Staples Packaged Foods & Meats 35.827 0.017 -1.878% -4.264% -10.079% -7.853% +IFF International Flavors & Fragrances 0.04 Materials Specialty Chemicals 43.800 -0.260 -4.392% -3.839% -6.082% -12.266% +HAL Halliburton 0.04 Energy Oil & Gas Equipment & Services 58.437 0.297 0.406% 8.789% -10.844% -14.799% +LDOS Leidos 0.04 Industrials Diversified Support Services 49.536 0.020 1.665% -7.455% 10.011% 1.575% +LYB LyondellBasell 0.04 Materials Specialty Chemicals 49.918 0.376 -4.058% 0.205% -19.329% -21.604% +WY Weyerhaeuser 0.04 Real Estate Timber REITs 44.672 -0.038 -5.080% -0.916% -13.750% -7.117% +EIX Edison International 0.04 Utilities Electric Utilities 39.953 -0.394 1.713% -13.463% -14.358% -35.523% +BIIB Biogen 0.03 Health Care Biotechnology 44.921 -0.799 -4.900% -3.072% -10.497% -13.795% +GPN Global Payments 0.03 Financials Transaction & Payment Processing Services 45.311 0.104 -4.358% -4.478% -21.791% -31.369% +NI NiSource 0.03 Utilities Multi-Utilities 50.037 -0.002 -0.456% -0.582% -0.733% 10.866% +L Loews Corporation 0.03 Financials Multi-line Insurance 49.726 -0.123 -0.248% -0.675% 0.170% 8.380% +GEN Gen Digital 0.03 Information Technology Systems Software 57.446 -0.020 -0.272% 3.344% 6.531% 5.878% +ERIE Erie Indemnity 0.03 Financials Insurance Brokers 39.025 -0.121 -2.293% -5.516% -14.962% -13.510% +ESS Essex Property Trust 0.03 Real Estate Multi-Family Residential REITs 51.231 0.289 -0.762% -1.214% -5.982% 0.007% +CFG Citizens Financial Group 0.03 Financials Regional Banks 55.675 -0.063 -0.193% 0.048% 0.805% -3.141% +LUV Southwest Airlines 0.03 Industrials Passenger Airlines 44.750 -0.356 -6.957% -4.123% -8.755% -4.034% +ZBH Zimmer Biomet 0.03 Health Care Health Care Equipment 39.888 0.078 -3.916% -5.034% -18.993% -14.462% +KEY KeyCorp 0.03 Financials Regional Banks 52.310 -0.052 -1.356% -1.719% -0.497% -5.601% +TPR Tapestry, Inc. 0.03 Consumer Discretionary Apparel, Accessories & Luxury Goods 62.422 0.182 3.046% 2.084% 15.540% 35.696% +MAA Mid-America Apartment Communities 0.03 Real Estate Multi-Family Residential REITs 36.044 -0.169 -0.958% -7.128% -8.396% -1.293% +TRMB Trimble Inc. 0.03 Information Technology Electronic Equipment & Instruments 55.490 -0.299 -1.158% -0.844% 1.443% 1.429% +PFG Principal Financial Group 0.03 Financials Life & Health Insurance 44.161 -0.150 -0.680% -5.662% -9.699% 1.415% +PKG Packaging Corporation of America 0.03 Materials Paper & Plastic Packaging Products & Materials 39.781 -1.099 -3.613% -3.792% -5.553% -18.755% +HRL Hormel Foods 0.03 Consumer Staples Packaged Foods & Meats 46.916 -0.090 -2.489% 0.066% 1.617% -5.455% +FFIV F5, Inc. 0.03 Information Technology Communications Equipment 51.216 -1.220 -2.189% -0.146% 6.704% 13.683% +GPC Genuine Parts Company 0.03 Consumer Discretionary Distributors 37.863 -1.157 -3.593% -7.147% -1.549% 2.838% +CF CF Industries 0.03 Materials Fertilizers & Agricultural Chemicals 71.257 0.592 5.323% 14.092% 30.408% 18.808% +FDS FactSet 0.03 Financials Financial Exchanges & Data 37.268 -2.407 0.392% -9.597% -1.367% -10.149% +SNA Snap-on 0.03 Industrials Industrial Machinery & Supplies & Components 36.558 -1.631 -4.334% -6.094% -6.988% -9.297% +RL Ralph Lauren Corporation 0.03 Consumer Discretionary Apparel, Accessories & Luxury Goods 52.125 -2.861 0.052% -4.422% 18.958% 21.077% +PNR Pentair 0.03 Industrials Industrial Machinery & Supplies & Components 48.984 -0.710 -2.288% -2.837% 9.785% -4.181% +MOH Molina Healthcare 0.03 Health Care Managed Health Care 42.783 0.276 0.244% -9.447% -6.319% -0.421% +WST West Pharmaceutical Services 0.03 Health Care Health Care Supplies 50.640 0.236 -2.705% 1.170% -4.202% -33.004% +EXPD Expeditors International 0.03 Industrials Air Freight & Logistics 49.515 0.027 -1.197% -2.852% -2.239% -1.093% +BALL Ball Corporation 0.03 Materials Metal, Glass & Plastic Containers 61.944 0.116 1.638% 2.761% 8.261% 0.396% +DPZ Domino's 0.03 Consumer Discretionary Restaurants 35.803 -1.726 -0.029% -9.390% -4.137% 3.729% +J Jacobs Solutions 0.03 Industrials Construction & Engineering 53.266 -0.062 0.220% -0.609% 5.516% -2.977% +LNT Alliant Energy 0.03 Utilities Electric Utilities 41.182 -0.131 -1.832% -4.987% -5.570% 3.199% +BAX Baxter International 0.03 Health Care Health Care Equipment 43.003 -0.061 -5.096% -5.277% -10.885% 3.079% +EVRG Evergy 0.03 Utilities Electric Utilities 49.792 0.119 -1.067% -1.023% -1.736% 10.397% +DECK Deckers Brands 0.03 Consumer Discretionary Footwear 37.708 -0.608 -6.421% -21.608% -12.683% -49.871% +FSLR First Solar 0.03 Information Technology Semiconductors 40.756 -2.416 -14.411% -14.083% 11.840% -22.033% +ZBRA Zebra Technologies 0.03 Information Technology Electronic Equipment & Instruments 53.845 -1.590 -0.372% -1.764% 2.358% -23.924% +CLX Clorox 0.03 Consumer Staples Household Products 26.089 -0.463 -4.221% -10.759% -16.795% -25.223% +APTV Aptiv 0.03 Consumer Discretionary Automotive Parts & Equipment 54.216 -0.303 -3.605% 0.252% 8.291% 19.435% +BBY Best Buy 0.03 Consumer Discretionary Computer & Electronics Retail 43.491 -0.372 -6.731% -4.765% -7.784% -21.218% +TKO TKO Group Holdings 0.03 Communication Services Movies & Entertainment 68.901 0.848 6.688% 8.117% 16.988% 23.786% +HOLX Hologic 0.03 Health Care Health Care Equipment 59.156 0.028 -0.945% 13.281% 4.852% -10.494% +KIM Kimco Realty 0.03 Real Estate Retail REITs 50.916 -0.031 0.048% -1.408% 0.430% -9.794% +EG Everest Group 0.03 Financials Reinsurance 41.504 -0.876 -0.716% -4.204% -6.172% -4.430% +TXT Textron 0.03 Industrials Aerospace & Defense 58.250 -0.019 -0.247% 0.736% 4.245% 0.657% +TER Teradyne 0.03 Information Technology Semiconductor Materials & Equipment 56.927 0.275 -0.611% 5.944% -2.177% -30.306% +JBHT J.B. Hunt 0.03 Industrials Cargo Ground Transportation 47.707 -0.212 -1.341% -4.144% -5.756% -18.369% +COO Cooper Companies (The) 0.03 Health Care Health Care Supplies 38.004 -0.046 -2.254% -14.344% -13.161% -24.440% +AVY Avery Dennison 0.03 Materials Paper & Plastic Packaging Products & Materials 43.568 -0.784 -1.928% -5.457% -1.762% -6.915% +OMC Omnicom Group 0.03 Communication Services Advertising 37.964 -0.179 -5.293% -8.766% -13.967% -20.889% +UDR UDR, Inc. 0.03 Real Estate Multi-Family Residential REITs 47.359 0.020 -1.083% -2.095% -5.775% -4.261% +INCY Incyte 0.02 Health Care Biotechnology 56.374 -0.050 -0.842% 4.548% 12.694% 1.066% +IEX IDEX Corporation 0.02 Industrials Industrial Machinery & Supplies & Components 39.594 -0.950 -4.444% -7.028% -4.735% -17.302% +PAYC Paycom 0.02 Industrials Human Resource & Employment Services 32.294 -4.033 -7.538% -10.691% 8.072% 11.137% +JKHY Jack Henry & Associates 0.02 Financials Transaction & Payment Processing Services 54.449 -0.265 0.884% -2.489% 3.474% 2.771% +ALGN Align Technology 0.02 Health Care Health Care Supplies 50.161 -0.523 -2.949% -1.408% 6.635% -15.365% +MAS Masco 0.02 Industrials Building Products 41.278 -0.243 -4.635% -7.587% -13.507% -17.658% +REG Regency Centers 0.02 Real Estate Retail REITs 44.526 -0.169 -0.408% -3.295% -1.832% -3.401% +SOLV Solventum 0.02 Health Care Health Care Technology 48.307 -0.348 -2.392% -2.771% -3.147% 8.581% +CPT Camden Property Trust 0.02 Real Estate Multi-Family Residential REITs 45.980 -0.181 -1.533% -2.701% -3.690% 2.003% +ARE Alexandria Real Estate Equities 0.02 Real Estate Office REITs 44.601 0.387 -3.156% -1.801% -26.913% -27.622% +FOXA Fox Corporation (Class A) 0.02 Communication Services Broadcasting 53.600 -0.166 0.091% -3.168% 2.819% 10.682% +BF.B Brown–Forman 0.02 Consumer Staples Distillers & Vintners 19.286 -0.504 -6.727% -27.501% -26.546% -37.863% +NDSN Nordson Corporation 0.02 Industrials Industrial Machinery & Supplies & Components 55.950 -0.471 -2.622% 5.499% 3.837% 0.348% +BLDR Builders FirstSource 0.02 Industrials Building Products 41.318 -0.139 -6.567% -6.779% -17.016% -29.718% +JNPR Juniper Networks 0.02 Information Technology Communications Equipment 47.828 -0.009 -0.139% -0.802% -0.857% -3.836% +BEN Franklin Resources 0.02 Financials Asset Management & Custody Banks 62.001 -0.006 0.222% 1.894% 12.894% 12.165% +DOC Healthpeak Properties 0.02 Real Estate Health Care REITs 40.927 0.016 -2.627% -2.516% -16.216% -14.665% +ALLE Allegion 0.02 Industrials Building Products 44.192 -0.718 -0.826% -4.788% 7.109% 3.261% +BG Bunge Global 0.02 Consumer Staples Agricultural Products & Services 68.090 1.139 13.356% 6.405% 15.686% 8.113% +MOS Mosaic Company (The) 0.02 Materials Fertilizers & Agricultural Chemicals 65.470 -0.188 5.166% 2.561% 28.400% 50.082% +BXP BXP, Inc. 0.02 Real Estate Office REITs 57.977 -0.035 -1.740% 6.080% 4.732% -3.395% +FOX Fox Corporation (Class B) 0.02 Communication Services Broadcasting 52.912 -0.126 0.200% -3.719% 1.660% 7.930% +RVTY Revvity 0.02 Health Care Health Care Equipment 51.768 0.472 -1.728% 0.887% -11.750% -13.496% +AKAM Akamai Technologies 0.02 Information Technology Internet Services & Infrastructure 52.813 0.290 0.652% 1.561% -3.495% -16.383% +CHRW C.H. Robinson 0.02 Industrials Air Freight & Logistics 42.606 -0.430 -1.237% -6.655% -5.932% -12.250% +UHS Universal Health Services 0.02 Health Care Health Care Facilities 35.745 -2.006 -0.609% -12.512% -4.175% -3.543% +HST Host Hotels & Resorts 0.02 Real Estate Hotel & Resort REITs 55.860 -0.037 -1.503% 3.897% 5.147% -10.370% +SWKS Skyworks Solutions 0.02 Information Technology Semiconductors 54.320 -0.276 -1.648% -2.265% 4.723% -19.219% +POOL Pool Corporation 0.02 Consumer Discretionary Distributors 36.810 -1.858 -4.994% -9.366% -11.032% -17.086% +PNW Pinnacle West Capital 0.02 Utilities Multi-Utilities 39.960 -0.054 -0.785% -4.376% -6.040% 5.331% +DVA DaVita 0.02 Health Care Health Care Services 41.085 0.099 -1.723% -6.846% -8.872% -7.475% +CAG Conagra Brands 0.02 Consumer Staples Packaged Foods & Meats 28.223 -0.036 -3.889% -6.886% -16.988% -21.447% +VTRS Viatris 0.02 Health Care Pharmaceuticals 50.903 -0.003 -2.339% -1.239% -7.097% -28.467% +SJM J.M. Smucker Company (The) 0.02 Consumer Staples Packaged Foods & Meats 29.503 -1.457 0.094% -16.520% -12.245% -12.946% +SWK Stanley Black & Decker 0.02 Industrials Industrial Machinery & Supplies & Components 45.259 -0.269 -5.196% -8.435% -19.784% -18.313% +TAP Molson Coors Beverage Company 0.02 Consumer Staples Brewers 19.519 -0.243 -5.699% -14.293% -17.257% -16.307% +AIZ Assurant 0.02 Financials Multi-line Insurance 44.599 -0.607 -0.600% -2.636% -7.871% -5.914% +GL Globe Life 0.02 Financials Life & Health Insurance 46.270 -0.085 -0.058% -2.030% -6.913% 14.632% +MRNA Moderna 0.02 Health Care Biotechnology 43.122 -0.178 -8.468% -9.253% -21.726% -33.785% +WBA Walgreens Boots Alliance 0.02 Consumer Staples Drug Retail 63.598 0.005 0.441% 1.425% 2.428% 17.423% +KMX CarMax 0.02 Consumer Discretionary Automotive Retail 43.865 0.010 -5.160% -3.669% -10.266% -20.990% +HAS Hasbro 0.02 Consumer Discretionary Leisure Products 56.313 -0.138 -1.608% -0.629% 12.504% 16.899% +LKQ LKQ Corporation 0.02 Consumer Discretionary Distributors 29.030 -0.312 -6.399% -11.373% -10.054% -0.351% +CPB Campbell's Company (The) 0.02 Consumer Staples Packaged Foods & Meats 26.963 -0.156 -4.641% -10.759% -16.140% -23.548% +EPAM EPAM Systems 0.02 Information Technology IT Consulting & Other Services 38.788 -1.532 -6.547% -11.227% -4.214% -30.986% +HII Huntington Ingalls Industries 0.02 Industrials Aerospace & Defense 60.891 0.612 3.564% 2.715% 16.112% 20.454% +MGM MGM Resorts 0.02 Consumer Discretionary Casinos & Gaming 58.047 0.170 2.137% 3.161% 4.334% 0.414% +WYNN Wynn Resorts 0.02 Consumer Discretionary Casinos & Gaming 49.039 -0.272 -0.697% -7.316% 4.623% -2.018% +NWS News Corp (Class B) 0.02 Communication Services Publishing 53.338 -0.060 1.508% -1.434% 4.058% 5.554% +DAY Dayforce 0.02 Industrials Human Resource & Employment Services 42.659 -0.375 -7.271% -4.403% -2.429% -23.577% +AOS A. O. Smith 0.02 Industrials Building Products 40.043 -0.165 -3.592% -9.394% -5.441% -8.460% +HSIC Henry Schein 0.02 Health Care Health Care Distributors 53.966 -0.183 -0.014% -2.735% 0.965% 0.736% +EMN Eastman Chemical Company 0.02 Materials Specialty Chemicals 37.299 -0.576 -6.659% -9.277% -16.878% -17.856% +IPG Interpublic Group of Companies (The) 0.02 Communication Services Advertising 41.474 0.012 -2.862% -8.449% -12.807% -20.605% +MKTX MarketAxess 0.02 Financials Financial Exchanges & Data 49.304 0.181 -1.871% -0.844% 1.373% -5.032% +FRT Federal Realty Investment Trust 0.02 Real Estate Retail REITs 50.043 -0.063 -0.871% -0.850% -1.747% -13.017% +NCLH Norwegian Cruise Line Holdings 0.02 Consumer Discretionary Hotels, Resorts & Cruise Lines 50.039 -0.068 -3.616% 1.211% -8.462% -26.733% +PARA Paramount Global 0.02 Communication Services Movies & Entertainment 54.811 -0.023 -1.634% 1.432% 0.922% 12.734% +NWSA News Corp (Class A) 0.01 Communication Services Publishing 53.409 -0.038 0.646% -0.953% 3.314% 1.373% +TECH Bio-Techne 0.01 Health Care Life Sciences Tools & Services 50.560 0.241 -2.736% 1.211% -16.921% -29.800% +LW Lamb Weston 0.01 Consumer Staples Packaged Foods & Meats 44.871 -0.205 -4.572% -1.280% 0.891% -31.961% +MTCH Match Group 0.01 Communication Services Interactive Media & Services 48.875 -0.105 -3.932% 2.991% -2.916% -2.510% +AES AES Corporation 0.01 Utilities Independent Power Producers & Energy Traders 45.406 0.023 -8.362% -6.406% -20.061% -15.840% +GNRC Generac 0.01 Industrials Electrical Components & Equipment 50.824 -0.480 -3.282% -1.367% -5.879% -20.451% +APA APA Corporation 0.01 Energy Oil & Gas Exploration & Production 65.036 0.254 3.570% 17.739% -1.264% -2.543% +CRL Charles River Laboratories 0.01 Health Care Life Sciences Tools & Services 54.849 -0.044 -3.852% 1.226% -12.132% -20.676% +ALB Albemarle Corporation 0.01 Materials Specialty Chemicals 48.136 0.094 -8.728% 0.135% -22.887% -34.394% +IVZ Invesco 0.01 Financials Asset Management & Custody Banks 51.271 -0.004 -2.322% -2.902% -5.155% -12.693% +MHK Mohawk Industries 0.01 Consumer Discretionary Home Furnishings 39.421 -0.220 -6.418% -8.463% -14.247% -17.725% +CZR Caesars Entertainment 0.01 Consumer Discretionary Casinos & Gaming 52.951 0.029 -0.538% -5.644% -1.770% -18.093% +ENPH Enphase Energy 0.01 Information Technology Semiconductor Materials & Equipment 36.396 -0.267 -19.655% -25.816% -41.028% -47.122%
\ No newline at end of file |