var data = {
"净值日期": "2024-01-09",
"单位净值": "1.0973",
"近1月涨跌幅": "-5.92%",
"近1年涨跌幅": "-10.10%",
"累计净值": "2.5373",
"近3月涨跌幅": "-1.72%",
"近3年涨跌幅": "-34.38%",
"近6月涨跌幅": "-6.67%",
"成立来涨跌幅": "236.93%",
"基金类型": "混合型-偏股",
"风险等级": "中高风险",
"基金规模": "5.48亿"
}
document.write("
长城消费增值(200006)基金净值查询:
")
// 1. 净值概况
document.write("1. 净值概况
") document.write("净值日期:" + data.净值日期 + "
") document.write("单位净值:" + data.单位净值 + "
") document.write("近1月涨跌幅:" + data.近1月涨跌幅 + "
") document.write("近1年涨跌幅:" + data.近1年涨跌幅 + "
") document.write("累计净值:" + data.累计净值 + "
") document.write("近3月涨跌幅:" + data.近3月涨跌幅 + "
") document.write("近3年涨跌幅:" + data.近3年涨跌幅 + "
") document.write("近6月涨跌幅:" + data.近6月涨跌幅 + "
") document.write("成立来涨跌幅:" + data.成立来涨跌幅 + "
") document.write("基金类型:" + data.基金类型 + "
") document.write("风险等级:" + data.风险等级 + "
") document.write("基金规模:" + data.基金规模 + "
")
// 2. 最新净值
document.write("2. 最新净值
") document.write("今天最新净值:" + data.单位净值 + "
") document.write("涨跌幅:" + "-0.0156" + "
") document.write("净值日期:" + "2024-01-05" + "
") document.write("实时估值:" + "1.0860" + "
")
// 3. 基金重仓股
document.write("3. 基金重仓股
") document.write("点击200006长城消费基金重仓股查看详细信息。
")
// 4. 购买基金
document.write("4. 购买基金
") document.write("购买长城消费增值混合A(200006)就选基金买卖网,提供基金档案、费率、分红、净值走势等信息。
")
// 5. 相关基金信息
document.write("5. 相关基金信息
") document.write("基金名称:长城消费增值混合A(200006)
") document.write("基金的历史净值:
") document.write("查看长城消费200006基金净值表获取更多详情。
")
// 6. 其他基金信息平台
document.write("6. 其他基金信息平台
") document.write("东方财富网(www.eastmoney.com)旗下基金平台——天天基金网(fund.eastmoney.com)提供长城消费增值混合A(200006)的最新基金档案信息。
")
// 7. 当前基金行情
document.write("7. 当前基金行情
") document.write("长城消费增值混合A(200006)的持仓股票行情:
") document.write("") document.write("股票名称日涨幅占净资产比市值/万元") document.write("1普洛药1.1471占净资产比例市值")// 添加更多股票行情...
document.write("")
// 8. 其他基金信息
document.write("8. 其他基金信息
") document.write("累计净值、涨跌幅、状态、申购等基金信息:
") document.write("") document.write("基金名称净值日期单位净值累计净值涨跌幅状态申购") document.write("长城量化精选股票A202401091.06991.0699-0.11%正常申购")// 添加更多基金信息...
document.write("")
// 9. 联系信息
document.write("9. 联系信息
") document.write("客服热线:95021
") document.write("工作日:7:30-21:30
") document.write("双休日:9:00-21:30
")