I want to put industry-related stock prices on my page. Any suggestions?
werty
8:15 pm on Apr 26, 2005 (gmt 0)
There is a way to grab them from yahoo using a perl script. It is nicely documented on this site: [xanadb.com...]
httpwebwitch
2:17 pm on May 3, 2005 (gmt 0)
Solved it.
I'm using a C# script to parse the CSV feed provided by Yahoo Finance. The RSS version is just converting CSV to XML - I skipped that step and parsed the CSV right onto the page.
I'll add a little caching and this thing will be ready to fly.