hikyuu 2.5.6__py3-none-macosx_11_0_arm64.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- hikyuu/LICENSE.txt +21 -0
- hikyuu/__init__.py +573 -0
- hikyuu/__init__.pyi +953 -0
- hikyuu/analysis/__init__.py +14 -0
- hikyuu/analysis/__init__.pyi +499 -0
- hikyuu/analysis/analysis.py +151 -0
- hikyuu/analysis/analysis.pyi +529 -0
- hikyuu/config/__init__.py +1 -0
- hikyuu/config/block/__init__.py +0 -0
- hikyuu/config/block/dybk.ini +5357 -0
- hikyuu/config/block/gnbk.ini +50024 -0
- hikyuu/config/block/hybk.ini +5464 -0
- hikyuu/config/block/self.ini +10 -0
- hikyuu/config/block/zsbk.ini +65543 -0
- hikyuu/core.py +27 -0
- hikyuu/core.pyi +494 -0
- hikyuu/cpp/__init__.py +1 -0
- hikyuu/cpp/__init__.pyi +3 -0
- hikyuu/cpp/core310.pyi +13025 -0
- hikyuu/cpp/core310.so +0 -0
- hikyuu/cpp/core311.pyi +13025 -0
- hikyuu/cpp/core311.so +0 -0
- hikyuu/cpp/core312.pyi +13025 -0
- hikyuu/cpp/core312.so +0 -0
- hikyuu/cpp/core313.pyi +13003 -0
- hikyuu/cpp/core313.so +0 -0
- hikyuu/cpp/libcrypto.3.dylib +0 -0
- hikyuu/cpp/libcrypto.dylib +0 -0
- hikyuu/cpp/libhikyuu.dylib +0 -0
- hikyuu/cpp/libhku_hdf5.200.2.0.dylib +0 -0
- hikyuu/cpp/libhku_hdf5.200.dylib +0 -0
- hikyuu/cpp/libhku_hdf5.dylib +0 -0
- hikyuu/cpp/libhku_hdf5_cpp.200.2.0.dylib +0 -0
- hikyuu/cpp/libhku_hdf5_cpp.200.dylib +0 -0
- hikyuu/cpp/libhku_hdf5_cpp.dylib +0 -0
- hikyuu/cpp/libhku_hdf5_hl.200.1.0.dylib +0 -0
- hikyuu/cpp/libhku_hdf5_hl.200.dylib +0 -0
- hikyuu/cpp/libhku_hdf5_hl.dylib +0 -0
- hikyuu/cpp/libhku_hdf5_hl_cpp.200.1.0.dylib +0 -0
- hikyuu/cpp/libhku_hdf5_hl_cpp.200.dylib +0 -0
- hikyuu/cpp/libhku_hdf5_hl_cpp.dylib +0 -0
- hikyuu/cpp/libhku_hdf5_tools.200.1.1.dylib +0 -0
- hikyuu/cpp/libhku_hdf5_tools.200.dylib +0 -0
- hikyuu/cpp/libhku_hdf5_tools.dylib +0 -0
- hikyuu/cpp/libmysqlclient.21.dylib +0 -0
- hikyuu/cpp/libmysqlclient.dylib +0 -0
- hikyuu/cpp/libsqlite3.dylib +0 -0
- hikyuu/cpp/libssl.3.dylib +0 -0
- hikyuu/cpp/libssl.dylib +0 -0
- hikyuu/data/__init__.py +1 -0
- hikyuu/data/common.py +248 -0
- hikyuu/data/common_h5.py +398 -0
- hikyuu/data/common_mysql.py +502 -0
- hikyuu/data/common_pytdx.py +124 -0
- hikyuu/data/common_sqlite3.py +140 -0
- hikyuu/data/em_block_to_mysql.py +121 -0
- hikyuu/data/em_block_to_sqlite.py +122 -0
- hikyuu/data/hku_config_template.py +266 -0
- hikyuu/data/mysql_upgrade/0001.sql +5 -0
- hikyuu/data/mysql_upgrade/0002.sql +3 -0
- hikyuu/data/mysql_upgrade/0003.sql +9 -0
- hikyuu/data/mysql_upgrade/0004.sql +26 -0
- hikyuu/data/mysql_upgrade/0005.sql +3 -0
- hikyuu/data/mysql_upgrade/0006.sql +2 -0
- hikyuu/data/mysql_upgrade/0007.sql +20 -0
- hikyuu/data/mysql_upgrade/0008.sql +6 -0
- hikyuu/data/mysql_upgrade/0009.sql +36 -0
- hikyuu/data/mysql_upgrade/0010.sql +5 -0
- hikyuu/data/mysql_upgrade/0011.sql +5 -0
- hikyuu/data/mysql_upgrade/0012.sql +5 -0
- hikyuu/data/mysql_upgrade/0013.sql +2389 -0
- hikyuu/data/mysql_upgrade/0014.sql +3 -0
- hikyuu/data/mysql_upgrade/0015.sql +4 -0
- hikyuu/data/mysql_upgrade/0016.sql +4 -0
- hikyuu/data/mysql_upgrade/0017.sql +5 -0
- hikyuu/data/mysql_upgrade/0018.sql +2 -0
- hikyuu/data/mysql_upgrade/0019.sql +6 -0
- hikyuu/data/mysql_upgrade/0020.sql +4 -0
- hikyuu/data/mysql_upgrade/0021.sql +4 -0
- hikyuu/data/mysql_upgrade/0022.sql +5 -0
- hikyuu/data/mysql_upgrade/0023.sql +4 -0
- hikyuu/data/mysql_upgrade/0024.sql +2 -0
- hikyuu/data/mysql_upgrade/0025.sql +61 -0
- hikyuu/data/mysql_upgrade/0026.sql +9 -0
- hikyuu/data/mysql_upgrade/0027.sql +6 -0
- hikyuu/data/mysql_upgrade/__init__.py +1 -0
- hikyuu/data/mysql_upgrade/createdb.sql +265 -0
- hikyuu/data/pytdx_finance_to_mysql.py +129 -0
- hikyuu/data/pytdx_finance_to_sqlite.py +162 -0
- hikyuu/data/pytdx_to_h5.py +665 -0
- hikyuu/data/pytdx_to_mysql.py +806 -0
- hikyuu/data/pytdx_weight_to_mysql.py +196 -0
- hikyuu/data/pytdx_weight_to_sqlite.py +192 -0
- hikyuu/data/sqlite_mem.py +84 -0
- hikyuu/data/sqlite_mem_sql/__init__.py +1 -0
- hikyuu/data/sqlite_mem_sql/createdb.sql +126 -0
- hikyuu/data/sqlite_upgrade/0001.sql +4 -0
- hikyuu/data/sqlite_upgrade/0002.sql +48 -0
- hikyuu/data/sqlite_upgrade/0003.sql +18 -0
- hikyuu/data/sqlite_upgrade/0004.sql +11 -0
- hikyuu/data/sqlite_upgrade/0005.sql +28 -0
- hikyuu/data/sqlite_upgrade/0006.sql +5 -0
- hikyuu/data/sqlite_upgrade/0007.sql +4 -0
- hikyuu/data/sqlite_upgrade/0008.sql +22 -0
- hikyuu/data/sqlite_upgrade/0009.sql +8 -0
- hikyuu/data/sqlite_upgrade/0010.sql +5 -0
- hikyuu/data/sqlite_upgrade/0011.sql +16 -0
- hikyuu/data/sqlite_upgrade/0012.sql +15 -0
- hikyuu/data/sqlite_upgrade/0013.sql +9 -0
- hikyuu/data/sqlite_upgrade/0014.sql +607 -0
- hikyuu/data/sqlite_upgrade/0015.sql +7 -0
- hikyuu/data/sqlite_upgrade/0016.sql +8 -0
- hikyuu/data/sqlite_upgrade/0017.sql +16 -0
- hikyuu/data/sqlite_upgrade/0018.sql +5 -0
- hikyuu/data/sqlite_upgrade/0019.sql +4 -0
- hikyuu/data/sqlite_upgrade/0020.sql +4 -0
- hikyuu/data/sqlite_upgrade/0021.sql +6 -0
- hikyuu/data/sqlite_upgrade/0022.sql +6 -0
- hikyuu/data/sqlite_upgrade/0023.sql +7 -0
- hikyuu/data/sqlite_upgrade/0024.sql +22 -0
- hikyuu/data/sqlite_upgrade/0025.sql +63 -0
- hikyuu/data/sqlite_upgrade/0026.sql +10 -0
- hikyuu/data/sqlite_upgrade/0027.sql +8 -0
- hikyuu/data/sqlite_upgrade/__init__.py +1 -0
- hikyuu/data/sqlite_upgrade/createdb.sql +61 -0
- hikyuu/data/tdx_to_h5.py +464 -0
- hikyuu/data/tdx_to_mysql.py +464 -0
- hikyuu/data/weight_to_mysql.py +72 -0
- hikyuu/data/weight_to_sqlite.py +70 -0
- hikyuu/data/zh_bond10_to_mysql.py +30 -0
- hikyuu/data/zh_bond10_to_sqlite.py +42 -0
- hikyuu/data_driver/__init__.py +49 -0
- hikyuu/data_driver/jqdata_data_driver.py +277 -0
- hikyuu/data_driver/pytdx_data_driver.py +292 -0
- hikyuu/draw/__init__.py +65 -0
- hikyuu/draw/__init__.pyi +35 -0
- hikyuu/draw/drawplot/__init__.py +307 -0
- hikyuu/draw/drawplot/__init__.pyi +138 -0
- hikyuu/draw/drawplot/bokeh_draw.py +583 -0
- hikyuu/draw/drawplot/bokeh_draw.pyi +956 -0
- hikyuu/draw/drawplot/common.py +89 -0
- hikyuu/draw/drawplot/common.pyi +10 -0
- hikyuu/draw/drawplot/echarts_draw.py +597 -0
- hikyuu/draw/drawplot/echarts_draw.pyi +842 -0
- hikyuu/draw/drawplot/icon/1.png +0 -0
- hikyuu/draw/drawplot/icon/10.png +0 -0
- hikyuu/draw/drawplot/icon/11.png +0 -0
- hikyuu/draw/drawplot/icon/12.png +0 -0
- hikyuu/draw/drawplot/icon/13.png +0 -0
- hikyuu/draw/drawplot/icon/14.png +0 -0
- hikyuu/draw/drawplot/icon/15.png +0 -0
- hikyuu/draw/drawplot/icon/16.png +0 -0
- hikyuu/draw/drawplot/icon/17.png +0 -0
- hikyuu/draw/drawplot/icon/18.png +0 -0
- hikyuu/draw/drawplot/icon/19.png +0 -0
- hikyuu/draw/drawplot/icon/2.png +0 -0
- hikyuu/draw/drawplot/icon/20.png +0 -0
- hikyuu/draw/drawplot/icon/21.png +0 -0
- hikyuu/draw/drawplot/icon/22.png +0 -0
- hikyuu/draw/drawplot/icon/23.png +0 -0
- hikyuu/draw/drawplot/icon/24.png +0 -0
- hikyuu/draw/drawplot/icon/25.png +0 -0
- hikyuu/draw/drawplot/icon/26.png +0 -0
- hikyuu/draw/drawplot/icon/27.png +0 -0
- hikyuu/draw/drawplot/icon/28.png +0 -0
- hikyuu/draw/drawplot/icon/29.png +0 -0
- hikyuu/draw/drawplot/icon/3.png +0 -0
- hikyuu/draw/drawplot/icon/30.png +0 -0
- hikyuu/draw/drawplot/icon/31.png +0 -0
- hikyuu/draw/drawplot/icon/32.png +0 -0
- hikyuu/draw/drawplot/icon/33.png +0 -0
- hikyuu/draw/drawplot/icon/34.png +0 -0
- hikyuu/draw/drawplot/icon/35.png +0 -0
- hikyuu/draw/drawplot/icon/36.png +0 -0
- hikyuu/draw/drawplot/icon/37.png +0 -0
- hikyuu/draw/drawplot/icon/38.png +0 -0
- hikyuu/draw/drawplot/icon/39.png +0 -0
- hikyuu/draw/drawplot/icon/4.png +0 -0
- hikyuu/draw/drawplot/icon/40.png +0 -0
- hikyuu/draw/drawplot/icon/41.png +0 -0
- hikyuu/draw/drawplot/icon/42.png +0 -0
- hikyuu/draw/drawplot/icon/43.png +0 -0
- hikyuu/draw/drawplot/icon/44.png +0 -0
- hikyuu/draw/drawplot/icon/45.png +0 -0
- hikyuu/draw/drawplot/icon/46.png +0 -0
- hikyuu/draw/drawplot/icon/47.png +0 -0
- hikyuu/draw/drawplot/icon/48.png +0 -0
- hikyuu/draw/drawplot/icon/49.png +0 -0
- hikyuu/draw/drawplot/icon/5.png +0 -0
- hikyuu/draw/drawplot/icon/6.png +0 -0
- hikyuu/draw/drawplot/icon/7.png +0 -0
- hikyuu/draw/drawplot/icon/8.png +0 -0
- hikyuu/draw/drawplot/icon/9.png +0 -0
- hikyuu/draw/drawplot/icon/__init__.py +0 -0
- hikyuu/draw/drawplot/matplotlib_draw.py +1518 -0
- hikyuu/draw/drawplot/matplotlib_draw.pyi +1308 -0
- hikyuu/draw/elder.py +135 -0
- hikyuu/draw/elder.pyi +44 -0
- hikyuu/draw/kaufman.py +192 -0
- hikyuu/draw/kaufman.pyi +38 -0
- hikyuu/draw/volume.py +122 -0
- hikyuu/draw/volume.pyi +31 -0
- hikyuu/examples/Turtle_SG.py +47 -0
- hikyuu/examples/__init__.py +1 -0
- hikyuu/examples/examples_init.py +33 -0
- hikyuu/examples/notebook/000-Index.ipynb +76 -0
- hikyuu/examples/notebook/001-overview.ipynb +345 -0
- hikyuu/examples/notebook/002-HowToGetStock.ipynb +265 -0
- hikyuu/examples/notebook/003-HowToGetKDataAndDraw.ipynb +375 -0
- hikyuu/examples/notebook/004-IndicatorOverview.ipynb +501 -0
- hikyuu/examples/notebook/005-Drawplot.ipynb +321 -0
- hikyuu/examples/notebook/006-TradeManager.ipynb +381 -0
- hikyuu/examples/notebook/007-SystemDetails.ipynb +380 -0
- hikyuu/examples/notebook/008-Pickle.ipynb +127 -0
- hikyuu/examples/notebook/009-RealData.ipynb +110 -0
- hikyuu/examples/notebook/010-Portfolio.ipynb +333 -0
- hikyuu/examples/notebook/011-PyechartsDrawplot.ipynb +21821 -0
- hikyuu/examples/notebook/Demo/Demo1.ipynb +623 -0
- hikyuu/examples/notebook/Demo/Demo2.ipynb +665 -0
- hikyuu/examples/notebook/Demo/__init__.py +1 -0
- hikyuu/examples/notebook/README.md +1 -0
- hikyuu/examples/notebook/__init__.py +1 -0
- hikyuu/examples/notebook/images/002_01_block_config.png +0 -0
- hikyuu/examples/notebook/images/008_01_tocsv.png +0 -0
- hikyuu/examples/notebook/images/008_02_tocsv_look.png +0 -0
- hikyuu/examples/notebook/images/008_03_pickle.png +0 -0
- hikyuu/examples/notebook/images/__init__.py +1 -0
- hikyuu/examples/quick_crtsg.py +40 -0
- hikyuu/extend.py +369 -0
- hikyuu/extend.pyi +630 -0
- hikyuu/fetcher/__init__.py +8 -0
- hikyuu/fetcher/proxy/__init__.py +12 -0
- hikyuu/fetcher/proxy/proxy.py +39 -0
- hikyuu/fetcher/proxy/zhima.py +63 -0
- hikyuu/fetcher/stock/__init__.py +8 -0
- hikyuu/fetcher/stock/zh_block_em.py +218 -0
- hikyuu/fetcher/stock/zh_stock_a_huatai.py +51 -0
- hikyuu/fetcher/stock/zh_stock_a_pytdx.py +139 -0
- hikyuu/fetcher/stock/zh_stock_a_qmt.py +58 -0
- hikyuu/fetcher/stock/zh_stock_a_sina_qq.py +229 -0
- hikyuu/flat/Spot.py +440 -0
- hikyuu/flat/SpotList.py +74 -0
- hikyuu/flat/__init__.py +4 -0
- hikyuu/gui/HikyuuTDX.py +842 -0
- hikyuu/gui/__init__.py +1 -0
- hikyuu/gui/data/CollectSpotThread.py +43 -0
- hikyuu/gui/data/CollectToMemThread.py +123 -0
- hikyuu/gui/data/CollectToMySQLThread.py +178 -0
- hikyuu/gui/data/EscapetimeThread.py +32 -0
- hikyuu/gui/data/ImportBlockInfoTask.py +56 -0
- hikyuu/gui/data/ImportHistoryFinanceTask.py +143 -0
- hikyuu/gui/data/ImportPytdxTimeToH5Task.py +94 -0
- hikyuu/gui/data/ImportPytdxToH5Task.py +98 -0
- hikyuu/gui/data/ImportPytdxTransToH5Task.py +94 -0
- hikyuu/gui/data/ImportTdxToH5Task.py +111 -0
- hikyuu/gui/data/ImportWeightToSqliteTask.py +114 -0
- hikyuu/gui/data/ImportZhBond10Task.py +48 -0
- hikyuu/gui/data/MainWindow.py +830 -0
- hikyuu/gui/data/SchedImportThread.py +62 -0
- hikyuu/gui/data/UsePytdxImportToH5Thread.py +371 -0
- hikyuu/gui/data/UseTdxImportToH5Thread.py +182 -0
- hikyuu/gui/data/__init__.py +1 -0
- hikyuu/gui/data/tool.py +43 -0
- hikyuu/gui/hikyuu.ico +0 -0
- hikyuu/gui/hikyuu_small.png +0 -0
- hikyuu/gui/importdata.py +153 -0
- hikyuu/gui/spot_server.py +336 -0
- hikyuu/gui/start_huatai_insight.py +510 -0
- hikyuu/gui/start_qmt.py +122 -0
- hikyuu/hub.py +771 -0
- hikyuu/hub.pyi +295 -0
- hikyuu/include/__init__.py +1 -0
- hikyuu/include/hikyuu/Block.h +173 -0
- hikyuu/include/hikyuu/DataType.h +177 -0
- hikyuu/include/hikyuu/GlobalInitializer.h +46 -0
- hikyuu/include/hikyuu/HistoryFinanceInfo.h +35 -0
- hikyuu/include/hikyuu/KData.h +271 -0
- hikyuu/include/hikyuu/KDataImp.h +94 -0
- hikyuu/include/hikyuu/KQuery.h +275 -0
- hikyuu/include/hikyuu/KRecord.h +94 -0
- hikyuu/include/hikyuu/MarketInfo.h +132 -0
- hikyuu/include/hikyuu/Stock.h +358 -0
- hikyuu/include/hikyuu/StockManager.h +372 -0
- hikyuu/include/hikyuu/StockMapIterator.h +72 -0
- hikyuu/include/hikyuu/StockTypeInfo.h +127 -0
- hikyuu/include/hikyuu/StockWeight.h +148 -0
- hikyuu/include/hikyuu/StrategyContext.h +116 -0
- hikyuu/include/hikyuu/TimeLineRecord.h +71 -0
- hikyuu/include/hikyuu/TransRecord.h +79 -0
- hikyuu/include/hikyuu/ZhBond10.h +36 -0
- hikyuu/include/hikyuu/__init__.py +1 -0
- hikyuu/include/hikyuu/analysis/__init__.py +1 -0
- hikyuu/include/hikyuu/analysis/analysis_sys.h +76 -0
- hikyuu/include/hikyuu/analysis/combinate.h +115 -0
- hikyuu/include/hikyuu/config.h +51 -0
- hikyuu/include/hikyuu/data_driver/BaseInfoDriver.h +201 -0
- hikyuu/include/hikyuu/data_driver/BlockInfoDriver.h +108 -0
- hikyuu/include/hikyuu/data_driver/DataDriverFactory.h +58 -0
- hikyuu/include/hikyuu/data_driver/DriverConnectPool.h +146 -0
- hikyuu/include/hikyuu/data_driver/HistoryFinanceReader.h +36 -0
- hikyuu/include/hikyuu/data_driver/KDataDriver.h +194 -0
- hikyuu/include/hikyuu/data_driver/__init__.py +1 -0
- hikyuu/include/hikyuu/data_driver/base_info/__init__.py +1 -0
- hikyuu/include/hikyuu/data_driver/base_info/mysql/MySQLBaseInfoDriver.h +54 -0
- hikyuu/include/hikyuu/data_driver/base_info/mysql/__init__.py +1 -0
- hikyuu/include/hikyuu/data_driver/base_info/sqlite/SQLiteBaseInfoDriver.h +50 -0
- hikyuu/include/hikyuu/data_driver/base_info/sqlite/__init__.py +1 -0
- hikyuu/include/hikyuu/data_driver/base_info/table/HistoryFinanceFieldTable.h +19 -0
- hikyuu/include/hikyuu/data_driver/base_info/table/HistoryFinanceTable.h +23 -0
- hikyuu/include/hikyuu/data_driver/base_info/table/HolidayTable.h +29 -0
- hikyuu/include/hikyuu/data_driver/base_info/table/MarketInfoTable.h +127 -0
- hikyuu/include/hikyuu/data_driver/base_info/table/StockTable.h +64 -0
- hikyuu/include/hikyuu/data_driver/base_info/table/StockTypeInfoTable.h +108 -0
- hikyuu/include/hikyuu/data_driver/base_info/table/StockWeightTable.h +52 -0
- hikyuu/include/hikyuu/data_driver/base_info/table/ZhBond10Table.h +20 -0
- hikyuu/include/hikyuu/data_driver/base_info/table/__init__.py +1 -0
- hikyuu/include/hikyuu/data_driver/block_info/__init__.py +1 -0
- hikyuu/include/hikyuu/data_driver/block_info/mysql/MySQLBlockInfoDriver.h +36 -0
- hikyuu/include/hikyuu/data_driver/block_info/mysql/__init__.py +1 -0
- hikyuu/include/hikyuu/data_driver/block_info/qianlong/QLBlockInfoDriver.h +31 -0
- hikyuu/include/hikyuu/data_driver/block_info/qianlong/__init__.py +1 -0
- hikyuu/include/hikyuu/data_driver/block_info/sqlite/SQLiteBlockInfoDriver.h +36 -0
- hikyuu/include/hikyuu/data_driver/block_info/sqlite/__init__.py +1 -0
- hikyuu/include/hikyuu/data_driver/kdata/DoNothingKDataDriver.h +33 -0
- hikyuu/include/hikyuu/data_driver/kdata/__init__.py +1 -0
- hikyuu/include/hikyuu/data_driver/kdata/cvs/KDataTempCsvDriver.h +106 -0
- hikyuu/include/hikyuu/data_driver/kdata/cvs/__init__.py +1 -0
- hikyuu/include/hikyuu/data_driver/kdata/hdf5/H5KDataDriver.h +89 -0
- hikyuu/include/hikyuu/data_driver/kdata/hdf5/H5Record.h +50 -0
- hikyuu/include/hikyuu/data_driver/kdata/hdf5/__init__.py +1 -0
- hikyuu/include/hikyuu/data_driver/kdata/mysql/KRecordTable.h +124 -0
- hikyuu/include/hikyuu/data_driver/kdata/mysql/MySQLKDataDriver.h +78 -0
- hikyuu/include/hikyuu/data_driver/kdata/mysql/__init__.py +1 -0
- hikyuu/include/hikyuu/data_driver/kdata/sqlite/SQLiteKDataDriver.h +62 -0
- hikyuu/include/hikyuu/data_driver/kdata/sqlite/__init__.py +1 -0
- hikyuu/include/hikyuu/data_driver/kdata/tdx/TdxKDataDriver.h +63 -0
- hikyuu/include/hikyuu/data_driver/kdata/tdx/__init__.py +1 -0
- hikyuu/include/hikyuu/debug.h +32 -0
- hikyuu/include/hikyuu/doc.h +166 -0
- hikyuu/include/hikyuu/global/GlobalSpotAgent.h +33 -0
- hikyuu/include/hikyuu/global/SpotRecord.h +52 -0
- hikyuu/include/hikyuu/global/__init__.py +1 -0
- hikyuu/include/hikyuu/global/agent/SpotAgent.h +143 -0
- hikyuu/include/hikyuu/global/agent/__init__.py +1 -0
- hikyuu/include/hikyuu/global/agent/hikyuu/__init__.py +1 -0
- hikyuu/include/hikyuu/global/agent/hikyuu/flat/__init__.py +1 -0
- hikyuu/include/hikyuu/global/agent/spot_generated.h +527 -0
- hikyuu/include/hikyuu/global/schedule/__init__.py +1 -0
- hikyuu/include/hikyuu/global/schedule/inner_tasks.h +16 -0
- hikyuu/include/hikyuu/global/schedule/scheduler.h +24 -0
- hikyuu/include/hikyuu/global/sysinfo.h +67 -0
- hikyuu/include/hikyuu/hikyuu.h +55 -0
- hikyuu/include/hikyuu/indicator/IndParam.h +39 -0
- hikyuu/include/hikyuu/indicator/Indicator.h +434 -0
- hikyuu/include/hikyuu/indicator/Indicator2InImp.h +66 -0
- hikyuu/include/hikyuu/indicator/IndicatorImp.h +417 -0
- hikyuu/include/hikyuu/indicator/__init__.py +1 -0
- hikyuu/include/hikyuu/indicator/build_in.h +131 -0
- hikyuu/include/hikyuu/indicator/crt/ABS.h +34 -0
- hikyuu/include/hikyuu/indicator/crt/ACOS.h +36 -0
- hikyuu/include/hikyuu/indicator/crt/AD.h +28 -0
- hikyuu/include/hikyuu/indicator/crt/ADVANCE.h +34 -0
- hikyuu/include/hikyuu/indicator/crt/ALIGN.h +42 -0
- hikyuu/include/hikyuu/indicator/crt/AMA.h +113 -0
- hikyuu/include/hikyuu/indicator/crt/ASIN.h +36 -0
- hikyuu/include/hikyuu/indicator/crt/ATAN.h +36 -0
- hikyuu/include/hikyuu/indicator/crt/ATR.h +33 -0
- hikyuu/include/hikyuu/indicator/crt/AVEDEV.h +45 -0
- hikyuu/include/hikyuu/indicator/crt/BACKSET.h +44 -0
- hikyuu/include/hikyuu/indicator/crt/BARSCOUNT.h +37 -0
- hikyuu/include/hikyuu/indicator/crt/BARSLAST.h +41 -0
- hikyuu/include/hikyuu/indicator/crt/BARSSINCE.h +53 -0
- hikyuu/include/hikyuu/indicator/crt/BETWEEN.h +85 -0
- hikyuu/include/hikyuu/indicator/crt/BLOCKSETNUM.h +23 -0
- hikyuu/include/hikyuu/indicator/crt/CEILING.h +38 -0
- hikyuu/include/hikyuu/indicator/crt/CONTEXT.h +30 -0
- hikyuu/include/hikyuu/indicator/crt/CORR.h +26 -0
- hikyuu/include/hikyuu/indicator/crt/COS.h +36 -0
- hikyuu/include/hikyuu/indicator/crt/COST.h +37 -0
- hikyuu/include/hikyuu/indicator/crt/COUNT.h +54 -0
- hikyuu/include/hikyuu/indicator/crt/CROSS.h +48 -0
- hikyuu/include/hikyuu/indicator/crt/CVAL.h +35 -0
- hikyuu/include/hikyuu/indicator/crt/CYCLE.h +24 -0
- hikyuu/include/hikyuu/indicator/crt/DECLINE.h +34 -0
- hikyuu/include/hikyuu/indicator/crt/DEVSQ.h +40 -0
- hikyuu/include/hikyuu/indicator/crt/DIFF.h +31 -0
- hikyuu/include/hikyuu/indicator/crt/DISCARD.h +27 -0
- hikyuu/include/hikyuu/indicator/crt/DMA.h +35 -0
- hikyuu/include/hikyuu/indicator/crt/DOWNNDAY.h +43 -0
- hikyuu/include/hikyuu/indicator/crt/DROPNA.h +31 -0
- hikyuu/include/hikyuu/indicator/crt/EMA.h +44 -0
- hikyuu/include/hikyuu/indicator/crt/EVERY.h +44 -0
- hikyuu/include/hikyuu/indicator/crt/EXIST.h +44 -0
- hikyuu/include/hikyuu/indicator/crt/EXP.h +34 -0
- hikyuu/include/hikyuu/indicator/crt/FILTER.h +44 -0
- hikyuu/include/hikyuu/indicator/crt/FINANCE.h +20 -0
- hikyuu/include/hikyuu/indicator/crt/FLOOR.h +38 -0
- hikyuu/include/hikyuu/indicator/crt/HHV.h +44 -0
- hikyuu/include/hikyuu/indicator/crt/HHVBARS.h +44 -0
- hikyuu/include/hikyuu/indicator/crt/HSL.h +27 -0
- hikyuu/include/hikyuu/indicator/crt/IC.h +41 -0
- hikyuu/include/hikyuu/indicator/crt/ICIR.h +51 -0
- hikyuu/include/hikyuu/indicator/crt/INBLOCK.h +31 -0
- hikyuu/include/hikyuu/indicator/crt/INDEX.h +60 -0
- hikyuu/include/hikyuu/indicator/crt/INSUM.h +36 -0
- hikyuu/include/hikyuu/indicator/crt/INTPART.h +38 -0
- hikyuu/include/hikyuu/indicator/crt/IR.h +44 -0
- hikyuu/include/hikyuu/indicator/crt/ISINF.h +28 -0
- hikyuu/include/hikyuu/indicator/crt/ISINFA.h +28 -0
- hikyuu/include/hikyuu/indicator/crt/ISLASTBAR.h +30 -0
- hikyuu/include/hikyuu/indicator/crt/ISNA.h +29 -0
- hikyuu/include/hikyuu/indicator/crt/JUMPDOWN.h +24 -0
- hikyuu/include/hikyuu/indicator/crt/JUMPUP.h +24 -0
- hikyuu/include/hikyuu/indicator/crt/KALMAN.h +30 -0
- hikyuu/include/hikyuu/indicator/crt/KDATA.h +72 -0
- hikyuu/include/hikyuu/indicator/crt/LAST.h +100 -0
- hikyuu/include/hikyuu/indicator/crt/LASTVALUE.h +29 -0
- hikyuu/include/hikyuu/indicator/crt/LIUTONGPAN.h +24 -0
- hikyuu/include/hikyuu/indicator/crt/LLV.h +46 -0
- hikyuu/include/hikyuu/indicator/crt/LLVBARS.h +44 -0
- hikyuu/include/hikyuu/indicator/crt/LN.h +36 -0
- hikyuu/include/hikyuu/indicator/crt/LOG.h +35 -0
- hikyuu/include/hikyuu/indicator/crt/LONGCROSS.h +68 -0
- hikyuu/include/hikyuu/indicator/crt/MA.h +44 -0
- hikyuu/include/hikyuu/indicator/crt/MACD.h +62 -0
- hikyuu/include/hikyuu/indicator/crt/MAX.h +45 -0
- hikyuu/include/hikyuu/indicator/crt/MDD.h +29 -0
- hikyuu/include/hikyuu/indicator/crt/MIN.h +45 -0
- hikyuu/include/hikyuu/indicator/crt/MOD.h +49 -0
- hikyuu/include/hikyuu/indicator/crt/MRR.h +29 -0
- hikyuu/include/hikyuu/indicator/crt/NDAY.h +43 -0
- hikyuu/include/hikyuu/indicator/crt/NOT.h +35 -0
- hikyuu/include/hikyuu/indicator/crt/POS.h +21 -0
- hikyuu/include/hikyuu/indicator/crt/POW.h +48 -0
- hikyuu/include/hikyuu/indicator/crt/PRICELIST.h +59 -0
- hikyuu/include/hikyuu/indicator/crt/RECOVER.h +45 -0
- hikyuu/include/hikyuu/indicator/crt/REF.h +48 -0
- hikyuu/include/hikyuu/indicator/crt/REPLACE.h +29 -0
- hikyuu/include/hikyuu/indicator/crt/RESULT.h +20 -0
- hikyuu/include/hikyuu/indicator/crt/REVERSE.h +36 -0
- hikyuu/include/hikyuu/indicator/crt/ROC.h +39 -0
- hikyuu/include/hikyuu/indicator/crt/ROCP.h +39 -0
- hikyuu/include/hikyuu/indicator/crt/ROCR.h +39 -0
- hikyuu/include/hikyuu/indicator/crt/ROCR100.h +39 -0
- hikyuu/include/hikyuu/indicator/crt/ROUND.h +36 -0
- hikyuu/include/hikyuu/indicator/crt/ROUNDDOWN.h +36 -0
- hikyuu/include/hikyuu/indicator/crt/ROUNDUP.h +36 -0
- hikyuu/include/hikyuu/indicator/crt/RSI.h +43 -0
- hikyuu/include/hikyuu/indicator/crt/SAFTYLOSS.h +79 -0
- hikyuu/include/hikyuu/indicator/crt/SGN.h +34 -0
- hikyuu/include/hikyuu/indicator/crt/SIN.h +36 -0
- hikyuu/include/hikyuu/indicator/crt/SLICE.h +44 -0
- hikyuu/include/hikyuu/indicator/crt/SLOPE.h +44 -0
- hikyuu/include/hikyuu/indicator/crt/SMA.h +72 -0
- hikyuu/include/hikyuu/indicator/crt/SPEARMAN.h +24 -0
- hikyuu/include/hikyuu/indicator/crt/SQRT.h +41 -0
- hikyuu/include/hikyuu/indicator/crt/STDEV.h +44 -0
- hikyuu/include/hikyuu/indicator/crt/STDP.h +38 -0
- hikyuu/include/hikyuu/indicator/crt/SUM.h +44 -0
- hikyuu/include/hikyuu/indicator/crt/SUMBARS.h +44 -0
- hikyuu/include/hikyuu/indicator/crt/TAN.h +36 -0
- hikyuu/include/hikyuu/indicator/crt/TIME.h +69 -0
- hikyuu/include/hikyuu/indicator/crt/TIMELINE.h +23 -0
- hikyuu/include/hikyuu/indicator/crt/TIMELINEVOL.h +21 -0
- hikyuu/include/hikyuu/indicator/crt/TR.h +32 -0
- hikyuu/include/hikyuu/indicator/crt/TURNOVER.h +21 -0
- hikyuu/include/hikyuu/indicator/crt/UPNDAY.h +43 -0
- hikyuu/include/hikyuu/indicator/crt/VAR.h +40 -0
- hikyuu/include/hikyuu/indicator/crt/VARP.h +40 -0
- hikyuu/include/hikyuu/indicator/crt/VIGOR.h +34 -0
- hikyuu/include/hikyuu/indicator/crt/WINNER.h +38 -0
- hikyuu/include/hikyuu/indicator/crt/WMA.h +46 -0
- hikyuu/include/hikyuu/indicator/crt/ZHBOND10.h +27 -0
- hikyuu/include/hikyuu/indicator/crt/ZONGGUBEN.h +17 -0
- hikyuu/include/hikyuu/indicator/crt/ZSCORE.h +30 -0
- hikyuu/include/hikyuu/indicator/crt/__init__.py +1 -0
- hikyuu/include/hikyuu/indicator/imp/IAbs.h +26 -0
- hikyuu/include/hikyuu/indicator/imp/IAcos.h +28 -0
- hikyuu/include/hikyuu/indicator/imp/IAd.h +30 -0
- hikyuu/include/hikyuu/indicator/imp/IAdvance.h +29 -0
- hikyuu/include/hikyuu/indicator/imp/IAlign.h +28 -0
- hikyuu/include/hikyuu/indicator/imp/IAma.h +38 -0
- hikyuu/include/hikyuu/indicator/imp/IAsin.h +28 -0
- hikyuu/include/hikyuu/indicator/imp/IAtan.h +28 -0
- hikyuu/include/hikyuu/indicator/imp/IAtr.h +30 -0
- hikyuu/include/hikyuu/indicator/imp/IBackset.h +33 -0
- hikyuu/include/hikyuu/indicator/imp/IBarsCount.h +28 -0
- hikyuu/include/hikyuu/indicator/imp/IBarsLast.h +28 -0
- hikyuu/include/hikyuu/indicator/imp/IBarsSince.h +34 -0
- hikyuu/include/hikyuu/indicator/imp/IBlockSetNum.h +28 -0
- hikyuu/include/hikyuu/indicator/imp/ICeil.h +31 -0
- hikyuu/include/hikyuu/indicator/imp/IContext.h +44 -0
- hikyuu/include/hikyuu/indicator/imp/ICorr.h +26 -0
- hikyuu/include/hikyuu/indicator/imp/ICos.h +28 -0
- hikyuu/include/hikyuu/indicator/imp/ICost.h +31 -0
- hikyuu/include/hikyuu/indicator/imp/ICount.h +32 -0
- hikyuu/include/hikyuu/indicator/imp/ICval.h +29 -0
- hikyuu/include/hikyuu/indicator/imp/ICycle.h +30 -0
- hikyuu/include/hikyuu/indicator/imp/IDecline.h +29 -0
- hikyuu/include/hikyuu/indicator/imp/IDevsq.h +29 -0
- hikyuu/include/hikyuu/indicator/imp/IDiff.h +29 -0
- hikyuu/include/hikyuu/indicator/imp/IDiscard.h +28 -0
- hikyuu/include/hikyuu/indicator/imp/IDma.h +30 -0
- hikyuu/include/hikyuu/indicator/imp/IDropna.h +28 -0
- hikyuu/include/hikyuu/indicator/imp/IEma.h +29 -0
- hikyuu/include/hikyuu/indicator/imp/IEvery.h +32 -0
- hikyuu/include/hikyuu/indicator/imp/IExist.h +32 -0
- hikyuu/include/hikyuu/indicator/imp/IExp.h +28 -0
- hikyuu/include/hikyuu/indicator/imp/IFilter.h +34 -0
- hikyuu/include/hikyuu/indicator/imp/IFinance.h +25 -0
- hikyuu/include/hikyuu/indicator/imp/IFloor.h +31 -0
- hikyuu/include/hikyuu/indicator/imp/IHhvbars.h +29 -0
- hikyuu/include/hikyuu/indicator/imp/IHighLine.h +34 -0
- hikyuu/include/hikyuu/indicator/imp/IHsl.h +30 -0
- hikyuu/include/hikyuu/indicator/imp/IIc.h +45 -0
- hikyuu/include/hikyuu/indicator/imp/IInBlock.h +30 -0
- hikyuu/include/hikyuu/indicator/imp/IInSum.h +28 -0
- hikyuu/include/hikyuu/indicator/imp/IIndex.h +26 -0
- hikyuu/include/hikyuu/indicator/imp/IIntpart.h +31 -0
- hikyuu/include/hikyuu/indicator/imp/IIsInf.h +26 -0
- hikyuu/include/hikyuu/indicator/imp/IIsInfa.h +26 -0
- hikyuu/include/hikyuu/indicator/imp/IIsLastBar.h +27 -0
- hikyuu/include/hikyuu/indicator/imp/IIsNa.h +26 -0
- hikyuu/include/hikyuu/indicator/imp/IJumpDown.h +24 -0
- hikyuu/include/hikyuu/indicator/imp/IJumpUp.h +24 -0
- hikyuu/include/hikyuu/indicator/imp/IKData.h +29 -0
- hikyuu/include/hikyuu/indicator/imp/IKalman.h +27 -0
- hikyuu/include/hikyuu/indicator/imp/ILastValue.h +26 -0
- hikyuu/include/hikyuu/indicator/imp/ILiuTongPan.h +29 -0
- hikyuu/include/hikyuu/indicator/imp/ILn.h +28 -0
- hikyuu/include/hikyuu/indicator/imp/ILog.h +28 -0
- hikyuu/include/hikyuu/indicator/imp/ILowLine.h +30 -0
- hikyuu/include/hikyuu/indicator/imp/ILowLineBars.h +29 -0
- hikyuu/include/hikyuu/indicator/imp/IMa.h +27 -0
- hikyuu/include/hikyuu/indicator/imp/IMacd.h +41 -0
- hikyuu/include/hikyuu/indicator/imp/IMdd.h +23 -0
- hikyuu/include/hikyuu/indicator/imp/IMrr.h +23 -0
- hikyuu/include/hikyuu/indicator/imp/INot.h +26 -0
- hikyuu/include/hikyuu/indicator/imp/IPow.h +32 -0
- hikyuu/include/hikyuu/indicator/imp/IPriceList.h +29 -0
- hikyuu/include/hikyuu/indicator/imp/IRecover.h +29 -0
- hikyuu/include/hikyuu/indicator/imp/IRef.h +34 -0
- hikyuu/include/hikyuu/indicator/imp/IReplace.h +26 -0
- hikyuu/include/hikyuu/indicator/imp/IResult.h +26 -0
- hikyuu/include/hikyuu/indicator/imp/IReverse.h +28 -0
- hikyuu/include/hikyuu/indicator/imp/IRoc.h +29 -0
- hikyuu/include/hikyuu/indicator/imp/IRocp.h +29 -0
- hikyuu/include/hikyuu/indicator/imp/IRocr.h +29 -0
- hikyuu/include/hikyuu/indicator/imp/IRocr100.h +29 -0
- hikyuu/include/hikyuu/indicator/imp/IRound.h +32 -0
- hikyuu/include/hikyuu/indicator/imp/IRoundDown.h +32 -0
- hikyuu/include/hikyuu/indicator/imp/IRoundUp.h +32 -0
- hikyuu/include/hikyuu/indicator/imp/ISaftyLoss.h +44 -0
- hikyuu/include/hikyuu/indicator/imp/ISign.h +28 -0
- hikyuu/include/hikyuu/indicator/imp/ISin.h +28 -0
- hikyuu/include/hikyuu/indicator/imp/ISlice.h +25 -0
- hikyuu/include/hikyuu/indicator/imp/ISlope.h +25 -0
- hikyuu/include/hikyuu/indicator/imp/ISma.h +34 -0
- hikyuu/include/hikyuu/indicator/imp/ISpearman.h +26 -0
- hikyuu/include/hikyuu/indicator/imp/ISqrt.h +31 -0
- hikyuu/include/hikyuu/indicator/imp/IStdev.h +31 -0
- hikyuu/include/hikyuu/indicator/imp/IStdp.h +33 -0
- hikyuu/include/hikyuu/indicator/imp/ISum.h +27 -0
- hikyuu/include/hikyuu/indicator/imp/ISumBars.h +30 -0
- hikyuu/include/hikyuu/indicator/imp/ITan.h +28 -0
- hikyuu/include/hikyuu/indicator/imp/ITime.h +33 -0
- hikyuu/include/hikyuu/indicator/imp/ITimeLine.h +32 -0
- hikyuu/include/hikyuu/indicator/imp/ITr.h +35 -0
- hikyuu/include/hikyuu/indicator/imp/IVar.h +32 -0
- hikyuu/include/hikyuu/indicator/imp/IVarp.h +32 -0
- hikyuu/include/hikyuu/indicator/imp/IVigor.h +35 -0
- hikyuu/include/hikyuu/indicator/imp/IWinner.h +26 -0
- hikyuu/include/hikyuu/indicator/imp/IWma.h +30 -0
- hikyuu/include/hikyuu/indicator/imp/IZScore.h +25 -0
- hikyuu/include/hikyuu/indicator/imp/IZhBond10.h +30 -0
- hikyuu/include/hikyuu/indicator/imp/IZongGuBen.h +25 -0
- hikyuu/include/hikyuu/indicator/imp/__init__.py +1 -0
- hikyuu/include/hikyuu/indicator_talib/__init__.py +1 -0
- hikyuu/include/hikyuu/indicator_talib/imp/TaAdosc.h +26 -0
- hikyuu/include/hikyuu/indicator_talib/imp/TaApo.h +24 -0
- hikyuu/include/hikyuu/indicator_talib/imp/TaBbands.h +24 -0
- hikyuu/include/hikyuu/indicator_talib/imp/TaMa.h +24 -0
- hikyuu/include/hikyuu/indicator_talib/imp/TaMacd.h +24 -0
- hikyuu/include/hikyuu/indicator_talib/imp/TaMacdext.h +24 -0
- hikyuu/include/hikyuu/indicator_talib/imp/TaMama.h +24 -0
- hikyuu/include/hikyuu/indicator_talib/imp/TaMavp.h +27 -0
- hikyuu/include/hikyuu/indicator_talib/imp/TaPpo.h +24 -0
- hikyuu/include/hikyuu/indicator_talib/imp/TaSar.h +26 -0
- hikyuu/include/hikyuu/indicator_talib/imp/TaSarext.h +31 -0
- hikyuu/include/hikyuu/indicator_talib/imp/TaStddev.h +24 -0
- hikyuu/include/hikyuu/indicator_talib/imp/TaStoch.h +27 -0
- hikyuu/include/hikyuu/indicator_talib/imp/TaStochf.h +26 -0
- hikyuu/include/hikyuu/indicator_talib/imp/TaStochrsi.h +24 -0
- hikyuu/include/hikyuu/indicator_talib/imp/TaT3.h +24 -0
- hikyuu/include/hikyuu/indicator_talib/imp/TaUltosc.h +26 -0
- hikyuu/include/hikyuu/indicator_talib/imp/TaVar.h +24 -0
- hikyuu/include/hikyuu/indicator_talib/imp/__init__.py +1 -0
- hikyuu/include/hikyuu/indicator_talib/imp/ta_defines.h +237 -0
- hikyuu/include/hikyuu/indicator_talib/imp/ta_imp.h +1328 -0
- hikyuu/include/hikyuu/indicator_talib/ta_crt.h +322 -0
- hikyuu/include/hikyuu/python/__init__.py +1 -0
- hikyuu/include/hikyuu/python/convert_any.h +299 -0
- hikyuu/include/hikyuu/python/pickle_support.h +90 -0
- hikyuu/include/hikyuu/python/pybind_utils.h +103 -0
- hikyuu/include/hikyuu/serialization/Block_serialization.h +55 -0
- hikyuu/include/hikyuu/serialization/Datetime_serialization.h +40 -0
- hikyuu/include/hikyuu/serialization/KData_serialization.h +45 -0
- hikyuu/include/hikyuu/serialization/KQuery_serialization.h +79 -0
- hikyuu/include/hikyuu/serialization/KRecord_serialization.h +50 -0
- hikyuu/include/hikyuu/serialization/MarketInfo_serialization.h +68 -0
- hikyuu/include/hikyuu/serialization/PriceList_serialization.h +66 -0
- hikyuu/include/hikyuu/serialization/StockTypeInfo_serialization.h +62 -0
- hikyuu/include/hikyuu/serialization/StockWeight_serialization.h +65 -0
- hikyuu/include/hikyuu/serialization/Stock_serialization.h +47 -0
- hikyuu/include/hikyuu/serialization/TimeDelta_serialization.h +44 -0
- hikyuu/include/hikyuu/serialization/TimeLineRecord_serialization.h +42 -0
- hikyuu/include/hikyuu/serialization/TransRecord_serialization.h +44 -0
- hikyuu/include/hikyuu/serialization/__init__.py +1 -0
- hikyuu/include/hikyuu/serialization/all.h +26 -0
- hikyuu/include/hikyuu/strategy/BrokerTradeManager.h +433 -0
- hikyuu/include/hikyuu/strategy/RunPortfolioInStrategy.h +36 -0
- hikyuu/include/hikyuu/strategy/RunSystemInStrategy.h +38 -0
- hikyuu/include/hikyuu/strategy/Strategy.h +190 -0
- hikyuu/include/hikyuu/strategy/__init__.py +1 -0
- hikyuu/include/hikyuu/trade_manage/BorrowRecord.h +91 -0
- hikyuu/include/hikyuu/trade_manage/CostRecord.h +67 -0
- hikyuu/include/hikyuu/trade_manage/FundsRecord.h +110 -0
- hikyuu/include/hikyuu/trade_manage/LoanRecord.h +64 -0
- hikyuu/include/hikyuu/trade_manage/OrderBrokerBase.h +207 -0
- hikyuu/include/hikyuu/trade_manage/Performance.h +80 -0
- hikyuu/include/hikyuu/trade_manage/PositionRecord.h +114 -0
- hikyuu/include/hikyuu/trade_manage/TradeCostBase.h +174 -0
- hikyuu/include/hikyuu/trade_manage/TradeManager.h +487 -0
- hikyuu/include/hikyuu/trade_manage/TradeManagerBase.h +778 -0
- hikyuu/include/hikyuu/trade_manage/TradeRecord.h +155 -0
- hikyuu/include/hikyuu/trade_manage/__init__.py +1 -0
- hikyuu/include/hikyuu/trade_manage/build_in.h +19 -0
- hikyuu/include/hikyuu/trade_manage/crt/TC_FixedA.h +45 -0
- hikyuu/include/hikyuu/trade_manage/crt/TC_FixedA2015.h +43 -0
- hikyuu/include/hikyuu/trade_manage/crt/TC_FixedA2017.h +44 -0
- hikyuu/include/hikyuu/trade_manage/crt/TC_TestStub.h +21 -0
- hikyuu/include/hikyuu/trade_manage/crt/TC_Zero.h +25 -0
- hikyuu/include/hikyuu/trade_manage/crt/__init__.py +1 -0
- hikyuu/include/hikyuu/trade_manage/crt/crtTM.h +33 -0
- hikyuu/include/hikyuu/trade_manage/imp/FixedA2015TradeCost.h +53 -0
- hikyuu/include/hikyuu/trade_manage/imp/FixedA2017TradeCost.h +56 -0
- hikyuu/include/hikyuu/trade_manage/imp/FixedATradeCost.h +88 -0
- hikyuu/include/hikyuu/trade_manage/imp/TradeCostStub.h +48 -0
- hikyuu/include/hikyuu/trade_manage/imp/ZeroTradeCost.h +50 -0
- hikyuu/include/hikyuu/trade_manage/imp/__init__.py +1 -0
- hikyuu/include/hikyuu/trade_sys/__init__.py +1 -0
- hikyuu/include/hikyuu/trade_sys/all.h +24 -0
- hikyuu/include/hikyuu/trade_sys/allocatefunds/AllocateFundsBase.h +229 -0
- hikyuu/include/hikyuu/trade_sys/allocatefunds/__init__.py +1 -0
- hikyuu/include/hikyuu/trade_sys/allocatefunds/build_in.h +17 -0
- hikyuu/include/hikyuu/trade_sys/allocatefunds/crt/AF_EqualWeight.h +25 -0
- hikyuu/include/hikyuu/trade_sys/allocatefunds/crt/AF_FixedWeight.h +26 -0
- hikyuu/include/hikyuu/trade_sys/allocatefunds/crt/AF_FixedWeightList.h +22 -0
- hikyuu/include/hikyuu/trade_sys/allocatefunds/crt/AF_MultiFactor.h +21 -0
- hikyuu/include/hikyuu/trade_sys/allocatefunds/crt/__init__.py +1 -0
- hikyuu/include/hikyuu/trade_sys/allocatefunds/imp/EqualWeightAllocateFunds.h +27 -0
- hikyuu/include/hikyuu/trade_sys/allocatefunds/imp/FixedWeightAllocateFunds.h +28 -0
- hikyuu/include/hikyuu/trade_sys/allocatefunds/imp/FixedWeightListAllocateFunds.h +25 -0
- hikyuu/include/hikyuu/trade_sys/allocatefunds/imp/MultiFactorAllocaterFunds.h +26 -0
- hikyuu/include/hikyuu/trade_sys/allocatefunds/imp/__init__.py +1 -0
- hikyuu/include/hikyuu/trade_sys/condition/ConditionBase.h +244 -0
- hikyuu/include/hikyuu/trade_sys/condition/__init__.py +1 -0
- hikyuu/include/hikyuu/trade_sys/condition/build_in.h +17 -0
- hikyuu/include/hikyuu/trade_sys/condition/crt/CN_Bool.h +22 -0
- hikyuu/include/hikyuu/trade_sys/condition/crt/CN_Logic.h +35 -0
- hikyuu/include/hikyuu/trade_sys/condition/crt/CN_Manual.h +20 -0
- hikyuu/include/hikyuu/trade_sys/condition/crt/CN_OPLine.h +26 -0
- hikyuu/include/hikyuu/trade_sys/condition/crt/__init__.py +1 -0
- hikyuu/include/hikyuu/trade_sys/condition/imp/BoolCondition.h +40 -0
- hikyuu/include/hikyuu/trade_sys/condition/imp/ManualCondition.h +23 -0
- hikyuu/include/hikyuu/trade_sys/condition/imp/OPLineCondition.h +44 -0
- hikyuu/include/hikyuu/trade_sys/condition/imp/__init__.py +1 -0
- hikyuu/include/hikyuu/trade_sys/condition/imp/logic/AddCondition.h +42 -0
- hikyuu/include/hikyuu/trade_sys/condition/imp/logic/AndCondition.h +42 -0
- hikyuu/include/hikyuu/trade_sys/condition/imp/logic/DivCondition.h +42 -0
- hikyuu/include/hikyuu/trade_sys/condition/imp/logic/MultiCondition.h +42 -0
- hikyuu/include/hikyuu/trade_sys/condition/imp/logic/OrCondition.h +42 -0
- hikyuu/include/hikyuu/trade_sys/condition/imp/logic/SubCondition.h +42 -0
- hikyuu/include/hikyuu/trade_sys/condition/imp/logic/__init__.py +1 -0
- hikyuu/include/hikyuu/trade_sys/environment/EnvironmentBase.h +192 -0
- hikyuu/include/hikyuu/trade_sys/environment/__init__.py +1 -0
- hikyuu/include/hikyuu/trade_sys/environment/build_in.h +17 -0
- hikyuu/include/hikyuu/trade_sys/environment/crt/EV_Bool.h +23 -0
- hikyuu/include/hikyuu/trade_sys/environment/crt/EV_Logic.h +35 -0
- hikyuu/include/hikyuu/trade_sys/environment/crt/EV_Manual.h +20 -0
- hikyuu/include/hikyuu/trade_sys/environment/crt/EV_TwoLine.h +28 -0
- hikyuu/include/hikyuu/trade_sys/environment/crt/__init__.py +1 -0
- hikyuu/include/hikyuu/trade_sys/environment/imp/BoolEnvironment.h +41 -0
- hikyuu/include/hikyuu/trade_sys/environment/imp/ManualEnvironment.h +23 -0
- hikyuu/include/hikyuu/trade_sys/environment/imp/TwoLineEnvironment.h +47 -0
- hikyuu/include/hikyuu/trade_sys/environment/imp/__init__.py +1 -0
- hikyuu/include/hikyuu/trade_sys/environment/imp/logic/AddEnvironment.h +42 -0
- hikyuu/include/hikyuu/trade_sys/environment/imp/logic/AndEnvironment.h +42 -0
- hikyuu/include/hikyuu/trade_sys/environment/imp/logic/DivEnvironment.h +42 -0
- hikyuu/include/hikyuu/trade_sys/environment/imp/logic/MultiEnvironment.h +42 -0
- hikyuu/include/hikyuu/trade_sys/environment/imp/logic/OrEnvironment.h +42 -0
- hikyuu/include/hikyuu/trade_sys/environment/imp/logic/SubEnvironment.h +42 -0
- hikyuu/include/hikyuu/trade_sys/environment/imp/logic/__init__.py +1 -0
- hikyuu/include/hikyuu/trade_sys/moneymanager/MoneyManagerBase.h +243 -0
- hikyuu/include/hikyuu/trade_sys/moneymanager/__init__.py +1 -0
- hikyuu/include/hikyuu/trade_sys/moneymanager/build_in.h +22 -0
- hikyuu/include/hikyuu/trade_sys/moneymanager/crt/MM_FixedCapital.h +26 -0
- hikyuu/include/hikyuu/trade_sys/moneymanager/crt/MM_FixedCapitalFunds.h +26 -0
- hikyuu/include/hikyuu/trade_sys/moneymanager/crt/MM_FixedCount.h +28 -0
- hikyuu/include/hikyuu/trade_sys/moneymanager/crt/MM_FixedCountTps.h +27 -0
- hikyuu/include/hikyuu/trade_sys/moneymanager/crt/MM_FixedPercent.h +27 -0
- hikyuu/include/hikyuu/trade_sys/moneymanager/crt/MM_FixedRisk.h +26 -0
- hikyuu/include/hikyuu/trade_sys/moneymanager/crt/MM_FixedUnits.h +26 -0
- hikyuu/include/hikyuu/trade_sys/moneymanager/crt/MM_Nothing.h +24 -0
- hikyuu/include/hikyuu/trade_sys/moneymanager/crt/MM_WilliamsFixedRisk.h +27 -0
- hikyuu/include/hikyuu/trade_sys/moneymanager/crt/__init__.py +1 -0
- hikyuu/include/hikyuu/trade_sys/moneymanager/imp/FixedCapitalFundsMM.h +28 -0
- hikyuu/include/hikyuu/trade_sys/moneymanager/imp/FixedCapitalMoneyManager.h +28 -0
- hikyuu/include/hikyuu/trade_sys/moneymanager/imp/FixedCountMoneyManager.h +38 -0
- hikyuu/include/hikyuu/trade_sys/moneymanager/imp/FixedCountTpsMM.h +44 -0
- hikyuu/include/hikyuu/trade_sys/moneymanager/imp/FixedPercentMoneyManager.h +34 -0
- hikyuu/include/hikyuu/trade_sys/moneymanager/imp/FixedRiskMoneyManager.h +28 -0
- hikyuu/include/hikyuu/trade_sys/moneymanager/imp/FixedUnitsMoneyManager.h +28 -0
- hikyuu/include/hikyuu/trade_sys/moneymanager/imp/NotMoneyManager.h +30 -0
- hikyuu/include/hikyuu/trade_sys/moneymanager/imp/WilliamsFixedRiskMoneyManager.h +28 -0
- hikyuu/include/hikyuu/trade_sys/moneymanager/imp/__init__.py +1 -0
- hikyuu/include/hikyuu/trade_sys/multifactor/MultiFactorBase.h +275 -0
- hikyuu/include/hikyuu/trade_sys/multifactor/ScoreRecord.h +51 -0
- hikyuu/include/hikyuu/trade_sys/multifactor/__init__.py +1 -0
- hikyuu/include/hikyuu/trade_sys/multifactor/build_in.h +13 -0
- hikyuu/include/hikyuu/trade_sys/multifactor/crt/MF_EqualWeight.h +29 -0
- hikyuu/include/hikyuu/trade_sys/multifactor/crt/MF_ICIRWeight.h +30 -0
- hikyuu/include/hikyuu/trade_sys/multifactor/crt/MF_ICWeight.h +30 -0
- hikyuu/include/hikyuu/trade_sys/multifactor/crt/MF_Weight.h +30 -0
- hikyuu/include/hikyuu/trade_sys/multifactor/crt/__init__.py +1 -0
- hikyuu/include/hikyuu/trade_sys/multifactor/imp/EqualWeightMultiFactor.h +25 -0
- hikyuu/include/hikyuu/trade_sys/multifactor/imp/ICIRMultiFactor.h +27 -0
- hikyuu/include/hikyuu/trade_sys/multifactor/imp/ICMultiFactor.h +27 -0
- hikyuu/include/hikyuu/trade_sys/multifactor/imp/WeightMultiFactor.h +41 -0
- hikyuu/include/hikyuu/trade_sys/multifactor/imp/__init__.py +1 -0
- hikyuu/include/hikyuu/trade_sys/portfolio/Portfolio.h +253 -0
- hikyuu/include/hikyuu/trade_sys/portfolio/__init__.py +1 -0
- hikyuu/include/hikyuu/trade_sys/portfolio/build_in.h +15 -0
- hikyuu/include/hikyuu/trade_sys/portfolio/crt/PF_Simple.h +47 -0
- hikyuu/include/hikyuu/trade_sys/portfolio/crt/PF_WithoutAF.h +50 -0
- hikyuu/include/hikyuu/trade_sys/portfolio/crt/__init__.py +1 -0
- hikyuu/include/hikyuu/trade_sys/portfolio/imp/SimplePortfolio.h +53 -0
- hikyuu/include/hikyuu/trade_sys/portfolio/imp/WithoutAFPortfolio.h +57 -0
- hikyuu/include/hikyuu/trade_sys/portfolio/imp/__init__.py +1 -0
- hikyuu/include/hikyuu/trade_sys/profitgoal/ProfitGoalBase.h +189 -0
- hikyuu/include/hikyuu/trade_sys/profitgoal/__init__.py +1 -0
- hikyuu/include/hikyuu/trade_sys/profitgoal/build_in.h +16 -0
- hikyuu/include/hikyuu/trade_sys/profitgoal/crt/PG_FixedHoldDays.h +26 -0
- hikyuu/include/hikyuu/trade_sys/profitgoal/crt/PG_FixedPercent.h +25 -0
- hikyuu/include/hikyuu/trade_sys/profitgoal/crt/PG_NoGoal.h +24 -0
- hikyuu/include/hikyuu/trade_sys/profitgoal/crt/__init__.py +1 -0
- hikyuu/include/hikyuu/trade_sys/profitgoal/imp/FixedHoldDays.h +29 -0
- hikyuu/include/hikyuu/trade_sys/profitgoal/imp/FixedPercentProfitGoal.h +28 -0
- hikyuu/include/hikyuu/trade_sys/profitgoal/imp/NoGoalProfitGoal.h +27 -0
- hikyuu/include/hikyuu/trade_sys/profitgoal/imp/__init__.py +1 -0
- hikyuu/include/hikyuu/trade_sys/selector/SelectorBase.h +245 -0
- hikyuu/include/hikyuu/trade_sys/selector/SystemWeight.h +70 -0
- hikyuu/include/hikyuu/trade_sys/selector/__init__.py +1 -0
- hikyuu/include/hikyuu/trade_sys/selector/build_in.h +18 -0
- hikyuu/include/hikyuu/trade_sys/selector/crt/SE_Fixed.h +38 -0
- hikyuu/include/hikyuu/trade_sys/selector/crt/SE_Logic.h +43 -0
- hikyuu/include/hikyuu/trade_sys/selector/crt/SE_MultiFactor.h +40 -0
- hikyuu/include/hikyuu/trade_sys/selector/crt/SE_Optimal.h +26 -0
- hikyuu/include/hikyuu/trade_sys/selector/crt/SE_Signal.h +30 -0
- hikyuu/include/hikyuu/trade_sys/selector/crt/__init__.py +1 -0
- hikyuu/include/hikyuu/trade_sys/selector/imp/FixedSelector.h +28 -0
- hikyuu/include/hikyuu/trade_sys/selector/imp/MultiFactorSelector.h +59 -0
- hikyuu/include/hikyuu/trade_sys/selector/imp/SignalSelector.h +30 -0
- hikyuu/include/hikyuu/trade_sys/selector/imp/__init__.py +1 -0
- hikyuu/include/hikyuu/trade_sys/selector/imp/logic/OperatorAddSelector.h +19 -0
- hikyuu/include/hikyuu/trade_sys/selector/imp/logic/OperatorAddValueSelector.h +19 -0
- hikyuu/include/hikyuu/trade_sys/selector/imp/logic/OperatorDivSelector.h +19 -0
- hikyuu/include/hikyuu/trade_sys/selector/imp/logic/OperatorDivValueSelector.h +19 -0
- hikyuu/include/hikyuu/trade_sys/selector/imp/logic/OperatorInvertDivValueSelector.h +19 -0
- hikyuu/include/hikyuu/trade_sys/selector/imp/logic/OperatorInvertSubValueSelector.h +19 -0
- hikyuu/include/hikyuu/trade_sys/selector/imp/logic/OperatorMulSelector.h +19 -0
- hikyuu/include/hikyuu/trade_sys/selector/imp/logic/OperatorMulValueSelector.h +19 -0
- hikyuu/include/hikyuu/trade_sys/selector/imp/logic/OperatorSelector.h +108 -0
- hikyuu/include/hikyuu/trade_sys/selector/imp/logic/OperatorSubSelector.h +19 -0
- hikyuu/include/hikyuu/trade_sys/selector/imp/logic/OperatorSubValueSelector.h +19 -0
- hikyuu/include/hikyuu/trade_sys/selector/imp/logic/OperatorValueSelector.h +94 -0
- hikyuu/include/hikyuu/trade_sys/selector/imp/logic/__init__.py +1 -0
- hikyuu/include/hikyuu/trade_sys/selector/imp/optimal/MaxFundsOptimalSelector.h +27 -0
- hikyuu/include/hikyuu/trade_sys/selector/imp/optimal/OptimalSelectorBase.h +86 -0
- hikyuu/include/hikyuu/trade_sys/selector/imp/optimal/PerformanceOptimalSelector.h +42 -0
- hikyuu/include/hikyuu/trade_sys/selector/imp/optimal/__init__.py +1 -0
- hikyuu/include/hikyuu/trade_sys/signal/SignalBase.h +289 -0
- hikyuu/include/hikyuu/trade_sys/signal/__init__.py +1 -0
- hikyuu/include/hikyuu/trade_sys/signal/build_in.h +24 -0
- hikyuu/include/hikyuu/trade_sys/signal/crt/SG_AllwaysBuy.h +20 -0
- hikyuu/include/hikyuu/trade_sys/signal/crt/SG_Band.h +37 -0
- hikyuu/include/hikyuu/trade_sys/signal/crt/SG_Bool.h +29 -0
- hikyuu/include/hikyuu/trade_sys/signal/crt/SG_Cross.h +28 -0
- hikyuu/include/hikyuu/trade_sys/signal/crt/SG_CrossGold.h +29 -0
- hikyuu/include/hikyuu/trade_sys/signal/crt/SG_Cycle.h +20 -0
- hikyuu/include/hikyuu/trade_sys/signal/crt/SG_Flex.h +29 -0
- hikyuu/include/hikyuu/trade_sys/signal/crt/SG_Logic.h +127 -0
- hikyuu/include/hikyuu/trade_sys/signal/crt/SG_Manual.h +20 -0
- hikyuu/include/hikyuu/trade_sys/signal/crt/SG_OneSide.h +38 -0
- hikyuu/include/hikyuu/trade_sys/signal/crt/SG_Single.h +56 -0
- hikyuu/include/hikyuu/trade_sys/signal/crt/__init__.py +1 -0
- hikyuu/include/hikyuu/trade_sys/signal/imp/AllwaysBuySignal.h +25 -0
- hikyuu/include/hikyuu/trade_sys/signal/imp/BandSignal.h +46 -0
- hikyuu/include/hikyuu/trade_sys/signal/imp/BandSignal2.h +47 -0
- hikyuu/include/hikyuu/trade_sys/signal/imp/BoolSignal.h +46 -0
- hikyuu/include/hikyuu/trade_sys/signal/imp/CrossGoldSignal.h +46 -0
- hikyuu/include/hikyuu/trade_sys/signal/imp/CrossSignal.h +46 -0
- hikyuu/include/hikyuu/trade_sys/signal/imp/CycleSignal.h +25 -0
- hikyuu/include/hikyuu/trade_sys/signal/imp/ManualSignal.h +23 -0
- hikyuu/include/hikyuu/trade_sys/signal/imp/OneSideSignal.h +46 -0
- hikyuu/include/hikyuu/trade_sys/signal/imp/SingleSignal.h +45 -0
- hikyuu/include/hikyuu/trade_sys/signal/imp/SingleSignal2.h +45 -0
- hikyuu/include/hikyuu/trade_sys/signal/imp/__init__.py +1 -0
- hikyuu/include/hikyuu/trade_sys/signal/imp/logic/AddSignal.h +19 -0
- hikyuu/include/hikyuu/trade_sys/signal/imp/logic/AddValueSignal.h +19 -0
- hikyuu/include/hikyuu/trade_sys/signal/imp/logic/AndSignal.h +19 -0
- hikyuu/include/hikyuu/trade_sys/signal/imp/logic/DivSignal.h +19 -0
- hikyuu/include/hikyuu/trade_sys/signal/imp/logic/DivValueSignal.h +22 -0
- hikyuu/include/hikyuu/trade_sys/signal/imp/logic/MulSignal.h +19 -0
- hikyuu/include/hikyuu/trade_sys/signal/imp/logic/MulValueSignal.h +19 -0
- hikyuu/include/hikyuu/trade_sys/signal/imp/logic/OperatorSignal.h +70 -0
- hikyuu/include/hikyuu/trade_sys/signal/imp/logic/OperatorValueSignal.h +68 -0
- hikyuu/include/hikyuu/trade_sys/signal/imp/logic/OrSignal.h +19 -0
- hikyuu/include/hikyuu/trade_sys/signal/imp/logic/SubSignal.h +19 -0
- hikyuu/include/hikyuu/trade_sys/signal/imp/logic/SubValueSignal.h +22 -0
- hikyuu/include/hikyuu/trade_sys/signal/imp/logic/__init__.py +1 -0
- hikyuu/include/hikyuu/trade_sys/slippage/SlippageBase.h +170 -0
- hikyuu/include/hikyuu/trade_sys/slippage/__init__.py +1 -0
- hikyuu/include/hikyuu/trade_sys/slippage/build_in.h +15 -0
- hikyuu/include/hikyuu/trade_sys/slippage/crt/SP_FixedPercent.h +26 -0
- hikyuu/include/hikyuu/trade_sys/slippage/crt/SP_FixedValue.h +26 -0
- hikyuu/include/hikyuu/trade_sys/slippage/crt/__init__.py +1 -0
- hikyuu/include/hikyuu/trade_sys/slippage/imp/FixedPercentSlippage.h +28 -0
- hikyuu/include/hikyuu/trade_sys/slippage/imp/FixedValueSlippage.h +28 -0
- hikyuu/include/hikyuu/trade_sys/slippage/imp/__init__.py +1 -0
- hikyuu/include/hikyuu/trade_sys/stoploss/StoplossBase.h +199 -0
- hikyuu/include/hikyuu/trade_sys/stoploss/__init__.py +1 -0
- hikyuu/include/hikyuu/trade_sys/stoploss/build_in.h +16 -0
- hikyuu/include/hikyuu/trade_sys/stoploss/crt/ST_FixedPercent.h +25 -0
- hikyuu/include/hikyuu/trade_sys/stoploss/crt/ST_Indicator.h +21 -0
- hikyuu/include/hikyuu/trade_sys/stoploss/crt/ST_Saftyloss.h +37 -0
- hikyuu/include/hikyuu/trade_sys/stoploss/crt/__init__.py +1 -0
- hikyuu/include/hikyuu/trade_sys/stoploss/imp/FixedPercentStoploss.h +30 -0
- hikyuu/include/hikyuu/trade_sys/stoploss/imp/IndicatorStoploss.h +49 -0
- hikyuu/include/hikyuu/trade_sys/stoploss/imp/__init__.py +1 -0
- hikyuu/include/hikyuu/trade_sys/system/System.h +639 -0
- hikyuu/include/hikyuu/trade_sys/system/SystemPart.h +54 -0
- hikyuu/include/hikyuu/trade_sys/system/TradeRequest.h +94 -0
- hikyuu/include/hikyuu/trade_sys/system/__init__.py +1 -0
- hikyuu/include/hikyuu/trade_sys/system/build_in.h +15 -0
- hikyuu/include/hikyuu/trade_sys/system/crt/SYS_Simple.h +50 -0
- hikyuu/include/hikyuu/trade_sys/system/crt/SYS_WalkForward.h +21 -0
- hikyuu/include/hikyuu/trade_sys/system/crt/__init__.py +1 -0
- hikyuu/include/hikyuu/trade_sys/system/imp/DelegateSystem.h +51 -0
- hikyuu/include/hikyuu/trade_sys/system/imp/WalkForwardSystem.h +70 -0
- hikyuu/include/hikyuu/trade_sys/system/imp/WalkForwardTradeManager.h +465 -0
- hikyuu/include/hikyuu/trade_sys/system/imp/__init__.py +1 -0
- hikyuu/include/hikyuu/utilities/ConnectPool.h +163 -0
- hikyuu/include/hikyuu/utilities/FilterNode.h +267 -0
- hikyuu/include/hikyuu/utilities/LRUCache11.h +230 -0
- hikyuu/include/hikyuu/utilities/Log.h +438 -0
- hikyuu/include/hikyuu/utilities/Null.h +176 -0
- hikyuu/include/hikyuu/utilities/Parameter.h +511 -0
- hikyuu/include/hikyuu/utilities/ResourcePool.h +636 -0
- hikyuu/include/hikyuu/utilities/SpendTimer.h +305 -0
- hikyuu/include/hikyuu/utilities/TimerManager.h +552 -0
- hikyuu/include/hikyuu/utilities/__init__.py +1 -0
- hikyuu/include/hikyuu/utilities/any_to_string.h +142 -0
- hikyuu/include/hikyuu/utilities/arithmetic.h +401 -0
- hikyuu/include/hikyuu/utilities/base64.h +52 -0
- hikyuu/include/hikyuu/utilities/config.h +41 -0
- hikyuu/include/hikyuu/utilities/cppdef.h +25 -0
- hikyuu/include/hikyuu/utilities/datetime/Datetime.h +439 -0
- hikyuu/include/hikyuu/utilities/datetime/TimeDelta.h +351 -0
- hikyuu/include/hikyuu/utilities/datetime/__init__.py +1 -0
- hikyuu/include/hikyuu/utilities/db_connect/AutoTransAction.h +124 -0
- hikyuu/include/hikyuu/utilities/db_connect/DBCondition.h +252 -0
- hikyuu/include/hikyuu/utilities/db_connect/DBConnect.h +30 -0
- hikyuu/include/hikyuu/utilities/db_connect/DBConnectBase.h +658 -0
- hikyuu/include/hikyuu/utilities/db_connect/DBUpgrade.h +28 -0
- hikyuu/include/hikyuu/utilities/db_connect/SQLException.h +62 -0
- hikyuu/include/hikyuu/utilities/db_connect/SQLResultSet.h +248 -0
- hikyuu/include/hikyuu/utilities/db_connect/SQLStatementBase.h +305 -0
- hikyuu/include/hikyuu/utilities/db_connect/TableMacro.h +2579 -0
- hikyuu/include/hikyuu/utilities/db_connect/__init__.py +1 -0
- hikyuu/include/hikyuu/utilities/db_connect/mysql/MySQLConnect.h +60 -0
- hikyuu/include/hikyuu/utilities/db_connect/mysql/MySQLStatement.h +88 -0
- hikyuu/include/hikyuu/utilities/db_connect/mysql/__init__.py +1 -0
- hikyuu/include/hikyuu/utilities/db_connect/sqlite/SQLiteConnect.h +89 -0
- hikyuu/include/hikyuu/utilities/db_connect/sqlite/SQLiteStatement.h +71 -0
- hikyuu/include/hikyuu/utilities/db_connect/sqlite/SQLiteUtil.h +80 -0
- hikyuu/include/hikyuu/utilities/db_connect/sqlite/__init__.py +1 -0
- hikyuu/include/hikyuu/utilities/exception.h +52 -0
- hikyuu/include/hikyuu/utilities/http_client/HttpClient.h +229 -0
- hikyuu/include/hikyuu/utilities/http_client/__init__.py +1 -0
- hikyuu/include/hikyuu/utilities/http_client/nng_wrap.h +517 -0
- hikyuu/include/hikyuu/utilities/http_client/url.h +25 -0
- hikyuu/include/hikyuu/utilities/ini_parser/IniParser.h +104 -0
- hikyuu/include/hikyuu/utilities/ini_parser/__init__.py +1 -0
- hikyuu/include/hikyuu/utilities/md5.h +41 -0
- hikyuu/include/hikyuu/utilities/mo/__init__.py +1 -0
- hikyuu/include/hikyuu/utilities/mo/mo.h +48 -0
- hikyuu/include/hikyuu/utilities/mo/moFileReader.h +836 -0
- hikyuu/include/hikyuu/utilities/node/NodeClient.h +175 -0
- hikyuu/include/hikyuu/utilities/node/NodeError.h +66 -0
- hikyuu/include/hikyuu/utilities/node/NodeMessage.h +80 -0
- hikyuu/include/hikyuu/utilities/node/NodeServer.h +246 -0
- hikyuu/include/hikyuu/utilities/node/__init__.py +1 -0
- hikyuu/include/hikyuu/utilities/os.h +102 -0
- hikyuu/include/hikyuu/utilities/osdef.h +159 -0
- hikyuu/include/hikyuu/utilities/plugin/PluginBase.h +47 -0
- hikyuu/include/hikyuu/utilities/plugin/PluginClient.h +55 -0
- hikyuu/include/hikyuu/utilities/plugin/PluginLoader.h +64 -0
- hikyuu/include/hikyuu/utilities/plugin/__init__.py +1 -0
- hikyuu/include/hikyuu/utilities/runtimeinfo.h +35 -0
- hikyuu/include/hikyuu/utilities/snowflake.h +110 -0
- hikyuu/include/hikyuu/utilities/string_view.h +70 -0
- hikyuu/include/hikyuu/utilities/thread/FuncWrapper.h +85 -0
- hikyuu/include/hikyuu/utilities/thread/InterruptFlag.h +30 -0
- hikyuu/include/hikyuu/utilities/thread/MQStealQueue.h +112 -0
- hikyuu/include/hikyuu/utilities/thread/MQStealThreadPool.h +315 -0
- hikyuu/include/hikyuu/utilities/thread/MQThreadPool.h +275 -0
- hikyuu/include/hikyuu/utilities/thread/StealThreadPool.h +309 -0
- hikyuu/include/hikyuu/utilities/thread/ThreadPool.h +231 -0
- hikyuu/include/hikyuu/utilities/thread/ThreadSafeQueue.h +101 -0
- hikyuu/include/hikyuu/utilities/thread/WorkStealQueue.h +105 -0
- hikyuu/include/hikyuu/utilities/thread/__init__.py +1 -0
- hikyuu/include/hikyuu/utilities/thread/algorithm.h +116 -0
- hikyuu/include/hikyuu/utilities/thread/thread.h +10 -0
- hikyuu/include/hikyuu/version.h +24 -0
- hikyuu/indicator/__init__.py +29 -0
- hikyuu/indicator/indicator.py +159 -0
- hikyuu/indicator/pyind.py +47 -0
- hikyuu/indicator/talib_wrap.py +1273 -0
- hikyuu/interactive.py +68 -0
- hikyuu/plugin/libbacktest.dylib +0 -0
- hikyuu/plugin/libdevice.dylib +0 -0
- hikyuu/setup.py +104 -0
- hikyuu/shell/__init__.py +0 -0
- hikyuu/shell/cmdserver.py +126 -0
- hikyuu/shell/hkucmd.py +110 -0
- hikyuu/shell/hkushell.py +20 -0
- hikyuu/strategy/__init__.py +2 -0
- hikyuu/strategy/strategy_demo1.py +54 -0
- hikyuu/strategy/strategy_demo2.py +47 -0
- hikyuu/strategy/strategy_demo3.py +24 -0
- hikyuu/test/AllocateFunds.py +25 -0
- hikyuu/test/Condition.py +95 -0
- hikyuu/test/Datetime.py +61 -0
- hikyuu/test/Environment.py +88 -0
- hikyuu/test/Indicator.py +233 -0
- hikyuu/test/KData.py +64 -0
- hikyuu/test/MarketInfo.py +26 -0
- hikyuu/test/MoneyManager.py +88 -0
- hikyuu/test/Parameter.py +62 -0
- hikyuu/test/ProfitGoal.py +83 -0
- hikyuu/test/Signal.py +160 -0
- hikyuu/test/Slippage.py +88 -0
- hikyuu/test/Stock.py +127 -0
- hikyuu/test/StockTypeInfo.py +47 -0
- hikyuu/test/Stoploss.py +86 -0
- hikyuu/test/TradeCost.py +71 -0
- hikyuu/test/__init__.py +0 -0
- hikyuu/test/test.py +63 -0
- hikyuu/test/test_init.py +36 -0
- hikyuu/tools/__init__.py +1 -0
- hikyuu/tools/copy_file.py +16 -0
- hikyuu/tools/delete_index.py +50 -0
- hikyuu/tools/fenge.py +139 -0
- hikyuu/tools/h5_data_clear.py +163 -0
- hikyuu/tools/mysql_clear_last_day_data.py +61 -0
- hikyuu/tools/update_block_info.py +168 -0
- hikyuu/trade_manage/__init__.py +30 -0
- hikyuu/trade_manage/__init__.pyi +740 -0
- hikyuu/trade_manage/broker.py +95 -0
- hikyuu/trade_manage/broker.pyi +54 -0
- hikyuu/trade_manage/broker_easytrader.py +63 -0
- hikyuu/trade_manage/broker_easytrader.pyi +21 -0
- hikyuu/trade_manage/broker_mail.py +101 -0
- hikyuu/trade_manage/broker_mail.pyi +55 -0
- hikyuu/trade_manage/trade.py +111 -0
- hikyuu/trade_manage/trade.pyi +746 -0
- hikyuu/trade_sys/__init__.py +27 -0
- hikyuu/trade_sys/trade_sys.py +252 -0
- hikyuu/util/__init__.py +49 -0
- hikyuu/util/__init__.pyi +55 -0
- hikyuu/util/check.py +153 -0
- hikyuu/util/check.pyi +59 -0
- hikyuu/util/mylog.py +264 -0
- hikyuu/util/mylog.pyi +70 -0
- hikyuu/util/notebook.py +47 -0
- hikyuu/util/notebook.pyi +23 -0
- hikyuu/util/singleton.py +29 -0
- hikyuu/util/singleton.pyi +18 -0
- hikyuu/util/slice.py +43 -0
- hikyuu/util/slice.pyi +8 -0
- hikyuu/util/timeout.py +83 -0
- hikyuu-2.5.6.dist-info/LICENSE +201 -0
- hikyuu-2.5.6.dist-info/METADATA +152 -0
- hikyuu-2.5.6.dist-info/RECORD +1008 -0
- hikyuu-2.5.6.dist-info/WHEEL +5 -0
- hikyuu-2.5.6.dist-info/entry_points.txt +3 -0
- hikyuu-2.5.6.dist-info/top_level.txt +119 -0
|
@@ -0,0 +1,5357 @@
|
|
|
1
|
+
[广东板块]
|
|
2
|
+
1,873001
|
|
3
|
+
1,300269
|
|
4
|
+
1,300812
|
|
5
|
+
0,688609
|
|
6
|
+
1,831167
|
|
7
|
+
1,300232
|
|
8
|
+
1,872374
|
|
9
|
+
1,301011
|
|
10
|
+
1,002660
|
|
11
|
+
1,000016
|
|
12
|
+
1,001339
|
|
13
|
+
0,603608
|
|
14
|
+
1,002876
|
|
15
|
+
1,002449
|
|
16
|
+
1,002806
|
|
17
|
+
1,000676
|
|
18
|
+
1,832876
|
|
19
|
+
1,002047
|
|
20
|
+
1,301312
|
|
21
|
+
0,688025
|
|
22
|
+
1,300805
|
|
23
|
+
0,688618
|
|
24
|
+
1,300570
|
|
25
|
+
0,688328
|
|
26
|
+
0,603863
|
|
27
|
+
1,002957
|
|
28
|
+
1,838275
|
|
29
|
+
1,001309
|
|
30
|
+
1,300389
|
|
31
|
+
1,300976
|
|
32
|
+
1,300241
|
|
33
|
+
1,300556
|
|
34
|
+
1,002106
|
|
35
|
+
1,300219
|
|
36
|
+
1,002955
|
|
37
|
+
1,839680
|
|
38
|
+
1,837821
|
|
39
|
+
1,832469
|
|
40
|
+
0,603322
|
|
41
|
+
1,300989
|
|
42
|
+
1,300136
|
|
43
|
+
1,300939
|
|
44
|
+
0,688622
|
|
45
|
+
0,688595
|
|
46
|
+
1,300857
|
|
47
|
+
1,300691
|
|
48
|
+
0,688312
|
|
49
|
+
0,688216
|
|
50
|
+
0,600525
|
|
51
|
+
1,002319
|
|
52
|
+
0,688209
|
|
53
|
+
1,002717
|
|
54
|
+
1,002938
|
|
55
|
+
0,688683
|
|
56
|
+
1,870976
|
|
57
|
+
1,301313
|
|
58
|
+
1,300043
|
|
59
|
+
1,000020
|
|
60
|
+
1,002351
|
|
61
|
+
1,300303
|
|
62
|
+
0,688512
|
|
63
|
+
1,002905
|
|
64
|
+
0,688210
|
|
65
|
+
0,688418
|
|
66
|
+
1,003021
|
|
67
|
+
1,300752
|
|
68
|
+
1,003010
|
|
69
|
+
0,688115
|
|
70
|
+
0,688138
|
|
71
|
+
1,832491
|
|
72
|
+
1,300968
|
|
73
|
+
1,000032
|
|
74
|
+
1,300951
|
|
75
|
+
0,688159
|
|
76
|
+
1,002292
|
|
77
|
+
0,600589
|
|
78
|
+
1,300417
|
|
79
|
+
1,301489
|
|
80
|
+
1,300162
|
|
81
|
+
1,831039
|
|
82
|
+
1,002816
|
|
83
|
+
1,300852
|
|
84
|
+
0,688662
|
|
85
|
+
0,688252
|
|
86
|
+
0,688177
|
|
87
|
+
1,300739
|
|
88
|
+
1,001229
|
|
89
|
+
1,002919
|
|
90
|
+
1,301330
|
|
91
|
+
0,688573
|
|
92
|
+
1,300638
|
|
93
|
+
0,600673
|
|
94
|
+
0,688322
|
|
95
|
+
0,688049
|
|
96
|
+
1,301178
|
|
97
|
+
1,300679
|
|
98
|
+
0,688279
|
|
99
|
+
1,000533
|
|
100
|
+
1,001314
|
|
101
|
+
1,300790
|
|
102
|
+
1,300155
|
|
103
|
+
1,300686
|
|
104
|
+
1,002348
|
|
105
|
+
1,832110
|
|
106
|
+
1,300625
|
|
107
|
+
1,300589
|
|
108
|
+
0,688655
|
|
109
|
+
1,300909
|
|
110
|
+
1,300115
|
|
111
|
+
1,300543
|
|
112
|
+
0,603118
|
|
113
|
+
1,002908
|
|
114
|
+
1,301051
|
|
115
|
+
1,301128
|
|
116
|
+
1,000050
|
|
117
|
+
1,301363
|
|
118
|
+
1,002288
|
|
119
|
+
0,688083
|
|
120
|
+
1,301486
|
|
121
|
+
0,688627
|
|
122
|
+
0,688045
|
|
123
|
+
1,002745
|
|
124
|
+
0,688793
|
|
125
|
+
0,603328
|
|
126
|
+
1,872925
|
|
127
|
+
0,688612
|
|
128
|
+
1,001326
|
|
129
|
+
1,002830
|
|
130
|
+
1,300460
|
|
131
|
+
1,301135
|
|
132
|
+
1,000045
|
|
133
|
+
1,002992
|
|
134
|
+
0,688183
|
|
135
|
+
1,301013
|
|
136
|
+
1,002724
|
|
137
|
+
0,688036
|
|
138
|
+
1,002475
|
|
139
|
+
1,002835
|
|
140
|
+
1,002993
|
|
141
|
+
1,002886
|
|
142
|
+
1,002137
|
|
143
|
+
1,300532
|
|
144
|
+
1,300793
|
|
145
|
+
1,002356
|
|
146
|
+
1,301041
|
|
147
|
+
1,836892
|
|
148
|
+
1,300822
|
|
149
|
+
0,688668
|
|
150
|
+
1,002055
|
|
151
|
+
1,430556
|
|
152
|
+
1,300629
|
|
153
|
+
1,002045
|
|
154
|
+
1,300843
|
|
155
|
+
1,300916
|
|
156
|
+
1,300545
|
|
157
|
+
0,603813
|
|
158
|
+
1,831768
|
|
159
|
+
1,002465
|
|
160
|
+
1,002600
|
|
161
|
+
1,300606
|
|
162
|
+
1,301338
|
|
163
|
+
1,002846
|
|
164
|
+
0,688171
|
|
165
|
+
1,301396
|
|
166
|
+
0,688686
|
|
167
|
+
1,300281
|
|
168
|
+
1,002959
|
|
169
|
+
1,002130
|
|
170
|
+
1,300621
|
|
171
|
+
1,002654
|
|
172
|
+
1,301131
|
|
173
|
+
0,603936
|
|
174
|
+
1,000100
|
|
175
|
+
1,002294
|
|
176
|
+
1,002456
|
|
177
|
+
1,300538
|
|
178
|
+
1,002152
|
|
179
|
+
1,300464
|
|
180
|
+
1,300572
|
|
181
|
+
0,688228
|
|
182
|
+
1,002715
|
|
183
|
+
0,688325
|
|
184
|
+
1,301086
|
|
185
|
+
0,688625
|
|
186
|
+
1,300961
|
|
187
|
+
1,002289
|
|
188
|
+
1,300681
|
|
189
|
+
1,002832
|
|
190
|
+
1,002831
|
|
191
|
+
1,300868
|
|
192
|
+
1,300057
|
|
193
|
+
0,601900
|
|
194
|
+
1,300400
|
|
195
|
+
0,603861
|
|
196
|
+
1,839729
|
|
197
|
+
1,300227
|
|
198
|
+
0,600685
|
|
199
|
+
0,605499
|
|
200
|
+
1,300533
|
|
201
|
+
1,000823
|
|
202
|
+
1,002975
|
|
203
|
+
1,301248
|
|
204
|
+
1,300620
|
|
205
|
+
1,002291
|
|
206
|
+
1,300476
|
|
207
|
+
1,000534
|
|
208
|
+
1,300925
|
|
209
|
+
1,300889
|
|
210
|
+
0,688589
|
|
211
|
+
0,603268
|
|
212
|
+
0,688699
|
|
213
|
+
1,300264
|
|
214
|
+
1,002436
|
|
215
|
+
1,300749
|
|
216
|
+
1,300615
|
|
217
|
+
1,300814
|
|
218
|
+
1,300940
|
|
219
|
+
1,300235
|
|
220
|
+
1,002139
|
|
221
|
+
1,300468
|
|
222
|
+
0,688327
|
|
223
|
+
1,000099
|
|
224
|
+
0,688227
|
|
225
|
+
1,300808
|
|
226
|
+
1,002482
|
|
227
|
+
0,603228
|
|
228
|
+
1,300903
|
|
229
|
+
1,300151
|
|
230
|
+
1,300484
|
|
231
|
+
1,301123
|
|
232
|
+
1,301111
|
|
233
|
+
0,688617
|
|
234
|
+
1,300735
|
|
235
|
+
1,301282
|
|
236
|
+
1,300514
|
|
237
|
+
1,301391
|
|
238
|
+
1,301377
|
|
239
|
+
1,301413
|
|
240
|
+
0,600380
|
|
241
|
+
0,688128
|
|
242
|
+
1,300565
|
|
243
|
+
1,301021
|
|
244
|
+
1,836807
|
|
245
|
+
1,002425
|
|
246
|
+
1,002327
|
|
247
|
+
1,001209
|
|
248
|
+
0,600446
|
|
249
|
+
1,002999
|
|
250
|
+
1,002215
|
|
251
|
+
1,836957
|
|
252
|
+
1,002369
|
|
253
|
+
1,002212
|
|
254
|
+
0,603978
|
|
255
|
+
1,300085
|
|
256
|
+
1,002851
|
|
257
|
+
1,301042
|
|
258
|
+
0,688007
|
|
259
|
+
1,301200
|
|
260
|
+
1,002611
|
|
261
|
+
0,688268
|
|
262
|
+
1,300716
|
|
263
|
+
1,300756
|
|
264
|
+
1,300991
|
|
265
|
+
1,002638
|
|
266
|
+
1,002898
|
|
267
|
+
1,300622
|
|
268
|
+
1,000541
|
|
269
|
+
1,301366
|
|
270
|
+
1,301326
|
|
271
|
+
1,002723
|
|
272
|
+
1,003018
|
|
273
|
+
1,002400
|
|
274
|
+
1,301512
|
|
275
|
+
1,002823
|
|
276
|
+
0,688788
|
|
277
|
+
1,002815
|
|
278
|
+
1,300131
|
|
279
|
+
1,300647
|
|
280
|
+
1,300602
|
|
281
|
+
1,300319
|
|
282
|
+
1,002970
|
|
283
|
+
1,300711
|
|
284
|
+
0,688090
|
|
285
|
+
0,603898
|
|
286
|
+
1,300042
|
|
287
|
+
1,300053
|
|
288
|
+
1,002587
|
|
289
|
+
1,002295
|
|
290
|
+
1,001202
|
|
291
|
+
0,688173
|
|
292
|
+
1,300668
|
|
293
|
+
1,000037
|
|
294
|
+
1,002917
|
|
295
|
+
0,603725
|
|
296
|
+
1,002870
|
|
297
|
+
1,002681
|
|
298
|
+
1,002845
|
|
299
|
+
1,301189
|
|
300
|
+
1,301558
|
|
301
|
+
0,688401
|
|
302
|
+
1,300410
|
|
303
|
+
0,603002
|
|
304
|
+
1,300870
|
|
305
|
+
1,300499
|
|
306
|
+
1,000049
|
|
307
|
+
1,300713
|
|
308
|
+
1,000999
|
|
309
|
+
0,688395
|
|
310
|
+
1,300546
|
|
311
|
+
1,002429
|
|
312
|
+
1,002792
|
|
313
|
+
1,300050
|
|
314
|
+
1,300277
|
|
315
|
+
1,300995
|
|
316
|
+
1,300154
|
|
317
|
+
1,002341
|
|
318
|
+
1,301105
|
|
319
|
+
1,002313
|
|
320
|
+
0,688323
|
|
321
|
+
1,002579
|
|
322
|
+
1,300242
|
|
323
|
+
1,301381
|
|
324
|
+
1,002782
|
|
325
|
+
1,002609
|
|
326
|
+
1,300671
|
|
327
|
+
1,002889
|
|
328
|
+
1,002035
|
|
329
|
+
1,002912
|
|
330
|
+
1,000973
|
|
331
|
+
0,603309
|
|
332
|
+
1,300723
|
|
333
|
+
0,603838
|
|
334
|
+
1,300781
|
|
335
|
+
0,603882
|
|
336
|
+
1,300531
|
|
337
|
+
1,300932
|
|
338
|
+
1,002017
|
|
339
|
+
0,603390
|
|
340
|
+
0,603920
|
|
341
|
+
1,002728
|
|
342
|
+
0,603386
|
|
343
|
+
1,002869
|
|
344
|
+
1,000004
|
|
345
|
+
1,002227
|
|
346
|
+
1,300409
|
|
347
|
+
1,000034
|
|
348
|
+
0,601138
|
|
349
|
+
1,002762
|
|
350
|
+
0,688620
|
|
351
|
+
1,000513
|
|
352
|
+
0,688628
|
|
353
|
+
0,603983
|
|
354
|
+
1,833075
|
|
355
|
+
1,834765
|
|
356
|
+
1,300044
|
|
357
|
+
1,002842
|
|
358
|
+
1,301110
|
|
359
|
+
1,300424
|
|
360
|
+
1,300322
|
|
361
|
+
1,300047
|
|
362
|
+
1,301322
|
|
363
|
+
1,300173
|
|
364
|
+
1,002833
|
|
365
|
+
1,300130
|
|
366
|
+
1,002775
|
|
367
|
+
1,301133
|
|
368
|
+
1,301308
|
|
369
|
+
1,300635
|
|
370
|
+
0,688332
|
|
371
|
+
0,688393
|
|
372
|
+
1,300656
|
|
373
|
+
1,300377
|
|
374
|
+
1,002906
|
|
375
|
+
1,002811
|
|
376
|
+
1,002616
|
|
377
|
+
1,002979
|
|
378
|
+
1,002841
|
|
379
|
+
1,002325
|
|
380
|
+
1,000096
|
|
381
|
+
1,001308
|
|
382
|
+
1,300978
|
|
383
|
+
1,000010
|
|
384
|
+
1,002881
|
|
385
|
+
1,002813
|
|
386
|
+
1,300328
|
|
387
|
+
1,301510
|
|
388
|
+
1,002920
|
|
389
|
+
1,002824
|
|
390
|
+
1,300348
|
|
391
|
+
1,000017
|
|
392
|
+
1,300221
|
|
393
|
+
1,301091
|
|
394
|
+
1,002416
|
|
395
|
+
1,300112
|
|
396
|
+
1,836871
|
|
397
|
+
1,300177
|
|
398
|
+
1,300301
|
|
399
|
+
1,000021
|
|
400
|
+
1,002198
|
|
401
|
+
1,301067
|
|
402
|
+
1,301029
|
|
403
|
+
1,002121
|
|
404
|
+
1,300004
|
|
405
|
+
0,688389
|
|
406
|
+
1,300824
|
|
407
|
+
1,002885
|
|
408
|
+
1,300408
|
|
409
|
+
1,301283
|
|
410
|
+
1,300458
|
|
411
|
+
1,001268
|
|
412
|
+
1,002577
|
|
413
|
+
1,301318
|
|
414
|
+
1,002741
|
|
415
|
+
1,300771
|
|
416
|
+
0,600183
|
|
417
|
+
1,002181
|
|
418
|
+
1,002953
|
|
419
|
+
1,002647
|
|
420
|
+
1,301362
|
|
421
|
+
1,002209
|
|
422
|
+
1,002757
|
|
423
|
+
1,300607
|
|
424
|
+
1,300634
|
|
425
|
+
1,000027
|
|
426
|
+
0,688020
|
|
427
|
+
1,002441
|
|
428
|
+
1,301002
|
|
429
|
+
1,002774
|
|
430
|
+
1,000636
|
|
431
|
+
1,300193
|
|
432
|
+
0,603535
|
|
433
|
+
0,688343
|
|
434
|
+
0,688575
|
|
435
|
+
1,002809
|
|
436
|
+
1,003003
|
|
437
|
+
1,300689
|
|
438
|
+
1,002766
|
|
439
|
+
1,002980
|
|
440
|
+
1,002101
|
|
441
|
+
0,603335
|
|
442
|
+
1,300359
|
|
443
|
+
1,002213
|
|
444
|
+
1,002138
|
|
445
|
+
1,301382
|
|
446
|
+
1,300176
|
|
447
|
+
1,301319
|
|
448
|
+
1,002170
|
|
449
|
+
1,300599
|
|
450
|
+
1,001316
|
|
451
|
+
1,002420
|
|
452
|
+
0,688669
|
|
453
|
+
1,002169
|
|
454
|
+
1,002548
|
|
455
|
+
1,002575
|
|
456
|
+
1,300077
|
|
457
|
+
1,002683
|
|
458
|
+
1,300791
|
|
459
|
+
1,300562
|
|
460
|
+
1,301112
|
|
461
|
+
1,300350
|
|
462
|
+
1,835237
|
|
463
|
+
1,002421
|
|
464
|
+
1,300199
|
|
465
|
+
1,002763
|
|
466
|
+
0,688175
|
|
467
|
+
1,870866
|
|
468
|
+
0,688525
|
|
469
|
+
0,688548
|
|
470
|
+
0,688359
|
|
471
|
+
1,301528
|
|
472
|
+
1,301039
|
|
473
|
+
1,300333
|
|
474
|
+
1,000066
|
|
475
|
+
1,300340
|
|
476
|
+
1,300052
|
|
477
|
+
0,688125
|
|
478
|
+
1,301033
|
|
479
|
+
1,000637
|
|
480
|
+
1,002063
|
|
481
|
+
1,002419
|
|
482
|
+
1,002446
|
|
483
|
+
1,002197
|
|
484
|
+
0,603630
|
|
485
|
+
1,300063
|
|
486
|
+
1,300731
|
|
487
|
+
1,300335
|
|
488
|
+
1,300506
|
|
489
|
+
1,301387
|
|
490
|
+
0,603808
|
|
491
|
+
1,300962
|
|
492
|
+
1,300738
|
|
493
|
+
1,002922
|
|
494
|
+
1,300376
|
|
495
|
+
1,002249
|
|
496
|
+
1,300238
|
|
497
|
+
1,002167
|
|
498
|
+
1,002902
|
|
499
|
+
1,300498
|
|
500
|
+
1,002888
|
|
501
|
+
1,002678
|
|
502
|
+
1,002836
|
|
503
|
+
1,001319
|
|
504
|
+
1,300310
|
|
505
|
+
0,688112
|
|
506
|
+
1,002583
|
|
507
|
+
1,300616
|
|
508
|
+
1,300012
|
|
509
|
+
1,870726
|
|
510
|
+
1,301059
|
|
511
|
+
0,688772
|
|
512
|
+
1,002909
|
|
513
|
+
1,002735
|
|
514
|
+
1,002008
|
|
515
|
+
1,300448
|
|
516
|
+
0,688135
|
|
517
|
+
1,003816
|
|
518
|
+
1,301043
|
|
519
|
+
1,000523
|
|
520
|
+
1,300206
|
|
521
|
+
1,002967
|
|
522
|
+
1,002988
|
|
523
|
+
1,002084
|
|
524
|
+
1,301038
|
|
525
|
+
1,300778
|
|
526
|
+
1,001287
|
|
527
|
+
1,000062
|
|
528
|
+
1,002853
|
|
529
|
+
1,300770
|
|
530
|
+
1,300876
|
|
531
|
+
1,000524
|
|
532
|
+
1,300098
|
|
533
|
+
0,688208
|
|
534
|
+
1,301018
|
|
535
|
+
1,002668
|
|
536
|
+
1,002031
|
|
537
|
+
1,002502
|
|
538
|
+
0,601615
|
|
539
|
+
1,301369
|
|
540
|
+
1,300252
|
|
541
|
+
1,002402
|
|
542
|
+
1,002544
|
|
543
|
+
1,831175
|
|
544
|
+
1,301138
|
|
545
|
+
0,688132
|
|
546
|
+
1,003037
|
|
547
|
+
0,600433
|
|
548
|
+
1,300854
|
|
549
|
+
1,300311
|
|
550
|
+
1,831627
|
|
551
|
+
1,002303
|
|
552
|
+
1,301503
|
|
553
|
+
1,002990
|
|
554
|
+
1,300832
|
|
555
|
+
1,002301
|
|
556
|
+
1,300586
|
|
557
|
+
1,002528
|
|
558
|
+
1,002027
|
|
559
|
+
1,300083
|
|
560
|
+
1,301223
|
|
561
|
+
1,300811
|
|
562
|
+
1,002161
|
|
563
|
+
1,002972
|
|
564
|
+
1,000333
|
|
565
|
+
0,600728
|
|
566
|
+
1,002352
|
|
567
|
+
1,300030
|
|
568
|
+
1,002345
|
|
569
|
+
1,300503
|
|
570
|
+
1,300207
|
|
571
|
+
1,000070
|
|
572
|
+
1,300404
|
|
573
|
+
1,301488
|
|
574
|
+
0,600143
|
|
575
|
+
1,002317
|
|
576
|
+
0,600872
|
|
577
|
+
1,002732
|
|
578
|
+
0,688026
|
|
579
|
+
1,300737
|
|
580
|
+
1,000555
|
|
581
|
+
1,300246
|
|
582
|
+
1,300576
|
|
583
|
+
1,000576
|
|
584
|
+
1,300639
|
|
585
|
+
1,300977
|
|
586
|
+
1,301314
|
|
587
|
+
1,835185
|
|
588
|
+
1,002918
|
|
589
|
+
1,002789
|
|
590
|
+
1,000029
|
|
591
|
+
1,300561
|
|
592
|
+
1,002930
|
|
593
|
+
1,002105
|
|
594
|
+
1,003039
|
|
595
|
+
0,688380
|
|
596
|
+
1,300601
|
|
597
|
+
0,688603
|
|
598
|
+
0,603160
|
|
599
|
+
1,301288
|
|
600
|
+
1,002243
|
|
601
|
+
1,000006
|
|
602
|
+
1,301365
|
|
603
|
+
1,002949
|
|
604
|
+
1,301263
|
|
605
|
+
1,300942
|
|
606
|
+
1,002759
|
|
607
|
+
1,002676
|
|
608
|
+
1,300676
|
|
609
|
+
1,300888
|
|
610
|
+
1,300973
|
|
611
|
+
1,002705
|
|
612
|
+
0,688321
|
|
613
|
+
0,603833
|
|
614
|
+
1,003040
|
|
615
|
+
1,000025
|
|
616
|
+
1,300979
|
|
617
|
+
0,600894
|
|
618
|
+
1,300921
|
|
619
|
+
1,000056
|
|
620
|
+
0,603233
|
|
621
|
+
1,002311
|
|
622
|
+
1,301328
|
|
623
|
+
1,001323
|
|
624
|
+
1,301348
|
|
625
|
+
1,003035
|
|
626
|
+
1,002709
|
|
627
|
+
0,601330
|
|
628
|
+
1,300917
|
|
629
|
+
1,300834
|
|
630
|
+
1,002625
|
|
631
|
+
1,300415
|
|
632
|
+
1,000529
|
|
633
|
+
1,002340
|
|
634
|
+
1,002973
|
|
635
|
+
1,300675
|
|
636
|
+
1,300521
|
|
637
|
+
1,300124
|
|
638
|
+
1,300495
|
|
639
|
+
1,000028
|
|
640
|
+
1,002334
|
|
641
|
+
0,601238
|
|
642
|
+
1,000063
|
|
643
|
+
1,000011
|
|
644
|
+
1,300949
|
|
645
|
+
1,000055
|
|
646
|
+
1,300591
|
|
647
|
+
0,603193
|
|
648
|
+
0,688148
|
|
649
|
+
0,600866
|
|
650
|
+
1,000078
|
|
651
|
+
0,600323
|
|
652
|
+
1,002572
|
|
653
|
+
1,300804
|
|
654
|
+
1,002989
|
|
655
|
+
1,002060
|
|
656
|
+
1,301373
|
|
657
|
+
0,688114
|
|
658
|
+
1,002733
|
|
659
|
+
0,688388
|
|
660
|
+
1,000429
|
|
661
|
+
1,301468
|
|
662
|
+
1,001322
|
|
663
|
+
0,603336
|
|
664
|
+
1,002837
|
|
665
|
+
1,301332
|
|
666
|
+
1,000068
|
|
667
|
+
1,301305
|
|
668
|
+
1,002663
|
|
669
|
+
1,000685
|
|
670
|
+
1,000040
|
|
671
|
+
1,300381
|
|
672
|
+
1,300457
|
|
673
|
+
0,600518
|
|
674
|
+
1,002856
|
|
675
|
+
1,300844
|
|
676
|
+
1,002884
|
|
677
|
+
1,000036
|
|
678
|
+
1,001212
|
|
679
|
+
1,000893
|
|
680
|
+
1,002551
|
|
681
|
+
1,300197
|
|
682
|
+
1,301395
|
|
683
|
+
1,301191
|
|
684
|
+
1,002769
|
|
685
|
+
0,688638
|
|
686
|
+
1,301323
|
|
687
|
+
1,000690
|
|
688
|
+
1,002076
|
|
689
|
+
1,000058
|
|
690
|
+
1,000659
|
|
691
|
+
1,000019
|
|
692
|
+
0,600868
|
|
693
|
+
1,002336
|
|
694
|
+
1,000828
|
|
695
|
+
1,002916
|
|
696
|
+
1,000014
|
|
697
|
+
1,300720
|
|
698
|
+
1,300633
|
|
699
|
+
1,300997
|
|
700
|
+
0,688345
|
|
701
|
+
0,603038
|
|
702
|
+
1,300167
|
|
703
|
+
1,002187
|
|
704
|
+
1,001979
|
|
705
|
+
1,300891
|
|
706
|
+
1,002054
|
|
707
|
+
1,002911
|
|
708
|
+
1,300149
|
|
709
|
+
1,002399
|
|
710
|
+
1,001338
|
|
711
|
+
1,301291
|
|
712
|
+
0,603288
|
|
713
|
+
1,300146
|
|
714
|
+
1,002822
|
|
715
|
+
1,300403
|
|
716
|
+
0,600382
|
|
717
|
+
1,000776
|
|
718
|
+
0,603043
|
|
719
|
+
1,002672
|
|
720
|
+
1,002191
|
|
721
|
+
1,002666
|
|
722
|
+
1,300687
|
|
723
|
+
1,000026
|
|
724
|
+
0,603797
|
|
725
|
+
1,001298
|
|
726
|
+
1,002492
|
|
727
|
+
1,002923
|
|
728
|
+
1,000061
|
|
729
|
+
0,688518
|
|
730
|
+
1,300960
|
|
731
|
+
0,688361
|
|
732
|
+
0,601318
|
|
733
|
+
1,002965
|
|
734
|
+
1,300619
|
|
735
|
+
1,300014
|
|
736
|
+
1,300760
|
|
737
|
+
1,002880
|
|
738
|
+
1,002791
|
|
739
|
+
0,688559
|
|
740
|
+
0,601515
|
|
741
|
+
0,600499
|
|
742
|
+
0,600098
|
|
743
|
+
0,600030
|
|
744
|
+
1,300317
|
|
745
|
+
1,300094
|
|
746
|
+
1,002797
|
|
747
|
+
1,002776
|
|
748
|
+
1,002511
|
|
749
|
+
1,002433
|
|
750
|
+
1,002314
|
|
751
|
+
1,002233
|
|
752
|
+
1,002210
|
|
753
|
+
1,002183
|
|
754
|
+
1,001313
|
|
755
|
+
1,000987
|
|
756
|
+
1,000782
|
|
757
|
+
1,000012
|
|
758
|
+
1,000007
|
|
759
|
+
1,002594
|
|
760
|
+
1,300938
|
|
761
|
+
1,002736
|
|
762
|
+
1,002939
|
|
763
|
+
0,603348
|
|
764
|
+
1,300529
|
|
765
|
+
0,688671
|
|
766
|
+
0,600999
|
|
767
|
+
1,300482
|
|
768
|
+
0,603991
|
|
769
|
+
0,600332
|
|
770
|
+
0,600428
|
|
771
|
+
1,000539
|
|
772
|
+
1,300833
|
|
773
|
+
1,000009
|
|
774
|
+
1,003028
|
|
775
|
+
1,000573
|
|
776
|
+
1,000531
|
|
777
|
+
1,002030
|
|
778
|
+
1,002016
|
|
779
|
+
0,603848
|
|
780
|
+
1,000048
|
|
781
|
+
1,301500
|
|
782
|
+
0,601333
|
|
783
|
+
1,301268
|
|
784
|
+
1,300890
|
|
785
|
+
1,002584
|
|
786
|
+
0,600004
|
|
787
|
+
1,300037
|
|
788
|
+
1,000651
|
|
789
|
+
0,600548
|
|
790
|
+
1,300454
|
|
791
|
+
1,002867
|
|
792
|
+
1,000060
|
|
793
|
+
1,000861
|
|
794
|
+
0,600048
|
|
795
|
+
1,002052
|
|
796
|
+
1,000039
|
|
797
|
+
1,002656
|
|
798
|
+
1,001378
|
|
799
|
+
1,000002
|
|
800
|
+
0,600162
|
|
801
|
+
1,000921
|
|
802
|
+
0,688248
|
|
803
|
+
1,002981
|
|
804
|
+
1,003012
|
|
805
|
+
0,600036
|
|
806
|
+
1,000088
|
|
807
|
+
1,000023
|
|
808
|
+
0,601228
|
|
809
|
+
1,000001
|
|
810
|
+
0,600892
|
|
811
|
+
1,002882
|
|
812
|
+
1,300724
|
|
813
|
+
1,300745
|
|
814
|
+
1,002256
|
|
815
|
+
1,001914
|
|
816
|
+
0,688318
|
|
817
|
+
1,000507
|
|
818
|
+
1,300147
|
|
819
|
+
0,688383
|
|
820
|
+
1,001283
|
|
821
|
+
0,688522
|
|
822
|
+
1,002192
|
|
823
|
+
0,600325
|
|
824
|
+
0,688499
|
|
825
|
+
1,301177
|
|
826
|
+
1,002461
|
|
827
|
+
1,002218
|
|
828
|
+
1,002543
|
|
829
|
+
1,002177
|
|
830
|
+
1,002620
|
|
831
|
+
1,002180
|
|
832
|
+
1,301516
|
|
833
|
+
1,300568
|
|
834
|
+
0,600029
|
|
835
|
+
1,833523
|
|
836
|
+
1,001201
|
|
837
|
+
1,000089
|
|
838
|
+
1,001872
|
|
839
|
+
0,600684
|
|
840
|
+
0,603063
|
|
841
|
+
1,000717
|
|
842
|
+
1,300693
|
|
843
|
+
1,002163
|
|
844
|
+
1,002285
|
|
845
|
+
0,601139
|
|
846
|
+
1,000031
|
|
847
|
+
1,002862
|
|
848
|
+
1,002141
|
|
849
|
+
0,600383
|
|
850
|
+
1,000069
|
|
851
|
+
1,002850
|
|
852
|
+
1,000532
|
|
853
|
+
1,301325
|
|
854
|
+
1,301327
|
|
855
|
+
1,002308
|
|
856
|
+
1,000976
|
|
857
|
+
1,000601
|
|
858
|
+
1,000005
|
|
859
|
+
1,002518
|
|
860
|
+
1,000712
|
|
861
|
+
1,300438
|
|
862
|
+
0,600185
|
|
863
|
+
1,002875
|
|
864
|
+
1,000090
|
|
865
|
+
0,603051
|
|
866
|
+
1,000042
|
|
867
|
+
1,003013
|
|
868
|
+
1,300769
|
|
869
|
+
1,301578
|
|
870
|
+
1,002855
|
|
871
|
+
1,002238
|
|
872
|
+
1,002786
|
|
873
|
+
1,002495
|
|
874
|
+
[江苏板块]
|
|
875
|
+
1,833509
|
|
876
|
+
0,688496
|
|
877
|
+
1,871396
|
|
878
|
+
1,873726
|
|
879
|
+
0,603530
|
|
880
|
+
0,603212
|
|
881
|
+
0,605218
|
|
882
|
+
0,603722
|
|
883
|
+
0,603052
|
|
884
|
+
1,002976
|
|
885
|
+
0,605167
|
|
886
|
+
0,688426
|
|
887
|
+
0,688260
|
|
888
|
+
1,301266
|
|
889
|
+
1,839167
|
|
890
|
+
1,873339
|
|
891
|
+
1,300600
|
|
892
|
+
0,688166
|
|
893
|
+
1,300031
|
|
894
|
+
0,688286
|
|
895
|
+
0,688017
|
|
896
|
+
1,870204
|
|
897
|
+
0,688566
|
|
898
|
+
1,870299
|
|
899
|
+
1,300331
|
|
900
|
+
0,688678
|
|
901
|
+
1,300707
|
|
902
|
+
0,688170
|
|
903
|
+
0,688266
|
|
904
|
+
0,688386
|
|
905
|
+
0,688685
|
|
906
|
+
1,300798
|
|
907
|
+
1,002387
|
|
908
|
+
1,003032
|
|
909
|
+
1,300982
|
|
910
|
+
1,833533
|
|
911
|
+
1,301045
|
|
912
|
+
0,601890
|
|
913
|
+
0,688055
|
|
914
|
+
1,873665
|
|
915
|
+
1,002645
|
|
916
|
+
1,301360
|
|
917
|
+
1,830946
|
|
918
|
+
0,601100
|
|
919
|
+
0,603629
|
|
920
|
+
1,870436
|
|
921
|
+
0,603007
|
|
922
|
+
1,832662
|
|
923
|
+
0,603958
|
|
924
|
+
1,837006
|
|
925
|
+
1,002453
|
|
926
|
+
1,002309
|
|
927
|
+
1,002947
|
|
928
|
+
0,688539
|
|
929
|
+
0,688030
|
|
930
|
+
1,301106
|
|
931
|
+
1,300933
|
|
932
|
+
0,603097
|
|
933
|
+
0,603035
|
|
934
|
+
1,836699
|
|
935
|
+
1,002090
|
|
936
|
+
1,300708
|
|
937
|
+
1,300936
|
|
938
|
+
0,600327
|
|
939
|
+
1,839790
|
|
940
|
+
0,605258
|
|
941
|
+
0,600908
|
|
942
|
+
0,603828
|
|
943
|
+
0,688262
|
|
944
|
+
0,688076
|
|
945
|
+
0,601500
|
|
946
|
+
0,601928
|
|
947
|
+
0,603829
|
|
948
|
+
1,300554
|
|
949
|
+
1,300709
|
|
950
|
+
1,002290
|
|
951
|
+
0,688478
|
|
952
|
+
1,000738
|
|
953
|
+
1,301180
|
|
954
|
+
1,836720
|
|
955
|
+
1,000777
|
|
956
|
+
0,603358
|
|
957
|
+
0,603879
|
|
958
|
+
1,834950
|
|
959
|
+
1,002519
|
|
960
|
+
1,873593
|
|
961
|
+
0,688631
|
|
962
|
+
1,300339
|
|
963
|
+
1,002866
|
|
964
|
+
1,300806
|
|
965
|
+
0,688218
|
|
966
|
+
0,688700
|
|
967
|
+
0,600501
|
|
968
|
+
1,002384
|
|
969
|
+
1,300342
|
|
970
|
+
1,836221
|
|
971
|
+
0,688371
|
|
972
|
+
1,300742
|
|
973
|
+
0,688259
|
|
974
|
+
0,605588
|
|
975
|
+
0,600775
|
|
976
|
+
1,300528
|
|
977
|
+
0,688689
|
|
978
|
+
1,002160
|
|
979
|
+
0,605298
|
|
980
|
+
0,600486
|
|
981
|
+
0,688060
|
|
982
|
+
1,300563
|
|
983
|
+
1,300651
|
|
984
|
+
0,688001
|
|
985
|
+
0,688488
|
|
986
|
+
1,839371
|
|
987
|
+
1,002708
|
|
988
|
+
0,600250
|
|
989
|
+
0,603283
|
|
990
|
+
0,603626
|
|
991
|
+
0,688093
|
|
992
|
+
1,871263
|
|
993
|
+
0,688381
|
|
994
|
+
0,688448
|
|
995
|
+
1,002455
|
|
996
|
+
0,600105
|
|
997
|
+
0,688176
|
|
998
|
+
1,300522
|
|
999
|
+
0,603488
|
|
1000
|
+
0,600099
|
|
1001
|
+
1,300265
|
|
1002
|
+
1,000681
|
|
1003
|
+
1,300644
|
|
1004
|
+
1,300826
|
|
1005
|
+
1,002438
|
|
1006
|
+
1,301076
|
|
1007
|
+
1,002513
|
|
1008
|
+
1,301285
|
|
1009
|
+
0,688502
|
|
1010
|
+
1,300211
|
|
1011
|
+
0,688003
|
|
1012
|
+
0,603380
|
|
1013
|
+
1,002255
|
|
1014
|
+
1,000035
|
|
1015
|
+
1,871245
|
|
1016
|
+
1,837663
|
|
1017
|
+
0,688588
|
|
1018
|
+
1,002262
|
|
1019
|
+
0,603179
|
|
1020
|
+
1,300580
|
|
1021
|
+
1,834014
|
|
1022
|
+
1,301101
|
|
1023
|
+
1,300337
|
|
1024
|
+
0,603389
|
|
1025
|
+
0,600557
|
|
1026
|
+
1,300660
|
|
1027
|
+
0,603988
|
|
1028
|
+
1,300091
|
|
1029
|
+
0,688221
|
|
1030
|
+
0,688661
|
|
1031
|
+
1,002787
|
|
1032
|
+
0,688069
|
|
1033
|
+
1,002546
|
|
1034
|
+
1,300295
|
|
1035
|
+
0,688205
|
|
1036
|
+
1,000890
|
|
1037
|
+
1,300429
|
|
1038
|
+
1,002796
|
|
1039
|
+
1,300717
|
|
1040
|
+
0,603416
|
|
1041
|
+
0,688358
|
|
1042
|
+
1,301061
|
|
1043
|
+
0,603115
|
|
1044
|
+
1,002998
|
|
1045
|
+
1,430418
|
|
1046
|
+
1,300819
|
|
1047
|
+
0,605058
|
|
1048
|
+
1,301339
|
|
1049
|
+
1,002315
|
|
1050
|
+
0,688097
|
|
1051
|
+
1,835305
|
|
1052
|
+
1,300694
|
|
1053
|
+
1,301505
|
|
1054
|
+
0,600770
|
|
1055
|
+
0,688106
|
|
1056
|
+
1,002722
|
|
1057
|
+
1,300907
|
|
1058
|
+
1,002877
|
|
1059
|
+
1,300128
|
|
1060
|
+
1,301329
|
|
1061
|
+
1,300931
|
|
1062
|
+
1,301195
|
|
1063
|
+
1,001373
|
|
1064
|
+
1,300509
|
|
1065
|
+
1,000936
|
|
1066
|
+
0,603028
|
|
1067
|
+
0,688720
|
|
1068
|
+
1,301006
|
|
1069
|
+
1,300279
|
|
1070
|
+
0,603699
|
|
1071
|
+
1,300881
|
|
1072
|
+
1,833284
|
|
1073
|
+
1,301023
|
|
1074
|
+
0,603660
|
|
1075
|
+
1,301122
|
|
1076
|
+
1,300215
|
|
1077
|
+
1,300402
|
|
1078
|
+
1,002635
|
|
1079
|
+
1,301421
|
|
1080
|
+
0,600083
|
|
1081
|
+
0,688580
|
|
1082
|
+
1,300836
|
|
1083
|
+
0,688697
|
|
1084
|
+
1,300192
|
|
1085
|
+
0,603326
|
|
1086
|
+
1,300809
|
|
1087
|
+
0,603929
|
|
1088
|
+
1,301278
|
|
1089
|
+
1,002553
|
|
1090
|
+
1,003015
|
|
1091
|
+
1,002550
|
|
1092
|
+
0,603017
|
|
1093
|
+
0,603922
|
|
1094
|
+
0,688508
|
|
1095
|
+
0,688300
|
|
1096
|
+
0,603489
|
|
1097
|
+
0,603890
|
|
1098
|
+
1,301072
|
|
1099
|
+
0,603990
|
|
1100
|
+
1,002394
|
|
1101
|
+
1,300964
|
|
1102
|
+
1,300135
|
|
1103
|
+
0,600400
|
|
1104
|
+
1,301160
|
|
1105
|
+
0,603680
|
|
1106
|
+
1,300926
|
|
1107
|
+
1,300617
|
|
1108
|
+
1,002491
|
|
1109
|
+
0,603528
|
|
1110
|
+
1,300885
|
|
1111
|
+
0,603966
|
|
1112
|
+
0,600584
|
|
1113
|
+
0,688192
|
|
1114
|
+
1,301187
|
|
1115
|
+
0,688052
|
|
1116
|
+
0,688113
|
|
1117
|
+
0,688096
|
|
1118
|
+
0,603819
|
|
1119
|
+
0,688261
|
|
1120
|
+
0,603339
|
|
1121
|
+
1,300416
|
|
1122
|
+
0,605333
|
|
1123
|
+
0,600220
|
|
1124
|
+
1,832089
|
|
1125
|
+
1,300447
|
|
1126
|
+
1,301389
|
|
1127
|
+
0,688103
|
|
1128
|
+
1,300228
|
|
1129
|
+
0,600406
|
|
1130
|
+
0,600794
|
|
1131
|
+
1,301163
|
|
1132
|
+
0,688633
|
|
1133
|
+
1,300466
|
|
1134
|
+
1,301036
|
|
1135
|
+
1,002547
|
|
1136
|
+
0,603912
|
|
1137
|
+
0,603787
|
|
1138
|
+
1,300304
|
|
1139
|
+
0,688607
|
|
1140
|
+
0,603206
|
|
1141
|
+
0,603518
|
|
1142
|
+
1,301226
|
|
1143
|
+
1,002652
|
|
1144
|
+
0,688178
|
|
1145
|
+
0,688510
|
|
1146
|
+
0,603163
|
|
1147
|
+
0,603090
|
|
1148
|
+
1,000727
|
|
1149
|
+
0,603042
|
|
1150
|
+
0,603016
|
|
1151
|
+
1,832735
|
|
1152
|
+
0,600128
|
|
1153
|
+
1,872392
|
|
1154
|
+
0,603286
|
|
1155
|
+
1,300975
|
|
1156
|
+
1,300761
|
|
1157
|
+
0,688355
|
|
1158
|
+
1,300670
|
|
1159
|
+
1,871694
|
|
1160
|
+
0,688022
|
|
1161
|
+
1,002079
|
|
1162
|
+
0,688531
|
|
1163
|
+
0,603880
|
|
1164
|
+
1,001234
|
|
1165
|
+
0,600398
|
|
1166
|
+
1,301287
|
|
1167
|
+
1,300500
|
|
1168
|
+
1,301229
|
|
1169
|
+
1,301125
|
|
1170
|
+
1,301040
|
|
1171
|
+
0,603013
|
|
1172
|
+
0,603203
|
|
1173
|
+
0,603655
|
|
1174
|
+
1,002585
|
|
1175
|
+
1,002531
|
|
1176
|
+
1,002747
|
|
1177
|
+
0,603666
|
|
1178
|
+
1,002426
|
|
1179
|
+
0,600854
|
|
1180
|
+
0,688013
|
|
1181
|
+
1,002445
|
|
1182
|
+
1,300549
|
|
1183
|
+
1,301186
|
|
1184
|
+
0,600370
|
|
1185
|
+
0,603985
|
|
1186
|
+
1,300165
|
|
1187
|
+
0,688800
|
|
1188
|
+
1,301088
|
|
1189
|
+
1,002516
|
|
1190
|
+
1,300292
|
|
1191
|
+
1,300598
|
|
1192
|
+
0,601700
|
|
1193
|
+
0,600287
|
|
1194
|
+
0,688225
|
|
1195
|
+
0,600268
|
|
1196
|
+
0,605183
|
|
1197
|
+
1,002104
|
|
1198
|
+
0,603041
|
|
1199
|
+
1,301093
|
|
1200
|
+
1,300697
|
|
1201
|
+
1,002223
|
|
1202
|
+
0,601388
|
|
1203
|
+
1,831834
|
|
1204
|
+
0,688693
|
|
1205
|
+
1,002409
|
|
1206
|
+
0,603900
|
|
1207
|
+
1,300217
|
|
1208
|
+
1,301012
|
|
1209
|
+
1,300555
|
|
1210
|
+
0,605389
|
|
1211
|
+
0,600389
|
|
1212
|
+
0,603111
|
|
1213
|
+
0,600513
|
|
1214
|
+
0,603078
|
|
1215
|
+
1,300757
|
|
1216
|
+
0,603776
|
|
1217
|
+
0,603005
|
|
1218
|
+
0,688558
|
|
1219
|
+
1,000525
|
|
1220
|
+
1,301016
|
|
1221
|
+
1,300421
|
|
1222
|
+
1,301181
|
|
1223
|
+
1,301090
|
|
1224
|
+
1,300618
|
|
1225
|
+
0,603161
|
|
1226
|
+
1,002540
|
|
1227
|
+
0,688182
|
|
1228
|
+
1,300141
|
|
1229
|
+
0,688515
|
|
1230
|
+
1,003043
|
|
1231
|
+
1,300623
|
|
1232
|
+
1,301179
|
|
1233
|
+
1,002692
|
|
1234
|
+
1,300382
|
|
1235
|
+
1,300959
|
|
1236
|
+
0,603519
|
|
1237
|
+
0,688450
|
|
1238
|
+
1,301215
|
|
1239
|
+
1,000700
|
|
1240
|
+
1,000425
|
|
1241
|
+
0,688601
|
|
1242
|
+
1,300912
|
|
1243
|
+
0,688377
|
|
1244
|
+
0,603707
|
|
1245
|
+
0,688137
|
|
1246
|
+
0,688711
|
|
1247
|
+
1,300585
|
|
1248
|
+
1,002077
|
|
1249
|
+
1,300641
|
|
1250
|
+
0,605099
|
|
1251
|
+
1,300655
|
|
1252
|
+
1,301115
|
|
1253
|
+
1,002883
|
|
1254
|
+
1,000570
|
|
1255
|
+
0,603221
|
|
1256
|
+
1,300782
|
|
1257
|
+
0,688211
|
|
1258
|
+
0,603059
|
|
1259
|
+
1,300160
|
|
1260
|
+
0,688698
|
|
1261
|
+
1,300507
|
|
1262
|
+
0,600970
|
|
1263
|
+
1,300856
|
|
1264
|
+
1,301272
|
|
1265
|
+
0,600667
|
|
1266
|
+
1,871642
|
|
1267
|
+
1,300905
|
|
1268
|
+
0,688048
|
|
1269
|
+
1,301290
|
|
1270
|
+
1,002685
|
|
1271
|
+
0,600746
|
|
1272
|
+
1,300855
|
|
1273
|
+
0,688046
|
|
1274
|
+
0,688670
|
|
1275
|
+
0,600276
|
|
1276
|
+
1,000551
|
|
1277
|
+
1,300346
|
|
1278
|
+
1,300873
|
|
1279
|
+
1,002471
|
|
1280
|
+
0,603125
|
|
1281
|
+
1,000584
|
|
1282
|
+
1,002182
|
|
1283
|
+
1,301098
|
|
1284
|
+
1,300305
|
|
1285
|
+
1,000581
|
|
1286
|
+
1,002395
|
|
1287
|
+
1,300420
|
|
1288
|
+
1,300970
|
|
1289
|
+
0,600981
|
|
1290
|
+
1,301386
|
|
1291
|
+
1,301078
|
|
1292
|
+
0,603366
|
|
1293
|
+
0,605133
|
|
1294
|
+
0,600562
|
|
1295
|
+
1,300172
|
|
1296
|
+
1,301003
|
|
1297
|
+
0,601133
|
|
1298
|
+
0,603387
|
|
1299
|
+
1,000518
|
|
1300
|
+
1,300751
|
|
1301
|
+
0,603269
|
|
1302
|
+
1,300240
|
|
1303
|
+
0,603955
|
|
1304
|
+
0,601799
|
|
1305
|
+
1,001332
|
|
1306
|
+
0,603369
|
|
1307
|
+
1,002380
|
|
1308
|
+
1,300753
|
|
1309
|
+
1,300721
|
|
1310
|
+
0,605319
|
|
1311
|
+
0,600475
|
|
1312
|
+
1,837046
|
|
1313
|
+
0,603066
|
|
1314
|
+
1,300715
|
|
1315
|
+
0,688029
|
|
1316
|
+
0,605376
|
|
1317
|
+
0,600973
|
|
1318
|
+
0,688258
|
|
1319
|
+
1,301418
|
|
1320
|
+
1,002201
|
|
1321
|
+
1,835857
|
|
1322
|
+
0,688376
|
|
1323
|
+
0,688273
|
|
1324
|
+
0,601199
|
|
1325
|
+
1,002367
|
|
1326
|
+
0,603878
|
|
1327
|
+
1,002349
|
|
1328
|
+
0,603307
|
|
1329
|
+
1,002075
|
|
1330
|
+
1,301518
|
|
1331
|
+
0,603982
|
|
1332
|
+
0,603928
|
|
1333
|
+
1,301063
|
|
1334
|
+
1,300385
|
|
1335
|
+
1,001324
|
|
1336
|
+
1,002150
|
|
1337
|
+
1,002778
|
|
1338
|
+
1,300864
|
|
1339
|
+
0,688329
|
|
1340
|
+
0,600862
|
|
1341
|
+
0,603906
|
|
1342
|
+
0,600522
|
|
1343
|
+
1,301258
|
|
1344
|
+
0,600889
|
|
1345
|
+
1,300260
|
|
1346
|
+
1,301559
|
|
1347
|
+
1,301202
|
|
1348
|
+
0,688533
|
|
1349
|
+
0,603355
|
|
1350
|
+
0,603915
|
|
1351
|
+
1,002044
|
|
1352
|
+
0,603018
|
|
1353
|
+
0,688408
|
|
1354
|
+
1,002631
|
|
1355
|
+
0,603136
|
|
1356
|
+
1,300927
|
|
1357
|
+
0,600213
|
|
1358
|
+
1,002293
|
|
1359
|
+
1,300537
|
|
1360
|
+
1,300682
|
|
1361
|
+
0,600200
|
|
1362
|
+
1,002156
|
|
1363
|
+
1,301137
|
|
1364
|
+
1,300631
|
|
1365
|
+
0,603486
|
|
1366
|
+
1,002483
|
|
1367
|
+
1,002015
|
|
1368
|
+
1,002024
|
|
1369
|
+
1,301393
|
|
1370
|
+
1,002081
|
|
1371
|
+
0,600280
|
|
1372
|
+
1,300575
|
|
1373
|
+
1,002564
|
|
1374
|
+
1,002559
|
|
1375
|
+
0,603158
|
|
1376
|
+
1,002091
|
|
1377
|
+
1,002734
|
|
1378
|
+
0,601218
|
|
1379
|
+
0,603968
|
|
1380
|
+
1,832802
|
|
1381
|
+
1,002623
|
|
1382
|
+
0,603937
|
|
1383
|
+
1,002165
|
|
1384
|
+
1,002576
|
|
1385
|
+
0,603155
|
|
1386
|
+
1,301220
|
|
1387
|
+
1,301030
|
|
1388
|
+
1,000421
|
|
1389
|
+
0,603183
|
|
1390
|
+
0,688226
|
|
1391
|
+
0,603507
|
|
1392
|
+
0,605111
|
|
1393
|
+
0,603351
|
|
1394
|
+
0,600901
|
|
1395
|
+
0,600713
|
|
1396
|
+
0,601010
|
|
1397
|
+
1,300261
|
|
1398
|
+
1,002274
|
|
1399
|
+
0,601860
|
|
1400
|
+
1,301170
|
|
1401
|
+
0,601952
|
|
1402
|
+
0,600682
|
|
1403
|
+
1,000919
|
|
1404
|
+
1,000910
|
|
1405
|
+
1,301010
|
|
1406
|
+
1,836149
|
|
1407
|
+
0,600510
|
|
1408
|
+
1,300354
|
|
1409
|
+
0,600300
|
|
1410
|
+
0,600959
|
|
1411
|
+
1,002391
|
|
1412
|
+
1,002484
|
|
1413
|
+
1,833914
|
|
1414
|
+
0,688702
|
|
1415
|
+
0,603065
|
|
1416
|
+
1,300450
|
|
1417
|
+
0,601155
|
|
1418
|
+
1,300584
|
|
1419
|
+
1,002839
|
|
1420
|
+
1,300320
|
|
1421
|
+
0,603323
|
|
1422
|
+
0,603188
|
|
1423
|
+
1,002245
|
|
1424
|
+
1,832278
|
|
1425
|
+
1,301260
|
|
1426
|
+
0,688231
|
|
1427
|
+
0,600305
|
|
1428
|
+
1,300680
|
|
1429
|
+
0,688257
|
|
1430
|
+
0,600925
|
|
1431
|
+
0,603876
|
|
1432
|
+
0,603810
|
|
1433
|
+
0,688657
|
|
1434
|
+
0,603585
|
|
1435
|
+
1,002009
|
|
1436
|
+
0,603299
|
|
1437
|
+
1,002530
|
|
1438
|
+
1,301238
|
|
1439
|
+
1,301058
|
|
1440
|
+
0,605089
|
|
1441
|
+
1,300373
|
|
1442
|
+
1,300390
|
|
1443
|
+
1,301116
|
|
1444
|
+
0,688535
|
|
1445
|
+
1,838262
|
|
1446
|
+
0,688375
|
|
1447
|
+
0,688337
|
|
1448
|
+
0,603117
|
|
1449
|
+
0,601222
|
|
1450
|
+
0,600527
|
|
1451
|
+
0,600487
|
|
1452
|
+
0,600282
|
|
1453
|
+
0,600078
|
|
1454
|
+
0,600064
|
|
1455
|
+
1,300664
|
|
1456
|
+
1,300610
|
|
1457
|
+
1,300196
|
|
1458
|
+
1,300190
|
|
1459
|
+
1,002808
|
|
1460
|
+
1,002807
|
|
1461
|
+
1,002496
|
|
1462
|
+
1,002478
|
|
1463
|
+
1,002333
|
|
1464
|
+
1,002172
|
|
1465
|
+
1,002089
|
|
1466
|
+
1,002080
|
|
1467
|
+
1,000816
|
|
1468
|
+
1,000626
|
|
1469
|
+
1,300394
|
|
1470
|
+
0,688186
|
|
1471
|
+
0,605288
|
|
1472
|
+
0,603036
|
|
1473
|
+
0,601688
|
|
1474
|
+
1,002802
|
|
1475
|
+
1,001236
|
|
1476
|
+
1,836547
|
|
1477
|
+
0,688295
|
|
1478
|
+
1,300777
|
|
1479
|
+
0,688353
|
|
1480
|
+
1,002514
|
|
1481
|
+
0,601990
|
|
1482
|
+
1,002966
|
|
1483
|
+
1,300284
|
|
1484
|
+
0,603291
|
|
1485
|
+
0,688656
|
|
1486
|
+
1,002435
|
|
1487
|
+
0,688350
|
|
1488
|
+
0,601008
|
|
1489
|
+
0,601007
|
|
1490
|
+
0,688232
|
|
1491
|
+
1,300169
|
|
1492
|
+
0,600710
|
|
1493
|
+
1,301310
|
|
1494
|
+
0,603185
|
|
1495
|
+
1,002608
|
|
1496
|
+
0,688105
|
|
1497
|
+
0,600533
|
|
1498
|
+
1,301378
|
|
1499
|
+
0,603693
|
|
1500
|
+
0,688690
|
|
1501
|
+
1,000301
|
|
1502
|
+
0,600736
|
|
1503
|
+
0,688536
|
|
1504
|
+
1,002304
|
|
1505
|
+
0,688116
|
|
1506
|
+
1,002463
|
|
1507
|
+
0,601128
|
|
1508
|
+
1,002221
|
|
1509
|
+
1,300952
|
|
1510
|
+
1,300029
|
|
1511
|
+
1,836422
|
|
1512
|
+
0,603688
|
|
1513
|
+
1,831641
|
|
1514
|
+
0,600919
|
|
1515
|
+
0,603359
|
|
1516
|
+
0,600844
|
|
1517
|
+
0,601009
|
|
1518
|
+
0,601555
|
|
1519
|
+
1,002040
|
|
1520
|
+
0,605123
|
|
1521
|
+
1,300725
|
|
1522
|
+
1,000961
|
|
1523
|
+
1,300393
|
|
1524
|
+
0,600805
|
|
1525
|
+
0,600481
|
|
1526
|
+
0,600377
|
|
1527
|
+
0,603259
|
|
1528
|
+
0,605300
|
|
1529
|
+
0,603332
|
|
1530
|
+
0,603133
|
|
1531
|
+
1,300827
|
|
1532
|
+
0,603273
|
|
1533
|
+
1,301155
|
|
1534
|
+
0,688399
|
|
1535
|
+
1,301026
|
|
1536
|
+
0,603201
|
|
1537
|
+
0,601456
|
|
1538
|
+
0,601975
|
|
1539
|
+
1,002239
|
|
1540
|
+
0,601512
|
|
1541
|
+
1,301210
|
|
1542
|
+
0,600716
|
|
1543
|
+
0,688516
|
|
1544
|
+
1,002127
|
|
1545
|
+
0,603916
|
|
1546
|
+
0,688599
|
|
1547
|
+
1,300258
|
|
1548
|
+
1,300842
|
|
1549
|
+
0,688503
|
|
1550
|
+
1,300201
|
|
1551
|
+
0,603137
|
|
1552
|
+
0,603800
|
|
1553
|
+
0,603313
|
|
1554
|
+
1,002002
|
|
1555
|
+
0,688147
|
|
1556
|
+
1,301168
|
|
1557
|
+
0,688472
|
|
1558
|
+
0,688429
|
|
1559
|
+
0,603276
|
|
1560
|
+
0,605286
|
|
1561
|
+
1,001205
|
|
1562
|
+
0,688390
|
|
1563
|
+
[宁夏板块]
|
|
1564
|
+
1,000595
|
|
1565
|
+
0,600785
|
|
1566
|
+
1,871478
|
|
1567
|
+
1,000982
|
|
1568
|
+
0,600989
|
|
1569
|
+
1,000635
|
|
1570
|
+
1,831010
|
|
1571
|
+
1,000815
|
|
1572
|
+
0,600165
|
|
1573
|
+
0,601619
|
|
1574
|
+
1,002457
|
|
1575
|
+
1,000962
|
|
1576
|
+
1,000862
|
|
1577
|
+
1,300967
|
|
1578
|
+
1,000557
|
|
1579
|
+
1,300904
|
|
1580
|
+
0,600449
|
|
1581
|
+
[四川板块]
|
|
1582
|
+
0,688776
|
|
1583
|
+
0,603333
|
|
1584
|
+
1,300841
|
|
1585
|
+
1,300101
|
|
1586
|
+
1,833781
|
|
1587
|
+
1,300467
|
|
1588
|
+
0,688311
|
|
1589
|
+
1,836260
|
|
1590
|
+
0,688117
|
|
1591
|
+
0,600505
|
|
1592
|
+
0,601208
|
|
1593
|
+
0,603327
|
|
1594
|
+
1,833943
|
|
1595
|
+
0,688283
|
|
1596
|
+
0,600353
|
|
1597
|
+
0,601811
|
|
1598
|
+
1,300559
|
|
1599
|
+
1,301233
|
|
1600
|
+
0,688513
|
|
1601
|
+
0,600603
|
|
1602
|
+
1,832566
|
|
1603
|
+
1,300366
|
|
1604
|
+
1,430425
|
|
1605
|
+
1,300440
|
|
1606
|
+
1,002253
|
|
1607
|
+
1,836675
|
|
1608
|
+
1,300987
|
|
1609
|
+
1,300789
|
|
1610
|
+
1,300865
|
|
1611
|
+
1,300540
|
|
1612
|
+
1,000810
|
|
1613
|
+
0,688528
|
|
1614
|
+
0,603809
|
|
1615
|
+
0,603679
|
|
1616
|
+
1,002777
|
|
1617
|
+
1,300471
|
|
1618
|
+
1,301213
|
|
1619
|
+
0,600137
|
|
1620
|
+
0,688511
|
|
1621
|
+
1,300504
|
|
1622
|
+
0,600378
|
|
1623
|
+
1,000628
|
|
1624
|
+
1,300535
|
|
1625
|
+
1,300022
|
|
1626
|
+
0,688302
|
|
1627
|
+
0,600391
|
|
1628
|
+
1,300547
|
|
1629
|
+
0,603477
|
|
1630
|
+
0,600880
|
|
1631
|
+
1,000586
|
|
1632
|
+
1,002935
|
|
1633
|
+
1,300733
|
|
1634
|
+
1,002497
|
|
1635
|
+
1,002773
|
|
1636
|
+
1,002366
|
|
1637
|
+
0,600558
|
|
1638
|
+
1,000710
|
|
1639
|
+
1,300780
|
|
1640
|
+
0,688629
|
|
1641
|
+
1,002422
|
|
1642
|
+
1,002357
|
|
1643
|
+
0,688319
|
|
1644
|
+
1,300502
|
|
1645
|
+
0,601107
|
|
1646
|
+
1,002630
|
|
1647
|
+
1,000510
|
|
1648
|
+
1,301286
|
|
1649
|
+
0,603261
|
|
1650
|
+
1,300092
|
|
1651
|
+
0,688553
|
|
1652
|
+
1,301172
|
|
1653
|
+
1,300414
|
|
1654
|
+
1,002190
|
|
1655
|
+
0,688070
|
|
1656
|
+
1,301117
|
|
1657
|
+
1,002749
|
|
1658
|
+
1,002480
|
|
1659
|
+
1,000790
|
|
1660
|
+
0,600331
|
|
1661
|
+
1,300678
|
|
1662
|
+
0,600702
|
|
1663
|
+
1,000888
|
|
1664
|
+
1,000688
|
|
1665
|
+
1,002651
|
|
1666
|
+
1,870199
|
|
1667
|
+
0,600875
|
|
1668
|
+
1,301050
|
|
1669
|
+
1,002268
|
|
1670
|
+
1,300937
|
|
1671
|
+
0,600839
|
|
1672
|
+
1,300696
|
|
1673
|
+
1,002023
|
|
1674
|
+
1,000509
|
|
1675
|
+
0,600793
|
|
1676
|
+
1,300820
|
|
1677
|
+
1,300019
|
|
1678
|
+
0,600644
|
|
1679
|
+
0,600131
|
|
1680
|
+
0,600678
|
|
1681
|
+
0,600101
|
|
1682
|
+
1,300249
|
|
1683
|
+
1,000757
|
|
1684
|
+
1,002246
|
|
1685
|
+
1,000593
|
|
1686
|
+
1,002628
|
|
1687
|
+
1,300434
|
|
1688
|
+
1,300492
|
|
1689
|
+
1,000935
|
|
1690
|
+
0,688053
|
|
1691
|
+
1,300127
|
|
1692
|
+
0,688222
|
|
1693
|
+
1,003023
|
|
1694
|
+
0,600392
|
|
1695
|
+
1,301336
|
|
1696
|
+
0,688696
|
|
1697
|
+
0,601399
|
|
1698
|
+
1,000803
|
|
1699
|
+
1,301239
|
|
1700
|
+
1,002258
|
|
1701
|
+
1,300432
|
|
1702
|
+
1,000876
|
|
1703
|
+
1,002951
|
|
1704
|
+
1,002312
|
|
1705
|
+
0,600321
|
|
1706
|
+
1,300463
|
|
1707
|
+
1,002946
|
|
1708
|
+
1,833230
|
|
1709
|
+
1,301515
|
|
1710
|
+
1,002539
|
|
1711
|
+
1,002818
|
|
1712
|
+
1,002977
|
|
1713
|
+
0,688297
|
|
1714
|
+
1,300425
|
|
1715
|
+
1,300370
|
|
1716
|
+
1,000598
|
|
1717
|
+
1,000558
|
|
1718
|
+
0,603317
|
|
1719
|
+
0,600674
|
|
1720
|
+
1,002978
|
|
1721
|
+
1,001288
|
|
1722
|
+
1,000912
|
|
1723
|
+
1,000858
|
|
1724
|
+
1,000731
|
|
1725
|
+
0,603759
|
|
1726
|
+
1,002240
|
|
1727
|
+
0,600109
|
|
1728
|
+
1,002926
|
|
1729
|
+
1,002697
|
|
1730
|
+
1,002386
|
|
1731
|
+
1,002259
|
|
1732
|
+
1,000801
|
|
1733
|
+
1,000629
|
|
1734
|
+
0,600779
|
|
1735
|
+
1,000568
|
|
1736
|
+
1,300470
|
|
1737
|
+
1,002272
|
|
1738
|
+
1,000155
|
|
1739
|
+
0,601838
|
|
1740
|
+
1,001337
|
|
1741
|
+
0,603027
|
|
1742
|
+
1,301256
|
|
1743
|
+
0,600039
|
|
1744
|
+
0,603077
|
|
1745
|
+
1,002798
|
|
1746
|
+
0,688737
|
|
1747
|
+
0,600828
|
|
1748
|
+
0,600979
|
|
1749
|
+
0,688506
|
|
1750
|
+
0,688636
|
|
1751
|
+
1,002466
|
|
1752
|
+
0,600438
|
|
1753
|
+
0,603053
|
|
1754
|
+
1,836239
|
|
1755
|
+
[安徽板块]
|
|
1756
|
+
1,870357
|
|
1757
|
+
1,001217
|
|
1758
|
+
1,301321
|
|
1759
|
+
0,688352
|
|
1760
|
+
0,688486
|
|
1761
|
+
0,688165
|
|
1762
|
+
0,603011
|
|
1763
|
+
1,871981
|
|
1764
|
+
1,430489
|
|
1765
|
+
0,603356
|
|
1766
|
+
1,300956
|
|
1767
|
+
0,688249
|
|
1768
|
+
1,002817
|
|
1769
|
+
0,600551
|
|
1770
|
+
0,688610
|
|
1771
|
+
1,430718
|
|
1772
|
+
1,832000
|
|
1773
|
+
1,300088
|
|
1774
|
+
1,300218
|
|
1775
|
+
0,688551
|
|
1776
|
+
0,688639
|
|
1777
|
+
0,688416
|
|
1778
|
+
1,002555
|
|
1779
|
+
1,300344
|
|
1780
|
+
0,688582
|
|
1781
|
+
1,002983
|
|
1782
|
+
0,600470
|
|
1783
|
+
0,601801
|
|
1784
|
+
0,603768
|
|
1785
|
+
1,300134
|
|
1786
|
+
1,301297
|
|
1787
|
+
0,603031
|
|
1788
|
+
0,600552
|
|
1789
|
+
1,300520
|
|
1790
|
+
0,603596
|
|
1791
|
+
1,301520
|
|
1792
|
+
1,430478
|
|
1793
|
+
0,603110
|
|
1794
|
+
0,600218
|
|
1795
|
+
0,600237
|
|
1796
|
+
0,688403
|
|
1797
|
+
0,688768
|
|
1798
|
+
0,603308
|
|
1799
|
+
1,002690
|
|
1800
|
+
1,301217
|
|
1801
|
+
0,603656
|
|
1802
|
+
1,300886
|
|
1803
|
+
1,301234
|
|
1804
|
+
0,600909
|
|
1805
|
+
0,688219
|
|
1806
|
+
0,688679
|
|
1807
|
+
1,835892
|
|
1808
|
+
0,601918
|
|
1809
|
+
0,688367
|
|
1810
|
+
1,301408
|
|
1811
|
+
0,688419
|
|
1812
|
+
0,601606
|
|
1813
|
+
1,300475
|
|
1814
|
+
1,301167
|
|
1815
|
+
0,688600
|
|
1816
|
+
0,688659
|
|
1817
|
+
0,600985
|
|
1818
|
+
1,300577
|
|
1819
|
+
0,600012
|
|
1820
|
+
0,688251
|
|
1821
|
+
0,688586
|
|
1822
|
+
0,600990
|
|
1823
|
+
1,000543
|
|
1824
|
+
1,300816
|
|
1825
|
+
1,002298
|
|
1826
|
+
1,300877
|
|
1827
|
+
1,003020
|
|
1828
|
+
0,603199
|
|
1829
|
+
1,002014
|
|
1830
|
+
1,300815
|
|
1831
|
+
1,001226
|
|
1832
|
+
0,600983
|
|
1833
|
+
0,603150
|
|
1834
|
+
1,003027
|
|
1835
|
+
1,002997
|
|
1836
|
+
1,002541
|
|
1837
|
+
1,002607
|
|
1838
|
+
0,603357
|
|
1839
|
+
0,603429
|
|
1840
|
+
0,600971
|
|
1841
|
+
1,301129
|
|
1842
|
+
1,002042
|
|
1843
|
+
1,002743
|
|
1844
|
+
1,002171
|
|
1845
|
+
1,301049
|
|
1846
|
+
1,003038
|
|
1847
|
+
0,600577
|
|
1848
|
+
1,002331
|
|
1849
|
+
1,300009
|
|
1850
|
+
0,600063
|
|
1851
|
+
0,600375
|
|
1852
|
+
0,600808
|
|
1853
|
+
1,301429
|
|
1854
|
+
1,300929
|
|
1855
|
+
1,002571
|
|
1856
|
+
1,002361
|
|
1857
|
+
0,688630
|
|
1858
|
+
1,300452
|
|
1859
|
+
1,002969
|
|
1860
|
+
1,000887
|
|
1861
|
+
0,600418
|
|
1862
|
+
1,000630
|
|
1863
|
+
1,000521
|
|
1864
|
+
1,002057
|
|
1865
|
+
1,831856
|
|
1866
|
+
0,688027
|
|
1867
|
+
1,002556
|
|
1868
|
+
1,300595
|
|
1869
|
+
1,301519
|
|
1870
|
+
0,688733
|
|
1871
|
+
1,301108
|
|
1872
|
+
1,000868
|
|
1873
|
+
1,000859
|
|
1874
|
+
1,000153
|
|
1875
|
+
1,002005
|
|
1876
|
+
1,300087
|
|
1877
|
+
1,002230
|
|
1878
|
+
1,002136
|
|
1879
|
+
0,600502
|
|
1880
|
+
1,300692
|
|
1881
|
+
1,002347
|
|
1882
|
+
1,002074
|
|
1883
|
+
1,002538
|
|
1884
|
+
0,600255
|
|
1885
|
+
1,002557
|
|
1886
|
+
1,001311
|
|
1887
|
+
1,002597
|
|
1888
|
+
1,000713
|
|
1889
|
+
0,603527
|
|
1890
|
+
0,600054
|
|
1891
|
+
0,603689
|
|
1892
|
+
0,688077
|
|
1893
|
+
1,300247
|
|
1894
|
+
1,000850
|
|
1895
|
+
0,603815
|
|
1896
|
+
1,002226
|
|
1897
|
+
0,600199
|
|
1898
|
+
1,000417
|
|
1899
|
+
1,301529
|
|
1900
|
+
1,001230
|
|
1901
|
+
1,300422
|
|
1902
|
+
0,605108
|
|
1903
|
+
1,000728
|
|
1904
|
+
1,300862
|
|
1905
|
+
0,605189
|
|
1906
|
+
0,688162
|
|
1907
|
+
0,600585
|
|
1908
|
+
0,600496
|
|
1909
|
+
1,002140
|
|
1910
|
+
0,603589
|
|
1911
|
+
1,300883
|
|
1912
|
+
1,000930
|
|
1913
|
+
1,002208
|
|
1914
|
+
0,603198
|
|
1915
|
+
1,300783
|
|
1916
|
+
0,600761
|
|
1917
|
+
0,600575
|
|
1918
|
+
0,600318
|
|
1919
|
+
0,603801
|
|
1920
|
+
0,600567
|
|
1921
|
+
0,600444
|
|
1922
|
+
1,300388
|
|
1923
|
+
1,001282
|
|
1924
|
+
1,000596
|
|
1925
|
+
1,300835
|
|
1926
|
+
0,603599
|
|
1927
|
+
1,300274
|
|
1928
|
+
1,000619
|
|
1929
|
+
0,600935
|
|
1930
|
+
0,600520
|
|
1931
|
+
[湖北板块]
|
|
1932
|
+
1,300323
|
|
1933
|
+
1,002962
|
|
1934
|
+
1,002783
|
|
1935
|
+
1,430198
|
|
1936
|
+
1,300516
|
|
1937
|
+
0,688038
|
|
1938
|
+
1,002971
|
|
1939
|
+
1,300494
|
|
1940
|
+
0,600421
|
|
1941
|
+
1,002861
|
|
1942
|
+
1,300567
|
|
1943
|
+
1,000615
|
|
1944
|
+
0,688143
|
|
1945
|
+
0,600462
|
|
1946
|
+
1,301183
|
|
1947
|
+
1,300536
|
|
1948
|
+
1,300387
|
|
1949
|
+
0,688081
|
|
1950
|
+
1,301205
|
|
1951
|
+
0,600133
|
|
1952
|
+
1,830779
|
|
1953
|
+
1,873305
|
|
1954
|
+
1,000952
|
|
1955
|
+
0,603738
|
|
1956
|
+
1,300276
|
|
1957
|
+
0,688526
|
|
1958
|
+
1,300557
|
|
1959
|
+
0,600774
|
|
1960
|
+
1,300527
|
|
1961
|
+
0,603220
|
|
1962
|
+
0,600885
|
|
1963
|
+
1,300971
|
|
1964
|
+
0,600079
|
|
1965
|
+
0,600107
|
|
1966
|
+
0,688237
|
|
1967
|
+
0,600168
|
|
1968
|
+
1,301192
|
|
1969
|
+
0,688667
|
|
1970
|
+
1,002072
|
|
1971
|
+
1,301235
|
|
1972
|
+
1,000988
|
|
1973
|
+
0,600769
|
|
1974
|
+
0,601956
|
|
1975
|
+
0,603716
|
|
1976
|
+
1,300054
|
|
1977
|
+
1,300018
|
|
1978
|
+
1,000665
|
|
1979
|
+
1,300046
|
|
1980
|
+
1,002627
|
|
1981
|
+
1,300966
|
|
1982
|
+
0,688665
|
|
1983
|
+
0,688387
|
|
1984
|
+
1,000670
|
|
1985
|
+
0,600757
|
|
1986
|
+
1,000902
|
|
1987
|
+
1,300220
|
|
1988
|
+
1,000821
|
|
1989
|
+
1,002281
|
|
1990
|
+
1,300184
|
|
1991
|
+
1,300391
|
|
1992
|
+
1,300871
|
|
1993
|
+
0,600184
|
|
1994
|
+
0,600879
|
|
1995
|
+
1,836942
|
|
1996
|
+
1,002365
|
|
1997
|
+
0,688156
|
|
1998
|
+
0,600703
|
|
1999
|
+
1,301150
|
|
2000
|
+
1,300683
|
|
2001
|
+
1,000759
|
|
2002
|
+
0,688552
|
|
2003
|
+
1,002194
|
|
2004
|
+
1,002159
|
|
2005
|
+
1,300278
|
|
2006
|
+
0,600566
|
|
2007
|
+
1,000678
|
|
2008
|
+
1,002414
|
|
2009
|
+
0,688646
|
|
2010
|
+
1,839946
|
|
2011
|
+
1,832978
|
|
2012
|
+
0,600976
|
|
2013
|
+
1,301211
|
|
2014
|
+
1,300747
|
|
2015
|
+
1,000971
|
|
2016
|
+
0,601311
|
|
2017
|
+
0,605388
|
|
2018
|
+
0,600745
|
|
2019
|
+
1,000708
|
|
2020
|
+
0,600498
|
|
2021
|
+
1,300161
|
|
2022
|
+
0,600345
|
|
2023
|
+
1,001267
|
|
2024
|
+
1,300517
|
|
2025
|
+
0,688151
|
|
2026
|
+
1,300980
|
|
2027
|
+
0,601869
|
|
2028
|
+
1,300205
|
|
2029
|
+
1,837174
|
|
2030
|
+
0,603067
|
|
2031
|
+
1,000966
|
|
2032
|
+
1,301127
|
|
2033
|
+
1,300041
|
|
2034
|
+
1,839273
|
|
2035
|
+
1,002932
|
|
2036
|
+
1,002950
|
|
2037
|
+
1,301048
|
|
2038
|
+
0,688089
|
|
2039
|
+
1,301221
|
|
2040
|
+
1,301246
|
|
2041
|
+
0,600355
|
|
2042
|
+
0,600141
|
|
2043
|
+
1,002102
|
|
2044
|
+
1,000501
|
|
2045
|
+
1,000852
|
|
2046
|
+
0,603719
|
|
2047
|
+
0,603281
|
|
2048
|
+
1,838670
|
|
2049
|
+
0,600993
|
|
2050
|
+
0,601162
|
|
2051
|
+
0,600654
|
|
2052
|
+
1,002305
|
|
2053
|
+
1,000826
|
|
2054
|
+
1,000707
|
|
2055
|
+
0,600006
|
|
2056
|
+
1,000783
|
|
2057
|
+
0,600681
|
|
2058
|
+
0,600035
|
|
2059
|
+
0,600998
|
|
2060
|
+
1,000785
|
|
2061
|
+
1,002694
|
|
2062
|
+
1,000627
|
|
2063
|
+
1,002377
|
|
2064
|
+
1,300395
|
|
2065
|
+
0,600293
|
|
2066
|
+
0,688275
|
|
2067
|
+
1,000422
|
|
2068
|
+
0,600136
|
|
2069
|
+
1,000883
|
|
2070
|
+
0,600568
|
|
2071
|
+
0,603950
|
|
2072
|
+
1,000553
|
|
2073
|
+
0,600298
|
|
2074
|
+
1,000520
|
|
2075
|
+
0,600801
|
|
2076
|
+
1,300776
|
|
2077
|
+
1,000926
|
|
2078
|
+
[浙江板块]
|
|
2079
|
+
0,603004
|
|
2080
|
+
1,830974
|
|
2081
|
+
1,873169
|
|
2082
|
+
1,834058
|
|
2083
|
+
1,002103
|
|
2084
|
+
1,002632
|
|
2085
|
+
0,605056
|
|
2086
|
+
1,003025
|
|
2087
|
+
0,600114
|
|
2088
|
+
0,603711
|
|
2089
|
+
0,603040
|
|
2090
|
+
0,603168
|
|
2091
|
+
1,002915
|
|
2092
|
+
1,000705
|
|
2093
|
+
1,002779
|
|
2094
|
+
1,002634
|
|
2095
|
+
0,603289
|
|
2096
|
+
0,688127
|
|
2097
|
+
0,688079
|
|
2098
|
+
0,603081
|
|
2099
|
+
1,838701
|
|
2100
|
+
1,873223
|
|
2101
|
+
1,002122
|
|
2102
|
+
1,300566
|
|
2103
|
+
1,300698
|
|
2104
|
+
0,600537
|
|
2105
|
+
1,002633
|
|
2106
|
+
0,603997
|
|
2107
|
+
1,832149
|
|
2108
|
+
1,301345
|
|
2109
|
+
0,603103
|
|
2110
|
+
1,300911
|
|
2111
|
+
0,688270
|
|
2112
|
+
0,603015
|
|
2113
|
+
0,603171
|
|
2114
|
+
1,300100
|
|
2115
|
+
1,836395
|
|
2116
|
+
1,301082
|
|
2117
|
+
1,002126
|
|
2118
|
+
0,688290
|
|
2119
|
+
1,300553
|
|
2120
|
+
0,688581
|
|
2121
|
+
1,002273
|
|
2122
|
+
1,002199
|
|
2123
|
+
0,603095
|
|
2124
|
+
0,600052
|
|
2125
|
+
1,002586
|
|
2126
|
+
0,603277
|
|
2127
|
+
0,688296
|
|
2128
|
+
1,300901
|
|
2129
|
+
1,002712
|
|
2130
|
+
1,002624
|
|
2131
|
+
0,603703
|
|
2132
|
+
1,002050
|
|
2133
|
+
0,688088
|
|
2134
|
+
0,603901
|
|
2135
|
+
1,002931
|
|
2136
|
+
0,603667
|
|
2137
|
+
1,300025
|
|
2138
|
+
0,603556
|
|
2139
|
+
1,300076
|
|
2140
|
+
1,300882
|
|
2141
|
+
1,838924
|
|
2142
|
+
0,688109
|
|
2143
|
+
1,300766
|
|
2144
|
+
0,600126
|
|
2145
|
+
1,300461
|
|
2146
|
+
0,688288
|
|
2147
|
+
0,601567
|
|
2148
|
+
0,603551
|
|
2149
|
+
0,603867
|
|
2150
|
+
1,300426
|
|
2151
|
+
0,603617
|
|
2152
|
+
1,300478
|
|
2153
|
+
0,603685
|
|
2154
|
+
1,300329
|
|
2155
|
+
1,300133
|
|
2156
|
+
1,300550
|
|
2157
|
+
1,300306
|
|
2158
|
+
1,300943
|
|
2159
|
+
0,688255
|
|
2160
|
+
1,001238
|
|
2161
|
+
1,002940
|
|
2162
|
+
1,002515
|
|
2163
|
+
1,002863
|
|
2164
|
+
1,301068
|
|
2165
|
+
0,603607
|
|
2166
|
+
0,603538
|
|
2167
|
+
1,300270
|
|
2168
|
+
1,002099
|
|
2169
|
+
1,000963
|
|
2170
|
+
1,300283
|
|
2171
|
+
1,301359
|
|
2172
|
+
0,688320
|
|
2173
|
+
1,001367
|
|
2174
|
+
1,300984
|
|
2175
|
+
1,301004
|
|
2176
|
+
1,300666
|
|
2177
|
+
1,300796
|
|
2178
|
+
1,873527
|
|
2179
|
+
1,002012
|
|
2180
|
+
1,300027
|
|
2181
|
+
1,002154
|
|
2182
|
+
0,603186
|
|
2183
|
+
0,688039
|
|
2184
|
+
0,600633
|
|
2185
|
+
0,603677
|
|
2186
|
+
0,688299
|
|
2187
|
+
0,605555
|
|
2188
|
+
1,002472
|
|
2189
|
+
0,601921
|
|
2190
|
+
1,002664
|
|
2191
|
+
0,603618
|
|
2192
|
+
0,603500
|
|
2193
|
+
0,605228
|
|
2194
|
+
0,603258
|
|
2195
|
+
1,300611
|
|
2196
|
+
1,873570
|
|
2197
|
+
1,300710
|
|
2198
|
+
0,688092
|
|
2199
|
+
1,300539
|
|
2200
|
+
0,600768
|
|
2201
|
+
1,300879
|
|
2202
|
+
1,301390
|
|
2203
|
+
0,600387
|
|
2204
|
+
0,688307
|
|
2205
|
+
0,601177
|
|
2206
|
+
0,603116
|
|
2207
|
+
0,603700
|
|
2208
|
+
1,300163
|
|
2209
|
+
0,605177
|
|
2210
|
+
0,605066
|
|
2211
|
+
1,300357
|
|
2212
|
+
0,603665
|
|
2213
|
+
0,603216
|
|
2214
|
+
1,002322
|
|
2215
|
+
0,605277
|
|
2216
|
+
1,002403
|
|
2217
|
+
0,605318
|
|
2218
|
+
0,603709
|
|
2219
|
+
1,001278
|
|
2220
|
+
1,300703
|
|
2221
|
+
0,603165
|
|
2222
|
+
1,300250
|
|
2223
|
+
1,300582
|
|
2224
|
+
1,002332
|
|
2225
|
+
1,300512
|
|
2226
|
+
0,605060
|
|
2227
|
+
0,603303
|
|
2228
|
+
1,300994
|
|
2229
|
+
0,603600
|
|
2230
|
+
0,603602
|
|
2231
|
+
0,605369
|
|
2232
|
+
0,603897
|
|
2233
|
+
0,605055
|
|
2234
|
+
1,000925
|
|
2235
|
+
1,300412
|
|
2236
|
+
0,688475
|
|
2237
|
+
0,688362
|
|
2238
|
+
0,688215
|
|
2239
|
+
1,002718
|
|
2240
|
+
0,603595
|
|
2241
|
+
1,300411
|
|
2242
|
+
0,605255
|
|
2243
|
+
1,300913
|
|
2244
|
+
1,002247
|
|
2245
|
+
1,300880
|
|
2246
|
+
0,603662
|
|
2247
|
+
0,605155
|
|
2248
|
+
1,002415
|
|
2249
|
+
1,002574
|
|
2250
|
+
1,002615
|
|
2251
|
+
1,300459
|
|
2252
|
+
1,300817
|
|
2253
|
+
0,603917
|
|
2254
|
+
0,688571
|
|
2255
|
+
1,000607
|
|
2256
|
+
0,688365
|
|
2257
|
+
1,002388
|
|
2258
|
+
1,301073
|
|
2259
|
+
0,605259
|
|
2260
|
+
1,301052
|
|
2261
|
+
1,300652
|
|
2262
|
+
1,002896
|
|
2263
|
+
0,688306
|
|
2264
|
+
1,301019
|
|
2265
|
+
1,834639
|
|
2266
|
+
1,002602
|
|
2267
|
+
1,300992
|
|
2268
|
+
1,300743
|
|
2269
|
+
1,300893
|
|
2270
|
+
1,301095
|
|
2271
|
+
0,603948
|
|
2272
|
+
1,301237
|
|
2273
|
+
0,605566
|
|
2274
|
+
1,831855
|
|
2275
|
+
0,605018
|
|
2276
|
+
1,002687
|
|
2277
|
+
1,301056
|
|
2278
|
+
1,300920
|
|
2279
|
+
1,002085
|
|
2280
|
+
1,003041
|
|
2281
|
+
1,300637
|
|
2282
|
+
1,300853
|
|
2283
|
+
0,688616
|
|
2284
|
+
1,002590
|
|
2285
|
+
1,300953
|
|
2286
|
+
1,002641
|
|
2287
|
+
1,002552
|
|
2288
|
+
1,300020
|
|
2289
|
+
0,603733
|
|
2290
|
+
0,600070
|
|
2291
|
+
1,300897
|
|
2292
|
+
1,430685
|
|
2293
|
+
1,301053
|
|
2294
|
+
1,001211
|
|
2295
|
+
0,605377
|
|
2296
|
+
1,300695
|
|
2297
|
+
1,300626
|
|
2298
|
+
1,300849
|
|
2299
|
+
1,301448
|
|
2300
|
+
0,600830
|
|
2301
|
+
1,002112
|
|
2302
|
+
0,603239
|
|
2303
|
+
1,002214
|
|
2304
|
+
1,300930
|
|
2305
|
+
1,301218
|
|
2306
|
+
1,301032
|
|
2307
|
+
0,603297
|
|
2308
|
+
1,002318
|
|
2309
|
+
1,002725
|
|
2310
|
+
1,003017
|
|
2311
|
+
0,603070
|
|
2312
|
+
0,603726
|
|
2313
|
+
1,002003
|
|
2314
|
+
1,300307
|
|
2315
|
+
1,301316
|
|
2316
|
+
1,301066
|
|
2317
|
+
0,600576
|
|
2318
|
+
0,605116
|
|
2319
|
+
1,300548
|
|
2320
|
+
0,603687
|
|
2321
|
+
1,001256
|
|
2322
|
+
1,300145
|
|
2323
|
+
0,600797
|
|
2324
|
+
1,002677
|
|
2325
|
+
1,002188
|
|
2326
|
+
0,688577
|
|
2327
|
+
1,301057
|
|
2328
|
+
1,000411
|
|
2329
|
+
0,603578
|
|
2330
|
+
1,002276
|
|
2331
|
+
0,605088
|
|
2332
|
+
1,301113
|
|
2333
|
+
1,002364
|
|
2334
|
+
1,002115
|
|
2335
|
+
0,601116
|
|
2336
|
+
1,002164
|
|
2337
|
+
1,002686
|
|
2338
|
+
0,605068
|
|
2339
|
+
0,605166
|
|
2340
|
+
0,603130
|
|
2341
|
+
1,300032
|
|
2342
|
+
1,002020
|
|
2343
|
+
1,301255
|
|
2344
|
+
0,605003
|
|
2345
|
+
0,600130
|
|
2346
|
+
1,300863
|
|
2347
|
+
0,603558
|
|
2348
|
+
0,688360
|
|
2349
|
+
1,833030
|
|
2350
|
+
0,688130
|
|
2351
|
+
1,300813
|
|
2352
|
+
1,300768
|
|
2353
|
+
0,603657
|
|
2354
|
+
1,301252
|
|
2355
|
+
0,600235
|
|
2356
|
+
1,873679
|
|
2357
|
+
0,600152
|
|
2358
|
+
1,002389
|
|
2359
|
+
0,601689
|
|
2360
|
+
1,002534
|
|
2361
|
+
0,605020
|
|
2362
|
+
0,600571
|
|
2363
|
+
1,838227
|
|
2364
|
+
1,300998
|
|
2365
|
+
1,002849
|
|
2366
|
+
1,300113
|
|
2367
|
+
0,603337
|
|
2368
|
+
0,600521
|
|
2369
|
+
0,603073
|
|
2370
|
+
1,301550
|
|
2371
|
+
0,603331
|
|
2372
|
+
0,688611
|
|
2373
|
+
0,603637
|
|
2374
|
+
0,603085
|
|
2375
|
+
0,603388
|
|
2376
|
+
0,688701
|
|
2377
|
+
0,603089
|
|
2378
|
+
1,301388
|
|
2379
|
+
0,605580
|
|
2380
|
+
1,002370
|
|
2381
|
+
1,300792
|
|
2382
|
+
1,002860
|
|
2383
|
+
1,300729
|
|
2384
|
+
0,603048
|
|
2385
|
+
1,301459
|
|
2386
|
+
0,688203
|
|
2387
|
+
0,603177
|
|
2388
|
+
1,002795
|
|
2389
|
+
0,600173
|
|
2390
|
+
1,300078
|
|
2391
|
+
1,300441
|
|
2392
|
+
1,002284
|
|
2393
|
+
1,300181
|
|
2394
|
+
1,300969
|
|
2395
|
+
1,301193
|
|
2396
|
+
1,301008
|
|
2397
|
+
1,002119
|
|
2398
|
+
0,688379
|
|
2399
|
+
1,300469
|
|
2400
|
+
1,000739
|
|
2401
|
+
1,300649
|
|
2402
|
+
0,603225
|
|
2403
|
+
0,605378
|
|
2404
|
+
1,002280
|
|
2405
|
+
1,834475
|
|
2406
|
+
0,688606
|
|
2407
|
+
0,600261
|
|
2408
|
+
1,301055
|
|
2409
|
+
1,300643
|
|
2410
|
+
0,600023
|
|
2411
|
+
1,002801
|
|
2412
|
+
0,605337
|
|
2413
|
+
1,003026
|
|
2414
|
+
0,601609
|
|
2415
|
+
0,603788
|
|
2416
|
+
1,002043
|
|
2417
|
+
1,300839
|
|
2418
|
+
1,300435
|
|
2419
|
+
0,600933
|
|
2420
|
+
1,300203
|
|
2421
|
+
1,300519
|
|
2422
|
+
0,603811
|
|
2423
|
+
1,000795
|
|
2424
|
+
1,002756
|
|
2425
|
+
0,603816
|
|
2426
|
+
1,002019
|
|
2427
|
+
0,688565
|
|
2428
|
+
0,603055
|
|
2429
|
+
0,605336
|
|
2430
|
+
1,300772
|
|
2431
|
+
1,300898
|
|
2432
|
+
1,300838
|
|
2433
|
+
1,300718
|
|
2434
|
+
1,301368
|
|
2435
|
+
0,603505
|
|
2436
|
+
1,300746
|
|
2437
|
+
1,002196
|
|
2438
|
+
1,003030
|
|
2439
|
+
1,000909
|
|
2440
|
+
0,603238
|
|
2441
|
+
1,301222
|
|
2442
|
+
1,002144
|
|
2443
|
+
0,605180
|
|
2444
|
+
1,300401
|
|
2445
|
+
0,601233
|
|
2446
|
+
0,603611
|
|
2447
|
+
1,002381
|
|
2448
|
+
1,003011
|
|
2449
|
+
1,300360
|
|
2450
|
+
0,605028
|
|
2451
|
+
1,300111
|
|
2452
|
+
1,002489
|
|
2453
|
+
0,605507
|
|
2454
|
+
1,002236
|
|
2455
|
+
0,600366
|
|
2456
|
+
1,301092
|
|
2457
|
+
1,300669
|
|
2458
|
+
1,002095
|
|
2459
|
+
1,002703
|
|
2460
|
+
1,300314
|
|
2461
|
+
1,001336
|
|
2462
|
+
0,603222
|
|
2463
|
+
1,002859
|
|
2464
|
+
0,601002
|
|
2465
|
+
1,301119
|
|
2466
|
+
1,002011
|
|
2467
|
+
0,600415
|
|
2468
|
+
0,688767
|
|
2469
|
+
1,300878
|
|
2470
|
+
1,301507
|
|
2471
|
+
0,600927
|
|
2472
|
+
1,002840
|
|
2473
|
+
1,002206
|
|
2474
|
+
0,603075
|
|
2475
|
+
0,600580
|
|
2476
|
+
0,603316
|
|
2477
|
+
1,301065
|
|
2478
|
+
1,001333
|
|
2479
|
+
1,301081
|
|
2480
|
+
1,002203
|
|
2481
|
+
0,603129
|
|
2482
|
+
0,605007
|
|
2483
|
+
1,301469
|
|
2484
|
+
0,600776
|
|
2485
|
+
1,301009
|
|
2486
|
+
1,300439
|
|
2487
|
+
0,600460
|
|
2488
|
+
0,603338
|
|
2489
|
+
1,300244
|
|
2490
|
+
1,301096
|
|
2491
|
+
1,301279
|
|
2492
|
+
1,301097
|
|
2493
|
+
0,601022
|
|
2494
|
+
0,603045
|
|
2495
|
+
1,002418
|
|
2496
|
+
0,603757
|
|
2497
|
+
0,603320
|
|
2498
|
+
0,603272
|
|
2499
|
+
1,002730
|
|
2500
|
+
0,603218
|
|
2501
|
+
1,300349
|
|
2502
|
+
0,603767
|
|
2503
|
+
1,002937
|
|
2504
|
+
0,600283
|
|
2505
|
+
0,600796
|
|
2506
|
+
0,603701
|
|
2507
|
+
1,000980
|
|
2508
|
+
0,603093
|
|
2509
|
+
0,603583
|
|
2510
|
+
1,002532
|
|
2511
|
+
1,002767
|
|
2512
|
+
0,688075
|
|
2513
|
+
0,603237
|
|
2514
|
+
1,002224
|
|
2515
|
+
0,688006
|
|
2516
|
+
0,601137
|
|
2517
|
+
1,000913
|
|
2518
|
+
0,600857
|
|
2519
|
+
0,603033
|
|
2520
|
+
0,603208
|
|
2521
|
+
0,600330
|
|
2522
|
+
1,002520
|
|
2523
|
+
0,603229
|
|
2524
|
+
0,603931
|
|
2525
|
+
1,300604
|
|
2526
|
+
1,834682
|
|
2527
|
+
0,605009
|
|
2528
|
+
1,002266
|
|
2529
|
+
1,002131
|
|
2530
|
+
0,603311
|
|
2531
|
+
1,300894
|
|
2532
|
+
1,002326
|
|
2533
|
+
1,002006
|
|
2534
|
+
1,300945
|
|
2535
|
+
1,002479
|
|
2536
|
+
1,301225
|
|
2537
|
+
0,601877
|
|
2538
|
+
0,688549
|
|
2539
|
+
1,002404
|
|
2540
|
+
1,301309
|
|
2541
|
+
1,301295
|
|
2542
|
+
1,301399
|
|
2543
|
+
0,603822
|
|
2544
|
+
0,603520
|
|
2545
|
+
1,002082
|
|
2546
|
+
0,600699
|
|
2547
|
+
1,301353
|
|
2548
|
+
1,002048
|
|
2549
|
+
1,002758
|
|
2550
|
+
0,605162
|
|
2551
|
+
1,301398
|
|
2552
|
+
1,001222
|
|
2553
|
+
0,603949
|
|
2554
|
+
0,603789
|
|
2555
|
+
0,603896
|
|
2556
|
+
0,603010
|
|
2557
|
+
1,301198
|
|
2558
|
+
0,603301
|
|
2559
|
+
1,300488
|
|
2560
|
+
1,300351
|
|
2561
|
+
0,605268
|
|
2562
|
+
1,002250
|
|
2563
|
+
1,002488
|
|
2564
|
+
1,834062
|
|
2565
|
+
1,002173
|
|
2566
|
+
0,600987
|
|
2567
|
+
0,600570
|
|
2568
|
+
0,600596
|
|
2569
|
+
1,002010
|
|
2570
|
+
0,600267
|
|
2571
|
+
0,603076
|
|
2572
|
+
1,002699
|
|
2573
|
+
1,002522
|
|
2574
|
+
0,600177
|
|
2575
|
+
1,300451
|
|
2576
|
+
1,301317
|
|
2577
|
+
0,600477
|
|
2578
|
+
0,600526
|
|
2579
|
+
0,600572
|
|
2580
|
+
0,603219
|
|
2581
|
+
1,002067
|
|
2582
|
+
0,603008
|
|
2583
|
+
0,603321
|
|
2584
|
+
0,601113
|
|
2585
|
+
0,603079
|
|
2586
|
+
0,603181
|
|
2587
|
+
0,603799
|
|
2588
|
+
0,605488
|
|
2589
|
+
0,603071
|
|
2590
|
+
0,603215
|
|
2591
|
+
1,301201
|
|
2592
|
+
1,002629
|
|
2593
|
+
0,600160
|
|
2594
|
+
1,831906
|
|
2595
|
+
0,603088
|
|
2596
|
+
0,603557
|
|
2597
|
+
1,300645
|
|
2598
|
+
0,605358
|
|
2599
|
+
0,600814
|
|
2600
|
+
0,603980
|
|
2601
|
+
0,688298
|
|
2602
|
+
0,600051
|
|
2603
|
+
0,603119
|
|
2604
|
+
1,301203
|
|
2605
|
+
0,688789
|
|
2606
|
+
0,688623
|
|
2607
|
+
1,300144
|
|
2608
|
+
0,605011
|
|
2609
|
+
1,870508
|
|
2610
|
+
0,688469
|
|
2611
|
+
1,300571
|
|
2612
|
+
1,000559
|
|
2613
|
+
0,601865
|
|
2614
|
+
1,300266
|
|
2615
|
+
1,002508
|
|
2616
|
+
0,600113
|
|
2617
|
+
1,301157
|
|
2618
|
+
1,001306
|
|
2619
|
+
0,600232
|
|
2620
|
+
1,002440
|
|
2621
|
+
1,002617
|
|
2622
|
+
0,605008
|
|
2623
|
+
0,603195
|
|
2624
|
+
1,300727
|
|
2625
|
+
0,603379
|
|
2626
|
+
1,001380
|
|
2627
|
+
1,002648
|
|
2628
|
+
1,301077
|
|
2629
|
+
0,600865
|
|
2630
|
+
0,600352
|
|
2631
|
+
0,603661
|
|
2632
|
+
0,600059
|
|
2633
|
+
0,601339
|
|
2634
|
+
0,603282
|
|
2635
|
+
1,002493
|
|
2636
|
+
1,300234
|
|
2637
|
+
1,002135
|
|
2638
|
+
0,605005
|
|
2639
|
+
1,002897
|
|
2640
|
+
0,603908
|
|
2641
|
+
0,603995
|
|
2642
|
+
1,300068
|
|
2643
|
+
1,300673
|
|
2644
|
+
0,601108
|
|
2645
|
+
0,603456
|
|
2646
|
+
0,603298
|
|
2647
|
+
0,603877
|
|
2648
|
+
0,600273
|
|
2649
|
+
0,600926
|
|
2650
|
+
1,301335
|
|
2651
|
+
0,600216
|
|
2652
|
+
0,600668
|
|
2653
|
+
1,301212
|
|
2654
|
+
0,603178
|
|
2655
|
+
1,300033
|
|
2656
|
+
1,301356
|
|
2657
|
+
0,603305
|
|
2658
|
+
0,688819
|
|
2659
|
+
1,836270
|
|
2660
|
+
0,603300
|
|
2661
|
+
0,601916
|
|
2662
|
+
0,601789
|
|
2663
|
+
0,600982
|
|
2664
|
+
0,600790
|
|
2665
|
+
0,600512
|
|
2666
|
+
0,600290
|
|
2667
|
+
0,600208
|
|
2668
|
+
1,002761
|
|
2669
|
+
1,002468
|
|
2670
|
+
1,002375
|
|
2671
|
+
1,002372
|
|
2672
|
+
1,002344
|
|
2673
|
+
1,002263
|
|
2674
|
+
1,002124
|
|
2675
|
+
1,002061
|
|
2676
|
+
1,000906
|
|
2677
|
+
1,000156
|
|
2678
|
+
1,002032
|
|
2679
|
+
0,688023
|
|
2680
|
+
0,605080
|
|
2681
|
+
1,300837
|
|
2682
|
+
0,603105
|
|
2683
|
+
1,001228
|
|
2684
|
+
0,605117
|
|
2685
|
+
0,600032
|
|
2686
|
+
1,002443
|
|
2687
|
+
1,002056
|
|
2688
|
+
0,603001
|
|
2689
|
+
0,600986
|
|
2690
|
+
0,601878
|
|
2691
|
+
1,002427
|
|
2692
|
+
0,601528
|
|
2693
|
+
0,600683
|
|
2694
|
+
1,000967
|
|
2695
|
+
0,600704
|
|
2696
|
+
0,601599
|
|
2697
|
+
1,301141
|
|
2698
|
+
0,600724
|
|
2699
|
+
1,002570
|
|
2700
|
+
0,605158
|
|
2701
|
+
0,688005
|
|
2702
|
+
0,600120
|
|
2703
|
+
0,601018
|
|
2704
|
+
1,301216
|
|
2705
|
+
0,603172
|
|
2706
|
+
1,002133
|
|
2707
|
+
1,000631
|
|
2708
|
+
1,002034
|
|
2709
|
+
0,688141
|
|
2710
|
+
0,601579
|
|
2711
|
+
1,002444
|
|
2712
|
+
0,603605
|
|
2713
|
+
0,603823
|
|
2714
|
+
1,000517
|
|
2715
|
+
0,688777
|
|
2716
|
+
1,002064
|
|
2717
|
+
1,002142
|
|
2718
|
+
0,605077
|
|
2719
|
+
1,002430
|
|
2720
|
+
0,605303
|
|
2721
|
+
0,605500
|
|
2722
|
+
1,300702
|
|
2723
|
+
0,600176
|
|
2724
|
+
1,300587
|
|
2725
|
+
1,002563
|
|
2726
|
+
1,300558
|
|
2727
|
+
0,603173
|
|
2728
|
+
1,002001
|
|
2729
|
+
1,002562
|
|
2730
|
+
1,002637
|
|
2731
|
+
0,600226
|
|
2732
|
+
0,688184
|
|
2733
|
+
1,002120
|
|
2734
|
+
0,603231
|
|
2735
|
+
1,002244
|
|
2736
|
+
0,603889
|
|
2737
|
+
1,002062
|
|
2738
|
+
0,603290
|
|
2739
|
+
1,002434
|
|
2740
|
+
0,688310
|
|
2741
|
+
1,001225
|
|
2742
|
+
0,603806
|
|
2743
|
+
1,300118
|
|
2744
|
+
0,603260
|
|
2745
|
+
0,600798
|
|
2746
|
+
1,001270
|
|
2747
|
+
1,873152
|
|
2748
|
+
1,300347
|
|
2749
|
+
0,603839
|
|
2750
|
+
1,300316
|
|
2751
|
+
0,603606
|
|
2752
|
+
0,603506
|
|
2753
|
+
0,603926
|
|
2754
|
+
0,601882
|
|
2755
|
+
1,002942
|
|
2756
|
+
1,300795
|
|
2757
|
+
0,605138
|
|
2758
|
+
1,001358
|
|
2759
|
+
1,301280
|
|
2760
|
+
1,002610
|
|
2761
|
+
0,605179
|
|
2762
|
+
0,603568
|
|
2763
|
+
0,600884
|
|
2764
|
+
1,836961
|
|
2765
|
+
0,600763
|
|
2766
|
+
0,603610
|
|
2767
|
+
0,688032
|
|
2768
|
+
1,001255
|
|
2769
|
+
1,834770
|
|
2770
|
+
1,003036
|
|
2771
|
+
1,002569
|
|
2772
|
+
0,600491
|
|
2773
|
+
0,600671
|
|
2774
|
+
1,300763
|
|
2775
|
+
0,603213
|
|
2776
|
+
0,688348
|
|
2777
|
+
0,603373
|
|
2778
|
+
0,603266
|
|
2779
|
+
1,002021
|
|
2780
|
+
[陕西板块]
|
|
2781
|
+
1,873576
|
|
2782
|
+
0,688150
|
|
2783
|
+
0,688167
|
|
2784
|
+
1,430564
|
|
2785
|
+
0,688550
|
|
2786
|
+
1,835640
|
|
2787
|
+
0,688498
|
|
2788
|
+
0,688281
|
|
2789
|
+
0,600707
|
|
2790
|
+
1,002864
|
|
2791
|
+
1,301231
|
|
2792
|
+
1,300831
|
|
2793
|
+
1,000697
|
|
2794
|
+
1,301306
|
|
2795
|
+
0,605168
|
|
2796
|
+
1,836419
|
|
2797
|
+
0,600455
|
|
2798
|
+
0,688333
|
|
2799
|
+
1,301171
|
|
2800
|
+
0,600706
|
|
2801
|
+
0,688334
|
|
2802
|
+
1,301357
|
|
2803
|
+
0,600456
|
|
2804
|
+
0,688314
|
|
2805
|
+
0,688102
|
|
2806
|
+
0,688285
|
|
2807
|
+
1,300581
|
|
2808
|
+
1,000561
|
|
2809
|
+
1,000610
|
|
2810
|
+
1,300114
|
|
2811
|
+
1,834599
|
|
2812
|
+
1,300397
|
|
2813
|
+
0,601225
|
|
2814
|
+
1,301517
|
|
2815
|
+
0,600893
|
|
2816
|
+
0,603139
|
|
2817
|
+
1,002799
|
|
2818
|
+
1,003009
|
|
2819
|
+
0,600831
|
|
2820
|
+
0,600302
|
|
2821
|
+
1,300140
|
|
2822
|
+
0,600080
|
|
2823
|
+
1,000837
|
|
2824
|
+
0,601015
|
|
2825
|
+
0,601568
|
|
2826
|
+
1,002109
|
|
2827
|
+
0,688122
|
|
2828
|
+
1,000516
|
|
2829
|
+
1,000721
|
|
2830
|
+
0,601179
|
|
2831
|
+
0,688101
|
|
2832
|
+
0,600379
|
|
2833
|
+
1,000768
|
|
2834
|
+
0,605033
|
|
2835
|
+
1,000563
|
|
2836
|
+
0,601012
|
|
2837
|
+
0,688269
|
|
2838
|
+
1,300164
|
|
2839
|
+
0,601369
|
|
2840
|
+
1,000812
|
|
2841
|
+
1,002149
|
|
2842
|
+
1,001299
|
|
2843
|
+
1,300103
|
|
2844
|
+
1,002673
|
|
2845
|
+
0,600343
|
|
2846
|
+
0,601958
|
|
2847
|
+
0,600665
|
|
2848
|
+
1,300116
|
|
2849
|
+
1,000564
|
|
2850
|
+
1,300775
|
|
2851
|
+
1,001231
|
|
2852
|
+
1,300487
|
|
2853
|
+
1,001286
|
|
2854
|
+
0,600248
|
|
2855
|
+
0,600984
|
|
2856
|
+
0,600928
|
|
2857
|
+
1,002267
|
|
2858
|
+
0,600217
|
|
2859
|
+
1,300861
|
|
2860
|
+
1,301031
|
|
2861
|
+
0,688719
|
|
2862
|
+
[福建板块]
|
|
2863
|
+
1,002578
|
|
2864
|
+
1,002517
|
|
2865
|
+
0,603628
|
|
2866
|
+
0,605118
|
|
2867
|
+
0,603280
|
|
2868
|
+
1,002682
|
|
2869
|
+
0,601166
|
|
2870
|
+
1,002901
|
|
2871
|
+
1,300280
|
|
2872
|
+
1,300650
|
|
2873
|
+
1,300188
|
|
2874
|
+
0,688195
|
|
2875
|
+
0,688010
|
|
2876
|
+
1,300902
|
|
2877
|
+
0,605365
|
|
2878
|
+
1,002512
|
|
2879
|
+
1,000526
|
|
2880
|
+
0,688278
|
|
2881
|
+
0,688619
|
|
2882
|
+
1,300299
|
|
2883
|
+
1,003019
|
|
2884
|
+
1,300632
|
|
2885
|
+
0,600203
|
|
2886
|
+
0,603615
|
|
2887
|
+
1,002174
|
|
2888
|
+
1,301568
|
|
2889
|
+
1,300657
|
|
2890
|
+
1,300605
|
|
2891
|
+
1,300102
|
|
2892
|
+
1,002925
|
|
2893
|
+
1,002785
|
|
2894
|
+
1,000997
|
|
2895
|
+
1,301028
|
|
2896
|
+
1,837748
|
|
2897
|
+
1,300341
|
|
2898
|
+
1,002217
|
|
2899
|
+
1,002752
|
|
2900
|
+
1,300640
|
|
2901
|
+
1,300560
|
|
2902
|
+
1,300955
|
|
2903
|
+
1,002235
|
|
2904
|
+
1,300884
|
|
2905
|
+
1,300525
|
|
2906
|
+
0,601566
|
|
2907
|
+
1,002222
|
|
2908
|
+
1,300685
|
|
2909
|
+
0,603933
|
|
2910
|
+
0,600753
|
|
2911
|
+
1,300946
|
|
2912
|
+
1,300062
|
|
2913
|
+
0,600493
|
|
2914
|
+
1,000536
|
|
2915
|
+
1,000592
|
|
2916
|
+
1,300056
|
|
2917
|
+
0,688398
|
|
2918
|
+
1,002396
|
|
2919
|
+
0,603636
|
|
2920
|
+
1,300712
|
|
2921
|
+
1,002474
|
|
2922
|
+
1,002264
|
|
2923
|
+
1,000701
|
|
2924
|
+
0,603893
|
|
2925
|
+
1,002228
|
|
2926
|
+
0,603668
|
|
2927
|
+
1,000663
|
|
2928
|
+
0,603383
|
|
2929
|
+
1,301136
|
|
2930
|
+
1,301300
|
|
2931
|
+
1,300867
|
|
2932
|
+
1,300658
|
|
2933
|
+
1,002639
|
|
2934
|
+
1,002614
|
|
2935
|
+
1,002868
|
|
2936
|
+
0,603817
|
|
2937
|
+
1,000547
|
|
2938
|
+
1,300706
|
|
2939
|
+
1,300300
|
|
2940
|
+
1,002093
|
|
2941
|
+
1,300972
|
|
2942
|
+
1,001368
|
|
2943
|
+
1,301196
|
|
2944
|
+
0,600388
|
|
2945
|
+
0,603444
|
|
2946
|
+
1,002299
|
|
2947
|
+
1,300436
|
|
2948
|
+
1,300174
|
|
2949
|
+
0,600660
|
|
2950
|
+
0,600592
|
|
2951
|
+
0,600103
|
|
2952
|
+
1,831445
|
|
2953
|
+
1,301165
|
|
2954
|
+
1,002790
|
|
2955
|
+
0,603909
|
|
2956
|
+
1,003016
|
|
2957
|
+
1,002788
|
|
2958
|
+
1,002803
|
|
2959
|
+
0,603345
|
|
2960
|
+
0,601899
|
|
2961
|
+
1,301355
|
|
2962
|
+
0,603737
|
|
2963
|
+
0,600734
|
|
2964
|
+
1,002702
|
|
2965
|
+
1,002626
|
|
2966
|
+
1,300628
|
|
2967
|
+
1,002593
|
|
2968
|
+
1,300198
|
|
2969
|
+
1,002961
|
|
2970
|
+
0,603663
|
|
2971
|
+
1,833171
|
|
2972
|
+
0,600563
|
|
2973
|
+
1,000753
|
|
2974
|
+
0,600711
|
|
2975
|
+
1,301148
|
|
2976
|
+
1,002098
|
|
2977
|
+
0,600057
|
|
2978
|
+
1,002300
|
|
2979
|
+
0,603696
|
|
2980
|
+
0,603826
|
|
2981
|
+
0,603363
|
|
2982
|
+
0,603678
|
|
2983
|
+
0,603686
|
|
2984
|
+
1,002679
|
|
2985
|
+
0,600163
|
|
2986
|
+
1,002398
|
|
2987
|
+
1,002674
|
|
2988
|
+
0,600067
|
|
2989
|
+
1,002729
|
|
2990
|
+
0,600549
|
|
2991
|
+
1,002029
|
|
2992
|
+
0,601377
|
|
2993
|
+
1,300750
|
|
2994
|
+
0,603306
|
|
2995
|
+
0,600755
|
|
2996
|
+
0,600686
|
|
2997
|
+
0,600153
|
|
2998
|
+
0,605086
|
|
2999
|
+
0,603555
|
|
3000
|
+
0,600897
|
|
3001
|
+
0,600815
|
|
3002
|
+
1,300096
|
|
3003
|
+
1,000993
|
|
3004
|
+
1,000905
|
|
3005
|
+
1,002229
|
|
3006
|
+
1,002335
|
|
3007
|
+
0,605299
|
|
3008
|
+
0,600483
|
|
3009
|
+
1,000797
|
|
3010
|
+
0,601933
|
|
3011
|
+
0,601187
|
|
3012
|
+
0,603162
|
|
3013
|
+
0,603180
|
|
3014
|
+
0,688196
|
|
3015
|
+
0,688095
|
|
3016
|
+
1,300648
|
|
3017
|
+
0,600693
|
|
3018
|
+
0,600436
|
|
3019
|
+
1,300132
|
|
3020
|
+
0,600802
|
|
3021
|
+
0,600033
|
|
3022
|
+
1,002110
|
|
3023
|
+
1,000632
|
|
3024
|
+
0,603992
|
|
3025
|
+
1,301267
|
|
3026
|
+
1,300941
|
|
3027
|
+
1,300427
|
|
3028
|
+
0,603209
|
|
3029
|
+
0,603408
|
|
3030
|
+
0,688778
|
|
3031
|
+
1,300051
|
|
3032
|
+
0,600573
|
|
3033
|
+
1,002740
|
|
3034
|
+
[河南板块]
|
|
3035
|
+
1,835207
|
|
3036
|
+
1,838971
|
|
3037
|
+
1,839725
|
|
3038
|
+
0,600186
|
|
3039
|
+
1,832225
|
|
3040
|
+
1,300701
|
|
3041
|
+
1,834415
|
|
3042
|
+
1,300481
|
|
3043
|
+
1,000719
|
|
3044
|
+
1,300007
|
|
3045
|
+
1,833454
|
|
3046
|
+
1,002189
|
|
3047
|
+
0,603658
|
|
3048
|
+
0,600121
|
|
3049
|
+
0,688517
|
|
3050
|
+
1,002431
|
|
3051
|
+
1,300807
|
|
3052
|
+
0,600817
|
|
3053
|
+
1,300845
|
|
3054
|
+
0,600066
|
|
3055
|
+
0,600312
|
|
3056
|
+
0,688313
|
|
3057
|
+
0,688626
|
|
3058
|
+
0,603508
|
|
3059
|
+
0,600285
|
|
3060
|
+
1,300480
|
|
3061
|
+
0,688357
|
|
3062
|
+
1,301089
|
|
3063
|
+
1,002358
|
|
3064
|
+
0,600595
|
|
3065
|
+
1,002448
|
|
3066
|
+
1,002132
|
|
3067
|
+
1,300248
|
|
3068
|
+
1,838402
|
|
3069
|
+
1,833580
|
|
3070
|
+
1,002225
|
|
3071
|
+
0,601666
|
|
3072
|
+
1,001215
|
|
3073
|
+
1,002407
|
|
3074
|
+
1,301361
|
|
3075
|
+
1,300850
|
|
3076
|
+
1,002087
|
|
3077
|
+
1,002046
|
|
3078
|
+
1,002406
|
|
3079
|
+
1,002179
|
|
3080
|
+
0,600020
|
|
3081
|
+
1,002296
|
|
3082
|
+
1,301376
|
|
3083
|
+
0,601608
|
|
3084
|
+
1,002535
|
|
3085
|
+
1,301182
|
|
3086
|
+
0,600876
|
|
3087
|
+
1,300263
|
|
3088
|
+
0,601717
|
|
3089
|
+
1,002560
|
|
3090
|
+
1,301071
|
|
3091
|
+
1,002601
|
|
3092
|
+
1,300109
|
|
3093
|
+
1,000612
|
|
3094
|
+
0,600469
|
|
3095
|
+
1,832175
|
|
3096
|
+
0,600439
|
|
3097
|
+
1,301277
|
|
3098
|
+
1,300259
|
|
3099
|
+
0,688119
|
|
3100
|
+
1,300732
|
|
3101
|
+
1,002714
|
|
3102
|
+
0,601677
|
|
3103
|
+
1,002857
|
|
3104
|
+
1,300829
|
|
3105
|
+
1,003008
|
|
3106
|
+
1,000544
|
|
3107
|
+
1,301207
|
|
3108
|
+
1,831087
|
|
3109
|
+
1,000933
|
|
3110
|
+
0,600222
|
|
3111
|
+
0,601375
|
|
3112
|
+
0,603993
|
|
3113
|
+
1,001896
|
|
3114
|
+
1,300179
|
|
3115
|
+
1,000949
|
|
3116
|
+
1,000885
|
|
3117
|
+
1,002613
|
|
3118
|
+
1,300908
|
|
3119
|
+
1,002536
|
|
3120
|
+
1,000400
|
|
3121
|
+
1,002007
|
|
3122
|
+
1,834407
|
|
3123
|
+
1,002423
|
|
3124
|
+
0,605368
|
|
3125
|
+
0,600531
|
|
3126
|
+
1,300437
|
|
3127
|
+
0,601038
|
|
3128
|
+
1,000895
|
|
3129
|
+
0,600172
|
|
3130
|
+
1,300080
|
|
3131
|
+
1,002936
|
|
3132
|
+
1,002582
|
|
3133
|
+
1,002321
|
|
3134
|
+
0,603566
|
|
3135
|
+
1,002216
|
|
3136
|
+
0,600569
|
|
3137
|
+
1,300614
|
|
3138
|
+
0,600810
|
|
3139
|
+
0,600207
|
|
3140
|
+
1,872895
|
|
3141
|
+
1,300013
|
|
3142
|
+
0,600403
|
|
3143
|
+
1,300910
|
|
3144
|
+
1,301152
|
|
3145
|
+
[江西板块]
|
|
3146
|
+
0,600228
|
|
3147
|
+
0,600071
|
|
3148
|
+
1,002529
|
|
3149
|
+
1,301383
|
|
3150
|
+
0,600363
|
|
3151
|
+
0,600590
|
|
3152
|
+
0,600373
|
|
3153
|
+
1,301083
|
|
3154
|
+
1,002036
|
|
3155
|
+
1,300787
|
|
3156
|
+
1,002591
|
|
3157
|
+
1,002343
|
|
3158
|
+
0,688786
|
|
3159
|
+
1,301176
|
|
3160
|
+
1,300399
|
|
3161
|
+
1,300497
|
|
3162
|
+
0,688057
|
|
3163
|
+
1,301219
|
|
3164
|
+
0,688543
|
|
3165
|
+
0,603773
|
|
3166
|
+
1,873167
|
|
3167
|
+
1,001223
|
|
3168
|
+
0,600561
|
|
3169
|
+
1,300818
|
|
3170
|
+
1,301132
|
|
3171
|
+
1,002378
|
|
3172
|
+
1,000829
|
|
3173
|
+
1,300722
|
|
3174
|
+
1,002991
|
|
3175
|
+
0,600750
|
|
3176
|
+
1,300294
|
|
3177
|
+
0,600358
|
|
3178
|
+
1,300472
|
|
3179
|
+
0,603235
|
|
3180
|
+
1,000650
|
|
3181
|
+
0,605399
|
|
3182
|
+
1,002760
|
|
3183
|
+
1,300095
|
|
3184
|
+
0,603977
|
|
3185
|
+
1,300986
|
|
3186
|
+
1,301251
|
|
3187
|
+
1,300066
|
|
3188
|
+
0,605366
|
|
3189
|
+
1,839719
|
|
3190
|
+
1,300906
|
|
3191
|
+
1,301190
|
|
3192
|
+
1,300453
|
|
3193
|
+
1,300256
|
|
3194
|
+
1,002460
|
|
3195
|
+
0,600461
|
|
3196
|
+
1,000404
|
|
3197
|
+
1,833427
|
|
3198
|
+
1,000990
|
|
3199
|
+
0,600269
|
|
3200
|
+
0,600337
|
|
3201
|
+
0,605188
|
|
3202
|
+
0,600316
|
|
3203
|
+
1,000899
|
|
3204
|
+
0,600362
|
|
3205
|
+
0,605090
|
|
3206
|
+
1,002157
|
|
3207
|
+
0,688567
|
|
3208
|
+
1,301446
|
|
3209
|
+
1,001376
|
|
3210
|
+
1,301511
|
|
3211
|
+
1,002695
|
|
3212
|
+
0,600053
|
|
3213
|
+
1,001318
|
|
3214
|
+
1,000550
|
|
3215
|
+
0,601778
|
|
3216
|
+
0,600782
|
|
3217
|
+
1,000789
|
|
3218
|
+
0,603398
|
|
3219
|
+
1,300636
|
|
3220
|
+
0,600507
|
|
3221
|
+
0,601065
|
|
3222
|
+
1,002176
|
|
3223
|
+
1,000831
|
|
3224
|
+
0,600397
|
|
3225
|
+
1,300748
|
|
3226
|
+
1,001360
|
|
3227
|
+
1,002670
|
|
3228
|
+
1,002068
|
|
3229
|
+
0,688560
|
|
3230
|
+
0,688223
|
|
3231
|
+
1,000820
|
|
3232
|
+
1,001366
|
|
3233
|
+
1,002748
|
|
3234
|
+
[重庆板块]
|
|
3235
|
+
0,601127
|
|
3236
|
+
0,600106
|
|
3237
|
+
1,871857
|
|
3238
|
+
0,688576
|
|
3239
|
+
0,688410
|
|
3240
|
+
0,688443
|
|
3241
|
+
0,601965
|
|
3242
|
+
0,600729
|
|
3243
|
+
1,002168
|
|
3244
|
+
0,600129
|
|
3245
|
+
0,603109
|
|
3246
|
+
1,831370
|
|
3247
|
+
0,603758
|
|
3248
|
+
0,600369
|
|
3249
|
+
1,003006
|
|
3250
|
+
1,002558
|
|
3251
|
+
0,603717
|
|
3252
|
+
1,300122
|
|
3253
|
+
1,002765
|
|
3254
|
+
1,301121
|
|
3255
|
+
1,300194
|
|
3256
|
+
1,000838
|
|
3257
|
+
0,603100
|
|
3258
|
+
1,300275
|
|
3259
|
+
0,600615
|
|
3260
|
+
0,603976
|
|
3261
|
+
1,001696
|
|
3262
|
+
1,001296
|
|
3263
|
+
1,833873
|
|
3264
|
+
1,873833
|
|
3265
|
+
1,001317
|
|
3266
|
+
1,002872
|
|
3267
|
+
1,301107
|
|
3268
|
+
1,002996
|
|
3269
|
+
0,603766
|
|
3270
|
+
1,301397
|
|
3271
|
+
1,002742
|
|
3272
|
+
1,002907
|
|
3273
|
+
0,600292
|
|
3274
|
+
1,000565
|
|
3275
|
+
1,300006
|
|
3276
|
+
0,605122
|
|
3277
|
+
1,000892
|
|
3278
|
+
0,603601
|
|
3279
|
+
0,600877
|
|
3280
|
+
0,600279
|
|
3281
|
+
1,000788
|
|
3282
|
+
0,601158
|
|
3283
|
+
0,600452
|
|
3284
|
+
0,601005
|
|
3285
|
+
1,834033
|
|
3286
|
+
1,830896
|
|
3287
|
+
1,000736
|
|
3288
|
+
0,600847
|
|
3289
|
+
1,002968
|
|
3290
|
+
1,000514
|
|
3291
|
+
0,601827
|
|
3292
|
+
0,600939
|
|
3293
|
+
1,000950
|
|
3294
|
+
1,000591
|
|
3295
|
+
1,300363
|
|
3296
|
+
0,600917
|
|
3297
|
+
1,301307
|
|
3298
|
+
0,600116
|
|
3299
|
+
1,301533
|
|
3300
|
+
0,601963
|
|
3301
|
+
1,002004
|
|
3302
|
+
0,603191
|
|
3303
|
+
1,002507
|
|
3304
|
+
0,603697
|
|
3305
|
+
1,001328
|
|
3306
|
+
1,000625
|
|
3307
|
+
1,301526
|
|
3308
|
+
0,601077
|
|
3309
|
+
0,601777
|
|
3310
|
+
0,600132
|
|
3311
|
+
1,000656
|
|
3312
|
+
0,600565
|
|
3313
|
+
[北京板块]
|
|
3314
|
+
1,430090
|
|
3315
|
+
1,300364
|
|
3316
|
+
0,688500
|
|
3317
|
+
1,301236
|
|
3318
|
+
1,833575
|
|
3319
|
+
1,430047
|
|
3320
|
+
0,603392
|
|
3321
|
+
1,002306
|
|
3322
|
+
0,605178
|
|
3323
|
+
1,300860
|
|
3324
|
+
1,300081
|
|
3325
|
+
1,301302
|
|
3326
|
+
1,836208
|
|
3327
|
+
1,300036
|
|
3328
|
+
0,688658
|
|
3329
|
+
1,835508
|
|
3330
|
+
1,835184
|
|
3331
|
+
0,688244
|
|
3332
|
+
1,300315
|
|
3333
|
+
0,688687
|
|
3334
|
+
1,301380
|
|
3335
|
+
1,833429
|
|
3336
|
+
1,300296
|
|
3337
|
+
1,002878
|
|
3338
|
+
0,688080
|
|
3339
|
+
0,605599
|
|
3340
|
+
1,300667
|
|
3341
|
+
1,301169
|
|
3342
|
+
1,300011
|
|
3343
|
+
0,688078
|
|
3344
|
+
1,301153
|
|
3345
|
+
1,300010
|
|
3346
|
+
1,830879
|
|
3347
|
+
1,003004
|
|
3348
|
+
1,300688
|
|
3349
|
+
1,002642
|
|
3350
|
+
1,835579
|
|
3351
|
+
0,688282
|
|
3352
|
+
1,002755
|
|
3353
|
+
0,688168
|
|
3354
|
+
1,002995
|
|
3355
|
+
0,603000
|
|
3356
|
+
1,300788
|
|
3357
|
+
0,600361
|
|
3358
|
+
0,601949
|
|
3359
|
+
0,688400
|
|
3360
|
+
1,300150
|
|
3361
|
+
1,300071
|
|
3362
|
+
1,300291
|
|
3363
|
+
1,300684
|
|
3364
|
+
0,688207
|
|
3365
|
+
0,688181
|
|
3366
|
+
0,600435
|
|
3367
|
+
1,300608
|
|
3368
|
+
0,688316
|
|
3369
|
+
0,688051
|
|
3370
|
+
1,300302
|
|
3371
|
+
1,002739
|
|
3372
|
+
0,603533
|
|
3373
|
+
0,603516
|
|
3374
|
+
1,300851
|
|
3375
|
+
1,836263
|
|
3376
|
+
1,300182
|
|
3377
|
+
1,300785
|
|
3378
|
+
1,300005
|
|
3379
|
+
0,688621
|
|
3380
|
+
0,600962
|
|
3381
|
+
0,600055
|
|
3382
|
+
1,834021
|
|
3383
|
+
0,688004
|
|
3384
|
+
1,300058
|
|
3385
|
+
0,600860
|
|
3386
|
+
1,430017
|
|
3387
|
+
0,688722
|
|
3388
|
+
1,301085
|
|
3389
|
+
1,301162
|
|
3390
|
+
1,300212
|
|
3391
|
+
1,832145
|
|
3392
|
+
1,002362
|
|
3393
|
+
1,002649
|
|
3394
|
+
1,300552
|
|
3395
|
+
1,300045
|
|
3396
|
+
0,688066
|
|
3397
|
+
0,688277
|
|
3398
|
+
1,300002
|
|
3399
|
+
0,603888
|
|
3400
|
+
0,688236
|
|
3401
|
+
0,688198
|
|
3402
|
+
1,300229
|
|
3403
|
+
1,871553
|
|
3404
|
+
1,300419
|
|
3405
|
+
0,688229
|
|
3406
|
+
1,300736
|
|
3407
|
+
0,601858
|
|
3408
|
+
1,839493
|
|
3409
|
+
0,603859
|
|
3410
|
+
0,603871
|
|
3411
|
+
1,300612
|
|
3412
|
+
1,300386
|
|
3413
|
+
1,300719
|
|
3414
|
+
0,688015
|
|
3415
|
+
0,601698
|
|
3416
|
+
1,002829
|
|
3417
|
+
1,300213
|
|
3418
|
+
1,300455
|
|
3419
|
+
1,300928
|
|
3420
|
+
1,300541
|
|
3421
|
+
1,002148
|
|
3422
|
+
1,300079
|
|
3423
|
+
0,600733
|
|
3424
|
+
1,300661
|
|
3425
|
+
1,300072
|
|
3426
|
+
0,601886
|
|
3427
|
+
0,688597
|
|
3428
|
+
0,688028
|
|
3429
|
+
1,301120
|
|
3430
|
+
1,300477
|
|
3431
|
+
0,600977
|
|
3432
|
+
0,688458
|
|
3433
|
+
1,002893
|
|
3434
|
+
0,688256
|
|
3435
|
+
1,000996
|
|
3436
|
+
0,688569
|
|
3437
|
+
1,300430
|
|
3438
|
+
0,603698
|
|
3439
|
+
1,300418
|
|
3440
|
+
0,688292
|
|
3441
|
+
0,688509
|
|
3442
|
+
1,300353
|
|
3443
|
+
1,300065
|
|
3444
|
+
0,600791
|
|
3445
|
+
1,000725
|
|
3446
|
+
1,002987
|
|
3447
|
+
0,688468
|
|
3448
|
+
0,688291
|
|
3449
|
+
1,301270
|
|
3450
|
+
1,002368
|
|
3451
|
+
0,603860
|
|
3452
|
+
1,000605
|
|
3453
|
+
1,001210
|
|
3454
|
+
0,688613
|
|
3455
|
+
0,688197
|
|
3456
|
+
0,600028
|
|
3457
|
+
1,002373
|
|
3458
|
+
1,300810
|
|
3459
|
+
1,300456
|
|
3460
|
+
1,300282
|
|
3461
|
+
1,301208
|
|
3462
|
+
0,600288
|
|
3463
|
+
0,688058
|
|
3464
|
+
0,688200
|
|
3465
|
+
0,603903
|
|
3466
|
+
1,300200
|
|
3467
|
+
0,600161
|
|
3468
|
+
1,000603
|
|
3469
|
+
1,300369
|
|
3470
|
+
0,688172
|
|
3471
|
+
1,003007
|
|
3472
|
+
1,300542
|
|
3473
|
+
1,300231
|
|
3474
|
+
0,688520
|
|
3475
|
+
1,003005
|
|
3476
|
+
0,600588
|
|
3477
|
+
0,688568
|
|
3478
|
+
0,688287
|
|
3479
|
+
0,601989
|
|
3480
|
+
1,300895
|
|
3481
|
+
1,300352
|
|
3482
|
+
1,002963
|
|
3483
|
+
0,600198
|
|
3484
|
+
1,002985
|
|
3485
|
+
0,605305
|
|
3486
|
+
0,688056
|
|
3487
|
+
0,688489
|
|
3488
|
+
0,688033
|
|
3489
|
+
1,000802
|
|
3490
|
+
1,002599
|
|
3491
|
+
0,603598
|
|
3492
|
+
1,300444
|
|
3493
|
+
0,688315
|
|
3494
|
+
1,300289
|
|
3495
|
+
1,002659
|
|
3496
|
+
1,300271
|
|
3497
|
+
1,300579
|
|
3498
|
+
0,600062
|
|
3499
|
+
1,837592
|
|
3500
|
+
1,002279
|
|
3501
|
+
1,300496
|
|
3502
|
+
0,600271
|
|
3503
|
+
1,300384
|
|
3504
|
+
1,301370
|
|
3505
|
+
1,300523
|
|
3506
|
+
1,300075
|
|
3507
|
+
0,603803
|
|
3508
|
+
0,600582
|
|
3509
|
+
1,300846
|
|
3510
|
+
0,603098
|
|
3511
|
+
0,603927
|
|
3512
|
+
0,601985
|
|
3513
|
+
1,002612
|
|
3514
|
+
0,603569
|
|
3515
|
+
0,600764
|
|
3516
|
+
1,300383
|
|
3517
|
+
1,300773
|
|
3518
|
+
1,300513
|
|
3519
|
+
0,603123
|
|
3520
|
+
1,300465
|
|
3521
|
+
1,301508
|
|
3522
|
+
0,688651
|
|
3523
|
+
0,688562
|
|
3524
|
+
0,601226
|
|
3525
|
+
1,002385
|
|
3526
|
+
0,600410
|
|
3527
|
+
0,600386
|
|
3528
|
+
1,000969
|
|
3529
|
+
0,601089
|
|
3530
|
+
1,300797
|
|
3531
|
+
0,688280
|
|
3532
|
+
1,002467
|
|
3533
|
+
0,603511
|
|
3534
|
+
0,600372
|
|
3535
|
+
0,600560
|
|
3536
|
+
1,301159
|
|
3537
|
+
0,603778
|
|
3538
|
+
0,603616
|
|
3539
|
+
0,600855
|
|
3540
|
+
1,002151
|
|
3541
|
+
1,002383
|
|
3542
|
+
1,002186
|
|
3543
|
+
1,300048
|
|
3544
|
+
1,300365
|
|
3545
|
+
1,300324
|
|
3546
|
+
1,300204
|
|
3547
|
+
1,002038
|
|
3548
|
+
1,300166
|
|
3549
|
+
1,000151
|
|
3550
|
+
0,601598
|
|
3551
|
+
1,002065
|
|
3552
|
+
0,688432
|
|
3553
|
+
1,300485
|
|
3554
|
+
1,300332
|
|
3555
|
+
0,603025
|
|
3556
|
+
1,001259
|
|
3557
|
+
1,002153
|
|
3558
|
+
1,300016
|
|
3559
|
+
0,688787
|
|
3560
|
+
1,001289
|
|
3561
|
+
0,601728
|
|
3562
|
+
0,601066
|
|
3563
|
+
1,301372
|
|
3564
|
+
1,833819
|
|
3565
|
+
0,601068
|
|
3566
|
+
0,688466
|
|
3567
|
+
0,601600
|
|
3568
|
+
1,300663
|
|
3569
|
+
1,002721
|
|
3570
|
+
1,002350
|
|
3571
|
+
0,600085
|
|
3572
|
+
1,300825
|
|
3573
|
+
0,688338
|
|
3574
|
+
1,301293
|
|
3575
|
+
1,300287
|
|
3576
|
+
1,301367
|
|
3577
|
+
0,600206
|
|
3578
|
+
0,688084
|
|
3579
|
+
1,300003
|
|
3580
|
+
0,688253
|
|
3581
|
+
0,603590
|
|
3582
|
+
1,002462
|
|
3583
|
+
0,600037
|
|
3584
|
+
1,300191
|
|
3585
|
+
1,301333
|
|
3586
|
+
1,002819
|
|
3587
|
+
0,600258
|
|
3588
|
+
0,600730
|
|
3589
|
+
1,002780
|
|
3590
|
+
1,301047
|
|
3591
|
+
1,300157
|
|
3592
|
+
1,002662
|
|
3593
|
+
0,600138
|
|
3594
|
+
0,688570
|
|
3595
|
+
0,688111
|
|
3596
|
+
0,688326
|
|
3597
|
+
0,600463
|
|
3598
|
+
0,688068
|
|
3599
|
+
1,002392
|
|
3600
|
+
1,300139
|
|
3601
|
+
0,603588
|
|
3602
|
+
1,002413
|
|
3603
|
+
1,300374
|
|
3604
|
+
1,300965
|
|
3605
|
+
0,600166
|
|
3606
|
+
0,688339
|
|
3607
|
+
1,003001
|
|
3608
|
+
0,601126
|
|
3609
|
+
0,603267
|
|
3610
|
+
0,600861
|
|
3611
|
+
1,300958
|
|
3612
|
+
0,600536
|
|
3613
|
+
0,600100
|
|
3614
|
+
1,000938
|
|
3615
|
+
0,688201
|
|
3616
|
+
1,002657
|
|
3617
|
+
0,600118
|
|
3618
|
+
0,601995
|
|
3619
|
+
0,600056
|
|
3620
|
+
1,301269
|
|
3621
|
+
1,002051
|
|
3622
|
+
0,601669
|
|
3623
|
+
0,601816
|
|
3624
|
+
1,002439
|
|
3625
|
+
1,301265
|
|
3626
|
+
1,300674
|
|
3627
|
+
0,600871
|
|
3628
|
+
0,600886
|
|
3629
|
+
0,601992
|
|
3630
|
+
1,000860
|
|
3631
|
+
1,000931
|
|
3632
|
+
0,600031
|
|
3633
|
+
1,002701
|
|
3634
|
+
0,601939
|
|
3635
|
+
1,000798
|
|
3636
|
+
1,000758
|
|
3637
|
+
0,603087
|
|
3638
|
+
1,000839
|
|
3639
|
+
1,300662
|
|
3640
|
+
1,000008
|
|
3641
|
+
0,600511
|
|
3642
|
+
0,601088
|
|
3643
|
+
1,300858
|
|
3644
|
+
0,601991
|
|
3645
|
+
0,600313
|
|
3646
|
+
1,300070
|
|
3647
|
+
0,688047
|
|
3648
|
+
1,000970
|
|
3649
|
+
1,300379
|
|
3650
|
+
0,600299
|
|
3651
|
+
0,600008
|
|
3652
|
+
1,002542
|
|
3653
|
+
1,300251
|
|
3654
|
+
0,601718
|
|
3655
|
+
0,600968
|
|
3656
|
+
1,300117
|
|
3657
|
+
0,688563
|
|
3658
|
+
1,300318
|
|
3659
|
+
0,600916
|
|
3660
|
+
1,002713
|
|
3661
|
+
1,300223
|
|
3662
|
+
0,688456
|
|
3663
|
+
0,601288
|
|
3664
|
+
1,872808
|
|
3665
|
+
0,600900
|
|
3666
|
+
1,000786
|
|
3667
|
+
0,600159
|
|
3668
|
+
0,688561
|
|
3669
|
+
1,301080
|
|
3670
|
+
1,300445
|
|
3671
|
+
0,688009
|
|
3672
|
+
0,600050
|
|
3673
|
+
0,603138
|
|
3674
|
+
0,601169
|
|
3675
|
+
0,603979
|
|
3676
|
+
0,688246
|
|
3677
|
+
0,601398
|
|
3678
|
+
0,605069
|
|
3679
|
+
1,002573
|
|
3680
|
+
1,301175
|
|
3681
|
+
0,688169
|
|
3682
|
+
0,601766
|
|
3683
|
+
1,300799
|
|
3684
|
+
0,688369
|
|
3685
|
+
0,600980
|
|
3686
|
+
1,300055
|
|
3687
|
+
1,300935
|
|
3688
|
+
1,002707
|
|
3689
|
+
0,600528
|
|
3690
|
+
0,603970
|
|
3691
|
+
1,002658
|
|
3692
|
+
1,002405
|
|
3693
|
+
1,873122
|
|
3694
|
+
0,601336
|
|
3695
|
+
0,600007
|
|
3696
|
+
1,002371
|
|
3697
|
+
0,688485
|
|
3698
|
+
0,603818
|
|
3699
|
+
0,601988
|
|
3700
|
+
0,601908
|
|
3701
|
+
0,601898
|
|
3702
|
+
0,601868
|
|
3703
|
+
0,601857
|
|
3704
|
+
0,601818
|
|
3705
|
+
0,601658
|
|
3706
|
+
0,601319
|
|
3707
|
+
0,601117
|
|
3708
|
+
0,600578
|
|
3709
|
+
0,600405
|
|
3710
|
+
0,600195
|
|
3711
|
+
0,600058
|
|
3712
|
+
0,600016
|
|
3713
|
+
1,002066
|
|
3714
|
+
1,001213
|
|
3715
|
+
1,000046
|
|
3716
|
+
1,837344
|
|
3717
|
+
1,300774
|
|
3718
|
+
0,603986
|
|
3719
|
+
0,601061
|
|
3720
|
+
1,300759
|
|
3721
|
+
0,688272
|
|
3722
|
+
0,601668
|
|
3723
|
+
0,603377
|
|
3724
|
+
0,601881
|
|
3725
|
+
1,835179
|
|
3726
|
+
1,300406
|
|
3727
|
+
0,601186
|
|
3728
|
+
0,688349
|
|
3729
|
+
1,300449
|
|
3730
|
+
0,600246
|
|
3731
|
+
1,002271
|
|
3732
|
+
0,601101
|
|
3733
|
+
0,601618
|
|
3734
|
+
0,601016
|
|
3735
|
+
0,601198
|
|
3736
|
+
0,600859
|
|
3737
|
+
0,600905
|
|
3738
|
+
1,300034
|
|
3739
|
+
1,873703
|
|
3740
|
+
0,601588
|
|
3741
|
+
0,601390
|
|
3742
|
+
1,000620
|
|
3743
|
+
0,600657
|
|
3744
|
+
0,601998
|
|
3745
|
+
1,301276
|
|
3746
|
+
1,000882
|
|
3747
|
+
0,600155
|
|
3748
|
+
1,000065
|
|
3749
|
+
0,603127
|
|
3750
|
+
0,600743
|
|
3751
|
+
0,601800
|
|
3752
|
+
0,600429
|
|
3753
|
+
0,601111
|
|
3754
|
+
0,600489
|
|
3755
|
+
1,002410
|
|
3756
|
+
0,688356
|
|
3757
|
+
0,688050
|
|
3758
|
+
0,601628
|
|
3759
|
+
1,300073
|
|
3760
|
+
0,600015
|
|
3761
|
+
1,300803
|
|
3762
|
+
1,002310
|
|
3763
|
+
1,000402
|
|
3764
|
+
0,601136
|
|
3765
|
+
1,002738
|
|
3766
|
+
0,600658
|
|
3767
|
+
0,603060
|
|
3768
|
+
1,000959
|
|
3769
|
+
1,300593
|
|
3770
|
+
0,601059
|
|
3771
|
+
0,600011
|
|
3772
|
+
0,601888
|
|
3773
|
+
1,002771
|
|
3774
|
+
0,600376
|
|
3775
|
+
1,300887
|
|
3776
|
+
1,300896
|
|
3777
|
+
1,002933
|
|
3778
|
+
0,688652
|
|
3779
|
+
0,600266
|
|
3780
|
+
1,000729
|
|
3781
|
+
1,000609
|
|
3782
|
+
0,603603
|
|
3783
|
+
0,603613
|
|
3784
|
+
[吉林板块]
|
|
3785
|
+
0,688378
|
|
3786
|
+
1,000669
|
|
3787
|
+
0,688276
|
|
3788
|
+
1,300510
|
|
3789
|
+
0,688716
|
|
3790
|
+
0,603099
|
|
3791
|
+
0,600189
|
|
3792
|
+
1,000638
|
|
3793
|
+
1,300396
|
|
3794
|
+
1,002232
|
|
3795
|
+
1,002622
|
|
3796
|
+
1,300985
|
|
3797
|
+
1,300923
|
|
3798
|
+
0,601279
|
|
3799
|
+
0,600215
|
|
3800
|
+
1,002566
|
|
3801
|
+
0,601929
|
|
3802
|
+
0,600148
|
|
3803
|
+
1,002338
|
|
3804
|
+
1,300597
|
|
3805
|
+
1,003029
|
|
3806
|
+
0,600365
|
|
3807
|
+
1,000545
|
|
3808
|
+
0,600867
|
|
3809
|
+
1,300108
|
|
3810
|
+
1,831726
|
|
3811
|
+
0,600697
|
|
3812
|
+
0,600360
|
|
3813
|
+
0,600110
|
|
3814
|
+
1,301130
|
|
3815
|
+
1,002316
|
|
3816
|
+
1,002501
|
|
3817
|
+
0,600742
|
|
3818
|
+
1,000800
|
|
3819
|
+
0,603559
|
|
3820
|
+
1,000875
|
|
3821
|
+
1,000928
|
|
3822
|
+
1,000686
|
|
3823
|
+
0,600881
|
|
3824
|
+
1,000766
|
|
3825
|
+
1,000718
|
|
3826
|
+
1,000420
|
|
3827
|
+
1,000623
|
|
3828
|
+
1,000546
|
|
3829
|
+
0,600333
|
|
3830
|
+
1,000661
|
|
3831
|
+
0,601518
|
|
3832
|
+
1,000030
|
|
3833
|
+
1,836077
|
|
3834
|
+
[山东板块]
|
|
3835
|
+
1,837212
|
|
3836
|
+
1,831304
|
|
3837
|
+
0,603577
|
|
3838
|
+
0,603021
|
|
3839
|
+
1,002655
|
|
3840
|
+
1,002241
|
|
3841
|
+
1,002323
|
|
3842
|
+
0,688579
|
|
3843
|
+
1,002521
|
|
3844
|
+
1,837242
|
|
3845
|
+
1,300175
|
|
3846
|
+
0,605198
|
|
3847
|
+
0,603278
|
|
3848
|
+
0,600766
|
|
3849
|
+
1,002675
|
|
3850
|
+
1,300654
|
|
3851
|
+
1,831195
|
|
3852
|
+
1,002810
|
|
3853
|
+
0,600587
|
|
3854
|
+
1,001219
|
|
3855
|
+
1,838171
|
|
3856
|
+
1,002890
|
|
3857
|
+
1,301199
|
|
3858
|
+
0,600229
|
|
3859
|
+
1,301299
|
|
3860
|
+
0,600804
|
|
3861
|
+
1,300308
|
|
3862
|
+
0,688087
|
|
3863
|
+
1,832651
|
|
3864
|
+
1,872953
|
|
3865
|
+
1,430476
|
|
3866
|
+
1,000409
|
|
3867
|
+
0,601019
|
|
3868
|
+
1,000951
|
|
3869
|
+
1,002476
|
|
3870
|
+
0,605100
|
|
3871
|
+
1,002254
|
|
3872
|
+
0,600212
|
|
3873
|
+
0,603612
|
|
3874
|
+
1,873132
|
|
3875
|
+
1,002376
|
|
3876
|
+
1,002671
|
|
3877
|
+
1,002270
|
|
3878
|
+
1,872190
|
|
3879
|
+
1,301185
|
|
3880
|
+
0,605287
|
|
3881
|
+
0,688681
|
|
3882
|
+
1,300830
|
|
3883
|
+
0,600727
|
|
3884
|
+
0,603187
|
|
3885
|
+
1,832419
|
|
3886
|
+
1,300321
|
|
3887
|
+
1,837092
|
|
3888
|
+
1,301017
|
|
3889
|
+
1,300183
|
|
3890
|
+
1,301020
|
|
3891
|
+
0,688161
|
|
3892
|
+
0,603638
|
|
3893
|
+
1,003042
|
|
3894
|
+
0,600898
|
|
3895
|
+
1,300343
|
|
3896
|
+
1,002193
|
|
3897
|
+
0,688309
|
|
3898
|
+
1,301209
|
|
3899
|
+
0,688021
|
|
3900
|
+
1,300918
|
|
3901
|
+
0,688331
|
|
3902
|
+
0,688191
|
|
3903
|
+
1,000416
|
|
3904
|
+
1,002363
|
|
3905
|
+
1,300677
|
|
3906
|
+
0,688677
|
|
3907
|
+
1,002768
|
|
3908
|
+
1,834261
|
|
3909
|
+
1,300001
|
|
3910
|
+
0,600960
|
|
3911
|
+
1,300840
|
|
3912
|
+
1,002921
|
|
3913
|
+
1,001260
|
|
3914
|
+
1,300786
|
|
3915
|
+
0,605016
|
|
3916
|
+
1,002899
|
|
3917
|
+
0,600060
|
|
3918
|
+
0,688136
|
|
3919
|
+
0,688139
|
|
3920
|
+
0,603798
|
|
3921
|
+
0,603586
|
|
3922
|
+
1,301262
|
|
3923
|
+
0,600579
|
|
3924
|
+
1,002339
|
|
3925
|
+
1,300950
|
|
3926
|
+
1,002588
|
|
3927
|
+
1,300583
|
|
3928
|
+
1,002581
|
|
3929
|
+
1,300423
|
|
3930
|
+
1,002643
|
|
3931
|
+
0,605001
|
|
3932
|
+
1,300993
|
|
3933
|
+
1,301015
|
|
3934
|
+
1,002838
|
|
3935
|
+
0,688501
|
|
3936
|
+
1,300243
|
|
3937
|
+
1,002117
|
|
3938
|
+
0,600448
|
|
3939
|
+
1,301188
|
|
3940
|
+
0,601966
|
|
3941
|
+
1,000880
|
|
3942
|
+
1,002382
|
|
3943
|
+
1,000423
|
|
3944
|
+
0,603182
|
|
3945
|
+
1,300110
|
|
3946
|
+
1,000811
|
|
3947
|
+
1,002083
|
|
3948
|
+
1,002526
|
|
3949
|
+
1,000682
|
|
3950
|
+
1,300208
|
|
3951
|
+
1,300801
|
|
3952
|
+
1,000957
|
|
3953
|
+
1,300479
|
|
3954
|
+
0,688190
|
|
3955
|
+
0,605006
|
|
3956
|
+
1,831689
|
|
3957
|
+
1,300099
|
|
3958
|
+
1,300659
|
|
3959
|
+
1,002545
|
|
3960
|
+
1,300594
|
|
3961
|
+
1,002595
|
|
3962
|
+
1,300779
|
|
3963
|
+
0,603167
|
|
3964
|
+
1,000726
|
|
3965
|
+
0,688557
|
|
3966
|
+
0,603026
|
|
3967
|
+
1,830832
|
|
3968
|
+
0,603223
|
|
3969
|
+
1,301149
|
|
3970
|
+
1,300821
|
|
3971
|
+
0,688035
|
|
3972
|
+
1,002283
|
|
3973
|
+
0,688234
|
|
3974
|
+
1,300224
|
|
3975
|
+
1,002598
|
|
3976
|
+
0,600756
|
|
3977
|
+
1,002580
|
|
3978
|
+
1,002107
|
|
3979
|
+
1,300121
|
|
3980
|
+
0,600783
|
|
3981
|
+
1,833394
|
|
3982
|
+
0,601058
|
|
3983
|
+
1,002248
|
|
3984
|
+
1,300653
|
|
3985
|
+
1,002379
|
|
3986
|
+
1,002871
|
|
3987
|
+
1,300690
|
|
3988
|
+
1,831278
|
|
3989
|
+
1,002094
|
|
3990
|
+
1,002088
|
|
3991
|
+
1,300143
|
|
3992
|
+
0,603102
|
|
3993
|
+
1,300105
|
|
3994
|
+
1,002891
|
|
3995
|
+
0,600219
|
|
3996
|
+
1,300233
|
|
3997
|
+
0,603190
|
|
3998
|
+
1,000338
|
|
3999
|
+
0,603858
|
|
4000
|
+
1,300237
|
|
4001
|
+
1,002485
|
|
4002
|
+
1,002793
|
|
4003
|
+
1,835670
|
|
4004
|
+
1,000503
|
|
4005
|
+
1,002041
|
|
4006
|
+
0,603279
|
|
4007
|
+
1,000599
|
|
4008
|
+
1,301337
|
|
4009
|
+
0,603967
|
|
4010
|
+
1,301158
|
|
4011
|
+
0,688455
|
|
4012
|
+
1,002726
|
|
4013
|
+
0,605589
|
|
4014
|
+
1,000977
|
|
4015
|
+
0,600789
|
|
4016
|
+
0,600467
|
|
4017
|
+
0,600223
|
|
4018
|
+
1,002469
|
|
4019
|
+
1,001207
|
|
4020
|
+
0,600966
|
|
4021
|
+
1,000756
|
|
4022
|
+
0,601665
|
|
4023
|
+
0,601163
|
|
4024
|
+
1,301206
|
|
4025
|
+
1,002408
|
|
4026
|
+
1,301069
|
|
4027
|
+
1,002355
|
|
4028
|
+
1,301281
|
|
4029
|
+
1,830839
|
|
4030
|
+
0,600426
|
|
4031
|
+
1,002286
|
|
4032
|
+
1,002589
|
|
4033
|
+
1,002073
|
|
4034
|
+
1,000915
|
|
4035
|
+
1,000822
|
|
4036
|
+
0,600308
|
|
4037
|
+
1,001331
|
|
4038
|
+
1,300948
|
|
4039
|
+
1,002111
|
|
4040
|
+
0,603029
|
|
4041
|
+
0,603856
|
|
4042
|
+
1,301292
|
|
4043
|
+
0,603086
|
|
4044
|
+
1,002498
|
|
4045
|
+
1,002234
|
|
4046
|
+
0,603755
|
|
4047
|
+
0,600784
|
|
4048
|
+
0,605567
|
|
4049
|
+
1,002242
|
|
4050
|
+
0,600735
|
|
4051
|
+
1,002353
|
|
4052
|
+
1,301035
|
|
4053
|
+
1,300185
|
|
4054
|
+
1,002958
|
|
4055
|
+
1,002458
|
|
4056
|
+
1,000498
|
|
4057
|
+
1,002984
|
|
4058
|
+
0,600180
|
|
4059
|
+
1,300848
|
|
4060
|
+
1,002537
|
|
4061
|
+
0,600807
|
|
4062
|
+
1,000655
|
|
4063
|
+
1,002237
|
|
4064
|
+
1,000407
|
|
4065
|
+
1,000668
|
|
4066
|
+
0,600955
|
|
4067
|
+
1,002490
|
|
4068
|
+
0,688663
|
|
4069
|
+
0,603151
|
|
4070
|
+
1,002026
|
|
4071
|
+
0,600858
|
|
4072
|
+
1,000554
|
|
4073
|
+
1,003033
|
|
4074
|
+
0,600760
|
|
4075
|
+
0,600336
|
|
4076
|
+
0,601298
|
|
4077
|
+
1,301498
|
|
4078
|
+
0,600586
|
|
4079
|
+
0,600350
|
|
4080
|
+
1,301320
|
|
4081
|
+
1,301439
|
|
4082
|
+
1,003022
|
|
4083
|
+
0,600529
|
|
4084
|
+
1,300443
|
|
4085
|
+
0,603421
|
|
4086
|
+
0,600017
|
|
4087
|
+
1,002948
|
|
4088
|
+
1,002470
|
|
4089
|
+
1,000680
|
|
4090
|
+
1,000506
|
|
4091
|
+
1,000488
|
|
4092
|
+
0,603367
|
|
4093
|
+
0,601028
|
|
4094
|
+
1,301022
|
|
4095
|
+
0,603113
|
|
4096
|
+
0,603639
|
|
4097
|
+
0,600918
|
|
4098
|
+
1,300699
|
|
4099
|
+
0,601366
|
|
4100
|
+
1,301296
|
|
4101
|
+
1,002481
|
|
4102
|
+
0,601678
|
|
4103
|
+
1,000869
|
|
4104
|
+
1,301456
|
|
4105
|
+
1,300569
|
|
4106
|
+
1,002746
|
|
4107
|
+
1,000830
|
|
4108
|
+
1,002078
|
|
4109
|
+
0,603217
|
|
4110
|
+
0,600076
|
|
4111
|
+
0,600690
|
|
4112
|
+
1,002805
|
|
4113
|
+
0,688556
|
|
4114
|
+
1,430510
|
|
4115
|
+
1,300285
|
|
4116
|
+
1,000639
|
|
4117
|
+
1,002330
|
|
4118
|
+
1,000720
|
|
4119
|
+
0,600600
|
|
4120
|
+
0,600188
|
|
4121
|
+
0,600777
|
|
4122
|
+
0,600319
|
|
4123
|
+
0,603739
|
|
4124
|
+
1,002374
|
|
4125
|
+
0,688002
|
|
4126
|
+
0,600027
|
|
4127
|
+
0,603836
|
|
4128
|
+
1,001300
|
|
4129
|
+
1,002086
|
|
4130
|
+
0,600547
|
|
4131
|
+
0,688363
|
|
4132
|
+
1,000677
|
|
4133
|
+
0,600309
|
|
4134
|
+
1,300214
|
|
4135
|
+
0,600022
|
|
4136
|
+
0,603270
|
|
4137
|
+
1,300996
|
|
4138
|
+
0,603708
|
|
4139
|
+
0,601096
|
|
4140
|
+
0,603536
|
|
4141
|
+
0,603779
|
|
4142
|
+
[西藏板块]
|
|
4143
|
+
1,000752
|
|
4144
|
+
1,002827
|
|
4145
|
+
1,002653
|
|
4146
|
+
0,601020
|
|
4147
|
+
0,600749
|
|
4148
|
+
0,603669
|
|
4149
|
+
1,300872
|
|
4150
|
+
1,002826
|
|
4151
|
+
1,300564
|
|
4152
|
+
1,300624
|
|
4153
|
+
1,301075
|
|
4154
|
+
0,600326
|
|
4155
|
+
0,600773
|
|
4156
|
+
0,603676
|
|
4157
|
+
0,600338
|
|
4158
|
+
1,301331
|
|
4159
|
+
1,002287
|
|
4160
|
+
0,600211
|
|
4161
|
+
0,600873
|
|
4162
|
+
1,000762
|
|
4163
|
+
1,300741
|
|
4164
|
+
1,002945
|
|
4165
|
+
[上海板块]
|
|
4166
|
+
0,603466
|
|
4167
|
+
0,601595
|
|
4168
|
+
1,300551
|
|
4169
|
+
1,430300
|
|
4170
|
+
0,605289
|
|
4171
|
+
1,833346
|
|
4172
|
+
0,603009
|
|
4173
|
+
0,688608
|
|
4174
|
+
1,300226
|
|
4175
|
+
1,872541
|
|
4176
|
+
1,002858
|
|
4177
|
+
1,301025
|
|
4178
|
+
0,600605
|
|
4179
|
+
0,601616
|
|
4180
|
+
1,300762
|
|
4181
|
+
1,301289
|
|
4182
|
+
0,688366
|
|
4183
|
+
0,603030
|
|
4184
|
+
0,688653
|
|
4185
|
+
1,301024
|
|
4186
|
+
0,603200
|
|
4187
|
+
0,688220
|
|
4188
|
+
0,688073
|
|
4189
|
+
0,603003
|
|
4190
|
+
0,603296
|
|
4191
|
+
0,603108
|
|
4192
|
+
1,831305
|
|
4193
|
+
1,300378
|
|
4194
|
+
0,688301
|
|
4195
|
+
0,603728
|
|
4196
|
+
1,430139
|
|
4197
|
+
1,301001
|
|
4198
|
+
0,688091
|
|
4199
|
+
0,688392
|
|
4200
|
+
0,688590
|
|
4201
|
+
0,603895
|
|
4202
|
+
1,836414
|
|
4203
|
+
1,300627
|
|
4204
|
+
0,605598
|
|
4205
|
+
0,600651
|
|
4206
|
+
0,688372
|
|
4207
|
+
1,300462
|
|
4208
|
+
0,688585
|
|
4209
|
+
0,603918
|
|
4210
|
+
1,002605
|
|
4211
|
+
0,600088
|
|
4212
|
+
1,831961
|
|
4213
|
+
0,603496
|
|
4214
|
+
1,300802
|
|
4215
|
+
1,300017
|
|
4216
|
+
1,002178
|
|
4217
|
+
1,300493
|
|
4218
|
+
1,300222
|
|
4219
|
+
0,603499
|
|
4220
|
+
0,603633
|
|
4221
|
+
0,605186
|
|
4222
|
+
0,688160
|
|
4223
|
+
0,688071
|
|
4224
|
+
0,603189
|
|
4225
|
+
1,301257
|
|
4226
|
+
1,300578
|
|
4227
|
+
1,300008
|
|
4228
|
+
0,688682
|
|
4229
|
+
0,688382
|
|
4230
|
+
0,600640
|
|
4231
|
+
1,301000
|
|
4232
|
+
0,688062
|
|
4233
|
+
0,688193
|
|
4234
|
+
0,688213
|
|
4235
|
+
0,605128
|
|
4236
|
+
0,603690
|
|
4237
|
+
1,836504
|
|
4238
|
+
1,002058
|
|
4239
|
+
0,603006
|
|
4240
|
+
1,300129
|
|
4241
|
+
0,603786
|
|
4242
|
+
1,301037
|
|
4243
|
+
0,603211
|
|
4244
|
+
0,600636
|
|
4245
|
+
0,600676
|
|
4246
|
+
0,601231
|
|
4247
|
+
0,688391
|
|
4248
|
+
1,301070
|
|
4249
|
+
0,603121
|
|
4250
|
+
0,600072
|
|
4251
|
+
0,600626
|
|
4252
|
+
0,603899
|
|
4253
|
+
0,603159
|
|
4254
|
+
1,002028
|
|
4255
|
+
0,688230
|
|
4256
|
+
0,603730
|
|
4257
|
+
0,688660
|
|
4258
|
+
1,300963
|
|
4259
|
+
0,688591
|
|
4260
|
+
0,688118
|
|
4261
|
+
0,600602
|
|
4262
|
+
0,603365
|
|
4263
|
+
0,688110
|
|
4264
|
+
1,002184
|
|
4265
|
+
0,688368
|
|
4266
|
+
0,688008
|
|
4267
|
+
1,301099
|
|
4268
|
+
0,603886
|
|
4269
|
+
0,603083
|
|
4270
|
+
0,603256
|
|
4271
|
+
0,688317
|
|
4272
|
+
0,603131
|
|
4273
|
+
0,603580
|
|
4274
|
+
0,600661
|
|
4275
|
+
1,300590
|
|
4276
|
+
0,688031
|
|
4277
|
+
1,300947
|
|
4278
|
+
1,300501
|
|
4279
|
+
1,300508
|
|
4280
|
+
0,688351
|
|
4281
|
+
1,002211
|
|
4282
|
+
0,603718
|
|
4283
|
+
0,603887
|
|
4284
|
+
0,600732
|
|
4285
|
+
1,301161
|
|
4286
|
+
0,600150
|
|
4287
|
+
1,830799
|
|
4288
|
+
0,600689
|
|
4289
|
+
1,300286
|
|
4290
|
+
0,688479
|
|
4291
|
+
0,688155
|
|
4292
|
+
0,688018
|
|
4293
|
+
1,300245
|
|
4294
|
+
1,300642
|
|
4295
|
+
0,688061
|
|
4296
|
+
1,002636
|
|
4297
|
+
0,688206
|
|
4298
|
+
1,300609
|
|
4299
|
+
0,603226
|
|
4300
|
+
1,300442
|
|
4301
|
+
1,300153
|
|
4302
|
+
0,688247
|
|
4303
|
+
0,688578
|
|
4304
|
+
0,603681
|
|
4305
|
+
1,300126
|
|
4306
|
+
1,002195
|
|
4307
|
+
1,300074
|
|
4308
|
+
0,688217
|
|
4309
|
+
0,688798
|
|
4310
|
+
1,300170
|
|
4311
|
+
0,688593
|
|
4312
|
+
0,603153
|
|
4313
|
+
1,300061
|
|
4314
|
+
1,002825
|
|
4315
|
+
0,600822
|
|
4316
|
+
0,688602
|
|
4317
|
+
0,603122
|
|
4318
|
+
0,603022
|
|
4319
|
+
1,300262
|
|
4320
|
+
1,300899
|
|
4321
|
+
0,688336
|
|
4322
|
+
0,603987
|
|
4323
|
+
1,001266
|
|
4324
|
+
1,300272
|
|
4325
|
+
0,603881
|
|
4326
|
+
0,603956
|
|
4327
|
+
0,601968
|
|
4328
|
+
0,600823
|
|
4329
|
+
0,600850
|
|
4330
|
+
0,600193
|
|
4331
|
+
0,600601
|
|
4332
|
+
1,300327
|
|
4333
|
+
0,605050
|
|
4334
|
+
1,301419
|
|
4335
|
+
0,600171
|
|
4336
|
+
0,688373
|
|
4337
|
+
0,688484
|
|
4338
|
+
0,603960
|
|
4339
|
+
0,603068
|
|
4340
|
+
0,688718
|
|
4341
|
+
0,688519
|
|
4342
|
+
0,600818
|
|
4343
|
+
0,603197
|
|
4344
|
+
0,603056
|
|
4345
|
+
0,600838
|
|
4346
|
+
0,688212
|
|
4347
|
+
0,601702
|
|
4348
|
+
0,603232
|
|
4349
|
+
1,002669
|
|
4350
|
+
0,600825
|
|
4351
|
+
0,688265
|
|
4352
|
+
0,600882
|
|
4353
|
+
0,688163
|
|
4354
|
+
0,688016
|
|
4355
|
+
1,301005
|
|
4356
|
+
0,603855
|
|
4357
|
+
0,688099
|
|
4358
|
+
1,002565
|
|
4359
|
+
0,688158
|
|
4360
|
+
0,600613
|
|
4361
|
+
0,688019
|
|
4362
|
+
0,688507
|
|
4363
|
+
0,605398
|
|
4364
|
+
0,688521
|
|
4365
|
+
0,603062
|
|
4366
|
+
0,600612
|
|
4367
|
+
0,603650
|
|
4368
|
+
1,002401
|
|
4369
|
+
1,300380
|
|
4370
|
+
0,603128
|
|
4371
|
+
0,688385
|
|
4372
|
+
1,002454
|
|
4373
|
+
1,300225
|
|
4374
|
+
1,002527
|
|
4375
|
+
1,300067
|
|
4376
|
+
0,603039
|
|
4377
|
+
0,688592
|
|
4378
|
+
0,688188
|
|
4379
|
+
0,600843
|
|
4380
|
+
0,600151
|
|
4381
|
+
0,688126
|
|
4382
|
+
0,605136
|
|
4383
|
+
0,600895
|
|
4384
|
+
0,600503
|
|
4385
|
+
0,603683
|
|
4386
|
+
0,601611
|
|
4387
|
+
0,605151
|
|
4388
|
+
1,301230
|
|
4389
|
+
0,688370
|
|
4390
|
+
1,002706
|
|
4391
|
+
1,301060
|
|
4392
|
+
0,600692
|
|
4393
|
+
1,301062
|
|
4394
|
+
1,002506
|
|
4395
|
+
0,600833
|
|
4396
|
+
0,605081
|
|
4397
|
+
1,002158
|
|
4398
|
+
0,600827
|
|
4399
|
+
1,300236
|
|
4400
|
+
0,688766
|
|
4401
|
+
1,300613
|
|
4402
|
+
0,600619
|
|
4403
|
+
1,002486
|
|
4404
|
+
0,603619
|
|
4405
|
+
0,600119
|
|
4406
|
+
1,301303
|
|
4407
|
+
0,603012
|
|
4408
|
+
1,002451
|
|
4409
|
+
1,300326
|
|
4410
|
+
0,688179
|
|
4411
|
+
0,605222
|
|
4412
|
+
0,603275
|
|
4413
|
+
1,300180
|
|
4414
|
+
0,605338
|
|
4415
|
+
0,600272
|
|
4416
|
+
0,688505
|
|
4417
|
+
1,300483
|
|
4418
|
+
1,300398
|
|
4419
|
+
0,688082
|
|
4420
|
+
0,688271
|
|
4421
|
+
0,603713
|
|
4422
|
+
0,600958
|
|
4423
|
+
0,600081
|
|
4424
|
+
0,600836
|
|
4425
|
+
0,688330
|
|
4426
|
+
0,600754
|
|
4427
|
+
1,000863
|
|
4428
|
+
0,603196
|
|
4429
|
+
0,600845
|
|
4430
|
+
1,301525
|
|
4431
|
+
0,600650
|
|
4432
|
+
0,600834
|
|
4433
|
+
1,300171
|
|
4434
|
+
0,601607
|
|
4435
|
+
0,603790
|
|
4436
|
+
1,300168
|
|
4437
|
+
0,688596
|
|
4438
|
+
1,301166
|
|
4439
|
+
0,600820
|
|
4440
|
+
0,600741
|
|
4441
|
+
0,600608
|
|
4442
|
+
1,301499
|
|
4443
|
+
1,002252
|
|
4444
|
+
1,300039
|
|
4445
|
+
0,600643
|
|
4446
|
+
0,603515
|
|
4447
|
+
1,300059
|
|
4448
|
+
1,002561
|
|
4449
|
+
1,300253
|
|
4450
|
+
1,300983
|
|
4451
|
+
0,688098
|
|
4452
|
+
0,600624
|
|
4453
|
+
0,605098
|
|
4454
|
+
0,603192
|
|
4455
|
+
0,603324
|
|
4456
|
+
0,600655
|
|
4457
|
+
1,002162
|
|
4458
|
+
0,688648
|
|
4459
|
+
1,301315
|
|
4460
|
+
1,002346
|
|
4461
|
+
0,603579
|
|
4462
|
+
0,600628
|
|
4463
|
+
0,600210
|
|
4464
|
+
0,688538
|
|
4465
|
+
0,600026
|
|
4466
|
+
0,688131
|
|
4467
|
+
0,603330
|
|
4468
|
+
0,603107
|
|
4469
|
+
0,603565
|
|
4470
|
+
0,600196
|
|
4471
|
+
0,603682
|
|
4472
|
+
0,601825
|
|
4473
|
+
1,002278
|
|
4474
|
+
0,600490
|
|
4475
|
+
0,600635
|
|
4476
|
+
0,688293
|
|
4477
|
+
1,300915
|
|
4478
|
+
1,301228
|
|
4479
|
+
0,600320
|
|
4480
|
+
0,600641
|
|
4481
|
+
0,601519
|
|
4482
|
+
0,601211
|
|
4483
|
+
0,688202
|
|
4484
|
+
1,300230
|
|
4485
|
+
0,601727
|
|
4486
|
+
0,603020
|
|
4487
|
+
0,688065
|
|
4488
|
+
0,600819
|
|
4489
|
+
1,300257
|
|
4490
|
+
1,300511
|
|
4491
|
+
1,002022
|
|
4492
|
+
0,600835
|
|
4493
|
+
1,002328
|
|
4494
|
+
0,601083
|
|
4495
|
+
0,605339
|
|
4496
|
+
0,603587
|
|
4497
|
+
0,600073
|
|
4498
|
+
0,600851
|
|
4499
|
+
0,601788
|
|
4500
|
+
0,688129
|
|
4501
|
+
0,600021
|
|
4502
|
+
0,600826
|
|
4503
|
+
1,301046
|
|
4504
|
+
0,688123
|
|
4505
|
+
1,873693
|
|
4506
|
+
0,688335
|
|
4507
|
+
1,002324
|
|
4508
|
+
0,603777
|
|
4509
|
+
0,600104
|
|
4510
|
+
0,601156
|
|
4511
|
+
0,603329
|
|
4512
|
+
0,600315
|
|
4513
|
+
0,601828
|
|
4514
|
+
0,601328
|
|
4515
|
+
0,601200
|
|
4516
|
+
0,600837
|
|
4517
|
+
0,600688
|
|
4518
|
+
0,600622
|
|
4519
|
+
0,600616
|
|
4520
|
+
0,600284
|
|
4521
|
+
1,002269
|
|
4522
|
+
1,002116
|
|
4523
|
+
0,688435
|
|
4524
|
+
0,688680
|
|
4525
|
+
0,601696
|
|
4526
|
+
0,688238
|
|
4527
|
+
0,600597
|
|
4528
|
+
0,603378
|
|
4529
|
+
0,600508
|
|
4530
|
+
0,688180
|
|
4531
|
+
1,300999
|
|
4532
|
+
0,600638
|
|
4533
|
+
0,600629
|
|
4534
|
+
1,301151
|
|
4535
|
+
0,600420
|
|
4536
|
+
0,603648
|
|
4537
|
+
0,600009
|
|
4538
|
+
0,600604
|
|
4539
|
+
1,301273
|
|
4540
|
+
0,600500
|
|
4541
|
+
0,603057
|
|
4542
|
+
0,603868
|
|
4543
|
+
0,600115
|
|
4544
|
+
0,600061
|
|
4545
|
+
1,301156
|
|
4546
|
+
0,600618
|
|
4547
|
+
0,600611
|
|
4548
|
+
0,601872
|
|
4549
|
+
0,603214
|
|
4550
|
+
0,600639
|
|
4551
|
+
0,600648
|
|
4552
|
+
0,600517
|
|
4553
|
+
0,600170
|
|
4554
|
+
0,600606
|
|
4555
|
+
1,300892
|
|
4556
|
+
0,601601
|
|
4557
|
+
0,600019
|
|
4558
|
+
0,600637
|
|
4559
|
+
0,600620
|
|
4560
|
+
1,002568
|
|
4561
|
+
0,600846
|
|
4562
|
+
0,688107
|
|
4563
|
+
0,600094
|
|
4564
|
+
0,605208
|
|
4565
|
+
0,688085
|
|
4566
|
+
0,600623
|
|
4567
|
+
0,688121
|
|
4568
|
+
0,600649
|
|
4569
|
+
0,601229
|
|
4570
|
+
0,600621
|
|
4571
|
+
0,601866
|
|
4572
|
+
0,600278
|
|
4573
|
+
0,603236
|
|
4574
|
+
0,600000
|
|
4575
|
+
0,600708
|
|
4576
|
+
0,600642
|
|
4577
|
+
0,601021
|
|
4578
|
+
0,600748
|
|
4579
|
+
1,301555
|
|
4580
|
+
0,600824
|
|
4581
|
+
0,603885
|
|
4582
|
+
0,688133
|
|
4583
|
+
0,600097
|
|
4584
|
+
0,603659
|
|
4585
|
+
0,600696
|
|
4586
|
+
0,600662
|
|
4587
|
+
0,600848
|
|
4588
|
+
0,600018
|
|
4589
|
+
0,600663
|
|
4590
|
+
0,603170
|
|
4591
|
+
0,600530
|
|
4592
|
+
0,600841
|
|
4593
|
+
0,603501
|
|
4594
|
+
0,600816
|
|
4595
|
+
0,688063
|
|
4596
|
+
0,600679
|
|
4597
|
+
0,600675
|
|
4598
|
+
0,600647
|
|
4599
|
+
0,688012
|
|
4600
|
+
0,600630
|
|
4601
|
+
0,603037
|
|
4602
|
+
0,603729
|
|
4603
|
+
[湖南板块]
|
|
4604
|
+
1,002397
|
|
4605
|
+
0,603998
|
|
4606
|
+
0,600698
|
|
4607
|
+
1,300268
|
|
4608
|
+
0,600599
|
|
4609
|
+
1,300592
|
|
4610
|
+
1,300866
|
|
4611
|
+
1,871634
|
|
4612
|
+
0,688289
|
|
4613
|
+
0,603825
|
|
4614
|
+
1,300338
|
|
4615
|
+
0,600476
|
|
4616
|
+
1,002848
|
|
4617
|
+
1,300148
|
|
4618
|
+
1,001208
|
|
4619
|
+
1,002847
|
|
4620
|
+
1,301087
|
|
4621
|
+
0,688799
|
|
4622
|
+
1,000504
|
|
4623
|
+
1,833751
|
|
4624
|
+
0,600156
|
|
4625
|
+
0,688067
|
|
4626
|
+
1,300433
|
|
4627
|
+
0,603883
|
|
4628
|
+
1,003000
|
|
4629
|
+
0,688157
|
|
4630
|
+
1,002986
|
|
4631
|
+
1,838030
|
|
4632
|
+
0,601098
|
|
4633
|
+
1,000702
|
|
4634
|
+
0,688308
|
|
4635
|
+
1,001216
|
|
4636
|
+
1,002892
|
|
4637
|
+
0,688100
|
|
4638
|
+
1,300730
|
|
4639
|
+
1,300800
|
|
4640
|
+
0,600961
|
|
4641
|
+
0,603989
|
|
4642
|
+
1,300515
|
|
4643
|
+
0,688433
|
|
4644
|
+
0,603959
|
|
4645
|
+
1,002667
|
|
4646
|
+
1,002879
|
|
4647
|
+
1,002913
|
|
4648
|
+
1,300665
|
|
4649
|
+
1,002843
|
|
4650
|
+
1,300700
|
|
4651
|
+
1,000430
|
|
4652
|
+
0,603721
|
|
4653
|
+
0,688059
|
|
4654
|
+
1,002452
|
|
4655
|
+
1,000622
|
|
4656
|
+
1,000917
|
|
4657
|
+
1,002261
|
|
4658
|
+
0,688523
|
|
4659
|
+
1,002251
|
|
4660
|
+
1,301079
|
|
4661
|
+
0,601901
|
|
4662
|
+
0,603939
|
|
4663
|
+
0,600479
|
|
4664
|
+
1,300413
|
|
4665
|
+
1,002549
|
|
4666
|
+
1,872351
|
|
4667
|
+
0,600458
|
|
4668
|
+
1,002125
|
|
4669
|
+
1,000519
|
|
4670
|
+
1,000819
|
|
4671
|
+
1,301118
|
|
4672
|
+
1,300123
|
|
4673
|
+
1,002533
|
|
4674
|
+
1,000590
|
|
4675
|
+
0,603319
|
|
4676
|
+
1,300490
|
|
4677
|
+
1,002852
|
|
4678
|
+
1,300740
|
|
4679
|
+
1,300474
|
|
4680
|
+
1,300298
|
|
4681
|
+
1,002523
|
|
4682
|
+
1,835174
|
|
4683
|
+
1,002943
|
|
4684
|
+
1,002567
|
|
4685
|
+
1,000908
|
|
4686
|
+
0,600731
|
|
4687
|
+
0,601577
|
|
4688
|
+
0,688189
|
|
4689
|
+
1,301109
|
|
4690
|
+
1,301548
|
|
4691
|
+
1,000998
|
|
4692
|
+
1,002412
|
|
4693
|
+
1,300035
|
|
4694
|
+
0,600390
|
|
4695
|
+
1,002297
|
|
4696
|
+
1,300672
|
|
4697
|
+
1,300705
|
|
4698
|
+
0,600257
|
|
4699
|
+
0,600929
|
|
4700
|
+
1,301126
|
|
4701
|
+
0,600478
|
|
4702
|
+
1,300358
|
|
4703
|
+
1,001218
|
|
4704
|
+
0,600416
|
|
4705
|
+
1,300267
|
|
4706
|
+
1,301232
|
|
4707
|
+
0,600744
|
|
4708
|
+
0,688187
|
|
4709
|
+
1,301259
|
|
4710
|
+
0,603517
|
|
4711
|
+
0,600127
|
|
4712
|
+
1,000900
|
|
4713
|
+
0,688425
|
|
4714
|
+
1,002155
|
|
4715
|
+
1,002650
|
|
4716
|
+
1,000428
|
|
4717
|
+
1,002982
|
|
4718
|
+
1,300345
|
|
4719
|
+
0,600969
|
|
4720
|
+
1,000932
|
|
4721
|
+
1,002661
|
|
4722
|
+
0,688480
|
|
4723
|
+
1,002277
|
|
4724
|
+
1,000722
|
|
4725
|
+
0,688152
|
|
4726
|
+
0,603353
|
|
4727
|
+
1,002716
|
|
4728
|
+
1,300187
|
|
4729
|
+
0,601636
|
|
4730
|
+
0,688779
|
|
4731
|
+
1,000548
|
|
4732
|
+
1,301358
|
|
4733
|
+
1,000157
|
|
4734
|
+
1,002096
|
|
4735
|
+
0,600963
|
|
4736
|
+
1,002097
|
|
4737
|
+
1,000799
|
|
4738
|
+
1,002554
|
|
4739
|
+
1,000419
|
|
4740
|
+
1,002505
|
|
4741
|
+
1,000989
|
|
4742
|
+
0,688598
|
|
4743
|
+
1,300726
|
|
4744
|
+
1,300209
|
|
4745
|
+
1,002903
|
|
4746
|
+
1,300015
|
|
4747
|
+
0,600975
|
|
4748
|
+
1,300530
|
|
4749
|
+
1,001239
|
|
4750
|
+
[河北板块]
|
|
4751
|
+
0,600480
|
|
4752
|
+
1,838163
|
|
4753
|
+
0,600482
|
|
4754
|
+
1,002494
|
|
4755
|
+
1,300981
|
|
4756
|
+
1,300428
|
|
4757
|
+
1,000158
|
|
4758
|
+
1,836247
|
|
4759
|
+
0,603050
|
|
4760
|
+
1,300765
|
|
4761
|
+
1,300990
|
|
4762
|
+
1,000413
|
|
4763
|
+
1,832522
|
|
4764
|
+
1,300847
|
|
4765
|
+
1,301197
|
|
4766
|
+
1,002442
|
|
4767
|
+
1,300368
|
|
4768
|
+
1,300922
|
|
4769
|
+
1,832471
|
|
4770
|
+
0,603156
|
|
4771
|
+
1,300371
|
|
4772
|
+
1,301298
|
|
4773
|
+
0,600550
|
|
4774
|
+
1,002342
|
|
4775
|
+
1,000600
|
|
4776
|
+
1,300138
|
|
4777
|
+
1,000889
|
|
4778
|
+
0,600803
|
|
4779
|
+
1,000856
|
|
4780
|
+
0,600135
|
|
4781
|
+
1,301261
|
|
4782
|
+
0,600149
|
|
4783
|
+
1,300446
|
|
4784
|
+
1,000923
|
|
4785
|
+
0,600965
|
|
4786
|
+
1,830964
|
|
4787
|
+
1,832171
|
|
4788
|
+
0,600230
|
|
4789
|
+
1,300869
|
|
4790
|
+
1,836717
|
|
4791
|
+
0,603176
|
|
4792
|
+
1,002960
|
|
4793
|
+
0,688146
|
|
4794
|
+
1,300491
|
|
4795
|
+
1,002049
|
|
4796
|
+
1,000937
|
|
4797
|
+
1,002603
|
|
4798
|
+
0,600722
|
|
4799
|
+
0,600409
|
|
4800
|
+
1,000778
|
|
4801
|
+
0,603385
|
|
4802
|
+
1,000709
|
|
4803
|
+
1,300255
|
|
4804
|
+
0,601326
|
|
4805
|
+
1,300152
|
|
4806
|
+
1,002459
|
|
4807
|
+
0,600559
|
|
4808
|
+
1,300107
|
|
4809
|
+
0,603938
|
|
4810
|
+
0,600997
|
|
4811
|
+
1,002282
|
|
4812
|
+
0,600340
|
|
4813
|
+
0,601633
|
|
4814
|
+
1,000848
|
|
4815
|
+
0,600906
|
|
4816
|
+
0,600812
|
|
4817
|
+
1,300137
|
|
4818
|
+
1,002108
|
|
4819
|
+
1,000958
|
|
4820
|
+
0,605196
|
|
4821
|
+
1,000401
|
|
4822
|
+
1,003031
|
|
4823
|
+
0,600956
|
|
4824
|
+
0,601000
|
|
4825
|
+
1,835985
|
|
4826
|
+
1,002146
|
|
4827
|
+
1,002691
|
|
4828
|
+
1,001301
|
|
4829
|
+
[天津板块]
|
|
4830
|
+
0,688108
|
|
4831
|
+
1,301102
|
|
4832
|
+
0,600468
|
|
4833
|
+
0,603096
|
|
4834
|
+
0,603106
|
|
4835
|
+
1,300596
|
|
4836
|
+
0,603061
|
|
4837
|
+
1,300120
|
|
4838
|
+
1,002134
|
|
4839
|
+
0,688153
|
|
4840
|
+
0,600645
|
|
4841
|
+
1,300407
|
|
4842
|
+
1,300828
|
|
4843
|
+
0,603969
|
|
4844
|
+
1,000695
|
|
4845
|
+
1,300823
|
|
4846
|
+
0,600335
|
|
4847
|
+
1,300195
|
|
4848
|
+
1,300875
|
|
4849
|
+
0,688420
|
|
4850
|
+
1,002337
|
|
4851
|
+
0,603712
|
|
4852
|
+
1,002820
|
|
4853
|
+
0,603019
|
|
4854
|
+
1,002887
|
|
4855
|
+
1,000836
|
|
4856
|
+
0,600329
|
|
4857
|
+
0,688185
|
|
4858
|
+
1,871753
|
|
4859
|
+
0,600821
|
|
4860
|
+
1,001206
|
|
4861
|
+
0,600535
|
|
4862
|
+
0,603135
|
|
4863
|
+
1,300334
|
|
4864
|
+
0,688041
|
|
4865
|
+
0,600082
|
|
4866
|
+
1,002510
|
|
4867
|
+
0,600488
|
|
4868
|
+
0,600158
|
|
4869
|
+
1,831526
|
|
4870
|
+
1,002393
|
|
4871
|
+
1,300026
|
|
4872
|
+
1,300988
|
|
4873
|
+
1,000537
|
|
4874
|
+
0,600225
|
|
4875
|
+
0,688199
|
|
4876
|
+
0,601686
|
|
4877
|
+
0,603126
|
|
4878
|
+
0,603529
|
|
4879
|
+
0,600751
|
|
4880
|
+
0,601808
|
|
4881
|
+
1,002432
|
|
4882
|
+
0,601360
|
|
4883
|
+
0,600874
|
|
4884
|
+
0,603727
|
|
4885
|
+
0,600787
|
|
4886
|
+
1,001965
|
|
4887
|
+
1,000897
|
|
4888
|
+
1,300119
|
|
4889
|
+
1,000652
|
|
4890
|
+
0,600800
|
|
4891
|
+
0,601919
|
|
4892
|
+
0,600717
|
|
4893
|
+
1,002821
|
|
4894
|
+
1,000965
|
|
4895
|
+
0,600583
|
|
4896
|
+
1,000927
|
|
4897
|
+
1,301487
|
|
4898
|
+
0,600322
|
|
4899
|
+
0,688120
|
|
4900
|
+
1,002129
|
|
4901
|
+
1,300375
|
|
4902
|
+
[辽宁板块]
|
|
4903
|
+
1,301566
|
|
4904
|
+
0,603396
|
|
4905
|
+
1,002952
|
|
4906
|
+
1,300573
|
|
4907
|
+
0,600306
|
|
4908
|
+
0,603315
|
|
4909
|
+
1,002354
|
|
4910
|
+
1,300024
|
|
4911
|
+
0,600593
|
|
4912
|
+
0,600241
|
|
4913
|
+
1,300290
|
|
4914
|
+
1,000692
|
|
4915
|
+
0,688233
|
|
4916
|
+
1,300097
|
|
4917
|
+
1,301007
|
|
4918
|
+
1,002689
|
|
4919
|
+
1,002069
|
|
4920
|
+
1,301349
|
|
4921
|
+
1,839792
|
|
4922
|
+
0,601999
|
|
4923
|
+
1,838810
|
|
4924
|
+
1,300473
|
|
4925
|
+
1,002606
|
|
4926
|
+
1,300293
|
|
4927
|
+
1,000530
|
|
4928
|
+
1,002231
|
|
4929
|
+
1,300758
|
|
4930
|
+
1,000698
|
|
4931
|
+
1,002731
|
|
4932
|
+
0,688409
|
|
4933
|
+
0,600715
|
|
4934
|
+
1,300125
|
|
4935
|
+
1,301103
|
|
4936
|
+
1,002204
|
|
4937
|
+
0,688529
|
|
4938
|
+
0,600718
|
|
4939
|
+
0,600694
|
|
4940
|
+
0,600303
|
|
4941
|
+
0,600719
|
|
4942
|
+
1,000881
|
|
4943
|
+
0,600346
|
|
4944
|
+
1,300405
|
|
4945
|
+
0,600399
|
|
4946
|
+
1,000751
|
|
4947
|
+
0,688305
|
|
4948
|
+
0,603866
|
|
4949
|
+
1,300082
|
|
4950
|
+
0,601880
|
|
4951
|
+
1,833455
|
|
4952
|
+
1,000410
|
|
4953
|
+
1,000597
|
|
4954
|
+
1,000059
|
|
4955
|
+
0,600653
|
|
4956
|
+
0,603318
|
|
4957
|
+
0,600396
|
|
4958
|
+
0,600190
|
|
4959
|
+
1,002621
|
|
4960
|
+
0,688739
|
|
4961
|
+
1,000818
|
|
4962
|
+
1,301509
|
|
4963
|
+
0,600297
|
|
4964
|
+
0,600167
|
|
4965
|
+
1,301100
|
|
4966
|
+
1,300210
|
|
4967
|
+
1,000679
|
|
4968
|
+
0,603609
|
|
4969
|
+
0,688267
|
|
4970
|
+
0,603399
|
|
4971
|
+
0,600739
|
|
4972
|
+
1,000898
|
|
4973
|
+
0,600609
|
|
4974
|
+
0,600795
|
|
4975
|
+
0,600125
|
|
4976
|
+
1,002487
|
|
4977
|
+
0,603360
|
|
4978
|
+
1,000761
|
|
4979
|
+
1,000715
|
|
4980
|
+
1,836826
|
|
4981
|
+
0,600758
|
|
4982
|
+
1,000809
|
|
4983
|
+
0,600233
|
|
4984
|
+
0,600231
|
|
4985
|
+
0,688037
|
|
4986
|
+
1,835368
|
|
4987
|
+
1,002123
|
|
4988
|
+
0,603255
|
|
4989
|
+
0,688072
|
|
4990
|
+
[青海板块]
|
|
4991
|
+
0,600243
|
|
4992
|
+
0,600117
|
|
4993
|
+
0,600869
|
|
4994
|
+
1,002646
|
|
4995
|
+
0,600714
|
|
4996
|
+
0,603843
|
|
4997
|
+
1,000792
|
|
4998
|
+
0,601168
|
|
4999
|
+
0,600381
|
|
5000
|
+
1,000408
|
|
5001
|
+
[广西板块]
|
|
5002
|
+
0,601996
|
|
5003
|
+
0,600301
|
|
5004
|
+
0,600423
|
|
5005
|
+
0,600556
|
|
5006
|
+
1,838837
|
|
5007
|
+
0,600712
|
|
5008
|
+
0,603869
|
|
5009
|
+
1,301379
|
|
5010
|
+
1,000833
|
|
5011
|
+
1,300518
|
|
5012
|
+
1,002929
|
|
5013
|
+
1,832885
|
|
5014
|
+
1,002696
|
|
5015
|
+
1,000911
|
|
5016
|
+
1,301027
|
|
5017
|
+
1,832023
|
|
5018
|
+
1,000528
|
|
5019
|
+
0,603166
|
|
5020
|
+
1,002275
|
|
5021
|
+
0,600538
|
|
5022
|
+
0,600310
|
|
5023
|
+
0,601368
|
|
5024
|
+
1,002175
|
|
5025
|
+
0,603368
|
|
5026
|
+
1,000716
|
|
5027
|
+
1,002592
|
|
5028
|
+
0,600936
|
|
5029
|
+
0,600249
|
|
5030
|
+
1,000608
|
|
5031
|
+
1,002166
|
|
5032
|
+
1,000582
|
|
5033
|
+
1,002956
|
|
5034
|
+
1,000750
|
|
5035
|
+
0,601003
|
|
5036
|
+
0,600252
|
|
5037
|
+
0,600368
|
|
5038
|
+
1,000703
|
|
5039
|
+
0,600236
|
|
5040
|
+
1,000953
|
|
5041
|
+
1,002329
|
|
5042
|
+
1,000978
|
|
5043
|
+
[甘肃板块]
|
|
5044
|
+
1,000779
|
|
5045
|
+
0,603999
|
|
5046
|
+
1,300093
|
|
5047
|
+
0,603132
|
|
5048
|
+
1,002644
|
|
5049
|
+
1,002665
|
|
5050
|
+
1,300084
|
|
5051
|
+
0,600543
|
|
5052
|
+
1,002145
|
|
5053
|
+
1,002185
|
|
5054
|
+
0,601086
|
|
5055
|
+
1,300534
|
|
5056
|
+
0,600354
|
|
5057
|
+
0,603169
|
|
5058
|
+
0,600738
|
|
5059
|
+
0,601798
|
|
5060
|
+
1,002219
|
|
5061
|
+
1,300021
|
|
5062
|
+
1,002772
|
|
5063
|
+
1,000929
|
|
5064
|
+
1,001227
|
|
5065
|
+
1,002910
|
|
5066
|
+
0,600108
|
|
5067
|
+
0,603919
|
|
5068
|
+
1,000672
|
|
5069
|
+
1,000691
|
|
5070
|
+
0,601212
|
|
5071
|
+
0,600516
|
|
5072
|
+
0,600192
|
|
5073
|
+
1,000791
|
|
5074
|
+
1,000552
|
|
5075
|
+
0,600720
|
|
5076
|
+
1,000981
|
|
5077
|
+
0,600307
|
|
5078
|
+
1,000995
|
|
5079
|
+
[山西板块]
|
|
5080
|
+
0,600495
|
|
5081
|
+
1,832982
|
|
5082
|
+
1,300069
|
|
5083
|
+
1,871970
|
|
5084
|
+
1,300254
|
|
5085
|
+
0,600539
|
|
5086
|
+
0,600780
|
|
5087
|
+
1,300158
|
|
5088
|
+
1,300486
|
|
5089
|
+
1,831832
|
|
5090
|
+
1,000403
|
|
5091
|
+
1,000767
|
|
5092
|
+
1,002640
|
|
5093
|
+
0,601001
|
|
5094
|
+
1,000983
|
|
5095
|
+
0,600123
|
|
5096
|
+
0,600546
|
|
5097
|
+
0,601699
|
|
5098
|
+
0,603112
|
|
5099
|
+
1,003002
|
|
5100
|
+
0,600169
|
|
5101
|
+
0,600157
|
|
5102
|
+
1,002500
|
|
5103
|
+
0,600348
|
|
5104
|
+
1,002753
|
|
5105
|
+
0,600691
|
|
5106
|
+
0,600351
|
|
5107
|
+
0,600281
|
|
5108
|
+
0,601006
|
|
5109
|
+
0,600617
|
|
5110
|
+
1,000968
|
|
5111
|
+
1,000825
|
|
5112
|
+
1,000737
|
|
5113
|
+
0,600740
|
|
5114
|
+
1,000723
|
|
5115
|
+
0,600408
|
|
5116
|
+
1,002360
|
|
5117
|
+
0,600809
|
|
5118
|
+
1,000755
|
|
5119
|
+
0,600234
|
|
5120
|
+
0,600771
|
|
5121
|
+
[内蒙古]
|
|
5122
|
+
1,001269
|
|
5123
|
+
1,300049
|
|
5124
|
+
0,600262
|
|
5125
|
+
1,300239
|
|
5126
|
+
0,600863
|
|
5127
|
+
0,603230
|
|
5128
|
+
1,000683
|
|
5129
|
+
1,836433
|
|
5130
|
+
1,000426
|
|
5131
|
+
1,832786
|
|
5132
|
+
0,600967
|
|
5133
|
+
1,002688
|
|
5134
|
+
0,600295
|
|
5135
|
+
0,600201
|
|
5136
|
+
1,300355
|
|
5137
|
+
1,001203
|
|
5138
|
+
0,600988
|
|
5139
|
+
0,600277
|
|
5140
|
+
0,600010
|
|
5141
|
+
1,000975
|
|
5142
|
+
0,601216
|
|
5143
|
+
0,600111
|
|
5144
|
+
0,600887
|
|
5145
|
+
0,600328
|
|
5146
|
+
0,600191
|
|
5147
|
+
1,002128
|
|
5148
|
+
[新疆板块]
|
|
5149
|
+
0,600506
|
|
5150
|
+
0,603032
|
|
5151
|
+
1,002719
|
|
5152
|
+
0,600721
|
|
5153
|
+
0,603101
|
|
5154
|
+
1,301301
|
|
5155
|
+
1,300313
|
|
5156
|
+
1,002800
|
|
5157
|
+
1,301139
|
|
5158
|
+
1,300159
|
|
5159
|
+
1,001330
|
|
5160
|
+
0,600084
|
|
5161
|
+
1,300859
|
|
5162
|
+
0,600778
|
|
5163
|
+
0,603393
|
|
5164
|
+
1,300603
|
|
5165
|
+
1,000813
|
|
5166
|
+
1,300588
|
|
5167
|
+
1,002092
|
|
5168
|
+
0,600075
|
|
5169
|
+
1,002202
|
|
5170
|
+
1,002524
|
|
5171
|
+
1,000633
|
|
5172
|
+
0,603080
|
|
5173
|
+
1,300106
|
|
5174
|
+
0,600737
|
|
5175
|
+
1,000972
|
|
5176
|
+
0,600425
|
|
5177
|
+
1,002307
|
|
5178
|
+
1,002941
|
|
5179
|
+
1,002100
|
|
5180
|
+
0,603706
|
|
5181
|
+
1,002700
|
|
5182
|
+
0,600888
|
|
5183
|
+
0,600419
|
|
5184
|
+
0,600251
|
|
5185
|
+
1,000617
|
|
5186
|
+
1,002205
|
|
5187
|
+
0,600197
|
|
5188
|
+
1,002302
|
|
5189
|
+
1,002207
|
|
5190
|
+
0,600359
|
|
5191
|
+
1,002828
|
|
5192
|
+
0,603227
|
|
5193
|
+
0,601121
|
|
5194
|
+
0,600545
|
|
5195
|
+
0,600540
|
|
5196
|
+
0,605169
|
|
5197
|
+
0,600581
|
|
5198
|
+
0,600256
|
|
5199
|
+
0,688303
|
|
5200
|
+
0,600339
|
|
5201
|
+
0,601069
|
|
5202
|
+
1,000166
|
|
5203
|
+
0,600089
|
|
5204
|
+
1,000159
|
|
5205
|
+
1,001258
|
|
5206
|
+
1,000415
|
|
5207
|
+
0,600509
|
|
5208
|
+
1,000877
|
|
5209
|
+
[云南板块]
|
|
5210
|
+
1,301311
|
|
5211
|
+
0,603963
|
|
5212
|
+
0,600422
|
|
5213
|
+
1,300142
|
|
5214
|
+
1,002114
|
|
5215
|
+
1,002200
|
|
5216
|
+
1,002428
|
|
5217
|
+
0,600792
|
|
5218
|
+
1,002059
|
|
5219
|
+
1,000807
|
|
5220
|
+
0,605266
|
|
5221
|
+
1,000903
|
|
5222
|
+
1,300505
|
|
5223
|
+
1,002750
|
|
5224
|
+
1,000948
|
|
5225
|
+
1,833266
|
|
5226
|
+
1,002265
|
|
5227
|
+
1,002727
|
|
5228
|
+
1,002033
|
|
5229
|
+
0,600459
|
|
5230
|
+
1,000538
|
|
5231
|
+
1,300767
|
|
5232
|
+
1,002053
|
|
5233
|
+
1,000878
|
|
5234
|
+
0,600096
|
|
5235
|
+
0,601236
|
|
5236
|
+
0,600725
|
|
5237
|
+
0,600497
|
|
5238
|
+
1,000560
|
|
5239
|
+
1,002812
|
|
5240
|
+
1,300755
|
|
5241
|
+
0,600265
|
|
5242
|
+
0,600883
|
|
5243
|
+
0,600025
|
|
5244
|
+
1,000960
|
|
5245
|
+
0,600995
|
|
5246
|
+
0,601099
|
|
5247
|
+
1,300957
|
|
5248
|
+
1,831152
|
|
5249
|
+
0,605296
|
|
5250
|
+
0,600239
|
|
5251
|
+
[贵州板块]
|
|
5252
|
+
0,603439
|
|
5253
|
+
0,600992
|
|
5254
|
+
1,300288
|
|
5255
|
+
1,301428
|
|
5256
|
+
1,000589
|
|
5257
|
+
1,002873
|
|
5258
|
+
0,603058
|
|
5259
|
+
0,688707
|
|
5260
|
+
1,000851
|
|
5261
|
+
1,002037
|
|
5262
|
+
0,600523
|
|
5263
|
+
0,600996
|
|
5264
|
+
1,002025
|
|
5265
|
+
0,600594
|
|
5266
|
+
1,300919
|
|
5267
|
+
0,688439
|
|
5268
|
+
1,000920
|
|
5269
|
+
1,830809
|
|
5270
|
+
1,002927
|
|
5271
|
+
1,002895
|
|
5272
|
+
0,600903
|
|
5273
|
+
1,002390
|
|
5274
|
+
0,688239
|
|
5275
|
+
0,603458
|
|
5276
|
+
0,600367
|
|
5277
|
+
0,600519
|
|
5278
|
+
1,002424
|
|
5279
|
+
0,601997
|
|
5280
|
+
0,600765
|
|
5281
|
+
0,600227
|
|
5282
|
+
0,600395
|
|
5283
|
+
1,002039
|
|
5284
|
+
1,000733
|
|
5285
|
+
0,600610
|
|
5286
|
+
0,600112
|
|
5287
|
+
1,002928
|
|
5288
|
+
[黑龙江]
|
|
5289
|
+
0,688011
|
|
5290
|
+
1,300489
|
|
5291
|
+
0,600356
|
|
5292
|
+
1,000711
|
|
5293
|
+
0,603023
|
|
5294
|
+
0,600829
|
|
5295
|
+
1,002900
|
|
5296
|
+
0,600202
|
|
5297
|
+
1,000922
|
|
5298
|
+
0,600371
|
|
5299
|
+
1,300040
|
|
5300
|
+
1,300900
|
|
5301
|
+
0,600666
|
|
5302
|
+
1,002737
|
|
5303
|
+
1,000985
|
|
5304
|
+
0,600038
|
|
5305
|
+
1,000901
|
|
5306
|
+
0,688459
|
|
5307
|
+
1,002437
|
|
5308
|
+
0,600187
|
|
5309
|
+
0,600853
|
|
5310
|
+
0,600182
|
|
5311
|
+
0,605577
|
|
5312
|
+
0,603567
|
|
5313
|
+
0,600598
|
|
5314
|
+
0,601011
|
|
5315
|
+
0,600664
|
|
5316
|
+
0,600289
|
|
5317
|
+
0,600095
|
|
5318
|
+
1,301371
|
|
5319
|
+
0,600705
|
|
5320
|
+
0,601106
|
|
5321
|
+
0,600726
|
|
5322
|
+
0,600811
|
|
5323
|
+
0,600864
|
|
5324
|
+
0,600179
|
|
5325
|
+
0,600178
|
|
5326
|
+
1,301227
|
|
5327
|
+
0,601188
|
|
5328
|
+
1,002698
|
|
5329
|
+
[海南板块]
|
|
5330
|
+
1,002865
|
|
5331
|
+
1,000571
|
|
5332
|
+
1,300630
|
|
5333
|
+
1,300086
|
|
5334
|
+
1,000567
|
|
5335
|
+
1,300189
|
|
5336
|
+
0,600259
|
|
5337
|
+
0,601118
|
|
5338
|
+
1,002693
|
|
5339
|
+
0,601969
|
|
5340
|
+
0,605199
|
|
5341
|
+
1,000793
|
|
5342
|
+
1,000566
|
|
5343
|
+
1,000572
|
|
5344
|
+
1,000955
|
|
5345
|
+
1,000735
|
|
5346
|
+
0,600221
|
|
5347
|
+
1,000657
|
|
5348
|
+
1,000505
|
|
5349
|
+
1,002320
|
|
5350
|
+
0,688676
|
|
5351
|
+
0,600759
|
|
5352
|
+
1,000886
|
|
5353
|
+
1,000796
|
|
5354
|
+
0,600515
|
|
5355
|
+
1,002596
|
|
5356
|
+
0,600238
|
|
5357
|
+
0,603069
|