get_stock_splits_from_yahoo: Get stock splits from the Yahoo Finance API

View source: R/stock_splits.R

get_stock_splits_from_yahooR Documentation

Get stock splits from the Yahoo Finance API

Description

Get stock splits from the Yahoo Finance API

Usage

get_stock_splits_from_yahoo(ticker, from = "1970-01-01",
                                   to = Sys.Date())

Arguments

ticker

A single character string. Ticker symbol.

from

A single character string. Start date. Default is 01-01-1970.

to

A single character string. End date. Default is current date.

Value

A data frame containing dates and stock splits.


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