I wrote and contributed the stock module,which provides stock quotes from a web form, as well as a portfolio feature for registered site users, where they can save their favorite stock symbols. It uses Yahoo! Finance for getting the quotes.
Contents:
Comments
blacksnow (not verified)
Stock module
Sun, 2008/02/24 - 01:12hello, thank you for creating such good stuff,
I have just installed it in my site - http://stock.hkbloggers.net/?q=stock
however, all of it shows 0 0 0 0, no data could be retrieved, do you know why???
Thank you,
Blacksnow
salman (not verified)
Re: Thank you for sharing Stock Module on Drupal.
Fri, 2008/03/21 - 14:39Asalamolaykum,
Dear Brother,
Million thanks for sharing stock module on drupal. I am going to set my webiste shortly with this module.
may god bless you.
Salman from UK
Khalid
allow_url_fopen
Sun, 2008/02/24 - 10:38Check if your host is not allowing allow_url_fopen().
There can be other restrictions. See #218125 for more details.
--
Khalid Baheyeldin
Anonymous (not verified)
Modified function
Thu, 2008/03/06 - 00:25I was having the same problems about the values showing up as all zeros. I found that the problem was with the following function that is found in the current release of the stock module for Drupal. You can see the modifications that I made to it as a temporary fix for people having similar problems.