📚
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
  • Example code
  • Metadata
  • Item List
  • Earnings Estimates
  • Earnings Revisions
  • Valuation and Profitability
  • Assets and Investments
  • Dividends and Book Value
  • Analyst Ratings and Target Prices
  • Fiscal Data

Was this helpful?

Edit on GitHub
  1. KR STOCK
  2. Financial

Analyst Consensus

Access financial analyst consensus data for Korean stocks, including earnings, assets, cash flows, and analyst ratings.

Example code

from finter.data import ContentFactory

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

Metadata

Valid From
Delivery Schedule
Time Zone
Data Frequency

Item List

Earnings Estimates

  • krx-spot-eps_q1_up

  • krx-spot-eps_q1_down

  • krx-spot-eps_q1_stay

  • krx-spot-eps_q2_up

  • krx-spot-eps_q2_down

  • krx-spot-eps_q2_stay

  • krx-spot-eps1_up

  • krx-spot-eps1_down

  • krx-spot-eps1_stay

  • krx-spot-new_eps1

  • krx-spot-eps2_up

  • krx-spot-eps2_down

  • krx-spot-eps2_stay

  • krx-spot-new_eps2

  • krx-spot-new_eps_q1

  • krx-spot-new_eps_q2

Earnings Revisions

  • krx-spot-eps1_revision_ratio_1m

  • krx-spot-eps2_revision_ratio_1m

  • krx-spot-eps_q1_revision_ratio_1m

  • krx-spot-eps_q2_revision_ratio_1m

  • krx-spot-eps1_revision_ratio_3m

  • krx-spot-eps2_revision_ratio_3m

  • krx-spot-eps_q1_revision_ratio_3m

  • krx-spot-eps_q2_revision_ratio_3m

  • krx-spot-changed_ratio_in_eps1

  • krx-spot-changed_ratio_in_eps2

Valuation and Profitability

  • krx-spot-evebitda_a

  • krx-spot-fcf_a

  • krx-spot-sales_a

  • krx-spot-sales_q

  • krx-spot-operating_profit_q

  • krx-spot-operating_profit_a

  • krx-spot-net_profit_q

  • krx-spot-net_profit_a

  • krx-spot-ebitda_a

  • krx-spot-owners_of_parent_equity_a

  • krx-spot-owners_of_parent_net_profit_a

  • krx-spot-owners_of_parent_net_profit_q

Assets and Investments

  • krx-spot-total_assets_a

  • krx-spot-capex_a

  • krx-spot-operating_cash_flows_a

  • krx-spot-investing_cash_flows_a

  • krx-spot-financing_cash_flows_a

  • krx-spot-net_debt_a

Dividends and Book Value

  • krx-spot-dividend_yield_a

  • krx-spot-cash_dividend_a

  • krx-spot-book_value_a

Analyst Ratings and Target Prices

  • krx-spot-rating

  • krx-spot-tp

  • krx-spot-tp_revision_ratio_1m

  • krx-spot-rating_revision_ratio_1m

  • krx-spot-disparate_ratio_tp

Fiscal Data

  • krx-spot-fiscal

PreviousFinancial StatementsNextQuantitative

Last updated 1 year ago

Was this helpful?