get_statement_xbrl: XBRL Financial Statement Extractor

get_statement_xbrlR Documentation

XBRL Financial Statement Extractor

Description

XBRL Financial Statement Extractor

Usage

get_statement_xbrl(company_symbol, period, statement_type = NULL)

Arguments

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 get_available_xbrl_statements. Defaults to NULL.

Value

Data Frame of type tibble of specified XBRL Financial Statement

Examples

company_symbol <- 1020
period <- "Annual-2023"
get_statement_xbrl(company_symbol, period,"StatementOfOtherComprehensiveIncomeBeforeTax")

Hussain-Alsalman/tasi documentation built on Sept. 7, 2024, 1:17 p.m.