This function allows a user to view several financial ratios for a company.

filter_company_data(tik)

Arguments

tik

A character string consisting of the stock ticker for the company.

Value

A dataframe containing financial ratios for the company if it is a public stock on NASDAQ or NYSE.

Examples

#Example of `filter_company_data` in use is in the stock package in action section