公司信息
-
公司名称:同方股份有限公司
-
股票代码:600100
-
所属行业:计算机应用
-
注册资本:16.5亿元
-
上市日期:1997年9月19日
股票行情
时间
|
当前价
|
涨跌幅
|
成交量
|
成交额
|
---|
2023-03-08
|
10.22元
|
+0.25%
|
3.56万手
|
3684万元
|
2023-03-07
|
10.19元
|
+0.19%
|
3.12万手
|
3207万元
|
2023-03-06
|
10.16元
|
+0.16%
|
2.87万手
|
2941万元
|
2023-03-03
|
10.14元
|
+0.14%
|
2.63万手
|
2694万元
|
2023-02-28
|
10.12元
|
+0.12%
|
2.48万手
|
2541万元
|
历史行情
技术指标
指标
|
值
|
---|
MACD
|
0.01
|
KDJ
|
48.25, 54.18, 48.29
|
RSI
|
52.61
|
主力资金动向
时间
|
净流入/流出
|
流入/流出量
|
---|
2023-03-08
|
净流入
|
2365万元
|
2023-03-07
|
净流出
|
1542万元
|
2023-03-06
|
净流入
|
1234万元
|
2023-03-03
|
净流出
|
987万元
|
2023-02-28
|
净流入
|
765万元
|
个股新闻
-
同方股份:连续三个交易日累计涨幅超10%
-
同方股份拟收购润新科技100%股权
-
同方股份:2022年净利同比增33.19%
同方股份股票吧
// 加载历史行情数据var historyData = [['2023-02-27', 10.10, 9.98, 10.12, 9.98],['2023-02-28', 10.12, 10.05, 10.15, 10.03],['2023-03-01', 10.15, 10.08, 10.17, 10.06],['2023-03-02', 10.17, 10.10, 10.19, 10.08],['2023-03-03', 10.19, 10.14, 10.21, 10.12],['2023-03-06', 10.21, 10.16, 10.23, 10.14],['2023-03-07', 10.23, 10.19, 10.25, 10.17],['2023-03-08', 10.25, 10.22, 10.27, 10.20]];// 创建历史行情图表var chart = Highcharts.stockChart('chart', {rangeSelector: {buttons: [{type: 'day',
count: 7,text: '7d'}, {type: 'month',count: 1,text: '1m'}, {type: 'month',count: 3,text: '3m'}, {type: 'year',count: 1,text: '1y'}, {type: 'all',text: 'All'}],selected: 2},title: {text: '同方股份历史行情'},series: [{name: '同方股份',data: historyData}]});// 加载主力资金动向数据var fundData = [['2023-02-28', 765],['2023-03-01', -987],['2023-03-02', 1234],['2023-03-03', -1542],['2023-03-06', 2365]];// 创建主力资金动向图表var fundChart = Highcharts.stockChart('fund-chart', {rangeSelector: {buttons: [{type: 'day',count: 7,text: '7d'}, {type: 'month',count: 1,text: '1m'}, {type: 'month',count: 3,text: '3m'}, {type: 'year',count: 1,text: '1y'}, {type: 'all',text: 'All'}],selected: 2},title: {text: '同方股份主力资金动向'},series: [{name: '净流入/流出',data: fundData}]});// 加载个股新闻varnewsList = [{title: '同方股份:
版权声明:除非特别标注,否则均为本站转摘于网络,转载时请以链接形式注明文章出处。