Currently does it for 1000+ US companies and specifically earnings related filings. By US companies, I mean the ones that are obliged to file SEC filings.
This was the result of almost a year long effort and hundreds of prototypes :)
It currently auto-publishes for 1000 ish US companies by market cap, relies on 8-K filing as a trigger.
e.g. https://www.signalbloom.ai/news/NVDA will take you to NVDA earnings
Would be grateful to get some feedback. Especially if you follow a company, check its reports out. Thank you!
Some examples: https://www.signalbloom.ai/news/AAPL/apple-q1-eps-beats-desp...
https://www.signalbloom.ai/news/NVDA/nvidia-revenue-soars-ma...
https://www.signalbloom.ai/news/JPM/jpm-beats-estimates-on-c... (JPM earnings from Friday)
Hallucination note: https://www.signalbloom.ai/hallucination-benchmark
Purely from a technical standpoint, things aren't that difficult really. I'd recommend get yourself an API account with all major providers (because each frontier LLM evidently has their own strengths and weaknesses) and start experimenting with your data. The feeling you'll get when you first get an API response will keep you going! :)
Having said that, a caveat is, LLMs do hallucinate from time to time. If your data needs accuracy, definitely don't do the "throw everything at LLMs and let them do the work" but I'm sure you'll figure it out from trial and error. Good luck!
Wouldn't it be better to use something like openrouter.ai which gives access to lots of different endpoints? In my experiments that is what I am using, wondering if there are good reasons to go to direct API usage.