-
您好,我有个问题下请教下,请问下您爬取的地址为什么要选这个网址?
> page = requests.get('http://fund.eastmoney.com/Data/Fund_JJJZ_Data.aspx?t=1&lx=1&letter=&gsid=&text=&sort=zdf,'
'desc&page=1,&feature…
-
Hi ZVT
在ipython 里面更新数据是报下面的错误,请问有什么解决方法。 我使用的数据源是默认的eastmoney 。是不是因为我的ip 是海外的所以读不到数据 。 谢谢
In [3]: FinanceFactor.record_data()
FinanceFactor registered recorders:{'eastmoney': }
Unhandle…
-
类似tushare中的数据定义
![图片](https://user-images.githubusercontent.com/1068193/89015082-1533a180-d349-11ea-8438-44a20bf7bcac.png)
-
**Context:**
- Playwright Version: 1.15.2->1.16.1
- Operating System: windows 10
- Browser: Chromium
I set the environment variable: PLAYWRIGHT_BROWSERS_PATH=D:\soft\playwright\ms-playwright, th…
-
for i in ("hh", "zq", "zs", "gp", "qdii", 'lof', "fof"):
p = xa.misc.get_fund_list(i)
print("the {} number is: {}".format(i, len(p)))
the hh number is: 3737
**the zq number is: 1898**
t…
-
在 fund_em_open_fund_rank 增加参数,参数控制:"ft": "all","sc": "zzf",
全部/股票型/混合型/债券型/指数型/QDII/LOF/FOF/
现在返回数据无法分辨哪类基金。谢谢
fund_em_rank.py
def fund_em_open_fund_rank() -> pd.DataFrame:
"""
…
-
fund_num = '005461'
fund_info = xa.fundinfo(fund_num)
fund_info.get_portfolio_holdings()
{'stock_ratio': **19.71**, 'bond_ratio': **100.35**, 'cash_ratio': 2.19}
get_portfolio_holdings调用返回的占比不…
-
这句配置,必须在/config 路径添加配置文件?
建议该成相对路径
-
I met a problem that the sentry webpage shows exception infos much later than when they are reported by our frontend pages. For example, an exception is thrown by our frontend page at 9.00 am, we can'…
-
如题