Eastmoney
by codenova58v0.1.0
Access and summarize public market data, news, and industry trends from Eastmoney, excluding trading or bulk data extraction.
clawhub install eastmoneySecurity Analysis
🤖 Powered by DeepSeek AI
“This skill appears safe for its intended purpose of summarizing public market data with clear usage boundaries. The main concerns are the unknown author identity and lack of update history, but the explicit limitations on functionality and appropriate license mitigate significant risks. It warrants monitoring but doesn't show immediate security threats.”
Last scanned: 3/29/2026
Community Mentions
From Reddit & GitHub discussions
TextPainter is not working well for WidgetSpan in web
TextPainter is not wroking well for WidgetSpan higher than v1.8.5(Not Exactly) * lower than v1.8.5 - [x] TextPainter .getPositionForOffset - [ ] TextPainter .getOffsetForCaret - [x] TextPainter .getBoxesForSelection * higher than v1.8.5 - [ ] TextPainter .getPositionForOffset - [
改了版code_id_map_em函数, 暂时能用
``` def code_id_map_em() -> dict: """ 东方财富-股票和市场代码 https://quote.eastmoney.com/center/gridlist.html#hs_a_board :return: 股票和市场代码 :rtype: dict """ url = "https://80.push2.eastmoney.com/api/qt/clist/get" params = { "pn": "1", "pz": "200", # 每次请求 200 个数据 "po": "1", "np":
基金列表报错
基金列表是空的,看了下控制台报错了,getIndFundData方法中接口请求返回的data对象为空`e.data.data.diff`,导致报错 ```javascript getIndFundData() { var t = this , e = "https://push2.eastmoney.com/api/qt/ulist.np/get?fltt=2&fields=f2,f3,f4,f12,f13,f14&secids=" + this.seciList.join(",") + "&_=" + (new Date).getTime(); this.$ax
要换工作了
https://blog.wolfogre.com/posts/from-eastmoney-to-qiniu/
后端接口需求:今日市场新闻
## 需求概述 个人中心页面 (`/app/profile`) 需要展示"今日市场新闻"模块,用于向用户展示实时市场动态和财经资讯。 ### 前端现状 目前前端已预留该模块的 UI 位置,使用静态演示数据占位: - 展示时间 + 新闻标题的列表形式 - 每条新闻包含:时间戳、标题内容 --- ## 期望的后端接口 ### 接口设计 ``` GET /api/v1/market/news/today ``` **响应格式:** ```json { "data": [ { "id": "news_001", "timestamp": "202
Changelog v0.1.0
eastmoney-hot-trend 0.1.0 - Initial release registering the “东方财富” (Eastmoney) hot trend skill. - Supports retrieval and summarization of public market quotes, news, and bulletins. - Limits functionality to lightweight info extraction; no trading, bulk scraping, or reverse engineering. - Provides structured outputs for major Eastmoney pages—quotes, news, and trending sectors. - Includes automation guidance and compliance reminders on usage boundaries.
Safety Score
🤖 AI-powered scan
Info
- Version
- 0.1.0
- Versions
- 1
- Author
- codenova58
- Updated
- Mar 17, 2026
- License
- MIT-0