Subscribe:
RSS feed
I live on command line all day, so it is convenience to perform many tasks using the command line. One of those is to check stock price: curl -s 'http://download.finance.yahoo.com/d/quotes.csv?s=csco&f=l1' The above command check for the last price (with some delay) of Cisco Systems. If you want to check the price for other tickers, replace […]
May 6, 2009
2