💻
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
  1. US STOCK
  2. market

universe

Summary

The data consists of various categories of US stock market constituents, including those filtered by Shariah compliance, which excludes stocks with Islamic-prohibited GICS and limits total debt to market cap ratios below 33%. Additionally, it includes general constituent stocks of the US market and specific indices such as the NDX and SPX, with mechanisms for generating daily forward-filled data aligned to monthly indices.

Example code

from finter.data import ContentFactory
cf = ContentFactory("us_stock", 20200101, 20200201)
df = cf.get_df("us-stock-shariah_constituent")

Metadata

valid from
delivery schedule
time zone
data frequency

19980401 20000101

30 5 * * 2-6 0 9 * * 2-6

1d

Item List

  • us-stock-constituent: Constituent stocks of the US stock market

  • us-stock-ndx_constituent: Generates a daily forward-filled non-NA mask aligned to monthly first valid indices for ndx_data, saved as content.spglobal.compustat.universe.us-stock-ndx_constituent.1d.

  • us-stock-shariah_constituent: quantit_universe shariah filter cm; Excluding Islamic-prohibited GICS, total_debt / market cap < 33%

  • us-stock-spx_constituent: Generates a daily forward-filled non-NA mask aligned to monthly first valid indices for spx_data, saved as content.spglobal.compustat.universe.us-stock-spx_constituent.1d.

  • us-stock-spx_shariah_constituent: spx shariah filter cm; Excluding Islamic-prohibited GICS, total_debt / market cap < 33%

PreviouscaxNextprice_volume

Last updated 19 days ago