1 message in com.googlegroups.google-finance-apis[Google Finance APIs] Help - I'm not ...
FromSent OnAttachments
NexMay 9, 2009 5:56 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] Help - I'm not getting return/gain data back?Actions...
From:Nex (pete@gmail.com)
Date:May 9, 2009 5:56:08 am
List:com.googlegroups.google-finance-apis

Hi,

I've just started building an app around the Google Finance API, but I'm not seeing any return/gain data come back.

I'm using the Objective-C GData API, and the finance sample returns this when selecting a Portfolio:

GDataEntryFinancePortfolio 0x3F5D50: {v:1.0 title:My Portfolio categories:1 links:self,edit id:http://finance.google.com/finance/ feeds/xx@gmail.com/portfolios/1 portfolio:GDataPortfolioData 0x3F4380: {gainPercentage:0.0 returnOverall:0.0 returnYTD:0.0 return1w: 0.0 return1y:0.0 return3m:0.0 return3y:0.0 return4w:0.0 return5y:0.0 currencyCode:USD} feedLink:GDataFeedLink 0x3F2620: {href:http:// finance.google.com/finance/feeds/xx@gmail.com/portfolios/1/positions href:http://finance.google.com/finance/feeds/xxx@gmail.co@ 1/positions}}

You can see here there's no gain or return information (everything is zero) however, I do have positions with transactions, and viewing the Google Finance website, I can see gains and returns etc.

Is there an issue with the API?

Thanks,