Hello all,
What is the url of the file to get the rates of yesterday from yahoo
I'm programming a module which shows the rates of the change of today and yesterday, but I CANNOT GET values of yesterday's change with http://finance.yahoo.com/d/quotes.csv?f ... 1ohgv&s=GE. So could someone help me and suggest me some solutions about it
Thanks in advance
how to get old change value with http://finance.yahoo.com/d/
Moderator: General Moderators
Not bad idea
... The concept initially was to request from a distant file the rates of the changes , so I need some url pointing to the old csv file from yahoo .
for example :
$yesterdayschanges=new ChangeRates($from_csv_of_yesterday)
$todayschanges=new ChangeRates($from_csv_of_today)
print CompareRates($yesterdayschanges,$todayschanges)
help pliz...
for example :
$yesterdayschanges=new ChangeRates($from_csv_of_yesterday)
$todayschanges=new ChangeRates($from_csv_of_today)
print CompareRates($yesterdayschanges,$todayschanges)
help pliz...
All right I will try to store them in a .txt file
thanks,
All right I will try to store them in a .txt file , that is easy to do but I can't believe the distant url from which yesterday's rates could be loaded doesn't exist. I've spent many hours to search online with no results.
All right I will try to store them in a .txt file , that is easy to do but I can't believe the distant url from which yesterday's rates could be loaded doesn't exist. I've spent many hours to search online with no results.