juniper-data 0.7.0__tar.gz → 0.7.1__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {juniper_data-0.7.0 → juniper_data-0.7.1}/PKG-INFO +1 -1
- {juniper_data-0.7.0 → juniper_data-0.7.1}/juniper_data/__init__.py +1 -1
- juniper_data-0.7.1/juniper_data/generators/equities/sp500_constituents.csv +504 -0
- {juniper_data-0.7.0 → juniper_data-0.7.1}/juniper_data.egg-info/PKG-INFO +1 -1
- {juniper_data-0.7.0 → juniper_data-0.7.1}/juniper_data.egg-info/SOURCES.txt +1 -0
- {juniper_data-0.7.0 → juniper_data-0.7.1}/pyproject.toml +7 -1
- {juniper_data-0.7.0 → juniper_data-0.7.1}/LICENSE +0 -0
- {juniper_data-0.7.0 → juniper_data-0.7.1}/README.md +0 -0
- {juniper_data-0.7.0 → juniper_data-0.7.1}/juniper_data/__main__.py +0 -0
- {juniper_data-0.7.0 → juniper_data-0.7.1}/juniper_data/api/__init__.py +0 -0
- {juniper_data-0.7.0 → juniper_data-0.7.1}/juniper_data/api/app.py +0 -0
- {juniper_data-0.7.0 → juniper_data-0.7.1}/juniper_data/api/constants.py +0 -0
- {juniper_data-0.7.0 → juniper_data-0.7.1}/juniper_data/api/middleware.py +0 -0
- {juniper_data-0.7.0 → juniper_data-0.7.1}/juniper_data/api/models/__init__.py +0 -0
- {juniper_data-0.7.0 → juniper_data-0.7.1}/juniper_data/api/models/health.py +0 -0
- {juniper_data-0.7.0 → juniper_data-0.7.1}/juniper_data/api/observability.py +0 -0
- {juniper_data-0.7.0 → juniper_data-0.7.1}/juniper_data/api/routes/__init__.py +0 -0
- {juniper_data-0.7.0 → juniper_data-0.7.1}/juniper_data/api/routes/datasets.py +0 -0
- {juniper_data-0.7.0 → juniper_data-0.7.1}/juniper_data/api/routes/generators.py +0 -0
- {juniper_data-0.7.0 → juniper_data-0.7.1}/juniper_data/api/routes/health.py +0 -0
- {juniper_data-0.7.0 → juniper_data-0.7.1}/juniper_data/api/security.py +0 -0
- {juniper_data-0.7.0 → juniper_data-0.7.1}/juniper_data/api/settings.py +0 -0
- {juniper_data-0.7.0 → juniper_data-0.7.1}/juniper_data/core/__init__.py +0 -0
- {juniper_data-0.7.0 → juniper_data-0.7.1}/juniper_data/core/artifacts.py +0 -0
- {juniper_data-0.7.0 → juniper_data-0.7.1}/juniper_data/core/constants.py +0 -0
- {juniper_data-0.7.0 → juniper_data-0.7.1}/juniper_data/core/dataset_id.py +0 -0
- {juniper_data-0.7.0 → juniper_data-0.7.1}/juniper_data/core/meta.py +0 -0
- {juniper_data-0.7.0 → juniper_data-0.7.1}/juniper_data/core/models.py +0 -0
- {juniper_data-0.7.0 → juniper_data-0.7.1}/juniper_data/core/scaling.py +0 -0
- {juniper_data-0.7.0 → juniper_data-0.7.1}/juniper_data/core/secrets.py +0 -0
- {juniper_data-0.7.0 → juniper_data-0.7.1}/juniper_data/core/split.py +0 -0
- {juniper_data-0.7.0 → juniper_data-0.7.1}/juniper_data/generators/__init__.py +0 -0
- {juniper_data-0.7.0 → juniper_data-0.7.1}/juniper_data/generators/_sequence.py +0 -0
- {juniper_data-0.7.0 → juniper_data-0.7.1}/juniper_data/generators/_synthetic.py +0 -0
- {juniper_data-0.7.0 → juniper_data-0.7.1}/juniper_data/generators/ar_p/__init__.py +0 -0
- {juniper_data-0.7.0 → juniper_data-0.7.1}/juniper_data/generators/ar_p/generator.py +0 -0
- {juniper_data-0.7.0 → juniper_data-0.7.1}/juniper_data/generators/ar_p/params.py +0 -0
- {juniper_data-0.7.0 → juniper_data-0.7.1}/juniper_data/generators/arc_agi/__init__.py +0 -0
- {juniper_data-0.7.0 → juniper_data-0.7.1}/juniper_data/generators/arc_agi/defaults.py +0 -0
- {juniper_data-0.7.0 → juniper_data-0.7.1}/juniper_data/generators/arc_agi/generator.py +0 -0
- {juniper_data-0.7.0 → juniper_data-0.7.1}/juniper_data/generators/arc_agi/params.py +0 -0
- {juniper_data-0.7.0 → juniper_data-0.7.1}/juniper_data/generators/checkerboard/__init__.py +0 -0
- {juniper_data-0.7.0 → juniper_data-0.7.1}/juniper_data/generators/checkerboard/defaults.py +0 -0
- {juniper_data-0.7.0 → juniper_data-0.7.1}/juniper_data/generators/checkerboard/generator.py +0 -0
- {juniper_data-0.7.0 → juniper_data-0.7.1}/juniper_data/generators/checkerboard/params.py +0 -0
- {juniper_data-0.7.0 → juniper_data-0.7.1}/juniper_data/generators/circles/__init__.py +0 -0
- {juniper_data-0.7.0 → juniper_data-0.7.1}/juniper_data/generators/circles/defaults.py +0 -0
- {juniper_data-0.7.0 → juniper_data-0.7.1}/juniper_data/generators/circles/generator.py +0 -0
- {juniper_data-0.7.0 → juniper_data-0.7.1}/juniper_data/generators/circles/params.py +0 -0
- {juniper_data-0.7.0 → juniper_data-0.7.1}/juniper_data/generators/csv_import/__init__.py +0 -0
- {juniper_data-0.7.0 → juniper_data-0.7.1}/juniper_data/generators/csv_import/defaults.py +0 -0
- {juniper_data-0.7.0 → juniper_data-0.7.1}/juniper_data/generators/csv_import/generator.py +0 -0
- {juniper_data-0.7.0 → juniper_data-0.7.1}/juniper_data/generators/csv_import/params.py +0 -0
- {juniper_data-0.7.0 → juniper_data-0.7.1}/juniper_data/generators/equities/__init__.py +0 -0
- {juniper_data-0.7.0 → juniper_data-0.7.1}/juniper_data/generators/equities/defaults.py +0 -0
- {juniper_data-0.7.0 → juniper_data-0.7.1}/juniper_data/generators/equities/generator.py +0 -0
- {juniper_data-0.7.0 → juniper_data-0.7.1}/juniper_data/generators/equities/params.py +0 -0
- {juniper_data-0.7.0 → juniper_data-0.7.1}/juniper_data/generators/equities_seq/__init__.py +0 -0
- {juniper_data-0.7.0 → juniper_data-0.7.1}/juniper_data/generators/equities_seq/generator.py +0 -0
- {juniper_data-0.7.0 → juniper_data-0.7.1}/juniper_data/generators/equities_seq/params.py +0 -0
- {juniper_data-0.7.0 → juniper_data-0.7.1}/juniper_data/generators/gaussian/__init__.py +0 -0
- {juniper_data-0.7.0 → juniper_data-0.7.1}/juniper_data/generators/gaussian/defaults.py +0 -0
- {juniper_data-0.7.0 → juniper_data-0.7.1}/juniper_data/generators/gaussian/generator.py +0 -0
- {juniper_data-0.7.0 → juniper_data-0.7.1}/juniper_data/generators/gaussian/params.py +0 -0
- {juniper_data-0.7.0 → juniper_data-0.7.1}/juniper_data/generators/irregular_sine/__init__.py +0 -0
- {juniper_data-0.7.0 → juniper_data-0.7.1}/juniper_data/generators/irregular_sine/generator.py +0 -0
- {juniper_data-0.7.0 → juniper_data-0.7.1}/juniper_data/generators/irregular_sine/params.py +0 -0
- {juniper_data-0.7.0 → juniper_data-0.7.1}/juniper_data/generators/mackey_glass/__init__.py +0 -0
- {juniper_data-0.7.0 → juniper_data-0.7.1}/juniper_data/generators/mackey_glass/generator.py +0 -0
- {juniper_data-0.7.0 → juniper_data-0.7.1}/juniper_data/generators/mackey_glass/params.py +0 -0
- {juniper_data-0.7.0 → juniper_data-0.7.1}/juniper_data/generators/mnist/__init__.py +0 -0
- {juniper_data-0.7.0 → juniper_data-0.7.1}/juniper_data/generators/mnist/defaults.py +0 -0
- {juniper_data-0.7.0 → juniper_data-0.7.1}/juniper_data/generators/mnist/generator.py +0 -0
- {juniper_data-0.7.0 → juniper_data-0.7.1}/juniper_data/generators/mnist/params.py +0 -0
- {juniper_data-0.7.0 → juniper_data-0.7.1}/juniper_data/generators/moon/__init__.py +0 -0
- {juniper_data-0.7.0 → juniper_data-0.7.1}/juniper_data/generators/moon/defaults.py +0 -0
- {juniper_data-0.7.0 → juniper_data-0.7.1}/juniper_data/generators/moon/generator.py +0 -0
- {juniper_data-0.7.0 → juniper_data-0.7.1}/juniper_data/generators/moon/params.py +0 -0
- {juniper_data-0.7.0 → juniper_data-0.7.1}/juniper_data/generators/multi_sine/__init__.py +0 -0
- {juniper_data-0.7.0 → juniper_data-0.7.1}/juniper_data/generators/multi_sine/generator.py +0 -0
- {juniper_data-0.7.0 → juniper_data-0.7.1}/juniper_data/generators/multi_sine/params.py +0 -0
- {juniper_data-0.7.0 → juniper_data-0.7.1}/juniper_data/generators/spiral/__init__.py +0 -0
- {juniper_data-0.7.0 → juniper_data-0.7.1}/juniper_data/generators/spiral/defaults.py +0 -0
- {juniper_data-0.7.0 → juniper_data-0.7.1}/juniper_data/generators/spiral/generator.py +0 -0
- {juniper_data-0.7.0 → juniper_data-0.7.1}/juniper_data/generators/spiral/params.py +0 -0
- {juniper_data-0.7.0 → juniper_data-0.7.1}/juniper_data/generators/xor/__init__.py +0 -0
- {juniper_data-0.7.0 → juniper_data-0.7.1}/juniper_data/generators/xor/defaults.py +0 -0
- {juniper_data-0.7.0 → juniper_data-0.7.1}/juniper_data/generators/xor/generator.py +0 -0
- {juniper_data-0.7.0 → juniper_data-0.7.1}/juniper_data/generators/xor/params.py +0 -0
- {juniper_data-0.7.0 → juniper_data-0.7.1}/juniper_data/provenance.py +0 -0
- {juniper_data-0.7.0 → juniper_data-0.7.1}/juniper_data/storage/__init__.py +0 -0
- {juniper_data-0.7.0 → juniper_data-0.7.1}/juniper_data/storage/base.py +0 -0
- {juniper_data-0.7.0 → juniper_data-0.7.1}/juniper_data/storage/cached.py +0 -0
- {juniper_data-0.7.0 → juniper_data-0.7.1}/juniper_data/storage/constants.py +0 -0
- {juniper_data-0.7.0 → juniper_data-0.7.1}/juniper_data/storage/hf_store.py +0 -0
- {juniper_data-0.7.0 → juniper_data-0.7.1}/juniper_data/storage/kaggle_store.py +0 -0
- {juniper_data-0.7.0 → juniper_data-0.7.1}/juniper_data/storage/local_fs.py +0 -0
- {juniper_data-0.7.0 → juniper_data-0.7.1}/juniper_data/storage/memory.py +0 -0
- {juniper_data-0.7.0 → juniper_data-0.7.1}/juniper_data/storage/postgres_store.py +0 -0
- {juniper_data-0.7.0 → juniper_data-0.7.1}/juniper_data/storage/redis_store.py +0 -0
- {juniper_data-0.7.0 → juniper_data-0.7.1}/juniper_data/tests/__init__.py +0 -0
- {juniper_data-0.7.0 → juniper_data-0.7.1}/juniper_data/tests/api/__init__.py +0 -0
- {juniper_data-0.7.0 → juniper_data-0.7.1}/juniper_data/tests/api/test_batch_operations.py +0 -0
- {juniper_data-0.7.0 → juniper_data-0.7.1}/juniper_data/tests/conftest.py +0 -0
- {juniper_data-0.7.0 → juniper_data-0.7.1}/juniper_data/tests/fixtures/generate_golden_datasets.py +0 -0
- {juniper_data-0.7.0 → juniper_data-0.7.1}/juniper_data/tests/integration/__init__.py +0 -0
- {juniper_data-0.7.0 → juniper_data-0.7.1}/juniper_data/tests/integration/test_api.py +0 -0
- {juniper_data-0.7.0 → juniper_data-0.7.1}/juniper_data/tests/integration/test_dataset_generation_metrics_live.py +0 -0
- {juniper_data-0.7.0 → juniper_data-0.7.1}/juniper_data/tests/integration/test_dataset_post_total_metric.py +0 -0
- {juniper_data-0.7.0 → juniper_data-0.7.1}/juniper_data/tests/integration/test_e2e_synthetic_regression.py +0 -0
- {juniper_data-0.7.0 → juniper_data-0.7.1}/juniper_data/tests/integration/test_e2e_workflow.py +0 -0
- {juniper_data-0.7.0 → juniper_data-0.7.1}/juniper_data/tests/integration/test_lifecycle_api.py +0 -0
- {juniper_data-0.7.0 → juniper_data-0.7.1}/juniper_data/tests/integration/test_security_integration.py +0 -0
- {juniper_data-0.7.0 → juniper_data-0.7.1}/juniper_data/tests/integration/test_storage_workflow.py +0 -0
- {juniper_data-0.7.0 → juniper_data-0.7.1}/juniper_data/tests/performance/__init__.py +0 -0
- {juniper_data-0.7.0 → juniper_data-0.7.1}/juniper_data/tests/performance/test_generator_benchmarks.py +0 -0
- {juniper_data-0.7.0 → juniper_data-0.7.1}/juniper_data/tests/performance/test_storage_benchmarks.py +0 -0
- {juniper_data-0.7.0 → juniper_data-0.7.1}/juniper_data/tests/unit/__init__.py +0 -0
- {juniper_data-0.7.0 → juniper_data-0.7.1}/juniper_data/tests/unit/test_api_app.py +0 -0
- {juniper_data-0.7.0 → juniper_data-0.7.1}/juniper_data/tests/unit/test_api_routes.py +0 -0
- {juniper_data-0.7.0 → juniper_data-0.7.1}/juniper_data/tests/unit/test_api_settings.py +0 -0
- {juniper_data-0.7.0 → juniper_data-0.7.1}/juniper_data/tests/unit/test_ar_p_generator.py +0 -0
- {juniper_data-0.7.0 → juniper_data-0.7.1}/juniper_data/tests/unit/test_arc_agi_generator.py +0 -0
- {juniper_data-0.7.0 → juniper_data-0.7.1}/juniper_data/tests/unit/test_artifacts.py +0 -0
- {juniper_data-0.7.0 → juniper_data-0.7.1}/juniper_data/tests/unit/test_cached_store.py +0 -0
- {juniper_data-0.7.0 → juniper_data-0.7.1}/juniper_data/tests/unit/test_checkerboard_generator.py +0 -0
- {juniper_data-0.7.0 → juniper_data-0.7.1}/juniper_data/tests/unit/test_circles_generator.py +0 -0
- {juniper_data-0.7.0 → juniper_data-0.7.1}/juniper_data/tests/unit/test_csv_import_generator.py +0 -0
- {juniper_data-0.7.0 → juniper_data-0.7.1}/juniper_data/tests/unit/test_dataset_id.py +0 -0
- {juniper_data-0.7.0 → juniper_data-0.7.1}/juniper_data/tests/unit/test_dataset_versioning.py +0 -0
- {juniper_data-0.7.0 → juniper_data-0.7.1}/juniper_data/tests/unit/test_env_file_isolation.py +0 -0
- {juniper_data-0.7.0 → juniper_data-0.7.1}/juniper_data/tests/unit/test_equities_generator.py +0 -0
- {juniper_data-0.7.0 → juniper_data-0.7.1}/juniper_data/tests/unit/test_equities_seq_generator.py +0 -0
- {juniper_data-0.7.0 → juniper_data-0.7.1}/juniper_data/tests/unit/test_gaussian_generator.py +0 -0
- {juniper_data-0.7.0 → juniper_data-0.7.1}/juniper_data/tests/unit/test_health_enhanced.py +0 -0
- {juniper_data-0.7.0 → juniper_data-0.7.1}/juniper_data/tests/unit/test_hf_store.py +0 -0
- {juniper_data-0.7.0 → juniper_data-0.7.1}/juniper_data/tests/unit/test_init.py +0 -0
- {juniper_data-0.7.0 → juniper_data-0.7.1}/juniper_data/tests/unit/test_irregular_sine_generator.py +0 -0
- {juniper_data-0.7.0 → juniper_data-0.7.1}/juniper_data/tests/unit/test_kaggle_store.py +0 -0
- {juniper_data-0.7.0 → juniper_data-0.7.1}/juniper_data/tests/unit/test_lifecycle.py +0 -0
- {juniper_data-0.7.0 → juniper_data-0.7.1}/juniper_data/tests/unit/test_local_fs_path_traversal.py +0 -0
- {juniper_data-0.7.0 → juniper_data-0.7.1}/juniper_data/tests/unit/test_mackey_glass_generator.py +0 -0
- {juniper_data-0.7.0 → juniper_data-0.7.1}/juniper_data/tests/unit/test_main.py +0 -0
- {juniper_data-0.7.0 → juniper_data-0.7.1}/juniper_data/tests/unit/test_meta_dispatch.py +0 -0
- {juniper_data-0.7.0 → juniper_data-0.7.1}/juniper_data/tests/unit/test_metadata_cache.py +0 -0
- {juniper_data-0.7.0 → juniper_data-0.7.1}/juniper_data/tests/unit/test_middleware.py +0 -0
- {juniper_data-0.7.0 → juniper_data-0.7.1}/juniper_data/tests/unit/test_mnist_generator.py +0 -0
- {juniper_data-0.7.0 → juniper_data-0.7.1}/juniper_data/tests/unit/test_moon_generator.py +0 -0
- {juniper_data-0.7.0 → juniper_data-0.7.1}/juniper_data/tests/unit/test_multi_sine_generator.py +0 -0
- {juniper_data-0.7.0 → juniper_data-0.7.1}/juniper_data/tests/unit/test_observability.py +0 -0
- {juniper_data-0.7.0 → juniper_data-0.7.1}/juniper_data/tests/unit/test_phase1d_security.py +0 -0
- {juniper_data-0.7.0 → juniper_data-0.7.1}/juniper_data/tests/unit/test_phase_2b_data_integrity.py +0 -0
- {juniper_data-0.7.0 → juniper_data-0.7.1}/juniper_data/tests/unit/test_phase_2d_metrics.py +0 -0
- {juniper_data-0.7.0 → juniper_data-0.7.1}/juniper_data/tests/unit/test_postgres_store.py +0 -0
- {juniper_data-0.7.0 → juniper_data-0.7.1}/juniper_data/tests/unit/test_r2_1_2_wire_compat.py +0 -0
- {juniper_data-0.7.0 → juniper_data-0.7.1}/juniper_data/tests/unit/test_record_access_concurrency.py +0 -0
- {juniper_data-0.7.0 → juniper_data-0.7.1}/juniper_data/tests/unit/test_redis_store.py +0 -0
- {juniper_data-0.7.0 → juniper_data-0.7.1}/juniper_data/tests/unit/test_scaling.py +0 -0
- {juniper_data-0.7.0 → juniper_data-0.7.1}/juniper_data/tests/unit/test_secrets.py +0 -0
- {juniper_data-0.7.0 → juniper_data-0.7.1}/juniper_data/tests/unit/test_security.py +0 -0
- {juniper_data-0.7.0 → juniper_data-0.7.1}/juniper_data/tests/unit/test_security_boundaries.py +0 -0
- {juniper_data-0.7.0 → juniper_data-0.7.1}/juniper_data/tests/unit/test_sequence_windowing_leakage.py +0 -0
- {juniper_data-0.7.0 → juniper_data-0.7.1}/juniper_data/tests/unit/test_spiral_generator.py +0 -0
- {juniper_data-0.7.0 → juniper_data-0.7.1}/juniper_data/tests/unit/test_split.py +0 -0
- {juniper_data-0.7.0 → juniper_data-0.7.1}/juniper_data/tests/unit/test_storage.py +0 -0
- {juniper_data-0.7.0 → juniper_data-0.7.1}/juniper_data/tests/unit/test_synthetic_scaling.py +0 -0
- {juniper_data-0.7.0 → juniper_data-0.7.1}/juniper_data/tests/unit/test_xor_generator.py +0 -0
- {juniper_data-0.7.0 → juniper_data-0.7.1}/juniper_data.egg-info/dependency_links.txt +0 -0
- {juniper_data-0.7.0 → juniper_data-0.7.1}/juniper_data.egg-info/requires.txt +0 -0
- {juniper_data-0.7.0 → juniper_data-0.7.1}/juniper_data.egg-info/top_level.txt +0 -0
- {juniper_data-0.7.0 → juniper_data-0.7.1}/setup.cfg +0 -0
|
@@ -22,7 +22,7 @@ except ImportError:
|
|
|
22
22
|
try:
|
|
23
23
|
__version__ = importlib.metadata.version("juniper-data")
|
|
24
24
|
except importlib.metadata.PackageNotFoundError: # pragma: no cover - source checkout
|
|
25
|
-
__version__ = "0.7.
|
|
25
|
+
__version__ = "0.7.1"
|
|
26
26
|
__author__ = "Paul Calnon"
|
|
27
27
|
|
|
28
28
|
|
|
@@ -0,0 +1,504 @@
|
|
|
1
|
+
ticker,name,sector,cik
|
|
2
|
+
A,Agilent Technologies,Health Care,1090872
|
|
3
|
+
AAPL,Apple Inc.,Information Technology,320193
|
|
4
|
+
ABBV,AbbVie,Health Care,1551152
|
|
5
|
+
ABNB,Airbnb,Consumer Discretionary,1559720
|
|
6
|
+
ABT,Abbott Laboratories,Health Care,1800
|
|
7
|
+
ACGL,Arch Capital Group,Financials,947484
|
|
8
|
+
ACN,Accenture,Information Technology,1467373
|
|
9
|
+
ADBE,Adobe Inc.,Information Technology,796343
|
|
10
|
+
ADI,Analog Devices,Information Technology,6281
|
|
11
|
+
ADM,Archer Daniels Midland,Consumer Staples,7084
|
|
12
|
+
ADP,Automatic Data Processing,Industrials,8670
|
|
13
|
+
ADSK,Autodesk,Information Technology,769397
|
|
14
|
+
AEE,Ameren,Utilities,1002910
|
|
15
|
+
AEP,American Electric Power,Utilities,4904
|
|
16
|
+
AES,AES Corporation,Utilities,874761
|
|
17
|
+
AFL,Aflac,Financials,4977
|
|
18
|
+
AIG,American International Group,Financials,5272
|
|
19
|
+
AIZ,Assurant,Financials,1267238
|
|
20
|
+
AJG,Arthur J. Gallagher & Co.,Financials,354190
|
|
21
|
+
AKAM,Akamai Technologies,Information Technology,1086222
|
|
22
|
+
ALB,Albemarle Corporation,Materials,915913
|
|
23
|
+
ALGN,Align Technology,Health Care,1097149
|
|
24
|
+
ALL,Allstate,Financials,899051
|
|
25
|
+
ALLE,Allegion,Industrials,1579241
|
|
26
|
+
AMAT,Applied Materials,Information Technology,6951
|
|
27
|
+
AMCR,Amcor,Materials,1748790
|
|
28
|
+
AMD,Advanced Micro Devices,Information Technology,2488
|
|
29
|
+
AME,Ametek,Industrials,1037868
|
|
30
|
+
AMGN,Amgen,Health Care,318154
|
|
31
|
+
AMP,Ameriprise Financial,Financials,820027
|
|
32
|
+
AMT,American Tower,Real Estate,1053507
|
|
33
|
+
AMZN,Amazon,Consumer Discretionary,1018724
|
|
34
|
+
ANET,Arista Networks,Information Technology,1596532
|
|
35
|
+
AON,Aon plc,Financials,315293
|
|
36
|
+
AOS,A. O. Smith,Industrials,91142
|
|
37
|
+
APA,APA Corporation,Energy,1841666
|
|
38
|
+
APD,Air Products,Materials,2969
|
|
39
|
+
APH,Amphenol,Information Technology,820313
|
|
40
|
+
APO,Apollo Global Management,Financials,1858681
|
|
41
|
+
APP,AppLovin,Information Technology,1751008
|
|
42
|
+
APTV,Aptiv,Consumer Discretionary,1521332
|
|
43
|
+
ARE,Alexandria Real Estate Equities,Real Estate,1035443
|
|
44
|
+
ARES,Ares Management,Financials,1176948
|
|
45
|
+
ATO,Atmos Energy,Utilities,731802
|
|
46
|
+
AVB,AvalonBay Communities,Real Estate,915912
|
|
47
|
+
AVGO,Broadcom,Information Technology,1730168
|
|
48
|
+
AVY,Avery Dennison,Materials,8818
|
|
49
|
+
AWK,American Water Works,Utilities,1410636
|
|
50
|
+
AXON,Axon Enterprise,Industrials,1069183
|
|
51
|
+
AXP,American Express,Financials,4962
|
|
52
|
+
AZO,AutoZone,Consumer Discretionary,866787
|
|
53
|
+
BA,Boeing,Industrials,12927
|
|
54
|
+
BAC,Bank of America,Financials,70858
|
|
55
|
+
BALL,Ball Corporation,Materials,9389
|
|
56
|
+
BAX,Baxter International,Health Care,10456
|
|
57
|
+
BBY,Best Buy,Consumer Discretionary,764478
|
|
58
|
+
BDX,Becton Dickinson,Health Care,10795
|
|
59
|
+
BEN,Franklin Resources,Financials,38777
|
|
60
|
+
BF.B,Brown–Forman,Consumer Staples,14693
|
|
61
|
+
BG,Bunge Global,Consumer Staples,1996862
|
|
62
|
+
BIIB,Biogen,Health Care,875045
|
|
63
|
+
BKNG,Booking Holdings,Consumer Discretionary,1075531
|
|
64
|
+
BKR,Baker Hughes,Energy,1701605
|
|
65
|
+
BLDR,Builders FirstSource,Industrials,1316835
|
|
66
|
+
BLK,BlackRock,Financials,2012383
|
|
67
|
+
BMY,Bristol Myers Squibb,Health Care,14272
|
|
68
|
+
BNY,BNY Mellon,Financials,1390777
|
|
69
|
+
BR,Broadridge Financial Solutions,Industrials,1383312
|
|
70
|
+
BRK.B,Berkshire Hathaway,Financials,1067983
|
|
71
|
+
BRO,Brown & Brown,Financials,79282
|
|
72
|
+
BSX,Boston Scientific,Health Care,885725
|
|
73
|
+
BX,Blackstone Inc.,Financials,1393818
|
|
74
|
+
BXP,"BXP, Inc.",Real Estate,1037540
|
|
75
|
+
C,Citigroup,Financials,831001
|
|
76
|
+
CAG,Conagra Brands,Consumer Staples,23217
|
|
77
|
+
CAH,Cardinal Health,Health Care,721371
|
|
78
|
+
CARR,Carrier Global,Industrials,1783180
|
|
79
|
+
CASY,Casey's,Consumer Staples,726958
|
|
80
|
+
CAT,Caterpillar Inc.,Industrials,18230
|
|
81
|
+
CB,Chubb Limited,Financials,896159
|
|
82
|
+
CBOE,Cboe Global Markets,Financials,1374310
|
|
83
|
+
CBRE,CBRE Group,Real Estate,1138118
|
|
84
|
+
CCI,Crown Castle,Real Estate,1051470
|
|
85
|
+
CCL,Carnival Corporation,Consumer Discretionary,815097
|
|
86
|
+
CDNS,Cadence Design Systems,Information Technology,813672
|
|
87
|
+
CDW,CDW Corporation,Information Technology,1402057
|
|
88
|
+
CEG,Constellation Energy,Utilities,1868275
|
|
89
|
+
CF,CF Industries,Materials,1324404
|
|
90
|
+
CFG,Citizens Financial Group,Financials,759944
|
|
91
|
+
CHD,Church & Dwight,Consumer Staples,313927
|
|
92
|
+
CHRW,C.H. Robinson,Industrials,1043277
|
|
93
|
+
CHTR,Charter Communications,Communication Services,1091667
|
|
94
|
+
CI,Cigna,Health Care,1739940
|
|
95
|
+
CIEN,Ciena,Information Technology,936395
|
|
96
|
+
CINF,Cincinnati Financial,Financials,20286
|
|
97
|
+
CL,Colgate-Palmolive,Consumer Staples,21665
|
|
98
|
+
CLX,Clorox,Consumer Staples,21076
|
|
99
|
+
CMCSA,Comcast,Communication Services,1166691
|
|
100
|
+
CME,CME Group,Financials,1156375
|
|
101
|
+
CMG,Chipotle Mexican Grill,Consumer Discretionary,1058090
|
|
102
|
+
CMI,Cummins,Industrials,26172
|
|
103
|
+
CMS,CMS Energy,Utilities,811156
|
|
104
|
+
CNC,Centene Corporation,Health Care,1071739
|
|
105
|
+
CNP,CenterPoint Energy,Utilities,1130310
|
|
106
|
+
COF,Capital One,Financials,927628
|
|
107
|
+
COHR,Coherent Corp.,Information Technology,820318
|
|
108
|
+
COIN,Coinbase,Financials,1679788
|
|
109
|
+
COO,Cooper Companies (The),Health Care,711404
|
|
110
|
+
COP,ConocoPhillips,Energy,1163165
|
|
111
|
+
COR,Cencora,Health Care,1140859
|
|
112
|
+
COST,Costco,Consumer Staples,909832
|
|
113
|
+
CPAY,Corpay,Financials,1175454
|
|
114
|
+
CPB,Campbell's Company (The),Consumer Staples,16732
|
|
115
|
+
CPRT,Copart,Industrials,900075
|
|
116
|
+
CPT,Camden Property Trust,Real Estate,906345
|
|
117
|
+
CRH,CRH plc,Materials,849395
|
|
118
|
+
CRL,Charles River Laboratories,Health Care,1100682
|
|
119
|
+
CRM,Salesforce,Information Technology,1108524
|
|
120
|
+
CRWD,CrowdStrike,Information Technology,1535527
|
|
121
|
+
CSCO,Cisco,Information Technology,858877
|
|
122
|
+
CSGP,CoStar Group,Real Estate,1057352
|
|
123
|
+
CSX,CSX Corporation,Industrials,277948
|
|
124
|
+
CTAS,Cintas,Industrials,723254
|
|
125
|
+
CTSH,Cognizant,Information Technology,1058290
|
|
126
|
+
CTVA,Corteva,Materials,1755672
|
|
127
|
+
CVNA,Carvana,Consumer Discretionary,1690820
|
|
128
|
+
CVS,CVS Health,Health Care,64803
|
|
129
|
+
CVX,Chevron Corporation,Energy,93410
|
|
130
|
+
D,Dominion Energy,Utilities,715957
|
|
131
|
+
DAL,Delta Air Lines,Industrials,27904
|
|
132
|
+
DASH,DoorDash,Consumer Discretionary,1792789
|
|
133
|
+
DD,DuPont,Materials,1666700
|
|
134
|
+
DDOG,Datadog,Information Technology,1561550
|
|
135
|
+
DE,Deere & Company,Industrials,315189
|
|
136
|
+
DECK,Deckers Brands,Consumer Discretionary,910521
|
|
137
|
+
DELL,Dell Technologies,Information Technology,1571996
|
|
138
|
+
DG,Dollar General,Consumer Staples,29534
|
|
139
|
+
DGX,Quest Diagnostics,Health Care,1022079
|
|
140
|
+
DHI,D. R. Horton,Consumer Discretionary,882184
|
|
141
|
+
DHR,Danaher Corporation,Health Care,313616
|
|
142
|
+
DIS,Walt Disney Company (The),Communication Services,1744489
|
|
143
|
+
DLR,Digital Realty,Real Estate,1297996
|
|
144
|
+
DLTR,Dollar Tree,Consumer Staples,935703
|
|
145
|
+
DOC,Healthpeak Properties,Real Estate,765880
|
|
146
|
+
DOV,Dover Corporation,Industrials,29905
|
|
147
|
+
DOW,Dow Inc.,Materials,1751788
|
|
148
|
+
DPZ,Domino's,Consumer Discretionary,1286681
|
|
149
|
+
DRI,Darden Restaurants,Consumer Discretionary,940944
|
|
150
|
+
DTE,DTE Energy,Utilities,936340
|
|
151
|
+
DUK,Duke Energy,Utilities,1326160
|
|
152
|
+
DVA,DaVita,Health Care,927066
|
|
153
|
+
DVN,Devon Energy,Energy,1090012
|
|
154
|
+
DXCM,Dexcom,Health Care,1093557
|
|
155
|
+
EA,Electronic Arts,Communication Services,712515
|
|
156
|
+
EBAY,eBay Inc.,Consumer Discretionary,1065088
|
|
157
|
+
ECL,Ecolab,Materials,31462
|
|
158
|
+
ED,Consolidated Edison,Utilities,1047862
|
|
159
|
+
EFX,Equifax,Industrials,33185
|
|
160
|
+
EG,Everest Group,Financials,1095073
|
|
161
|
+
EIX,Edison International,Utilities,827052
|
|
162
|
+
EL,Estée Lauder Companies (The),Consumer Staples,1001250
|
|
163
|
+
ELV,Elevance Health,Health Care,1156039
|
|
164
|
+
EME,Emcor,Industrials,105634
|
|
165
|
+
EMR,Emerson Electric,Industrials,32604
|
|
166
|
+
EOG,EOG Resources,Energy,821189
|
|
167
|
+
EPAM,EPAM Systems,Information Technology,1352010
|
|
168
|
+
EQIX,Equinix,Real Estate,1101239
|
|
169
|
+
EQR,Equity Residential,Real Estate,906107
|
|
170
|
+
EQT,EQT Corporation,Energy,33213
|
|
171
|
+
ERIE,Erie Indemnity,Financials,922621
|
|
172
|
+
ES,Eversource Energy,Utilities,72741
|
|
173
|
+
ESS,Essex Property Trust,Real Estate,920522
|
|
174
|
+
ETN,Eaton Corporation,Industrials,1551182
|
|
175
|
+
ETR,Entergy,Utilities,65984
|
|
176
|
+
EVRG,Evergy,Utilities,1711269
|
|
177
|
+
EW,Edwards Lifesciences,Health Care,1099800
|
|
178
|
+
EXC,Exelon,Utilities,1109357
|
|
179
|
+
EXE,Expand Energy,Energy,895126
|
|
180
|
+
EXPD,Expeditors International,Industrials,746515
|
|
181
|
+
EXPE,Expedia Group,Consumer Discretionary,1324424
|
|
182
|
+
EXR,Extra Space Storage,Real Estate,1289490
|
|
183
|
+
F,Ford Motor Company,Consumer Discretionary,37996
|
|
184
|
+
FANG,Diamondback Energy,Energy,1539838
|
|
185
|
+
FAST,Fastenal,Industrials,815556
|
|
186
|
+
FCX,Freeport-McMoRan,Materials,831259
|
|
187
|
+
FDS,FactSet,Financials,1013237
|
|
188
|
+
FDX,FedEx,Industrials,1048911
|
|
189
|
+
FE,FirstEnergy,Utilities,1031296
|
|
190
|
+
FFIV,"F5, Inc.",Information Technology,1048695
|
|
191
|
+
FICO,Fair Isaac,Information Technology,814547
|
|
192
|
+
FIS,Fidelity National Information Services,Financials,1136893
|
|
193
|
+
FISV,Fiserv,Financials,798354
|
|
194
|
+
FITB,Fifth Third Bancorp,Financials,35527
|
|
195
|
+
FIX,Comfort Systems USA,Industrials,1035983
|
|
196
|
+
FOX,Fox Corporation (Class B),Communication Services,1754301
|
|
197
|
+
FOXA,Fox Corporation (Class A),Communication Services,1754301
|
|
198
|
+
FRT,Federal Realty Investment Trust,Real Estate,34903
|
|
199
|
+
FSLR,First Solar,Information Technology,1274494
|
|
200
|
+
FTNT,Fortinet,Information Technology,1262039
|
|
201
|
+
FTV,Fortive,Industrials,1659166
|
|
202
|
+
GD,General Dynamics,Industrials,40533
|
|
203
|
+
GDDY,GoDaddy,Information Technology,1609711
|
|
204
|
+
GE,GE Aerospace,Industrials,40545
|
|
205
|
+
GEHC,GE HealthCare,Health Care,1932393
|
|
206
|
+
GEN,Gen Digital,Information Technology,849399
|
|
207
|
+
GEV,GE Vernova,Industrials,1996810
|
|
208
|
+
GILD,Gilead Sciences,Health Care,882095
|
|
209
|
+
GIS,General Mills,Consumer Staples,40704
|
|
210
|
+
GL,Globe Life,Financials,320335
|
|
211
|
+
GLW,Corning Inc.,Information Technology,24741
|
|
212
|
+
GM,General Motors,Consumer Discretionary,1467858
|
|
213
|
+
GNRC,Generac,Industrials,1474735
|
|
214
|
+
GOOG,Alphabet Inc. (Class C),Communication Services,1652044
|
|
215
|
+
GOOGL,Alphabet Inc. (Class A),Communication Services,1652044
|
|
216
|
+
GPC,Genuine Parts Company,Consumer Discretionary,40987
|
|
217
|
+
GPN,Global Payments,Financials,1123360
|
|
218
|
+
GRMN,Garmin,Consumer Discretionary,1121788
|
|
219
|
+
GS,Goldman Sachs,Financials,886982
|
|
220
|
+
GWW,W. W. Grainger,Industrials,277135
|
|
221
|
+
HAL,Halliburton,Energy,45012
|
|
222
|
+
HAS,Hasbro,Consumer Discretionary,46080
|
|
223
|
+
HBAN,Huntington Bancshares,Financials,49196
|
|
224
|
+
HCA,HCA Healthcare,Health Care,860730
|
|
225
|
+
HD,Home Depot (The),Consumer Discretionary,354950
|
|
226
|
+
HIG,Hartford (The),Financials,874766
|
|
227
|
+
HII,Huntington Ingalls Industries,Industrials,1501585
|
|
228
|
+
HLT,Hilton Worldwide,Consumer Discretionary,1585689
|
|
229
|
+
HON,Honeywell,Industrials,773840
|
|
230
|
+
HOOD,Robinhood Markets,Financials,1783879
|
|
231
|
+
HPE,Hewlett Packard Enterprise,Information Technology,1645590
|
|
232
|
+
HPQ,HP Inc.,Information Technology,47217
|
|
233
|
+
HRL,Hormel Foods,Consumer Staples,48465
|
|
234
|
+
HSIC,Henry Schein,Health Care,1000228
|
|
235
|
+
HST,Host Hotels & Resorts,Real Estate,1070750
|
|
236
|
+
HSY,Hershey Company (The),Consumer Staples,47111
|
|
237
|
+
HUBB,Hubbell Incorporated,Industrials,48898
|
|
238
|
+
HUM,Humana,Health Care,49071
|
|
239
|
+
HWM,Howmet Aerospace,Industrials,4281
|
|
240
|
+
IBKR,Interactive Brokers,Financials,1381197
|
|
241
|
+
IBM,IBM,Information Technology,51143
|
|
242
|
+
ICE,Intercontinental Exchange,Financials,1571949
|
|
243
|
+
IDXX,Idexx Laboratories,Health Care,874716
|
|
244
|
+
IEX,IDEX Corporation,Industrials,832101
|
|
245
|
+
IFF,International Flavors & Fragrances,Materials,51253
|
|
246
|
+
INCY,Incyte,Health Care,879169
|
|
247
|
+
INTC,Intel,Information Technology,50863
|
|
248
|
+
INTU,Intuit,Information Technology,896878
|
|
249
|
+
INVH,Invitation Homes,Real Estate,1687229
|
|
250
|
+
IP,International Paper,Materials,51434
|
|
251
|
+
IQV,IQVIA,Health Care,1478242
|
|
252
|
+
IR,Ingersoll Rand,Industrials,1699150
|
|
253
|
+
IRM,Iron Mountain,Real Estate,1020569
|
|
254
|
+
ISRG,Intuitive Surgical,Health Care,1035267
|
|
255
|
+
IT,Gartner,Information Technology,749251
|
|
256
|
+
ITW,Illinois Tool Works,Industrials,49826
|
|
257
|
+
IVZ,Invesco,Financials,914208
|
|
258
|
+
J,Jacobs Solutions,Industrials,52988
|
|
259
|
+
JBHT,J.B. Hunt,Industrials,728535
|
|
260
|
+
JBL,Jabil,Information Technology,898293
|
|
261
|
+
JCI,Johnson Controls,Industrials,833444
|
|
262
|
+
JKHY,Jack Henry & Associates,Financials,779152
|
|
263
|
+
JNJ,Johnson & Johnson,Health Care,200406
|
|
264
|
+
JPM,JPMorgan Chase,Financials,19617
|
|
265
|
+
KDP,Keurig Dr Pepper,Consumer Staples,1418135
|
|
266
|
+
KEY,KeyCorp,Financials,91576
|
|
267
|
+
KEYS,Keysight Technologies,Information Technology,1601046
|
|
268
|
+
KHC,Kraft Heinz,Consumer Staples,1637459
|
|
269
|
+
KIM,Kimco Realty,Real Estate,879101
|
|
270
|
+
KKR,KKR & Co.,Financials,1404912
|
|
271
|
+
KLAC,KLA Corporation,Information Technology,319201
|
|
272
|
+
KMB,Kimberly-Clark,Consumer Staples,55785
|
|
273
|
+
KMI,Kinder Morgan,Energy,1506307
|
|
274
|
+
KO,Coca-Cola Company (The),Consumer Staples,21344
|
|
275
|
+
KR,Kroger,Consumer Staples,56873
|
|
276
|
+
KVUE,Kenvue,Consumer Staples,1944048
|
|
277
|
+
L,Loews Corporation,Financials,60086
|
|
278
|
+
LDOS,Leidos,Industrials,1336920
|
|
279
|
+
LEN,Lennar,Consumer Discretionary,920760
|
|
280
|
+
LH,Labcorp,Health Care,920148
|
|
281
|
+
LHX,L3Harris,Industrials,202058
|
|
282
|
+
LII,Lennox International,Industrials,1069202
|
|
283
|
+
LIN,Linde plc,Materials,1707925
|
|
284
|
+
LITE,Lumentum,Information Technology,1633978
|
|
285
|
+
LLY,Lilly (Eli),Health Care,59478
|
|
286
|
+
LMT,Lockheed Martin,Industrials,936468
|
|
287
|
+
LNT,Alliant Energy,Utilities,352541
|
|
288
|
+
LOW,Lowe's,Consumer Discretionary,60667
|
|
289
|
+
LRCX,Lam Research,Information Technology,707549
|
|
290
|
+
LULU,Lululemon Athletica,Consumer Discretionary,1397187
|
|
291
|
+
LUV,Southwest Airlines,Industrials,92380
|
|
292
|
+
LVS,Las Vegas Sands,Consumer Discretionary,1300514
|
|
293
|
+
LYB,LyondellBasell,Materials,1489393
|
|
294
|
+
LYV,Live Nation Entertainment,Communication Services,1335258
|
|
295
|
+
MA,Mastercard,Financials,1141391
|
|
296
|
+
MAA,Mid-America Apartment Communities,Real Estate,912595
|
|
297
|
+
MAR,Marriott International,Consumer Discretionary,1048286
|
|
298
|
+
MAS,Masco,Industrials,62996
|
|
299
|
+
MCD,McDonald's,Consumer Discretionary,63908
|
|
300
|
+
MCHP,Microchip Technology,Information Technology,827054
|
|
301
|
+
MCK,McKesson Corporation,Health Care,927653
|
|
302
|
+
MCO,Moody's Corporation,Financials,1059556
|
|
303
|
+
MDLZ,Mondelez International,Consumer Staples,1103982
|
|
304
|
+
MDT,Medtronic,Health Care,1613103
|
|
305
|
+
MET,MetLife,Financials,1099219
|
|
306
|
+
META,Meta Platforms,Communication Services,1326801
|
|
307
|
+
MGM,MGM Resorts,Consumer Discretionary,789570
|
|
308
|
+
MKC,McCormick & Company,Consumer Staples,63754
|
|
309
|
+
MLM,Martin Marietta Materials,Materials,916076
|
|
310
|
+
MMM,3M,Industrials,66740
|
|
311
|
+
MNST,Monster Beverage,Consumer Staples,865752
|
|
312
|
+
MO,Altria,Consumer Staples,764180
|
|
313
|
+
MOS,Mosaic Company (The),Materials,1285785
|
|
314
|
+
MPC,Marathon Petroleum,Energy,1510295
|
|
315
|
+
MPWR,Monolithic Power Systems,Information Technology,1280452
|
|
316
|
+
MRK,Merck & Co.,Health Care,310158
|
|
317
|
+
MRNA,Moderna,Health Care,1682852
|
|
318
|
+
MRSH,Marsh McLennan,Financials,62709
|
|
319
|
+
MS,Morgan Stanley,Financials,895421
|
|
320
|
+
MSCI,MSCI Inc.,Financials,1408198
|
|
321
|
+
MSFT,Microsoft,Information Technology,789019
|
|
322
|
+
MSI,Motorola Solutions,Information Technology,68505
|
|
323
|
+
MTB,M&T Bank,Financials,36270
|
|
324
|
+
MTD,Mettler Toledo,Health Care,1037646
|
|
325
|
+
MU,Micron Technology,Information Technology,723125
|
|
326
|
+
NCLH,Norwegian Cruise Line Holdings,Consumer Discretionary,1513761
|
|
327
|
+
NDAQ,"Nasdaq, Inc.",Financials,1120193
|
|
328
|
+
NDSN,Nordson Corporation,Industrials,72331
|
|
329
|
+
NEE,NextEra Energy,Utilities,753308
|
|
330
|
+
NEM,Newmont,Materials,1164727
|
|
331
|
+
NFLX,Netflix,Communication Services,1065280
|
|
332
|
+
NI,NiSource,Utilities,1111711
|
|
333
|
+
NKE,"Nike, Inc.",Consumer Discretionary,320187
|
|
334
|
+
NOC,Northrop Grumman,Industrials,1133421
|
|
335
|
+
NOW,ServiceNow,Information Technology,1373715
|
|
336
|
+
NRG,NRG Energy,Utilities,1013871
|
|
337
|
+
NSC,Norfolk Southern,Industrials,702165
|
|
338
|
+
NTAP,NetApp,Information Technology,1002047
|
|
339
|
+
NTRS,Northern Trust,Financials,73124
|
|
340
|
+
NUE,Nucor,Materials,73309
|
|
341
|
+
NVDA,Nvidia,Information Technology,1045810
|
|
342
|
+
NVR,"NVR, Inc.",Consumer Discretionary,906163
|
|
343
|
+
NWS,News Corp (Class B),Communication Services,1564708
|
|
344
|
+
NWSA,News Corp (Class A),Communication Services,1564708
|
|
345
|
+
NXPI,NXP Semiconductors,Information Technology,1413447
|
|
346
|
+
O,Realty Income,Real Estate,726728
|
|
347
|
+
ODFL,Old Dominion,Industrials,878927
|
|
348
|
+
OKE,Oneok,Energy,1039684
|
|
349
|
+
OMC,Omnicom Group,Communication Services,29989
|
|
350
|
+
ON,ON Semiconductor,Information Technology,1097864
|
|
351
|
+
ORCL,Oracle Corporation,Information Technology,1341439
|
|
352
|
+
ORLY,O’Reilly Automotive,Consumer Discretionary,898173
|
|
353
|
+
OTIS,Otis Worldwide,Industrials,1781335
|
|
354
|
+
OXY,Occidental Petroleum,Energy,797468
|
|
355
|
+
PANW,Palo Alto Networks,Information Technology,1327567
|
|
356
|
+
PAYX,Paychex,Industrials,723531
|
|
357
|
+
PCAR,Paccar,Industrials,75362
|
|
358
|
+
PCG,PG&E Corporation,Utilities,1004980
|
|
359
|
+
PEG,Public Service Enterprise Group,Utilities,788784
|
|
360
|
+
PEP,PepsiCo,Consumer Staples,77476
|
|
361
|
+
PFE,Pfizer,Health Care,78003
|
|
362
|
+
PFG,Principal Financial Group,Financials,1126328
|
|
363
|
+
PG,Procter & Gamble,Consumer Staples,80424
|
|
364
|
+
PGR,Progressive Corporation,Financials,80661
|
|
365
|
+
PH,Parker Hannifin,Industrials,76334
|
|
366
|
+
PHM,PulteGroup,Consumer Discretionary,822416
|
|
367
|
+
PKG,Packaging Corporation of America,Materials,75677
|
|
368
|
+
PLD,Prologis,Real Estate,1045609
|
|
369
|
+
PLTR,Palantir Technologies,Information Technology,1321655
|
|
370
|
+
PM,Philip Morris International,Consumer Staples,1413329
|
|
371
|
+
PNC,PNC Financial Services,Financials,713676
|
|
372
|
+
PNR,Pentair,Industrials,77360
|
|
373
|
+
PNW,Pinnacle West Capital,Utilities,764622
|
|
374
|
+
PODD,Insulet Corporation,Health Care,1145197
|
|
375
|
+
POOL,Pool Corporation,Consumer Discretionary,945841
|
|
376
|
+
PPG,PPG Industries,Materials,79879
|
|
377
|
+
PPL,PPL Corporation,Utilities,922224
|
|
378
|
+
PRU,Prudential Financial,Financials,1137774
|
|
379
|
+
PSA,Public Storage,Real Estate,1393311
|
|
380
|
+
PSKY,Paramount Skydance Corporation,Communication Services,2041610
|
|
381
|
+
PSX,Phillips 66,Energy,1534701
|
|
382
|
+
PTC,PTC Inc.,Information Technology,857005
|
|
383
|
+
PWR,Quanta Services,Industrials,1050915
|
|
384
|
+
PYPL,PayPal,Financials,1633917
|
|
385
|
+
Q,Qnity Electronics,Information Technology,2058873
|
|
386
|
+
QCOM,Qualcomm,Information Technology,804328
|
|
387
|
+
RCL,Royal Caribbean Group,Consumer Discretionary,884887
|
|
388
|
+
REG,Regency Centers,Real Estate,910606
|
|
389
|
+
REGN,Regeneron Pharmaceuticals,Health Care,872589
|
|
390
|
+
RF,Regions Financial Corporation,Financials,1281761
|
|
391
|
+
RJF,Raymond James Financial,Financials,720005
|
|
392
|
+
RL,Ralph Lauren Corporation,Consumer Discretionary,1037038
|
|
393
|
+
RMD,ResMed,Health Care,943819
|
|
394
|
+
ROK,Rockwell Automation,Industrials,1024478
|
|
395
|
+
ROL,"Rollins, Inc.",Industrials,84839
|
|
396
|
+
ROP,Roper Technologies,Information Technology,882835
|
|
397
|
+
ROST,Ross Stores,Consumer Discretionary,745732
|
|
398
|
+
RSG,Republic Services,Industrials,1060391
|
|
399
|
+
RTX,RTX Corporation,Industrials,101829
|
|
400
|
+
RVTY,Revvity,Health Care,31791
|
|
401
|
+
SATS,EchoStar,Communication Services,1415404
|
|
402
|
+
SBAC,SBA Communications,Real Estate,1034054
|
|
403
|
+
SBUX,Starbucks,Consumer Discretionary,829224
|
|
404
|
+
SCHW,Charles Schwab Corporation,Financials,316709
|
|
405
|
+
SHW,Sherwin-Williams,Materials,89800
|
|
406
|
+
SJM,J.M. Smucker Company (The),Consumer Staples,91419
|
|
407
|
+
SLB,Schlumberger,Energy,87347
|
|
408
|
+
SMCI,Supermicro,Information Technology,1375365
|
|
409
|
+
SNA,Snap-on,Industrials,91440
|
|
410
|
+
SNDK,Sandisk,Information Technology,2023554
|
|
411
|
+
SNPS,Synopsys,Information Technology,883241
|
|
412
|
+
SO,Southern Company,Utilities,92122
|
|
413
|
+
SOLV,Solventum,Health Care,1964738
|
|
414
|
+
SPG,Simon Property Group,Real Estate,1063761
|
|
415
|
+
SPGI,S&P Global,Financials,64040
|
|
416
|
+
SRE,Sempra,Utilities,1032208
|
|
417
|
+
STE,Steris,Health Care,1757898
|
|
418
|
+
STLD,Steel Dynamics,Materials,1022671
|
|
419
|
+
STT,State Street Corporation,Financials,93751
|
|
420
|
+
STX,Seagate Technology,Information Technology,1137789
|
|
421
|
+
STZ,Constellation Brands,Consumer Staples,16918
|
|
422
|
+
SW,Smurfit Westrock,Materials,2005951
|
|
423
|
+
SWK,Stanley Black & Decker,Industrials,93556
|
|
424
|
+
SWKS,Skyworks Solutions,Information Technology,4127
|
|
425
|
+
SYF,Synchrony Financial,Financials,1601712
|
|
426
|
+
SYK,Stryker Corporation,Health Care,310764
|
|
427
|
+
SYY,Sysco,Consumer Staples,96021
|
|
428
|
+
T,AT&T,Communication Services,732717
|
|
429
|
+
TAP,Molson Coors Beverage Company,Consumer Staples,24545
|
|
430
|
+
TDG,TransDigm Group,Industrials,1260221
|
|
431
|
+
TDY,Teledyne Technologies,Information Technology,1094285
|
|
432
|
+
TECH,Bio-Techne,Health Care,842023
|
|
433
|
+
TEL,TE Connectivity,Information Technology,1385157
|
|
434
|
+
TER,Teradyne,Information Technology,97210
|
|
435
|
+
TFC,Truist Financial,Financials,92230
|
|
436
|
+
TGT,Target Corporation,Consumer Staples,27419
|
|
437
|
+
TJX,TJX Companies,Consumer Discretionary,109198
|
|
438
|
+
TKO,TKO Group Holdings,Communication Services,1973266
|
|
439
|
+
TMO,Thermo Fisher Scientific,Health Care,97745
|
|
440
|
+
TMUS,T-Mobile US,Communication Services,1283699
|
|
441
|
+
TPL,Texas Pacific Land Corporation,Energy,1811074
|
|
442
|
+
TPR,"Tapestry, Inc.",Consumer Discretionary,1116132
|
|
443
|
+
TRGP,Targa Resources,Energy,1389170
|
|
444
|
+
TRMB,Trimble Inc.,Information Technology,864749
|
|
445
|
+
TROW,T. Rowe Price,Financials,1113169
|
|
446
|
+
TRV,Travelers Companies (The),Financials,86312
|
|
447
|
+
TSCO,Tractor Supply,Consumer Discretionary,916365
|
|
448
|
+
TSLA,"Tesla, Inc.",Consumer Discretionary,1318605
|
|
449
|
+
TSN,Tyson Foods,Consumer Staples,100493
|
|
450
|
+
TT,Trane Technologies,Industrials,1466258
|
|
451
|
+
TTD,Trade Desk (The),Communication Services,1671933
|
|
452
|
+
TTWO,Take-Two Interactive,Communication Services,946581
|
|
453
|
+
TXN,Texas Instruments,Information Technology,97476
|
|
454
|
+
TXT,Textron,Industrials,217346
|
|
455
|
+
TYL,Tyler Technologies,Information Technology,860731
|
|
456
|
+
UAL,United Airlines Holdings,Industrials,100517
|
|
457
|
+
UBER,Uber,Industrials,1543151
|
|
458
|
+
UDR,"UDR, Inc.",Real Estate,74208
|
|
459
|
+
UHS,Universal Health Services,Health Care,352915
|
|
460
|
+
ULTA,Ulta Beauty,Consumer Discretionary,1403568
|
|
461
|
+
UNH,UnitedHealth Group,Health Care,731766
|
|
462
|
+
UNP,Union Pacific Corporation,Industrials,100885
|
|
463
|
+
UPS,United Parcel Service,Industrials,1090727
|
|
464
|
+
URI,United Rentals,Industrials,1067701
|
|
465
|
+
USB,U.S. Bancorp,Financials,36104
|
|
466
|
+
V,Visa Inc.,Financials,1403161
|
|
467
|
+
VEEV,Veeva Systems,Health Care,1393052
|
|
468
|
+
VICI,Vici Properties,Real Estate,1705696
|
|
469
|
+
VLO,Valero Energy,Energy,1035002
|
|
470
|
+
VLTO,Veralto,Industrials,1967680
|
|
471
|
+
VMC,Vulcan Materials Company,Materials,1396009
|
|
472
|
+
VRSK,Verisk Analytics,Industrials,1442145
|
|
473
|
+
VRSN,Verisign,Information Technology,1014473
|
|
474
|
+
VRT,Vertiv,Industrials,1674101
|
|
475
|
+
VRTX,Vertex Pharmaceuticals,Health Care,875320
|
|
476
|
+
VST,Vistra Corp.,Utilities,1692819
|
|
477
|
+
VTR,Ventas,Real Estate,740260
|
|
478
|
+
VTRS,Viatris,Health Care,1792044
|
|
479
|
+
VZ,Verizon,Communication Services,732712
|
|
480
|
+
WAB,Wabtec,Industrials,943452
|
|
481
|
+
WAT,Waters Corporation,Health Care,1000697
|
|
482
|
+
WBD,Warner Bros. Discovery,Communication Services,1437107
|
|
483
|
+
WDAY,"Workday, Inc.",Information Technology,1327811
|
|
484
|
+
WDC,Western Digital,Information Technology,106040
|
|
485
|
+
WEC,WEC Energy Group,Utilities,783325
|
|
486
|
+
WELL,Welltower,Real Estate,766704
|
|
487
|
+
WFC,Wells Fargo,Financials,72971
|
|
488
|
+
WM,Waste Management,Industrials,823768
|
|
489
|
+
WMB,Williams Companies,Energy,107263
|
|
490
|
+
WMT,Walmart,Consumer Staples,104169
|
|
491
|
+
WRB,W. R. Berkley Corporation,Financials,11544
|
|
492
|
+
WSM,"Williams-Sonoma, Inc.",Consumer Discretionary,719955
|
|
493
|
+
WST,West Pharmaceutical Services,Health Care,105770
|
|
494
|
+
WTW,Willis Towers Watson,Financials,1140536
|
|
495
|
+
WY,Weyerhaeuser,Real Estate,106535
|
|
496
|
+
WYNN,Wynn Resorts,Consumer Discretionary,1174922
|
|
497
|
+
XEL,Xcel Energy,Utilities,72903
|
|
498
|
+
XOM,ExxonMobil,Energy,34088
|
|
499
|
+
XYL,Xylem Inc.,Industrials,1524472
|
|
500
|
+
XYZ,"Block, Inc.",Financials,1512673
|
|
501
|
+
YUM,Yum! Brands,Consumer Discretionary,1041061
|
|
502
|
+
ZBH,Zimmer Biomet,Health Care,1136869
|
|
503
|
+
ZBRA,Zebra Technologies,Information Technology,877212
|
|
504
|
+
ZTS,Zoetis,Health Care,1555280
|
|
@@ -57,6 +57,7 @@ juniper_data/generators/equities/__init__.py
|
|
|
57
57
|
juniper_data/generators/equities/defaults.py
|
|
58
58
|
juniper_data/generators/equities/generator.py
|
|
59
59
|
juniper_data/generators/equities/params.py
|
|
60
|
+
juniper_data/generators/equities/sp500_constituents.csv
|
|
60
61
|
juniper_data/generators/equities_seq/__init__.py
|
|
61
62
|
juniper_data/generators/equities_seq/generator.py
|
|
62
63
|
juniper_data/generators/equities_seq/params.py
|
|
@@ -27,7 +27,7 @@ build-backend = "setuptools.build_meta"
|
|
|
27
27
|
|
|
28
28
|
[project]
|
|
29
29
|
name = "juniper-data"
|
|
30
|
-
version = "0.7.
|
|
30
|
+
version = "0.7.1"
|
|
31
31
|
description = "Dataset generation and management service for the Juniper ecosystem"
|
|
32
32
|
readme = "README.md"
|
|
33
33
|
license = { text = "MIT" }
|
|
@@ -119,6 +119,12 @@ all = [
|
|
|
119
119
|
where = ["."]
|
|
120
120
|
include = ["juniper_data*"]
|
|
121
121
|
|
|
122
|
+
[tool.setuptools.package-data]
|
|
123
|
+
# Ship generator data files (the equities S&P 500 constituents list) inside the wheel. Without
|
|
124
|
+
# this, setuptools packages only *.py, so the equities / equities_seq generators raise
|
|
125
|
+
# FileNotFoundError on sp500_constituents.csv from a pip install (the 0.7.0 packaging defect).
|
|
126
|
+
"juniper_data.generators.equities" = ["*.csv"]
|
|
127
|
+
|
|
122
128
|
[tool.ruff]
|
|
123
129
|
# Ecosystem convention is 512, but ruff >=0.15 caps line-length at 320.
|
|
124
130
|
# E501 is already ignored so the linter does not enforce line length;
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|