-
调用可转债行情接口cb_daily时,如果传入TS代码ts_code,返回的可转债价格数据仅精确到小数点后两位。相比现实中的可转债价格数据都是精确到小数点后三位,Tushare的数据精准度就不够了。
举例:
df1 = pro.cb_daily(ts_code='110063.SH')
df1[['close', 'open', 'high', 'low']]
| | close …
-
**Is your feature request related to a problem? Please describe.**
需求:一次请求获取历史上某一天A股中每只股票的当天总市值。
是否已经存在现有的接口了?我在文档中搜索“总市值”没有找到合适的方法,能够一次请求获取每只股票的历史总市值。如果已经存在,请告知。
我目前的方法:
1. stock_zh_valuation_bai…
-
遇到一个问题,我在本地启动 app.py ,已经在tool.py 中填入 tushare.pro 的 token,然后在gradio页面填入 key api base engine,点击 ok后已经显示一直在加载,后台也没看见什么信息。
![image](https://github.com/zwq2018/Data-Copilot/assets/59009945/307a9a69-b669…
-
如下的程序调用,得到一些近乎重复性的报表数据。请参考截图。
income_df = pro.income(ts_code='002157.SZ')
balance_df = pro.balancesheet(ts_code='002157.SZ')
请修复,并且确保这个问题不会发生在其他的股票报表数据中。
谢谢。
-
Would you pls share the tushare token for us? when use the instruction '预测未来中国4个季度的GDP增长率', it will call the tool api.
Many thx!
step: step1=
content: {
"arg1": ["2000101","20230707","gdp_yoy…
-
启动main.py 后 报如下的异常:
===============================Intent Detecting===========================================
2023-06-28 09:36:54
new_instruction: 预测未来中国4个季度的GDP增长率,展示基于2023年06月27日的数据预测未来4个季度的GD…
-
#### 问题描述
ggt_daily接口从20201209起不返回数据
pro.ggt_daily(trade_date='20201208')
trade_date | buy_amount | buy_volume | sell_amount | sell_volume
-- | -- | -- | -- | --
20201208 | 54.69 | 9.2…
-
C:\Users\richa\Documents\GitHub\Sequoia-master>python main.py
[Getting data:]#################################################本接口即将停止更新,请尽快使用Pro版接口:https://tushare.pro/document/2
本接口即将停止更新,请尽快使用Pro版…
-
可使用掘金提供的端口替换tushare端口,如果需要我非常乐意提供PR
ts.get_realtime_quotes to gm.api.current
ts.pro_api.query to get_instrumentinfos
与一些typeing的错误修复
-
### Is there an existing issue for the same bug?
- [X] I have checked the existing issues.
### Environment
```markdown
- Version or commit-id (e.g. v0.1.0 or 8b23a93):05e8fdd15a00263b7808d478458ad7…