rsu-calculator/get-csco-price.sh
Yann Esposito (Yogsototh) 8b9441b5e6
initial commit
2019-05-29 16:36:46 +02:00

6 lines
165 B
Bash
Executable file

#!/usr/bin/env zsh
symbol='CSCO'
apikey='WUX6D88JP4SCYVEI'
http "https://www.alphavantage.co/query?function=TIME_SERIES_MONTHLY&symbol=${symbol}&apikey=${apikey}"