Skip to contents

To make sense of the `cond` column see the output from `condition_codes()`.

Usage

quotes_latest(symbols)

Arguments

symbols

One or more symbols.

Value

A data frame.

Examples

if (FALSE) { # \dontrun{
quotes_latest("AAPL")
quotes_latest(c("AAPL", "TSLA"))
} # }