4 messages in com.googlegroups.google-finance-apis[Google Finance APIs] Re: Displaying ...
FromSent OnAttachments
DaasDec 18, 2008 7:01 am 
Dion Loy (Google)Dec 18, 2008 7:15 am 
Sujatha DevamadhavanDec 18, 2008 7:39 am 
Dion Loy (Google)Dec 19, 2008 11:21 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: Displaying Market Tickers on .net SiteActions...
From:Dion Loy (Google) (dloy@google.com)
Date:Dec 19, 2008 11:21:12 am
List:com.googlegroups.google-finance-apis

Documentation is available on the 'Read documentation' link on this group's homepage:

http://groups.google.com/group/google-finance-apis?hl=en

Also, as mentioned in my previous mail, "Market quotes are not available through the Finance Data API".

Thanks.

On Dec 18, 7:40 am, "Sujatha Devamadhavan" <sdev@gmail.com> wrote:

Thanks Dion, Can you please tell me how to get the market quotes to display in .net website?

I don't find much documentation for this.  If you have any links for this documentation, please forward it.

Thanks a bunch.

On Thu, Dec 18, 2008 at 8:16 AM, Dion Loy (Google) <dloy+gro@google.com<dloy@google.com>

wrote:

Market quotes are not available through the Finance Data API.  Also, your query is not correct, please consult the documentation for a full description of the URLs and data available. Thanks!

On Dec 18, 7:02 am, Daas <sdev@gmail.com> wrote:

I'm trying to display Market Quotes on my website using Google Finance API.  I'm using the following code

Google.GData.Client.Service finser = new Service("finance", "company- software-1.2"); FeedQuery query = new FeedQuery(); query.Uri = new Uri("http://finance.google.com/finance"); query.Query = "INTC"; query.NumberToRetrieve = 10; AtomFeed feed = finser.Query(query);

When executing line - AtomFeed feed = finser.Query(query); - I get a Parsing error, '--' is an unexpected token. The expected token is '>'. Line 81, position 5.

Can anyone help to resolve this error. I'm using 1.2.2.0.

Thanks, Daas