9b395f5cc3
E2E Headed Chrome / e2e-headed (macos-15) (push) Has been cancelled
E2E Headed Chrome / e2e-headed (ubuntu-latest) (push) Has been cancelled
E2E Headed Chrome / e2e-headed (windows-latest) (push) Has been cancelled
CI / build (macos-latest) (push) Has been cancelled
CI / build (ubuntu-latest) (push) Has been cancelled
CI / build (windows-latest) (push) Has been cancelled
CI / unit-test (push) Has been cancelled
CI / bun-test (push) Has been cancelled
CI / adapter-test (push) Has been cancelled
CI / smoke-test (macos-latest) (push) Has been cancelled
CI / smoke-test (ubuntu-latest) (push) Has been cancelled
Security Audit / audit (push) Has been cancelled
Build Chrome Extension / build (push) Has been cancelled
Trigger Website Rebuild (Docs Updated) / dispatch (push) Has been cancelled
66 lines
2.2 KiB
Markdown
66 lines
2.2 KiB
Markdown
# Xueqiu (雪球)
|
||
|
||
**Mode**: 🔐 Browser · **Domain**: `xueqiu.com` / `danjuanfunds.com`
|
||
|
||
## Commands
|
||
|
||
| Command | Description |
|
||
|---------|-------------|
|
||
| `opencli xueqiu feed` | 获取雪球首页时间线 |
|
||
| `opencli xueqiu earnings-date` | 获取股票预计财报发布日期 |
|
||
| `opencli xueqiu hot-stock` | 获取雪球热门股票榜 |
|
||
| `opencli xueqiu hot` | 获取雪球热门动态 |
|
||
| `opencli xueqiu search` | 搜索雪球股票(代码或名称) |
|
||
| `opencli xueqiu stock` | 获取雪球股票实时行情 |
|
||
| `opencli xueqiu comments` | 获取单只股票的讨论动态(按时间排序) |
|
||
| `opencli xueqiu watchlist` | 获取雪球自选股列表 |
|
||
| `opencli xueqiu fund-holdings` | 获取蛋卷基金持仓明细(可用 `--account` 按子账户过滤) |
|
||
| `opencli xueqiu fund-snapshot` | 获取蛋卷基金快照(总资产、子账户、持仓,推荐 `-f json`) |
|
||
|
||
## Usage Examples
|
||
|
||
```bash
|
||
# Quick start
|
||
opencli xueqiu feed --limit 5
|
||
|
||
# Search stocks
|
||
opencli xueqiu search 茅台
|
||
|
||
# View one stock
|
||
opencli xueqiu stock SH600519
|
||
|
||
# View recent discussions for one stock
|
||
opencli xueqiu comments SH600519 --limit 5
|
||
|
||
# Upcoming earnings dates
|
||
opencli xueqiu earnings-date SH600519 --next
|
||
|
||
# Danjuan all holdings
|
||
opencli xueqiu fund-holdings
|
||
|
||
# Filter one Danjuan sub-account
|
||
opencli xueqiu fund-holdings --account 默认账户
|
||
|
||
# Full Danjuan snapshot as JSON
|
||
opencli xueqiu fund-snapshot -f json
|
||
|
||
# JSON output
|
||
opencli xueqiu feed -f json
|
||
|
||
# Verbose mode
|
||
opencli xueqiu feed -v
|
||
```
|
||
|
||
## Prerequisites
|
||
|
||
- Chrome running and **logged into** `xueqiu.com`
|
||
- For fund commands, Chrome must also be logged into `danjuanfunds.com` and able to open `https://danjuanfunds.com/my-money`
|
||
- [Browser Bridge extension](/guide/browser-bridge) installed
|
||
|
||
## Notes
|
||
|
||
- `fund-holdings` exposes both market value and share fields (`volume`, `usableRemainShare`)
|
||
- `fund-snapshot -f json` is the easiest way to persist a full account snapshot for later analysis or diffing
|
||
- `comments` returns stock-scoped discussion posts from the symbol page, not reply threads under one parent post
|
||
- If the commands return empty data, first confirm the logged-in browser can directly see the Danjuan asset page
|