Description Usage Arguments Value Examples
Get the previous day close for the specified ticker
1 | get_previous_close(ticker)
|
ticker |
A character string of an appropriate Ticker. |
A tibble of financial data.
1 2 3 4 5 6 7 8 | ## Not run:
library(polygon)
get_previous_close(
ticker = "AAPL"
)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.