Description Usage Arguments Value See Also Examples
View source: R/fundamentals-metrics.R
This function collects daily financial metrics for the specificed tickers. These might include market capitalization, P/E ratios, and more.
1 | riingo_fundamentals_metrics(ticker, start_date = NULL, end_date = NULL)
|
ticker |
One or more tickers to download financial metrics for. |
start_date |
The first date to download data for.
A character in the form YYYY-MM-DD, or a |
end_date |
The last date to download data for.
A character in the form YYYY-MM-DD, or a |
A data frame containing the financial metrics for the requested tickers.
Other fundamentals:
riingo_fundamentals_definitions()
,
riingo_fundamentals_meta()
,
riingo_fundamentals_statements()
1 2 3 4 | ## Not run:
riingo_fundamentals_metrics(c("AAPL", "MSFT"), start_date = "2020-01-01")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.