Yahoo Stock Quote - FAQs, Troubleshoot and Tips & Techniques |
| Written by kksou | |||
| Thursday, 03 September 2009 | |||
|
This is the FAQ for the Yahoo Stock Quote (AJAX module version). Troubleshooting
A: Note that after you have modified the stylesheet I've also found that for some browsers, they still use the "cached" version of stylesheet even when you click the "Reload" button. In such case, you need to clear the cache so the the modified stylesheet gets reloaded. A: Just pass in the parameters in the url. a = the symbols process = 1 (to get the stock quote immediately) For example, for the "Yahoo Stock Quote in content item - sample 2 ", you can use the following to give a direct stock quote: http://www.kksou.com/php-gtk2/Joomla-samples/ Yahoo-Stock-Quote-in-content-item-sample-2.php? a=YHOO,GOOG,MSFT&process=1 Note: Starting from version 1.01/1.51, the stock quotes will be displayed when the module is first loaded — without the need to press the Submit button. A: You can just enter the symbols for the respective indexes. For example, for NYSE, NASDAQ, NIKKEI 225, enter the following: ^NYA,^IXIC,^N225 If you do not know the symbols for the indexes, you can look up the respective symbols from http://finance.yahoo.com/. A: There are now three methods to retrieve data from Yahoo Finance. Use the default method fread() first. If it doesn't work, then try file_get_contents(), and then the cURL library. Module ConflictsIf you've tried all of the above, and it still does not work, it might be because of conflicts with some other plugins or modules. To ascertain this,
User contributed Tips & Techniques Note: You have to be a registered member to leave a comment. Free registration here. |
|||
| < Prev | Next > |
|---|





September 07, 2009 8:39am
Please refer to Forum TOPIC: Re:how do I remove the get quote form? by Jon73.
September 07, 2009 8:47am
Please refer to Forum TOPIC: Time and Date by Redback.