Munger_Disciple Posted November 4, 2010 Posted November 4, 2010 I am trying to include stock option price in Google Docs. I know Google Docs supports stock prices, but I am not sure if it supports option symbols. TIA for your help.
treasurehunt Posted November 5, 2010 Posted November 5, 2010 The GoogleFinance function doesn't support options the last I checked (at least it did not support the options I cared about). But you can get around this by importing the value from yahoo. Here is an example: To get the current price of the WFC Jan 2011 $35 put: =Value(Substitute(Index(importHTML("http://finance.yahoo.com/q?s=WFC110122P00035000";"table";1),1,2),"*",""))
Munger_Disciple Posted November 5, 2010 Author Posted November 5, 2010 Thanks treasurehunt! I will try it out.
Grenville Posted November 5, 2010 Posted November 5, 2010 Sreenr, Thanks for asking the question. I would like to pull up the warrants and this looks like the best way to do it. Treasurehunt, How did you figure this out? Is there a guide somewhere or just programming knowledge? How about the syntax of pulling data out of a webpage like that? Thanks in advance!
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now