Upload folder using huggingface_hub
Browse files- README.md +141 -0
- model.ckpt +3 -0
- requirements.txt +4 -0
- sector_mapping.csv +519 -0
README.md
ADDED
|
@@ -0,0 +1,141 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
library_name: pytorch-forecasting
|
| 3 |
+
tags:
|
| 4 |
+
- finance
|
| 5 |
+
- quantitative-finance
|
| 6 |
+
- systematic-trading
|
| 7 |
+
- alpha-discovery
|
| 8 |
+
- temporal-fusion-transformer
|
| 9 |
+
- time-series
|
| 10 |
+
- macro-economics
|
| 11 |
+
- liquidity-cycles
|
| 12 |
+
- nvidia-blackwell
|
| 13 |
+
- deep-learning
|
| 14 |
+
license: mit
|
| 15 |
+
datasets:
|
| 16 |
+
- proprietary-global-macro-10y
|
| 17 |
+
metrics:
|
| 18 |
+
- mae
|
| 19 |
+
- rmse
|
| 20 |
+
- quantile-loss
|
| 21 |
+
pipeline_tag: time-series-forecasting
|
| 22 |
+
widget:
|
| 23 |
+
- text: "Predicting 7-day probabilistic alpha for S&P 500 assets using latent global liquidity states."
|
| 24 |
+
---
|
| 25 |
+
|
| 26 |
+
# Quantitative-Equity-Alpha-Transformer (QEAT)
|
| 27 |
+
|
| 28 |
+
[](https://huggingface.co/assix-research/Quantitative-Equity-Alpha-Transformer)
|
| 29 |
+
[](https://opensource.org/licenses/MIT)
|
| 30 |
+
[](https://www.nvidia.com/)
|
| 31 |
+
|
| 32 |
+
**A Systematic, Multi-Horizon Macro-Liquidity Model for Probabilistic Alpha Discovery.**
|
| 33 |
+
|
| 34 |
+
* **Architecture:** Temporal Fusion Transformer (TFT) with Quantile Regression
|
| 35 |
+
* **Compute Infrastructure:** NVIDIA DGX Spark (Grace Blackwell GB10 Superchip)
|
| 36 |
+
|
| 37 |
+
---
|
| 38 |
+
|
| 39 |
+
## 🏛️ Abstract
|
| 40 |
+
The **Quantitative-Equity-Alpha-Transformer (QEAT)** is a state-of-the-art deep learning model designed to solve the *Non-Stationarity* problem in financial time-series forecasting. Unlike traditional stochastic calculus models or naive LSTM networks, QEAT utilizes a **Temporal Fusion Transformer (TFT)** architecture to interpretably map high-dimensional macro-liquidity features to asset returns.
|
| 41 |
+
|
| 42 |
+
## 🧠 Model Architecture
|
| 43 |
+
|
| 44 |
+
### 1. Temporal Fusion Transformer (TFT)
|
| 45 |
+
The core engine is a specialized Transformer designed for multi-horizon forecasting:
|
| 46 |
+
* **Variable Selection Networks (VSN):** Automatically filters irrelevant noise inputs, focusing on high-signal liquidity events.
|
| 47 |
+
* **Gated Residual Networks (GRN):** Enables deep processing of non-linear relationships while suppressing the "Vanishing Gradient" problem.
|
| 48 |
+
* **Multi-Head Attention Mechanism:** Learns long-term dependencies and "Regime Shifts" by attending to historical patterns across different time scales.
|
| 49 |
+
|
| 50 |
+
### 2. Probabilistic Forecasting
|
| 51 |
+
Instead of a single price target, QEAT outputs a **Probability Distribution** (10th, 50th, and 90th percentiles) for institutional Risk Management (VaR).
|
| 52 |
+
|
| 53 |
+
---
|
| 54 |
+
|
| 55 |
+
## 📊 Data Engineering & Methodology
|
| 56 |
+
|
| 57 |
+
The model was trained on a proprietary **Global Macro-Liquidity Dataset** engineered to capture cross-asset correlations under specific liquidity regimes.
|
| 58 |
+
|
| 59 |
+
### 1. The Asset Universe (518 Tickers)
|
| 60 |
+
A diverse, cross-asset training set designed to learn non-linear correlations:
|
| 61 |
+
* **Equities:** Full **S&P 500** constituents (approx. 503 tickers).
|
| 62 |
+
* **Cryptocurrency:** Top 10 Liquid L1 Protocols (BTC, ETH, SOL, AVAX, DOT, etc.).
|
| 63 |
+
* **Commodities:** Key Industrial/Precious Metals ETFs (SLV, GLW) acting as proxies for global physical demand.
|
| 64 |
+
|
| 65 |
+
### 2. The Time Series (10-Year History)
|
| 66 |
+
* **Range:** **2014 – 2024** (Training/Validation), with Inference on **2026**.
|
| 67 |
+
* **Resolution:** Daily (OHLCV) adjusted for splits and dividends.
|
| 68 |
+
* **Scale:** **1.2 Million** individual training examples.
|
| 69 |
+
|
| 70 |
+
### 3. The "Alpha" Features (Exogenous Liquidity Vectors)
|
| 71 |
+
The model's edge comes from **6 custom-engineered liquidity flags** that serve as static covariates:
|
| 72 |
+
* **🇺🇸 US Fiscal Flows:**
|
| 73 |
+
* \`is_401k_window\` (Jan 1-15): Capture automated retirement inflows.
|
| 74 |
+
* \`is_tax_refund\` (Apr 1-15): Retail capital injection cycles.
|
| 75 |
+
* \`is_bonus_window\` (Mar 1-15): Corporate performance bonus allocation.
|
| 76 |
+
* **🌏 Global Cultural Flows:**
|
| 77 |
+
* \`is_diwali_window\` (Nov 1-5): Modeled physical Gold/Silver demand in India.
|
| 78 |
+
* \`is_cny_window\` (Feb 1-7): Chinese New Year liquidity shifts.
|
| 79 |
+
* \`is_holiday_season\` (Dec 24-Jan 2): Retail sentiment and volume anomalies.
|
| 80 |
+
|
| 81 |
+
### 4. Target Variable
|
| 82 |
+
* **Objective:** **7-Day Forward Log Returns**.
|
| 83 |
+
* **Optimization:** The model minimizes Quantile Loss across three horizons (P10, P50, P90) simultaneously.
|
| 84 |
+
|
| 85 |
+
---
|
| 86 |
+
|
| 87 |
+
## 📈 Key Research Findings (Alpha Signals)
|
| 88 |
+
|
| 89 |
+
### The "Diwali Alpha" Anomaly
|
| 90 |
+
Post-training analysis of the **Attention Weights** revealed a significant market inefficiency:
|
| 91 |
+
* **Observation:** The model assigned a **0.58 Importance Score** to the Diwali Liquidity Window, identifying it as the strongest predictor of Precious Metals volatility.
|
| 92 |
+
* **Validation:** Backtesting the "Diwali Long" strategy yielded a High-Sharpe outcome for the Jan-Feb 2026 window.
|
| 93 |
+
|
| 94 |
+
### Current Regime Prediction (Feb 2026)
|
| 95 |
+
* **Signal:** **Strong Rotation (Risk-On)**
|
| 96 |
+
* **Long Conviction:** Hardware Technology (\$ANET, \$GLW) & Industrial Metals.
|
| 97 |
+
* **Short Conviction:** Defensive Healthcare (\$HUM, \$CNC) & Speculative L1 Crypto (\$AVAX).
|
| 98 |
+
|
| 99 |
+
---
|
| 100 |
+
|
| 101 |
+
## 🛠️ Usage for Quantitative Research
|
| 102 |
+
|
| 103 |
+
\`\`\`python
|
| 104 |
+
import torch
|
| 105 |
+
from pytorch_forecasting import TemporalFusionTransformer
|
| 106 |
+
|
| 107 |
+
# 1. Load the Pre-Trained Weights
|
| 108 |
+
model = TemporalFusionTransformer.load_from_checkpoint("model.ckpt")
|
| 109 |
+
|
| 110 |
+
# 2. Prepare Your Data
|
| 111 |
+
# Data must be a Pandas DataFrame with columns:
|
| 112 |
+
# ['Ticker', 'date', 'close', 'liquidity_flags', 'time_idx']
|
| 113 |
+
|
| 114 |
+
# 3. Generate Probabilistic Predictions
|
| 115 |
+
raw_prediction = model.predict(your_dataframe, mode="raw", return_x=True)
|
| 116 |
+
|
| 117 |
+
# 4. Extract Quantiles
|
| 118 |
+
interpretation = model.interpret_output(raw_prediction.output, reduction="sum")
|
| 119 |
+
print("Attention Weights:", interpretation["attention"].shape)
|
| 120 |
+
\`\`\`
|
| 121 |
+
|
| 122 |
+
---
|
| 123 |
+
|
| 124 |
+
## 📉 Hardware & Training Specifications
|
| 125 |
+
|
| 126 |
+
This model was trained on **NVIDIA's next-generation accelerated computing platform**.
|
| 127 |
+
|
| 128 |
+
* **System:** NVIDIA DGX Spark
|
| 129 |
+
* **Compute Unit:** NVIDIA Grace Blackwell GB10 Superchip
|
| 130 |
+
* **Precision:** Mixed-Precision (FP16/FP32) Matrix Multiplication (Tensor Cores)
|
| 131 |
+
* **Throughput:** 1.2 Million training samples processed 8 Epochs.
|
| 132 |
+
|
| 133 |
+
---
|
| 134 |
+
|
| 135 |
+
## 📜 Citation & License
|
| 136 |
+
|
| 137 |
+
If you use this model in your research or trading systems, please cite:
|
| 138 |
+
|
| 139 |
+
> **Assi, A. (2026).** *Quantitative-Equity-Alpha-Transformer: A Systematic Approach to Macro-Liquidity Modeling using Temporal Fusion Transformers.* Hugging Face Model Hub.
|
| 140 |
+
|
| 141 |
+
**License:** MIT License. Free for academic and research use.
|
model.ckpt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b9d1dfc276565ea111163b8e238ae908611362f72cba150cb47d1dff0c5e632b
|
| 3 |
+
size 11118074
|
requirements.txt
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
torch
|
| 2 |
+
pytorch-forecasting
|
| 3 |
+
pandas
|
| 4 |
+
numpy
|
sector_mapping.csv
ADDED
|
@@ -0,0 +1,519 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Ticker,Sector
|
| 2 |
+
MMM,Industrials
|
| 3 |
+
AOS,Industrials
|
| 4 |
+
ABT,Health Care
|
| 5 |
+
ABBV,Health Care
|
| 6 |
+
ACN,Information Technology
|
| 7 |
+
ADBE,Information Technology
|
| 8 |
+
AMD,Information Technology
|
| 9 |
+
AES,Utilities
|
| 10 |
+
AFL,Financials
|
| 11 |
+
A,Health Care
|
| 12 |
+
APD,Materials
|
| 13 |
+
ABNB,Consumer Discretionary
|
| 14 |
+
AKAM,Information Technology
|
| 15 |
+
ALB,Materials
|
| 16 |
+
ARE,Real Estate
|
| 17 |
+
ALGN,Health Care
|
| 18 |
+
ALLE,Industrials
|
| 19 |
+
LNT,Utilities
|
| 20 |
+
ALL,Financials
|
| 21 |
+
GOOGL,Communication Services
|
| 22 |
+
GOOG,Communication Services
|
| 23 |
+
MO,Consumer Staples
|
| 24 |
+
AMZN,Consumer Discretionary
|
| 25 |
+
AMCR,Materials
|
| 26 |
+
AEE,Utilities
|
| 27 |
+
AEP,Utilities
|
| 28 |
+
AXP,Financials
|
| 29 |
+
AIG,Financials
|
| 30 |
+
AMT,Real Estate
|
| 31 |
+
AWK,Utilities
|
| 32 |
+
AMP,Financials
|
| 33 |
+
AME,Industrials
|
| 34 |
+
AMGN,Health Care
|
| 35 |
+
APH,Information Technology
|
| 36 |
+
ADI,Information Technology
|
| 37 |
+
AON,Financials
|
| 38 |
+
APA,Energy
|
| 39 |
+
APO,Financials
|
| 40 |
+
AAPL,Information Technology
|
| 41 |
+
AMAT,Information Technology
|
| 42 |
+
APP,Information Technology
|
| 43 |
+
APTV,Consumer Discretionary
|
| 44 |
+
ACGL,Financials
|
| 45 |
+
ADM,Consumer Staples
|
| 46 |
+
ARES,Financials
|
| 47 |
+
ANET,Information Technology
|
| 48 |
+
AJG,Financials
|
| 49 |
+
AIZ,Financials
|
| 50 |
+
T,Communication Services
|
| 51 |
+
ATO,Utilities
|
| 52 |
+
ADSK,Information Technology
|
| 53 |
+
ADP,Industrials
|
| 54 |
+
AZO,Consumer Discretionary
|
| 55 |
+
AVB,Real Estate
|
| 56 |
+
AVY,Materials
|
| 57 |
+
AXON,Industrials
|
| 58 |
+
BKR,Energy
|
| 59 |
+
BALL,Materials
|
| 60 |
+
BAC,Financials
|
| 61 |
+
BAX,Health Care
|
| 62 |
+
BDX,Health Care
|
| 63 |
+
BRK-B,Financials
|
| 64 |
+
BBY,Consumer Discretionary
|
| 65 |
+
TECH,Health Care
|
| 66 |
+
BIIB,Health Care
|
| 67 |
+
BLK,Financials
|
| 68 |
+
BX,Financials
|
| 69 |
+
XYZ,Financials
|
| 70 |
+
BK,Financials
|
| 71 |
+
BA,Industrials
|
| 72 |
+
BKNG,Consumer Discretionary
|
| 73 |
+
BSX,Health Care
|
| 74 |
+
BMY,Health Care
|
| 75 |
+
AVGO,Information Technology
|
| 76 |
+
BR,Industrials
|
| 77 |
+
BRO,Financials
|
| 78 |
+
BF-B,Consumer Staples
|
| 79 |
+
BLDR,Industrials
|
| 80 |
+
BG,Consumer Staples
|
| 81 |
+
BXP,Real Estate
|
| 82 |
+
CHRW,Industrials
|
| 83 |
+
CDNS,Information Technology
|
| 84 |
+
CPT,Real Estate
|
| 85 |
+
CPB,Consumer Staples
|
| 86 |
+
COF,Financials
|
| 87 |
+
CAH,Health Care
|
| 88 |
+
CCL,Consumer Discretionary
|
| 89 |
+
CARR,Industrials
|
| 90 |
+
CVNA,Consumer Discretionary
|
| 91 |
+
CAT,Industrials
|
| 92 |
+
CBOE,Financials
|
| 93 |
+
CBRE,Real Estate
|
| 94 |
+
CDW,Information Technology
|
| 95 |
+
COR,Health Care
|
| 96 |
+
CNC,Health Care
|
| 97 |
+
CNP,Utilities
|
| 98 |
+
CF,Materials
|
| 99 |
+
CRL,Health Care
|
| 100 |
+
SCHW,Financials
|
| 101 |
+
CHTR,Communication Services
|
| 102 |
+
CVX,Energy
|
| 103 |
+
CMG,Consumer Discretionary
|
| 104 |
+
CB,Financials
|
| 105 |
+
CHD,Consumer Staples
|
| 106 |
+
CI,Health Care
|
| 107 |
+
CINF,Financials
|
| 108 |
+
CTAS,Industrials
|
| 109 |
+
CSCO,Information Technology
|
| 110 |
+
C,Financials
|
| 111 |
+
CFG,Financials
|
| 112 |
+
CLX,Consumer Staples
|
| 113 |
+
CME,Financials
|
| 114 |
+
CMS,Utilities
|
| 115 |
+
KO,Consumer Staples
|
| 116 |
+
CTSH,Information Technology
|
| 117 |
+
COIN,Financials
|
| 118 |
+
CL,Consumer Staples
|
| 119 |
+
CMCSA,Communication Services
|
| 120 |
+
FIX,Industrials
|
| 121 |
+
CAG,Consumer Staples
|
| 122 |
+
COP,Energy
|
| 123 |
+
ED,Utilities
|
| 124 |
+
STZ,Consumer Staples
|
| 125 |
+
CEG,Utilities
|
| 126 |
+
COO,Health Care
|
| 127 |
+
CPRT,Industrials
|
| 128 |
+
GLW,Information Technology
|
| 129 |
+
CPAY,Financials
|
| 130 |
+
CTVA,Materials
|
| 131 |
+
CSGP,Real Estate
|
| 132 |
+
COST,Consumer Staples
|
| 133 |
+
CTRA,Energy
|
| 134 |
+
CRH,Materials
|
| 135 |
+
CRWD,Information Technology
|
| 136 |
+
CCI,Real Estate
|
| 137 |
+
CSX,Industrials
|
| 138 |
+
CMI,Industrials
|
| 139 |
+
CVS,Health Care
|
| 140 |
+
DHR,Health Care
|
| 141 |
+
DRI,Consumer Discretionary
|
| 142 |
+
DDOG,Information Technology
|
| 143 |
+
DVA,Health Care
|
| 144 |
+
DAY,Industrials
|
| 145 |
+
DECK,Consumer Discretionary
|
| 146 |
+
DE,Industrials
|
| 147 |
+
DELL,Information Technology
|
| 148 |
+
DAL,Industrials
|
| 149 |
+
DVN,Energy
|
| 150 |
+
DXCM,Health Care
|
| 151 |
+
FANG,Energy
|
| 152 |
+
DLR,Real Estate
|
| 153 |
+
DG,Consumer Staples
|
| 154 |
+
DLTR,Consumer Staples
|
| 155 |
+
D,Utilities
|
| 156 |
+
DPZ,Consumer Discretionary
|
| 157 |
+
DASH,Consumer Discretionary
|
| 158 |
+
DOV,Industrials
|
| 159 |
+
DOW,Materials
|
| 160 |
+
DHI,Consumer Discretionary
|
| 161 |
+
DTE,Utilities
|
| 162 |
+
DUK,Utilities
|
| 163 |
+
DD,Materials
|
| 164 |
+
ETN,Industrials
|
| 165 |
+
EBAY,Consumer Discretionary
|
| 166 |
+
ECL,Materials
|
| 167 |
+
EIX,Utilities
|
| 168 |
+
EW,Health Care
|
| 169 |
+
EA,Communication Services
|
| 170 |
+
ELV,Health Care
|
| 171 |
+
EME,Industrials
|
| 172 |
+
EMR,Industrials
|
| 173 |
+
ETR,Utilities
|
| 174 |
+
EOG,Energy
|
| 175 |
+
EPAM,Information Technology
|
| 176 |
+
EQT,Energy
|
| 177 |
+
EFX,Industrials
|
| 178 |
+
EQIX,Real Estate
|
| 179 |
+
EQR,Real Estate
|
| 180 |
+
ERIE,Financials
|
| 181 |
+
ESS,Real Estate
|
| 182 |
+
EL,Consumer Staples
|
| 183 |
+
EG,Financials
|
| 184 |
+
EVRG,Utilities
|
| 185 |
+
ES,Utilities
|
| 186 |
+
EXC,Utilities
|
| 187 |
+
EXE,Energy
|
| 188 |
+
EXPE,Consumer Discretionary
|
| 189 |
+
EXPD,Industrials
|
| 190 |
+
EXR,Real Estate
|
| 191 |
+
XOM,Energy
|
| 192 |
+
FFIV,Information Technology
|
| 193 |
+
FDS,Financials
|
| 194 |
+
FICO,Information Technology
|
| 195 |
+
FAST,Industrials
|
| 196 |
+
FRT,Real Estate
|
| 197 |
+
FDX,Industrials
|
| 198 |
+
FIS,Financials
|
| 199 |
+
FITB,Financials
|
| 200 |
+
FSLR,Information Technology
|
| 201 |
+
FE,Utilities
|
| 202 |
+
FISV,Financials
|
| 203 |
+
F,Consumer Discretionary
|
| 204 |
+
FTNT,Information Technology
|
| 205 |
+
FTV,Industrials
|
| 206 |
+
FOXA,Communication Services
|
| 207 |
+
FOX,Communication Services
|
| 208 |
+
BEN,Financials
|
| 209 |
+
FCX,Materials
|
| 210 |
+
GRMN,Consumer Discretionary
|
| 211 |
+
IT,Information Technology
|
| 212 |
+
GE,Industrials
|
| 213 |
+
GEHC,Health Care
|
| 214 |
+
GEV,Industrials
|
| 215 |
+
GEN,Information Technology
|
| 216 |
+
GNRC,Industrials
|
| 217 |
+
GD,Industrials
|
| 218 |
+
GIS,Consumer Staples
|
| 219 |
+
GM,Consumer Discretionary
|
| 220 |
+
GPC,Consumer Discretionary
|
| 221 |
+
GILD,Health Care
|
| 222 |
+
GPN,Financials
|
| 223 |
+
GL,Financials
|
| 224 |
+
GDDY,Information Technology
|
| 225 |
+
GS,Financials
|
| 226 |
+
HAL,Energy
|
| 227 |
+
HIG,Financials
|
| 228 |
+
HAS,Consumer Discretionary
|
| 229 |
+
HCA,Health Care
|
| 230 |
+
DOC,Real Estate
|
| 231 |
+
HSIC,Health Care
|
| 232 |
+
HSY,Consumer Staples
|
| 233 |
+
HPE,Information Technology
|
| 234 |
+
HLT,Consumer Discretionary
|
| 235 |
+
HOLX,Health Care
|
| 236 |
+
HD,Consumer Discretionary
|
| 237 |
+
HON,Industrials
|
| 238 |
+
HRL,Consumer Staples
|
| 239 |
+
HST,Real Estate
|
| 240 |
+
HWM,Industrials
|
| 241 |
+
HPQ,Information Technology
|
| 242 |
+
HUBB,Industrials
|
| 243 |
+
HUM,Health Care
|
| 244 |
+
HBAN,Financials
|
| 245 |
+
HII,Industrials
|
| 246 |
+
IBM,Information Technology
|
| 247 |
+
IEX,Industrials
|
| 248 |
+
IDXX,Health Care
|
| 249 |
+
ITW,Industrials
|
| 250 |
+
INCY,Health Care
|
| 251 |
+
IR,Industrials
|
| 252 |
+
PODD,Health Care
|
| 253 |
+
INTC,Information Technology
|
| 254 |
+
IBKR,Financials
|
| 255 |
+
ICE,Financials
|
| 256 |
+
IFF,Materials
|
| 257 |
+
IP,Materials
|
| 258 |
+
INTU,Information Technology
|
| 259 |
+
ISRG,Health Care
|
| 260 |
+
IVZ,Financials
|
| 261 |
+
INVH,Real Estate
|
| 262 |
+
IQV,Health Care
|
| 263 |
+
IRM,Real Estate
|
| 264 |
+
JBHT,Industrials
|
| 265 |
+
JBL,Information Technology
|
| 266 |
+
JKHY,Financials
|
| 267 |
+
J,Industrials
|
| 268 |
+
JNJ,Health Care
|
| 269 |
+
JCI,Industrials
|
| 270 |
+
JPM,Financials
|
| 271 |
+
KVUE,Consumer Staples
|
| 272 |
+
KDP,Consumer Staples
|
| 273 |
+
KEY,Financials
|
| 274 |
+
KEYS,Information Technology
|
| 275 |
+
KMB,Consumer Staples
|
| 276 |
+
KIM,Real Estate
|
| 277 |
+
KMI,Energy
|
| 278 |
+
KKR,Financials
|
| 279 |
+
KLAC,Information Technology
|
| 280 |
+
KHC,Consumer Staples
|
| 281 |
+
KR,Consumer Staples
|
| 282 |
+
LHX,Industrials
|
| 283 |
+
LH,Health Care
|
| 284 |
+
LRCX,Information Technology
|
| 285 |
+
LW,Consumer Staples
|
| 286 |
+
LVS,Consumer Discretionary
|
| 287 |
+
LDOS,Industrials
|
| 288 |
+
LEN,Consumer Discretionary
|
| 289 |
+
LII,Industrials
|
| 290 |
+
LLY,Health Care
|
| 291 |
+
LIN,Materials
|
| 292 |
+
LYV,Communication Services
|
| 293 |
+
LMT,Industrials
|
| 294 |
+
L,Financials
|
| 295 |
+
LOW,Consumer Discretionary
|
| 296 |
+
LULU,Consumer Discretionary
|
| 297 |
+
LYB,Materials
|
| 298 |
+
MTB,Financials
|
| 299 |
+
MPC,Energy
|
| 300 |
+
MAR,Consumer Discretionary
|
| 301 |
+
MRSH,Financials
|
| 302 |
+
MLM,Materials
|
| 303 |
+
MAS,Industrials
|
| 304 |
+
MA,Financials
|
| 305 |
+
MTCH,Communication Services
|
| 306 |
+
MKC,Consumer Staples
|
| 307 |
+
MCD,Consumer Discretionary
|
| 308 |
+
MCK,Health Care
|
| 309 |
+
MDT,Health Care
|
| 310 |
+
MRK,Health Care
|
| 311 |
+
META,Communication Services
|
| 312 |
+
MET,Financials
|
| 313 |
+
MTD,Health Care
|
| 314 |
+
MGM,Consumer Discretionary
|
| 315 |
+
MCHP,Information Technology
|
| 316 |
+
MU,Information Technology
|
| 317 |
+
MSFT,Information Technology
|
| 318 |
+
MAA,Real Estate
|
| 319 |
+
MRNA,Health Care
|
| 320 |
+
MOH,Health Care
|
| 321 |
+
TAP,Consumer Staples
|
| 322 |
+
MDLZ,Consumer Staples
|
| 323 |
+
MPWR,Information Technology
|
| 324 |
+
MNST,Consumer Staples
|
| 325 |
+
MCO,Financials
|
| 326 |
+
MS,Financials
|
| 327 |
+
MOS,Materials
|
| 328 |
+
MSI,Information Technology
|
| 329 |
+
MSCI,Financials
|
| 330 |
+
NDAQ,Financials
|
| 331 |
+
NTAP,Information Technology
|
| 332 |
+
NFLX,Communication Services
|
| 333 |
+
NEM,Materials
|
| 334 |
+
NWSA,Communication Services
|
| 335 |
+
NWS,Communication Services
|
| 336 |
+
NEE,Utilities
|
| 337 |
+
NKE,Consumer Discretionary
|
| 338 |
+
NI,Utilities
|
| 339 |
+
NDSN,Industrials
|
| 340 |
+
NSC,Industrials
|
| 341 |
+
NTRS,Financials
|
| 342 |
+
NOC,Industrials
|
| 343 |
+
NCLH,Consumer Discretionary
|
| 344 |
+
NRG,Utilities
|
| 345 |
+
NUE,Materials
|
| 346 |
+
NVDA,Information Technology
|
| 347 |
+
NVR,Consumer Discretionary
|
| 348 |
+
NXPI,Information Technology
|
| 349 |
+
ORLY,Consumer Discretionary
|
| 350 |
+
OXY,Energy
|
| 351 |
+
ODFL,Industrials
|
| 352 |
+
OMC,Communication Services
|
| 353 |
+
ON,Information Technology
|
| 354 |
+
OKE,Energy
|
| 355 |
+
ORCL,Information Technology
|
| 356 |
+
OTIS,Industrials
|
| 357 |
+
PCAR,Industrials
|
| 358 |
+
PKG,Materials
|
| 359 |
+
PLTR,Information Technology
|
| 360 |
+
PANW,Information Technology
|
| 361 |
+
PSKY,Communication Services
|
| 362 |
+
PH,Industrials
|
| 363 |
+
PAYX,Industrials
|
| 364 |
+
PAYC,Industrials
|
| 365 |
+
PYPL,Financials
|
| 366 |
+
PNR,Industrials
|
| 367 |
+
PEP,Consumer Staples
|
| 368 |
+
PFE,Health Care
|
| 369 |
+
PCG,Utilities
|
| 370 |
+
PM,Consumer Staples
|
| 371 |
+
PSX,Energy
|
| 372 |
+
PNW,Utilities
|
| 373 |
+
PNC,Financials
|
| 374 |
+
POOL,Consumer Discretionary
|
| 375 |
+
PPG,Materials
|
| 376 |
+
PPL,Utilities
|
| 377 |
+
PFG,Financials
|
| 378 |
+
PG,Consumer Staples
|
| 379 |
+
PGR,Financials
|
| 380 |
+
PLD,Real Estate
|
| 381 |
+
PRU,Financials
|
| 382 |
+
PEG,Utilities
|
| 383 |
+
PTC,Information Technology
|
| 384 |
+
PSA,Real Estate
|
| 385 |
+
PHM,Consumer Discretionary
|
| 386 |
+
PWR,Industrials
|
| 387 |
+
QCOM,Information Technology
|
| 388 |
+
DGX,Health Care
|
| 389 |
+
Q,Information Technology
|
| 390 |
+
RL,Consumer Discretionary
|
| 391 |
+
RJF,Financials
|
| 392 |
+
RTX,Industrials
|
| 393 |
+
O,Real Estate
|
| 394 |
+
REG,Real Estate
|
| 395 |
+
REGN,Health Care
|
| 396 |
+
RF,Financials
|
| 397 |
+
RSG,Industrials
|
| 398 |
+
RMD,Health Care
|
| 399 |
+
RVTY,Health Care
|
| 400 |
+
HOOD,Financials
|
| 401 |
+
ROK,Industrials
|
| 402 |
+
ROL,Industrials
|
| 403 |
+
ROP,Information Technology
|
| 404 |
+
ROST,Consumer Discretionary
|
| 405 |
+
RCL,Consumer Discretionary
|
| 406 |
+
SPGI,Financials
|
| 407 |
+
CRM,Information Technology
|
| 408 |
+
SNDK,Information Technology
|
| 409 |
+
SBAC,Real Estate
|
| 410 |
+
SLB,Energy
|
| 411 |
+
STX,Information Technology
|
| 412 |
+
SRE,Utilities
|
| 413 |
+
NOW,Information Technology
|
| 414 |
+
SHW,Materials
|
| 415 |
+
SPG,Real Estate
|
| 416 |
+
SWKS,Information Technology
|
| 417 |
+
SJM,Consumer Staples
|
| 418 |
+
SW,Materials
|
| 419 |
+
SNA,Industrials
|
| 420 |
+
SOLV,Health Care
|
| 421 |
+
SO,Utilities
|
| 422 |
+
LUV,Industrials
|
| 423 |
+
SWK,Industrials
|
| 424 |
+
SBUX,Consumer Discretionary
|
| 425 |
+
STT,Financials
|
| 426 |
+
STLD,Materials
|
| 427 |
+
STE,Health Care
|
| 428 |
+
SYK,Health Care
|
| 429 |
+
SMCI,Information Technology
|
| 430 |
+
SYF,Financials
|
| 431 |
+
SNPS,Information Technology
|
| 432 |
+
SYY,Consumer Staples
|
| 433 |
+
TMUS,Communication Services
|
| 434 |
+
TROW,Financials
|
| 435 |
+
TTWO,Communication Services
|
| 436 |
+
TPR,Consumer Discretionary
|
| 437 |
+
TRGP,Energy
|
| 438 |
+
TGT,Consumer Staples
|
| 439 |
+
TEL,Information Technology
|
| 440 |
+
TDY,Information Technology
|
| 441 |
+
TER,Information Technology
|
| 442 |
+
TSLA,Consumer Discretionary
|
| 443 |
+
TXN,Information Technology
|
| 444 |
+
TPL,Energy
|
| 445 |
+
TXT,Industrials
|
| 446 |
+
TMO,Health Care
|
| 447 |
+
TJX,Consumer Discretionary
|
| 448 |
+
TKO,Communication Services
|
| 449 |
+
TTD,Communication Services
|
| 450 |
+
TSCO,Consumer Discretionary
|
| 451 |
+
TT,Industrials
|
| 452 |
+
TDG,Industrials
|
| 453 |
+
TRV,Financials
|
| 454 |
+
TRMB,Information Technology
|
| 455 |
+
TFC,Financials
|
| 456 |
+
TYL,Information Technology
|
| 457 |
+
TSN,Consumer Staples
|
| 458 |
+
USB,Financials
|
| 459 |
+
UBER,Industrials
|
| 460 |
+
UDR,Real Estate
|
| 461 |
+
ULTA,Consumer Discretionary
|
| 462 |
+
UNP,Industrials
|
| 463 |
+
UAL,Industrials
|
| 464 |
+
UPS,Industrials
|
| 465 |
+
URI,Industrials
|
| 466 |
+
UNH,Health Care
|
| 467 |
+
UHS,Health Care
|
| 468 |
+
VLO,Energy
|
| 469 |
+
VTR,Real Estate
|
| 470 |
+
VLTO,Industrials
|
| 471 |
+
VRSN,Information Technology
|
| 472 |
+
VRSK,Industrials
|
| 473 |
+
VZ,Communication Services
|
| 474 |
+
VRTX,Health Care
|
| 475 |
+
VTRS,Health Care
|
| 476 |
+
VICI,Real Estate
|
| 477 |
+
V,Financials
|
| 478 |
+
VST,Utilities
|
| 479 |
+
VMC,Materials
|
| 480 |
+
WRB,Financials
|
| 481 |
+
GWW,Industrials
|
| 482 |
+
WAB,Industrials
|
| 483 |
+
WMT,Consumer Staples
|
| 484 |
+
DIS,Communication Services
|
| 485 |
+
WBD,Communication Services
|
| 486 |
+
WM,Industrials
|
| 487 |
+
WAT,Health Care
|
| 488 |
+
WEC,Utilities
|
| 489 |
+
WFC,Financials
|
| 490 |
+
WELL,Real Estate
|
| 491 |
+
WST,Health Care
|
| 492 |
+
WDC,Information Technology
|
| 493 |
+
WY,Real Estate
|
| 494 |
+
WSM,Consumer Discretionary
|
| 495 |
+
WMB,Energy
|
| 496 |
+
WTW,Financials
|
| 497 |
+
WDAY,Information Technology
|
| 498 |
+
WYNN,Consumer Discretionary
|
| 499 |
+
XEL,Utilities
|
| 500 |
+
XYL,Industrials
|
| 501 |
+
YUM,Consumer Discretionary
|
| 502 |
+
ZBRA,Information Technology
|
| 503 |
+
ZBH,Health Care
|
| 504 |
+
ZTS,Health Care
|
| 505 |
+
BTC-USD,Cryptocurrency
|
| 506 |
+
ETH-USD,Cryptocurrency
|
| 507 |
+
SOL-USD,Cryptocurrency
|
| 508 |
+
XRP-USD,Cryptocurrency
|
| 509 |
+
ADA-USD,Cryptocurrency
|
| 510 |
+
AVAX-USD,Cryptocurrency
|
| 511 |
+
DOGE-USD,Cryptocurrency
|
| 512 |
+
DOT-USD,Cryptocurrency
|
| 513 |
+
LINK-USD,Cryptocurrency
|
| 514 |
+
MATIC-USD,Cryptocurrency
|
| 515 |
+
IAU,Precious Metals
|
| 516 |
+
SLV,Precious Metals
|
| 517 |
+
PPLT,Precious Metals
|
| 518 |
+
PALL,Precious Metals
|
| 519 |
+
CPER,Precious Metals
|