💻
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. edge

narr

Summary

The data encompasses summaries of major news topics in the United States, specifically focusing on general news and business news. Each summary is organized by topic and includes a list of relevant keywords associated with the news items.

Example code

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

Metadata

valid from
delivery schedule
time zone
data frequency

00 20 * * *

1m

Item List

  • topenbiznews_us: Summary of major English business news in the United States; columns are topic. e.g. 0:['edge', 'lee', 'rambunctious', 'inflect', 'ontroerend', 'obliqueness', 'mortality', 'pounce', 'merry', 'len'],

  • topnews_us: Summary of Major News in the United States; columns are topic. e.g. 0:['edge', 'lee', 'rambunctious', 'inflect', 'ontroerend', 'obliqueness', 'mortality', 'pounce', 'merry', 'len']

PreviousllmNextdkg

Last updated 19 days ago