📚
Quanda
  • Content Model Catalog
  • KR STOCK
    • Market
      • Price Volume
      • Price Volume v2
      • Investor Activity
      • Credit
    • Financial
      • Financial Statements
      • Analyst Consensus
    • Quantitative
      • Descriptor
      • Factor
        • Factor (1)
        • Factor (2)
      • Regime
    • Event
      • Company Status
      • Corporate Actions
    • Economic
      • Indicators
    • Unstructured
      • Theme
        • Theme Analytics Metrics
        • Company Keyword
      • EWS (Early Warning Signal)
        • Korea Sentiment Index
        • Korea EWS Index
        • Keyterm Sentiment Analytics Metrics
    • [Free] Open dataset
  • US ETF
    • Market
      • Price Volume
  • US STOCK
    • Market
      • Price Volume
      • Classification
      • Universe
    • Financial
      • Financial Statement
      • PIT Financial Statement
    • Quantitative
      • Factor
    • Unstructured
      • EWS (Early Warning Signal)
        • US sentiment index
        • US EWS Index
        • Keyterm Sentiment Analytics Metrics
  • VN STOCK
    • Market
      • Price Volume
      • Classification
    • Financial
      • Ratio TTM
  • VN Stock (deprecated)
    • Market
      • Price Volume
      • Classification
    • Event
      • Corporate Actions
  • ID STOCK
    • Market
      • Price Volume
      • Classification
  • CRYPTO SPOT
    • Market
      • Price Volume
  • CRYPTO FUTURE
    • Market
      • Price Volume
Powered by GitBook
On this page
  • Summary
  • Example code
  • Metadata
  • Item List
  • Balance Sheet Items
  • Income Statement Items
  • Cash Flow Statement Items
  • Other Financial Metrics
  • Other Items

Was this helpful?

Edit on GitHub
  1. KR STOCK
  2. Financial

Financial Statements

Access financial statement data for Korean stocks with daily and annual frequency.

Summary

This dataset provides PIT (point-in-time) financial statements for KR stocks, including various financial metrics and indicators. The data’s index indicates the date the data was included in the database.

Users can choose from 3 types of data frames by adjusting the preprocess_type parameter. Note that using preprocess_type may slow down data retrieval due to additional transformation logic, potentially taking several seconds per CM:

  1. None: In this case, the values in the data frame become dictionaries possibly including multiple keys and values. If you want to know all values (including original, restatement, etc.), this option can be a solution.

  2. 'default': In this case, the values in the data frame become the most recent values at the point in time, not including the fiscal date.

  3. 'unpivot': In this case, there will be 4 columns (id, pit, fiscal, value). Each row contains information about the announced data’s announcing date, fiscal quarter, and value.

Example code

from finter.data import ContentFactory

cf = ContentFactory("kr_stock", 20200101, 20200201)
df = cf.get_df("krx-spot-total_assets")

last_value_df = cf.get_df("krx-spot-total_assets", preprocess_type='default')

Metadata

Valid From
Delivery Schedule
Time Zone
Data Frequency

20000101

UTC 20 14 * * 1-5

Asia/Seoul

1d

Item List

