-
系统环境:Arch Linux
安装方式: `pip install --upgrade futu-api`
```python3
In [1]: import futu as ft …
-
Hello there, I am new to programming as well as the API. I was wondering how I could make use of the data existing on FUTU and import the data into Multicharts. In short, I am trying to use Multichart…
-
文件路径:[futu/examples/macd_strategy.py](url)
代码段
`cash = acc_info['Power'][0] # 购买力`
Power首字母应为小写即:
`cash = acc_info['power'][0] # 购买力`
否则将会报如下错误:
![image](https://user-images.githubuser…
-
-
非常喜欢这个py api
想问一下目前支持抓取历史ipo中签数据吗?比如每一手有多少人申购,然后有多少人中签之类的(就像手机app页面展示的数据)。谢谢
-
get_market_snapshot()接口获取美股数据时95%概率失败,少数股票才成功。
例如:quote_ctx.get_market_snapshot(['US.TSLA'])
得到返回:(-1, 'NN_ProtoRet_TimeOut')
获取A股和港股正常。
-
Traceback (most recent call last):
File "./hk_ipo_history_price.py", line 1, in
import futu as ft
File "/usr/local/lib/python3.6/dist-packages/futu/__init__.py", line 22, in
from fut…
-
print(quote_ctx.get_market_snapshot('US.AAPL'))
(-1, 'NN_ProtoRet_TimeOut')
-
ssh免密码登录
1、客户端即A端生成RSA公钥和私钥
2、我们自己(A端)保留自己的私钥,然后把公钥id_rsa.pub存放到B端
富途的openapiD的登录配置方式有6种(富途intro文档 https://futunnopen.github.io/futu-api-doc/intro/FutuOpenDGuide.html#id7)
1.命令行证书登录
…
-
futu-api version 3.21.0
macos 10.13.3
Is this an individual case?