Very cool! As everything is done client side how about adding some parsing of the URL #hash/?query to encode data of a portfolio? That way you could have a single statically hosted version serving multiple people. Could even have a portfolio builder page that generates the encoded URL.
Here you go! No need to fork :) https://samdobson.github.io/stocks/?Banks=GS,MS,JPM&Tech=AAP...
Re: Show HN: A free, lightweight static page to get stock quotes using the IEX API
#41Thanks, agreed this is a good idea and I added query param support here: https://github.com/toddwschneider/stocks/pull/4