Skip to content

Commit 7d8b80a

Browse files
committed
docs: rename CLI command macroeconomic → macrodata
1 parent c2a6408 commit 7d8b80a

15 files changed

Lines changed: 58 additions & 58 deletions

File tree

docs/en/docs/changelog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ sidebar_icon: newspaper
1414

1515
### CLI v0.24.0
1616

17-
- **New `macroeconomic` command** — Browse 600+ macro indicators across US/HK/CN/EU/JP/SG and query historical release data with actual, forecast, previous, and revised values; supports `--country`, `--start`, `--end`, `--limit`, `--page`, `--format json`
17+
- **New `macrodata` command** — Browse 600+ macro indicators across US/HK/CN/EU/JP/SG and query historical release data with actual, forecast, previous, and revised values; supports `--country`, `--start`, `--end`, `--limit`, `--page`, `--format json`
1818

1919
## 2026-06-04
2020

docs/en/docs/cli/fundamentals/macroeconomic.md renamed to docs/en/docs/cli/fundamentals/macrodata.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
11
---
2-
title: 'macroeconomic'
3-
sidebar_label: 'macroeconomic'
2+
title: 'macrodata'
3+
sidebar_label: 'macrodata'
44
sidebar_position: 20
55
---
66

7-
# longbridge macroeconomic
7+
# longbridge macrodata
88

99
Browse macroeconomic indicators and their historical release data — covering US, HK, CN, EU, JP, and SG markets.
1010

1111
## Modes
1212

1313
| Mode | Usage | Description |
1414
| ---- | ----- | ----------- |
15-
| List | `longbridge macroeconomic` | List all available indicators |
16-
| History | `longbridge macroeconomic <CODE>` | Historical releases for one indicator |
15+
| List | `longbridge macrodata` | List all available indicators |
16+
| History | `longbridge macrodata <CODE>` | Historical releases for one indicator |
1717

1818
## Examples
1919

2020
### List all indicators
2121

2222
```bash
23-
longbridge macroeconomic
23+
longbridge macrodata
2424
```
2525

2626
```
@@ -34,23 +34,23 @@ US00176 Unemployment Rate Employment US Monthly Bureau of Lab
3434
### Filter by country
3535

3636
```bash
37-
longbridge macroeconomic --country US
38-
longbridge macroeconomic --country HK
39-
longbridge macroeconomic --country CN
37+
longbridge macrodata --country US
38+
longbridge macrodata --country HK
39+
longbridge macrodata --country CN
4040
```
4141

4242
Supported country codes: `HK`, `CN`, `US`, `EU`, `JP`, `SG`.
4343

4444
### Paginate the list
4545

4646
```bash
47-
longbridge macroeconomic --country US --limit 50 --page 2
47+
longbridge macrodata --country US --limit 50 --page 2
4848
```
4949

5050
### Historical releases for a specific indicator
5151

5252
```bash
53-
longbridge macroeconomic US00175
53+
longbridge macrodata US00175
5454
```
5555

5656
```
@@ -65,17 +65,17 @@ Period Actual Forecast Previous Revised Unit
6565
### Filter history by date range
6666

6767
```bash
68-
longbridge macroeconomic US00175 --start 2024-01-01 --end 2024-12-31
68+
longbridge macrodata US00175 --start 2024-01-01 --end 2024-12-31
6969
```
7070

7171
### JSON output for AI / scripting
7272

7373
```bash
7474
# List as JSON
75-
longbridge macroeconomic --format json
75+
longbridge macrodata --format json
7676

7777
# History as JSON
78-
longbridge macroeconomic US00175 --format json
78+
longbridge macrodata US00175 --format json
7979
```
8080

8181
## Options

docs/en/docs/cli/release-notes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ sidebar_icon: newspaper
99

1010
### [v0.24.0](https://github.com/longbridge/longbridge-terminal/releases/tag/v0.24.0)
1111

12-
- **New `macroeconomic` command** — Browse 600+ macroeconomic indicators across US/HK/CN/EU/JP/SG; list mode with optional `--country` filter, history mode for a specific indicator code with `--start`/`--end` date range; `--format json` for AI/scripting workflows
12+
- **New `macrodata` command** — Browse 600+ macroeconomic indicators across US/HK/CN/EU/JP/SG; list mode with optional `--country` filter, history mode for a specific indicator code with `--start`/`--end` date range; `--format json` for AI/scripting workflows
1313

1414
### [v0.22.4](https://github.com/longbridge/longbridge-terminal/releases/tag/v0.22.4)
1515

docs/en/docs/fundamental/fundamental/macroeconomic-indicators.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ List macroeconomic indicators available through Longbridge, optionally filtered
1414

1515
<CliCommand>
1616
# List all indicators
17-
longbridge macroeconomic
17+
longbridge macrodata
1818
# Filter by US indicators
19-
longbridge macroeconomic --country US
19+
longbridge macrodata --country US
2020
</CliCommand>
2121

2222
<SDKLinks module="fundamental" klass="FundamentalContext" method="macroeconomic_indicators" />

docs/en/docs/fundamental/fundamental/macroeconomic.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ Get historical releases for a specific macroeconomic indicator — actual values
1414

1515
<CliCommand>
1616
# Historical data for Non-Farm Payroll
17-
longbridge macroeconomic US00175
17+
longbridge macrodata US00175
1818
# Date range filter
19-
longbridge macroeconomic US00175 --start 2024-01-01 --end 2024-12-31
19+
longbridge macrodata US00175 --start 2024-01-01 --end 2024-12-31
2020
</CliCommand>
2121

