Skip to main content

Point-in-time and current constituents for major stock indices (CSI 300, CSI 500, S&P 500, NASDAQ-100), packaged as pandas DataFrames.

Project description

Index Constitution

中文

Purpose

This repository was created to make it easier to train quantitative models on major stock indices. Reliable historical index composition data (constituent additions and removals over time) is notoriously hard to obtain — vendors often charge for it, official sources are scattered across PDFs and announcements, and free APIs rarely expose point-in-time membership. Without this data, backtests suffer from survivorship bias and lookahead bias.

This repo collects and normalizes that information into plain CSV files so it can be consumed directly by research and modeling pipelines.

Datasets

Index Description Source Latest constituents
CSI 300 Top 300 A-share stocks listed on the Shanghai and Shenzhen exchanges Official announcements from China Securities Index Co. (csindex.com.cn) Eastmoney: CSI 300 constituents
CSI 500 500 mid-cap A-share stocks listed on the Shanghai and Shenzhen exchanges Official announcements from China Securities Index Co. (csindex.com.cn) Eastmoney: CSI 500 constituents
S&P 500 500 leading large-cap U.S. companies listed on U.S. exchanges Wikipedia: List of S&P 500 companies Wikipedia: S&P 500 component stocks
NASDAQ-100 100 largest non-financial companies listed on the Nasdaq Stock Market Wikipedia: NASDAQ-100 Nasdaq: NASDAQ-100 Index quotes
Dow Jones Industrial Average 30 large U.S. blue-chip companies in the Dow Jones Industrial Average Wikipedia: Dow Jones Industrial Average and Wikipedia: Historical components of the Dow Jones Industrial Average Wikipedia: Dow Jones Industrial Average components

Python package

This repo also ships a small Python library that embeds the CSVs and exposes them as pandas DataFrames.

Install:

pip install index-constitution

Usage:

import index_constitution as ic

ic.list_indices()                    # ['csi300', 'csi500', 'sp500', 'nasdaq100', 'dow30']

ic.latest("sp500")                   # current S&P 500 members
ic.latest("dow30")                   # current Dow 30 members
ic.history("csi300")                 # full CSI 300 history with opt-in/opt-out
ic.constituents_at("sp500", "2015-06-30")   # point-in-time membership
ic.is_member("sp500", "AAPL", "2020-01-02") # True
ic.events("sp500")                   # ticker/name change audit trail
ic.symbol_status("sp500", "ABMD")   # whether a historical symbol is still directly usable

Ticker and name changes

history/*.csv and latest/*.csv use the current canonical ticker and namefor each company across the full membership span. For example, S&P 500 historylists Meta Platforms only as META, even for the period when it traded as FB. The event/us.csv and event/cn.csv files are the audit trail for those changes.

This canonicalization is strongest for pure ticker/name changes. When an event row includes new_symbol, it means this dataset treats the new ticker as the usable successor for historical lookup. For example, FB -> META means you can use META to access the full history for that company in this dataset.

delisting means the old ticker was retired and is no longer directly usable. In that case new_symbol and new_name are left empty because this dataset does not treat any other ticker as its direct successor. For example, ABMD remains valid historical S&P 500 membership data, but the symbol itself stopped trading after Johnson & Johnson acquired Abiomed.

Events are not scoped to a single index — a corporate ticker or name change applies to every index that includes the company. ic.events("sp500") filters the table to events whose old or new symbol ever appeared in S&P 500 history.

is_member() and constituents_at() are strict — they do not resolve old tickers automatically. Use ic.events("sp500") or ic.symbol_status() to tell whether an old symbol maps to a usable successor ticker or is simply delisted.

Use Cases

  • Check the current constituents of an index
  • Reconstruct point-in-time index membership for backtesting
  • Avoid survivorship bias when training quantitative models
  • Keep a consistent structure for adding more indices later

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

index_constitution-0.6.2.tar.gz (79.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

index_constitution-0.6.2-py3-none-any.whl (98.2 kB view details)

Uploaded Python 3

File details

Details for the file index_constitution-0.6.2.tar.gz.

File metadata

  • Download URL: index_constitution-0.6.2.tar.gz
  • Upload date:
  • Size: 79.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for index_constitution-0.6.2.tar.gz
Algorithm Hash digest
SHA256 ef35fbcce1228f6252f2cc929ff204d6827cfeb97e305681ccf05c3fc0e09b01
MD5 1ee5ef219e215e611525d2ac8f7d56aa
BLAKE2b-256 cf62bb4cdcecc39a0bee6a317d03a4cf6c2d3f55f54f3fe6429c36d2edc28aab

See more details on using hashes here.

Provenance

The following attestation bundles were made for index_constitution-0.6.2.tar.gz:

Publisher: release.yml on unliftedq/index-constitution

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file index_constitution-0.6.2-py3-none-any.whl.

File metadata

File hashes

Hashes for index_constitution-0.6.2-py3-none-any.whl
Algorithm Hash digest
SHA256 5796f846b571fa6d64d110be9bf67baddbb5ee2ffd06d5ab7c119696fa89646a
MD5 10d4aa850f9b42cb008d7885cc3c92a3
BLAKE2b-256 202529c19ce425c80a9660dbde281fd18e7f3720a67d796c36a7f27f66601651

See more details on using hashes here.

Provenance

The following attestation bundles were made for index_constitution-0.6.2-py3-none-any.whl:

Publisher: release.yml on unliftedq/index-constitution

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page