Balance Sheet Items

  • Total Assets:

    • 'krx-spot-total_assets'

    • 'krx-spot-total_assets-annual'

  • Current Assets:

    • 'krx-spot-current_assets'

    • 'krx-spot-current_assets-annual'

    • 'krx-spot-inventory'

    • 'krx-spot-inventory-annual'

    • 'krx-spot-trade_receivables'

    • 'krx-spot-trade_receivables-annual'

    • 'krx-spot-receivables'

    • 'krx-spot-receivables-annual'

    • 'krx-spot-cash_and_cash_equivalent'

    • 'krx-spot-cash_and_cash_equivalent-annual'

    • 'krx-spot-other_current_assets'

    • 'krx-spot-other_current_assets-annual'

    • 'krx-spot-current_financial_assets'

    • 'krx-spot-current_financial_assets-annual'

    • 'krx-spot-prepaid_expenses'

    • 'krx-spot-prepaid_expenses-annual'

  • Non-Current Assets:

    • 'krx-spot-property_plant_and_equipment'

    • 'krx-spot-property_plant_and_equipment-annual'

    • 'krx-spot-intangible_assets'

    • 'krx-spot-intangible_assets-annual'

    • 'krx-spot-goodwill'

    • 'krx-spot-goodwill-annual'

    • 'krx-spot-deferred_tax_assets'

    • 'krx-spot-deferred_tax_assets-annual'

    • 'krx-spot-non_current_biological_assets'

    • 'krx-spot-non_current_biological_assets-annual'

    • 'krx-spot-other_non_current_assets'

    • 'krx-spot-other_non_current_assets-annual'

    • 'krx-spot-long_term_financial_instrument'

    • 'krx-spot-long_term_financial_instrument-annual'

    • 'krx-spot-investment_in_properties'

    • 'krx-spot-investment_in_properties-annual'

    • 'krx-spot-land'

    • 'krx-spot-land-annual'

    • 'krx-spot-construction_in_progress'

    • 'krx-spot-construction_in_progress-annual'

  • Liabilities:

    • 'krx-spot-current_liabilities'

    • 'krx-spot-current_liabilities-annual'

    • 'krx-spot-trade_payables'

    • 'krx-spot-trade_payables-annual'

    • 'krx-spot-other_payables'

    • 'krx-spot-other_payables-annual'

    • 'krx-spot-short_term_provisions'

    • 'krx-spot-short_term_provisions-annual'

    • 'krx-spot-current_portion_of_long_term_debt'

    • 'krx-spot-current_portion_of_long_term_debt-annual'

    • 'krx-spot-short_term_bonds'

    • 'krx-spot-short_term_bonds-annual'

    • 'krx-spot-short_term_borrowings'

    • 'krx-spot-short_term_borrowings-annual'

    • 'krx-spot-short_term_financial_liabilities'

    • 'krx-spot-short_term_financial_liabilities-annual'

    • 'krx-spot-current_income_tax_liabilities'

    • 'krx-spot-current_income_tax_liabilities-annual'

    • 'krx-spot-current_provisions_for_employee_benefits'

    • 'krx-spot-current_provisions_for_employee_benefits-annual'

    • 'krx-spot-other_current_liabilities'

    • 'krx-spot-other_current_liabilities-annual'

    • 'krx-spot-trade_and_other_current_payables'

    • 'krx-spot-trade_and_other_current_payables-annual'

    • 'krx-spot-liabilities_included_in_disposal_groups_classified_as_held_for_sale'

    • 'krx-spot-liabilities_included_in_disposal_groups_classified_as_held_for_sale-annual'

    • 'krx-spot-advance_from_customers'

    • 'krx-spot -advance_from_customers-annual'

    • 'krx-spot-non_current_liabilities'

    • 'krx-spot-non_current_liabilities-annual'

    • 'krx-spot-long_term_borrowings'

    • 'krx-spot-long_term_borrowings-annual'

    • 'krx-spot-long_term_provisions'

    • 'krx-spot-long_term_provisions-annual'

    • 'krx-spot-deferred_tax_liabilities'

    • 'krx-spot-deferred_tax_liabilities-annual'

    • 'krx-spot-long_term_financial_liabilities'

    • 'krx-spot-long_term_financial_liabilities-annual'

    • 'krx-spot-non_current_provisions_for_employee_benefits'

    • 'krx-spot-non_current_provisions_for_employee_benefits-annual'

    • 'krx-spot-other_non_current_liabilities'

    • 'krx-spot-other_non_current_liabilities-annual'

    • 'krx-spot-convertible_bonds'

    • 'krx-spot-convertible_bonds-annual'

    • 'krx-spot-total_liabilities'

    • 'krx-spot-total_liabilities-annual'

  • Equity:

    • 'krx-spot-common_stock'

    • 'krx-spot-common_stock-annual'

    • 'krx-spot-preferred_stock'

    • 'krx-spot-preferred_stock-annual'

    • 'krx-spot-paid_in_capital_in_excess_of_par_value'

    • 'krx-spot-paid_in_capital_in_excess_of_par_value-annual'

    • 'krx-spot-retained_earnings'

    • 'krx-spot-retained_earnings-annual'

    • 'krx-spot-total_equity'

    • 'krx-spot-total_equity-annual'

    • 'krx-spot-non_controlling_interests_equity'

    • 'krx-spot-non_controlling_interests_equity-annual'

    • 'krx-spot-owners_of_parent_equity'

    • 'krx-spot-owners_of_parent_equity-annual'

    • 'krx-spot-capital_stock'

    • 'krx-spot-capital_stock-annual'

