Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gabhi/1c7a20c1eeda8ee89af055f00b9498b7 to your computer and use it in GitHub Desktop.
Save gabhi/1c7a20c1eeda8ee89af055f00b9498b7 to your computer and use it in GitHub Desktop.
alias to get yahoo stock quotes on command line

stock_quotes () { curl -s "http://download.finance.yahoo.com/d/quotes.csv?s=$1&f=sl1c" }

stock_quotes aapl

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment