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>
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.