Feed Tickerization - RSS
Overview
Syndicate your original content on the FinancialContent network.
Syntax - stocksymbol
A category sub-element of an RSS item which identifies the stock ticker symbol of a publicly-traded company, optionally prefixed by the stock exchange. By default, a stock ticker symbol without a stock exchange symbol is considered a U.S.-based equity.
<category domain="http://rss.financialcontent.com/stocksymbol">GOOG</category>
<category domain="http://rss.financialcontent.com/stocksymbol">IBM</category>
<category domain="http://rss.financialcontent.com/stocksymbol">NYSE:IBM</category>
<category domain="http://rss.financialcontent.com/stocksymbol">NasdaqNM:GOOG</category>
<category domain="http://rss.financialcontent.com/stocksymbol">NasdaqSC:JMAR</category>
<category domain="http://rss.financialcontent.com/stocksymbol">Nasdaq:CNET</category>
<category domain="http://rss.financialcontent.com/stocksymbol">AMEX:IED</category>
<category domain="http://rss.financialcontent.com/stocksymbol">OTCBB:FCON</category>
<category domain="http://rss.financialcontent.com/stocksymbol">OTCPK:ABVT</category>
<category domain="http://rss.financialcontent.com/stocksymbol">LSE:VOD</category>
<category domain="http://rss.financialcontent.com/stocksymbol">TSE:BMO</category>
Syntax - topic (proposed)
A category sub-element of an RSS item which identifies the investment topic being discussed.
<category domain="http://rss.financialcontent.com/topic">Stocks</category>
<category domain="http://rss.financialcontent.com/topic">Bonds</category>
<category domain="http://rss.financialcontent.com/topic">Options</category>
<category domain="http://rss.financialcontent.com/topic">Futures</category>
<category domain="http://rss.financialcontent.com/topic">Real Estate</category>
<category domain="http://rss.financialcontent.com/topic">Personal Finance</category>
<category domain="http://rss.financialcontent.com/topic">Economic Policy</category>
Syntax - sector (proposed)
A category sub-element of an RSS item which identifies an investment type, usually in a related group of companies.
<category domain="http://rss.financialcontent.com/sector">Financial</category>
Syntax - industry (proposed)
A category sub-element of an RSS item which identifies the industry of a publicly-traded company.
Example
<?xml version="1.0" ?>
<rss version="2.0">
<channel>
<title>Market Wire - Full Feed</title>
<link>http://www.marketwire.com</link>
<description>Market Wire - Full Feed</description>
<copyright>Copyright 2004 Market Wire, Inc. All Rights Reserved.</copyright>
<managingEditor>cs@marketwire.com</managingEditor>
<ttl>10</ttl>
<language>en-us</language>
<image>
<title>Market Wire News</title>
<url>http://www.marketwire.com/IMAGES/marketwire.gif</url>
<link>http://www.marketwire.com/</link>
</image>
<item>
<title>MoneyTV: MoneyTV, Week of 8/27</title>
<pubDate>Fri, 27 Aug 2004 07:00:00 PDT</pubDate>
<description>LOS ANGELES, CA (MARKET WIRE) MoneyTV is the nationally
syndicatedtelevision program all about money and what makes it happen,
(http://www.moneytv.net), featuring informative interviews with CEOs, insights
into their operations and outlooks for their futures.</description>
<link>http://www.marketwire.com/mw/release_html_b1?release_id=71902</link>
<category domain="http://rss.financialcontent.com/stocksymbol">LFP</category>
<category domain="http://rss.financialcontent.com/stocksymbol">CLSCV</category>
<category domain="http://rss.financialcontent.com/stocksymbol">NSHJ</category>
<category domain="http://rss.financialcontent.com/stocksymbol">PSLU</category>
<category domain="http://rss.financialcontent.com/sector">Media</category>
<category domain="http://rss.financialcontent.com/industry">Television
Programming & Distribution</category>
</item>
</channel>
</rss>
|