</>

电报快讯财联社

临时获取财联社电报快讯数据,默认不入库。

请求财联社电报快讯,支持日期和分类,默认不入库。

输入参数

参数类型必填说明默认值
datestring查询日期,YYYYMMDD 或 YYYY-MM-DD,默认今天。
categorystring分类:all、important、company。"important"
limitinteger最多返回条数,默认 20。20

返回字段

字段类型说明
news_idstring电报 ID。
titlestring标题。
contentstring正文。
publish_timedatetime发布时间。
ctimeinteger发布时间戳。
categorystring分类。

调用示例

Python SDK

import axdata as ax

client = ax.AxDataClient()
rows = client.call(
    "cls_news_telegraph",
    category='important',
    limit=5,
)

HTTP API

POST /v1/request/cls_news_telegraph
Content-Type: application/json

{
  "params": {
    "category": "important",
    "limit": 5
  }
}

真实样例快照

展示插件接口目录里的固定 example.response,页面打开不会再次请求源端。

请求参数

{
  "category": "important",
  "limit": 5
}

响应样例

titlecategory
重要快讯important

生成时间:2026-07-06T16:54:55+00:00