initial commit

This commit is contained in:
Yann Esposito (Yogsototh) 2019-05-29 16:36:46 +02:00
commit 8b9441b5e6
Signed by untrusted user who does not match committer: yogsototh
GPG key ID: 7B19A4C650D59646
2 changed files with 10 additions and 0 deletions

6
get-csco-price.sh Executable file
View file

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

4
get-usd-to-eur.sh Executable file
View file

@ -0,0 +1,4 @@
#!/usr/bin/env zsh
date="2019-05-01"
http "https://api.exchangeratesapi.io/${date}?base=USD&symbols=EUR" > euro-$date.json