ETF Constituents API
getETFConstituents
The getETFConstituents API from Barchart OnDemand provides the complete list of constituents for a given ETF and includes symbol, name, % holding, and shares.
View All APIsContact Us to Get Access
Inputs
symbolrequired
A valid ETF symbol.
Type
string (A sequence of characters. (example: GOOG))
Example
SPY
Outputs
symbol
always returned
always returned
The symbol of the constituent instrument.
string
A sequence of characters. (example: GOOG)
A sequence of characters. (example: GOOG)
name
always returned
always returned
The name of the constituent instrument.
string
A sequence of characters. (example: GOOG)
A sequence of characters. (example: GOOG)
holdingsPercent
always returned
always returned
The percent of holdings.
double
A numeric type defining a number with fractional parts. (example: 2.14)
A numeric type defining a number with fractional parts. (example: 2.14)
sharesHeld
always returned
always returned
Number of shares held.
int
A numeric type defining a whole number. (example: 2)
A numeric type defining a whole number. (example: 2)
exchange
always returned
always returned
Exchange code for the marketplace where the financial instruments are listed.
string
A sequence of characters. (example: GOOG)
A sequence of characters. (example: GOOG)
Status Code Responses
200
OK
Success
400
Bad Request
The request was invalid, please see the message for more information.
500
Internal Server Error
Something is not working correctly, please contact support.
JSON
GET
GET https://ondemand.websol.barchart.com/getETFConstituents.json?apikey=YOUR_API_KEY&symbol=SPY
Host: ondemand.websol.barchart.com
POST
POST https://ondemand.websol.barchart.com/getETFConstituents.json
Host: ondemand.websol.barchart.com
Content-Type: application/x-www-form-urlencoded
Content-Length: length
apikey=YOUR_API_KEY&symbol=SPY
Response
{
"status": {
"code": 200,
"message": "Success."
},
"results": [
{
"symbol": "AAPL",
"name": "Apple Inc",
"holdingsPercent": 6.67,
"sharesHeld": 165607150,
"exchange": "NASDAQ"
},
{
"symbol": "MSFT",
"name": "Microsoft Corp",
"holdingsPercent": 5.56,
"sharesHeld": 82556090,
"exchange": "NASDAQ"
},
{
"symbol": "AMZN",
"name": "AMAZON COM INC",
"holdingsPercent": 2.65,
"sharesHeld": 98293000,
"exchange": "NASDAQ"
},
{
"symbol": "GOOGL",
"name": "Alphabet Inc Cl A",
"holdingsPercent": 1.81,
"sharesHeld": 66149370,
"exchange": "NASDAQ"
},
{
"symbol": "GOOG",
"name": "Alphabet Inc",
"holdingsPercent": 1.61,
"sharesHeld": 58638464,
"exchange": "NASDAQ"
},
{
"symbol": "BRK.B",
"name": "Berkshire Hathaway Inc",
"holdingsPercent": 1.6,
"sharesHeld": 19953564,
"exchange": "NYSE"
},
{
"symbol": "NVDA",
"name": "NVIDIA Corp",
"holdingsPercent": 1.52,
"sharesHeld": 27606634,
"exchange": "NASDAQ"
},
{
"symbol": "TSLA",
"name": "Tesla Inc",
"holdingsPercent": 1.47,
"sharesHeld": 29725576,
"exchange": "NASDAQ"
},
{
"symbol": "XOM",
"name": "Exxon Mobil Corp",
"holdingsPercent": 1.33,
"sharesHeld": 45608764,
"exchange": "NYSE"
},
{
"symbol": "UNH",
"name": "UnitedHealth Group Inc",
"holdingsPercent": 1.27,
"sharesHeld": 10347626,
"exchange": "NYSE"
},
{
"symbol": "JNJ",
"name": "Johnson & Johnson",
"holdingsPercent": 1.24,
"sharesHeld": 28986556,
"exchange": "NYSE"
},
{
"symbol": "META",
"name": "Meta Financial Group Inc.",
"holdingsPercent": 1.21,
"sharesHeld": 24903416,
"exchange": "NASDAQ"
},
{
"symbol": "JPM",
"name": "JPMORGAN CHASE",
"holdingsPercent": 1.19,
"sharesHeld": 32484544,
"exchange": "NYSE"
},
{
"symbol": "V",
"name": "Visa Inc",
"holdingsPercent": 1.09,
"sharesHeld": 18107304,
"exchange": "NYSE"
},
{
"symbol": "HD",
"name": "Home Depot Inc",
"holdingsPercent": 0.98,
"sharesHeld": 11331048,
"exchange": "NYSE"
},
{
"symbol": "PG",
"name": "PROCTER & GAMB",
"holdingsPercent": 0.98,
"sharesHeld": 26243796,
"exchange": "NYSE"
},
{
"symbol": "MA",
"name": "MasterCard Inc",
"holdingsPercent": 0.92,
"sharesHeld": 9406345,
"exchange": "NYSE"
},
{
"symbol": "CVX",
"name": "Chevron Corp",
"holdingsPercent": 0.87,
"sharesHeld": 19701216,
"exchange": "NYSE"
},
{
"symbol": "LLY",
"name": "ELI LILLY",
"holdingsPercent": 0.77,
"sharesHeld": 8734150,
"exchange": "NYSE"
},
{
"symbol": "MRK",
"name": "MERCK & CO",
"holdingsPercent": 0.75,
"sharesHeld": 28078688,
"exchange": "NYSE"
},
{
"symbol": "ABBV",
"name": "AbbVie Inc",
"holdingsPercent": 0.74,
"sharesHeld": 19585468,
"exchange": "NYSE"
},
{
"symbol": "BAC",
"name": "Bank of America Corp",
"holdingsPercent": 0.73,
"sharesHeld": 77296180,
"exchange": "NYSE"
},
{
"symbol": "PFE",
"name": "Pfizer Inc",
"holdingsPercent": 0.71,
"sharesHeld": 62165956,
"exchange": "NYSE"
},
{
"symbol": "AVGO",
"name": "BROADCOM INC",
"holdingsPercent": 0.7,
"sharesHeld": 4485388,
"exchange": "NASDAQ"
},
{
"symbol": "PEP",
"name": "PepsiCo Inc",
"holdingsPercent": 0.67,
"sharesHeld": 15257663,
"exchange": "NASDAQ"
},
{
"symbol": "KO",
"name": "COCA-COLA",
"holdingsPercent": 0.67,
"sharesHeld": 43103464,
"exchange": "NYSE"
},
{
"symbol": "TMO",
"name": "Thermo Fisher Scientific Inc",
"holdingsPercent": 0.67,
"sharesHeld": 4343539,
"exchange": "NYSE"
},
{
"symbol": "COST",
"name": "Costco Wholesale Corp",
"holdingsPercent": 0.66,
"sharesHeld": 4901863,
"exchange": "NASDAQ"
},
{
"symbol": "DIS",
"name": "Walt Disney Co",
"holdingsPercent": 0.58,
"sharesHeld": 20189758,
"exchange": "NYSE"
},
{
"symbol": "WMT",
"name": "WALMART INC",
"holdingsPercent": 0.58,
"sharesHeld": 15630849,
"exchange": "NYSE"
},
{
"symbol": "CSCO",
"name": "Cisco Systems Inc",
"holdingsPercent": 0.58,
"sharesHeld": 45472616,
"exchange": "NASDAQ"
},
{
"symbol": "ABT",
"name": "Abbott Laboratories",
"holdingsPercent": 0.56,
"sharesHeld": 19302668,
"exchange": "NYSE"
},
{
"symbol": "MCD",
"name": "MCDONALD S COR",
"holdingsPercent": 0.56,
"sharesHeld": 8109332,
"exchange": "NYSE"
},
{
"symbol": "ACN",
"name": "ACCENTURE PLC CL A",
"holdingsPercent": 0.53,
"sharesHeld": 6969066,
"exchange": "NYSE"
},
{
"symbol": "WFC",
"name": "WELLS FARGO &",
"holdingsPercent": 0.52,
"sharesHeld": 42200224,
"exchange": "NYSE"
},
{
"symbol": "ADBE",
"name": "Adobe Inc",
"holdingsPercent": 0.51,
"sharesHeld": 5164918,
"exchange": "NASDAQ"
},
{
"symbol": "DHR",
"name": "Danaher Corporation",
"holdingsPercent": 0.51,
"sharesHeld": 7255716,
"exchange": "NYSE"
},
{
"symbol": "VZ",
"name": "VERIZON COMMS",
"holdingsPercent": 0.5,
"sharesHeld": 46511784,
"exchange": "NYSE"
},
{
"symbol": "CMCSA",
"name": "Comcast Corp",
"holdingsPercent": 0.5,
"sharesHeld": 47775944,
"exchange": "NASDAQ"
},
{
"symbol": "CRM",
"name": "salesforce.com inc.",
"holdingsPercent": 0.49,
"sharesHeld": 11074731,
"exchange": "NYSE"
},
{
"symbol": "TXN",
"name": "TEXAS INSTRUME",
"holdingsPercent": 0.48,
"sharesHeld": 10084655,
"exchange": "NASDAQ"
},
{
"symbol": "NFLX",
"name": "Netflix Inc",
"holdingsPercent": 0.47,
"sharesHeld": 4928434,
"exchange": "NASDAQ"
},
{
"symbol": "NKE",
"name": "NIKE Inc",
"holdingsPercent": 0.46,
"sharesHeld": 13945186,
"exchange": "NYSE"
},
{
"symbol": "LIN",
"name": "LIN Media LLC",
"holdingsPercent": 0.46,
"sharesHeld": 5475180,
"exchange": "NYSE"
},
{
"symbol": "PM",
"name": "PHILIP MORRIS",
"holdingsPercent": 0.46,
"sharesHeld": 17168196,
"exchange": "NYSE"
},
{
"symbol": "BMY",
"name": "Bristol-Myers Squibb Company",
"holdingsPercent": 0.46,
"sharesHeld": 23535912,
"exchange": "NYSE"
},
{
"symbol": "QCOM",
"name": "QUALCOMM Inc",
"holdingsPercent": 0.44,
"sharesHeld": 12393555,
"exchange": "NASDAQ"
},
{
"symbol": "NEE",
"name": "NEXTERA ENERGY",
"holdingsPercent": 0.43,
"sharesHeld": 22007452,
"exchange": "NYSE"
},
{
"symbol": "RTX",
"name": "Raytheon Technologies Corp",
"holdingsPercent": 0.41,
"sharesHeld": 16295633,
"exchange": "NYSE"
},
{
"symbol": "T",
"name": "AT&T",
"holdingsPercent": 0.41,
"sharesHeld": 78929460,
"exchange": "NYSE"
},
{
"symbol": "UPS",
"name": "United Parcel Service Inc",
"holdingsPercent": 0.4,
"sharesHeld": 8066622,
"exchange": "NYSE"
},
{
"symbol": "AMD",
"name": "Advanced Micro Devices Inc",
"holdingsPercent": 0.4,
"sharesHeld": 17826692,
"exchange": "NASDAQ"
},
{
"symbol": "ORCL",
"name": "Oracle Corp",
"holdingsPercent": 0.4,
"sharesHeld": 17020028,
"exchange": "NYSE"
},
{
"symbol": "HON",
"name": "Honeywell International",
"holdingsPercent": 0.39,
"sharesHeld": 7434804,
"exchange": "NASDAQ"
},
{
"symbol": "COP",
"name": "CompuGroup Medical AG",
"holdingsPercent": 0.39,
"sharesHeld": 13800007,
"exchange": "NYSE"
},
{
"symbol": "LOW",
"name": "Lowe s Companies Inc",
"holdingsPercent": 0.39,
"sharesHeld": 6874210,
"exchange": "NYSE"
},
{
"symbol": "MS",
"name": "Morgan Stanley",
"holdingsPercent": 0.38,
"sharesHeld": 14599816,
"exchange": "NYSE"
},
{
"symbol": "AMGN",
"name": "Amgen Inc",
"holdingsPercent": 0.38,
"sharesHeld": 5903567,
"exchange": "NASDAQ"
},
{
"symbol": "UNP",
"name": "Union Pacific Corp",
"holdingsPercent": 0.37,
"sharesHeld": 6808713,
"exchange": "NYSE"
},
{
"symbol": "CAT",
"name": "Caterpillar Inc",
"holdingsPercent": 0.37,
"sharesHeld": 5763287,
"exchange": "NYSE"
},
{
"symbol": "GS",
"name": "GOLDM SACHS GR",
"holdingsPercent": 0.36,
"sharesHeld": 3765610,
"exchange": "NYSE"
},
{
"symbol": "INTC",
"name": "Intel Corp",
"holdingsPercent": 0.36,
"sharesHeld": 45705304,
"exchange": "NASDAQ"
},
{
"symbol": "SPGI",
"name": "S&P Global Inc.",
"holdingsPercent": 0.36,
"sharesHeld": 3687878,
"exchange": "NYSE"
},
{
"symbol": "IBM",
"name": "International Business Machines Corp",
"holdingsPercent": 0.36,
"sharesHeld": 10012971,
"exchange": "NYSE"
},
{
"symbol": "PLD",
"name": "PROLOGIS",
"holdingsPercent": 0.35,
"sharesHeld": 10222839,
"exchange": "NYSE"
},
{
"symbol": "SCHW",
"name": "Charles Schwab Corp",
"holdingsPercent": 0.35,
"sharesHeld": 16850620,
"exchange": "NYSE"
},
{
"symbol": "SBUX",
"name": "SBUX",
"holdingsPercent": 0.35,
"sharesHeld": 12712706,
"exchange": "NASDAQ"
},
{
"symbol": "INTU",
"name": "Intuit Inc",
"holdingsPercent": 0.34,
"sharesHeld": 3121586,
"exchange": "NASDAQ"
},
{
"symbol": "MDT",
"name": "Medtronic Inc",
"holdingsPercent": 0.33,
"sharesHeld": 14719958,
"exchange": "NYSE"
},
{
"symbol": "BA",
"name": "BOEING CO",
"holdingsPercent": 0.33,
"sharesHeld": 6204419,
"exchange": "NYSE"
},
{
"symbol": "ELV",
"name": "Elevance Health Inc.",
"holdingsPercent": 0.33,
"sharesHeld": 2649299,
"exchange": "NYSE"
},
{
"symbol": "BLK",
"name": "BLACKROCK INC",
"holdingsPercent": 0.33,
"sharesHeld": 1663799,
"exchange": "NYSE"
},
{
"symbol": "CVS",
"name": "CVS Health Corp",
"holdingsPercent": 0.33,
"sharesHeld": 14551772,
"exchange": "NYSE"
},
{
"symbol": "DE",
"name": "Deere & Co",
"holdingsPercent": 0.32,
"sharesHeld": 3041906,
"exchange": "NYSE"
},
{
"symbol": "LMT",
"name": "Lockheed Martin Corp",
"holdingsPercent": 0.31,
"sharesHeld": 2583119,
"exchange": "NYSE"
},
{
"symbol": "AXP",
"name": "AMERICAN EXPRESS CO",
"holdingsPercent": 0.31,
"sharesHeld": 6619631,
"exchange": "NYSE"
},
{
"symbol": "GILD",
"name": "GILEAD SCI",
"holdingsPercent": 0.31,
"sharesHeld": 13890508,
"exchange": "NASDAQ"
},
{
"symbol": "AMT",
"name": "AMERICAN TOWER CORP",
"holdingsPercent": 0.3,
"sharesHeld": 5156470,
"exchange": "NYSE"
},
{
"symbol": "AMAT",
"name": "Applied Materials Inc",
"holdingsPercent": 0.3,
"sharesHeld": 9527688,
"exchange": "NASDAQ"
},
{
"symbol": "C",
"name": "Citigroup Inc",
"holdingsPercent": 0.28,
"sharesHeld": 21449922,
"exchange": "NYSE"
},
{
"symbol": "PYPL",
"name": "PayPal Holdings Inc",
"holdingsPercent": 0.28,
"sharesHeld": 12625583,
"exchange": "NASDAQ"
},
{
"symbol": "BKNG",
"name": "BOOKING HOLDIN",
"holdingsPercent": 0.27,
"sharesHeld": 429589,
"exchange": "NASDAQ"
},
{
"symbol": "NOW",
"name": "ServiceNow Inc",
"holdingsPercent": 0.27,
"sharesHeld": 2229536,
"exchange": "NYSE"
},
{
"symbol": "SYK",
"name": "Stryker Corp",
"holdingsPercent": 0.27,
"sharesHeld": 3715526,
"exchange": "NYSE"
},
{
"symbol": "TJX",
"name": "TJX Companies Inc",
"holdingsPercent": 0.27,
"sharesHeld": 12922129,
"exchange": "NYSE"
},
{
"symbol": "ADP",
"name": "Automatic Data Process",
"holdingsPercent": 0.27,
"sharesHeld": 4584524,
"exchange": "NASDAQ"
},
{
"symbol": "ADI",
"name": "Analog Devices Inc",
"holdingsPercent": 0.27,
"sharesHeld": 5738592,
"exchange": "NASDAQ"
},
{
"symbol": "ISRG",
"name": "Intuitive Surgic",
"holdingsPercent": 0.26,
"sharesHeld": 3937370,
"exchange": "NASDAQ"
},
{
"symbol": "MDLZ",
"name": "MONDELEZ INT C",
"holdingsPercent": 0.26,
"sharesHeld": 15126391,
"exchange": "NASDAQ"
},
{
"symbol": "CI",
"name": "Cigna Corp",
"holdingsPercent": 0.26,
"sharesHeld": 3385983,
"exchange": "NYSE"
},
{
"symbol": "GE",
"name": "GENERAL ELEC C",
"holdingsPercent": 0.26,
"sharesHeld": 12063200,
"exchange": "NYSE"
},
{
"symbol": "CB",
"name": "Chubb Corp\/The",
"holdingsPercent": 0.25,
"sharesHeld": 4609379,
"exchange": "NYSE"
},
{
"symbol": "TMUS",
"name": "T-Mobile US Inc",
"holdingsPercent": 0.25,
"sharesHeld": 6644090,
"exchange": "NASDAQ"
},
{
"symbol": "MMC",
"name": "MARSH & MCLENN",
"holdingsPercent": 0.25,
"sharesHeld": 5506735,
"exchange": "NYSE"
},
{
"symbol": "MO",
"name": "ALTRIA GROUP",
"holdingsPercent": 0.24,
"sharesHeld": 19875592,
"exchange": "NYSE"
},
{
"symbol": "REGN",
"name": "Regeneron Pharmaceuticals Inc",
"holdingsPercent": 0.24,
"sharesHeld": 1182340,
"exchange": "NASDAQ"
},
{
"symbol": "TGT",
"name": "Target Corp",
"holdingsPercent": 0.24,
"sharesHeld": 5117990,
"exchange": "NYSE"
},
{
"symbol": "PGR",
"name": "Progressive Corp\/The",
"holdingsPercent": 0.23,
"sharesHeld": 6479547,
"exchange": "NYSE"
},
{
"symbol": "ZTS",
"name": "Zoetis Inc",
"holdingsPercent": 0.23,
"sharesHeld": 5161139,
"exchange": "NYSE"
},
{
"symbol": "DUK",
"name": "DUKE ENERGY",
"holdingsPercent": 0.22,
"sharesHeld": 8528313,
"exchange": "NYSE"
},
{
"symbol": "VRTX",
"name": "Vertex Pharmaceuticals Inc",
"holdingsPercent": 0.22,
"sharesHeld": 2842752,
"exchange": "NASDAQ"
},
{
"symbol": "SLB",
"name": "Schlumberger NV",
"holdingsPercent": 0.22,
"sharesHeld": 15703910,
"exchange": "NYSE"
},
{
"symbol": "SO",
"name": "Southern Co",
"holdingsPercent": 0.21,
"sharesHeld": 12056705,
"exchange": "NYSE"
},
{
"symbol": "EOG",
"name": "EOG Resources Inc",
"holdingsPercent": 0.21,
"sharesHeld": 6505067,
"exchange": "NYSE"
},
{
"symbol": "LRCX",
"name": "Lam Research Corp",
"holdingsPercent": 0.21,
"sharesHeld": 1511594,
"exchange": "NASDAQ"
},
{
"symbol": "BDX",
"name": "BECTON DICKINSON AND CO",
"holdingsPercent": 0.2,
"sharesHeld": 3147301,
"exchange": "NYSE"
},
{
"symbol": "BSX",
"name": "BOSTON SCIENTIFIC CORP COMMON STOCK USD.01",
"holdingsPercent": 0.2,
"sharesHeld": 15862524,
"exchange": "NYSE"
},
{
"symbol": "ITW",
"name": "ILLINOIS TOOL",
"holdingsPercent": 0.2,
"sharesHeld": 3109237,
"exchange": "NYSE"
},
{
"symbol": "FISV",
"name": "Fiserv Inc.",
"holdingsPercent": 0.2,
"sharesHeld": 7059106,
"exchange": "NASDAQ"
},
{
"symbol": "MU",
"name": "MICRON TECH",
"holdingsPercent": 0.2,
"sharesHeld": 12040061,
"exchange": "NASDAQ"
},
{
"symbol": "CSX",
"name": "CSX Corp",
"holdingsPercent": 0.2,
"sharesHeld": 23283576,
"exchange": "NASDAQ"
},
{
"symbol": "EQIX",
"name": "Equinix Inc",
"holdingsPercent": 0.2,
"sharesHeld": 1024802,
"exchange": "NASDAQ"
},
{
"symbol": "PNC",
"name": "PNC Financial Services Group Inc.",
"holdingsPercent": 0.19,
"sharesHeld": 4466633,
"exchange": "NYSE"
},
{
"symbol": "TFC",
"name": "Truist Financial Corp",
"holdingsPercent": 0.19,
"sharesHeld": 14693451,
"exchange": "NYSE"
},
{
"symbol": "USB",
"name": "U.S. Bancorp",
"holdingsPercent": 0.19,
"sharesHeld": 14921385,
"exchange": "NYSE"
},
{
"symbol": "MMM",
"name": "3M",
"holdingsPercent": 0.19,
"sharesHeld": 6121451,
"exchange": "NYSE"
},
{
"symbol": "AON",
"name": "Aon plc",
"holdingsPercent": 0.19,
"sharesHeld": 2290877,
"exchange": "NYSE"
},
{
"symbol": "ETN",
"name": "EATON CORP",
"holdingsPercent": 0.19,
"sharesHeld": 4395560,
"exchange": "NYSE"
},
{
"symbol": "NOC",
"name": "Northrop Grumman Corp",
"holdingsPercent": 0.18,
"sharesHeld": 1603293,
"exchange": "NYSE"
},
{
"symbol": "CME",
"name": "CME Group Inc",
"holdingsPercent": 0.18,
"sharesHeld": 3983845,
"exchange": "NASDAQ"
},
{
"symbol": "APD",
"name": "Air Prods & Chems Inc",
"holdingsPercent": 0.18,
"sharesHeld": 2456349,
"exchange": "NYSE"
},
{
"symbol": "CCI",
"name": "Crown Castle International Corp",
"holdingsPercent": 0.18,
"sharesHeld": 4795764,
"exchange": "NYSE"
},
{
"symbol": "EL",
"name": "ESTEE LAUDER",
"holdingsPercent": 0.18,
"sharesHeld": 2550093,
"exchange": "NYSE"
},
{
"symbol": "CL",
"name": "COLGATE-PALMOLIV",
"holdingsPercent": 0.18,
"sharesHeld": 9220570,
"exchange": "NYSE"
},
{
"symbol": "FCX",
"name": "FREEPORT MCMORAN INC",
"holdingsPercent": 0.18,
"sharesHeld": 15781432,
"exchange": "NYSE"
},
{
"symbol": "HUM",
"name": "Humana Inc",
"holdingsPercent": 0.17,
"sharesHeld": 1402169,
"exchange": "NYSE"
},
{
"symbol": "ICE",
"name": "Intercontinental Exchange Inc.",
"holdingsPercent": 0.17,
"sharesHeld": 6156668,
"exchange": "NYSE"
},
{
"symbol": "GM",
"name": "GENERAL MOTORS",
"holdingsPercent": 0.17,
"sharesHeld": 15733896,
"exchange": "NYSE"
},
{
"symbol": "NSC",
"name": "NORFOLK SOUTHE",
"holdingsPercent": 0.17,
"sharesHeld": 2563850,
"exchange": "NYSE"
},
{
"symbol": "KLAC",
"name": "KLA Corp",
"holdingsPercent": 0.17,
"sharesHeld": 1564990,
"exchange": "NASDAQ"
},
{
"symbol": "MRNA",
"name": "Moderna Inc",
"holdingsPercent": 0.17,
"sharesHeld": 3658930,
"exchange": "NASDAQ"
},
{
"symbol": "SHW",
"name": "Sherwin-Williams Co.",
"holdingsPercent": 0.16,
"sharesHeld": 2603185,
"exchange": "NYSE"
},
{
"symbol": "WM",
"name": "Waste Management Inc",
"holdingsPercent": 0.16,
"sharesHeld": 4151570,
"exchange": "NYSE"
},
{
"symbol": "MPC",
"name": "Marathon Petroleum Corp",
"holdingsPercent": 0.16,
"sharesHeld": 5190218,
"exchange": "NYSE"
},
{
"symbol": "HCA",
"name": "HCA Healthcare Inc",
"holdingsPercent": 0.16,
"sharesHeld": 2376634,
"exchange": "NYSE"
},
{
"symbol": "SNPS",
"name": "SYNOPSYS INC",
"holdingsPercent": 0.16,
"sharesHeld": 1684131,
"exchange": "NASDAQ"
},
{
"symbol": "EMR",
"name": "EMERSON ELECTR",
"holdingsPercent": 0.16,
"sharesHeld": 6534445,
"exchange": "NYSE"
},
{
"symbol": "ATVI",
"name": "Activision Blizzard Inc",
"holdingsPercent": 0.15,
"sharesHeld": 7856422,
"exchange": "NASDAQ"
},
{
"symbol": "PXD",
"name": "Pioneer Natural Resources Co",
"holdingsPercent": 0.15,
"sharesHeld": 2633789,
"exchange": "NYSE"
},
{
"symbol": "F",
"name": "F MOTOR",
"holdingsPercent": 0.15,
"sharesHeld": 43584500,
"exchange": "NYSE"
},
{
"symbol": "MCK",
"name": "McKesson Corp",
"holdingsPercent": 0.15,
"sharesHeld": 1586839,
"exchange": "NYSE"
},
{
"symbol": "GD",
"name": "GENERAL DYNAMI",
"holdingsPercent": 0.15,
"sharesHeld": 2481466,
"exchange": "NYSE"
},
{
"symbol": "DG",
"name": "Dollar General Corp",
"holdingsPercent": 0.15,
"sharesHeld": 2502163,
"exchange": "NYSE"
},
{
"symbol": "FDX",
"name": "FedEx Corp",
"holdingsPercent": 0.15,
"sharesHeld": 2651463,
"exchange": "NYSE"
},
{
"symbol": "MCO",
"name": "Moody s Corp",
"holdingsPercent": 0.15,
"sharesHeld": 1741187,
"exchange": "NYSE"
},
{
"symbol": "EW",
"name": "Edwards Lifesciences Corp",
"holdingsPercent": 0.15,
"sharesHeld": 6850766,
"exchange": "NYSE"
},
{
"symbol": "VLO",
"name": "VALERO ENERGY",
"holdingsPercent": 0.15,
"sharesHeld": 4269620,
"exchange": "NYSE"
},
{
"symbol": "CDNS",
"name": "CADENCE DESIGN SYS INC COMMON STOCK USD.01",
"holdingsPercent": 0.15,
"sharesHeld": 3024578,
"exchange": "NASDAQ"
},
{
"symbol": "D",
"name": "DOMINION ENERGY",
"holdingsPercent": 0.14,
"sharesHeld": 9187450,
"exchange": "NYSE"
},
{
"symbol": "NXPI",
"name": "NXP Semiconductor NV",
"holdingsPercent": 0.14,
"sharesHeld": 2895815,
"exchange": "NASDAQ"
},
{
"symbol": "ORLY",
"name": "O Reilly Automotive Inc",
"holdingsPercent": 0.14,
"sharesHeld": 693089,
"exchange": "NASDAQ"
},
{
"symbol": "SRE",
"name": "Sempra Energy",
"holdingsPercent": 0.14,
"sharesHeld": 3481202,
"exchange": "NYSE"
},
{
"symbol": "PSA",
"name": "Public Storage",
"holdingsPercent": 0.14,
"sharesHeld": 1743867,
"exchange": "NYSE"
},
{
"symbol": "APH",
"name": "Amphenol Corp",
"holdingsPercent": 0.14,
"sharesHeld": 6590495,
"exchange": "NYSE"
},
{
"symbol": "ADSK",
"name": "Autodesk Inc",
"holdingsPercent": 0.14,
"sharesHeld": 2395009,
"exchange": "NASDAQ"
},
{
"symbol": "AEP",
"name": "AMER ELEC PWR",
"holdingsPercent": 0.14,
"sharesHeld": 5690860,
"exchange": "NASDAQ"
},
{
"symbol": "PSX",
"name": "Phillips 66",
"holdingsPercent": 0.14,
"sharesHeld": 5294587,
"exchange": "NYSE"
},
{
"symbol": "MAR",
"name": "Marriott International Inc",
"holdingsPercent": 0.14,
"sharesHeld": 2979782,
"exchange": "NASDAQ"
},
{
"symbol": "MCHP",
"name": "MICROCHIP TECH",
"holdingsPercent": 0.14,
"sharesHeld": 6077356,
"exchange": "NASDAQ"
},
{
"symbol": "CMG",
"name": "CHIPOTLE MEXICAN GRILL INC COMMON STOCK USD.01",
"holdingsPercent": 0.14,
"sharesHeld": 306200,
"exchange": "NYSE"
},
{
"symbol": "MET",
"name": "MetLife Inc",
"holdingsPercent": 0.13,
"sharesHeld": 7395802,
"exchange": "NYSE"
},
{
"symbol": "COF",
"name": "Capital One Financial Corp",
"holdingsPercent": 0.13,
"sharesHeld": 4236272,
"exchange": "NYSE"
},
{
"symbol": "NUE",
"name": "NUCOR",
"holdingsPercent": 0.13,
"sharesHeld": 2890270,
"exchange": "NYSE"
},
{
"symbol": "A",
"name": "Agilent Technologies Inc",
"holdingsPercent": 0.13,
"sharesHeld": 3292731,
"exchange": "NYSE"
},
{
"symbol": "MSCI",
"name": "MSCI Inc. Class A",
"holdingsPercent": 0.13,
"sharesHeld": 891604,
"exchange": "NYSE"
},
{
"symbol": "ROP",
"name": "Roper Industries Inc",
"holdingsPercent": 0.13,
"sharesHeld": 1174507,
"exchange": "NYSE"
},
{
"symbol": "AZO",
"name": "AutoZone Inc",
"holdingsPercent": 0.13,
"sharesHeld": 210265,
"exchange": "NYSE"
},
{
"symbol": "ADM",
"name": "Archer Daniels Midland",
"holdingsPercent": 0.13,
"sharesHeld": 6083700,
"exchange": "NYSE"
},
{
"symbol": "JCI",
"name": "JOHNSON CONTROLS",
"holdingsPercent": 0.13,
"sharesHeld": 7601390,
"exchange": "NYSE"
},
{
"symbol": "GIS",
"name": "General Mills Inc",
"holdingsPercent": 0.13,
"sharesHeld": 6575908,
"exchange": "NYSE"
},
{
"symbol": "FIS",
"name": "FIDELITY NATIONAL INFO SE",
"holdingsPercent": 0.13,
"sharesHeld": 6571569,
"exchange": "NYSE"
},
{
"symbol": "PH",
"name": "Parker Hannifin Corp",
"holdingsPercent": 0.13,
"sharesHeld": 1411053,
"exchange": "NYSE"
},
{
"symbol": "OXY",
"name": "OCCIDENTAL PET",
"holdingsPercent": 0.13,
"sharesHeld": 8052705,
"exchange": "NYSE"
},
{
"symbol": "KMB",
"name": "KIMBERLY-CLARK",
"holdingsPercent": 0.13,
"sharesHeld": 3725856,
"exchange": "NYSE"
},
{
"symbol": "IQV",
"name": "IQVIA HOLDINGS",
"holdingsPercent": 0.13,
"sharesHeld": 2057908,
"exchange": "NYSE"
},
{
"symbol": "CTVA",
"name": "Corteva",
"holdingsPercent": 0.13,
"sharesHeld": 7922973,
"exchange": "NYSE"
},
{
"symbol": "AIG",
"name": "AMER INTL GROU",
"holdingsPercent": 0.13,
"sharesHeld": 8228317,
"exchange": "NYSE"
},
{
"symbol": "CHTR",
"name": "Charter Communications Inc",
"holdingsPercent": 0.13,
"sharesHeld": 1189552,
"exchange": "NASDAQ"
},
{
"symbol": "TRV",
"name": "THE TRAVELERS",
"holdingsPercent": 0.12,
"sharesHeld": 2620207,
"exchange": "NYSE"
},
{
"symbol": "TT",
"name": "Trane Technologies plc",
"holdingsPercent": 0.12,
"sharesHeld": 2561694,
"exchange": "NYSE"
},
{
"symbol": "DOW",
"name": "Dow Inc",
"holdingsPercent": 0.12,
"sharesHeld": 7927508,
"exchange": "NYSE"
},
{
"symbol": "TEL",
"name": "TE Connectivity Ltd",
"holdingsPercent": 0.12,
"sharesHeld": 3529696,
"exchange": "NYSE"
},
{
"symbol": "MSI",
"name": "MOTOROLA SOL",
"holdingsPercent": 0.12,
"sharesHeld": 1839821,
"exchange": "NYSE"
},
{
"symbol": "O",
"name": "Realty Income Corp.",
"holdingsPercent": 0.12,
"sharesHeld": 6945628,
"exchange": "NYSE"
},
{
"symbol": "DXCM",
"name": "DexCom Inc",
"holdingsPercent": 0.12,
"sharesHeld": 4319710,
"exchange": "NASDAQ"
},
{
"symbol": "SPG",
"name": "Simon Property Group Inc",
"holdingsPercent": 0.12,
"sharesHeld": 3592903,
"exchange": "NYSE"
},
{
"symbol": "BIIB",
"name": "Biogen Inc",
"holdingsPercent": 0.12,
"sharesHeld": 1599519,
"exchange": "NASDAQ"
},
{
"symbol": "AJG",
"name": "Arthur J. Gallagher & Co.",
"holdingsPercent": 0.12,
"sharesHeld": 2321635,
"exchange": "NYSE"
},
{
"symbol": "CNC",
"name": "Centene Corp",
"holdingsPercent": 0.12,
"sharesHeld": 6309000,
"exchange": "NYSE"
},
{
"symbol": "EXC",
"name": "EXELON CORP",
"holdingsPercent": 0.12,
"sharesHeld": 10944009,
"exchange": "NASDAQ"
},
{
"symbol": "LHX",
"name": "L3harris Technologies",
"holdingsPercent": 0.12,
"sharesHeld": 2109893,
"exchange": "NYSE"
},
{
"symbol": "ROST",
"name": "Ross Stores Inc",
"holdingsPercent": 0.12,
"sharesHeld": 3857837,
"exchange": "NASDAQ"
},
{
"symbol": "HLT",
"name": "Hilton Worldwide Holdings Inc",
"holdingsPercent": 0.12,
"sharesHeld": 3024194,
"exchange": "NYSE"
},
{
"symbol": "IDXX",
"name": "IDEXX Laboratories Inc",
"holdingsPercent": 0.12,
"sharesHeld": 918984,
"exchange": "NASDAQ"
},
{
"symbol": "AFL",
"name": "Aflac Inc",
"holdingsPercent": 0.11,
"sharesHeld": 6347737,
"exchange": "NYSE"
},
{
"symbol": "DVN",
"name": "DEVON ENERG",
"holdingsPercent": 0.11,
"sharesHeld": 7226466,
"exchange": "NYSE"
},
{
"symbol": "CARR",
"name": "Carrier Global Corp.",
"holdingsPercent": 0.11,
"sharesHeld": 9289448,
"exchange": "NYSE"
},
{
"symbol": "NEM",
"name": "Newmont Corporation",
"holdingsPercent": 0.11,
"sharesHeld": 8737486,
"exchange": "NYSE"
},
{
"symbol": "MNST",
"name": "Monster Beverage Corp",
"holdingsPercent": 0.11,
"sharesHeld": 4245286,
"exchange": "NASDAQ"
},
{
"symbol": "WMB",
"name": "Williams Companies Inc",
"holdingsPercent": 0.11,
"sharesHeld": 13447495,
"exchange": "NYSE"
},
{
"symbol": "SYY",
"name": "Sysco Corp",
"holdingsPercent": 0.11,
"sharesHeld": 5622949,
"exchange": "NYSE"
},
{
"symbol": "PCAR",
"name": "PACCAR Inc",
"holdingsPercent": 0.11,
"sharesHeld": 3851426,
"exchange": "NASDAQ"
},
{
"symbol": "AMP",
"name": "Ameriprise Financial Inc",
"holdingsPercent": 0.11,
"sharesHeld": 1194002,
"exchange": "NYSE"
},
{
"symbol": "PAYX",
"name": "Paychex Inc",
"holdingsPercent": 0.11,
"sharesHeld": 3552245,
"exchange": "NASDAQ"
},
{
"symbol": "CTAS",
"name": "Cintas Corp",
"holdingsPercent": 0.11,
"sharesHeld": 949256,
"exchange": "NASDAQ"
},
{
"symbol": "HES",
"name": "Hess Corp",
"holdingsPercent": 0.11,
"sharesHeld": 3048472,
"exchange": "NYSE"
},
{
"symbol": "PRU",
"name": "PRUDENTIAL FIN",
"holdingsPercent": 0.11,
"sharesHeld": 4101486,
"exchange": "NYSE"
},
{
"symbol": "ECL",
"name": "Ecolab Inc",
"holdingsPercent": 0.11,
"sharesHeld": 2721026,
"exchange": "NYSE"
},
{
"symbol": "STZ",
"name": "Constellation Brands Inc",
"holdingsPercent": 0.11,
"sharesHeld": 1797671,
"exchange": "NYSE"
},
{
"symbol": "XEL",
"name": "Xcel Energy Inc",
"holdingsPercent": 0.11,
"sharesHeld": 6060543,
"exchange": "NASDAQ"
},
{
"symbol": "BK",
"name": "Bank of New York Mellon Corp",
"holdingsPercent": 0.11,
"sharesHeld": 8116521,
"exchange": "NYSE"
},
{
"symbol": "TDG",
"name": "TransDigm Group Inc",
"holdingsPercent": 0.11,
"sharesHeld": 568943,
"exchange": "NYSE"
},
{
"symbol": "DD",
"name": "DoubleDragon Properties Corp.",
"holdingsPercent": 0.11,
"sharesHeld": 5528600,
"exchange": "NYSE"
},
{
"symbol": "KMI",
"name": "KINDER MORGAN",
"holdingsPercent": 0.1,
"sharesHeld": 21880100,
"exchange": "NYSE"
},
{
"symbol": "YUM",
"name": "Yum! Brands Inc",
"holdingsPercent": 0.1,
"sharesHeld": 3139294,
"exchange": "NYSE"
},
{
"symbol": "CMI",
"name": "Cummins Inc",
"holdingsPercent": 0.1,
"sharesHeld": 1554578,
"exchange": "NYSE"
},
{
"symbol": "WELL",
"name": "Welltower Inc",
"holdingsPercent": 0.1,
"sharesHeld": 5233127,
"exchange": "NYSE"
},
{
"symbol": "MTD",
"name": "Mettler-Toledo International Inc",
"holdingsPercent": 0.1,
"sharesHeld": 248228,
"exchange": "NYSE"
},
{
"symbol": "OTIS",
"name": "Otis Worldwide Corp",
"holdingsPercent": 0.1,
"sharesHeld": 4632297,
"exchange": "NYSE"
},
{
"symbol": "ALL",
"name": "Allstate Corp.",
"holdingsPercent": 0.1,
"sharesHeld": 2983589,
"exchange": "NYSE"
},
{
"symbol": "CTSH",
"name": "COGNIZANT TECH SOLUTIONS A COMMON STOCK USD.01",
"holdingsPercent": 0.1,
"sharesHeld": 5708563,
"exchange": "NASDAQ"
},
{
"symbol": "HAL",
"name": "Halliburton Co",
"holdingsPercent": 0.1,
"sharesHeld": 10056484,
"exchange": "NYSE"
},
{
"symbol": "ON",
"name": "ON Semiconductor Corp",
"holdingsPercent": 0.1,
"sharesHeld": 4780447,
"exchange": "NASDAQ"
},
{
"symbol": "HSY",
"name": "Hershey Co\/The",
"holdingsPercent": 0.1,
"sharesHeld": 1620915,
"exchange": "NYSE"
},
{
"symbol": "FTNT",
"name": "Fortinet Inc.",
"holdingsPercent": 0.1,
"sharesHeld": 7223767,
"exchange": "NASDAQ"
},
{
"symbol": "ODFL",
"name": "Old Dominion Freight Line Inc",
"holdingsPercent": 0.1,
"sharesHeld": 1010978,
"exchange": "NASDAQ"
},
{
"symbol": "WBD",
"name": "Warner Bros Discovery Inc.",
"holdingsPercent": 0.1,
"sharesHeld": 24215108,
"exchange": "NASDAQ"
},
{
"symbol": "ILMN",
"name": "ILLUMINA INC",
"holdingsPercent": 0.1,
"sharesHeld": 1741988,
"exchange": "NASDAQ"
},
{
"symbol": "ALB",
"name": "Albemarle Corp",
"holdingsPercent": 0.1,
"sharesHeld": 1297316,
"exchange": "NYSE"
},
{
"symbol": "STT",
"name": "State Street Corp",
"holdingsPercent": 0.1,
"sharesHeld": 4063804,
"exchange": "NYSE"
},
{
"symbol": "AME",
"name": "AMETEK Inc",
"holdingsPercent": 0.1,
"sharesHeld": 2527389,
"exchange": "NYSE"
},
{
"symbol": "ROK",
"name": "ROCKWELL AUTOM",
"holdingsPercent": 0.1,
"sharesHeld": 1268025,
"exchange": "NYSE"
},
{
"symbol": "VICI",
"name": "VICI PROPERTIE",
"holdingsPercent": 0.1,
"sharesHeld": 10594486,
"exchange": "NYSE"
},
{
"symbol": "DLR",
"name": "DIGITAL REALTY",
"holdingsPercent": 0.1,
"sharesHeld": 3171548,
"exchange": "NYSE"
},
{
"symbol": "ED",
"name": "Consolidated Edison Inc",
"holdingsPercent": 0.1,
"sharesHeld": 3930018,
"exchange": "NYSE"
},
{
"symbol": "RMD",
"name": "ResMed Inc",
"holdingsPercent": 0.09,
"sharesHeld": 1622317,
"exchange": "NYSE"
},
{
"symbol": "KEYS",
"name": "Keysight Technologies Inc",
"holdingsPercent": 0.09,
"sharesHeld": 1985978,
"exchange": "NYSE"
},
{
"symbol": "ANET",
"name": "Arista Networks Inc",
"holdingsPercent": 0.09,
"sharesHeld": 2719803,
"exchange": "NYSE"
},
{
"symbol": "DFS",
"name": "DISCOVER FINAN",
"holdingsPercent": 0.09,
"sharesHeld": 3014627,
"exchange": "NYSE"
},
{
"symbol": "SBAC",
"name": "SBA Communications Corp",
"holdingsPercent": 0.09,
"sharesHeld": 1189072,
"exchange": "NASDAQ"
},
{
"symbol": "URI",
"name": "United Rentals Inc",
"holdingsPercent": 0.09,
"sharesHeld": 772093,
"exchange": "NYSE"
},
{
"symbol": "BKR",
"name": "Baker Hughes a GE Co. Class A",
"holdingsPercent": 0.09,
"sharesHeld": 11166810,
"exchange": "NASDAQ"
},
{
"symbol": "DLTR",
"name": "DOLLAR TREE IN",
"holdingsPercent": 0.09,
"sharesHeld": 2329529,
"exchange": "NASDAQ"
},
{
"symbol": "APTV",
"name": "Aptiv plc",
"holdingsPercent": 0.09,
"sharesHeld": 3000775,
"exchange": "NYSE"
},
{
"symbol": "DHI",
"name": "D.R. HORTON IN",
"holdingsPercent": 0.09,
"sharesHeld": 3489250,
"exchange": "NYSE"
},
{
"symbol": "KHC",
"name": "Kraft Heinz Co",
"holdingsPercent": 0.09,
"sharesHeld": 8790469,
"exchange": "NASDAQ"
},
{
"symbol": "GPN",
"name": "Global Payments Inc",
"holdingsPercent": 0.09,
"sharesHeld": 3059620,
"exchange": "NYSE"
},
{
"symbol": "CSGP",
"name": "CoStar Group Inc",
"holdingsPercent": 0.09,
"sharesHeld": 4504010,
"exchange": "NASDAQ"
},
{
"symbol": "FAST",
"name": "FASTENAL",
"holdingsPercent": 0.09,
"sharesHeld": 6283861,
"exchange": "NASDAQ"
},
{
"symbol": "OKE",
"name": "ONEOK Inc",
"holdingsPercent": 0.09,
"sharesHeld": 4949890,
"exchange": "NYSE"
},
{
"symbol": "PPG",
"name": "PPG IND",
"holdingsPercent": 0.09,
"sharesHeld": 2593924,
"exchange": "NYSE"
},
{
"symbol": "GWW",
"name": "W.W. Grainger Inc.",
"holdingsPercent": 0.09,
"sharesHeld": 499740,
"exchange": "NYSE"
},
{
"symbol": "PEG",
"name": "PUBL SVC ENTER",
"holdingsPercent": 0.09,
"sharesHeld": 5526612,
"exchange": "NYSE"
},
{
"symbol": "ENPH",
"name": "Enphase Energy Inc",
"holdingsPercent": 0.09,
"sharesHeld": 1494590,
"exchange": "NASDAQ"
},
{
"symbol": "EA",
"name": "Electronic Arts Inc",
"holdingsPercent": 0.09,
"sharesHeld": 2915005,
"exchange": "NASDAQ"
},
{
"symbol": "KDP",
"name": "KEURIG DR PEPPER",
"holdingsPercent": 0.09,
"sharesHeld": 9376015,
"exchange": "NASDAQ"
},
{
"symbol": "WEC",
"name": "WEC Energy Group Inc",
"holdingsPercent": 0.09,
"sharesHeld": 3493275,
"exchange": "NYSE"
},
{
"symbol": "CPRT",
"name": "Copart Inc",
"holdingsPercent": 0.08,
"sharesHeld": 4745790,
"exchange": "NASDAQ"
},
{
"symbol": "KR",
"name": "KROGER",
"holdingsPercent": 0.08,
"sharesHeld": 7216167,
"exchange": "NYSE"
},
{
"symbol": "IFF",
"name": "International Flavors & Fragrances Inc",
"holdingsPercent": 0.08,
"sharesHeld": 2823505,
"exchange": "NYSE"
},
{
"symbol": "AWK",
"name": "American Water Works Co Inc",
"holdingsPercent": 0.08,
"sharesHeld": 2013751,
"exchange": "NYSE"
},
{
"symbol": "TROW",
"name": "T Rowe Price Group Inc",
"holdingsPercent": 0.08,
"sharesHeld": 2488274,
"exchange": "NASDAQ"
},
{
"symbol": "VRSK",
"name": "Verisk Analytics Inc",
"holdingsPercent": 0.08,
"sharesHeld": 1732338,
"exchange": "NASDAQ"
},
{
"symbol": "CBRE",
"name": "CBRE Group Inc",
"holdingsPercent": 0.08,
"sharesHeld": 3543439,
"exchange": "NYSE"
},
{
"symbol": "MTB",
"name": "M&T Bank Corp",
"holdingsPercent": 0.08,
"sharesHeld": 1938839,
"exchange": "NYSE"
},
{
"symbol": "EBAY",
"name": "eBay Inc",
"holdingsPercent": 0.08,
"sharesHeld": 6064388,
"exchange": "NASDAQ"
},
{
"symbol": "ES",
"name": "Eversource Energy",
"holdingsPercent": 0.08,
"sharesHeld": 3822826,
"exchange": "NYSE"
},
{
"symbol": "HPQ",
"name": "Hp Inc",
"holdingsPercent": 0.08,
"sharesHeld": 10047351,
"exchange": "NYSE"
},
{
"symbol": "EFX",
"name": "Enerflex Ltd.",
"holdingsPercent": 0.08,
"sharesHeld": 1355941,
"exchange": "NYSE"
},
{
"symbol": "WTW",
"name": "Willis Towers Watson plc",
"holdingsPercent": 0.08,
"sharesHeld": 1212690,
"exchange": "NASDAQ"
},
{
"symbol": "CEG",
"name": "CONSTELLATION ENERGY CORP",
"holdingsPercent": 0.08,
"sharesHeld": 3621481,
"exchange": "NASDAQ"
},
{
"symbol": "ZBH",
"name": "Zimmer Biomet Holdings Inc",
"holdingsPercent": 0.08,
"sharesHeld": 2323969,
"exchange": "NYSE"
},
{
"symbol": "ULTA",
"name": "Ulta Beauty Inc",
"holdingsPercent": 0.08,
"sharesHeld": 574942,
"exchange": "NASDAQ"
},
{
"symbol": "GLW",
"name": "Corning Inc",
"holdingsPercent": 0.08,
"sharesHeld": 8363628,
"exchange": "NYSE"
},
{
"symbol": "CDW",
"name": "CDW Corp",
"holdingsPercent": 0.08,
"sharesHeld": 1485509,
"exchange": "NASDAQ"
},
{
"symbol": "IT",
"name": "GARTNER INC",
"holdingsPercent": 0.08,
"sharesHeld": 873044,
"exchange": "NYSE"
},
{
"symbol": "LEN",
"name": "Lennar Corp",
"holdingsPercent": 0.08,
"sharesHeld": 2814412,
"exchange": "NYSE"
},
{
"symbol": "WBA",
"name": "Walgreens Boots Alliance Inc",
"holdingsPercent": 0.08,
"sharesHeld": 7949381,
"exchange": "NASDAQ"
},
{
"symbol": "FRC",
"name": "FIRST REP BANK",
"holdingsPercent": 0.08,
"sharesHeld": 2016108,
"exchange": "NYSE"
},
{
"symbol": "WY",
"name": "WEYERHAEUSER C",
"holdingsPercent": 0.08,
"sharesHeld": 8195234,
"exchange": "NYSE"
},
{
"symbol": "FITB",
"name": "FIFTH THIRD BANC",
"holdingsPercent": 0.07,
"sharesHeld": 7601781,
"exchange": "NASDAQ"
},
{
"symbol": "GEHC",
"name": "GE Healthcare Technologies Inc.",
"holdingsPercent": 0.07,
"sharesHeld": 4021058,
"exchange": "NASDAQ"
},
{
"symbol": "EIX",
"name": "Edison International",
"holdingsPercent": 0.07,
"sharesHeld": 4229191,
"exchange": "NYSE"
},
{
"symbol": "ABC",
"name": "AmerisourceBergen Corp",
"holdingsPercent": 0.07,
"sharesHeld": 1793654,
"exchange": "NYSE"
},
{
"symbol": "TSCO",
"name": "Tractor Supply Co",
"holdingsPercent": 0.07,
"sharesHeld": 1224933,
"exchange": "NASDAQ"
},
{
"symbol": "AVB",
"name": "AVALONBAY COMMUNITIES INC REIT USD.01",
"holdingsPercent": 0.07,
"sharesHeld": 1549424,
"exchange": "NYSE"
},
{
"symbol": "RSG",
"name": "Republic Services Inc",
"holdingsPercent": 0.07,
"sharesHeld": 2266883,
"exchange": "NYSE"
},
{
"symbol": "PCG",
"name": "PG&E Corp",
"holdingsPercent": 0.07,
"sharesHeld": 17830664,
"exchange": "NYSE"
},
{
"symbol": "DAL",
"name": "DELTA AIR LIN",
"holdingsPercent": 0.07,
"sharesHeld": 6996553,
"exchange": "NYSE"
},
{
"symbol": "LYB",
"name": "LYONDELLBASEL",
"holdingsPercent": 0.07,
"sharesHeld": 2808244,
"exchange": "NYSE"
},
{
"symbol": "ALGN",
"name": "Align Technology Inc",
"holdingsPercent": 0.07,
"sharesHeld": 803145,
"exchange": "NASDAQ"
},
{
"symbol": "ARE",
"name": "ALEXANDRIA RE",
"holdingsPercent": 0.07,
"sharesHeld": 1633836,
"exchange": "NYSE"
},
{
"symbol": "FANG",
"name": "Diamondback Energy Inc",
"holdingsPercent": 0.07,
"sharesHeld": 1961585,
"exchange": "NASDAQ"
},
{
"symbol": "FTV",
"name": "Fortive Corp",
"holdingsPercent": 0.07,
"sharesHeld": 3917662,
"exchange": "NYSE"
},
{
"symbol": "VMC",
"name": "Vulcan Materials Co",
"holdingsPercent": 0.07,
"sharesHeld": 1471955,
"exchange": "NYSE"
},
{
"symbol": "HIG",
"name": "Hartford Financial Services Group Inc",
"holdingsPercent": 0.07,
"sharesHeld": 3567060,
"exchange": "NYSE"
},
{
"symbol": "GPC",
"name": "GENUINE PARTS",
"holdingsPercent": 0.07,
"sharesHeld": 1565764,
"exchange": "NYSE"
},
{
"symbol": "ANSS",
"name": "ANSYS INC",
"holdingsPercent": 0.07,
"sharesHeld": 952679,
"exchange": "NASDAQ"
},
{
"symbol": "BAX",
"name": "BAXTER INTERNATIONAL INC",
"holdingsPercent": 0.07,
"sharesHeld": 5539762,
"exchange": "NYSE"
},
{
"symbol": "IR",
"name": "Ingersoll Rand Inc.",
"holdingsPercent": 0.07,
"sharesHeld": 4428444,
"exchange": "NYSE"
},
{
"symbol": "DOV",
"name": "Dover Corp",
"holdingsPercent": 0.07,
"sharesHeld": 1573923,
"exchange": "NYSE"
},
{
"symbol": "ACGL",
"name": "Arch Cap Group Ltd",
"holdingsPercent": 0.07,
"sharesHeld": 4096266,
"exchange": "NASDAQ"
},
{
"symbol": "RF",
"name": "Regions Financial Corp",
"holdingsPercent": 0.07,
"sharesHeld": 10389432,
"exchange": "NYSE"
},
{
"symbol": "LH",
"name": "Laboratory Corporation of America Holdings",
"holdingsPercent": 0.06,
"sharesHeld": 998275,
"exchange": "NYSE"
},
{
"symbol": "MLM",
"name": "Martin Marietta Materials Inc",
"holdingsPercent": 0.06,
"sharesHeld": 682212,
"exchange": "NYSE"
},
{
"symbol": "HBAN",
"name": "Huntington Bancshares",
"holdingsPercent": 0.06,
"sharesHeld": 15838485,
"exchange": "NASDAQ"
},
{
"symbol": "AEE",
"name": "Ameren Corp",
"holdingsPercent": 0.06,
"sharesHeld": 2863005,
"exchange": "NYSE"
},
{
"symbol": "ETR",
"name": "Entergy Corp",
"holdingsPercent": 0.06,
"sharesHeld": 2237058,
"exchange": "NYSE"
},
{
"symbol": "CFG",
"name": "Citizens Financial Group Inc",
"holdingsPercent": 0.06,
"sharesHeld": 5428890,
"exchange": "NYSE"
},
{
"symbol": "EQR",
"name": "EQ RESIDENT",
"holdingsPercent": 0.06,
"sharesHeld": 3724657,
"exchange": "NYSE"
},
{
"symbol": "STE",
"name": "STERIS Corp",
"holdingsPercent": 0.06,
"sharesHeld": 1098724,
"exchange": "NYSE"
},
{
"symbol": "RJF",
"name": "Raymond James Financial Inc",
"holdingsPercent": 0.06,
"sharesHeld": 2138730,
"exchange": "NYSE"
},
{
"symbol": "LUV",
"name": "Southwest Airlines Co",
"holdingsPercent": 0.06,
"sharesHeld": 6575762,
"exchange": "NYSE"
},
{
"symbol": "DTE",
"name": "DTE ENERGY",
"holdingsPercent": 0.06,
"sharesHeld": 2119022,
"exchange": "NYSE"
},
{
"symbol": "EXR",
"name": "Extra Space Storage Inc",
"holdingsPercent": 0.06,
"sharesHeld": 1462931,
"exchange": "NYSE"
},
{
"symbol": "PWR",
"name": "Quanta Services Inc",
"holdingsPercent": 0.06,
"sharesHeld": 1563900,
"exchange": "NYSE"
},
{
"symbol": "EPAM",
"name": "EPAM SYSTEMS I",
"holdingsPercent": 0.06,
"sharesHeld": 633123,
"exchange": "NYSE"
},
{
"symbol": "FE",
"name": "FIRSTENERGY",
"holdingsPercent": 0.06,
"sharesHeld": 5990833,
"exchange": "NYSE"
},
{
"symbol": "PFG",
"name": "Principal Financial Group Inc",
"holdingsPercent": 0.06,
"sharesHeld": 2556230,
"exchange": "NASDAQ"
},
{
"symbol": "STLD",
"name": "Steel Dynamics Inc",
"holdingsPercent": 0.06,
"sharesHeld": 1838324,
"exchange": "NASDAQ"
},
{
"symbol": "HOLX",
"name": "Hologic Inc",
"holdingsPercent": 0.06,
"sharesHeld": 2765916,
"exchange": "NASDAQ"
},
{
"symbol": "HPE",
"name": "Hewlett Packard Ent",
"holdingsPercent": 0.06,
"sharesHeld": 14282637,
"exchange": "NYSE"
},
{
"symbol": "PPL",
"name": "Pakistan Petroleum Ltd.",
"holdingsPercent": 0.06,
"sharesHeld": 8115867,
"exchange": "NYSE"
},
{
"symbol": "VTR",
"name": "Ventas Inc",
"holdingsPercent": 0.06,
"sharesHeld": 4372551,
"exchange": "NYSE"
},
{
"symbol": "CAH",
"name": "Cardinal Health Inc",
"holdingsPercent": 0.06,
"sharesHeld": 2903038,
"exchange": "NYSE"
},
{
"symbol": "NDAQ",
"name": "NASDAQ INC",
"holdingsPercent": 0.06,
"sharesHeld": 3741276,
"exchange": "NASDAQ"
},
{
"symbol": "WAT",
"name": "Waters Corp",
"holdingsPercent": 0.06,
"sharesHeld": 660481,
"exchange": "NYSE"
},
{
"symbol": "VRSN",
"name": "VeriSign Inc",
"holdingsPercent": 0.06,
"sharesHeld": 1029896,
"exchange": "NASDAQ"
},
{
"symbol": "NTRS",
"name": "NORTHERN TRUST",
"holdingsPercent": 0.06,
"sharesHeld": 2278547,
"exchange": "NASDAQ"
},
{
"symbol": "MPWR",
"name": "Monolithic Power Systems Inc",
"holdingsPercent": 0.06,
"sharesHeld": 490115,
"exchange": "NASDAQ"
},
{
"symbol": "TDY",
"name": "Teledyne Technologies Inc",
"holdingsPercent": 0.06,
"sharesHeld": 511093,
"exchange": "NYSE"
},
{
"symbol": "CHD",
"name": "Church & Dwight Co Inc",
"holdingsPercent": 0.06,
"sharesHeld": 2672677,
"exchange": "NYSE"
},
{
"symbol": "WST",
"name": "WEST PHARMACEUTICAL SERVICES COMMON STOCK USD.25",
"holdingsPercent": 0.06,
"sharesHeld": 808526,
"exchange": "NYSE"
},
{
"symbol": "MAA",
"name": "Mid-America Apartment Communities Inc",
"holdingsPercent": 0.06,
"sharesHeld": 1259414,
"exchange": "NYSE"
},
{
"symbol": "INVH",
"name": "Invitation Homes Inc",
"holdingsPercent": 0.06,
"sharesHeld": 6398205,
"exchange": "NYSE"
},
{
"symbol": "CTRA",
"name": "Contura Energy Inc",
"holdingsPercent": 0.06,
"sharesHeld": 8771904,
"exchange": "NYSE"
},
{
"symbol": "WAB",
"name": "Wabtec Corp\/DE",
"holdingsPercent": 0.06,
"sharesHeld": 2007377,
"exchange": "NYSE"
},
{
"symbol": "EXPD",
"name": "EXPEDITORS",
"holdingsPercent": 0.06,
"sharesHeld": 1805721,
"exchange": "NASDAQ"
},
{
"symbol": "LVS",
"name": "Las Vegas Sands Corp",
"holdingsPercent": 0.05,
"sharesHeld": 3626309,
"exchange": "NYSE"
},
{
"symbol": "",
"name": "U.S. Dollar",
"holdingsPercent": 0.05,
"sharesHeld": 209240820,
"exchange": "CME"
},
{
"symbol": "CLX",
"name": "Clorox Co",
"holdingsPercent": 0.05,
"sharesHeld": 1342914,
"exchange": "NYSE"
},
{
"symbol": "XYL",
"name": "Xylem Inc.",
"holdingsPercent": 0.05,
"sharesHeld": 1970452,
"exchange": "NYSE"
},
{
"symbol": "SIVB",
"name": "SIVB",
"holdingsPercent": 0.05,
"sharesHeld": 640933,
"exchange": "NASDAQ"
},
{
"symbol": "OMC",
"name": "OMNICOM GP INC",
"holdingsPercent": 0.05,
"sharesHeld": 2258562,
"exchange": "NYSE"
},
{
"symbol": "MKC",
"name": "MCCORMICK & CO",
"holdingsPercent": 0.05,
"sharesHeld": 2775366,
"exchange": "NYSE"
},
{
"symbol": "TSN",
"name": "Tyson Foods Inc",
"holdingsPercent": 0.05,
"sharesHeld": 3222827,
"exchange": "NYSE"
},
{
"symbol": "ETSY",
"name": "ETSY Inc",
"holdingsPercent": 0.05,
"sharesHeld": 1388482,
"exchange": "NASDAQ"
},
{
"symbol": "BALL",
"name": "Ball Corporation",
"holdingsPercent": 0.05,
"sharesHeld": 3468437,
"exchange": "NYSE"
},
{
"symbol": "KEY",
"name": "KeyCorp",
"holdingsPercent": 0.05,
"sharesHeld": 10192479,
"exchange": "NYSE"
},
{
"symbol": "CINF",
"name": "Cincinnati Financial Corp",
"holdingsPercent": 0.05,
"sharesHeld": 1756782,
"exchange": "NASDAQ"
},
{
"symbol": "CNP",
"name": "CenterPoint Energy Inc",
"holdingsPercent": 0.05,
"sharesHeld": 6889575,
"exchange": "NYSE"
},
{
"symbol": "BBY",
"name": "BEST BUY CO INC",
"holdingsPercent": 0.05,
"sharesHeld": 2227105,
"exchange": "NYSE"
},
{
"symbol": "BR",
"name": "BROADRIDGE FINANCIAL SOLUTIO",
"holdingsPercent": 0.05,
"sharesHeld": 1303047,
"exchange": "NYSE"
},
{
"symbol": "AMCR",
"name": "Amcor PLC",
"holdingsPercent": 0.05,
"sharesHeld": 16599095,
"exchange": "NYSE"
},
{
"symbol": "DRI",
"name": "DARDEN REST",
"holdingsPercent": 0.05,
"sharesHeld": 1353026,
"exchange": "NYSE"
},
{
"symbol": "CMS",
"name": "CMS Energy Corp.",
"holdingsPercent": 0.05,
"sharesHeld": 3177295,
"exchange": "NYSE"
},
{
"symbol": "SWKS",
"name": "Skyworks Solutions Inc",
"holdingsPercent": 0.05,
"sharesHeld": 1768887,
"exchange": "NASDAQ"
},
{
"symbol": "PKI",
"name": "PerkinElmer Inc",
"holdingsPercent": 0.05,
"sharesHeld": 1383044,
"exchange": "NYSE"
},
{
"symbol": "EXPE",
"name": "EXPEDI GROUP I",
"holdingsPercent": 0.05,
"sharesHeld": 1648821,
"exchange": "NASDAQ"
},
{
"symbol": "MOH",
"name": "Molina Healthcare Inc",
"holdingsPercent": 0.05,
"sharesHeld": 641845,
"exchange": "NYSE"
},
{
"symbol": "SEDG",
"name": "Solaredge Technologies Inc",
"holdingsPercent": 0.05,
"sharesHeld": 609416,
"exchange": "NASDAQ"
},
{
"symbol": "MOS",
"name": "Mosaic Co",
"holdingsPercent": 0.05,
"sharesHeld": 3811302,
"exchange": "NYSE"
},
{
"symbol": "K",
"name": "KELLOGG",
"holdingsPercent": 0.05,
"sharesHeld": 2834758,
"exchange": "NYSE"
},
{
"symbol": "CAG",
"name": "Conagra Brands Inc.",
"holdingsPercent": 0.05,
"sharesHeld": 5251112,
"exchange": "NYSE"
},
{
"symbol": "AES",
"name": "AES Corporation",
"holdingsPercent": 0.05,
"sharesHeld": 7286302,
"exchange": "NYSE"
},
{
"symbol": "IEX",
"name": "IDEX Corp",
"holdingsPercent": 0.05,
"sharesHeld": 830822,
"exchange": "NYSE"
},
{
"symbol": "COO",
"name": "Cooper Companies Inc.",
"holdingsPercent": 0.05,
"sharesHeld": 538289,
"exchange": "NYSE"
},
{
"symbol": "TTWO",
"name": "Take-Two Interactive Software Inc",
"holdingsPercent": 0.05,
"sharesHeld": 1732985,
"exchange": "NASDAQ"
},
{
"symbol": "ZBRA",
"name": "ZEBRA TECH",
"holdingsPercent": 0.05,
"sharesHeld": 571407,
"exchange": "NASDAQ"
},
{
"symbol": "CF",
"name": "CF Industries Holdings Inc.",
"holdingsPercent": 0.05,
"sharesHeld": 2199364,
"exchange": "NYSE"
},
{
"symbol": "TER",
"name": "Teradyne Inc",
"holdingsPercent": 0.05,
"sharesHeld": 1730678,
"exchange": "NASDAQ"
},
{
"symbol": "UAL",
"name": "United Airlines Holdings Inc",
"holdingsPercent": 0.05,
"sharesHeld": 3620471,
"exchange": "NASDAQ"
},
{
"symbol": "SYF",
"name": "Synchrony Financial",
"holdingsPercent": 0.05,
"sharesHeld": 4989666,
"exchange": "NYSE"
},
{
"symbol": "FSLR",
"name": "First Solar Inc",
"holdingsPercent": 0.05,
"sharesHeld": 1097975,
"exchange": "NASDAQ"
},
{
"symbol": "DGX",
"name": "QUEST DIAG",
"holdingsPercent": 0.05,
"sharesHeld": 1285897,
"exchange": "NYSE"
},
{
"symbol": "MRO",
"name": "MARATHON OIL",
"holdingsPercent": 0.05,
"sharesHeld": 7033136,
"exchange": "NYSE"
},
{
"symbol": "TRGP",
"name": "Targa Resources Corp",
"holdingsPercent": 0.05,
"sharesHeld": 2492957,
"exchange": "NYSE"
},
{
"symbol": "JBHT",
"name": "J B Hunt Transport Services Inc",
"holdingsPercent": 0.05,
"sharesHeld": 919133,
"exchange": "NASDAQ"
},
{
"symbol": "PAYC",
"name": "Paycom Software Inc",
"holdingsPercent": 0.05,
"sharesHeld": 538316,
"exchange": "NYSE"
},
{
"symbol": "FLT",
"name": "FLEETCOR TECHNOL",
"holdingsPercent": 0.05,
"sharesHeld": 827534,
"exchange": "NYSE"
},
{
"symbol": "NVR",
"name": "NVR Inc",
"holdingsPercent": 0.05,
"sharesHeld": 34069,
"exchange": "NYSE"
},
{
"symbol": "ATO",
"name": "ATMOS ENERGY CORP",
"holdingsPercent": 0.05,
"sharesHeld": 1529945,
"exchange": "NYSE"
},
{
"symbol": "J",
"name": "Jacobs Engineering Group Inc",
"holdingsPercent": 0.05,
"sharesHeld": 1423527,
"exchange": "NYSE"
},
{
"symbol": "SJM",
"name": "J.M. Smucker Company",
"holdingsPercent": 0.05,
"sharesHeld": 1184127,
"exchange": "NYSE"
},
{
"symbol": "FMC",
"name": "Fmc Corp",
"holdingsPercent": 0.05,
"sharesHeld": 1390278,
"exchange": "NYSE"
},
{
"symbol": "FDS",
"name": "FACTSET RESEARCH",
"holdingsPercent": 0.05,
"sharesHeld": 413907,
"exchange": "NYSE"
},
{
"symbol": "POOL",
"name": "Pool Corp",
"holdingsPercent": 0.05,
"sharesHeld": 438063,
"exchange": "NASDAQ"
},
{
"symbol": "IRM",
"name": "IRON MOUNTAIN",
"holdingsPercent": 0.05,
"sharesHeld": 3176446,
"exchange": "NYSE"
},
{
"symbol": "TXT",
"name": "Textron Inc",
"holdingsPercent": 0.05,
"sharesHeld": 2334197,
"exchange": "NYSE"
},
{
"symbol": "GRMN",
"name": "Garmin Ltd.",
"holdingsPercent": 0.05,
"sharesHeld": 1702559,
"exchange": "NYSE"
},
{
"symbol": "INCY",
"name": "INCYTE CORP",
"holdingsPercent": 0.04,
"sharesHeld": 2056414,
"exchange": "NASDAQ"
},
{
"symbol": "IPG",
"name": "INTERPBLIC GRP",
"holdingsPercent": 0.04,
"sharesHeld": 4303382,
"exchange": "NYSE"
},
{
"symbol": "TRMB",
"name": "Trimble Inc",
"holdingsPercent": 0.04,
"sharesHeld": 2749595,
"exchange": "NASDAQ"
},
{
"symbol": "NTAP",
"name": "net SE",
"holdingsPercent": 0.04,
"sharesHeld": 2450621,
"exchange": "NASDAQ"
},
{
"symbol": "RCL",
"name": "Royal Caribbean Cruises Ltd",
"holdingsPercent": 0.04,
"sharesHeld": 2417493,
"exchange": "NYSE"
},
{
"symbol": "LKQ",
"name": "LKQ Corp",
"holdingsPercent": 0.04,
"sharesHeld": 2877254,
"exchange": "NASDAQ"
},
{
"symbol": "IP",
"name": "International Pa",
"holdingsPercent": 0.04,
"sharesHeld": 3991592,
"exchange": "NYSE"
},
{
"symbol": "AVY",
"name": "Avery Dennison Corp",
"holdingsPercent": 0.04,
"sharesHeld": 906039,
"exchange": "NYSE"
},
{
"symbol": "ESS",
"name": "Essex Property Trust Inc",
"holdingsPercent": 0.04,
"sharesHeld": 711134,
"exchange": "NYSE"
},
{
"symbol": "PEAK",
"name": "HCP Inc",
"holdingsPercent": 0.04,
"sharesHeld": 5892652,
"exchange": "NYSE"
},
{
"symbol": "HWM",
"name": "Howmet Aerospace Inc",
"holdingsPercent": 0.04,
"sharesHeld": 4075927,
"exchange": "NYSE"
},
{
"symbol": "VTRS",
"name": "Viatris Inc",
"holdingsPercent": 0.04,
"sharesHeld": 13218578,
"exchange": "NASDAQ"
},
{
"symbol": "AKAM",
"name": "Akamai Technologies",
"holdingsPercent": 0.04,
"sharesHeld": 1752618,
"exchange": "NASDAQ"
},
{
"symbol": "LW",
"name": "Lamb Weston Holdings",
"holdingsPercent": 0.04,
"sharesHeld": 1585562,
"exchange": "NYSE"
},
{
"symbol": "EVRG",
"name": "EVERGY INC",
"holdingsPercent": 0.04,
"sharesHeld": 2501555,
"exchange": "NASDAQ"
},
{
"symbol": "TYL",
"name": "Tyler Technologies Inc",
"holdingsPercent": 0.04,
"sharesHeld": 461139,
"exchange": "NYSE"
},
{
"symbol": "SNA",
"name": "SNAP-ON INC",
"holdingsPercent": 0.04,
"sharesHeld": 589942,
"exchange": "NYSE"
},
{
"symbol": "SWK",
"name": "Stanley Black & Decker Inc",
"holdingsPercent": 0.04,
"sharesHeld": 1629310,
"exchange": "NYSE"
},
{
"symbol": "STX",
"name": "Seagate Technology PLC",
"holdingsPercent": 0.04,
"sharesHeld": 2153109,
"exchange": "NASDAQ"
},
{
"symbol": "KIM",
"name": "Kimco Realty Corp",
"holdingsPercent": 0.04,
"sharesHeld": 6767023,
"exchange": "NYSE"
},
{
"symbol": "APA",
"name": "Apache Corp",
"holdingsPercent": 0.04,
"sharesHeld": 3603270,
"exchange": "NASDAQ"
},
{
"symbol": "PTC",
"name": "PTC Inc",
"holdingsPercent": 0.04,
"sharesHeld": 1158233,
"exchange": "NASDAQ"
},
{
"symbol": "WRB",
"name": "W. R. Berkley Corp",
"holdingsPercent": 0.04,
"sharesHeld": 2251730,
"exchange": "NYSE"
},
{
"symbol": "MTCH",
"name": "Match Group Inc",
"holdingsPercent": 0.04,
"sharesHeld": 3100854,
"exchange": "NASDAQ"
},
{
"symbol": "MGM",
"name": "MGM RESORTS IN",
"holdingsPercent": 0.04,
"sharesHeld": 3601618,
"exchange": "NYSE"
},
{
"symbol": "PHM",
"name": "PulteGroup Inc",
"holdingsPercent": 0.04,
"sharesHeld": 2552538,
"exchange": "NYSE"
},
{
"symbol": "PKG",
"name": "Packaging Corp of America",
"holdingsPercent": 0.04,
"sharesHeld": 1038929,
"exchange": "NYSE"
},
{
"symbol": "BRO",
"name": "Brown & Brown Inc.",
"holdingsPercent": 0.04,
"sharesHeld": 2555537,
"exchange": "NYSE"
},
{
"symbol": "RE",
"name": "Everest Re Group Ltd",
"holdingsPercent": 0.04,
"sharesHeld": 435619,
"exchange": "NYSE"
},
{
"symbol": "WDC",
"name": "WESTERN DGTL C",
"holdingsPercent": 0.04,
"sharesHeld": 3432522,
"exchange": "NASDAQ"
},
{
"symbol": "HST",
"name": "Host Hotels & Resorts",
"holdingsPercent": 0.04,
"sharesHeld": 7769543,
"exchange": "NASDAQ"
},
{
"symbol": "NDSN",
"name": "Nordson Corp",
"holdingsPercent": 0.04,
"sharesHeld": 595384,
"exchange": "NASDAQ"
},
{
"symbol": "LDOS",
"name": "Leidos Holdings Inc",
"holdingsPercent": 0.04,
"sharesHeld": 1505379,
"exchange": "NYSE"
},
{
"symbol": "UDR",
"name": "UDR Inc",
"holdingsPercent": 0.04,
"sharesHeld": 3389007,
"exchange": "NYSE"
},
{
"symbol": "LNT",
"name": "ALLIANT ENERGY",
"holdingsPercent": 0.04,
"sharesHeld": 2736141,
"exchange": "NASDAQ"
},
{
"symbol": "JKHY",
"name": "Jack Henry & Associates Inc",
"holdingsPercent": 0.04,
"sharesHeld": 806837,
"exchange": "NASDAQ"
},
{
"symbol": "CBOE",
"name": "Cboe Global Markets Inc",
"holdingsPercent": 0.04,
"sharesHeld": 1165870,
"exchange": "AMEX"
},
{
"symbol": "HRL",
"name": "Hormel Foods Corp",
"holdingsPercent": 0.04,
"sharesHeld": 3193601,
"exchange": "NYSE"
},
{
"symbol": "MKTX",
"name": "MarketAxess Holdings Inc",
"holdingsPercent": 0.04,
"sharesHeld": 415214,
"exchange": "NASDAQ"
},
{
"symbol": "CPT",
"name": "Camden Property Trust",
"holdingsPercent": 0.04,
"sharesHeld": 1171958,
"exchange": "NYSE"
},
{
"symbol": "DPZ",
"name": "Dominos Pizza Inc",
"holdingsPercent": 0.04,
"sharesHeld": 395798,
"exchange": "NYSE"
},
{
"symbol": "CHRW",
"name": "C.H. Robinson Worldwide Inc",
"holdingsPercent": 0.04,
"sharesHeld": 1367819,
"exchange": "NASDAQ"
},
{
"symbol": "KMX",
"name": "CARMAX INC COMMON STOCK USD.5",
"holdingsPercent": 0.04,
"sharesHeld": 1780539,
"exchange": "NYSE"
},
{
"symbol": "CE",
"name": "Celanese Corp",
"holdingsPercent": 0.04,
"sharesHeld": 1100068,
"exchange": "NYSE"
},
{
"symbol": "MAS",
"name": "Masco Corp",
"holdingsPercent": 0.04,
"sharesHeld": 2489144,
"exchange": "NYSE"
},
{
"symbol": "CRL",
"name": "Charles River Laboratories International Inc.",
"holdingsPercent": 0.04,
"sharesHeld": 549331,
"exchange": "NYSE"
},
{
"symbol": "PARA",
"name": "Paramount Global Class B",
"holdingsPercent": 0.04,
"sharesHeld": 5572431,
"exchange": "NASDAQ"
},
{
"symbol": "GEN",
"name": "Genesis Healthcare Inc",
"holdingsPercent": 0.04,
"sharesHeld": 6358612,
"exchange": "NASDAQ"
},
{
"symbol": "TECH",
"name": "BIOTECHNE CORP",
"holdingsPercent": 0.04,
"sharesHeld": 1700981,
"exchange": "NASDAQ"
},
{
"symbol": "BF.B",
"name": "BROWN FORMAN CORP CL B",
"holdingsPercent": 0.03,
"sharesHeld": 1997045,
"exchange": "NYSE"
},
{
"symbol": "HSIC",
"name": "Henry Schein Inc",
"holdingsPercent": 0.03,
"sharesHeld": 1526707,
"exchange": "NASDAQ"
},
{
"symbol": "TFX",
"name": "Teleflex Inc",
"holdingsPercent": 0.03,
"sharesHeld": 511124,
"exchange": "NYSE"
},
{
"symbol": "L",
"name": "Loews Corp",
"holdingsPercent": 0.03,
"sharesHeld": 2152987,
"exchange": "NYSE"
},
{
"symbol": "CZR",
"name": "Caesars Entertainment Corp",
"holdingsPercent": 0.03,
"sharesHeld": 2345781,
"exchange": "NASDAQ"
},
{
"symbol": "CDAY",
"name": "CERIDIAN HCM H",
"holdingsPercent": 0.03,
"sharesHeld": 1689413,
"exchange": "NYSE"
},
{
"symbol": "TPR",
"name": "TAPESTRY INC O",
"holdingsPercent": 0.03,
"sharesHeld": 2779382,
"exchange": "NYSE"
},
{
"symbol": "CCL",
"name": "Carnival Corp",
"holdingsPercent": 0.03,
"sharesHeld": 10732446,
"exchange": "NYSE"
},
{
"symbol": "EQT",
"name": "EQT Corp",
"holdingsPercent": 0.03,
"sharesHeld": 4028279,
"exchange": "NYSE"
},
{
"symbol": "BWA",
"name": "BorgWarner Inc",
"holdingsPercent": 0.03,
"sharesHeld": 2631333,
"exchange": "NYSE"
},
{
"symbol": "LYV",
"name": "Live Nation Ent Inc",
"holdingsPercent": 0.03,
"sharesHeld": 1567742,
"exchange": "NYSE"
},
{
"symbol": "EMN",
"name": "EASTMAN CHEM",
"holdingsPercent": 0.03,
"sharesHeld": 1355799,
"exchange": "NYSE"
},
{
"symbol": "NI",
"name": "NiSource Inc",
"holdingsPercent": 0.03,
"sharesHeld": 4464067,
"exchange": "NYSE"
},
{
"symbol": "QRVO",
"name": "Qorvo Inc",
"holdingsPercent": 0.03,
"sharesHeld": 1139488,
"exchange": "NASDAQ"
},
{
"symbol": "ALLE",
"name": "Allegion PLC",
"holdingsPercent": 0.03,
"sharesHeld": 980495,
"exchange": "NYSE"
},
{
"symbol": "AAL",
"name": "American Airlines Group",
"holdingsPercent": 0.03,
"sharesHeld": 7070477,
"exchange": "NASDAQ"
},
{
"symbol": "GL",
"name": "Globe Life Inc.",
"holdingsPercent": 0.03,
"sharesHeld": 998826,
"exchange": "NYSE"
},
{
"symbol": "WYNN",
"name": "WYNN RESORTS",
"holdingsPercent": 0.03,
"sharesHeld": 1158155,
"exchange": "NASDAQ"
},
{
"symbol": "BBWI",
"name": "Bath & Body Works Inc.",
"holdingsPercent": 0.03,
"sharesHeld": 2516643,
"exchange": "NYSE"
},
{
"symbol": "BXP",
"name": "BOSTON PROPERTIES INC REIT USD.01",
"holdingsPercent": 0.03,
"sharesHeld": 1552735,
"exchange": "NYSE"
},
{
"symbol": "FOXA",
"name": "Fox Corp",
"holdingsPercent": 0.03,
"sharesHeld": 3383752,
"exchange": "NASDAQ"
},
{
"symbol": "CPB",
"name": "Campbell Soup Company",
"holdingsPercent": 0.03,
"sharesHeld": 2234029,
"exchange": "NYSE"
},
{
"symbol": "REG",
"name": "Regency Centers Corp",
"holdingsPercent": 0.03,
"sharesHeld": 1670932,
"exchange": "NASDAQ"
},
{
"symbol": "TAP",
"name": "MOLSN COORS BR",
"holdingsPercent": 0.03,
"sharesHeld": 2072828,
"exchange": "NYSE"
},
{
"symbol": "BIO",
"name": "Bio-Rad Laboratories Inc. Class A",
"holdingsPercent": 0.03,
"sharesHeld": 235091,
"exchange": "NYSE"
},
{
"symbol": "CTLT",
"name": "Catalent Inc",
"holdingsPercent": 0.03,
"sharesHeld": 1964989,
"exchange": "NYSE"
},
{
"symbol": "UHS",
"name": "Universal Health Services Inc",
"holdingsPercent": 0.03,
"sharesHeld": 738295,
"exchange": "NYSE"
},
{
"symbol": "CMA",
"name": "Comerica Incorporated",
"holdingsPercent": 0.03,
"sharesHeld": 1452676,
"exchange": "NYSE"
},
{
"symbol": "JNPR",
"name": "Juniper Networks Inc",
"holdingsPercent": 0.03,
"sharesHeld": 3553995,
"exchange": "NYSE"
},
{
"symbol": "VFC",
"name": "VF Corp",
"holdingsPercent": 0.03,
"sharesHeld": 3539162,
"exchange": "NYSE"
},
{
"symbol": "PNR",
"name": "Pentair Ltd",
"holdingsPercent": 0.03,
"sharesHeld": 1812221,
"exchange": "NYSE"
},
{
"symbol": "RHI",
"name": "Robert Half International Inc",
"holdingsPercent": 0.03,
"sharesHeld": 1215534,
"exchange": "NYSE"
},
{
"symbol": "AAP",
"name": "Advance Auto Parts Inc",
"holdingsPercent": 0.03,
"sharesHeld": 668470,
"exchange": "NYSE"
},
{
"symbol": "IVZ",
"name": "Invesco Ltd",
"holdingsPercent": 0.03,
"sharesHeld": 5019758,
"exchange": "NYSE"
},
{
"symbol": "BEN",
"name": "FRANKLIN RES INC",
"holdingsPercent": 0.03,
"sharesHeld": 3007395,
"exchange": "NYSE"
},
{
"symbol": "FFIV",
"name": "F5 NETWORKS",
"holdingsPercent": 0.03,
"sharesHeld": 656428,
"exchange": "NASDAQ"
},
{
"symbol": "WRK",
"name": "Westrock Co",
"holdingsPercent": 0.03,
"sharesHeld": 2803774,
"exchange": "NYSE"
},
{
"symbol": "AOS",
"name": "A. O. Smith Corporation",
"holdingsPercent": 0.03,
"sharesHeld": 1416491,
"exchange": "NYSE"
},
{
"symbol": "SBNY",
"name": "SBNY",
"holdingsPercent": 0.02,
"sharesHeld": 688334,
"exchange": "NASDAQ"
},
{
"symbol": "HII",
"name": "Huntington Ingalls Ind",
"holdingsPercent": 0.02,
"sharesHeld": 438870,
"exchange": "NYSE"
},
{
"symbol": "PNW",
"name": "PINNACL WEST C",
"holdingsPercent": 0.02,
"sharesHeld": 1240645,
"exchange": "NYSE"
},
{
"symbol": "WHR",
"name": "Whirlpool Corp",
"holdingsPercent": 0.02,
"sharesHeld": 600982,
"exchange": "NYSE"
},
{
"symbol": "XRAY",
"name": "DENTSPLY International Inc",
"holdingsPercent": 0.02,
"sharesHeld": 2388713,
"exchange": "NASDAQ"
},
{
"symbol": "FRT",
"name": "FED REALTY INVS",
"holdingsPercent": 0.02,
"sharesHeld": 809570,
"exchange": "NYSE"
},
{
"symbol": "ROL",
"name": "Rollins Inc",
"holdingsPercent": 0.02,
"sharesHeld": 2563331,
"exchange": "NYSE"
},
{
"symbol": "NWSA",
"name": "News Corp",
"holdingsPercent": 0.02,
"sharesHeld": 4305074,
"exchange": "NASDAQ"
},
{
"symbol": "ZION",
"name": "ZIONS BANCORP",
"holdingsPercent": 0.02,
"sharesHeld": 1663601,
"exchange": "NASDAQ"
},
{
"symbol": "SEE",
"name": "Sealed Air Corp.",
"holdingsPercent": 0.02,
"sharesHeld": 1638674,
"exchange": "NYSE"
},
{
"symbol": "NRG",
"name": "NRG ENERGY",
"holdingsPercent": 0.02,
"sharesHeld": 2596247,
"exchange": "NYSE"
},
{
"symbol": "HAS",
"name": "Hasbro Inc",
"holdingsPercent": 0.02,
"sharesHeld": 1407000,
"exchange": "NASDAQ"
},
{
"symbol": "GNRC",
"name": "Generac Holdings Inc",
"holdingsPercent": 0.02,
"sharesHeld": 690162,
"exchange": "NYSE"
},
{
"symbol": "OGN",
"name": "ORGANON",
"holdingsPercent": 0.02,
"sharesHeld": 2785878,
"exchange": "NYSE"
},
{
"symbol": "AIZ",
"name": "Assurant Inc",
"holdingsPercent": 0.02,
"sharesHeld": 587773,
"exchange": "NYSE"
},
{
"symbol": "NCLH",
"name": "Norwegian Cruise Line",
"holdingsPercent": 0.02,
"sharesHeld": 4576127,
"exchange": "NYSE"
},
{
"symbol": "DXC",
"name": "DXC TECHNLGY C",
"holdingsPercent": 0.02,
"sharesHeld": 2536176,
"exchange": "NYSE"
},
{
"symbol": "ALK",
"name": "ALASKA AIR GROUP INC",
"holdingsPercent": 0.02,
"sharesHeld": 1367824,
"exchange": "NYSE"
},
{
"symbol": "MHK",
"name": "Mohawk Industries Inc",
"holdingsPercent": 0.02,
"sharesHeld": 566741,
"exchange": "NYSE"
},
{
"symbol": "NWL",
"name": "Newell Brands Inc",
"holdingsPercent": 0.02,
"sharesHeld": 4163086,
"exchange": "NASDAQ"
},
{
"symbol": "LNC",
"name": "Lincoln National Corp",
"holdingsPercent": 0.02,
"sharesHeld": 1709770,
"exchange": "NYSE"
},
{
"symbol": "RL",
"name": "Ralph Lauren Corp",
"holdingsPercent": 0.02,
"sharesHeld": 473721,
"exchange": "NYSE"
},
{
"symbol": "LUMN",
"name": "Lumen Technologies Inc.",
"holdingsPercent": 0.01,
"sharesHeld": 10099298,
"exchange": "NYSE"
},
{
"symbol": "DVA",
"name": "DaVita Inc.",
"holdingsPercent": 0.01,
"sharesHeld": 614691,
"exchange": "NYSE"
},
{
"symbol": "FOX",
"name": "Fox Corp",
"holdingsPercent": 0.01,
"sharesHeld": 1619451,
"exchange": "NASDAQ"
},
{
"symbol": "DISH",
"name": "DISH NETWORK A",
"holdingsPercent": 0.01,
"sharesHeld": 2725317,
"exchange": "NASDAQ"
},
{
"symbol": "NWS",
"name": "News Corp",
"holdingsPercent": 0.01,
"sharesHeld": 1350184,
"exchange": "NASDAQ"
},
{
"symbol": "Ticker",
"name": "Name",
"holdingsPercent": 0,
"sharesHeld": 0,
"exchange": null
}
]
}
XML
GET
GET https://ondemand.websol.barchart.com/getETFConstituents.xml?apikey=YOUR_API_KEY&symbol=SPY
Host: ondemand.websol.barchart.com
POST
POST https://ondemand.websol.barchart.com/getETFConstituents.xml
Host: ondemand.websol.barchart.com
Content-Type: application/x-www-form-urlencoded
Content-Length: length
apikey=YOUR_API_KEY&symbol=SPY
Response
<?xml version="1.0" encoding="utf-8"?>
<getETFConstituents>
<status>
<code>200</code>
<message>Success.</message>
</status>
<item>
<symbol>AAPL</symbol>
<name>Apple Inc</name>
<holdingsPercent>6.67</holdingsPercent>
<sharesHeld>165607150</sharesHeld>
<exchange>NASDAQ</exchange>
</item>
<item>
<symbol>MSFT</symbol>
<name>Microsoft Corp</name>
<holdingsPercent>5.56</holdingsPercent>
<sharesHeld>82556090</sharesHeld>
<exchange>NASDAQ</exchange>
</item>
<item>
<symbol>AMZN</symbol>
<name>AMAZON COM INC</name>
<holdingsPercent>2.65</holdingsPercent>
<sharesHeld>98293000</sharesHeld>
<exchange>NASDAQ</exchange>
</item>
<item>
<symbol>GOOGL</symbol>
<name>Alphabet Inc Cl A</name>
<holdingsPercent>1.81</holdingsPercent>
<sharesHeld>66149370</sharesHeld>
<exchange>NASDAQ</exchange>
</item>
<item>
<symbol>GOOG</symbol>
<name>Alphabet Inc</name>
<holdingsPercent>1.61</holdingsPercent>
<sharesHeld>58638464</sharesHeld>
<exchange>NASDAQ</exchange>
</item>
<item>
<symbol>BRK.B</symbol>
<name>Berkshire Hathaway Inc</name>
<holdingsPercent>1.6</holdingsPercent>
<sharesHeld>19953564</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>NVDA</symbol>
<name>NVIDIA Corp</name>
<holdingsPercent>1.52</holdingsPercent>
<sharesHeld>27606634</sharesHeld>
<exchange>NASDAQ</exchange>
</item>
<item>
<symbol>TSLA</symbol>
<name>Tesla Inc</name>
<holdingsPercent>1.47</holdingsPercent>
<sharesHeld>29725576</sharesHeld>
<exchange>NASDAQ</exchange>
</item>
<item>
<symbol>XOM</symbol>
<name>Exxon Mobil Corp</name>
<holdingsPercent>1.33</holdingsPercent>
<sharesHeld>45608764</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>UNH</symbol>
<name>UnitedHealth Group Inc</name>
<holdingsPercent>1.27</holdingsPercent>
<sharesHeld>10347626</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>JNJ</symbol>
<name>Johnson & Johnson</name>
<holdingsPercent>1.24</holdingsPercent>
<sharesHeld>28986556</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>META</symbol>
<name>Meta Financial Group Inc.</name>
<holdingsPercent>1.21</holdingsPercent>
<sharesHeld>24903416</sharesHeld>
<exchange>NASDAQ</exchange>
</item>
<item>
<symbol>JPM</symbol>
<name>JPMORGAN CHASE</name>
<holdingsPercent>1.19</holdingsPercent>
<sharesHeld>32484544</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>V</symbol>
<name>Visa Inc</name>
<holdingsPercent>1.09</holdingsPercent>
<sharesHeld>18107304</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>HD</symbol>
<name>Home Depot Inc</name>
<holdingsPercent>0.98</holdingsPercent>
<sharesHeld>11331048</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>PG</symbol>
<name>PROCTER & GAMB</name>
<holdingsPercent>0.98</holdingsPercent>
<sharesHeld>26243796</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>MA</symbol>
<name>MasterCard Inc</name>
<holdingsPercent>0.92</holdingsPercent>
<sharesHeld>9406345</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>CVX</symbol>
<name>Chevron Corp</name>
<holdingsPercent>0.87</holdingsPercent>
<sharesHeld>19701216</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>LLY</symbol>
<name>ELI LILLY</name>
<holdingsPercent>0.77</holdingsPercent>
<sharesHeld>8734150</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>MRK</symbol>
<name>MERCK & CO</name>
<holdingsPercent>0.75</holdingsPercent>
<sharesHeld>28078688</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>ABBV</symbol>
<name>AbbVie Inc</name>
<holdingsPercent>0.74</holdingsPercent>
<sharesHeld>19585468</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>BAC</symbol>
<name>Bank of America Corp</name>
<holdingsPercent>0.73</holdingsPercent>
<sharesHeld>77296180</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>PFE</symbol>
<name>Pfizer Inc</name>
<holdingsPercent>0.71</holdingsPercent>
<sharesHeld>62165956</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>AVGO</symbol>
<name>BROADCOM INC</name>
<holdingsPercent>0.7</holdingsPercent>
<sharesHeld>4485388</sharesHeld>
<exchange>NASDAQ</exchange>
</item>
<item>
<symbol>PEP</symbol>
<name>PepsiCo Inc</name>
<holdingsPercent>0.67</holdingsPercent>
<sharesHeld>15257663</sharesHeld>
<exchange>NASDAQ</exchange>
</item>
<item>
<symbol>KO</symbol>
<name>COCA-COLA</name>
<holdingsPercent>0.67</holdingsPercent>
<sharesHeld>43103464</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>TMO</symbol>
<name>Thermo Fisher Scientific Inc</name>
<holdingsPercent>0.67</holdingsPercent>
<sharesHeld>4343539</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>COST</symbol>
<name>Costco Wholesale Corp</name>
<holdingsPercent>0.66</holdingsPercent>
<sharesHeld>4901863</sharesHeld>
<exchange>NASDAQ</exchange>
</item>
<item>
<symbol>DIS</symbol>
<name>Walt Disney Co</name>
<holdingsPercent>0.58</holdingsPercent>
<sharesHeld>20189758</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>WMT</symbol>
<name>WALMART INC</name>
<holdingsPercent>0.58</holdingsPercent>
<sharesHeld>15630849</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>CSCO</symbol>
<name>Cisco Systems Inc</name>
<holdingsPercent>0.58</holdingsPercent>
<sharesHeld>45472616</sharesHeld>
<exchange>NASDAQ</exchange>
</item>
<item>
<symbol>ABT</symbol>
<name>Abbott Laboratories</name>
<holdingsPercent>0.56</holdingsPercent>
<sharesHeld>19302668</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>MCD</symbol>
<name>MCDONALD S COR</name>
<holdingsPercent>0.56</holdingsPercent>
<sharesHeld>8109332</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>ACN</symbol>
<name>ACCENTURE PLC CL A</name>
<holdingsPercent>0.53</holdingsPercent>
<sharesHeld>6969066</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>WFC</symbol>
<name>WELLS FARGO &</name>
<holdingsPercent>0.52</holdingsPercent>
<sharesHeld>42200224</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>ADBE</symbol>
<name>Adobe Inc</name>
<holdingsPercent>0.51</holdingsPercent>
<sharesHeld>5164918</sharesHeld>
<exchange>NASDAQ</exchange>
</item>
<item>
<symbol>DHR</symbol>
<name>Danaher Corporation</name>
<holdingsPercent>0.51</holdingsPercent>
<sharesHeld>7255716</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>VZ</symbol>
<name>VERIZON COMMS</name>
<holdingsPercent>0.5</holdingsPercent>
<sharesHeld>46511784</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>CMCSA</symbol>
<name>Comcast Corp</name>
<holdingsPercent>0.5</holdingsPercent>
<sharesHeld>47775944</sharesHeld>
<exchange>NASDAQ</exchange>
</item>
<item>
<symbol>CRM</symbol>
<name>salesforce.com inc.</name>
<holdingsPercent>0.49</holdingsPercent>
<sharesHeld>11074731</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>TXN</symbol>
<name>TEXAS INSTRUME</name>
<holdingsPercent>0.48</holdingsPercent>
<sharesHeld>10084655</sharesHeld>
<exchange>NASDAQ</exchange>
</item>
<item>
<symbol>NFLX</symbol>
<name>Netflix Inc</name>
<holdingsPercent>0.47</holdingsPercent>
<sharesHeld>4928434</sharesHeld>
<exchange>NASDAQ</exchange>
</item>
<item>
<symbol>NKE</symbol>
<name>NIKE Inc</name>
<holdingsPercent>0.46</holdingsPercent>
<sharesHeld>13945186</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>LIN</symbol>
<name>LIN Media LLC</name>
<holdingsPercent>0.46</holdingsPercent>
<sharesHeld>5475180</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>PM</symbol>
<name>PHILIP MORRIS</name>
<holdingsPercent>0.46</holdingsPercent>
<sharesHeld>17168196</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>BMY</symbol>
<name>Bristol-Myers Squibb Company</name>
<holdingsPercent>0.46</holdingsPercent>
<sharesHeld>23535912</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>QCOM</symbol>
<name>QUALCOMM Inc</name>
<holdingsPercent>0.44</holdingsPercent>
<sharesHeld>12393555</sharesHeld>
<exchange>NASDAQ</exchange>
</item>
<item>
<symbol>NEE</symbol>
<name>NEXTERA ENERGY</name>
<holdingsPercent>0.43</holdingsPercent>
<sharesHeld>22007452</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>RTX</symbol>
<name>Raytheon Technologies Corp</name>
<holdingsPercent>0.41</holdingsPercent>
<sharesHeld>16295633</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>T</symbol>
<name>AT&T</name>
<holdingsPercent>0.41</holdingsPercent>
<sharesHeld>78929460</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>UPS</symbol>
<name>United Parcel Service Inc</name>
<holdingsPercent>0.4</holdingsPercent>
<sharesHeld>8066622</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>AMD</symbol>
<name>Advanced Micro Devices Inc</name>
<holdingsPercent>0.4</holdingsPercent>
<sharesHeld>17826692</sharesHeld>
<exchange>NASDAQ</exchange>
</item>
<item>
<symbol>ORCL</symbol>
<name>Oracle Corp</name>
<holdingsPercent>0.4</holdingsPercent>
<sharesHeld>17020028</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>HON</symbol>
<name>Honeywell International</name>
<holdingsPercent>0.39</holdingsPercent>
<sharesHeld>7434804</sharesHeld>
<exchange>NASDAQ</exchange>
</item>
<item>
<symbol>COP</symbol>
<name>CompuGroup Medical AG</name>
<holdingsPercent>0.39</holdingsPercent>
<sharesHeld>13800007</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>LOW</symbol>
<name>Lowe s Companies Inc</name>
<holdingsPercent>0.39</holdingsPercent>
<sharesHeld>6874210</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>MS</symbol>
<name>Morgan Stanley</name>
<holdingsPercent>0.38</holdingsPercent>
<sharesHeld>14599816</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>AMGN</symbol>
<name>Amgen Inc</name>
<holdingsPercent>0.38</holdingsPercent>
<sharesHeld>5903567</sharesHeld>
<exchange>NASDAQ</exchange>
</item>
<item>
<symbol>UNP</symbol>
<name>Union Pacific Corp</name>
<holdingsPercent>0.37</holdingsPercent>
<sharesHeld>6808713</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>CAT</symbol>
<name>Caterpillar Inc</name>
<holdingsPercent>0.37</holdingsPercent>
<sharesHeld>5763287</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>GS</symbol>
<name>GOLDM SACHS GR</name>
<holdingsPercent>0.36</holdingsPercent>
<sharesHeld>3765610</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>INTC</symbol>
<name>Intel Corp</name>
<holdingsPercent>0.36</holdingsPercent>
<sharesHeld>45705304</sharesHeld>
<exchange>NASDAQ</exchange>
</item>
<item>
<symbol>SPGI</symbol>
<name>S&P Global Inc.</name>
<holdingsPercent>0.36</holdingsPercent>
<sharesHeld>3687878</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>IBM</symbol>
<name>International Business Machines Corp</name>
<holdingsPercent>0.36</holdingsPercent>
<sharesHeld>10012971</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>PLD</symbol>
<name>PROLOGIS</name>
<holdingsPercent>0.35</holdingsPercent>
<sharesHeld>10222839</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>SCHW</symbol>
<name>Charles Schwab Corp</name>
<holdingsPercent>0.35</holdingsPercent>
<sharesHeld>16850620</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>SBUX</symbol>
<name>SBUX</name>
<holdingsPercent>0.35</holdingsPercent>
<sharesHeld>12712706</sharesHeld>
<exchange>NASDAQ</exchange>
</item>
<item>
<symbol>INTU</symbol>
<name>Intuit Inc</name>
<holdingsPercent>0.34</holdingsPercent>
<sharesHeld>3121586</sharesHeld>
<exchange>NASDAQ</exchange>
</item>
<item>
<symbol>MDT</symbol>
<name>Medtronic Inc</name>
<holdingsPercent>0.33</holdingsPercent>
<sharesHeld>14719958</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>BA</symbol>
<name>BOEING CO</name>
<holdingsPercent>0.33</holdingsPercent>
<sharesHeld>6204419</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>ELV</symbol>
<name>Elevance Health Inc.</name>
<holdingsPercent>0.33</holdingsPercent>
<sharesHeld>2649299</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>BLK</symbol>
<name>BLACKROCK INC</name>
<holdingsPercent>0.33</holdingsPercent>
<sharesHeld>1663799</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>CVS</symbol>
<name>CVS Health Corp</name>
<holdingsPercent>0.33</holdingsPercent>
<sharesHeld>14551772</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>DE</symbol>
<name>Deere & Co</name>
<holdingsPercent>0.32</holdingsPercent>
<sharesHeld>3041906</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>LMT</symbol>
<name>Lockheed Martin Corp</name>
<holdingsPercent>0.31</holdingsPercent>
<sharesHeld>2583119</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>AXP</symbol>
<name>AMERICAN EXPRESS CO</name>
<holdingsPercent>0.31</holdingsPercent>
<sharesHeld>6619631</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>GILD</symbol>
<name>GILEAD SCI</name>
<holdingsPercent>0.31</holdingsPercent>
<sharesHeld>13890508</sharesHeld>
<exchange>NASDAQ</exchange>
</item>
<item>
<symbol>AMT</symbol>
<name>AMERICAN TOWER CORP</name>
<holdingsPercent>0.3</holdingsPercent>
<sharesHeld>5156470</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>AMAT</symbol>
<name>Applied Materials Inc</name>
<holdingsPercent>0.3</holdingsPercent>
<sharesHeld>9527688</sharesHeld>
<exchange>NASDAQ</exchange>
</item>
<item>
<symbol>C</symbol>
<name>Citigroup Inc</name>
<holdingsPercent>0.28</holdingsPercent>
<sharesHeld>21449922</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>PYPL</symbol>
<name>PayPal Holdings Inc</name>
<holdingsPercent>0.28</holdingsPercent>
<sharesHeld>12625583</sharesHeld>
<exchange>NASDAQ</exchange>
</item>
<item>
<symbol>BKNG</symbol>
<name>BOOKING HOLDIN</name>
<holdingsPercent>0.27</holdingsPercent>
<sharesHeld>429589</sharesHeld>
<exchange>NASDAQ</exchange>
</item>
<item>
<symbol>NOW</symbol>
<name>ServiceNow Inc</name>
<holdingsPercent>0.27</holdingsPercent>
<sharesHeld>2229536</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>SYK</symbol>
<name>Stryker Corp</name>
<holdingsPercent>0.27</holdingsPercent>
<sharesHeld>3715526</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>TJX</symbol>
<name>TJX Companies Inc</name>
<holdingsPercent>0.27</holdingsPercent>
<sharesHeld>12922129</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>ADP</symbol>
<name>Automatic Data Process</name>
<holdingsPercent>0.27</holdingsPercent>
<sharesHeld>4584524</sharesHeld>
<exchange>NASDAQ</exchange>
</item>
<item>
<symbol>ADI</symbol>
<name>Analog Devices Inc</name>
<holdingsPercent>0.27</holdingsPercent>
<sharesHeld>5738592</sharesHeld>
<exchange>NASDAQ</exchange>
</item>
<item>
<symbol>ISRG</symbol>
<name>Intuitive Surgic</name>
<holdingsPercent>0.26</holdingsPercent>
<sharesHeld>3937370</sharesHeld>
<exchange>NASDAQ</exchange>
</item>
<item>
<symbol>MDLZ</symbol>
<name>MONDELEZ INT C</name>
<holdingsPercent>0.26</holdingsPercent>
<sharesHeld>15126391</sharesHeld>
<exchange>NASDAQ</exchange>
</item>
<item>
<symbol>CI</symbol>
<name>Cigna Corp</name>
<holdingsPercent>0.26</holdingsPercent>
<sharesHeld>3385983</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>GE</symbol>
<name>GENERAL ELEC C</name>
<holdingsPercent>0.26</holdingsPercent>
<sharesHeld>12063200</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>CB</symbol>
<name>Chubb Corp/The</name>
<holdingsPercent>0.25</holdingsPercent>
<sharesHeld>4609379</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>TMUS</symbol>
<name>T-Mobile US Inc</name>
<holdingsPercent>0.25</holdingsPercent>
<sharesHeld>6644090</sharesHeld>
<exchange>NASDAQ</exchange>
</item>
<item>
<symbol>MMC</symbol>
<name>MARSH & MCLENN</name>
<holdingsPercent>0.25</holdingsPercent>
<sharesHeld>5506735</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>MO</symbol>
<name>ALTRIA GROUP</name>
<holdingsPercent>0.24</holdingsPercent>
<sharesHeld>19875592</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>REGN</symbol>
<name>Regeneron Pharmaceuticals Inc</name>
<holdingsPercent>0.24</holdingsPercent>
<sharesHeld>1182340</sharesHeld>
<exchange>NASDAQ</exchange>
</item>
<item>
<symbol>TGT</symbol>
<name>Target Corp</name>
<holdingsPercent>0.24</holdingsPercent>
<sharesHeld>5117990</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>PGR</symbol>
<name>Progressive Corp/The</name>
<holdingsPercent>0.23</holdingsPercent>
<sharesHeld>6479547</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>ZTS</symbol>
<name>Zoetis Inc</name>
<holdingsPercent>0.23</holdingsPercent>
<sharesHeld>5161139</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>DUK</symbol>
<name>DUKE ENERGY</name>
<holdingsPercent>0.22</holdingsPercent>
<sharesHeld>8528313</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>VRTX</symbol>
<name>Vertex Pharmaceuticals Inc</name>
<holdingsPercent>0.22</holdingsPercent>
<sharesHeld>2842752</sharesHeld>
<exchange>NASDAQ</exchange>
</item>
<item>
<symbol>SLB</symbol>
<name>Schlumberger NV</name>
<holdingsPercent>0.22</holdingsPercent>
<sharesHeld>15703910</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>SO</symbol>
<name>Southern Co</name>
<holdingsPercent>0.21</holdingsPercent>
<sharesHeld>12056705</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>EOG</symbol>
<name>EOG Resources Inc</name>
<holdingsPercent>0.21</holdingsPercent>
<sharesHeld>6505067</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>LRCX</symbol>
<name>Lam Research Corp</name>
<holdingsPercent>0.21</holdingsPercent>
<sharesHeld>1511594</sharesHeld>
<exchange>NASDAQ</exchange>
</item>
<item>
<symbol>BDX</symbol>
<name>BECTON DICKINSON AND CO</name>
<holdingsPercent>0.2</holdingsPercent>
<sharesHeld>3147301</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>BSX</symbol>
<name>BOSTON SCIENTIFIC CORP COMMON STOCK USD.01</name>
<holdingsPercent>0.2</holdingsPercent>
<sharesHeld>15862524</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>ITW</symbol>
<name>ILLINOIS TOOL</name>
<holdingsPercent>0.2</holdingsPercent>
<sharesHeld>3109237</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>FISV</symbol>
<name>Fiserv Inc.</name>
<holdingsPercent>0.2</holdingsPercent>
<sharesHeld>7059106</sharesHeld>
<exchange>NASDAQ</exchange>
</item>
<item>
<symbol>MU</symbol>
<name>MICRON TECH</name>
<holdingsPercent>0.2</holdingsPercent>
<sharesHeld>12040061</sharesHeld>
<exchange>NASDAQ</exchange>
</item>
<item>
<symbol>CSX</symbol>
<name>CSX Corp</name>
<holdingsPercent>0.2</holdingsPercent>
<sharesHeld>23283576</sharesHeld>
<exchange>NASDAQ</exchange>
</item>
<item>
<symbol>EQIX</symbol>
<name>Equinix Inc</name>
<holdingsPercent>0.2</holdingsPercent>
<sharesHeld>1024802</sharesHeld>
<exchange>NASDAQ</exchange>
</item>
<item>
<symbol>PNC</symbol>
<name>PNC Financial Services Group Inc.</name>
<holdingsPercent>0.19</holdingsPercent>
<sharesHeld>4466633</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>TFC</symbol>
<name>Truist Financial Corp</name>
<holdingsPercent>0.19</holdingsPercent>
<sharesHeld>14693451</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>USB</symbol>
<name>U.S. Bancorp</name>
<holdingsPercent>0.19</holdingsPercent>
<sharesHeld>14921385</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>MMM</symbol>
<name>3M</name>
<holdingsPercent>0.19</holdingsPercent>
<sharesHeld>6121451</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>AON</symbol>
<name>Aon plc</name>
<holdingsPercent>0.19</holdingsPercent>
<sharesHeld>2290877</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>ETN</symbol>
<name>EATON CORP</name>
<holdingsPercent>0.19</holdingsPercent>
<sharesHeld>4395560</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>NOC</symbol>
<name>Northrop Grumman Corp</name>
<holdingsPercent>0.18</holdingsPercent>
<sharesHeld>1603293</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>CME</symbol>
<name>CME Group Inc</name>
<holdingsPercent>0.18</holdingsPercent>
<sharesHeld>3983845</sharesHeld>
<exchange>NASDAQ</exchange>
</item>
<item>
<symbol>APD</symbol>
<name>Air Prods & Chems Inc</name>
<holdingsPercent>0.18</holdingsPercent>
<sharesHeld>2456349</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>CCI</symbol>
<name>Crown Castle International Corp</name>
<holdingsPercent>0.18</holdingsPercent>
<sharesHeld>4795764</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>EL</symbol>
<name>ESTEE LAUDER</name>
<holdingsPercent>0.18</holdingsPercent>
<sharesHeld>2550093</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>CL</symbol>
<name>COLGATE-PALMOLIV</name>
<holdingsPercent>0.18</holdingsPercent>
<sharesHeld>9220570</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>FCX</symbol>
<name>FREEPORT MCMORAN INC</name>
<holdingsPercent>0.18</holdingsPercent>
<sharesHeld>15781432</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>HUM</symbol>
<name>Humana Inc</name>
<holdingsPercent>0.17</holdingsPercent>
<sharesHeld>1402169</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>ICE</symbol>
<name>Intercontinental Exchange Inc.</name>
<holdingsPercent>0.17</holdingsPercent>
<sharesHeld>6156668</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>GM</symbol>
<name>GENERAL MOTORS</name>
<holdingsPercent>0.17</holdingsPercent>
<sharesHeld>15733896</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>NSC</symbol>
<name>NORFOLK SOUTHE</name>
<holdingsPercent>0.17</holdingsPercent>
<sharesHeld>2563850</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>KLAC</symbol>
<name>KLA Corp</name>
<holdingsPercent>0.17</holdingsPercent>
<sharesHeld>1564990</sharesHeld>
<exchange>NASDAQ</exchange>
</item>
<item>
<symbol>MRNA</symbol>
<name>Moderna Inc</name>
<holdingsPercent>0.17</holdingsPercent>
<sharesHeld>3658930</sharesHeld>
<exchange>NASDAQ</exchange>
</item>
<item>
<symbol>SHW</symbol>
<name>Sherwin-Williams Co.</name>
<holdingsPercent>0.16</holdingsPercent>
<sharesHeld>2603185</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>WM</symbol>
<name>Waste Management Inc</name>
<holdingsPercent>0.16</holdingsPercent>
<sharesHeld>4151570</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>MPC</symbol>
<name>Marathon Petroleum Corp</name>
<holdingsPercent>0.16</holdingsPercent>
<sharesHeld>5190218</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>HCA</symbol>
<name>HCA Healthcare Inc</name>
<holdingsPercent>0.16</holdingsPercent>
<sharesHeld>2376634</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>SNPS</symbol>
<name>SYNOPSYS INC</name>
<holdingsPercent>0.16</holdingsPercent>
<sharesHeld>1684131</sharesHeld>
<exchange>NASDAQ</exchange>
</item>
<item>
<symbol>EMR</symbol>
<name>EMERSON ELECTR</name>
<holdingsPercent>0.16</holdingsPercent>
<sharesHeld>6534445</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>ATVI</symbol>
<name>Activision Blizzard Inc</name>
<holdingsPercent>0.15</holdingsPercent>
<sharesHeld>7856422</sharesHeld>
<exchange>NASDAQ</exchange>
</item>
<item>
<symbol>PXD</symbol>
<name>Pioneer Natural Resources Co</name>
<holdingsPercent>0.15</holdingsPercent>
<sharesHeld>2633789</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>F</symbol>
<name>F MOTOR</name>
<holdingsPercent>0.15</holdingsPercent>
<sharesHeld>43584500</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>MCK</symbol>
<name>McKesson Corp</name>
<holdingsPercent>0.15</holdingsPercent>
<sharesHeld>1586839</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>GD</symbol>
<name>GENERAL DYNAMI</name>
<holdingsPercent>0.15</holdingsPercent>
<sharesHeld>2481466</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>DG</symbol>
<name>Dollar General Corp</name>
<holdingsPercent>0.15</holdingsPercent>
<sharesHeld>2502163</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>FDX</symbol>
<name>FedEx Corp</name>
<holdingsPercent>0.15</holdingsPercent>
<sharesHeld>2651463</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>MCO</symbol>
<name>Moody s Corp</name>
<holdingsPercent>0.15</holdingsPercent>
<sharesHeld>1741187</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>EW</symbol>
<name>Edwards Lifesciences Corp</name>
<holdingsPercent>0.15</holdingsPercent>
<sharesHeld>6850766</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>VLO</symbol>
<name>VALERO ENERGY</name>
<holdingsPercent>0.15</holdingsPercent>
<sharesHeld>4269620</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>CDNS</symbol>
<name>CADENCE DESIGN SYS INC COMMON STOCK USD.01</name>
<holdingsPercent>0.15</holdingsPercent>
<sharesHeld>3024578</sharesHeld>
<exchange>NASDAQ</exchange>
</item>
<item>
<symbol>D</symbol>
<name>DOMINION ENERGY</name>
<holdingsPercent>0.14</holdingsPercent>
<sharesHeld>9187450</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>NXPI</symbol>
<name>NXP Semiconductor NV</name>
<holdingsPercent>0.14</holdingsPercent>
<sharesHeld>2895815</sharesHeld>
<exchange>NASDAQ</exchange>
</item>
<item>
<symbol>ORLY</symbol>
<name>O Reilly Automotive Inc</name>
<holdingsPercent>0.14</holdingsPercent>
<sharesHeld>693089</sharesHeld>
<exchange>NASDAQ</exchange>
</item>
<item>
<symbol>SRE</symbol>
<name>Sempra Energy</name>
<holdingsPercent>0.14</holdingsPercent>
<sharesHeld>3481202</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>PSA</symbol>
<name>Public Storage</name>
<holdingsPercent>0.14</holdingsPercent>
<sharesHeld>1743867</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>APH</symbol>
<name>Amphenol Corp</name>
<holdingsPercent>0.14</holdingsPercent>
<sharesHeld>6590495</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>ADSK</symbol>
<name>Autodesk Inc</name>
<holdingsPercent>0.14</holdingsPercent>
<sharesHeld>2395009</sharesHeld>
<exchange>NASDAQ</exchange>
</item>
<item>
<symbol>AEP</symbol>
<name>AMER ELEC PWR</name>
<holdingsPercent>0.14</holdingsPercent>
<sharesHeld>5690860</sharesHeld>
<exchange>NASDAQ</exchange>
</item>
<item>
<symbol>PSX</symbol>
<name>Phillips 66</name>
<holdingsPercent>0.14</holdingsPercent>
<sharesHeld>5294587</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>MAR</symbol>
<name>Marriott International Inc</name>
<holdingsPercent>0.14</holdingsPercent>
<sharesHeld>2979782</sharesHeld>
<exchange>NASDAQ</exchange>
</item>
<item>
<symbol>MCHP</symbol>
<name>MICROCHIP TECH</name>
<holdingsPercent>0.14</holdingsPercent>
<sharesHeld>6077356</sharesHeld>
<exchange>NASDAQ</exchange>
</item>
<item>
<symbol>CMG</symbol>
<name>CHIPOTLE MEXICAN GRILL INC COMMON STOCK USD.01</name>
<holdingsPercent>0.14</holdingsPercent>
<sharesHeld>306200</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>MET</symbol>
<name>MetLife Inc</name>
<holdingsPercent>0.13</holdingsPercent>
<sharesHeld>7395802</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>COF</symbol>
<name>Capital One Financial Corp</name>
<holdingsPercent>0.13</holdingsPercent>
<sharesHeld>4236272</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>NUE</symbol>
<name>NUCOR</name>
<holdingsPercent>0.13</holdingsPercent>
<sharesHeld>2890270</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>A</symbol>
<name>Agilent Technologies Inc</name>
<holdingsPercent>0.13</holdingsPercent>
<sharesHeld>3292731</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>MSCI</symbol>
<name>MSCI Inc. Class A</name>
<holdingsPercent>0.13</holdingsPercent>
<sharesHeld>891604</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>ROP</symbol>
<name>Roper Industries Inc</name>
<holdingsPercent>0.13</holdingsPercent>
<sharesHeld>1174507</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>AZO</symbol>
<name>AutoZone Inc</name>
<holdingsPercent>0.13</holdingsPercent>
<sharesHeld>210265</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>ADM</symbol>
<name>Archer Daniels Midland</name>
<holdingsPercent>0.13</holdingsPercent>
<sharesHeld>6083700</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>JCI</symbol>
<name>JOHNSON CONTROLS</name>
<holdingsPercent>0.13</holdingsPercent>
<sharesHeld>7601390</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>GIS</symbol>
<name>General Mills Inc</name>
<holdingsPercent>0.13</holdingsPercent>
<sharesHeld>6575908</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>FIS</symbol>
<name>FIDELITY NATIONAL INFO SE</name>
<holdingsPercent>0.13</holdingsPercent>
<sharesHeld>6571569</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>PH</symbol>
<name>Parker Hannifin Corp</name>
<holdingsPercent>0.13</holdingsPercent>
<sharesHeld>1411053</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>OXY</symbol>
<name>OCCIDENTAL PET</name>
<holdingsPercent>0.13</holdingsPercent>
<sharesHeld>8052705</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>KMB</symbol>
<name>KIMBERLY-CLARK</name>
<holdingsPercent>0.13</holdingsPercent>
<sharesHeld>3725856</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>IQV</symbol>
<name>IQVIA HOLDINGS</name>
<holdingsPercent>0.13</holdingsPercent>
<sharesHeld>2057908</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>CTVA</symbol>
<name>Corteva</name>
<holdingsPercent>0.13</holdingsPercent>
<sharesHeld>7922973</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>AIG</symbol>
<name>AMER INTL GROU</name>
<holdingsPercent>0.13</holdingsPercent>
<sharesHeld>8228317</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>CHTR</symbol>
<name>Charter Communications Inc</name>
<holdingsPercent>0.13</holdingsPercent>
<sharesHeld>1189552</sharesHeld>
<exchange>NASDAQ</exchange>
</item>
<item>
<symbol>TRV</symbol>
<name>THE TRAVELERS</name>
<holdingsPercent>0.12</holdingsPercent>
<sharesHeld>2620207</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>TT</symbol>
<name>Trane Technologies plc</name>
<holdingsPercent>0.12</holdingsPercent>
<sharesHeld>2561694</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>DOW</symbol>
<name>Dow Inc</name>
<holdingsPercent>0.12</holdingsPercent>
<sharesHeld>7927508</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>TEL</symbol>
<name>TE Connectivity Ltd</name>
<holdingsPercent>0.12</holdingsPercent>
<sharesHeld>3529696</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>MSI</symbol>
<name>MOTOROLA SOL</name>
<holdingsPercent>0.12</holdingsPercent>
<sharesHeld>1839821</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>O</symbol>
<name>Realty Income Corp.</name>
<holdingsPercent>0.12</holdingsPercent>
<sharesHeld>6945628</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>DXCM</symbol>
<name>DexCom Inc</name>
<holdingsPercent>0.12</holdingsPercent>
<sharesHeld>4319710</sharesHeld>
<exchange>NASDAQ</exchange>
</item>
<item>
<symbol>SPG</symbol>
<name>Simon Property Group Inc</name>
<holdingsPercent>0.12</holdingsPercent>
<sharesHeld>3592903</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>BIIB</symbol>
<name>Biogen Inc</name>
<holdingsPercent>0.12</holdingsPercent>
<sharesHeld>1599519</sharesHeld>
<exchange>NASDAQ</exchange>
</item>
<item>
<symbol>AJG</symbol>
<name>Arthur J. Gallagher & Co.</name>
<holdingsPercent>0.12</holdingsPercent>
<sharesHeld>2321635</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>CNC</symbol>
<name>Centene Corp</name>
<holdingsPercent>0.12</holdingsPercent>
<sharesHeld>6309000</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>EXC</symbol>
<name>EXELON CORP</name>
<holdingsPercent>0.12</holdingsPercent>
<sharesHeld>10944009</sharesHeld>
<exchange>NASDAQ</exchange>
</item>
<item>
<symbol>LHX</symbol>
<name>L3harris Technologies</name>
<holdingsPercent>0.12</holdingsPercent>
<sharesHeld>2109893</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>ROST</symbol>
<name>Ross Stores Inc</name>
<holdingsPercent>0.12</holdingsPercent>
<sharesHeld>3857837</sharesHeld>
<exchange>NASDAQ</exchange>
</item>
<item>
<symbol>HLT</symbol>
<name>Hilton Worldwide Holdings Inc</name>
<holdingsPercent>0.12</holdingsPercent>
<sharesHeld>3024194</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>IDXX</symbol>
<name>IDEXX Laboratories Inc</name>
<holdingsPercent>0.12</holdingsPercent>
<sharesHeld>918984</sharesHeld>
<exchange>NASDAQ</exchange>
</item>
<item>
<symbol>AFL</symbol>
<name>Aflac Inc</name>
<holdingsPercent>0.11</holdingsPercent>
<sharesHeld>6347737</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>DVN</symbol>
<name>DEVON ENERG</name>
<holdingsPercent>0.11</holdingsPercent>
<sharesHeld>7226466</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>CARR</symbol>
<name>Carrier Global Corp.</name>
<holdingsPercent>0.11</holdingsPercent>
<sharesHeld>9289448</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>NEM</symbol>
<name>Newmont Corporation</name>
<holdingsPercent>0.11</holdingsPercent>
<sharesHeld>8737486</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>MNST</symbol>
<name>Monster Beverage Corp</name>
<holdingsPercent>0.11</holdingsPercent>
<sharesHeld>4245286</sharesHeld>
<exchange>NASDAQ</exchange>
</item>
<item>
<symbol>WMB</symbol>
<name>Williams Companies Inc</name>
<holdingsPercent>0.11</holdingsPercent>
<sharesHeld>13447495</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>SYY</symbol>
<name>Sysco Corp</name>
<holdingsPercent>0.11</holdingsPercent>
<sharesHeld>5622949</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>PCAR</symbol>
<name>PACCAR Inc</name>
<holdingsPercent>0.11</holdingsPercent>
<sharesHeld>3851426</sharesHeld>
<exchange>NASDAQ</exchange>
</item>
<item>
<symbol>AMP</symbol>
<name>Ameriprise Financial Inc</name>
<holdingsPercent>0.11</holdingsPercent>
<sharesHeld>1194002</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>PAYX</symbol>
<name>Paychex Inc</name>
<holdingsPercent>0.11</holdingsPercent>
<sharesHeld>3552245</sharesHeld>
<exchange>NASDAQ</exchange>
</item>
<item>
<symbol>CTAS</symbol>
<name>Cintas Corp</name>
<holdingsPercent>0.11</holdingsPercent>
<sharesHeld>949256</sharesHeld>
<exchange>NASDAQ</exchange>
</item>
<item>
<symbol>HES</symbol>
<name>Hess Corp</name>
<holdingsPercent>0.11</holdingsPercent>
<sharesHeld>3048472</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>PRU</symbol>
<name>PRUDENTIAL FIN</name>
<holdingsPercent>0.11</holdingsPercent>
<sharesHeld>4101486</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>ECL</symbol>
<name>Ecolab Inc</name>
<holdingsPercent>0.11</holdingsPercent>
<sharesHeld>2721026</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>STZ</symbol>
<name>Constellation Brands Inc</name>
<holdingsPercent>0.11</holdingsPercent>
<sharesHeld>1797671</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>XEL</symbol>
<name>Xcel Energy Inc</name>
<holdingsPercent>0.11</holdingsPercent>
<sharesHeld>6060543</sharesHeld>
<exchange>NASDAQ</exchange>
</item>
<item>
<symbol>BK</symbol>
<name>Bank of New York Mellon Corp</name>
<holdingsPercent>0.11</holdingsPercent>
<sharesHeld>8116521</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>TDG</symbol>
<name>TransDigm Group Inc</name>
<holdingsPercent>0.11</holdingsPercent>
<sharesHeld>568943</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>DD</symbol>
<name>DoubleDragon Properties Corp.</name>
<holdingsPercent>0.11</holdingsPercent>
<sharesHeld>5528600</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>KMI</symbol>
<name>KINDER MORGAN</name>
<holdingsPercent>0.1</holdingsPercent>
<sharesHeld>21880100</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>YUM</symbol>
<name>Yum! Brands Inc</name>
<holdingsPercent>0.1</holdingsPercent>
<sharesHeld>3139294</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>CMI</symbol>
<name>Cummins Inc</name>
<holdingsPercent>0.1</holdingsPercent>
<sharesHeld>1554578</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>WELL</symbol>
<name>Welltower Inc</name>
<holdingsPercent>0.1</holdingsPercent>
<sharesHeld>5233127</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>MTD</symbol>
<name>Mettler-Toledo International Inc</name>
<holdingsPercent>0.1</holdingsPercent>
<sharesHeld>248228</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>OTIS</symbol>
<name>Otis Worldwide Corp</name>
<holdingsPercent>0.1</holdingsPercent>
<sharesHeld>4632297</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>ALL</symbol>
<name>Allstate Corp.</name>
<holdingsPercent>0.1</holdingsPercent>
<sharesHeld>2983589</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>CTSH</symbol>
<name>COGNIZANT TECH SOLUTIONS A COMMON STOCK USD.01</name>
<holdingsPercent>0.1</holdingsPercent>
<sharesHeld>5708563</sharesHeld>
<exchange>NASDAQ</exchange>
</item>
<item>
<symbol>HAL</symbol>
<name>Halliburton Co</name>
<holdingsPercent>0.1</holdingsPercent>
<sharesHeld>10056484</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>ON</symbol>
<name>ON Semiconductor Corp</name>
<holdingsPercent>0.1</holdingsPercent>
<sharesHeld>4780447</sharesHeld>
<exchange>NASDAQ</exchange>
</item>
<item>
<symbol>HSY</symbol>
<name>Hershey Co/The</name>
<holdingsPercent>0.1</holdingsPercent>
<sharesHeld>1620915</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>FTNT</symbol>
<name>Fortinet Inc.</name>
<holdingsPercent>0.1</holdingsPercent>
<sharesHeld>7223767</sharesHeld>
<exchange>NASDAQ</exchange>
</item>
<item>
<symbol>ODFL</symbol>
<name>Old Dominion Freight Line Inc</name>
<holdingsPercent>0.1</holdingsPercent>
<sharesHeld>1010978</sharesHeld>
<exchange>NASDAQ</exchange>
</item>
<item>
<symbol>WBD</symbol>
<name>Warner Bros Discovery Inc.</name>
<holdingsPercent>0.1</holdingsPercent>
<sharesHeld>24215108</sharesHeld>
<exchange>NASDAQ</exchange>
</item>
<item>
<symbol>ILMN</symbol>
<name>ILLUMINA INC</name>
<holdingsPercent>0.1</holdingsPercent>
<sharesHeld>1741988</sharesHeld>
<exchange>NASDAQ</exchange>
</item>
<item>
<symbol>ALB</symbol>
<name>Albemarle Corp</name>
<holdingsPercent>0.1</holdingsPercent>
<sharesHeld>1297316</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>STT</symbol>
<name>State Street Corp</name>
<holdingsPercent>0.1</holdingsPercent>
<sharesHeld>4063804</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>AME</symbol>
<name>AMETEK Inc</name>
<holdingsPercent>0.1</holdingsPercent>
<sharesHeld>2527389</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>ROK</symbol>
<name>ROCKWELL AUTOM</name>
<holdingsPercent>0.1</holdingsPercent>
<sharesHeld>1268025</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>VICI</symbol>
<name>VICI PROPERTIE</name>
<holdingsPercent>0.1</holdingsPercent>
<sharesHeld>10594486</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>DLR</symbol>
<name>DIGITAL REALTY</name>
<holdingsPercent>0.1</holdingsPercent>
<sharesHeld>3171548</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>ED</symbol>
<name>Consolidated Edison Inc</name>
<holdingsPercent>0.1</holdingsPercent>
<sharesHeld>3930018</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>RMD</symbol>
<name>ResMed Inc</name>
<holdingsPercent>0.09</holdingsPercent>
<sharesHeld>1622317</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>KEYS</symbol>
<name>Keysight Technologies Inc</name>
<holdingsPercent>0.09</holdingsPercent>
<sharesHeld>1985978</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>ANET</symbol>
<name>Arista Networks Inc</name>
<holdingsPercent>0.09</holdingsPercent>
<sharesHeld>2719803</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>DFS</symbol>
<name>DISCOVER FINAN</name>
<holdingsPercent>0.09</holdingsPercent>
<sharesHeld>3014627</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>SBAC</symbol>
<name>SBA Communications Corp</name>
<holdingsPercent>0.09</holdingsPercent>
<sharesHeld>1189072</sharesHeld>
<exchange>NASDAQ</exchange>
</item>
<item>
<symbol>URI</symbol>
<name>United Rentals Inc</name>
<holdingsPercent>0.09</holdingsPercent>
<sharesHeld>772093</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>BKR</symbol>
<name>Baker Hughes a GE Co. Class A</name>
<holdingsPercent>0.09</holdingsPercent>
<sharesHeld>11166810</sharesHeld>
<exchange>NASDAQ</exchange>
</item>
<item>
<symbol>DLTR</symbol>
<name>DOLLAR TREE IN</name>
<holdingsPercent>0.09</holdingsPercent>
<sharesHeld>2329529</sharesHeld>
<exchange>NASDAQ</exchange>
</item>
<item>
<symbol>APTV</symbol>
<name>Aptiv plc</name>
<holdingsPercent>0.09</holdingsPercent>
<sharesHeld>3000775</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>DHI</symbol>
<name>D.R. HORTON IN</name>
<holdingsPercent>0.09</holdingsPercent>
<sharesHeld>3489250</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>KHC</symbol>
<name>Kraft Heinz Co</name>
<holdingsPercent>0.09</holdingsPercent>
<sharesHeld>8790469</sharesHeld>
<exchange>NASDAQ</exchange>
</item>
<item>
<symbol>GPN</symbol>
<name>Global Payments Inc</name>
<holdingsPercent>0.09</holdingsPercent>
<sharesHeld>3059620</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>CSGP</symbol>
<name>CoStar Group Inc</name>
<holdingsPercent>0.09</holdingsPercent>
<sharesHeld>4504010</sharesHeld>
<exchange>NASDAQ</exchange>
</item>
<item>
<symbol>FAST</symbol>
<name>FASTENAL</name>
<holdingsPercent>0.09</holdingsPercent>
<sharesHeld>6283861</sharesHeld>
<exchange>NASDAQ</exchange>
</item>
<item>
<symbol>OKE</symbol>
<name>ONEOK Inc</name>
<holdingsPercent>0.09</holdingsPercent>
<sharesHeld>4949890</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>PPG</symbol>
<name>PPG IND</name>
<holdingsPercent>0.09</holdingsPercent>
<sharesHeld>2593924</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>GWW</symbol>
<name>W.W. Grainger Inc.</name>
<holdingsPercent>0.09</holdingsPercent>
<sharesHeld>499740</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>PEG</symbol>
<name>PUBL SVC ENTER</name>
<holdingsPercent>0.09</holdingsPercent>
<sharesHeld>5526612</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>ENPH</symbol>
<name>Enphase Energy Inc</name>
<holdingsPercent>0.09</holdingsPercent>
<sharesHeld>1494590</sharesHeld>
<exchange>NASDAQ</exchange>
</item>
<item>
<symbol>EA</symbol>
<name>Electronic Arts Inc</name>
<holdingsPercent>0.09</holdingsPercent>
<sharesHeld>2915005</sharesHeld>
<exchange>NASDAQ</exchange>
</item>
<item>
<symbol>KDP</symbol>
<name>KEURIG DR PEPPER</name>
<holdingsPercent>0.09</holdingsPercent>
<sharesHeld>9376015</sharesHeld>
<exchange>NASDAQ</exchange>
</item>
<item>
<symbol>WEC</symbol>
<name>WEC Energy Group Inc</name>
<holdingsPercent>0.09</holdingsPercent>
<sharesHeld>3493275</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>CPRT</symbol>
<name>Copart Inc</name>
<holdingsPercent>0.08</holdingsPercent>
<sharesHeld>4745790</sharesHeld>
<exchange>NASDAQ</exchange>
</item>
<item>
<symbol>KR</symbol>
<name>KROGER</name>
<holdingsPercent>0.08</holdingsPercent>
<sharesHeld>7216167</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>IFF</symbol>
<name>International Flavors & Fragrances Inc</name>
<holdingsPercent>0.08</holdingsPercent>
<sharesHeld>2823505</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>AWK</symbol>
<name>American Water Works Co Inc</name>
<holdingsPercent>0.08</holdingsPercent>
<sharesHeld>2013751</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>TROW</symbol>
<name>T Rowe Price Group Inc</name>
<holdingsPercent>0.08</holdingsPercent>
<sharesHeld>2488274</sharesHeld>
<exchange>NASDAQ</exchange>
</item>
<item>
<symbol>VRSK</symbol>
<name>Verisk Analytics Inc</name>
<holdingsPercent>0.08</holdingsPercent>
<sharesHeld>1732338</sharesHeld>
<exchange>NASDAQ</exchange>
</item>
<item>
<symbol>CBRE</symbol>
<name>CBRE Group Inc</name>
<holdingsPercent>0.08</holdingsPercent>
<sharesHeld>3543439</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>MTB</symbol>
<name>M&T Bank Corp</name>
<holdingsPercent>0.08</holdingsPercent>
<sharesHeld>1938839</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>EBAY</symbol>
<name>eBay Inc</name>
<holdingsPercent>0.08</holdingsPercent>
<sharesHeld>6064388</sharesHeld>
<exchange>NASDAQ</exchange>
</item>
<item>
<symbol>ES</symbol>
<name>Eversource Energy</name>
<holdingsPercent>0.08</holdingsPercent>
<sharesHeld>3822826</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>HPQ</symbol>
<name>Hp Inc</name>
<holdingsPercent>0.08</holdingsPercent>
<sharesHeld>10047351</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>EFX</symbol>
<name>Enerflex Ltd.</name>
<holdingsPercent>0.08</holdingsPercent>
<sharesHeld>1355941</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>WTW</symbol>
<name>Willis Towers Watson plc</name>
<holdingsPercent>0.08</holdingsPercent>
<sharesHeld>1212690</sharesHeld>
<exchange>NASDAQ</exchange>
</item>
<item>
<symbol>CEG</symbol>
<name>CONSTELLATION ENERGY CORP</name>
<holdingsPercent>0.08</holdingsPercent>
<sharesHeld>3621481</sharesHeld>
<exchange>NASDAQ</exchange>
</item>
<item>
<symbol>ZBH</symbol>
<name>Zimmer Biomet Holdings Inc</name>
<holdingsPercent>0.08</holdingsPercent>
<sharesHeld>2323969</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>ULTA</symbol>
<name>Ulta Beauty Inc</name>
<holdingsPercent>0.08</holdingsPercent>
<sharesHeld>574942</sharesHeld>
<exchange>NASDAQ</exchange>
</item>
<item>
<symbol>GLW</symbol>
<name>Corning Inc</name>
<holdingsPercent>0.08</holdingsPercent>
<sharesHeld>8363628</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>CDW</symbol>
<name>CDW Corp</name>
<holdingsPercent>0.08</holdingsPercent>
<sharesHeld>1485509</sharesHeld>
<exchange>NASDAQ</exchange>
</item>
<item>
<symbol>IT</symbol>
<name>GARTNER INC</name>
<holdingsPercent>0.08</holdingsPercent>
<sharesHeld>873044</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>LEN</symbol>
<name>Lennar Corp</name>
<holdingsPercent>0.08</holdingsPercent>
<sharesHeld>2814412</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>WBA</symbol>
<name>Walgreens Boots Alliance Inc</name>
<holdingsPercent>0.08</holdingsPercent>
<sharesHeld>7949381</sharesHeld>
<exchange>NASDAQ</exchange>
</item>
<item>
<symbol>FRC</symbol>
<name>FIRST REP BANK</name>
<holdingsPercent>0.08</holdingsPercent>
<sharesHeld>2016108</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>WY</symbol>
<name>WEYERHAEUSER C</name>
<holdingsPercent>0.08</holdingsPercent>
<sharesHeld>8195234</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>FITB</symbol>
<name>FIFTH THIRD BANC</name>
<holdingsPercent>0.07</holdingsPercent>
<sharesHeld>7601781</sharesHeld>
<exchange>NASDAQ</exchange>
</item>
<item>
<symbol>GEHC</symbol>
<name>GE Healthcare Technologies Inc.</name>
<holdingsPercent>0.07</holdingsPercent>
<sharesHeld>4021058</sharesHeld>
<exchange>NASDAQ</exchange>
</item>
<item>
<symbol>EIX</symbol>
<name>Edison International</name>
<holdingsPercent>0.07</holdingsPercent>
<sharesHeld>4229191</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>ABC</symbol>
<name>AmerisourceBergen Corp</name>
<holdingsPercent>0.07</holdingsPercent>
<sharesHeld>1793654</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>TSCO</symbol>
<name>Tractor Supply Co</name>
<holdingsPercent>0.07</holdingsPercent>
<sharesHeld>1224933</sharesHeld>
<exchange>NASDAQ</exchange>
</item>
<item>
<symbol>AVB</symbol>
<name>AVALONBAY COMMUNITIES INC REIT USD.01</name>
<holdingsPercent>0.07</holdingsPercent>
<sharesHeld>1549424</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>RSG</symbol>
<name>Republic Services Inc</name>
<holdingsPercent>0.07</holdingsPercent>
<sharesHeld>2266883</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>PCG</symbol>
<name>PG&E Corp</name>
<holdingsPercent>0.07</holdingsPercent>
<sharesHeld>17830664</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>DAL</symbol>
<name>DELTA AIR LIN</name>
<holdingsPercent>0.07</holdingsPercent>
<sharesHeld>6996553</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>LYB</symbol>
<name>LYONDELLBASEL</name>
<holdingsPercent>0.07</holdingsPercent>
<sharesHeld>2808244</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>ALGN</symbol>
<name>Align Technology Inc</name>
<holdingsPercent>0.07</holdingsPercent>
<sharesHeld>803145</sharesHeld>
<exchange>NASDAQ</exchange>
</item>
<item>
<symbol>ARE</symbol>
<name>ALEXANDRIA RE</name>
<holdingsPercent>0.07</holdingsPercent>
<sharesHeld>1633836</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>FANG</symbol>
<name>Diamondback Energy Inc</name>
<holdingsPercent>0.07</holdingsPercent>
<sharesHeld>1961585</sharesHeld>
<exchange>NASDAQ</exchange>
</item>
<item>
<symbol>FTV</symbol>
<name>Fortive Corp</name>
<holdingsPercent>0.07</holdingsPercent>
<sharesHeld>3917662</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>VMC</symbol>
<name>Vulcan Materials Co</name>
<holdingsPercent>0.07</holdingsPercent>
<sharesHeld>1471955</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>HIG</symbol>
<name>Hartford Financial Services Group Inc</name>
<holdingsPercent>0.07</holdingsPercent>
<sharesHeld>3567060</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>GPC</symbol>
<name>GENUINE PARTS</name>
<holdingsPercent>0.07</holdingsPercent>
<sharesHeld>1565764</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>ANSS</symbol>
<name>ANSYS INC</name>
<holdingsPercent>0.07</holdingsPercent>
<sharesHeld>952679</sharesHeld>
<exchange>NASDAQ</exchange>
</item>
<item>
<symbol>BAX</symbol>
<name>BAXTER INTERNATIONAL INC</name>
<holdingsPercent>0.07</holdingsPercent>
<sharesHeld>5539762</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>IR</symbol>
<name>Ingersoll Rand Inc.</name>
<holdingsPercent>0.07</holdingsPercent>
<sharesHeld>4428444</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>DOV</symbol>
<name>Dover Corp</name>
<holdingsPercent>0.07</holdingsPercent>
<sharesHeld>1573923</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>ACGL</symbol>
<name>Arch Cap Group Ltd</name>
<holdingsPercent>0.07</holdingsPercent>
<sharesHeld>4096266</sharesHeld>
<exchange>NASDAQ</exchange>
</item>
<item>
<symbol>RF</symbol>
<name>Regions Financial Corp</name>
<holdingsPercent>0.07</holdingsPercent>
<sharesHeld>10389432</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>LH</symbol>
<name>Laboratory Corporation of America Holdings</name>
<holdingsPercent>0.06</holdingsPercent>
<sharesHeld>998275</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>MLM</symbol>
<name>Martin Marietta Materials Inc</name>
<holdingsPercent>0.06</holdingsPercent>
<sharesHeld>682212</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>HBAN</symbol>
<name>Huntington Bancshares</name>
<holdingsPercent>0.06</holdingsPercent>
<sharesHeld>15838485</sharesHeld>
<exchange>NASDAQ</exchange>
</item>
<item>
<symbol>AEE</symbol>
<name>Ameren Corp</name>
<holdingsPercent>0.06</holdingsPercent>
<sharesHeld>2863005</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>ETR</symbol>
<name>Entergy Corp</name>
<holdingsPercent>0.06</holdingsPercent>
<sharesHeld>2237058</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>CFG</symbol>
<name>Citizens Financial Group Inc</name>
<holdingsPercent>0.06</holdingsPercent>
<sharesHeld>5428890</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>EQR</symbol>
<name>EQ RESIDENT</name>
<holdingsPercent>0.06</holdingsPercent>
<sharesHeld>3724657</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>STE</symbol>
<name>STERIS Corp</name>
<holdingsPercent>0.06</holdingsPercent>
<sharesHeld>1098724</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>RJF</symbol>
<name>Raymond James Financial Inc</name>
<holdingsPercent>0.06</holdingsPercent>
<sharesHeld>2138730</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>LUV</symbol>
<name>Southwest Airlines Co</name>
<holdingsPercent>0.06</holdingsPercent>
<sharesHeld>6575762</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>DTE</symbol>
<name>DTE ENERGY</name>
<holdingsPercent>0.06</holdingsPercent>
<sharesHeld>2119022</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>EXR</symbol>
<name>Extra Space Storage Inc</name>
<holdingsPercent>0.06</holdingsPercent>
<sharesHeld>1462931</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>PWR</symbol>
<name>Quanta Services Inc</name>
<holdingsPercent>0.06</holdingsPercent>
<sharesHeld>1563900</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>EPAM</symbol>
<name>EPAM SYSTEMS I</name>
<holdingsPercent>0.06</holdingsPercent>
<sharesHeld>633123</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>FE</symbol>
<name>FIRSTENERGY</name>
<holdingsPercent>0.06</holdingsPercent>
<sharesHeld>5990833</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>PFG</symbol>
<name>Principal Financial Group Inc</name>
<holdingsPercent>0.06</holdingsPercent>
<sharesHeld>2556230</sharesHeld>
<exchange>NASDAQ</exchange>
</item>
<item>
<symbol>STLD</symbol>
<name>Steel Dynamics Inc</name>
<holdingsPercent>0.06</holdingsPercent>
<sharesHeld>1838324</sharesHeld>
<exchange>NASDAQ</exchange>
</item>
<item>
<symbol>HOLX</symbol>
<name>Hologic Inc</name>
<holdingsPercent>0.06</holdingsPercent>
<sharesHeld>2765916</sharesHeld>
<exchange>NASDAQ</exchange>
</item>
<item>
<symbol>HPE</symbol>
<name>Hewlett Packard Ent</name>
<holdingsPercent>0.06</holdingsPercent>
<sharesHeld>14282637</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>PPL</symbol>
<name>Pakistan Petroleum Ltd.</name>
<holdingsPercent>0.06</holdingsPercent>
<sharesHeld>8115867</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>VTR</symbol>
<name>Ventas Inc</name>
<holdingsPercent>0.06</holdingsPercent>
<sharesHeld>4372551</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>CAH</symbol>
<name>Cardinal Health Inc</name>
<holdingsPercent>0.06</holdingsPercent>
<sharesHeld>2903038</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>NDAQ</symbol>
<name>NASDAQ INC</name>
<holdingsPercent>0.06</holdingsPercent>
<sharesHeld>3741276</sharesHeld>
<exchange>NASDAQ</exchange>
</item>
<item>
<symbol>WAT</symbol>
<name>Waters Corp</name>
<holdingsPercent>0.06</holdingsPercent>
<sharesHeld>660481</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>VRSN</symbol>
<name>VeriSign Inc</name>
<holdingsPercent>0.06</holdingsPercent>
<sharesHeld>1029896</sharesHeld>
<exchange>NASDAQ</exchange>
</item>
<item>
<symbol>NTRS</symbol>
<name>NORTHERN TRUST</name>
<holdingsPercent>0.06</holdingsPercent>
<sharesHeld>2278547</sharesHeld>
<exchange>NASDAQ</exchange>
</item>
<item>
<symbol>MPWR</symbol>
<name>Monolithic Power Systems Inc</name>
<holdingsPercent>0.06</holdingsPercent>
<sharesHeld>490115</sharesHeld>
<exchange>NASDAQ</exchange>
</item>
<item>
<symbol>TDY</symbol>
<name>Teledyne Technologies Inc</name>
<holdingsPercent>0.06</holdingsPercent>
<sharesHeld>511093</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>CHD</symbol>
<name>Church & Dwight Co Inc</name>
<holdingsPercent>0.06</holdingsPercent>
<sharesHeld>2672677</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>WST</symbol>
<name>WEST PHARMACEUTICAL SERVICES COMMON STOCK USD.25</name>
<holdingsPercent>0.06</holdingsPercent>
<sharesHeld>808526</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>MAA</symbol>
<name>Mid-America Apartment Communities Inc</name>
<holdingsPercent>0.06</holdingsPercent>
<sharesHeld>1259414</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>INVH</symbol>
<name>Invitation Homes Inc</name>
<holdingsPercent>0.06</holdingsPercent>
<sharesHeld>6398205</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>CTRA</symbol>
<name>Contura Energy Inc</name>
<holdingsPercent>0.06</holdingsPercent>
<sharesHeld>8771904</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>WAB</symbol>
<name>Wabtec Corp/DE</name>
<holdingsPercent>0.06</holdingsPercent>
<sharesHeld>2007377</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>EXPD</symbol>
<name>EXPEDITORS</name>
<holdingsPercent>0.06</holdingsPercent>
<sharesHeld>1805721</sharesHeld>
<exchange>NASDAQ</exchange>
</item>
<item>
<symbol>LVS</symbol>
<name>Las Vegas Sands Corp</name>
<holdingsPercent>0.05</holdingsPercent>
<sharesHeld>3626309</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol></symbol>
<name>U.S. Dollar</name>
<holdingsPercent>0.05</holdingsPercent>
<sharesHeld>209240820</sharesHeld>
<exchange>CME</exchange>
</item>
<item>
<symbol>CLX</symbol>
<name>Clorox Co</name>
<holdingsPercent>0.05</holdingsPercent>
<sharesHeld>1342914</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>XYL</symbol>
<name>Xylem Inc.</name>
<holdingsPercent>0.05</holdingsPercent>
<sharesHeld>1970452</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>SIVB</symbol>
<name>SIVB</name>
<holdingsPercent>0.05</holdingsPercent>
<sharesHeld>640933</sharesHeld>
<exchange>NASDAQ</exchange>
</item>
<item>
<symbol>OMC</symbol>
<name>OMNICOM GP INC</name>
<holdingsPercent>0.05</holdingsPercent>
<sharesHeld>2258562</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>MKC</symbol>
<name>MCCORMICK & CO</name>
<holdingsPercent>0.05</holdingsPercent>
<sharesHeld>2775366</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>TSN</symbol>
<name>Tyson Foods Inc</name>
<holdingsPercent>0.05</holdingsPercent>
<sharesHeld>3222827</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>ETSY</symbol>
<name>ETSY Inc</name>
<holdingsPercent>0.05</holdingsPercent>
<sharesHeld>1388482</sharesHeld>
<exchange>NASDAQ</exchange>
</item>
<item>
<symbol>BALL</symbol>
<name>Ball Corporation</name>
<holdingsPercent>0.05</holdingsPercent>
<sharesHeld>3468437</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>KEY</symbol>
<name>KeyCorp</name>
<holdingsPercent>0.05</holdingsPercent>
<sharesHeld>10192479</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>CINF</symbol>
<name>Cincinnati Financial Corp</name>
<holdingsPercent>0.05</holdingsPercent>
<sharesHeld>1756782</sharesHeld>
<exchange>NASDAQ</exchange>
</item>
<item>
<symbol>CNP</symbol>
<name>CenterPoint Energy Inc</name>
<holdingsPercent>0.05</holdingsPercent>
<sharesHeld>6889575</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>BBY</symbol>
<name>BEST BUY CO INC</name>
<holdingsPercent>0.05</holdingsPercent>
<sharesHeld>2227105</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>BR</symbol>
<name>BROADRIDGE FINANCIAL SOLUTIO</name>
<holdingsPercent>0.05</holdingsPercent>
<sharesHeld>1303047</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>AMCR</symbol>
<name>Amcor PLC</name>
<holdingsPercent>0.05</holdingsPercent>
<sharesHeld>16599095</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>DRI</symbol>
<name>DARDEN REST</name>
<holdingsPercent>0.05</holdingsPercent>
<sharesHeld>1353026</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>CMS</symbol>
<name>CMS Energy Corp.</name>
<holdingsPercent>0.05</holdingsPercent>
<sharesHeld>3177295</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>SWKS</symbol>
<name>Skyworks Solutions Inc</name>
<holdingsPercent>0.05</holdingsPercent>
<sharesHeld>1768887</sharesHeld>
<exchange>NASDAQ</exchange>
</item>
<item>
<symbol>PKI</symbol>
<name>PerkinElmer Inc</name>
<holdingsPercent>0.05</holdingsPercent>
<sharesHeld>1383044</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>EXPE</symbol>
<name>EXPEDI GROUP I</name>
<holdingsPercent>0.05</holdingsPercent>
<sharesHeld>1648821</sharesHeld>
<exchange>NASDAQ</exchange>
</item>
<item>
<symbol>MOH</symbol>
<name>Molina Healthcare Inc</name>
<holdingsPercent>0.05</holdingsPercent>
<sharesHeld>641845</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>SEDG</symbol>
<name>Solaredge Technologies Inc</name>
<holdingsPercent>0.05</holdingsPercent>
<sharesHeld>609416</sharesHeld>
<exchange>NASDAQ</exchange>
</item>
<item>
<symbol>MOS</symbol>
<name>Mosaic Co</name>
<holdingsPercent>0.05</holdingsPercent>
<sharesHeld>3811302</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>K</symbol>
<name>KELLOGG</name>
<holdingsPercent>0.05</holdingsPercent>
<sharesHeld>2834758</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>CAG</symbol>
<name>Conagra Brands Inc.</name>
<holdingsPercent>0.05</holdingsPercent>
<sharesHeld>5251112</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>AES</symbol>
<name>AES Corporation</name>
<holdingsPercent>0.05</holdingsPercent>
<sharesHeld>7286302</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>IEX</symbol>
<name>IDEX Corp</name>
<holdingsPercent>0.05</holdingsPercent>
<sharesHeld>830822</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>COO</symbol>
<name>Cooper Companies Inc.</name>
<holdingsPercent>0.05</holdingsPercent>
<sharesHeld>538289</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>TTWO</symbol>
<name>Take-Two Interactive Software Inc</name>
<holdingsPercent>0.05</holdingsPercent>
<sharesHeld>1732985</sharesHeld>
<exchange>NASDAQ</exchange>
</item>
<item>
<symbol>ZBRA</symbol>
<name>ZEBRA TECH</name>
<holdingsPercent>0.05</holdingsPercent>
<sharesHeld>571407</sharesHeld>
<exchange>NASDAQ</exchange>
</item>
<item>
<symbol>CF</symbol>
<name>CF Industries Holdings Inc.</name>
<holdingsPercent>0.05</holdingsPercent>
<sharesHeld>2199364</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>TER</symbol>
<name>Teradyne Inc</name>
<holdingsPercent>0.05</holdingsPercent>
<sharesHeld>1730678</sharesHeld>
<exchange>NASDAQ</exchange>
</item>
<item>
<symbol>UAL</symbol>
<name>United Airlines Holdings Inc</name>
<holdingsPercent>0.05</holdingsPercent>
<sharesHeld>3620471</sharesHeld>
<exchange>NASDAQ</exchange>
</item>
<item>
<symbol>SYF</symbol>
<name>Synchrony Financial</name>
<holdingsPercent>0.05</holdingsPercent>
<sharesHeld>4989666</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>FSLR</symbol>
<name>First Solar Inc</name>
<holdingsPercent>0.05</holdingsPercent>
<sharesHeld>1097975</sharesHeld>
<exchange>NASDAQ</exchange>
</item>
<item>
<symbol>DGX</symbol>
<name>QUEST DIAG</name>
<holdingsPercent>0.05</holdingsPercent>
<sharesHeld>1285897</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>MRO</symbol>
<name>MARATHON OIL</name>
<holdingsPercent>0.05</holdingsPercent>
<sharesHeld>7033136</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>TRGP</symbol>
<name>Targa Resources Corp</name>
<holdingsPercent>0.05</holdingsPercent>
<sharesHeld>2492957</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>JBHT</symbol>
<name>J B Hunt Transport Services Inc</name>
<holdingsPercent>0.05</holdingsPercent>
<sharesHeld>919133</sharesHeld>
<exchange>NASDAQ</exchange>
</item>
<item>
<symbol>PAYC</symbol>
<name>Paycom Software Inc</name>
<holdingsPercent>0.05</holdingsPercent>
<sharesHeld>538316</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>FLT</symbol>
<name>FLEETCOR TECHNOL</name>
<holdingsPercent>0.05</holdingsPercent>
<sharesHeld>827534</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>NVR</symbol>
<name>NVR Inc</name>
<holdingsPercent>0.05</holdingsPercent>
<sharesHeld>34069</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>ATO</symbol>
<name>ATMOS ENERGY CORP</name>
<holdingsPercent>0.05</holdingsPercent>
<sharesHeld>1529945</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>J</symbol>
<name>Jacobs Engineering Group Inc</name>
<holdingsPercent>0.05</holdingsPercent>
<sharesHeld>1423527</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>SJM</symbol>
<name>J.M. Smucker Company</name>
<holdingsPercent>0.05</holdingsPercent>
<sharesHeld>1184127</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>FMC</symbol>
<name>Fmc Corp</name>
<holdingsPercent>0.05</holdingsPercent>
<sharesHeld>1390278</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>FDS</symbol>
<name>FACTSET RESEARCH</name>
<holdingsPercent>0.05</holdingsPercent>
<sharesHeld>413907</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>POOL</symbol>
<name>Pool Corp</name>
<holdingsPercent>0.05</holdingsPercent>
<sharesHeld>438063</sharesHeld>
<exchange>NASDAQ</exchange>
</item>
<item>
<symbol>IRM</symbol>
<name>IRON MOUNTAIN</name>
<holdingsPercent>0.05</holdingsPercent>
<sharesHeld>3176446</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>TXT</symbol>
<name>Textron Inc</name>
<holdingsPercent>0.05</holdingsPercent>
<sharesHeld>2334197</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>GRMN</symbol>
<name>Garmin Ltd.</name>
<holdingsPercent>0.05</holdingsPercent>
<sharesHeld>1702559</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>INCY</symbol>
<name>INCYTE CORP</name>
<holdingsPercent>0.04</holdingsPercent>
<sharesHeld>2056414</sharesHeld>
<exchange>NASDAQ</exchange>
</item>
<item>
<symbol>IPG</symbol>
<name>INTERPBLIC GRP</name>
<holdingsPercent>0.04</holdingsPercent>
<sharesHeld>4303382</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>TRMB</symbol>
<name>Trimble Inc</name>
<holdingsPercent>0.04</holdingsPercent>
<sharesHeld>2749595</sharesHeld>
<exchange>NASDAQ</exchange>
</item>
<item>
<symbol>NTAP</symbol>
<name>net SE</name>
<holdingsPercent>0.04</holdingsPercent>
<sharesHeld>2450621</sharesHeld>
<exchange>NASDAQ</exchange>
</item>
<item>
<symbol>RCL</symbol>
<name>Royal Caribbean Cruises Ltd</name>
<holdingsPercent>0.04</holdingsPercent>
<sharesHeld>2417493</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>LKQ</symbol>
<name>LKQ Corp</name>
<holdingsPercent>0.04</holdingsPercent>
<sharesHeld>2877254</sharesHeld>
<exchange>NASDAQ</exchange>
</item>
<item>
<symbol>IP</symbol>
<name>International Pa</name>
<holdingsPercent>0.04</holdingsPercent>
<sharesHeld>3991592</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>AVY</symbol>
<name>Avery Dennison Corp</name>
<holdingsPercent>0.04</holdingsPercent>
<sharesHeld>906039</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>ESS</symbol>
<name>Essex Property Trust Inc</name>
<holdingsPercent>0.04</holdingsPercent>
<sharesHeld>711134</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>PEAK</symbol>
<name>HCP Inc</name>
<holdingsPercent>0.04</holdingsPercent>
<sharesHeld>5892652</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>HWM</symbol>
<name>Howmet Aerospace Inc</name>
<holdingsPercent>0.04</holdingsPercent>
<sharesHeld>4075927</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>VTRS</symbol>
<name>Viatris Inc</name>
<holdingsPercent>0.04</holdingsPercent>
<sharesHeld>13218578</sharesHeld>
<exchange>NASDAQ</exchange>
</item>
<item>
<symbol>AKAM</symbol>
<name>Akamai Technologies</name>
<holdingsPercent>0.04</holdingsPercent>
<sharesHeld>1752618</sharesHeld>
<exchange>NASDAQ</exchange>
</item>
<item>
<symbol>LW</symbol>
<name>Lamb Weston Holdings</name>
<holdingsPercent>0.04</holdingsPercent>
<sharesHeld>1585562</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>EVRG</symbol>
<name>EVERGY INC</name>
<holdingsPercent>0.04</holdingsPercent>
<sharesHeld>2501555</sharesHeld>
<exchange>NASDAQ</exchange>
</item>
<item>
<symbol>TYL</symbol>
<name>Tyler Technologies Inc</name>
<holdingsPercent>0.04</holdingsPercent>
<sharesHeld>461139</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>SNA</symbol>
<name>SNAP-ON INC</name>
<holdingsPercent>0.04</holdingsPercent>
<sharesHeld>589942</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>SWK</symbol>
<name>Stanley Black & Decker Inc</name>
<holdingsPercent>0.04</holdingsPercent>
<sharesHeld>1629310</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>STX</symbol>
<name>Seagate Technology PLC</name>
<holdingsPercent>0.04</holdingsPercent>
<sharesHeld>2153109</sharesHeld>
<exchange>NASDAQ</exchange>
</item>
<item>
<symbol>KIM</symbol>
<name>Kimco Realty Corp</name>
<holdingsPercent>0.04</holdingsPercent>
<sharesHeld>6767023</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>APA</symbol>
<name>Apache Corp</name>
<holdingsPercent>0.04</holdingsPercent>
<sharesHeld>3603270</sharesHeld>
<exchange>NASDAQ</exchange>
</item>
<item>
<symbol>PTC</symbol>
<name>PTC Inc</name>
<holdingsPercent>0.04</holdingsPercent>
<sharesHeld>1158233</sharesHeld>
<exchange>NASDAQ</exchange>
</item>
<item>
<symbol>WRB</symbol>
<name>W. R. Berkley Corp</name>
<holdingsPercent>0.04</holdingsPercent>
<sharesHeld>2251730</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>MTCH</symbol>
<name>Match Group Inc</name>
<holdingsPercent>0.04</holdingsPercent>
<sharesHeld>3100854</sharesHeld>
<exchange>NASDAQ</exchange>
</item>
<item>
<symbol>MGM</symbol>
<name>MGM RESORTS IN</name>
<holdingsPercent>0.04</holdingsPercent>
<sharesHeld>3601618</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>PHM</symbol>
<name>PulteGroup Inc</name>
<holdingsPercent>0.04</holdingsPercent>
<sharesHeld>2552538</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>PKG</symbol>
<name>Packaging Corp of America</name>
<holdingsPercent>0.04</holdingsPercent>
<sharesHeld>1038929</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>BRO</symbol>
<name>Brown & Brown Inc.</name>
<holdingsPercent>0.04</holdingsPercent>
<sharesHeld>2555537</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>RE</symbol>
<name>Everest Re Group Ltd</name>
<holdingsPercent>0.04</holdingsPercent>
<sharesHeld>435619</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>WDC</symbol>
<name>WESTERN DGTL C</name>
<holdingsPercent>0.04</holdingsPercent>
<sharesHeld>3432522</sharesHeld>
<exchange>NASDAQ</exchange>
</item>
<item>
<symbol>HST</symbol>
<name>Host Hotels & Resorts</name>
<holdingsPercent>0.04</holdingsPercent>
<sharesHeld>7769543</sharesHeld>
<exchange>NASDAQ</exchange>
</item>
<item>
<symbol>NDSN</symbol>
<name>Nordson Corp</name>
<holdingsPercent>0.04</holdingsPercent>
<sharesHeld>595384</sharesHeld>
<exchange>NASDAQ</exchange>
</item>
<item>
<symbol>LDOS</symbol>
<name>Leidos Holdings Inc</name>
<holdingsPercent>0.04</holdingsPercent>
<sharesHeld>1505379</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>UDR</symbol>
<name>UDR Inc</name>
<holdingsPercent>0.04</holdingsPercent>
<sharesHeld>3389007</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>LNT</symbol>
<name>ALLIANT ENERGY</name>
<holdingsPercent>0.04</holdingsPercent>
<sharesHeld>2736141</sharesHeld>
<exchange>NASDAQ</exchange>
</item>
<item>
<symbol>JKHY</symbol>
<name>Jack Henry & Associates Inc</name>
<holdingsPercent>0.04</holdingsPercent>
<sharesHeld>806837</sharesHeld>
<exchange>NASDAQ</exchange>
</item>
<item>
<symbol>CBOE</symbol>
<name>Cboe Global Markets Inc</name>
<holdingsPercent>0.04</holdingsPercent>
<sharesHeld>1165870</sharesHeld>
<exchange>AMEX</exchange>
</item>
<item>
<symbol>HRL</symbol>
<name>Hormel Foods Corp</name>
<holdingsPercent>0.04</holdingsPercent>
<sharesHeld>3193601</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>MKTX</symbol>
<name>MarketAxess Holdings Inc</name>
<holdingsPercent>0.04</holdingsPercent>
<sharesHeld>415214</sharesHeld>
<exchange>NASDAQ</exchange>
</item>
<item>
<symbol>CPT</symbol>
<name>Camden Property Trust</name>
<holdingsPercent>0.04</holdingsPercent>
<sharesHeld>1171958</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>DPZ</symbol>
<name>Dominos Pizza Inc</name>
<holdingsPercent>0.04</holdingsPercent>
<sharesHeld>395798</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>CHRW</symbol>
<name>C.H. Robinson Worldwide Inc</name>
<holdingsPercent>0.04</holdingsPercent>
<sharesHeld>1367819</sharesHeld>
<exchange>NASDAQ</exchange>
</item>
<item>
<symbol>KMX</symbol>
<name>CARMAX INC COMMON STOCK USD.5</name>
<holdingsPercent>0.04</holdingsPercent>
<sharesHeld>1780539</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>CE</symbol>
<name>Celanese Corp</name>
<holdingsPercent>0.04</holdingsPercent>
<sharesHeld>1100068</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>MAS</symbol>
<name>Masco Corp</name>
<holdingsPercent>0.04</holdingsPercent>
<sharesHeld>2489144</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>CRL</symbol>
<name>Charles River Laboratories International Inc.</name>
<holdingsPercent>0.04</holdingsPercent>
<sharesHeld>549331</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>PARA</symbol>
<name>Paramount Global Class B</name>
<holdingsPercent>0.04</holdingsPercent>
<sharesHeld>5572431</sharesHeld>
<exchange>NASDAQ</exchange>
</item>
<item>
<symbol>GEN</symbol>
<name>Genesis Healthcare Inc</name>
<holdingsPercent>0.04</holdingsPercent>
<sharesHeld>6358612</sharesHeld>
<exchange>NASDAQ</exchange>
</item>
<item>
<symbol>TECH</symbol>
<name>BIOTECHNE CORP</name>
<holdingsPercent>0.04</holdingsPercent>
<sharesHeld>1700981</sharesHeld>
<exchange>NASDAQ</exchange>
</item>
<item>
<symbol>BF.B</symbol>
<name>BROWN FORMAN CORP CL B</name>
<holdingsPercent>0.03</holdingsPercent>
<sharesHeld>1997045</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>HSIC</symbol>
<name>Henry Schein Inc</name>
<holdingsPercent>0.03</holdingsPercent>
<sharesHeld>1526707</sharesHeld>
<exchange>NASDAQ</exchange>
</item>
<item>
<symbol>TFX</symbol>
<name>Teleflex Inc</name>
<holdingsPercent>0.03</holdingsPercent>
<sharesHeld>511124</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>L</symbol>
<name>Loews Corp</name>
<holdingsPercent>0.03</holdingsPercent>
<sharesHeld>2152987</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>CZR</symbol>
<name>Caesars Entertainment Corp</name>
<holdingsPercent>0.03</holdingsPercent>
<sharesHeld>2345781</sharesHeld>
<exchange>NASDAQ</exchange>
</item>
<item>
<symbol>CDAY</symbol>
<name>CERIDIAN HCM H</name>
<holdingsPercent>0.03</holdingsPercent>
<sharesHeld>1689413</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>TPR</symbol>
<name>TAPESTRY INC O</name>
<holdingsPercent>0.03</holdingsPercent>
<sharesHeld>2779382</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>CCL</symbol>
<name>Carnival Corp</name>
<holdingsPercent>0.03</holdingsPercent>
<sharesHeld>10732446</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>EQT</symbol>
<name>EQT Corp</name>
<holdingsPercent>0.03</holdingsPercent>
<sharesHeld>4028279</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>BWA</symbol>
<name>BorgWarner Inc</name>
<holdingsPercent>0.03</holdingsPercent>
<sharesHeld>2631333</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>LYV</symbol>
<name>Live Nation Ent Inc</name>
<holdingsPercent>0.03</holdingsPercent>
<sharesHeld>1567742</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>EMN</symbol>
<name>EASTMAN CHEM</name>
<holdingsPercent>0.03</holdingsPercent>
<sharesHeld>1355799</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>NI</symbol>
<name>NiSource Inc</name>
<holdingsPercent>0.03</holdingsPercent>
<sharesHeld>4464067</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>QRVO</symbol>
<name>Qorvo Inc</name>
<holdingsPercent>0.03</holdingsPercent>
<sharesHeld>1139488</sharesHeld>
<exchange>NASDAQ</exchange>
</item>
<item>
<symbol>ALLE</symbol>
<name>Allegion PLC</name>
<holdingsPercent>0.03</holdingsPercent>
<sharesHeld>980495</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>AAL</symbol>
<name>American Airlines Group</name>
<holdingsPercent>0.03</holdingsPercent>
<sharesHeld>7070477</sharesHeld>
<exchange>NASDAQ</exchange>
</item>
<item>
<symbol>GL</symbol>
<name>Globe Life Inc.</name>
<holdingsPercent>0.03</holdingsPercent>
<sharesHeld>998826</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>WYNN</symbol>
<name>WYNN RESORTS</name>
<holdingsPercent>0.03</holdingsPercent>
<sharesHeld>1158155</sharesHeld>
<exchange>NASDAQ</exchange>
</item>
<item>
<symbol>BBWI</symbol>
<name>Bath & Body Works Inc.</name>
<holdingsPercent>0.03</holdingsPercent>
<sharesHeld>2516643</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>BXP</symbol>
<name>BOSTON PROPERTIES INC REIT USD.01</name>
<holdingsPercent>0.03</holdingsPercent>
<sharesHeld>1552735</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>FOXA</symbol>
<name>Fox Corp</name>
<holdingsPercent>0.03</holdingsPercent>
<sharesHeld>3383752</sharesHeld>
<exchange>NASDAQ</exchange>
</item>
<item>
<symbol>CPB</symbol>
<name>Campbell Soup Company</name>
<holdingsPercent>0.03</holdingsPercent>
<sharesHeld>2234029</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>REG</symbol>
<name>Regency Centers Corp</name>
<holdingsPercent>0.03</holdingsPercent>
<sharesHeld>1670932</sharesHeld>
<exchange>NASDAQ</exchange>
</item>
<item>
<symbol>TAP</symbol>
<name>MOLSN COORS BR</name>
<holdingsPercent>0.03</holdingsPercent>
<sharesHeld>2072828</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>BIO</symbol>
<name>Bio-Rad Laboratories Inc. Class A</name>
<holdingsPercent>0.03</holdingsPercent>
<sharesHeld>235091</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>CTLT</symbol>
<name>Catalent Inc</name>
<holdingsPercent>0.03</holdingsPercent>
<sharesHeld>1964989</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>UHS</symbol>
<name>Universal Health Services Inc</name>
<holdingsPercent>0.03</holdingsPercent>
<sharesHeld>738295</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>CMA</symbol>
<name>Comerica Incorporated</name>
<holdingsPercent>0.03</holdingsPercent>
<sharesHeld>1452676</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>JNPR</symbol>
<name>Juniper Networks Inc</name>
<holdingsPercent>0.03</holdingsPercent>
<sharesHeld>3553995</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>VFC</symbol>
<name>VF Corp</name>
<holdingsPercent>0.03</holdingsPercent>
<sharesHeld>3539162</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>PNR</symbol>
<name>Pentair Ltd</name>
<holdingsPercent>0.03</holdingsPercent>
<sharesHeld>1812221</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>RHI</symbol>
<name>Robert Half International Inc</name>
<holdingsPercent>0.03</holdingsPercent>
<sharesHeld>1215534</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>AAP</symbol>
<name>Advance Auto Parts Inc</name>
<holdingsPercent>0.03</holdingsPercent>
<sharesHeld>668470</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>IVZ</symbol>
<name>Invesco Ltd</name>
<holdingsPercent>0.03</holdingsPercent>
<sharesHeld>5019758</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>BEN</symbol>
<name>FRANKLIN RES INC</name>
<holdingsPercent>0.03</holdingsPercent>
<sharesHeld>3007395</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>FFIV</symbol>
<name>F5 NETWORKS</name>
<holdingsPercent>0.03</holdingsPercent>
<sharesHeld>656428</sharesHeld>
<exchange>NASDAQ</exchange>
</item>
<item>
<symbol>WRK</symbol>
<name>Westrock Co</name>
<holdingsPercent>0.03</holdingsPercent>
<sharesHeld>2803774</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>AOS</symbol>
<name>A. O. Smith Corporation</name>
<holdingsPercent>0.03</holdingsPercent>
<sharesHeld>1416491</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>SBNY</symbol>
<name>SBNY</name>
<holdingsPercent>0.02</holdingsPercent>
<sharesHeld>688334</sharesHeld>
<exchange>NASDAQ</exchange>
</item>
<item>
<symbol>HII</symbol>
<name>Huntington Ingalls Ind</name>
<holdingsPercent>0.02</holdingsPercent>
<sharesHeld>438870</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>PNW</symbol>
<name>PINNACL WEST C</name>
<holdingsPercent>0.02</holdingsPercent>
<sharesHeld>1240645</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>WHR</symbol>
<name>Whirlpool Corp</name>
<holdingsPercent>0.02</holdingsPercent>
<sharesHeld>600982</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>XRAY</symbol>
<name>DENTSPLY International Inc</name>
<holdingsPercent>0.02</holdingsPercent>
<sharesHeld>2388713</sharesHeld>
<exchange>NASDAQ</exchange>
</item>
<item>
<symbol>FRT</symbol>
<name>FED REALTY INVS</name>
<holdingsPercent>0.02</holdingsPercent>
<sharesHeld>809570</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>ROL</symbol>
<name>Rollins Inc</name>
<holdingsPercent>0.02</holdingsPercent>
<sharesHeld>2563331</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>NWSA</symbol>
<name>News Corp</name>
<holdingsPercent>0.02</holdingsPercent>
<sharesHeld>4305074</sharesHeld>
<exchange>NASDAQ</exchange>
</item>
<item>
<symbol>ZION</symbol>
<name>ZIONS BANCORP</name>
<holdingsPercent>0.02</holdingsPercent>
<sharesHeld>1663601</sharesHeld>
<exchange>NASDAQ</exchange>
</item>
<item>
<symbol>SEE</symbol>
<name>Sealed Air Corp.</name>
<holdingsPercent>0.02</holdingsPercent>
<sharesHeld>1638674</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>NRG</symbol>
<name>NRG ENERGY</name>
<holdingsPercent>0.02</holdingsPercent>
<sharesHeld>2596247</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>HAS</symbol>
<name>Hasbro Inc</name>
<holdingsPercent>0.02</holdingsPercent>
<sharesHeld>1407000</sharesHeld>
<exchange>NASDAQ</exchange>
</item>
<item>
<symbol>GNRC</symbol>
<name>Generac Holdings Inc</name>
<holdingsPercent>0.02</holdingsPercent>
<sharesHeld>690162</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>OGN</symbol>
<name>ORGANON</name>
<holdingsPercent>0.02</holdingsPercent>
<sharesHeld>2785878</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>AIZ</symbol>
<name>Assurant Inc</name>
<holdingsPercent>0.02</holdingsPercent>
<sharesHeld>587773</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>NCLH</symbol>
<name>Norwegian Cruise Line</name>
<holdingsPercent>0.02</holdingsPercent>
<sharesHeld>4576127</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>DXC</symbol>
<name>DXC TECHNLGY C</name>
<holdingsPercent>0.02</holdingsPercent>
<sharesHeld>2536176</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>ALK</symbol>
<name>ALASKA AIR GROUP INC</name>
<holdingsPercent>0.02</holdingsPercent>
<sharesHeld>1367824</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>MHK</symbol>
<name>Mohawk Industries Inc</name>
<holdingsPercent>0.02</holdingsPercent>
<sharesHeld>566741</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>NWL</symbol>
<name>Newell Brands Inc</name>
<holdingsPercent>0.02</holdingsPercent>
<sharesHeld>4163086</sharesHeld>
<exchange>NASDAQ</exchange>
</item>
<item>
<symbol>LNC</symbol>
<name>Lincoln National Corp</name>
<holdingsPercent>0.02</holdingsPercent>
<sharesHeld>1709770</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>RL</symbol>
<name>Ralph Lauren Corp</name>
<holdingsPercent>0.02</holdingsPercent>
<sharesHeld>473721</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>LUMN</symbol>
<name>Lumen Technologies Inc.</name>
<holdingsPercent>0.01</holdingsPercent>
<sharesHeld>10099298</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>DVA</symbol>
<name>DaVita Inc.</name>
<holdingsPercent>0.01</holdingsPercent>
<sharesHeld>614691</sharesHeld>
<exchange>NYSE</exchange>
</item>
<item>
<symbol>FOX</symbol>
<name>Fox Corp</name>
<holdingsPercent>0.01</holdingsPercent>
<sharesHeld>1619451</sharesHeld>
<exchange>NASDAQ</exchange>
</item>
<item>
<symbol>DISH</symbol>
<name>DISH NETWORK A</name>
<holdingsPercent>0.01</holdingsPercent>
<sharesHeld>2725317</sharesHeld>
<exchange>NASDAQ</exchange>
</item>
<item>
<symbol>NWS</symbol>
<name>News Corp</name>
<holdingsPercent>0.01</holdingsPercent>
<sharesHeld>1350184</sharesHeld>
<exchange>NASDAQ</exchange>
</item>
<item>
<symbol>Ticker</symbol>
<name>Name</name>
<holdingsPercent>0</holdingsPercent>
<sharesHeld>0</sharesHeld>
<exchange></exchange>
</item>
</getETFConstituents>
CSV
GET
GET https://ondemand.websol.barchart.com/getETFConstituents.csv?apikey=YOUR_API_KEY&symbol=SPY
Host: ondemand.websol.barchart.com
POST
POST https://ondemand.websol.barchart.com/getETFConstituents.csv
Host: ondemand.websol.barchart.com
Content-Type: application/x-www-form-urlencoded
Content-Length: length
apikey=YOUR_API_KEY&symbol=SPY
Response
symbol,name,holdingsPercent,sharesHeld,exchange
"AAPL","Apple Inc","6.67","165607150","NASDAQ"
"MSFT","Microsoft Corp","5.56","82556090","NASDAQ"
"AMZN","AMAZON COM INC","2.65","98293000","NASDAQ"
"GOOGL","Alphabet Inc Cl A","1.81","66149370","NASDAQ"
"GOOG","Alphabet Inc","1.61","58638464","NASDAQ"
"BRK.B","Berkshire Hathaway Inc","1.6","19953564","NYSE"
"NVDA","NVIDIA Corp","1.52","27606634","NASDAQ"
"TSLA","Tesla Inc","1.47","29725576","NASDAQ"
"XOM","Exxon Mobil Corp","1.33","45608764","NYSE"
"UNH","UnitedHealth Group Inc","1.27","10347626","NYSE"
"JNJ","Johnson & Johnson","1.24","28986556","NYSE"
"META","Meta Financial Group Inc.","1.21","24903416","NASDAQ"
"JPM","JPMORGAN CHASE","1.19","32484544","NYSE"
"V","Visa Inc","1.09","18107304","NYSE"
"HD","Home Depot Inc","0.98","11331048","NYSE"
"PG","PROCTER & GAMB","0.98","26243796","NYSE"
"MA","MasterCard Inc","0.92","9406345","NYSE"
"CVX","Chevron Corp","0.87","19701216","NYSE"
"LLY","ELI LILLY","0.77","8734150","NYSE"
"MRK","MERCK & CO","0.75","28078688","NYSE"
"ABBV","AbbVie Inc","0.74","19585468","NYSE"
"BAC","Bank of America Corp","0.73","77296180","NYSE"
"PFE","Pfizer Inc","0.71","62165956","NYSE"
"AVGO","BROADCOM INC","0.7","4485388","NASDAQ"
"PEP","PepsiCo Inc","0.67","15257663","NASDAQ"
"KO","COCA-COLA","0.67","43103464","NYSE"
"TMO","Thermo Fisher Scientific Inc","0.67","4343539","NYSE"
"COST","Costco Wholesale Corp","0.66","4901863","NASDAQ"
"DIS","Walt Disney Co","0.58","20189758","NYSE"
"WMT","WALMART INC","0.58","15630849","NYSE"
"CSCO","Cisco Systems Inc","0.58","45472616","NASDAQ"
"ABT","Abbott Laboratories","0.56","19302668","NYSE"
"MCD","MCDONALD S COR","0.56","8109332","NYSE"
"ACN","ACCENTURE PLC CL A","0.53","6969066","NYSE"
"WFC","WELLS FARGO &","0.52","42200224","NYSE"
"ADBE","Adobe Inc","0.51","5164918","NASDAQ"
"DHR","Danaher Corporation","0.51","7255716","NYSE"
"VZ","VERIZON COMMS","0.5","46511784","NYSE"
"CMCSA","Comcast Corp","0.5","47775944","NASDAQ"
"CRM","salesforce.com inc.","0.49","11074731","NYSE"
"TXN","TEXAS INSTRUME","0.48","10084655","NASDAQ"
"NFLX","Netflix Inc","0.47","4928434","NASDAQ"
"NKE","NIKE Inc","0.46","13945186","NYSE"
"LIN","LIN Media LLC","0.46","5475180","NYSE"
"PM","PHILIP MORRIS","0.46","17168196","NYSE"
"BMY","Bristol-Myers Squibb Company","0.46","23535912","NYSE"
"QCOM","QUALCOMM Inc","0.44","12393555","NASDAQ"
"NEE","NEXTERA ENERGY","0.43","22007452","NYSE"
"RTX","Raytheon Technologies Corp","0.41","16295633","NYSE"
"T","AT&T","0.41","78929460","NYSE"
"UPS","United Parcel Service Inc","0.4","8066622","NYSE"
"AMD","Advanced Micro Devices Inc","0.4","17826692","NASDAQ"
"ORCL","Oracle Corp","0.4","17020028","NYSE"
"HON","Honeywell International","0.39","7434804","NASDAQ"
"COP","CompuGroup Medical AG","0.39","13800007","NYSE"
"LOW","Lowe s Companies Inc","0.39","6874210","NYSE"
"MS","Morgan Stanley","0.38","14599816","NYSE"
"AMGN","Amgen Inc","0.38","5903567","NASDAQ"
"UNP","Union Pacific Corp","0.37","6808713","NYSE"
"CAT","Caterpillar Inc","0.37","5763287","NYSE"
"GS","GOLDM SACHS GR","0.36","3765610","NYSE"
"INTC","Intel Corp","0.36","45705304","NASDAQ"
"SPGI","S&P Global Inc.","0.36","3687878","NYSE"
"IBM","International Business Machines Corp","0.36","10012971","NYSE"
"PLD","PROLOGIS","0.35","10222839","NYSE"
"SCHW","Charles Schwab Corp","0.35","16850620","NYSE"
"SBUX","SBUX","0.35","12712706","NASDAQ"
"INTU","Intuit Inc","0.34","3121586","NASDAQ"
"MDT","Medtronic Inc","0.33","14719958","NYSE"
"BA","BOEING CO","0.33","6204419","NYSE"
"ELV","Elevance Health Inc.","0.33","2649299","NYSE"
"BLK","BLACKROCK INC","0.33","1663799","NYSE"
"CVS","CVS Health Corp","0.33","14551772","NYSE"
"DE","Deere & Co","0.32","3041906","NYSE"
"LMT","Lockheed Martin Corp","0.31","2583119","NYSE"
"AXP","AMERICAN EXPRESS CO","0.31","6619631","NYSE"
"GILD","GILEAD SCI","0.31","13890508","NASDAQ"
"AMT","AMERICAN TOWER CORP","0.3","5156470","NYSE"
"AMAT","Applied Materials Inc","0.3","9527688","NASDAQ"
"C","Citigroup Inc","0.28","21449922","NYSE"
"PYPL","PayPal Holdings Inc","0.28","12625583","NASDAQ"
"BKNG","BOOKING HOLDIN","0.27","429589","NASDAQ"
"NOW","ServiceNow Inc","0.27","2229536","NYSE"
"SYK","Stryker Corp","0.27","3715526","NYSE"
"TJX","TJX Companies Inc","0.27","12922129","NYSE"
"ADP","Automatic Data Process","0.27","4584524","NASDAQ"
"ADI","Analog Devices Inc","0.27","5738592","NASDAQ"
"ISRG","Intuitive Surgic","0.26","3937370","NASDAQ"
"MDLZ","MONDELEZ INT C","0.26","15126391","NASDAQ"
"CI","Cigna Corp","0.26","3385983","NYSE"
"GE","GENERAL ELEC C","0.26","12063200","NYSE"
"CB","Chubb Corp/The","0.25","4609379","NYSE"
"TMUS","T-Mobile US Inc","0.25","6644090","NASDAQ"
"MMC","MARSH & MCLENN","0.25","5506735","NYSE"
"MO","ALTRIA GROUP","0.24","19875592","NYSE"
"REGN","Regeneron Pharmaceuticals Inc","0.24","1182340","NASDAQ"
"TGT","Target Corp","0.24","5117990","NYSE"
"PGR","Progressive Corp/The","0.23","6479547","NYSE"
"ZTS","Zoetis Inc","0.23","5161139","NYSE"
"DUK","DUKE ENERGY","0.22","8528313","NYSE"
"VRTX","Vertex Pharmaceuticals Inc","0.22","2842752","NASDAQ"
"SLB","Schlumberger NV","0.22","15703910","NYSE"
"SO","Southern Co","0.21","12056705","NYSE"
"EOG","EOG Resources Inc","0.21","6505067","NYSE"
"LRCX","Lam Research Corp","0.21","1511594","NASDAQ"
"BDX","BECTON DICKINSON AND CO","0.2","3147301","NYSE"
"BSX","BOSTON SCIENTIFIC CORP COMMON STOCK USD.01","0.2","15862524","NYSE"
"ITW","ILLINOIS TOOL","0.2","3109237","NYSE"
"FISV","Fiserv Inc.","0.2","7059106","NASDAQ"
"MU","MICRON TECH","0.2","12040061","NASDAQ"
"CSX","CSX Corp","0.2","23283576","NASDAQ"
"EQIX","Equinix Inc","0.2","1024802","NASDAQ"
"PNC","PNC Financial Services Group Inc.","0.19","4466633","NYSE"
"TFC","Truist Financial Corp","0.19","14693451","NYSE"
"USB","U.S. Bancorp","0.19","14921385","NYSE"
"MMM","3M","0.19","6121451","NYSE"
"AON","Aon plc","0.19","2290877","NYSE"
"ETN","EATON CORP","0.19","4395560","NYSE"
"NOC","Northrop Grumman Corp","0.18","1603293","NYSE"
"CME","CME Group Inc","0.18","3983845","NASDAQ"
"APD","Air Prods & Chems Inc","0.18","2456349","NYSE"
"CCI","Crown Castle International Corp","0.18","4795764","NYSE"
"EL","ESTEE LAUDER","0.18","2550093","NYSE"
"CL","COLGATE-PALMOLIV","0.18","9220570","NYSE"
"FCX","FREEPORT MCMORAN INC","0.18","15781432","NYSE"
"HUM","Humana Inc","0.17","1402169","NYSE"
"ICE","Intercontinental Exchange Inc.","0.17","6156668","NYSE"
"GM","GENERAL MOTORS","0.17","15733896","NYSE"
"NSC","NORFOLK SOUTHE","0.17","2563850","NYSE"
"KLAC","KLA Corp","0.17","1564990","NASDAQ"
"MRNA","Moderna Inc","0.17","3658930","NASDAQ"
"SHW","Sherwin-Williams Co.","0.16","2603185","NYSE"
"WM","Waste Management Inc","0.16","4151570","NYSE"
"MPC","Marathon Petroleum Corp","0.16","5190218","NYSE"
"HCA","HCA Healthcare Inc","0.16","2376634","NYSE"
"SNPS","SYNOPSYS INC","0.16","1684131","NASDAQ"
"EMR","EMERSON ELECTR","0.16","6534445","NYSE"
"ATVI","Activision Blizzard Inc","0.15","7856422","NASDAQ"
"PXD","Pioneer Natural Resources Co","0.15","2633789","NYSE"
"F","F MOTOR","0.15","43584500","NYSE"
"MCK","McKesson Corp","0.15","1586839","NYSE"
"GD","GENERAL DYNAMI","0.15","2481466","NYSE"
"DG","Dollar General Corp","0.15","2502163","NYSE"
"FDX","FedEx Corp","0.15","2651463","NYSE"
"MCO","Moody s Corp","0.15","1741187","NYSE"
"EW","Edwards Lifesciences Corp","0.15","6850766","NYSE"
"VLO","VALERO ENERGY","0.15","4269620","NYSE"
"CDNS","CADENCE DESIGN SYS INC COMMON STOCK USD.01","0.15","3024578","NASDAQ"
"D","DOMINION ENERGY","0.14","9187450","NYSE"
"NXPI","NXP Semiconductor NV","0.14","2895815","NASDAQ"
"ORLY","O Reilly Automotive Inc","0.14","693089","NASDAQ"
"SRE","Sempra Energy","0.14","3481202","NYSE"
"PSA","Public Storage","0.14","1743867","NYSE"
"APH","Amphenol Corp","0.14","6590495","NYSE"
"ADSK","Autodesk Inc","0.14","2395009","NASDAQ"
"AEP","AMER ELEC PWR","0.14","5690860","NASDAQ"
"PSX","Phillips 66","0.14","5294587","NYSE"
"MAR","Marriott International Inc","0.14","2979782","NASDAQ"
"MCHP","MICROCHIP TECH","0.14","6077356","NASDAQ"
"CMG","CHIPOTLE MEXICAN GRILL INC COMMON STOCK USD.01","0.14","306200","NYSE"
"MET","MetLife Inc","0.13","7395802","NYSE"
"COF","Capital One Financial Corp","0.13","4236272","NYSE"
"NUE","NUCOR","0.13","2890270","NYSE"
"A","Agilent Technologies Inc","0.13","3292731","NYSE"
"MSCI","MSCI Inc. Class A","0.13","891604","NYSE"
"ROP","Roper Industries Inc","0.13","1174507","NYSE"
"AZO","AutoZone Inc","0.13","210265","NYSE"
"ADM","Archer Daniels Midland","0.13","6083700","NYSE"
"JCI","JOHNSON CONTROLS","0.13","7601390","NYSE"
"GIS","General Mills Inc","0.13","6575908","NYSE"
"FIS","FIDELITY NATIONAL INFO SE","0.13","6571569","NYSE"
"PH","Parker Hannifin Corp","0.13","1411053","NYSE"
"OXY","OCCIDENTAL PET","0.13","8052705","NYSE"
"KMB","KIMBERLY-CLARK","0.13","3725856","NYSE"
"IQV","IQVIA HOLDINGS","0.13","2057908","NYSE"
"CTVA","Corteva","0.13","7922973","NYSE"
"AIG","AMER INTL GROU","0.13","8228317","NYSE"
"CHTR","Charter Communications Inc","0.13","1189552","NASDAQ"
"TRV","THE TRAVELERS","0.12","2620207","NYSE"
"TT","Trane Technologies plc","0.12","2561694","NYSE"
"DOW","Dow Inc","0.12","7927508","NYSE"
"TEL","TE Connectivity Ltd","0.12","3529696","NYSE"
"MSI","MOTOROLA SOL","0.12","1839821","NYSE"
"O","Realty Income Corp.","0.12","6945628","NYSE"
"DXCM","DexCom Inc","0.12","4319710","NASDAQ"
"SPG","Simon Property Group Inc","0.12","3592903","NYSE"
"BIIB","Biogen Inc","0.12","1599519","NASDAQ"
"AJG","Arthur J. Gallagher & Co.","0.12","2321635","NYSE"
"CNC","Centene Corp","0.12","6309000","NYSE"
"EXC","EXELON CORP","0.12","10944009","NASDAQ"
"LHX","L3harris Technologies","0.12","2109893","NYSE"
"ROST","Ross Stores Inc","0.12","3857837","NASDAQ"
"HLT","Hilton Worldwide Holdings Inc","0.12","3024194","NYSE"
"IDXX","IDEXX Laboratories Inc","0.12","918984","NASDAQ"
"AFL","Aflac Inc","0.11","6347737","NYSE"
"DVN","DEVON ENERG","0.11","7226466","NYSE"
"CARR","Carrier Global Corp.","0.11","9289448","NYSE"
"NEM","Newmont Corporation","0.11","8737486","NYSE"
"MNST","Monster Beverage Corp","0.11","4245286","NASDAQ"
"WMB","Williams Companies Inc","0.11","13447495","NYSE"
"SYY","Sysco Corp","0.11","5622949","NYSE"
"PCAR","PACCAR Inc","0.11","3851426","NASDAQ"
"AMP","Ameriprise Financial Inc","0.11","1194002","NYSE"
"PAYX","Paychex Inc","0.11","3552245","NASDAQ"
"CTAS","Cintas Corp","0.11","949256","NASDAQ"
"HES","Hess Corp","0.11","3048472","NYSE"
"PRU","PRUDENTIAL FIN","0.11","4101486","NYSE"
"ECL","Ecolab Inc","0.11","2721026","NYSE"
"STZ","Constellation Brands Inc","0.11","1797671","NYSE"
"XEL","Xcel Energy Inc","0.11","6060543","NASDAQ"
"BK","Bank of New York Mellon Corp","0.11","8116521","NYSE"
"TDG","TransDigm Group Inc","0.11","568943","NYSE"
"DD","DoubleDragon Properties Corp.","0.11","5528600","NYSE"
"KMI","KINDER MORGAN","0.1","21880100","NYSE"
"YUM","Yum! Brands Inc","0.1","3139294","NYSE"
"CMI","Cummins Inc","0.1","1554578","NYSE"
"WELL","Welltower Inc","0.1","5233127","NYSE"
"MTD","Mettler-Toledo International Inc","0.1","248228","NYSE"
"OTIS","Otis Worldwide Corp","0.1","4632297","NYSE"
"ALL","Allstate Corp.","0.1","2983589","NYSE"
"CTSH","COGNIZANT TECH SOLUTIONS A COMMON STOCK USD.01","0.1","5708563","NASDAQ"
"HAL","Halliburton Co","0.1","10056484","NYSE"
"ON","ON Semiconductor Corp","0.1","4780447","NASDAQ"
"HSY","Hershey Co/The","0.1","1620915","NYSE"
"FTNT","Fortinet Inc.","0.1","7223767","NASDAQ"
"ODFL","Old Dominion Freight Line Inc","0.1","1010978","NASDAQ"
"WBD","Warner Bros Discovery Inc.","0.1","24215108","NASDAQ"
"ILMN","ILLUMINA INC","0.1","1741988","NASDAQ"
"ALB","Albemarle Corp","0.1","1297316","NYSE"
"STT","State Street Corp","0.1","4063804","NYSE"
"AME","AMETEK Inc","0.1","2527389","NYSE"
"ROK","ROCKWELL AUTOM","0.1","1268025","NYSE"
"VICI","VICI PROPERTIE","0.1","10594486","NYSE"
"DLR","DIGITAL REALTY","0.1","3171548","NYSE"
"ED","Consolidated Edison Inc","0.1","3930018","NYSE"
"RMD","ResMed Inc","0.09","1622317","NYSE"
"KEYS","Keysight Technologies Inc","0.09","1985978","NYSE"
"ANET","Arista Networks Inc","0.09","2719803","NYSE"
"DFS","DISCOVER FINAN","0.09","3014627","NYSE"
"SBAC","SBA Communications Corp","0.09","1189072","NASDAQ"
"URI","United Rentals Inc","0.09","772093","NYSE"
"BKR","Baker Hughes a GE Co. Class A","0.09","11166810","NASDAQ"
"DLTR","DOLLAR TREE IN","0.09","2329529","NASDAQ"
"APTV","Aptiv plc","0.09","3000775","NYSE"
"DHI","D.R. HORTON IN","0.09","3489250","NYSE"
"KHC","Kraft Heinz Co","0.09","8790469","NASDAQ"
"GPN","Global Payments Inc","0.09","3059620","NYSE"
"CSGP","CoStar Group Inc","0.09","4504010","NASDAQ"
"FAST","FASTENAL","0.09","6283861","NASDAQ"
"OKE","ONEOK Inc","0.09","4949890","NYSE"
"PPG","PPG IND","0.09","2593924","NYSE"
"GWW","W.W. Grainger Inc.","0.09","499740","NYSE"
"PEG","PUBL SVC ENTER","0.09","5526612","NYSE"
"ENPH","Enphase Energy Inc","0.09","1494590","NASDAQ"
"EA","Electronic Arts Inc","0.09","2915005","NASDAQ"
"KDP","KEURIG DR PEPPER","0.09","9376015","NASDAQ"
"WEC","WEC Energy Group Inc","0.09","3493275","NYSE"
"CPRT","Copart Inc","0.08","4745790","NASDAQ"
"KR","KROGER","0.08","7216167","NYSE"
"IFF","International Flavors & Fragrances Inc","0.08","2823505","NYSE"
"AWK","American Water Works Co Inc","0.08","2013751","NYSE"
"TROW","T Rowe Price Group Inc","0.08","2488274","NASDAQ"
"VRSK","Verisk Analytics Inc","0.08","1732338","NASDAQ"
"CBRE","CBRE Group Inc","0.08","3543439","NYSE"
"MTB","M&T Bank Corp","0.08","1938839","NYSE"
"EBAY","eBay Inc","0.08","6064388","NASDAQ"
"ES","Eversource Energy","0.08","3822826","NYSE"
"HPQ","Hp Inc","0.08","10047351","NYSE"
"EFX","Enerflex Ltd.","0.08","1355941","NYSE"
"WTW","Willis Towers Watson plc","0.08","1212690","NASDAQ"
"CEG","CONSTELLATION ENERGY CORP","0.08","3621481","NASDAQ"
"ZBH","Zimmer Biomet Holdings Inc","0.08","2323969","NYSE"
"ULTA","Ulta Beauty Inc","0.08","574942","NASDAQ"
"GLW","Corning Inc","0.08","8363628","NYSE"
"CDW","CDW Corp","0.08","1485509","NASDAQ"
"IT","GARTNER INC","0.08","873044","NYSE"
"LEN","Lennar Corp","0.08","2814412","NYSE"
"WBA","Walgreens Boots Alliance Inc","0.08","7949381","NASDAQ"
"FRC","FIRST REP BANK","0.08","2016108","NYSE"
"WY","WEYERHAEUSER C","0.08","8195234","NYSE"
"FITB","FIFTH THIRD BANC","0.07","7601781","NASDAQ"
"GEHC","GE Healthcare Technologies Inc.","0.07","4021058","NASDAQ"
"EIX","Edison International","0.07","4229191","NYSE"
"ABC","AmerisourceBergen Corp","0.07","1793654","NYSE"
"TSCO","Tractor Supply Co","0.07","1224933","NASDAQ"
"AVB","AVALONBAY COMMUNITIES INC REIT USD.01","0.07","1549424","NYSE"
"RSG","Republic Services Inc","0.07","2266883","NYSE"
"PCG","PG&E Corp","0.07","17830664","NYSE"
"DAL","DELTA AIR LIN","0.07","6996553","NYSE"
"LYB","LYONDELLBASEL","0.07","2808244","NYSE"
"ALGN","Align Technology Inc","0.07","803145","NASDAQ"
"ARE","ALEXANDRIA RE","0.07","1633836","NYSE"
"FANG","Diamondback Energy Inc","0.07","1961585","NASDAQ"
"FTV","Fortive Corp","0.07","3917662","NYSE"
"VMC","Vulcan Materials Co","0.07","1471955","NYSE"
"HIG","Hartford Financial Services Group Inc","0.07","3567060","NYSE"
"GPC","GENUINE PARTS","0.07","1565764","NYSE"
"ANSS","ANSYS INC","0.07","952679","NASDAQ"
"BAX","BAXTER INTERNATIONAL INC","0.07","5539762","NYSE"
"IR","Ingersoll Rand Inc.","0.07","4428444","NYSE"
"DOV","Dover Corp","0.07","1573923","NYSE"
"ACGL","Arch Cap Group Ltd","0.07","4096266","NASDAQ"
"RF","Regions Financial Corp","0.07","10389432","NYSE"
"LH","Laboratory Corporation of America Holdings","0.06","998275","NYSE"
"MLM","Martin Marietta Materials Inc","0.06","682212","NYSE"
"HBAN","Huntington Bancshares","0.06","15838485","NASDAQ"
"AEE","Ameren Corp","0.06","2863005","NYSE"
"ETR","Entergy Corp","0.06","2237058","NYSE"
"CFG","Citizens Financial Group Inc","0.06","5428890","NYSE"
"EQR","EQ RESIDENT","0.06","3724657","NYSE"
"STE","STERIS Corp","0.06","1098724","NYSE"
"RJF","Raymond James Financial Inc","0.06","2138730","NYSE"
"LUV","Southwest Airlines Co","0.06","6575762","NYSE"
"DTE","DTE ENERGY","0.06","2119022","NYSE"
"EXR","Extra Space Storage Inc","0.06","1462931","NYSE"
"PWR","Quanta Services Inc","0.06","1563900","NYSE"
"EPAM","EPAM SYSTEMS I","0.06","633123","NYSE"
"FE","FIRSTENERGY","0.06","5990833","NYSE"
"PFG","Principal Financial Group Inc","0.06","2556230","NASDAQ"
"STLD","Steel Dynamics Inc","0.06","1838324","NASDAQ"
"HOLX","Hologic Inc","0.06","2765916","NASDAQ"
"HPE","Hewlett Packard Ent","0.06","14282637","NYSE"
"PPL","Pakistan Petroleum Ltd.","0.06","8115867","NYSE"
"VTR","Ventas Inc","0.06","4372551","NYSE"
"CAH","Cardinal Health Inc","0.06","2903038","NYSE"
"NDAQ","NASDAQ INC","0.06","3741276","NASDAQ"
"WAT","Waters Corp","0.06","660481","NYSE"
"VRSN","VeriSign Inc","0.06","1029896","NASDAQ"
"NTRS","NORTHERN TRUST","0.06","2278547","NASDAQ"
"MPWR","Monolithic Power Systems Inc","0.06","490115","NASDAQ"
"TDY","Teledyne Technologies Inc","0.06","511093","NYSE"
"CHD","Church & Dwight Co Inc","0.06","2672677","NYSE"
"WST","WEST PHARMACEUTICAL SERVICES COMMON STOCK USD.25","0.06","808526","NYSE"
"MAA","Mid-America Apartment Communities Inc","0.06","1259414","NYSE"
"INVH","Invitation Homes Inc","0.06","6398205","NYSE"
"CTRA","Contura Energy Inc","0.06","8771904","NYSE"
"WAB","Wabtec Corp/DE","0.06","2007377","NYSE"
"EXPD","EXPEDITORS","0.06","1805721","NASDAQ"
"LVS","Las Vegas Sands Corp","0.05","3626309","NYSE"
"","U.S. Dollar","0.05","209240820","CME"
"CLX","Clorox Co","0.05","1342914","NYSE"
"XYL","Xylem Inc.","0.05","1970452","NYSE"
"SIVB","SIVB","0.05","640933","NASDAQ"
"OMC","OMNICOM GP INC","0.05","2258562","NYSE"
"MKC","MCCORMICK & CO","0.05","2775366","NYSE"
"TSN","Tyson Foods Inc","0.05","3222827","NYSE"
"ETSY","ETSY Inc","0.05","1388482","NASDAQ"
"BALL","Ball Corporation","0.05","3468437","NYSE"
"KEY","KeyCorp","0.05","10192479","NYSE"
"CINF","Cincinnati Financial Corp","0.05","1756782","NASDAQ"
"CNP","CenterPoint Energy Inc","0.05","6889575","NYSE"
"BBY","BEST BUY CO INC","0.05","2227105","NYSE"
"BR","BROADRIDGE FINANCIAL SOLUTIO","0.05","1303047","NYSE"
"AMCR","Amcor PLC","0.05","16599095","NYSE"
"DRI","DARDEN REST","0.05","1353026","NYSE"
"CMS","CMS Energy Corp.","0.05","3177295","NYSE"
"SWKS","Skyworks Solutions Inc","0.05","1768887","NASDAQ"
"PKI","PerkinElmer Inc","0.05","1383044","NYSE"
"EXPE","EXPEDI GROUP I","0.05","1648821","NASDAQ"
"MOH","Molina Healthcare Inc","0.05","641845","NYSE"
"SEDG","Solaredge Technologies Inc","0.05","609416","NASDAQ"
"MOS","Mosaic Co","0.05","3811302","NYSE"
"K","KELLOGG","0.05","2834758","NYSE"
"CAG","Conagra Brands Inc.","0.05","5251112","NYSE"
"AES","AES Corporation","0.05","7286302","NYSE"
"IEX","IDEX Corp","0.05","830822","NYSE"
"COO","Cooper Companies Inc.","0.05","538289","NYSE"
"TTWO","Take-Two Interactive Software Inc","0.05","1732985","NASDAQ"
"ZBRA","ZEBRA TECH","0.05","571407","NASDAQ"
"CF","CF Industries Holdings Inc.","0.05","2199364","NYSE"
"TER","Teradyne Inc","0.05","1730678","NASDAQ"
"UAL","United Airlines Holdings Inc","0.05","3620471","NASDAQ"
"SYF","Synchrony Financial","0.05","4989666","NYSE"
"FSLR","First Solar Inc","0.05","1097975","NASDAQ"
"DGX","QUEST DIAG","0.05","1285897","NYSE"
"MRO","MARATHON OIL","0.05","7033136","NYSE"
"TRGP","Targa Resources Corp","0.05","2492957","NYSE"
"JBHT","J B Hunt Transport Services Inc","0.05","919133","NASDAQ"
"PAYC","Paycom Software Inc","0.05","538316","NYSE"
"FLT","FLEETCOR TECHNOL","0.05","827534","NYSE"
"NVR","NVR Inc","0.05","34069","NYSE"
"ATO","ATMOS ENERGY CORP","0.05","1529945","NYSE"
"J","Jacobs Engineering Group Inc","0.05","1423527","NYSE"
"SJM","J.M. Smucker Company","0.05","1184127","NYSE"
"FMC","Fmc Corp","0.05","1390278","NYSE"
"FDS","FACTSET RESEARCH","0.05","413907","NYSE"
"POOL","Pool Corp","0.05","438063","NASDAQ"
"IRM","IRON MOUNTAIN","0.05","3176446","NYSE"
"TXT","Textron Inc","0.05","2334197","NYSE"
"GRMN","Garmin Ltd.","0.05","1702559","NYSE"
"INCY","INCYTE CORP","0.04","2056414","NASDAQ"
"IPG","INTERPBLIC GRP","0.04","4303382","NYSE"
"TRMB","Trimble Inc","0.04","2749595","NASDAQ"
"NTAP","net SE","0.04","2450621","NASDAQ"
"RCL","Royal Caribbean Cruises Ltd","0.04","2417493","NYSE"
"LKQ","LKQ Corp","0.04","2877254","NASDAQ"
"IP","International Pa","0.04","3991592","NYSE"
"AVY","Avery Dennison Corp","0.04","906039","NYSE"
"ESS","Essex Property Trust Inc","0.04","711134","NYSE"
"PEAK","HCP Inc","0.04","5892652","NYSE"
"HWM","Howmet Aerospace Inc","0.04","4075927","NYSE"
"VTRS","Viatris Inc","0.04","13218578","NASDAQ"
"AKAM","Akamai Technologies","0.04","1752618","NASDAQ"
"LW","Lamb Weston Holdings","0.04","1585562","NYSE"
"EVRG","EVERGY INC","0.04","2501555","NASDAQ"
"TYL","Tyler Technologies Inc","0.04","461139","NYSE"
"SNA","SNAP-ON INC","0.04","589942","NYSE"
"SWK","Stanley Black & Decker Inc","0.04","1629310","NYSE"
"STX","Seagate Technology PLC","0.04","2153109","NASDAQ"
"KIM","Kimco Realty Corp","0.04","6767023","NYSE"
"APA","Apache Corp","0.04","3603270","NASDAQ"
"PTC","PTC Inc","0.04","1158233","NASDAQ"
"WRB","W. R. Berkley Corp","0.04","2251730","NYSE"
"MTCH","Match Group Inc","0.04","3100854","NASDAQ"
"MGM","MGM RESORTS IN","0.04","3601618","NYSE"
"PHM","PulteGroup Inc","0.04","2552538","NYSE"
"PKG","Packaging Corp of America","0.04","1038929","NYSE"
"BRO","Brown & Brown Inc.","0.04","2555537","NYSE"
"RE","Everest Re Group Ltd","0.04","435619","NYSE"
"WDC","WESTERN DGTL C","0.04","3432522","NASDAQ"
"HST","Host Hotels & Resorts","0.04","7769543","NASDAQ"
"NDSN","Nordson Corp","0.04","595384","NASDAQ"
"LDOS","Leidos Holdings Inc","0.04","1505379","NYSE"
"UDR","UDR Inc","0.04","3389007","NYSE"
"LNT","ALLIANT ENERGY","0.04","2736141","NASDAQ"
"JKHY","Jack Henry & Associates Inc","0.04","806837","NASDAQ"
"CBOE","Cboe Global Markets Inc","0.04","1165870","AMEX"
"HRL","Hormel Foods Corp","0.04","3193601","NYSE"
"MKTX","MarketAxess Holdings Inc","0.04","415214","NASDAQ"
"CPT","Camden Property Trust","0.04","1171958","NYSE"
"DPZ","Dominos Pizza Inc","0.04","395798","NYSE"
"CHRW","C.H. Robinson Worldwide Inc","0.04","1367819","NASDAQ"
"KMX","CARMAX INC COMMON STOCK USD.5","0.04","1780539","NYSE"
"CE","Celanese Corp","0.04","1100068","NYSE"
"MAS","Masco Corp","0.04","2489144","NYSE"
"CRL","Charles River Laboratories International Inc.","0.04","549331","NYSE"
"PARA","Paramount Global Class B","0.04","5572431","NASDAQ"
"GEN","Genesis Healthcare Inc","0.04","6358612","NASDAQ"
"TECH","BIOTECHNE CORP","0.04","1700981","NASDAQ"
"BF.B","BROWN FORMAN CORP CL B","0.03","1997045","NYSE"
"HSIC","Henry Schein Inc","0.03","1526707","NASDAQ"
"TFX","Teleflex Inc","0.03","511124","NYSE"
"L","Loews Corp","0.03","2152987","NYSE"
"CZR","Caesars Entertainment Corp","0.03","2345781","NASDAQ"
"CDAY","CERIDIAN HCM H","0.03","1689413","NYSE"
"TPR","TAPESTRY INC O","0.03","2779382","NYSE"
"CCL","Carnival Corp","0.03","10732446","NYSE"
"EQT","EQT Corp","0.03","4028279","NYSE"
"BWA","BorgWarner Inc","0.03","2631333","NYSE"
"LYV","Live Nation Ent Inc","0.03","1567742","NYSE"
"EMN","EASTMAN CHEM","0.03","1355799","NYSE"
"NI","NiSource Inc","0.03","4464067","NYSE"
"QRVO","Qorvo Inc","0.03","1139488","NASDAQ"
"ALLE","Allegion PLC","0.03","980495","NYSE"
"AAL","American Airlines Group","0.03","7070477","NASDAQ"
"GL","Globe Life Inc.","0.03","998826","NYSE"
"WYNN","WYNN RESORTS","0.03","1158155","NASDAQ"
"BBWI","Bath & Body Works Inc.","0.03","2516643","NYSE"
"BXP","BOSTON PROPERTIES INC REIT USD.01","0.03","1552735","NYSE"
"FOXA","Fox Corp","0.03","3383752","NASDAQ"
"CPB","Campbell Soup Company","0.03","2234029","NYSE"
"REG","Regency Centers Corp","0.03","1670932","NASDAQ"
"TAP","MOLSN COORS BR","0.03","2072828","NYSE"
"BIO","Bio-Rad Laboratories Inc. Class A","0.03","235091","NYSE"
"CTLT","Catalent Inc","0.03","1964989","NYSE"
"UHS","Universal Health Services Inc","0.03","738295","NYSE"
"CMA","Comerica Incorporated","0.03","1452676","NYSE"
"JNPR","Juniper Networks Inc","0.03","3553995","NYSE"
"VFC","VF Corp","0.03","3539162","NYSE"
"PNR","Pentair Ltd","0.03","1812221","NYSE"
"RHI","Robert Half International Inc","0.03","1215534","NYSE"
"AAP","Advance Auto Parts Inc","0.03","668470","NYSE"
"IVZ","Invesco Ltd","0.03","5019758","NYSE"
"BEN","FRANKLIN RES INC","0.03","3007395","NYSE"
"FFIV","F5 NETWORKS","0.03","656428","NASDAQ"
"WRK","Westrock Co","0.03","2803774","NYSE"
"AOS","A. O. Smith Corporation","0.03","1416491","NYSE"
"SBNY","SBNY","0.02","688334","NASDAQ"
"HII","Huntington Ingalls Ind","0.02","438870","NYSE"
"PNW","PINNACL WEST C","0.02","1240645","NYSE"
"WHR","Whirlpool Corp","0.02","600982","NYSE"
"XRAY","DENTSPLY International Inc","0.02","2388713","NASDAQ"
"FRT","FED REALTY INVS","0.02","809570","NYSE"
"ROL","Rollins Inc","0.02","2563331","NYSE"
"NWSA","News Corp","0.02","4305074","NASDAQ"
"ZION","ZIONS BANCORP","0.02","1663601","NASDAQ"
"SEE","Sealed Air Corp.","0.02","1638674","NYSE"
"NRG","NRG ENERGY","0.02","2596247","NYSE"
"HAS","Hasbro Inc","0.02","1407000","NASDAQ"
"GNRC","Generac Holdings Inc","0.02","690162","NYSE"
"OGN","ORGANON","0.02","2785878","NYSE"
"AIZ","Assurant Inc","0.02","587773","NYSE"
"NCLH","Norwegian Cruise Line","0.02","4576127","NYSE"
"DXC","DXC TECHNLGY C","0.02","2536176","NYSE"
"ALK","ALASKA AIR GROUP INC","0.02","1367824","NYSE"
"MHK","Mohawk Industries Inc","0.02","566741","NYSE"
"NWL","Newell Brands Inc","0.02","4163086","NASDAQ"
"LNC","Lincoln National Corp","0.02","1709770","NYSE"
"RL","Ralph Lauren Corp","0.02","473721","NYSE"
"LUMN","Lumen Technologies Inc.","0.01","10099298","NYSE"
"DVA","DaVita Inc.","0.01","614691","NYSE"
"FOX","Fox Corp","0.01","1619451","NASDAQ"
"DISH","DISH NETWORK A","0.01","2725317","NASDAQ"
"NWS","News Corp","0.01","1350184","NASDAQ"
"Ticker","Name","0","0",""
PHP
<?php
$ondemand = new SoapClient('https://ondemand.websol.barchart.com/service?wsdl');
$params = [
'apikey' => 'YOUR_API_KEY',
'symbol' => 'SPY',
];
$result = $ondemand->getETFConstituents($params);
var_dump($result);
Classic ASP
Dim ondemand
Dim result
Set ondemand = Server.CreateObject("MSSOAP.SoapClient30")
ondemand.ClientProperty("ServerHTTPRequest") = True
ondemand.MSSoapInit("https://ondemand.websol.barchart.com/service?wsdl")
Set result = ondemand.getETFConstituents("YOUR_API_KEY", "SPY")
Perl
use SOAP::Lite;
use SOAP::WSDL;
my $ondemand = SOAP::Lite
-> service('https://ondemand.websol.barchart.com/service?wsdl');
my $result = $ondemand->getETFConstituents('YOUR_API_KEY', 'SPY');
print $result;
Python
from suds.client import Client
ondemand = Client('https://ondemand.websol.barchart.com/service?wsdl')
result = ondemand.service.getETFConstituents('YOUR_API_KEY', 'SPY')
print(result)
Ruby
require 'savon'
ondemand = Savon.client(wsdl: 'https://ondemand.websol.barchart.com/service?wsdl')
response = ondemand.call(
:getETFConstituents,
message: {
apikey: 'YOUR_API_KEY',
symbol: 'SPY',
}
)
response.body