Data Directory

Public endpoints for the liquid US equity universe manifest.

active_tickers.json

The primary manifest of currently liquid tickers and structural metadata.

changelog.json

Historical record of universe additions and removals per month.

Historical Archive

Point-in-time snapshots of the registry universe.

Browse /data/archive/ on GitHub →

API Usage

fetch('https://registry.stockstreaks.com/data/active_tickers.json')
  .then(res => res.json())
  .then(data => console.log(`Active tickers: ${data.length}`));