Income Statement Items

  • Revenue:

    • 'krx-spot-net_sales'

    • 'krx-spot-net_sales-annual'

    • 'krx-spot-sales'

    • 'krx-spot-sales-annual'

  • Cost of Revenue:

    • 'krx-spot-cost_of_sales'

    • 'krx-spot-cost_of_sales-annual'

  • Gross Profit:

    • 'krx-spot-gross_profit'

    • 'krx-spot-gross_profit-annual'

  • Operating Expenses:

    • 'krx-spot-selling_general_administrative_expenses'

    • 'krx-spot-selling_general_administrative_expenses-annual'

    • 'krx-spot-research_and_development'

    • 'krx-spot-research_and_development-annual'

    • 'krx-spot-advertising_expenses'

    • 'krx-spot-advertising_expenses-annual'

    • 'krx-spot-salaries_and_wages'

    • 'krx-spot-salaries_and_wages-annual'

    • 'krx-spot-accured_expenses'

    • 'krx-spot-accured_expenses-annual'

  • Non-Operating Income/Expenses:

    • 'krx-spot-interest_income'

    • 'krx-spot-interest_income-annual'

    • 'krx-spot-interest_expenses'

    • 'krx-spot-interest_expenses-annual'

    • 'krx-spot-financing_expenses'

    • 'krx-spot-financing_expenses-annual'

    • 'krx-spot-financial_income'

    • 'krx-spot-financial_income-annual'

  • Depreciation/Amortization:

    • 'krx-spot-depreciation'

    • 'krx-spot-is_depreciation'

    • 'krx-spot-is_depreciation-annual'

    • 'krx-spot-cf_depreciation'

    • 'krx-spot-cf_depreciation-annual'

    • 'krx-spot-amortization'

    • 'krx-spot-amortization-annual'

  • Pretax Income:

    • 'krx-spot-income_before_income_taxes_expenses'

    • 'krx-spot-income_before_income_taxes_expenses-annual'

    • 'krx-spot-pretax_income'

    • 'krx-spot-pretax_income-annual'

  • Income Tax Expense:

    • 'krx-spot-income_taxes_expenses'

    • 'krx-spot-income_taxes_expenses-annual'

  • Net Income:

    • 'krx-spot-net_income'

    • 'krx-spot-net_income-annual'

    • 'krx-spot-owners_of_parent_net_income'

    • 'krx-spot-owners_of_parent_net_income-annual'

    • 'krx-spot-net_income_attributed_to_non_controlling_interest'

    • 'krx-spot-net_income_attributed_to_non_controlling_interest-annual'

    • 'krx-spot-discontinued_operation_income'

    • 'krx-spot-discontinued_operation_income-annual'

  • EBITDA:

    • 'krx-spot-ebitda'

    • 'krx-spot-ebitda-annual'

  • Operating Income:

    • 'krx-spot-operating_income'

    • 'krx-spot-operating_income-annual'

    • 'krx-spot-ongoing_operating_income'

    • 'krx-spot-ongoing_operating_income-annual'

  • Other Items:

    • 'krx-spot-owners_of_parent_ongoing_operating_income_or_loss_per_share'

    • 'krx-spot-owners_of_parent_ongoing_operating_income_or_loss_per_share-annual'

    • 'krx-spot-eps'

    • 'krx-spot-eps-annual'

    • 'krx-spot-adj_bps'

    • 'krx-spot-adj_bps-annual'

    • 'krx-spot-profit_from_continuing_operations'

    • 'krx-spot-profit_from_continuing_operations-annual'

    • 'krx-spot-impairment_losses_on_intangible_assets'

    • 'krx-spot-impairment_losses_on_intangible_assets-annual'

    • 'krx-spot-impairment_losses_on_property_plant_and_equipment'

    • 'krx-spot-impairment_losses_on_property_plant_and_equipment-annual'

