(内测版)新闻快讯 (cn_stock_flashnews_gst_raw)

数据描述: 该表专注于提供股市相关的新闻快讯,包括快讯的发布日期和时间、原始来源、获取时间、快讯标题、快讯内容以及关联标的信息。

文档
数据简介

测试数据: 1. 数据范围不大 2. 数据质量不高 3. 不报错增量更新

用例
* 用例1:检索特定日期的股市新闻 ``` import dai df = dai.query(""" SELECT title, publish_time, content, source, related_instruments FROM cn_stock_flashnews_gst_raw ORDER BY publish_time ASC""", filters={"date": ["2023-07-01"]} ).df() ``` * 用例2:监测与特定股票相关的热门新闻 ``` import dai df = dai.query(""" SELECT related_instruments, title, content, publish_time, source FROM cn_stock_flashnews_gst_raw WHERE related_instruments = '000001.SZ' ORDER BY publish_time """, filters={"date": ["2023-01-01","2023-12-31"]} ).df() ```
表结构
字段 字段类型 字段描述
date timestamp[ns] 快讯发布日期
related_instruments string 关联标的
content string 快讯内容
title string 快讯标题
source string 原始来源
id string -
scraped_at timestamp[ns] 获取时间
publish_time timestamp[ns] 快讯发布时间

表名cn_stock_flashnews_gst_raw

起始时间:

最近更新时间: