|
Posted by Gwen Morse on 10/04/63 11:19
I'm trying to get information out of a specific web page (the
individual stock pages at Yahoo).
I can call the URL via PHP. Here's a sample page:
http://finance.yahoo.com/q?s=hdi
The information I need to pull from the page is the day's price (or
the last closing price, either would be fine), the 52-week low, and
the 52-week high.
These are all provided on the finance page for any listed stock. This
information is _not_ fully provided if you "download" the csv file.
Is there any way to get this information with PHP functions (or to
write my own?)
Gwen
Navigation:
[Reply to this message]
|