python运行环境
python=3.8.5
akshare 直接pip install akshare即可
以下为实例代码
import akshare as ak
import pandas as pd
# print(ak.stock_zh_a_spot())
# 1/0
# fund_data = ak.fund_em_open_fund_info(fund='001593',indicator='单位净值走势')
# print(fund_data)
# fund_em_value_estimation_df = ak.fund_em_value_estimation()
# print(fund_em_value_estimation_df)
# print(fund_em_value_estimation_df[fund_em_value_estimation_df['基金代码']=='001593'])
fund_value_estimation_em_df = ak