Cash Flow Statement Items

  • Operating Cash Flows:

    • 'krx-spot-cashflow_from_operating_activities'

    • 'krx-spot-cashflow_from_operating_activities-annual'

  • Investing Cash Flows:

    • 'krx-spot-cashflow_from_investing_activities'

    • 'krx-spot-cashflow_from_investing_activities-annual'

    • 'krx-spot-capex'

    • 'krx-spot-capex-annual'

  • Financing Cash Flows:

    • 'krx-spot-cashflow_from_financial_activities'

    • 'krx-spot-cashflow_from_financial_activities-annual'

    • 'krx-spot-dividends_paid'

    • 'krx-spot-dividends_paid-annual'

    • 'krx-spot-paid_in_capital_increase'

    • 'krx-spot-paid_in_capital_increase-annual'

    • 'krx-spot-purchase_of_treasury_stock'

    • 'krx-spot-purchase_of_treasury_stock-annual'

    • 'krx-spot-sales_of_treasury_stock'

    • 'krx-spot-sales_of_treasury_stock-annual'

    • 'krx-spot-dividend_comm_cash'

    • 'krx-spot-dividend_comm_cash-annual'

    • 'krx-spot-dividend_pref_cash'

    • 'krx -spot-dividend_pref_cash-annual'

  • Free Cash Flow:

    • 'krx-spot-fcf1'

    • 'krx-spot-fcf1-annual'

    • 'krx-spot-fcf2'

    • 'krx-spot-fcf2-annual'

Other Financial Metrics

  • 'krx-spot-enterprise_value'

  • 'krx-spot-enterprise_value-annual'

  • 'krx-spot-invested_capital'

  • 'krx-spot-invested_capital-annual'

  • 'krx-spot-roic'

  • 'krx-spot-roic-annual'

  • 'krx-spot-dividend'

  • 'krx-spot-dividend-annual'

  • 'krx -spot-dividend_all-annual'

  • 'krx-spot-payout_ratio'

  • 'krx-spot-payout_ratio-annual'

  • 'krx-spot-cash_payout_ratio'

  • 'krx-spot-cash_payout_ratio-annual'

  • 'krx-spot-ex_dividend_date'

  • 'krx-spot-ex_dividend_date-annual'

  • 'krx-spot-scheduled_dividend_payment_date'

  • 'krx-spot-scheduled_dividend_payment_date-annual'

  • 'krx-spot-loans'

  • 'krx-spot-loans-annual'

Other Items

  • 'krx-spot-fiscal_end'

  • 'krx-spot-finished_goods'

  • 'krx-spot-finished_goods-annual'

  • 'krx-spot-number_of_employees'

  • 'krx-spot-number_of_employees-annual'

  • 'krx-spot-unearned_income'

  • 'krx-spot-unearned_income-annual'

  • 'krx-spot-common_shares_fy_end-annual'

  • 'krx-spot-preferred_shares_fy_end-annual'

  • 'krx-spot-shares_fy_end-annual'

  • 'krx-spot-listed_shares_comm'

  • 'krx-spot-listed_shares_pref'

  • 'krx-spot-listed_shares_comm-annual'

  • 'krx-spot-listed_shares_pref-annual'

Note

  • Unit : 1 thousand

PreviousFinancialNextAnalyst Consensus

Last updated 6 months ago

Was this helpful?