Results 138 comments of sheep
trafficstars

> ![图片](https://user-images.githubusercontent.com/3388036/129650250-a00a7523-a3a6-4888-a54d-b9da4d3fcf6b.png) > > > > 如图所示 > > 可以 直接输入名称。

参考这里:https://github.com/Micro-sheep/efinance/issues/43

示例如下 ```python import efinance as ef # 获取全部创业板股票实时行情 df = ef.stock.get_realtime_quotes('创业板') # print(df) ``` ![image](https://user-images.githubusercontent.com/56242295/149498697-f3d6f8d6-05af-4005-9c15-e0d45c9975f1.png)

对于输入是 list 的情况,默认返回类型是以 list 里面的元素为 key 的 dict,所以你按照自己的 list 的顺序来取 key,再根据 key 从 dict 里面取 value 即可。

> 像 get_quote_history 那样? 问题是 symbol 是啥? 谢谢 指数代码请查阅东方财富。查行情相关的,个股和指数通用。

对于冲突的,可以参考这里:https://github.com/Micro-sheep/efinance/issues/30

> 对于冲突的,可以参考这里:#30 在这基础上再参考下面的例子 ![image](https://user-images.githubusercontent.com/56242295/179336653-46e66387-1e59-4b8f-8ea8-351da0f0c1b9.png) ![image](https://user-images.githubusercontent.com/56242295/179336655-1e18320e-cd47-4026-815c-766db8cc6eaa.png)

参考这里:https://github.com/Micro-sheep/efinance/issues/65

> code='159915' ef.stock.get_members(code) > > not work ,It return an empty dataframe > > version:0.4.8 This is not index stock, to get it's member, try this ```python import efinance as...

> 感谢大佬造的轮子!!使用get_quote_history(klt=1)只能获取期货1天内的分钟数据。想请问有办法获取历史的1分钟数据吗 没法获取期货历史任意日期的1分钟数据。