Skip to content

Commit dea2565

Browse files
committed
docs: add stock
1 parent 690b5b8 commit dea2565

4 files changed

Lines changed: 75 additions & 1 deletion

File tree

docs/.vitepress/sidebar.mts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -410,6 +410,10 @@ export const enSidebar = [
410410
text: 'OCR',
411411
link: '/guide/official-plugins/ocr',
412412
},
413+
{
414+
text: 'Stock',
415+
link: '/guide/official-plugins/stock',
416+
},
413417
{
414418
text: 'Token Usage',
415419
link: '/guide/official-plugins/token-usage',
@@ -966,6 +970,10 @@ export const zhSidebar = [
966970
text: 'OCR 识别',
967971
link: '/zh/guide/official-plugins/ocr',
968972
},
973+
{
974+
text: '股票',
975+
link: '/zh/guide/official-plugins/stock',
976+
},
969977
{
970978
text: 'Token 统计',
971979
link: '/zh/guide/official-plugins/token-usage',
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
# tinker-stock
2+
3+
A stock data browser plugin for [TINKER](https://tinker.liriliri.io/), covering A-share, HK, and US markets with watchlist, market boards, and symbol details.
4+
5+
![Screenshot](https://raw.githubusercontent.com/liriliri/tinker-plugins/master/packages/tinker-stock/screenshot.png)
6+
7+
## Features
8+
9+
- **Search** A-share / HK / US symbols by name or code
10+
- **Watchlist** with latest daily snapshots, sorted by change
11+
- **Market Boards** for hot stocks, hot ETFs, sectors, and IPO calendar
12+
- **Symbol Detail** with overview, intraday / K-line, fund flow, chips, financials, shareholders, and dividends
13+
- **MCP Tools** for search, open symbol, market tabs, watchlist, and detail data from the CLI
14+
15+
## Installation
16+
17+
Download and install [TINKER](https://tinker.liriliri.io/), then run:
18+
19+
```bash
20+
npm i -g tinker-stock
21+
```
22+
23+
## Usage
24+
25+
1. Search a symbol in the top bar, or browse hot stocks / ETFs / sectors / IPO
26+
2. Click a symbol to open its detail view
27+
3. Add or remove symbols from the sidebar watchlist
28+
4. Switch detail tabs for fund flow, chips, financials, and more
29+
5. Click the refresh button to reload watchlist and market data
30+
31+
## Data Source
32+
33+
Powered by [westock-data-clawhub](https://www.npmjs.com/package/westock-data-clawhub) (Tencent WeStock). Data is for reference only and is not investment advice.
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
# tinker-stock
2+
3+
股票数据浏览插件,覆盖 A 股、港股和美股,支持自选、行情看板与个股详情。
4+
5+
![截图](https://raw.githubusercontent.com/liriliri/tinker-plugins/master/packages/tinker-stock/screenshot.png)
6+
7+
## 功能特性
8+
9+
- **搜索** — 按名称或代码搜索 A 股 / 港股 / 美股
10+
- **自选** — 展示最新日行情快照,按涨跌幅排序
11+
- **行情看板** — 热门股票、热门 ETF、板块与 IPO 日历
12+
- **个股详情** — 概览、分时 / K 线、资金流向、筹码、财务、股东与分红
13+
- **MCP Tools** — 通过 CLI 搜索、打开个股、切换行情页、管理自选并获取详情数据
14+
15+
## 安装
16+
17+
下载并安装 [TINKER](https://tinker.liriliri.io/),然后运行:
18+
19+
```bash
20+
npm i -g tinker-stock
21+
```
22+
23+
## 使用方法
24+
25+
1. 在顶部搜索栏搜索股票,或浏览热门股票 / ETF / 板块 / IPO
26+
2. 点击股票打开详情页
27+
3. 在侧边栏自选中添加或移除股票
28+
4. 切换详情页查看资金流向、筹码、财务等信息
29+
5. 点击刷新按钮重新加载自选与行情数据
30+
31+
## 数据来源
32+
33+
数据由 [westock-data-clawhub](https://www.npmjs.com/package/westock-data-clawhub)(腾讯微证券)提供。数据仅供参考,不构成投资建议。

tinker-plugins

Submodule tinker-plugins updated 104 files

0 commit comments

Comments
 (0)