Shanghai

-12.15

3366.18

-0.36 %

SZSE Component B

24.08

8109.04

0.3 %

FTSE MIB

77.79

40618.79

0.19 %

PSI

-0.42

7235.99

-0.01 %

VinFast

-0.03

3.59

-0.8 %

BIST 100

119.88

9661.18

1.26 %

AEX-Index

0.79

930.7

0.08 %

ALL ORDINARIES

50.1

8579.9

0.59 %

Austrian Traded Index in EUR

10.39

4419.96

0.24 %

S&P/ASX 200

46.2

8343.7

0.56 %

OMX Baltic Industrial Goods and

1122.18

82530.74

1.38 %

S&P BSE SENSEX

-42.94

82330.63

-0.05 %

Cboe UK 100

6.16

867.47

0.71 %

IBOVESPA

-335.69

138999.03

-0.24 %

Dow Jones

297.9

42654.1

0.7 %

CAC 40

3.17

7878.1

0.04 %

FTSE 100

50.69

8684.44

0.59 %

DAX PERFORMANCE-INDEX

-26.08

23749.6

-0.11 %

S&P 500

29.31

5958.4

0.49 %

S&P/TSX Composite index

90.21

25968.16

0.35 %

HANG SENG INDEX

95.89

23345.05

0.41 %

IBEX 35...

64.6

14047.3

0.46 %

NASDAQ

59.38

19211.62

0.31 %

IDX COMPOSITE

14.29

7106.53

0.2 %

FTSE Bursa Malaysia KLCI

-3.85

1571.75

-0.24 %

KOSPI

-5.88

2624.76

-0.22 %

KOSPI 200

-0.38

350.18

-0.11 %

S&P/BMV IPC

44.07

57962.39

0.08 %

Euronext 100 Index

3.85

1595.61

0.24 %

Nikkei 225

-19.39

37729.19

-0.05 %

NIFTY 50

-48.7

25013.1

-0.19 %

NYSE (DJ)

143.2

19927.89

0.72 %

