Saturday, Jul 25th  2026 @ 22:06:21 Daylight Savings Time 
 
 
  
www . shrum.net /updates
All scripting, coding, html, layout, design, .... basically everything here done by yours truly. - S

     

  
 
 
 
filter
 clear search
 
 
$domain$ :: $subdomain$

Site Modifications + Code Changelogs

If you frequent my site, you'll notice that I update it and the projects I create quite a bit.  Due to size and scope, updates are scattered all around.  This listing serves as a quick reference for those who only want to look at the newest changes.  By default, the latest 15 updates are listed below (with links to the changed or added content). If you are looking for a specific area of the site, use the search field above or use the site nav links in the top right and bottom right of the page. Area specific links are typically on the left side
 
$domain$ :: $subdomain$ :: $title$
# of Columns
PAGINATION NAVIGATION
RECORDS PER PAGE
 

1 2 3 4 5 6 7

     Page 1 of 5     

30 45 60 - All

 

Displaying 15 [  1 - 15  ] of 72 matching entries (out of 72) in descending order

 
 

 
  2026.07.25 @ 02.11.54

 

  [ /sean/datasets ] :: (pricehistory.csv prices.csv) These files are now limited to the past 10 years allowing for the file size to drop from 107m to 38m. This change alone make my main dashboard file size drop for 333m to 130m.  [ edit ]
    
 
 

 
  2026.07.24 @ 23.06.37

 

  [ /sean/datasets ] :: (earnings.csv earnings.next.csv update_earnings.py dividends.csv dividends.next.csv update_dividends.py) Earnings.csv and dividends.csv now retains 5y+ past (as well as future projected) dates to act as a historical records to be used in "E" and "D" tagging on historical price charting. Earnings.next.csv and dividend.next.csv will hold ONLY current or latest weekday and the next 20 future trade dates and the tickers having earnings reports or dividend distributions.  [ edit ]
    
 
 

 
  2026.07.23 @ 18.45.35

 

  [ /sean/datasets ] :: (volume.html, ma200.html, yoy.html) Ramping up v.2 of the datasets and dashboards. Check dashboard title to see if you are seeing "v.2" as these are not yet in the main daily pipeline and you may still be seeing v.1 files. V.2 of volume dashboard uses splits.csv and normalizes them automatically.  [ edit ]
    
 
 

 
  2026.07.18 @ 16.46.21

 

  [ /sean/datasets ] :: (volume.html, ma200.html) Second shift-click for multisorting was causing primary sort to be lost. This is now fixed.  [ edit ]
    
 
 

 
  2026.07.15 @ 00.50.24

 

  [ /sean/datasets ] :: (tickers.csv, volume.html, ma200.html) Tickers.csv file now includes a company NAME col (entries dbl-quote wrapped if it contains commas). The company name is now part of the row hover popups. Be aware that some company names use accented characters in their names when parsing this file. Updated MA200 and Volume dashboard tables to display a 'ER' (Earnings Report) col (for sorting purposes) which acts as a countdown to the day.  [ edit ]
    
 
 

 
  2026.07.10 @ 02.51.53

 

  [ /sean/datasets/volume.html ] :: (volumehistory.py, volume.py) Created a new dataset to store trade volumes for the last 365 days in volumehistory_365.txt. This data is used along with pricehistory_365.txt and ticker.csv in compiling my new Volume Spike Dashboard. This page will display tickers along with its last 3 trading day volumes as well as its 20d trade volume average. More useful in spotting tickers that are seeing sudden upwards moves but also down. Will update post pricehistory_365.txt and volumehistory_365.txt update every weekday.  [ edit ]
    
 
 

 
  2026.07.08 @ 17.50.35

 

  [ /sean/code/cats ] :: (cats.php) v4.17-claude. Ran cats.php thru Claude Code and it addressed a number of issues that are outlined in the script itself. New file is posted in here or by clicking on the source icon in the Cats area.  [ edit ]
    
 
 

 
  2026.07.08 @ 13.38.17

 

  [ /sean/datasets ] :: (tickers.py, pricehistory.py, ma200.py, trends.py, YoY_pct.py) Moved weekday run times to start at 1:10 pm PDT (10 minutes after market close) for pricehistory dataset updates followed by a 30 minute window for all cronjobs that require that data.  [ edit ]
    
 
 

 
  2026.07.07 @ 23.15.38

 

  [ /sean/datasets/ma200.html ] :: (ma200.py) Added 200d+ which totals the number of positive return days a ticker has had in the past 200 trade days. Also added icons to the right of each ticker that links out to Yahoo Finance and MarketWatch for the ticker it is next to.  [ edit ]
    
 
 

 
  2026.07.07 @ 17.50.35

 

  [ /sean/code/cats ] :: (cats.php) Multiple search terms were being treated as AND conditions without '+' operator. Non-operator prefaced term searches are now OR based. 'foo bar' (foo OR bar) vs 'foo +bar (foo AND bar)  [ edit ]
    
 
 

 
  2026.07.07 @ 17.02.14

 

  [ /sean/datasets ] :: (tickers.py) Replaced all periods '.' in ticker names to dashes '-' as yFinance does not support periods in tickers. Example: BRK.A -> BRK-A. Beefed up detect_split() to trigger price history refresh if a split is detected mathematically via ratios and corporate announcement via yf.Ticker(ticker).splits. Script will refresh full histories on some tickers with large (+/-33%) 1 day moves. Example: CRNX had a 98% price jump (no split) on July 7, 2026. Script detects and logs it as such:

