Hey HN,<p>I wrote this tool a while back to understand how a stocks price has moved around past earnings. There are websites that have this information but they all charge in one way or another.<p>I added a sweet feature last night where a user can add another stock ticker by:
- filling a form on the github pages site
- the submit button filling that information into an issue
- github actions detects the issue creation, gets the stock data and commits it to the repo
- new ticker is available on the site<p>Link to github repo (also on site): <a href="https://github.com/benkaiser/earnings" rel="nofollow">https://github.com/benkaiser/earnings</a>