Description Usage Arguments Value Examples
Get historic NBBO quotes for a ticker.
1 | get_historic_quotes(ticker, date)
|
ticker |
(string) An appropriate Ticker |
date |
(Date) Date of the historic ticks to retrieve ('YYYY-MM-DD'). |
A tibble of financial data.
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.