get_previous_close: get_previous_close

Description Usage Arguments Value Examples

View source: R/stocks.R

Description

Get the previous day close for the specified ticker

Usage

1

Arguments

ticker

A character string of an appropriate Ticker.

Value

A tibble of financial data.

Examples

1
2
3
4
5
6
7
8
## Not run: 
library(polygon)

get_previous_close(
ticker = "AAPL"
)

## End(Not run)

eokodie/polygon documentation built on June 18, 2021, 10:19 p.m.