跳转到内容

获取标的社区讨论

获取指定股票的讨论列表。

CLI安装 CLI

bash
# Tesla 社区讨论帖子
longbridge topics TSLA.US
# Apple 社区讨论帖子
longbridge topics AAPL.US
# NVDA 社区讨论帖子
longbridge topics NVDA.US

Request

HTTP MethodGET
HTTP URL/v1/content/{symbol}/topics

Path Parameters

NameTypeRequiredDescription
symbolstringYES股票代码,使用 ticker.region 格式,例如:AAPL.US

Request Example

Response

Response Headers

  • Content-Type: application/json

Response Example

json
{
  "code": 0,
  "message": "success",
  "data": {
    "items": [
      {
        "id": "39304657",
        "title": "英伟达 GTC 备受关注;阿里 "Token 战略" 再加码|今日重要消息回顾",
        "description": "0317 |海豚君重点关注:🐬 个股 1、[st]ST/US/NVDA#英伟达.US[/st] 英伟达 GTC 2026 大会正式开幕,英伟达创始人兼 CEO 黄仁勋发表了主题演讲。宣布,其下一代 Vera Rubin 架构将推出专为空间轨道数据中心设计的 Vera Rubin Space Module,性能比 H100 提升 25 倍。同时宣布与 Groq 合作开发新型 LPU 芯片...",
        "url": "https://longbridge.com/topics/39304657",
        "published_at": "1773736144",
        "comments_count": 1,
        "likes_count": 7,
        "shares_count": 4
      }
    ]
  }
}

Response Status

StatusDescriptionSchema
200返回成功topics_response
500内部错误None

Schemas

topics_response

NameTypeRequiredDescription
itemsobject[]true讨论列表
∟ idstringtrue讨论 ID
∟ titlestringtrue标题
∟ descriptionstringtrue摘要/描述
∟ urlstringtrue讨论详情链接
∟ published_atstringtrue发布时间,Unix 时间戳(秒)
∟ comments_countint32true评论数
∟ likes_countint32true点赞数
∟ shares_countint32true分享数