PDA

Click to See Complete Forum and Search --> : Looking for 2 URL addresses


Bob Genigeski
Jul 21st, 1999, 08:45 PM
I am writing a program that, among other things uses the Internet Transfer Control to retrieve stock quotes and stuff the returned information into a variable. The address is:

"http://quote.yahoo.com/download/quotes.csv?format=sl&ext=.csv&symbols="
I need two additional addresses:
1.) Type the name of the stock and it returns the Ticker Symbol.
2.) Type the Ticker Symbol and it returns the 5 year averaged rate of return.

I could use the WebBrowser Control and pull up the entire web page, but then I have to cut and paste the info back into my program.

Thanks in advance
Bob