💻
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
  • Executive Data
  • Employee Data
  1. KR STOCK
  2. edge

emp_exc

Summary

This data catalog provides information on employee and executive demographics within the Korean stock universe, focusing on gender distribution and salary details.

Example code

from finter.data import ContentFactory
cf = ContentFactory("kr_stock", 20200101, 20200201)
df = cf.get_df("exc_tot_woman")

Metadata

Valid From
Delivery Schedule
Time Zone
Data Frequency

20 18 * * 5

Item List

Executive Data

  • exc_tot_woman: Total number of female executives

  • exc_tot_man: Total number of male executives

  • exc_tot_inside_director: Total number of internal directors

  • exc_tot_outside_director: Total number of outside directors

  • exc_eq_ceo_chairman: Whether the CEO and the Chairman of the Board are the same person

Employee Data

Female Employees

  • emp_woman_fulltime: Number of female regular employees

  • emp_woman_parttime: Number of female non-regular employees

  • emp_woman_avg_year_of_service: Average tenure of female employees

  • emp_woman_tot_year_salary: Total annual salary of female employees

Male Employees

  • emp_man_fulltime: Number of male full-time employees

  • emp_man_parttime: Number of male non-regular employees

  • emp_man_avg_year_of_service: Average tenure of male employees

  • emp_man_tot_year_salary: Annual total salary of male employees

PreviousnarrNexttheme

Last updated 19 days ago