View source: R/get_price_data.R
get_ticker_prices | R Documentation |
Get prices from the Yahoo Finance API fast and simple
get_ticker_prices(ticker, from, to)
ticker |
A single character string. Ticker symbol. |
from |
A single character string. Start date. |
to |
A single character string. End date. |
A data frame containing dates, prices (open, high, low, close, adjusted) and volume.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.