get_ticker_prices: Get prices from the Yahoo Finance API fast and simple

View source: R/get_price_data.R

get_ticker_pricesR Documentation

Get prices from the Yahoo Finance API fast and simple

Description

Get prices from the Yahoo Finance API fast and simple

Usage

get_ticker_prices(ticker, from, to)

Arguments

ticker

A single character string. Ticker symbol.

from

A single character string. Start date.

to

A single character string. End date.

Value

A data frame containing dates, prices (open, high, low, close, adjusted) and volume.


lorenzbr/PortfolioTracker documentation built on Feb. 11, 2023, 8:27 a.m.