[SPLIT] Price jump detected for CRNX: 1:2 reverse split (estimated) on 2026-07-07
[SPLIT] CRNX — 1:2 reverse split (estimated) on 2026-07-07
[SPLIT] Refreshing full history for CRNX

In the event of a corporate announcement:

[SPLIT] Corporate action detected for CRWD: 4:1 forward split on 2026-07-02
[SPLIT] CRWD - 4:1 forward split on 2026-07-02
[SPLIT] Refreshing full history for CRWD

I'm using a 7 day window as yFinance doesn't update prices the day of or the day after a split thereby massive moving tickers will age out of the validation window in that timeframe.  [ edit ]

    
 
 

 
  2026.07.01 @ 21.33.41

 

  [ /sean/datasets ] :: (ma200.py, YoY_pct.py) Added a 'sector-> subsector' popup that displays next to the mouse pointer when hovering over a ticker row. Search field now allows for ticker, sector, and subsector searching.  [ edit ]
    
 
 

 
  2026.07.01 @ 20.44.33

 

  [ /sean/datasets ] :: (tickers.py, pricehistory.py, ma200.py, trends.py, YoY_pct.py) Moved update run time to 3 pm PDT for all cron jobs. If I find that yFinance is posting a complete set of price data sooner after market close, I'll move the update time closer to 1 pm PDT.  [ edit ]
    
 
 

 
  2026.07.01 @ 20.41.52

 

  [ /sean/datasets/YoY_pct.html ] :: (YoY_pct.py) Script no longer generates .txt or .csv files natively. I've switched to a html dashboard layout with on-page column sorting, my portfolio filtering, and the ability to export to csv. This page gets updated every weekday at 5pm PDT.  [ edit ]
    
 
 

 
  2026.06.30 @ 23.46.45

 

  [ /sean/datasets/ma200.html ] :: (ma200.py) Script no longer generates .txt or .csv files natively. I've switched to a html dashboard layout with on-page column sorting, my portfolio filtering, and the ability to export to csv. Added a ranking column goes off highest MA200% and a 1w% column that can be sorted to reorder those tickers that are experiencing a growth spurt. This page gets updated every weekday at 5pm PDT.  [ edit ]
    
 
 

Displaying 15 [  1 - 15  ] of 72 matching entries (out of 72) in descending order

 

1 2 3 4 5 6 7

     Page 1 of 5     

30 45 60 - All

 
# of Columns
PAGINATION NAVIGATION
RECORDS PER PAGE
 
 
top

Page generation time = 0.0072/s
Page size (minus graphic elements) = 94kb

bookmark

feedback print

back

Since 1992 - shrum.net

Copyright 2026 Sean Shrum

 
 
CATS.PHP [C]ontent [A]cquisition and [T]emplating [S]cript v.4.17-claude [ 2026.07.08 ] by Sean Shrum