moomoo API sample code

Posted by:

|

On:

|

Today, I successfully learned how to use the Moomoo API to access stock information. Here’s what I did to get started:

  1. Downloaded the Moomoo OpenD software.
  2. Installed the Moomoo Python API.
  3. Opened a Moomoo account, noting that the minimum Australian stock trading fee is $3.
  4. Launched Moomoo OpenD and logged in using my account number and password.
  5. Copied and tested the sample code from Moomoo’s API documentation.
  6. 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 访问股票信息。以下是我的操作步骤:

  1. 下载 Moomoo OpenD 软件
  2. 安装 Moomoo Python API
  3. 开通 Moomoo 账户,并注意其澳大利亚股票交易的最低费用为 $3
  4. 启动 Moomoo OpenD,使用账户号和密码登录。
  5. 复制并测试 Moomoo API 文档中的示例代码。
  6. 如果出现连接错误,检查 API 端口——默认端口是 11111,但有时会变为 11113

最后,我成功运行了示例代码进行测试。