Thông tin công ty
Cập nhật lần cuối:
Thảo luậnGợi ý
Các hàm trong mục thông tin công ty chỉ áp dụng với mã chứng khoán của các doanh nghiệp trong nước. Nguồn dữ liệu được cung cấp hiện tại sử dụng của VCI.
Chọn nguồn dữ liệu
Hiện tại bạn có thể sử dụng nguồn dữ liệu VCI
để truy xuất thông công ty niêm yết theo mã cổ phiếu bất kỳ. Thông tin nguồn dữ liệu được cài đặt khi khởi tạo đối tượng python trước khi gọi các hàm truy xuất từng loại thông tin cụ thể.
from vnstock_data import Company
company = Company(symbol='VCB', source='vci')
Nguồn dữ liệu VCI
Thông tin công ty
Gọi hàm
company.overview()
Dữ liệu mẫu:
>>> company.overview()
symbol id issue_share history company_profile icb_name3 icb_name2 icb_name4 financial_ratio_issue_share charter_capital
0 VCB 75836 8355675094 - Ngày 30/10/1962: Ngân hàng Ngoại thương Việ... Ngân hàng Thương mại Cổ phần Ngoại thương Việt... Ngân hàng Ngân hàng Ngân hàng 8355675094 83556750940000
Kiểu dữ liệu
Data columns (total 10 columns):
# Column Non-Null Count Dtype
--- ------ -------------- -----
0 symbol 1 non-null object
1 id 1 non-null object
2 issue_share 1 non-null int64
3 history 1 non-null object
4 company_profile 1 non-null object
5 icb_name3 1 non-null object
6 icb_name2 1 non-null object
7 icb_name4 1 non-null object
8 financial_ratio_issue_share 1 non-null int64
9 charter_capital 1 non-null int64
dtypes: int64(3), object(7)
memory usage: 212.0+ bytes
Cổ đông lớn
Gọi hàm
company.shareholders()
Dữ liệu mẫu:
>>> company.shareholders()
id share_holder quantity share_own_percent update_date
0 87305311 Ngân Hàng Nhà Nước Việt Nam 6250338579 7.480000e-01 2025-08-11
1 87305257 Mizuho Bank Limited 1253366534 1.500000e-01 2025-08-11
2 87317684 Quỹ Đầu tư Chính phủ Singapore (GIC) 84503639 1.010000e-02 2025-08-11
3 87323474 Vietnam Enterprise Investments Limited 11142740 3.004340e-03 2024-08-02
Kiểu dữ liệu
Data columns (total 5 columns):
# Column Non-Null Count Dtype
--- ------ -------------- -----
0 id 47 non-null object
1 share_holder 47 non-null object
2 quantity 47 non-null int64
3 share_own_percent 47 non-null float64
4 update_date 47 non-null object
dtypes: float64(1), int64(1), object(3)
Ban lãnh đạo
Gọi hàm
company.officers(filter_by='working')
Tham số
filter_by
: Lọc dữ liệu trả về theo danh sách lãnh đạo đang làm việc hay đã từ nhiệm.working
: đang làm việc (mặc định)resigned
: đã nghỉ.all
: toàn bộ
Dữ liệu mẫu:
>>> company.officers(filter_by='working')
id officer_name officer_position position_short_name update_date officer_own_percent quantity
0 17 Phùng Nguyễn Hải Yến Phụ trách Công bố thông tin/Phó Tổng Giám đốc Phụ trách CBTT/Phó TGĐ 2025-07-30 5.100000e-06 42339
1 10 Nguyễn Thanh Tùng Phó Tổng Giám đốc Phó TGĐ 2025-07-30 2.700000e-06 22324
2 1 Đào Minh Tuấn Phó Tổng Giám đốc Phó TGĐ 2015-09-14 2.000000e-06 5810
3 8 Nguyễn Mỹ Hào Thành viên Hội đồng Quản trị TV HĐQT 2025-03-07 1.900000e-06 10566
4 18 Lê Hoàng Tùng Kế toán trưởng Kế toán trưởng 2025-07-30 1.400000e-06 11263
Kiểu dữ liệu
Data columns (total 7 columns):
# Column Non-Null Count Dtype
--- ------ -------------- -----
0 id 21 non-null object
1 officer_name 21 non-null object
2 officer_position 21 non-null object
3 position_short_name 21 non-null object
4 update_date 21 non-null object
5 officer_own_percent 21 non-null float64
6 quantity 21 non-null int64
dtypes: float64(1), int64(1), object(5)
Công ty con
Gọi hàm
company.subsidiaries()
Tham số
filter_by
: Chọn chế độ chỉ lấy thông tinall
: gộp kết quả công ty con và công ty liên kết (mặc định)- 'subsidiary': chỉ lấy thông tin công ty con (sở hữu từ 50% trở lên), không bao gồm công ty liên kết (sở hữu < 50%)
Dữ liệu mẫu:
>>> company.subsidiaries()
id sub_organ_code ownership_percent organ_name type
0 24713497 TB 1.00 Ngân hàng Thương mại TNHH MTV Ngoại thương Côn... công ty con
1 24713498 VCB198 0.70 Công ty TNHH Cao Ốc Vietcombank 198 công ty con
2 24713499 VCBL 1.00 Công ty TNHH MTV Cho Thuê Tài Chính Ngân Hàng ... công ty con
3 24713500 VCBLAO 1.00 Ngân Hàng TNHH MTV Ngoại Thương Việt Nam Tại Lào công ty con
Kiểu dữ liệu
Data columns (total 5 columns):
# Column Non-Null Count Dtype
--- ------ -------------- -----
0 id 10 non-null object
1 sub_organ_code 10 non-null object
2 ownership_percent 10 non-null float64
3 organ_name 10 non-null object
4 type 10 non-null object
dtypes: float64(1), object(4)
Sự kiện
Gọi hàm
company.events()
Dữ liệu mẫu:
>>> company.events()
id event_title en__event_title public_date ... record_date exright_date event_list_name en__event_list_name
0 2001714 VCB - Phát hành cổ phiếu trả cổ tức tỷ lệ 27.6% VCB - Issues dividend shares at 27.6% 2021-12-16 ... 2021-12-23 2021-12-22 Phát hành cổ phiếu Share Issue
1 24939896 VCB - Phát hành cổ phiếu trả cổ tức tỷ lệ 18,1% VCB - Issues dividend shares at 18.1% 2023-07-13 ... 2023-07-26 2023-07-25 Phát hành cổ phiếu Share Issue
2 34193 Niêm yết mới 2009-06-25 ... 1753-01-01 1753-01-01 Niêm yết mới New listing
3 34191 VCB-Niêm yết bổ sung 719.276.804 VCB-Lists 719,276,804 additional shares 2016-11-22 ... 1753-01-01 1753-01-01 Niêm yết thêm Additional Listing
Kiểu dữ liệu
Data columns (total 13 columns):
# Column Non-Null Count Dtype
--- ------ -------------- -----
0 id 31 non-null object
1 event_title 31 non-null object
2 en__event_title 31 non-null object
3 public_date 31 non-null object
4 issue_date 31 non-null object
5 source_url 31 non-null object
6 event_list_code 31 non-null object
7 ratio 12 non-null float64
8 value 12 non-null float64
9 record_date 31 non-null object
10 exright_date 31 non-null object
11 event_list_name 31 non-null object
12 en__event_list_name 31 non-null object
dtypes: float64(2), object(11)
Tin tức
Gọi hàm
company.news()
Dữ liệu mẫu:
>>> company.news()
id news_title news_sub_title friendly_sub_title news_image_url ... close_price ref_price floor ceiling price_change_pct
0 8303083 VCB: Ngân hàng Thương mại TNHH MTV Ngoại thươn... https://cdn.fiingroup.vn/medialib/127889/I/202... ... 64600 64200 59800 68600 0.006231
1 8221268 VCB: Nghị quyết HĐQT về việc phê duyệt điều ch... https://cdn.fiingroup.vn/medialib/127889/I/202... ... 63000 62500 58200 66800 0.008000
2 8079827 Vietcombank (VCB): 6 tháng đầu năm 2025, lợi n... https://cdn.fiingroup.vn/medialib/127379/I/202... ... 60200 60900 56700 65100 -0.011494
3 8067140 VCB: Báo cáo tình hình quản trị công ty 06 thá... https://cdn.fiingroup.vn/medialib/127889/I/202... ... 61000 62800 58500 67100 -0.028662
Kiểu dữ liệu
Data columns (total 18 columns):
# Column Non-Null Count Dtype
--- ------ -------------- -----
0 id 10 non-null object
1 news_title 10 non-null object
2 news_sub_title 10 non-null object
3 friendly_sub_title 10 non-null object
4 news_image_url 10 non-null object
5 news_source_link 10 non-null object
6 created_at 0 non-null object
7 public_date 10 non-null int64
8 updated_at 0 non-null object
9 lang_code 10 non-null object
10 news_id 10 non-null object
11 news_short_content 10 non-null object
12 news_full_content 10 non-null object
13 close_price 10 non-null int64
14 ref_price 10 non-null int64
15 floor 10 non-null int64
16 ceiling 10 non-null int64
17 price_change_pct 10 non-null float64
dtypes: float64(1), int64(5), object(12)
Báo cáo phân tích
Gọi hàm
company.reports()
Dữ liệu mẫu:
>>> company.reports()
date description link name
0 2025-08-29T00:00:00Z - Chúng tôi duy trì khuyến nghị MUA và tăng gi... https://www.vietcap.com.vn/trung-tam-phan-tich... VCB [MUA +20,1%] - Lợi nhuận dự kiến tăng tốc ...
1 2025-07-31T00:00:00Z Ngân hàng TMCP Ngoại thương Việt Nam (VCB) côn... https://www.vietcap.com.vn/trung-tam-phan-tich... VCB - KQKD quý 2 vững chắc với tăng trưởng tín...
2 2025-05-30T00:00:00Z - Chúng tôi tiếp tục duy trì khuyến nghị MUA đ... https://www.vietcap.com.vn/trung-tam-phan-tich... VCB [MUA +28,6%] - Tăng trưởng tín dụng cải th...
3 2025-04-29T00:00:00Z Ngân hàng TMCP Ngoại thương Việt Nam (VCB) côn... https://www.vietcap.com.vn/trung-tam-phan-tich... VCB - NIM tiếp tục chịu áp lực trong khi chất ...
Kiểu dữ liệu
Data columns (total 4 columns):
# Column Non-Null Count Dtype
--- ------ -------------- -----
0 date 10 non-null object
1 description 10 non-null object
2 link 10 non-null object
3 name 10 non-null object
dtypes: object(4)
Tình hình tài chính
Gọi hàm
company.ratio_summary()
Dữ liệu mẫu:
>>> company.ratio_summary()
symbol year_report length_report update_date revenue revenue_growth net_profit net_profit_growth ... rtq10 dividend ebitda ebit le de ccc rtq17
0 VCB 2025 2 1755100661750 25217499000000 0.102997 8831885000000 0.087749 ... 9.374936 0 0 0 0 9.374936 None 0
[1 rows x 46 columns]
Kiểu dữ liệu
Data columns (total 46 columns):
# Column Non-Null Count Dtype
--- ------ -------------- -----
0 symbol 1 non-null object
1 year_report 1 non-null int64
2 length_report 1 non-null int64
3 update_date 1 non-null int64
4 revenue 1 non-null int64
5 revenue_growth 1 non-null float64
6 net_profit 1 non-null int64
7 net_profit_growth 1 non-null float64
8 ebit_margin 1 non-null int64
9 roe 1 non-null float64
10 roic 1 non-null int64
11 roa 1 non-null float64
12 pe 1 non-null float64
13 pb 1 non-null float64
14 eps 1 non-null float64
15 current_ratio 1 non-null int64
16 cash_ratio 1 non-null int64
17 quick_ratio 1 non-null int64
18 interest_coverage 0 non-null object
19 ae 1 non-null float64
20 fae 1 non-null float64
21 net_profit_margin 1 non-null float64
22 gross_margin 1 non-null int64
23 ev 1 non-null int64
24 issue_share 1 non-null int64
25 ps 1 non-null float64
26 pcf 1 non-null float64
27 bvps 1 non-null float64
28 ev_per_ebitda 1 non-null int64
29 at 1 non-null int64
30 fat 1 non-null int64
31 acp 0 non-null object
32 dso 1 non-null int64
33 dpo 1 non-null int64
34 eps_ttm 1 non-null float64
35 charter_capital 1 non-null int64
36 rtq4 1 non-null int64
37 charter_capital_ratio 1 non-null float64
38 rtq10 1 non-null float64
39 dividend 1 non-null int64
40 ebitda 1 non-null int64
41 ebit 1 non-null int64
42 le 1 non-null int64
43 de 1 non-null float64
44 ccc 0 non-null object
45 rtq17 1 non-null int64
dtypes: float64(17), int64(25), object(4)
Thống kê giao dịch
Gọi hàm
company.trading_stats()
Dữ liệu mẫu:
>>> company.trading_stats()
symbol exchange ev ceiling floor ref_price open ... pct_high_change_1y foreign_volume foreign_room avg_match_volume_2w foreign_holding_room current_holding_ratio max_holding_ratio
0 VCB HOSE 383411663180000 73800 64200 69000 69200 ... -0.007236 6168954 2506702528 12706482 1823073933 0.218184 0.3
[1 rows x 24 columns]
Kiểu dữ liệu
Data columns (total 24 columns):
# Column Non-Null Count Dtype
--- ------ -------------- -----
0 symbol 1 non-null object
1 exchange 1 non-null object
2 ev 1 non-null int64
3 ceiling 1 non-null int64
4 floor 1 non-null int64
5 ref_price 1 non-null int64
6 open 1 non-null int64
7 match_price 1 non-null int64
8 close_price 1 non-null int64
9 price_change 1 non-null int64
10 price_change_pct 1 non-null float64
11 high 1 non-null int64
12 low 1 non-null int64
13 total_volume 1 non-null int64
14 high_price_1y 1 non-null int64
15 low_price_1y 1 non-null int64
16 pct_low_change_1y 1 non-null float64
17 pct_high_change_1y 1 non-null float64
18 foreign_volume 1 non-null int64
19 foreign_room 1 non-null int64
20 avg_match_volume_2w 1 non-null int64
21 foreign_holding_room 1 non-null int64
22 current_holding_ratio 1 non-null float64
23 max_holding_ratio 1 non-null float64
dtypes: float64(5), int64(17), object(2)
Thảo luận