get_price: get_price

View source: R/get_price.R

get_priceR Documentation

get_price

Description

Returns price, market cap and other similar data.

Usage

get_price(ticker)

Arguments

ticker

A character vector of stock tickers. Ex. ticker = c("AAPL", "MSFT")

Value

Dataframe

Examples


get_price("MSFT")
get_price(c("AAPL", "GOOG"))

Ljupch0/yfinance documentation built on July 27, 2023, 7:12 p.m.