get_statement_xbrl | R Documentation |
XBRL Financial Statement Extractor
get_statement_xbrl(company_symbol, period, statement_type = NULL)
company_symbol |
Company Symbol number |
period |
financial statement period which takes a form of (Qx or Annual)-Year. e.g "Q1-2021" or "Annual-2021" |
statement_type |
specific string that match XBRL specifications for financial statements. This can be obtained by |
Data Frame of type tibble of specified XBRL Financial Statement
company_symbol <- 1020
period <- "Annual-2023"
get_statement_xbrl(company_symbol, period,"StatementOfOtherComprehensiveIncomeBeforeTax")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.