Skip to content

peippo/stock-splits

Repository files navigation

Banner image

A stock splits calendar app built to test SvelteKit. Data from polygon.io.

Polygon.io API limits free calls to 5 per minute so I decided to move the stock splits data to a Node.js server and only fetch the ticker information from Polygon. In the end I also set all the Svelte routes to prerender, so the server should be redundant. The splits data is currently never refreshed though, maybe a todo for later...

The Node.js/SQLite server repository is at stock-splits-server.

Screenshot