<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>1stmilliondollar.net &#187; docs</title>
	<atom:link href="http://1stmilliondollar.net/tag/docs/feed/" rel="self" type="application/rss+xml" />
	<link>http://1stmilliondollar.net</link>
	<description>A financial journey to our first million dollar</description>
	<lastBuildDate>Tue, 04 Jan 2011 00:39:39 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>How to Display Country Stock Index on Google Docs?</title>
		<link>http://1stmilliondollar.net/2010/02/how-to-display-country-stock-index-on-google-docs/</link>
		<comments>http://1stmilliondollar.net/2010/02/how-to-display-country-stock-index-on-google-docs/#comments</comments>
		<pubDate>Thu, 18 Feb 2010 12:19:39 +0000</pubDate>
		<dc:creator>1stmilliondollar</dc:creator>
				<category><![CDATA[Tools]]></category>
		<category><![CDATA[djia]]></category>
		<category><![CDATA[docs]]></category>
		<category><![CDATA[finance]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[hang seng]]></category>
		<category><![CDATA[index]]></category>
		<category><![CDATA[indexes]]></category>
		<category><![CDATA[nasdaq]]></category>
		<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[s&p 500]]></category>
		<category><![CDATA[tsx]]></category>
		<category><![CDATA[yahoo]]></category>

		<guid isPermaLink="false">http://1stmilliondollar.net/2010/02/how-to-display-country-stock-index-on-google-docs/</guid>
		<description><![CDATA[Our previous posting discusses on how to display stock prices on Google Docs. How can we display stock indexes, such as S&#38;P 500? We might need them if we want to compare our portfolio with those indexes, don’t we? Here is the trick: you can just type the same function as you normally use for [...]]]></description>
			<content:encoded><![CDATA[<p>Our previous posting discusses on how to display stock prices on Google Docs. How can we display stock indexes, such as S&amp;P 500? We might need them if we want to compare our portfolio with those indexes, don’t we?</p>
<p>Here is the trick: you can just type the same function as you normally use for stocks, i.e. “<strong>=GoogleFinance(index)</strong>”. Type without quotes. For example, to display the current price of S&amp;P 500 index, type “=<strong>GoogleFinance(“.INX”)</strong>”.</p>
<p><img style="display: inline; border-width: 0px;" title="google_docs3" src="http://1stmilliondollar.net/wp-content/uploads/2010/02/google_docs3.jpg" border="0" alt="google_docs3" width="245" height="103" /></p>
<p>How do we find the ticker symbol of popular indexes? There are a couple of places on the Internet that has this information. <a href="http://finance.yahoo.com/">Yahoo! Finance</a> provides them on their home page; but they use a different convention with Google Finance. Instead of prefixing the ticker with dot, they use ^ symbol.</p>
<p>Here is the list of popular stock indexes around the world.</p>
<ul>
<li>S&amp;P 500 Index: <a href="http://www.google.com/finance?q=.inx">.INX</a></li>
<li>Dow Jones Industrial Average (DJIA) Index: <a href="http://www.google.com/finance?q=.dji">.DJI</a></li>
<li>Nasdaq Composite Index: <a href="http://www.google.com/finance?q=INDEXNASDAQ:.IXIC">.IXIC</a></li>
<li>S&amp;P/TSX Composite Index: <a href="http://www.google.com/finance?q=TSE:.GSPTSE">.GSPTSE</a></li>
<li>FTSE 100 Index: <a href="http://www.google.com/finance?q=INDEXFTSE:.FTSE">.FTSE</a></li>
<li>Hang Seng Index: <a href="http://www.google.com/finance?q=INDEXHANGSENG:.HSI">.HSI</a></li>
<li>Nikkei 225 Index: <a href="http://www.google.com/finance?q=INDEXNIKKEI:.N225">.N225</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://1stmilliondollar.net/2010/02/how-to-display-country-stock-index-on-google-docs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Monitoring Portfolio with Google Docs</title>
		<link>http://1stmilliondollar.net/2010/02/monitoring-portfolio-with-google-docs/</link>
		<comments>http://1stmilliondollar.net/2010/02/monitoring-portfolio-with-google-docs/#comments</comments>
		<pubDate>Mon, 15 Feb 2010 14:01:41 +0000</pubDate>
		<dc:creator>1stmilliondollar</dc:creator>
				<category><![CDATA[Tools]]></category>
		<category><![CDATA[docs]]></category>
		<category><![CDATA[finance]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[monitor]]></category>
		<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[quote]]></category>
		<category><![CDATA[s&p 500]]></category>
		<category><![CDATA[spreadsheet]]></category>
		<category><![CDATA[stock]]></category>

		<guid isPermaLink="false">http://1stmilliondollar.net/2010/02/monitoring-portfolio-with-google-docs/</guid>
		<description><![CDATA[A couple of people have asked us, how we setup a live result of this stock picks contest. The answer is using Google Docs. It’s a very service from Google; where you can connect a spreadsheet to “real-time” stock quotes from Google Finance. We write “real-time” in quotes because some stock quotes are delayed up [...]]]></description>
			<content:encoded><![CDATA[<p>A couple of people have asked us, how we setup <a href="http://1stmilliondollar.net/contest/">a live result of this stock picks contest</a>. The answer is using <a href="http://docs.google.com">Google Docs</a>. It’s a very service from <a href="http://www.google.com">Google</a>; where you can connect a spreadsheet to “real-time” stock quotes from <a href="http://finance.google.com">Google Finance</a>. We write “real-time” in quotes because some stock quotes are delayed up to 20 minutes, for example the ones from Canadian stock exchanges.</p>
<p>You can do a lot of things with this feature, for example:</p>
<ul>
<li>Monitor your stock picks (just like we do). </li>
<li>Compare your stock picks to well-known index, such as Dow Jones Industrial Average, S&amp;P 500 or Nasdaq. </li>
<li>Build your portfolio and monitor its performance. </li>
<li>… </li>
</ul>
<p>How can we do all those things? The only thing you need is <a href="http://docs.google.com/">an account at Google Docs</a>. Once you have an account, login to your account and create a new spreadsheet.</p>
<p><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="google_docs1" border="0" alt="google_docs1" src="http://1stmilliondollar.net/wp-content/uploads/2010/02/google_docs1.jpg" width="184" height="243" /> </p>
<p>Next, go to any cell and type “<strong>=GoogleFinance(symbol)</strong>”. Type it without quotes. For example, if you want to get the current stock prices of Google, you can type “<strong>=GoogleFinance(“GOOG”)</strong>”).</p>
<p><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="google_docs2" border="0" alt="google_docs2" src="http://1stmilliondollar.net/wp-content/uploads/2010/02/google_docs2.jpg" width="237" height="152" /> </p>
<p>There are <a href="http://docs.google.com/support/bin/answer.py?hl=en&amp;answer=54198">a couple of attributes</a> you can add, such as opening price, market capitalization, and many more. We’ll discuss them in our future postings.</p>
]]></content:encoded>
			<wfw:commentRss>http://1stmilliondollar.net/2010/02/monitoring-portfolio-with-google-docs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

