what is the getMarketValue of PositionData function supposed to
return?
http://code.google.com/apis/gdata/jsdoc/1.4/google/gdata/finance/PositionData.html
If I create a position with 1 share of GOOG in my portfolio, then I
should be able to get the stock price of GOOG by querying the
MarketValue of the position, isnt it?
Am I missing something?
Thanks
On Sep 19, 10:13 pm, "Dion Loy (Google)" <dloy+gro...@google.com>
wrote:
As mentioned in the previous email:
"You can not retrieve the stock price of a company with the portfolio
API."
Thanks.
On Sep 13, 4:44 pm, James669 <dani...@gmail.com> wrote:
now I created a Portfolio and I did a transaction.... How can I get
the Last Price of this position? (Javascript)
On 12 sep, 15:42, "Dion Loy (Google)" <dloy+gro...@google.com> wrote:
You can not retrieve the stock price of a company with the portfolio
API.
There is access to the stock price through the gadget API, however
this is only available on iGoogle hosted gadgetes.
On Sep 12, 6:09 am, James669 <dani...@gmail.com> wrote:
I have a question about how get the Stock Price from a company
(JavaScript)...
I really need to have a portfolio with this company to get the stock
price or I can do it without a portfolio? For example if I know the
company's symbol use some function with the symbol to obtain the price
or other company information.