I just want to get he stock data from this link: (i.e. Open, High, Low)
Real-time Quote
But, I can't see any "number" from their source file. Any idea?
Thanks!
Printable View
I just want to get he stock data from this link: (i.e. Open, High, Low)
Real-time Quote
But, I can't see any "number" from their source file. Any idea?
Thanks!
From what source file? How did you get data from that page, can you show what you've done?
Eranga,
I use "wget" to download that link. I need to analyze how they store those number and will try to use perl to extract it.
Jos,
I see. Btw, is there anyway to download those data?
Thanks!
Aren't they provide any web service to extract information?
No, they didn't.
Then you may use a HTML parser to extract information. But the problem is how to track required information, do you know the HTML structure of that page?