get_splits: Functions to call and retrieve financial data from remote...

View source: R/get_splits.R

get_splitsR Documentation

Functions to call and retrieve financial data from remote databases, by using company tickers (symbols). It uses publicly available API to download all data.

Description

Functions to call and retrieve financial data from remote databases, by using company tickers (symbols). It uses publicly available API to download all data.

Usage

get_splits(symbol, from = "1970-01-01", to = Sys.Date())

Arguments

symbol

Specifies the ticker or symbol the user wants to download the data of, in the form of a string. Example: 'MSFT'

from

Minimum date to get data from

to

Maximum date to get data of

Value

Returns a tibble

Examples


splits <- get_splits("MSFT")

aljrico/rfinance documentation built on March 29, 2024, 2:31 a.m.