J
Jamie Vail
I would like to have a web query that pulls the stock price for a given
stock symbol. The one from MSN money pulls all the data (I just want a one
column with the current prices of my stocks). I have tried Yahoo Finance,
however, I have only been able to get it to respond with the current price
and the symbol in the same field. I have copied below what I have tried
writing. Also, is it possible to have multiple stock symbols in here, and
the script runs through each one, keeping it in the same column, just going
down the rows?
WEB
1
http://finance.yahoo.com/d/quotes.csv?s=MOT&f=sl1
<http://finance.yahoo.com/d/quotes.csv?s=MOT&f=sl1>
Thanks
stock symbol. The one from MSN money pulls all the data (I just want a one
column with the current prices of my stocks). I have tried Yahoo Finance,
however, I have only been able to get it to respond with the current price
and the symbol in the same field. I have copied below what I have tried
writing. Also, is it possible to have multiple stock symbols in here, and
the script runs through each one, keeping it in the same column, just going
down the rows?
WEB
1
http://finance.yahoo.com/d/quotes.csv?s=MOT&f=sl1
<http://finance.yahoo.com/d/quotes.csv?s=MOT&f=sl1>
Thanks