浏览代码

Create task_get_history_index.php

wanggangtao 5 年之前
父节点
当前提交
43837e5473
共有 1 个文件被更改,包括 15 次插入0 次删除
  1. 15 0
      task/task_get_history_index.php

+ 15 - 0
task/task_get_history_index.php

@@ -0,0 +1,15 @@
+<?php
+/**
+ * Created by PhpStorm.
+ * User: 王刚涛
+ * Date: 2020/12/1
+ * Time: 19:35
+ */
+require('../init.php');
+$indexList=Index::getIndexList();//获取指数代码
+foreach ($indexList as $key=>$value){
+    Finance163::get_history_index_csi300($stock_code,$start_date,$end_date);
+}
+
+
+?>