Today, I successfully learned how to use the Moomoo API to access stock information. Here’s what I did to get started:
- Downloaded the Moomoo OpenD software.
- Installed the Moomoo Python API.
- Opened a Moomoo account, noting that the minimum Australian stock trading fee is $3.
- Launched Moomoo OpenD and logged in using my account number and password.
- Copied and tested the sample code from Moomoo’s API documentation.
- If a connection error occurred, I checked the API port—by default, it’s 11111, but sometimes it changes to 11113.
Finally, I ran the sample code to test the setup.
今天,我成功学习了如何使用 Moomoo API 访问股票信息。以下是我的操作步骤:
- 下载 Moomoo OpenD 软件。
- 安装 Moomoo Python API。
- 开通 Moomoo 账户,并注意其澳大利亚股票交易的最低费用为 $3。
- 启动 Moomoo OpenD,使用账户号和密码登录。
- 复制并测试 Moomoo API 文档中的示例代码。
- 如果出现连接错误,检查 API 端口——默认端口是 11111,但有时会变为 11113。
最后,我成功运行了示例代码进行测试。