<?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>Cliff's Notes &#187; CSV</title>
	<atom:link href="http://cliffngan.net/a/tag/csv/feed" rel="self" type="application/rss+xml" />
	<link>http://cliffngan.net</link>
	<description>Just my notes blog</description>
	<lastBuildDate>Thu, 07 Jan 2010 12:20:25 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Yahoo! Finance &#8211; Yahoo Stock Quote API (CSV)</title>
		<link>http://cliffngan.net/a/13</link>
		<comments>http://cliffngan.net/a/13#comments</comments>
		<pubDate>Sat, 21 Mar 2009 03:56:40 +0000</pubDate>
		<dc:creator>Cliff</dc:creator>
				<category><![CDATA[API]]></category>
		<category><![CDATA[CSV]]></category>
		<category><![CDATA[Finance]]></category>
		<category><![CDATA[Quote]]></category>
		<category><![CDATA[Stock]]></category>
		<category><![CDATA[Yahoo]]></category>

		<guid isPermaLink="false">http://cliffngan.net/?p=13</guid>
		<description><![CDATA[
http://finance.yahoo.com/d/quotes.csv?s= a BUNCH of STOCK SYMBOLS separated by &#8220;+&#8221; &#38;f=a bunch of special tags
**s=SYMBOL**:  where SYMBOL is the actual stock symbol (e.g. 0001.HK)
**f=REQUESTED_FORMAT_STRING** where the REQUESTED_FORMAT_STRING is a string of letters representing what fields to be requested.
for example:  http://finance.yahoo.com/d/quotes.csv?s=XOM+BBDb.TO+JNJ+MSFT&#38;f=snd1l1yr
where some special tags are (thanks to Mike):



a 
 Ask 
 a2 
 Average Daily [...]]]></description>
		<wfw:commentRss>http://cliffngan.net/a/13/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
