stock_info: Stock Info

View source: R/stock_info.R

stock_infoR Documentation

Stock Info

Description

Get all available information about a stock printed cleanly as a tibble. stock_info() is not a data object; rather, it's a function that scans a data object (stock_data) and compiles and returns the gathered information in a readable format.

Usage

stock_info(stocks = stock_data, symbols = names(stocks))

Arguments

stocks

List of stocks following the same structure as stock_data. Defaults to stock_data.

symbols

Character vector containing symbols to be included in the output. Each element of symbols must appear as a name of a stock element in stocks. Defaults to names(stocks).

Value

A tibble containing available descriptive data for each member of stock_data. Not case-sensitive.

Disclaimer

Absolutely no promise, guarantee, or representation is made by the authors of FinancieR concerning the accuracy or reliability of stock_data, or any other data in the FinancieR package.

Examples

  stock_info()


gothic-hedge-society/FinancieR documentation built on June 18, 2022, 4:55 a.m.