I tried the same using the javascript API's PositionData.
http://code.google.com/apis/gdata/jsdoc/1.4/google/gdata/finance/PositionData.html
I have created a position in my portfolio with 1 share of a company
(say GOOG). I can use the getShares function to get the number of
shares. However when I tried getMarketValue its not working.
any help is much appreciated.
Thanks
On Sep 23, 7:34 pm, Tung <ttuu...@gmail.com> wrote:
Hi all,
I'm using Finance API to get the Market Value for particular ticker
As we have a try to get particular amount of market value of
particular position of particular portfolio in my email account. But
I
find that it only update for 2-3 times on the market price within one
day.
It is total different vs what we find in thehttp://finance.google.com/finance
page. I find that the market price is refresh for each ~5 seconds.
Hence just want to know why the data get from Finance java API call
seem to be offline?
How can I get the refreshed market value (just like what we get in
the
Google finance Portfolios section...)?
Thx in advanced!
Tung