4 messages in com.googlegroups.google-finance-apis[Google Finance APIs] Displaying Mark...
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] Displaying Market Tickers on .net SiteActions...
From:Daas (sdev@gmail.com)
Date:Dec 18, 2008 7:01:55 am
List:com.googlegroups.google-finance-apis

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.