Tool to query and analyze stock and ETF investments using realtime and historical price data.
openssl rand -base64 32
to obtain secret keyopenssl ecparam -genkey -name prime256v1 -out vapid.pem
to obtain private key for pushopenssl ec -in vapid.pem -pubout -outform DER | tail -c 65 | base64 | tr '/+' '_-' | tr -d '\n'
to obtain base64 encoded public key for use in js