Friday, July 12, 2013

Google Spreadsheet GoogleFinance Alternate

Question:

In Google Spreadsheet, Function GoogleFinance() don't work with many stock exchanges.

And if we try:
=GoogleFinance("TSE:XEC")
then we get error message: #NA
error: The TSE exchange is not supported.

Any alternate solution for this?

Solution:

You can try the following formula as a workaround:

=ImportXml("http://www.google.com/finance?q=TSE:XEC", "//span[@class='pr']//*[1]" )

Have a look at the screenshot below:





I hope the above solution will help you, and if you need more help then please do comment below on this blog itself, I will try to help you out.


I also take up private and confidential projects:
If this blog post was helpful to you, and if you think you want to help me too and make my this blog survive then please donate here: http://igoogledrive.blogspot.com/2012/09/donate.html 

Thanks,

No comments:

Post a Comment