<?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>Marc Giombetti &#187; stock</title>
	<atom:link href="http://www.giombetti.com/tag/stock/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.giombetti.com</link>
	<description>Marc Giombetti's blog about computer science and lifestyle.</description>
	<lastBuildDate>Wed, 04 Nov 2009 22:24:23 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Financial stock market quotes grabber &amp; caching class</title>
		<link>http://www.giombetti.com/2004/03/31/financial-stock-market-quotes-grabber-caching-class/</link>
		<comments>http://www.giombetti.com/2004/03/31/financial-stock-market-quotes-grabber-caching-class/#comments</comments>
		<pubDate>Wed, 31 Mar 2004 21:37:33 +0000</pubDate>
		<dc:creator>marc</dc:creator>
				<category><![CDATA[php]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[outdated software]]></category>
		<category><![CDATA[stock]]></category>

		<guid isPermaLink="false">http://www.giombetti.com/?p=64</guid>
		<description><![CDATA[OUTDATED: This software is a PHP class to grab the latest stocks from Yahoo Finance, and to cache them optionally. To gather data regularly, you can use a crownjob. If you are using Linux type crontab -e on the shell. Then insert the following line (adapt the paths) to your crown file
* * * * [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;"><span style="color: #ff0000;"><strong>OUTDATED:</strong></span> This software is a PHP class to grab the latest stocks from Yahoo Finance, and to cache them optionally. To gather data regularly, you can use a crownjob. If you are using Linux type <code>crontab -e</code> on the shell. Then insert the following line (adapt the paths) to your crown file</p>
<p><code>* * * * * /usr/local/bin/php /home/marc/yahoo.stocks.class.php</code></p>
<p style="text-align: justify;">and the cron-deamon will execute the script every minute, thus collecting the stock data.</p>
<p style="text-align: justify;">To download the class click <a href="http://www.giombetti.com/wp-content/2008/04/yahoostocksclass.phps"><img class="alignnone size-full wp-image-68" title="php-icon-white" src="http://www.giombetti.com/wp-content/2008/04/php-icon-white.gif" alt="PHP Icon" /> right here</a> (do not forget to rename phps to php).</p>
]]></content:encoded>
			<wfw:commentRss>http://www.giombetti.com/2004/03/31/financial-stock-market-quotes-grabber-caching-class/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
