跳转到内容

Template:Finance links/doc

维基百科,自由的百科全书

This template provides a list of useful links to several financial and industry tracking websites for companies, both public and private.

Usage

[编辑]

This template should be placed in the "External links" section, preferably after any official or specialist links.

Blank syntax
{{Finance links
|name= 
|google= 
|yahoo= 
|reuters= 
|sec_cik= 
}}

Sites included

[编辑]

Depending on availability of information, this template provides links to the following services:

  1. Google Finance
  2. Yahoo! Finance
  3. Reuters
  4. SEC filing英语SEC filings at the U.S. Securities and Exchange Commission

Parameters

[编辑]
name
(optional, will take the page name) The name of the company as you would like it to appear in each link. This is usually the full, official name of the company, such as Starbucks Corporation or Apple Inc.
google
Ticker symbol, followed by a colon and the exchange, e.g., SBUX:NASDAQ for Starbucks. Generates a Google Finance link.
yahoo
Ticker symbol, including the non-US exchange code if outside of the US. Generates a Yahoo! Finance link.
reuters
The Reuters "RIC code", a combination of the symbol, a period, and a market code, e.g., SBUX.O for Starbucks (here "O" represents "over-the-counter," a legacy from when Nasdaq was an over-the-counter market before it was an exchange).
in all the above cases, the symbol/code should be those of the company's home country.
sec_cik
The SEC CIK (Central Index Key) is an identifier assigned by the Securities and Exchange Commission for all companies that file reports with the SEC, including all companies traded publicly on US stock exchanges and many large private companies. To find the CIK for any filing company, search for the company name at https://www.sec.gov/edgar/searchedgar/cik.htm. The CIK code is listed directly on the search results page, to the left of the company name. Any leading zeros may be removed from this number. For example, the search results for a query of "microsoft" returns two entries. The relevant entry is listed as "MICROSOFT CORP" and has a CIK of 789019 (with 4 leading zeros removed). While the symbol will also work in this field, the CIK is far preferable as the symbol will lead to a search page that requires additional navigation.

Examples

[编辑]

U.S. Public company

[编辑]
{{Finance links
| name = Starbucks Corporation <!-- can be removed, will take the page name -->
| google = SBUX:NASDAQ
| yahoo = SBUX
| reuters = SBUX.O
| sec_cik = 829224
}}

Appears as:

  • Starbucks Corporation的商業數據:

Non-U.S. Public company

[编辑]
{{Finance links
| name = Royal Bank of Canada
| reuters = RY.TO
| sec_cik = 1000275 <!-- not every non-U.S. company will have SEC filings-->
| yahoo = RY.TO
| google = RY:TSE
}}

Appears as:

Private company

[编辑]
{{Finance links
| name = Boston Consulting Group
| sec_cik = 1127932
}}

Appears as:

TemplateData

[编辑]
以下是该模板的模板数据,适用于可视化编辑器等工具。

Finance links模板数据

This template provides a list of useful links to several financial and industry tracking websites for companies, both public and private. See the template page for more detailed parameter descriptions, if needed.

模板参数

此模板首选参数不换行的行内格式。

参数描述类型状态
Company Namename

The name of the company as you would like it to appear in each link. This is usually the full, official name of the company, such as Starbucks Corporation or Apple Inc. Only needed if the page name differs.

字符串可选
Googlegoogle

Ticker symbol, followed by a colon and the exchange, e.g., SBUX:NASDAQ for Starbucks. Generates a Google Finance link.

示例值
SBUX:NASDAQ
字符串可选
Yahoo!yahoo

Ticker symbol, including the non-US exchange code if outside of the US. Generates a Yahoo! Finance link.

示例值
SBUX
字符串可选
Reutersreuters

The Reuters "RIC code", a combination of the symbol, a period, and a market code.

示例值
SBUX.O
字符串可选
SEC CIKsec_cik

The identifier assigned by the Securities and Exchange Commission for this company.

示例值
829224
数字可选


See also

[编辑]
  • {{Finance links historical}}, which supports only the name= and sec_cik= parameters and should be used once companies are no longer publicly traded.