1
2
3
4
5
#

Name:

Description:

Fifty companies were randomly sampled from the 500 companies in the S&P 500, and their financial information was collected on March 8, 2012.

Variables:

  • market_cap - Total value of all company shares, in millions of dollars.

  • stock - The name of the stock (e.g. AAPL for Apple).

  • ent_value - Enterprise value, which is an alternative to market cap that also accounts for things like cash and debt, in millions of dollars.

  • trail_pe - The market cap divided by the earnings (profits) over the last year.

  • forward_pe - The market cap divided by the forecasted earnings (profits) over the next year.

  • ev_over_rev - Enterprise value divided by the company's revenue.

  • profit_margin - Percent of earnings that are profits.

  • revenue - Revenue, in millions of dollars.

  • growth - Quartly revenue growth (year over year), in millions of dollars.

  • earn_before - Earnings before interest, taxes, depreciation, and amortization, in millions of dollars.

  • cash - Total cash, in millions of dollars.

  • debt - Total debt, in millions of dollars.

Link To Google Sheets:

Rows:

Columns:

License Type:

References/Notes/Attributions:

Source

Yahoo! Finance, http://finance.yahoo.com, collected March 8, 2012.

R Dataset Upload:

Use the following R code to directly access this dataset in R.

d <- read.csv("https://www.key2stats.com/Financial_information_for_50_S_P_500_companies_1510_68.csv")

R Coding Interface:


Datasets Tag Questions & Instructional Blocks

NumberContentType
No results found.