Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/atorber/node-futu-api
https://github.com/atorber/node-futu-api
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/atorber/node-futu-api
- Owner: atorber
- Created: 2024-04-25T12:38:58.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-04-29T12:50:46.000Z (9 months ago)
- Last Synced: 2024-10-19T22:29:32.736Z (3 months ago)
- Language: JavaScript
- Size: 317 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NODE-FUTU-API-PRO
富途官方API的TypeScript版本,对官方SDK进行二次封装,使用更简单方便。
## 接口支持
对账官网API文档目录结构
- 行情接口
已适配:实时行情
适配中:基本数据、全市场筛选、个性化
暂不适配:相关衍生品
- 交易接口
已适配:账户、资产持仓、订单、成交
## 快速开始
1. 修改examples下的index.ts文件,参考示例编写业务逻辑
2. 运行demo
```
npm run start
```## 相关项目
- [Futu OpenAPI](https://www.futunn.com/OpenAPI),为您的程序化交易,提供丰富的行情和交易接口,满足每一位开发者的量化投资需求,助力您的宽客梦想。
- [Futu OpenAPI 文档](https://openapi.futunn.com/futu-api-doc/intro/intro.html)- [jackshen310/node-futu-api](https://github.com/jackshen310/node-futu-api)