💻
Content Model auto
  • Content Model Catalog
  • KR STOCK
    • financial
    • market
      • calendar
      • investor_activity
      • cax
      • capital
      • fund_center
      • universe
      • credit
      • price_volume
      • status
    • analysis
      • somemoney
      • consensus
    • factor
      • descriptor
      • fundamental_factor
    • macro
      • marketregime
      • economy
    • edge
      • top_foreign_invest
      • disclosure
      • ews
      • narr
      • emp_exc
      • theme
      • keyword
  • US STOCK
    • financial
    • market
      • classification
      • cax
      • universe
      • price_volume
    • analysis
    • factor
      • fundamental_factor
      • guru_factor
    • macro
    • edge
      • ews
      • llm
      • narr
      • dkg
  • US ETF
    • market
      • cax
      • price_volume
  • VN ETF
    • market
  • VN STOCK
    • financial
      • ratio
      • cash_flow
      • balance_sheet
      • income_statement
    • market
      • classification
      • cax
      • price_volume
  • ID STOCK
    • market
Powered by GitBook
On this page
  • Summary
  • Example code
  • Metadata
  • Item List
  • OECD Economic Cycle Indicators
  • HMM-Based Market Regime Analysis
  • KOSPI 200 Market Status
  1. KR STOCK
  2. macro

marketregime

Summary

This document provides an overview of market regime data items available for the Korean stock market, including economic cycle indicators and analyses based on Hidden Markov Models (HMM).

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

5 17 * * 1-5

0 21 * * 1-5

30 10 * * *

30 2 * * 2-6

30 21 * * 0-4

Monthly

30 10 * * *

Item List

OECD Economic Cycle Indicators

  • oecd_world: OECD Global Economic Cycle Indicators

  • oecd_china: OECD China Economic Cycle Indicators

  • oecd_usa: OECD U.S. Economic Cycle Indicators

HMM-Based Market Regime Analysis

  • hmm: Analysis of the market system based on HMM (Hidden Markov Model) in the Korean stock market

  • hmm_wo_krx_etf: Analysis of market system based on HMM excluding Korean ETFs

  • hmm_wo_us_etf: Analysis of market system based on HMM excluding US ETFs

  • hmm_sp500: HMM-based market regime analysis of the S&P 500 index

  • hmm_wo_krx_etf (Monthly): Analysis of HMM-based market system excluding Korean ETFs (Monthly)

KOSPI 200 Market Status

  • k200_ms4: Analysis of the 4-stage market status of the KOSPI 200 index

PreviousmacroNexteconomy

Last updated 19 days ago