get_income_statement | R Documentation |
Get income statement for specified company and reporting period
get_income_statement(company_symbol, period_type = "q")
company_symbol |
Company Symbol number |
period_type |
financial statement reporting period type which is either "q" for quarterly or "y" for annually |
formatted financial statement as tibble data frame.
get_income_statement(1010,"q")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.