天天基金

周三软件项目管理


fund_manager基金经理数据表

<p>基金经理数据信息来源:&quot;<a href="https://fund.10jqka.com.cn/interface/fund/managerInfo?code">https://fund.10jqka.com.cn/interface/fund/managerInfo?code</a>=...&quot;; 在数据库中的组织形式为:</p> <pre><code>{ "name": "蔡嵩松", "age": "", "intro": "蔡嵩松,中国,博士。曾先后任职于中国科学院计...", "photo": "https://fund.10jqka.com.cn/photos/20210802,etool_16060346257.jpg", "manageFundList": { "320007": { "code": "320007", "name": "诺安成长混合", "type": "混合型", "hqcode": "JSN203", "shRate": "17.25", "hsRate": "17.25", "rate1B0300": "17.77", "rateCommonTypeAvgFqNet": "86.13", "start": "2019-02-20", "end": "至今", "syInfo": { "days": "3年209天", "years": "3.57", "sy": "98.63", "avgsy": "21.18", "cysj": "3年209天", "zdyl": "260.71", "zdhc": "44.94" } }, "001706": { "code": "001706", "name": "诺安积极回报混合A", "type": "混合型", "hqcode": "JPN220", "shRate": "-1.23", "hsRate": "-1.23", "rate1B0300": "-2.78", "rateCommonTypeAvgFqNet": "-2.82", "start": "2022-08-20", "end": "至今", "syInfo": { "days": "27天", "years": "0.07", "sy": "1.78", "avgsy": "26.97", "cysj": "3年209天", "zdyl": "1.78", "zdhc": "0.00" } }, "012847": { "code": "012847", "name": "诺安积极回报混合C", "type": "混合型", "hqcode": "JPN234", "shRate": "-1.23", "hsRate": "-1.23", "rate1B0300": "-2.78", "rateCommonTypeAvgFqNet": "-2.81", "start": "2022-08-20", "end": "至今", "syInfo": { "days": "27天", "years": "0.07", "sy": "1.78", "avgsy": "26.88", "cysj": "3年209天", "zdyl": "1.78", "zdhc": "0.00" } }, "006025": { "code": "006025", "name": "诺安优化配置混合", "type": "混合型", "hqcode": "JPN229", "shRate": "-4.93", "hsRate": "-4.93", "rate1B0300": "-9.58", "rateCommonTypeAvgFqNet": "-3.77", "start": "2022-07-02", "end": "至今", "syInfo": { "days": "76天", "years": "0.21", "sy": "13.39", "avgsy": "82.89", "cysj": "3年209天", "zdyl": "21.72", "zdhc": "6.84" } }, "001411": { "code": "001411", "name": "诺安创新驱动灵活配置混合A", "type": "混合型", "hqcode": "JPN210", "shRate": "-7.43", "hsRate": "-7.43", "rate1B0300": "-21.15", "rateCommonTypeAvgFqNet": "-6.29", "start": "2021-05-22", "end": "至今", "syInfo": { "days": "1年117天", "years": "1.32", "sy": "-21.22", "avgsy": "-16.53", "cysj": "3年209天", "zdyl": "55.04", "zdhc": "49.19" } }, "002051": { "code": "002051", "name": "诺安创新驱动灵活配置混合C", "type": "混合型", "hqcode": "JPN214", "shRate": "-7.43", "hsRate": "-7.43", "rate1B0300": "-21.15", "rateCommonTypeAvgFqNet": "-6.21", "start": "2021-05-22", "end": "至今", "syInfo": { "days": "1年117天", "years": "1.32", "sy": "-21.31", "avgsy": "-16.59", "cysj": "3年209天", "zdyl": "54.94", "zdhc": "49.21" } }, "002560": { "code": "002560", "name": "诺安和鑫灵活配置混合", "type": "混合型", "hqcode": "JPN219", "shRate": "8.25", "hsRate": "8.25", "rate1B0300": "9.92", "rateCommonTypeAvgFqNet": "72.80", "start": "2019-03-14", "end": "至今", "syInfo": { "days": "3年187天", "years": "3.51", "sy": "87.43", "avgsy": "19.59", "cysj": "3年209天", "zdyl": "190.15", "zdhc": "35.40" } } } }</code></pre> <p>该数据是和爬取的所有基金数据相关的基金经理,其数据具体组织形式说明:</p> <table> <thead> <tr> <th style="text-align: center;">字段名</th> <th style="text-align: center;">类型</th> <th style="text-align: center;">说明</th> </tr> </thead> <tbody> <tr> <td style="text-align: center;">name</td> <td style="text-align: center;">String</td> <td style="text-align: center;">姓名</td> </tr> <tr> <td style="text-align: center;">age</td> <td style="text-align: center;">String</td> <td style="text-align: center;">年龄</td> </tr> <tr> <td style="text-align: center;">intro</td> <td style="text-align: center;">String</td> <td style="text-align: center;">个人介绍</td> </tr> <tr> <td style="text-align: center;">photo</td> <td style="text-align: center;">String</td> <td style="text-align: center;">照片网址</td> </tr> <tr> <td style="text-align: center;">manageFundList</td> <td style="text-align: center;">Object</td> <td style="text-align: center;">管理的基金列表</td> </tr> </tbody> </table>

页面列表

ITEM_HTML