Description Usage Arguments Value Examples
Intra-day Security Prices
1 2 3 4  | fmp_prices(
  symbol,
  interval = c("1min", "5min", "15min", "30min", "1hour", "4hour")
)
 | 
symbol | 
 
  | 
interval | 
 
  | 
a tibble of quotes of requested securities
1 2  | # hourly Apple stock prices
d <- fmp_prices('AAPL', interval = '1hour')
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.