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
CSI 300 Top 300 A-share stocks listed on the Shanghai and Shenzhen exchanges Official announcements from China Securities Index Co. (csindex.com.cn)
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)
S&P 500 500 leading large-cap U.S. companies listed on U.S. exchanges Wikipedia: List of S&P 500 companies
NASDAQ-100 100 largest non-financial companies listed on the Nasdaq Stock Market Wikipedia: NASDAQ-100

Structure

src/index_constitution/_data/
    history/
        csi300.csv
        csi500.csv
        nasdaq100.csv
        sp500.csv
    latest/
        csi300.csv
        csi500.csv
        nasdaq100.csv
        sp500.csv

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']

ic.latest("sp500")                   # current S&P 500 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

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.2.0.tar.gz (66.7 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.2.0-py3-none-any.whl (81.1 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: index_constitution-0.2.0.tar.gz
  • Upload date:
  • Size: 66.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.13

File hashes

Hashes for index_constitution-0.2.0.tar.gz
Algorithm Hash digest
SHA256 651529b36f6ea8a08ee34516a017529a0e89128ea586f5bc27561c3238623f1c
MD5 1d25e6c44c8b9cd48d6e151d950cf098
BLAKE2b-256 97e3e5a2cf5a482fab874a5a0598646173a946584f37a9a06d44b2a30b1ff5ad

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for index_constitution-0.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 d3bae6479d0badd228740f7a055a9a58a11d9e1266a9ab3091342447edaa1fa4
MD5 b01d931594497071bd22b7b67c326361
BLAKE2b-256 0a0e5c03aced8a2198bf3e70164ca4a50b16be4c395f4b6172ed4d0ec5d9f157

See more details on using hashes here.

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