Skip to content

Xueqiu (雪球)

Mode: 🔐 Browser · Domain: xueqiu.com / danjuanfunds.com

Commands

CommandDescription
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 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

Released under the Apache-2.0 License.