3 messages in com.googlegroups.google-finance-apis[Google Finance APIs] Re: TSX Problems
FromSent OnAttachments
dillengerNov 6, 2008 9:32 pm 
Doug ChimentoNov 7, 2008 8:50 am 
dillengerNov 7, 2008 9:13 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:[Google Finance APIs] Re: TSX ProblemsActions...
From:dillenger (da@eatmecanada.com)
Date:Nov 7, 2008 9:13:15 am
List:com.googlegroups.google-finance-apis

This is my code:

<?xml version="1.0" encoding="UTF-8" ?><Module> <ModulePrefs title="Shaw Finance"> <Require feature="finance"/> </ModulePrefs> <Content type="html"> <![CDATA[ SJR.B<br /><span id=_IG_SYM1_c></ span> <span id=_IG_SYM1_cp></span><br/> Today's Hi: <span id=_IG_SYM1_hi></span><br /> Today's Lo: <span id=_IG_SYM1_lo></ span><br /><br />Strike Price: 17.785 CAD<br />Current Price: <span id=_IG_SYM1_l></span><script> var quote = new google.finance.Quote(); quote.enableDomUpdates({'TSE:SJR.B' : '_IG_SYM1'}); quote.getQuotes("TSE:SJR.B"); </script> ]]> </ Content></Module>

Not sure if it works with hong kong, will try though.

On Nov 7, 9:50 am, "Doug Chimento" <dchi@gmail.com> wrote:

Are only US symbols working ? Could you try something on the Hong Kong exchange?

On Fri, Nov 7, 2008 at 12:33 AM, dillenger <d.@eatmecanada.com> wrote:

Hello I am trying to retreive results from a gadget for a symbol on the TSX. I have tried just about everything and can't get it to show up, the symbol is SJR.B. What would the gadget code be for this?

I have tried TSE:SJRB TSE:SJR.B SJRB.TO

I cannot seem to get this to show up. I know my code is right as I have tried other US symbols and it works...