Tracking publicly traded companies whose stock price has fallen below its November 29, 2022 close — the day before ChatGPT launched — because AI is disrupting their core business.
The interactive dashboard is available at simonsmith.ca/ai-disrupted-companies.
- A new AI-disrupted company is researched and added to
companies.csv - A GitHub Actions workflow automatically updates all stock prices and deploys an interactive dashboard
All data lives in companies.csv with the following fields:
- ticker — yfinance-compatible symbol
- name — company name
- category / subcategory — classification for trend analysis
- description — what the company does
- disruption — how AI is disrupting them
- price_prechatgpt — closing price on November 29, 2022
- price_now — most recent closing price
- change_percentage — decline from pre-ChatGPT price
Requires uv:
uv sync --all-extras
uv run pytest
uv run python update_prices.py
uv run python generate_page.py