stock94Info {stockPortfolio}R Documentation

Ticker and industry information

Description

A data frame showing the industries of each of the stocks given in stock94, stock99, and stock04.

Usage

data(stock94Info)

Format

A data frame with 25 observations with two columns: ticker and industry.

Source

Yahoo Finance.

See Also

stock94, stock99, stock04

Examples

data(stock94Info)
data(stock04)
sm <- stockModel(stock04, model='SIM', index=25, industry=stock94Info$industry)

[Package stockPortfolio version 1.0 Index]