Skip to content

simonmesmith/ai-disrupted-companies

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

117 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AI Disruption Index

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 Index

The interactive dashboard is available at simonsmith.ca/ai-disrupted-companies.

How It Works

  1. A new AI-disrupted company is researched and added to companies.csv
  2. A GitHub Actions workflow automatically updates all stock prices and deploys an interactive dashboard

Data

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

Development

Requires uv:

uv sync --all-extras
uv run pytest
uv run python update_prices.py
uv run python generate_page.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors