<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
	>
<channel>
	<title>Comments on: What Are The Available Characters In  A Url To Get Specific Fields From Yahoo! Finance Via A Php Page?</title>
	<atom:link href="http://www.bestcreativecommunity.com/community/index.php/2009/12/31/what-are-the-available-characters-in-a-url-to-get-specific-fields-from-yahoo-finance-via-a-php-page/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bestcreativecommunity.com/community/index.php/2009/12/31/what-are-the-available-characters-in-a-url-to-get-specific-fields-from-yahoo-finance-via-a-php-page/</link>
	<description>Online Hub to find  creative mates . A platfom for creatives to express.</description>
	<pubDate>Thu, 09 Sep 2010 09:28:38 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: VIP Club</title>
		<link>http://www.bestcreativecommunity.com/community/index.php/2009/12/31/what-are-the-available-characters-in-a-url-to-get-specific-fields-from-yahoo-finance-via-a-php-page/comment-page-1/#comment-15108</link>
		<dc:creator>VIP Club</dc:creator>
		<pubDate>Thu, 31 Dec 2009 18:08:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.bestcreativecommunity.com/community/index.php/2009/12/31/what-are-the-available-characters-in-a-url-to-get-specific-fields-from-yahoo-finance-via-a-php-page/#comment-15108</guid>
		<description>Hi,
Here's one approach that might work. I don't know if you already know about Finance Badges. They're documented at:http://finance.yahoo.com/badges
These require IFRAME. That requirement is documented at:http://help.yahoo.com/help/us/fin/badges…
If you don't have IFRAME support, this is probably a deadend. If you do, you can use the Finance Badge Wizard to generate static HTML code like this:
&lt;!-- Start of Yahoo! Finance code --&gt;
&lt;iframe allowtransparency="true" marginwidth="0" marginheight="0" hspace="0" vspace="0" frameborder="0" scrolling="no" src="http://api.finance.yahoo.com/instru… width="200px" height="338px"&gt;&lt;/iframe&gt;
&lt;!-- End of Yahoo! Finance code --&gt;
This asks for quotes for Oracle (ORCL) and Pfizer (PFE). I supposed you could let your user select other stocks (up to 10), and substitute their ticker symbols where "ORCL,PFE" occurs in the above code.
(It turns out the link in the above text is live. If you click on it, you get a page with the quotes for ORCL &amp; PFE.)
The tricky part is getting the code to "execute" with the new values your user chose. I wouldn't know how to do that. 
There may be other Yahoo Finance APIs that I don't know about.  Have you looked at Yahoo Widgets? They're at:http://widgets.yahoo.com/
You don't want a widget, because a widget runs on the client side. But there are some stock quote widgets that retrieve data from Yahoo. You might be able to use whatever API they use.
Hope one or the other of these helps.
Added note: besides the technical problem, there's a legal aspect to this question. Basically Yahoo doesn't allow you to just retrieve data from their web site and display it at yours, without giving them any credit. That's one reason the Finance Badges, which do appear at your web site, say "Yahoo Finance" at the top and have a link to Copyright info at the bottom. I think the Finance Badges are the only Yahoo-approved way of displaying quotes from Yahoo at your web site.</description>
		<content:encoded><![CDATA[<p>Hi,<br />
Here&#8217;s one approach that might work. I don&#8217;t know if you already know about Finance Badges. They&#8217;re documented at:http://finance.yahoo.com/badges<br />
These require IFRAME. That requirement is documented at:http://help.yahoo.com/help/us/fin/badges…<br />
If you don&#8217;t have IFRAME support, this is probably a deadend. If you do, you can use the Finance Badge Wizard to generate static HTML code like this:<br />
<!-- Start of Yahoo! Finance code --><br />
<iframe allowtransparency="true" marginwidth="0" marginheight="0" hspace="0" vspace="0" frameborder="0" scrolling="no" src="http://api.finance.yahoo.com/instru… width="200px" height="338px"></iframe><br />
<!-- End of Yahoo! Finance code --><br />
This asks for quotes for Oracle (ORCL) and Pfizer (PFE). I supposed you could let your user select other stocks (up to 10), and substitute their ticker symbols where &#8220;ORCL,PFE&#8221; occurs in the above code.<br />
(It turns out the link in the above text is live. If you click on it, you get a page with the quotes for ORCL &#038; PFE.)<br />
The tricky part is getting the code to &#8220;execute&#8221; with the new values your user chose. I wouldn&#8217;t know how to do that.<br />
There may be other Yahoo Finance APIs that I don&#8217;t know about.  Have you looked at Yahoo Widgets? They&#8217;re at:http://widgets.yahoo.com/<br />
You don&#8217;t want a widget, because a widget runs on the client side. But there are some stock quote widgets that retrieve data from Yahoo. You might be able to use whatever API they use.<br />
Hope one or the other of these helps.<br />
Added note: besides the technical problem, there&#8217;s a legal aspect to this question. Basically Yahoo doesn&#8217;t allow you to just retrieve data from their web site and display it at yours, without giving them any credit. That&#8217;s one reason the Finance Badges, which do appear at your web site, say &#8220;Yahoo Finance&#8221; at the top and have a link to Copyright info at the bottom. I think the Finance Badges are the only Yahoo-approved way of displaying quotes from Yahoo at your web site.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
