Universe Membership History
Last verified
Why point-in-time membership matters
Any analysis that grades a stock strategy over history has to know which names were actually in the index on each past date — not which names are in it today. Judging a strategy on today’s constituents is survivorship bias: the companies that failed or were dropped have already been removed from the list, so the backtest only ever sees the survivors and reads far better than the strategy would have done in real time.
The platform’s screening universe therefore records membership as a timeline, not a single current snapshot. The question it answers is “who was in the S&P 500 on date X?” for any date back to 1996.
What the history covers
- Index: S&P 500 constituents.
- Span: 1996-01-02 through the latest recorded index change.
- Shape: every index add and removal is a dated event. A name that joined, later left, and re-joined is represented correctly — it counts as a member only on the dates it was actually in the index, and drops out of the universe on and after its removal date.
- Source: a public point-in-time S&P 500 change history, copied into the repository and seeded once. Membership from the platform’s live daily snapshot continues to accrue forward on top of it.
Two honest gaps
- S&P 400 MidCap history is not covered. No point-in-time source for the MidCap index was available, so the S&P 400 tier of the universe only has membership recorded forward from when the platform first began snapshotting it — it is not survivorship-correct for dates before that. Only the S&P 500 tier carries the full 1996-forward history.
- Historical rows carry the ticker symbol as of the day. A company that
later changed its ticker appears under its old symbol on old dates (and a
company that was delisted keeps the symbol it traded under). No symbol-rename
table is applied. Symbols are stored in the platform’s dash convention
(
BRK-B, not the source’s dotBRK.B), so this gap is about renames and delistings — never the separator. Any analysis that joins membership to a price series keyed by a current symbol has to reconcile the rename itself.
The rule for analysis
Every historical per-name study on this platform masks membership point-in-time before grading anything. A study graded on the current constituent list is not a result — it is survivorship bias wearing a result’s clothes. The membership timeline is the safeguard, and using it is mandatory.