get_historic_quotes: get_historic_quotes

Description Usage Arguments Value Examples

View source: R/stocks.R

Description

Get historic NBBO quotes for a ticker.

Usage

1

Arguments

ticker

(string) An appropriate Ticker

date

(Date) Date of the historic ticks to retrieve ('YYYY-MM-DD').

Value

A tibble of financial data.

Examples

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

get_historic_quotes(
ticker = "AAPL",
date = Sys.Date() - 30
)

## End(Not run)

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