Get prices from the Yahoo Finance API fast and simple

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.