Tesla income statement
The website myfinsight.com aims to make complicated company financials easy to understand. I used to manually send the finance infographics to friends and family. I found it easier just to make a website and they can grab the data from it.
fetch(url,{ next: { revalidate: 18000 } })
.
It is still re-fetching the data for the same ticket after ~3600 seconds instead of 18000 in production. I will give it another look when I update this project to Next.js 15.