S&P 500 Companies with Financial Information

200,747
0
Updated:
Files:2
Size:53.9 kB
Formats:csv
License:ODC-PDDL-1.0

List of companies in the S&P 500 (Standard and Poor's 500). The S&P 500 is a free-float, capitalization-weighted index of the top 500 publicly listed stocks in the US (top 500 by market cap). The data...

API Access

Access dataset files directly from scripts, code, or AI agents.

Browse dataset files
Dataset Files

Each file has a stable URL (r-link) that you can use directly in scripts, apps, or AI agents. These URLs are permanent and safe to hardcode.

/core/s-and-p-500-companies/
https://datahub.io/core/s-and-p-500-companies/_r/-/.devcontainer/devcontainer.json
https://datahub.io/core/s-and-p-500-companies/_r/-/.gitignore
https://datahub.io/core/s-and-p-500-companies/_r/-/Makefile
https://datahub.io/core/s-and-p-500-companies/_r/-/README.md
https://datahub.io/core/s-and-p-500-companies/_r/-/UPDATE_SCRIPT_MAINTENANCE_REPORT.md
https://datahub.io/core/s-and-p-500-companies/_r/-/data/constituents.csv
https://datahub.io/core/s-and-p-500-companies/_r/-/data/sector-counts.csv
https://datahub.io/core/s-and-p-500-companies/_r/-/datapackage.json
Key Files

Start with these files — they give you everything you need to understand and access the dataset.

datapackage.jsonmetadata & schema
https://datahub.io/core/s-and-p-500-companies/_r/-/datapackage.json
README.mddocumentation
https://datahub.io/core/s-and-p-500-companies/_r/-/README.md
Typical Usage
  1. 1. Fetch datapackage.json to inspect schema and resources
  2. 2. Download data resources listed in datapackage.json
  3. 3. Read README.md for full context

Data Views

Data Files

Explore with AI

sector-counts

Download

Download CSV

About

Aggregated count of S&P 500 constituent companies by GICS sector, derived from the constituents resource. The total may exceed 500 because a small number of companies have multiple share classes listed in the index.
Last updated
8 May 2026
Total rows
...
Format
CSV
File size
206 B

constituents

Download

Download CSV

About

Full list of S&P 500 constituent companies as sourced from Wikipedia. Each row represents one listed security (ticker symbol). A small number of companies appear twice with different symbols due to multiple share classes.
Last updated
11 May 2026
Total rows
...
Format
CSV
File size
53.7 kB

About this dataset

Update Script Maintenance Report

Date: 2026-03-04

  • Root cause: Wikipedia fetch via direct pandas.read_html(url) hit HTTP 403 in automation.
  • Fixes made: switched scraper to requests with explicit User-Agent and parsed HTML from response content; modernized workflow with explicit write permission.
  • Validation: local run reproduces and addresses the fetch path issue; workflow now commits only when output changes.
  • Known blockers: none identified in this remediation pass.