#' q_all_stock_price
#'
#' @export
q_all_stock_price <- function(){
url <- paste0("https://financialmodelingprep.com/api/v3/stock/real-time-price")
jsonlite::fromJSON(url)[[1]] %>%
dplyr::as_tibble()
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.