Add stock dividend trend analysis page with chart rendering and data fetching

This commit is contained in:
杨水淼
2025-09-02 12:41:09 +08:00
parent 4b3a51083b
commit 521e0687a4
10 changed files with 1563 additions and 20 deletions
+2
View File
@@ -1,7 +1,9 @@
<?php
include_once "inc/getBasic.inc.php";
$_REQUEST['ts_code']=$_REQUEST['ts_code']?$_REQUEST['ts_code']:'000001';
$_REQUEST['t_start']=$_REQUEST['t_start']?$_REQUEST['t_start']:'2015-01-01';
$_REQUEST['t_end']=$_REQUEST['t_end']?$_REQUEST['t_end']:'';
$ts_name = tscodeToName(ts_code_conv($_REQUEST['ts_code']));
$title="股价VS PE/PB/PS 趋势:".$ts_name.'('.$_REQUEST['ts_code'].')';
include_once "html/head.php";
?>