-
There are some data types (e.g. when working with hashconsing) where you want a Recursive instance but not a Corecursive instance (and perhaps vice versa), it seems trivial enough to extend BaseRules …
-
系统环境:macOS
安装方式: pip install futu-api
版本: Ver.5.9.2108
日志:
```bash
% python3 subscribe.py
Traceback (most recent call last):
File "/Users/shu/workspace/futu/subscribe.py", line 2, in
f…
Atuna updated
3 years ago
-
seems, unlike FUTU, Weibull doesn't announce API doc, not even endpoints.
How do you find these api?
-
https://openapi.futunn.com/futu-api-doc/quote/get-market-state.html#5008
这些文档有放github吗
我复制网页的代码到ide好麻烦 要一个一个复制
如果有放github就好了
-
Hi
I have created a few python script to run the futuapi with some trading algorithm.
However, when I try to create the exe using pyinstaller, I am getting this error when running the exe.
'OpenQu…
-
I am trying to run tasks_to_run.py but it never finishes. I get this error
```
scheduled_tasks_1 | Traceback (most recent call last):
scheduled_tasks_1 | File "tasks_to_run.py", line 151, in …
-
api能支持股票指标么,如EMA, KDJ等
-
- v2.0
- [x] API
- [x] RestClient,REST API通用客户端,[nanoric]
- [x] WebsocketClient,Websocket API通用客户端,[nanoric]
- [x] CTP,基于pybind11封装,移除对vcredist依赖,[vnpy]
- [x] Fram…
-
在Futu API中如何能订阅[美国指数期货MNQ, MES, MYM](https://www.futuhk.com/about/commissionnew?lang=zh-hk&_gl=1*iklyd4*_ga*Nzc3NzgwNTQ4LjE2MTIzMjI4OTg.*_ga_K1RSSMGBHL*MTYyOTM0MTg2NS41LjEuMTYyOTM0MTg5Ny4w&_ga=2.21888…
-
富途牛牛 app 里面可以查看实时汇率,但我没有在 Futu OpenAPI 文档里面找到相关接口,只找到某些接口说不支持外汇的说明。
既然富途牛牛 app 里面可以实时汇率,提供一个 api 应该不难,请添加以方便实时计算人民币市值。
类似:
import futu
quote_ctx = futu.OpenQuoteContext(host='127.0.0.1', port=1000…