curl - Python stock quotes and all time highs and lows -


the curl 1 liner below generates stock price, have 2 columns next can time high , time low of stock well.

using below commadlinefu :

curl -s 'http://download.finance.yahoo.com/d/quotes.csv?s=csco&f=l1' 23.445

but have context see in relation previous time high , previous time lows.

any thoughts ??


Comments

Popular posts from this blog

Unable to remove the www from url on https using .htaccess -