Get Followed Companies
账号关注
Get Followed Companies
Get all companies followed by a user
GET
Get Followed Companies
Documentation Index
Fetch the complete documentation index at: https://docs.reportify.cn/llms.txt
Use this file to discover all available pages before exploring further.
获取用户关注的公司
URL:/v1/tools/user/followed-companies方法:
GET描述: 获取当前用户关注的所有公司列表。
请求参数
无需参数。响应参数
| 参数名 | 类型 | 描述 |
|---|---|---|
| companies | array | 关注的公司列表 |
| symbol | string | 股票代码(如 US:AAPL) |
| ticker | string | 股票简码(如 AAPL) |
| market | string | 市场(如 US, HK, CN) |
| name | string | 公司名称 |
| chinese_name | string | 中文名称 |
| english_name | string | 英文名称 |
| logo | string | 公司 Logo URL |
| followed_at | integer | 关注时间戳(毫秒) |
| total | integer | 关注公司总数 |
请求示例
cURL响应示例
错误响应
| 状态码 | 描述 |
|---|---|
| 422 | 请求参数验证失败 |
使用场景
-
获取用户关注列表
- 用于展示用户关注的所有公司
- 构建个性化看板
-
与时间线接口配合使用
- 先获取关注公司,再查询相关动态