2222
<SDKLinks module="fundamental" klass="FundamentalContext" method="macroeconomic" />

docs/zh-CN/docs/changelog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ sidebar_icon: newspaper
1414

1515
### CLI v0.24.0
1616

17-
- **新增 `macroeconomic` 命令** — 浏览 600+ 宏观指标(覆盖美/港/中/欧/日/新)并查询历史发布数据;支持 `--country``--start``--end``--limit``--page``--format json`
17+
- **新增 `macrodata` 命令** — 浏览 600+ 宏观指标(覆盖美/港/中/欧/日/新)并查询历史发布数据;支持 `--country``--start``--end``--limit``--page``--format json`
1818

1919
## 2026-06-04
2020

docs/zh-CN/docs/cli/fundamentals/macroeconomic.md renamed to docs/zh-CN/docs/cli/fundamentals/macrodata.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
11
---
2-
title: 'macroeconomic'
3-
sidebar_label: 'macroeconomic'
2+
title: 'macrodata'
3+
sidebar_label: 'macrodata'
44
sidebar_position: 20
55
---
66

7-
# longbridge macroeconomic
7+
# longbridge macrodata
88

99
浏览宏观经济指标及其历史发布数据,覆盖美国、香港、中国大陆、欧元区、日本和新加坡市场。
1010

1111
## 模式
1212

1313
| 模式 | 用法 | 描述 |
1414
| ---- | ---- | ---- |
15-
| 列表 | `longbridge macroeconomic` | 列出全部可用指标 |
16-
| 历史 | `longbridge macroeconomic <CODE>` | 查询指定指标的历史数据 |
15+
| 列表 | `longbridge macrodata` | 列出全部可用指标 |
16+
| 历史 | `longbridge macrodata <CODE>` | 查询指定指标的历史数据 |
1717

1818
## 示例
1919

2020
### 列出全部指标
2121

2222
```bash
23-
longbridge macroeconomic
23+
longbridge macrodata
2424
```
2525

2626
```
@@ -33,23 +33,23 @@ US00175 非农就业人数 Employment US Monthly Bureau of Labor S
3333
### 按国家/地区筛选
3434

3535
```bash
36-
longbridge macroeconomic --country US
37-
longbridge macroeconomic --country HK
38-
longbridge macroeconomic --country CN
36+
longbridge macrodata --country US
37+
longbridge macrodata --country HK
38+
longbridge macrodata --country CN
3939
```
4040

4141
支持的国家代码:`HK``CN``US``EU``JP``SG`
4242

4343
### 分页查看
4444

4545
```bash
46-
longbridge macroeconomic --country US --limit 50 --page 2
46+
longbridge macrodata --country US --limit 50 --page 2
4747
```
4848

4949
### 查看某个指标的历史发布数据
5050

5151
```bash
52-
longbridge macroeconomic US00175
52+
longbridge macrodata US00175
5353
```
5454

5555
```
@@ -64,14 +64,14 @@ Period Actual Forecast Previous Revised Unit
6464
### 按日期范围筛选历史数据
6565

6666
```bash
67-
longbridge macroeconomic US00175 --start 2024-01-01 --end 2024-12-31
67+
longbridge macrodata US00175 --start 2024-01-01 --end 2024-12-31
6868
```
6969

7070
### JSON 输出(适合 AI / 脚本)
7171

7272
```bash
73-
longbridge macroeconomic --format json
74-
longbridge macroeconomic US00175 --format json
73+
longbridge macrodata --format json
74+
longbridge macrodata US00175 --format json
7575
```
7676

7777
## 选项

docs/zh-CN/docs/cli/release-notes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ sidebar_icon: newspaper
99

1010
### [v0.24.0](https://github.com/longbridge/longbridge-terminal/releases/tag/v0.24.0)
1111

12-
- **新增 `macroeconomic` 命令** — 浏览 600+ 宏观经济指标,覆盖美/港/中/欧/日/新六大市场;列表模式支持 `--country` 筛选,历史模式支持 `--start`/`--end` 日期区间;`--format json` 满足 AI / 脚本需求
12+
- **新增 `macrodata` 命令** — 浏览 600+ 宏观经济指标,覆盖美/港/中/欧/日/新六大市场;列表模式支持 `--country` 筛选,历史模式支持 `--start`/`--end` 日期区间;`--format json` 满足 AI / 脚本需求
1313

1414
### [v0.22.4](https://github.com/longbridge/longbridge-terminal/releases/tag/v0.22.4)
1515

docs/zh-CN/docs/fundamental/fundamental/macroeconomic-indicators.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ headingLevel: 2
1414

1515
<CliCommand>
1616
# 列出全部指标
17-
longbridge macroeconomic
17+
longbridge macrodata
1818
# 筛选美国指标
19-
longbridge macroeconomic --country US
19+
longbridge macrodata --country US
2020
</CliCommand>
2121

2222
<SDKLinks module="fundamental" klass="FundamentalContext" method="macroeconomic_indicators" />

docs/zh-CN/docs/fundamental/fundamental/macroeconomic.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ headingLevel: 2
1414

1515
<CliCommand>
1616
# 查询非农就业人数历史数据
17-
longbridge macroeconomic US00175
17+
longbridge macrodata US00175
1818
# 指定日期范围
19-
longbridge macroeconomic US00175 --start 2024-01-01 --end 2024-12-31
19+
longbridge macrodata US00175 --start 2024-01-01 --end 2024-12-31
2020
</CliCommand>
2121

2222
<SDKLinks module="fundamental" klass="FundamentalContext" method="macroeconomic" />

0 commit comments

Comments
 (0)