📚
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
  • Hidden Markov Models (HMM)
  • OECD Economic Indicators
  • Market Sentiment

Was this helpful?

Edit on GitHub
  1. KR STOCK
  2. Quantitative

Regime

This document provides information on accessing the market regime data for the Korean stock market, suitable for quantitative analysis.

Example code

from finter.data import ContentFactory

cf = ContentFactory("kr_stock", 20200101, 20200201)
df = cf.get_df("hmm")

Metadata

Valid From
Delivery Schedule
Time Zone
Data Frequency

Item List

Hidden Markov Models (HMM)

  • hmm: Standard HMM for KR STOCK

  • hmm_sp500: HMM based on S&P 500 index

  • hmm_wo_us_etf: HMM without US ETFs

  • hmm_wo_krx_etf: HMM without KRX-listed ETFs

OECD Economic Indicators

  • oecd_usa: OECD indicators for the USA

  • oecd_world: Global OECD indicators

  • oecd_china: OECD indicators for China

Market Sentiment

  • k200_ms4: Market sentiment for KOSPI 200

PreviousFactor (2)NextEvent

Last updated 9 months ago

Was this helpful?