S&P/NZX 50 INDEX GROSS ( GROSS

-40.66

12791.4

-0.32 %

Russell 2000

17.37

2113.39

0.83 %

SET_SET Index

1.27

1195.23

0.11 %

STI Index

1.41

3889.2

0.04 %

ESTX 50 PR.EUR

-0.33

5422.09

-0.01 %

TA-125

9.47

2678.1

0.35 %

Tadawul All Shares Index

-42.13

11485.09

-0.37 %

TSEC weighted index

75.42

21807.3

0.35 %

CBOE Volatility Index

-0.72

17.24

-4.01 %

NYSE AMEX COMPOSITE INDEX

-0.43

5150.29

-0.01 %

Mã chứng khoán

Thời gian

Xem
exportXuất Excel
Tổ chức/người GD Người liên quan SLCP trước GD Đăng ký Kết quả SLCP sau GD Tỷ lệ(%)
Chức vụ Tên Chức vụ Mua Bán Ngày BĐ Ngày KT Mua Bán Ngày TH
{table}
' , base64 = function (s) { return window.btoa(unescape(encodeURIComponent(s))) } , format = function (s, c) { return s.replace(/{(\w+)}/g, function (m, p) { return c[p]; }) } let startDate = '' let endDate = '' if (this.refInpDate.value) { startDate = this.refInpDate.value.split(' - ')[0].split('/')[1] + '.' + this.refInpDate.value.split(' - ')[0].split('/')[0] + '.' + this.refInpDate.value.split(' - ')[0].split('/')[2]; endDate = this.refInpDate.value.split(' - ')[1].split('/')[1] + '.' + this.refInpDate.value.split(' - ')[1].split('/')[0] + '.' + this.refInpDate.value.split(' - ')[1].split('/')[2] } function exportExcel(table, name) { if (!table.nodeType) table = document.getElementById(table) var ctx = { worksheet: name || 'Worksheet', table: table.innerHTML } var a = document.createElement('a'); a.href = uri + base64(format(template, ctx)) a.download = 'Co dong & Noi bo ' + startDate + "-" + endDate + '.xls'; a.click(); } return exportExcel(table, name) } }, handleClearMCK() { this.refInputAC.value = ''; ownerCDL.iClose.style.display = 'none' ownerCDL.iSearch.style.display = 'block' }, handleFindDisclosure() { this.refInputAC.value this.pageIndex = 1; this.reRender() }, handleClickIitemStockCode(value) { const lsMenuItem = document.getElementsByClassName('info-data-history-menu-item'); //Array.from(lsMenuItem).forEach((e, i) => { // e.setAttribute('href', `/Lich-su-giao-dich-${value.toLowerCase()}-${i + 1}.chn#data`) //}) this.refInputAC.value = value; //window.history.pushState('', '', `/Lich-su-giao-dich-${value.toLowerCase()}-6.chn#data`); window.location.href = `${domain}Lich-su-giao-dich-${value.toLowerCase()}-6.chn#data`; this.lsAC.style.display = 'none'; }, APICallRateLimit(func, delay) { clearTimeout(this.timerId); this.timerId = setTimeout(func, delay); }, autocomplete() { let currentFocus; const ref = this.refInputAC let search = ''; let resultSearch = []; var timerId; ref.addEventListener('blur', (e) => { if (!ref.value) { ref.value = ownerCDL.prevValue; } if (ownerCDL.refInputAC.value || ownerCDL.prevValue) { ownerCDL.iClose.style.display = 'block' ownerCDL.iSearch.style.display = 'none' ownerCDL.iClose.before.color = 'none' } else { ownerCDL.iClose.style.display = 'none' ownerCDL.iSearch.style.display = 'block' } setTimeout(() => { const list = ownerCDL.lsAC list.style.display = "none"; }, 500) }) ref.addEventListener("focus", (e) => { ownerCDL.prevValue = ref.value; ref.value = ""; }); function addActive(x) { if (!x) return false; removeActive(x); if (currentFocus >= x.length) currentFocus = 0; if (currentFocus < 0) currentFocus = x.length - 1; x[currentFocus].classList.add("autocomplete-active"); } function removeActive(x) { for (var i = 0; i < x.length; i++) { x[i].classList.remove("autocomplete-active"); } } ref.addEventListener("keydown", function (e) { var x = document.getElementById("search-stock-list"); if (x) x = x.getElementsByTagName("div"); if (e.keyCode == 40) { currentFocus++; addActive(x); } else if (e.keyCode == 38) { currentFocus--; addActive(x); } else if (e.keyCode == 13) { e.preventDefault(); if (currentFocus > -1) { if (x) x[currentFocus].click(); } } }); function getData() { fetch('https://search.cafef.vn/api/searching/v1/Companies/SearchByKeyWord?' + new URLSearchParams({ keyword: search, }), { method: "GET", headers: { "Content-Type": "application/json", }, }) .then((res) => res.json()) .then((result) => { resultSearch = [...result?.value?.documents]; renderLisSearch(); }); } function renderLisSearch() { const lists = document.getElementById('search-stock-list') let items = ""; if (resultSearch.length > 0) { lists.style.display = "block"; } else { lists.style.display = 'none'; } currentFocus = 0; if (resultSearch.length > 0) { resultSearch.forEach((e, i) => { const a = `

${e.highlights.title || e.document.symbol}

${e.highlights.description || e.document.description}

` items += a; }) } lists.innerHTML = items } ref.addEventListener("input", function () { search = this.value; if (search.length >= 2) { ownerCDL.APICallRateLimit(getData, 500) } else { resultSearch = [] renderLisSearch() } }); }, renderDateSpicker() { $('input[name="daterange"]').daterangepicker({ "autoUpdateInput": false, "maxDate": moment().format('DD/MM/YYYY'), "locale": { "format": "DD/MM/YYYY", "separator": " - ", "applyLabel": "Apply", "cancelLabel": "Cancel", "fromLabel": "From", "toLabel": "To", "customRangeLabel": "Custom", "daysOfWeek": [ "CN", "Th2", "Th3", "Th4", "Th5", "Th6", "Th7" ], "applyLabel": "Chọn", "cancelLabel": "Bỏ", "monthNames": [ "Tháng 1", "Tháng 2", "Tháng 3", "Tháng 4", "Tháng 5", "Tháng 6", "Tháng 7", "Tháng 8", "Tháng 9", "Tháng 10", "Tháng 11", "Tháng 12" ], "firstDay": 1 }, opens: 'center' }); $('input[name="daterange"]').on('apply.daterangepicker', function (ev, picker) { $(this).val(picker.startDate.format('DD/MM/YYYY') + ' - ' + picker.endDate.format('DD/MM/YYYY')); document.getElementById('tabletoExcel').style.background = "#33A42E"; }); $('input[name="daterange"]').on('cancel.daterangepicker', function (ev, picker) { $(this).val(''); document.getElementById('tabletoExcel').style.background = "rgb(193, 227, 192)"; }); }, renderTable() { let html = '' if (this.data?.Data.length > 0) { this.data.Data.forEach((item, index) => { html += `

${item.TransactionMan}

${item.TransactionManPosition} ${item.RelatedMan} ${item.RelatedManPosition} ${this.formatNumber(item.VolumeBeforeTransaction)} ${this.formatNumber(item.PlanBuyVolume)} ${this.formatNumber(item.PlanSellVolume)} ${item?.PlanBeginDate ? moment(item.PlanBeginDate).format('DD/MM/YY') : "-"} ${item.PlanEndDate ? moment(item.PlanEndDate).format('DD/MM/YY') : "-"} ${this.formatNumber(item.RealBuyVolume)} ${this.formatNumber(item.RealSellVolume)} ${item.RealEndDate ? moment(item.RealEndDate).format('DD/MM/YY') : "-"} ${this.formatNumber(item.VolumeAfterTransaction)} ${this.formatNumber(item.TyLeSoHuu)} ` }) } else { html = ` KHÔNG CÓ KẾT QUẢ PHÙ HỢP ` } this.refTable.innerHTML = html this.loading.style.display = 'none'; this.isLoading = false; }, renderPaging() { let str = '' this.getMaxMin() if (this.totalPage > 0) { str += this.minPage !== 1 ? `

1

...
`: '' for (let i = this.minPage; i <= this.maxPage; i++) { str += `

${i}

` } str += this.maxPage !== this.totalPage ? `
...

${this.totalPage}

`: '' } else { str += `
1
` } this.refContainerPaging.innerHTML = str; this.activePaging() }, getMaxMin() { if (this.countViewPage < this.totalPage) { if (this.pageIndex + 4 <= this.totalPage && this.pageIndex - 4 >= 1) { this.minPage = this.pageIndex - 4 this.maxPage = this.pageIndex + 4 } else { if (this.pageIndex + 4 > this.totalPage && this.pageIndex - 4 >= 1) { this.maxPage = this.totalPage this.minPage = this.totalPage - 8 } else { this.minPage = 1; this.maxPage = 9; } } } else { this.minPage = 1; this.maxPage = this.totalPage } }, activePaging() { if (this.pageIndex === this.totalPage && this.totalPage >= 1) { this.checkVronLef.classList.remove('enable') this.checkVronRight.classList.add('enable') } else if (this.pageIndex === 1 && this.totalPage > 1) { this.checkVronLef.classList.add('enable') this.checkVronRight.classList.remove('enable') } else if (this.pageIndex === 1 && this.totalPage <= 1) { this.checkVronLef.classList.add('enable') this.checkVronRight.classList.add('enable') } else { this.checkVronLef.classList.remove('enable') this.checkVronRight.classList.remove('enable') } }, async reRender() { if (this.isLoading === false) { ownerCDL.getData() } }, handleChangePage(page) { if (page !== this.pageIndex && page >= 1 && page <= this.totalPage) { if (page <= 1) { this.pageIndex = 1 } else if (page >= this.totalPage) { this.pageIndex = this.totalPage } else { this.pageIndex = page } this.reRender() } this.APICallRateLimit(this.reRender, 700) }, async init() { this.renderDateSpicker() await this.getData() this.renderTable() this.autocomplete() this.renderPaging() // this.exportData() } } $(document).ready(function () { ownerCDL.init() });
(*) Lưu ý: Dữ liệu được tổng hợp từ các nguồn đáng tin cậy, có giá trị tham khảo với các nhà đầu tư.
Tuy nhiên, chúng tôi không chịu trách nhiệm trước mọi rủi ro nào do sử dụng các dữ liệu này.