📚
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
  • Currency
  • Interest Rates
  • Market Indices

Was this helpful?

Edit on GitHub
  1. KR STOCK
  2. Economic

Indicators

This document provides an overview of the economic indicators data related to the Korean stock market, available for use in financial analysis.

Example code

from finter.data import ContentFactory

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

Metadata

Valid From
Delivery Schedule
Time Zone
Data Frequency

Item List

Currency

  • currency: Information about the currency rates.

Interest Rates

  • interest_rate: Data on the prevailing interest rates.

Market Indices

  • index_close: Closing values of the market indices.

  • index_mkt_cap: Market capitalization based on the indices.

PreviousEconomicNextUnstructured

Last updated 1 year ago

Was this helpful?