powered by
This function collects daily financial metrics for the specificed tickers. These might include market capitalization, P/E ratios, and more.
riingo_fundamentals_metrics(ticker, start_date = NULL, end_date = NULL)
One or more tickers to download financial metrics for.
The first date to download data for. A character in the form YYYY-MM-DD, or a Date variable. The default is to download 1 year's worth of data.
Date
The last date to download data for. A character in the form YYYY-MM-DD, or a Date variable.
A data frame containing the financial metrics for the requested tickers.
Other fundamentals: riingo_fundamentals_definitions(), riingo_fundamentals_meta(), riingo_fundamentals_statements()
riingo_fundamentals_definitions()
riingo_fundamentals_meta()
riingo_fundamentals_statements()
# NOT RUN { riingo_fundamentals_metrics(c("AAPL", "MSFT"), start_date = "2020-01-01") # }
Run the code above in your browser using DataLab