View source: R/collect_market_data.R
get_market_data | R Documentation |
Collect stock prices, dividends, market capitalization and number of common outstanding shares for a company.
get_market_data(
symbol = "AAPL",
fmpkey = NA,
start = "2019-01-01",
end = "2024-12-31"
)
symbol |
Character. Ticker of the company. |
fmpkey |
Character. API key for FMP. |
start |
Character. Starting date. |
end |
Character. Ending date. |
Tibble.
Nicolas Mangin
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.