04/22/2026 Asked Claude to create a web app to display stock charts of data in the Postgres database. Not quite ready to publish yet, maybe this afternoon.
04/23/2026 stock_dashboard.py is limping along, needs improvement! I will continue to fix it up, it will still only be a very simple stock charting application, more just to look at data in the Postgres database that is part of the project.
I have some data cleanup issues on my Postgres database. I hope by May 2026 I will have some analytical capabilities in the project. So far, I have about $1,200 in my MS-A1 computer and subscriptions to eoddata.com for a gold membership at $50.00/month and a subscription to Claude.ai for about $20.00/month. I have an older computer with a great graphics card in it. I have purchased a MINISFORUM DEG1 eGPU Dock to connect the MS-A1 to a GPU to improve the Ollama/Claude performance. It will still be slow, but maybe useful to try a small subset of data analytics.
Have a new charting system using dash from plotly. Also, I will add a bulk loader of quote data from the eoddata API. Still testing these.
Bulk loader works fine. It is slow due to eoddata.com API throttling. I’ll add the new charting system later today. I want to get my database up to date first. After that I will begin with the analysis part of my project.
Added new charting system to GitHub.
