yf_get_dividends: Get Yahoo Finance Dividends from a single stock

View source: R/yf_get_dividends.R

yf_get_dividendsR Documentation

Get Yahoo Finance Dividends from a single stock

Description

This function will use the json api to retrieve dividends from Yahoo finance.

Usage

yf_get_dividends(ticker, first_date = Sys.Date() - 365, last_date = Sys.Date())

Arguments

ticker

a single ticker symbol

first_date

The first date of query (Date or character as YYYY-MM-DD)

last_date

The last date of query (Date or character as YYYY-MM-DD)

Value

a tibble with dividends

Examples

yf_get_dividends(ticker = "PETR4.SA")


msperlin/yf documentation built on July 2, 2024, 5:12 a.m.