Overview of Organization

This API provides detailed information about companies listed on the stock exchange, including organization code, International Securities Identification Number (ISIN), company group code, Industry Classification Benchmark (ICB) code, economic and company type, type of enterprise before equitization, country code, securities company code, margin trading status, control status, ticker symbol, full and short company names, company name in website address bar, outstanding shares, free float shares and ratio, listed shares, charter capital, listing date, initial offering price, first-day trading volume, number of shareholders, shareholder registration closing date, record status (locked, unlocked, deleted), and record creation and update dates. Data fields are described in both Vietnamese and English, supporting multilingual application development.

API Name: /Company/GetOrganization

Below is an example of how the data is presented in the API:

· "OrganCode": "ABT",

· "IsinCode": "VN000000ABT2",

· "ComGroupCode": "VNINDEX",

· "IcbCode": "3573",

· "OrganTypeCode": "OTHER",

· "ComTypeCode": "CT",

· "BusTypeBeforeListCode": "OTHER",

· "CountryLocationCode": "VN",

· "SecurityOrganCode": "SSI",

· "MarginStatusCode": "YES",

· "ControlStatusCode": "-1",

· "Ticker": "ABT",

· "OrganName": "Bentre Aquaproduct Import And Export Joint Stock Company",

· "OrganShortName": "Ben Tre Aquaproduct",

· "OrganFriendlyName": null,

· "OutstandingShare": 11497257,

· "FreeFloat": 1264698,

· "FreeFloatRate": 0.11,

· "IssueShare": 14107207,

· "CharterCapital": 141072070000,

· "ListingDate": "2006-12-25T00:00:00",

· "FirstPrice": 90000,

· "FirstVolumn": 0,

· "NumberOfShareHolder": 1030,

· "ExDateShareHolder": "2019-02-20T00:00:00",

· "Status": 1,

· "CreateDate": "2015-06-08T00:00:00",

· "UpdateDate": "2019-07-01T09:09:50.727",

· "AccountingPeriod": null

Field name
Data type
Data length
Description (VN)
Description (EN)

OrganCode

nvarchar

15

Mã tổ chức do StoxPlus quy định

Organization Code defined by StoxPlus

IsinCode

nvarchar

15

Mã quốc tế

International Code

ComGroupCode

nvarchar

15

Định nghĩa sàn chứng khoán, lấy từ bảng stx_mst_CompanyGroup. Vd: chỉ lấy sàn Hose, HNX, Upcom, OTC

Definition of Exchange taken from CompanyGroup Table. Eg: selecting only Hose, HNX, Upcom

IcbCode

nvarchar

15

Id ngành, lấy từ bảng stx_mst_IcbIndustry. Lấy ngành cấp 4

Industry Id taken from IcbIndustry. Selecting level 4

OrganTypeCode

nvarchar

5

Định nghĩa loại hình kinh tế, tổ chức, lấy từ bảng stx_mst_OrganizationType. vd: doanh nghiệp, bộ, ban, ngành, đơn vị sự nghiệp, tổ chức nước ngoài

Definition of economic entity type taken from OrganizationType Table. Eg: business, ministry, department, business unit, foreign organization.

ComTypeCode

nvarchar

5

Định nghĩa loại/kiểu công ty, lấy từ bảng stx_mst_CompanyType. vd: công ty, ngân hàng, quỹ, công ty chứng khoán

Definition of company type taken from CompanyType. Eg: company, bank, fund, securities company.

BusTypeBeforeListCode

nvarchar

5

Id loại hình công ty trước khi cổ phần hóa. Lấy từ bảng stx_mst_BusinessType Vd: TNHH, CP

Business type Id before equitization is taken from BusinessType. Eg: joint stock company limited company

CountryLocationCode

nvarchar

5

Id của quốc gia ở bảng stx_mst_Location

Id of country taken from Location Table

SecurityOrganCode

nvarchar

15

Id công ty chứng khoán lấy từ bảng stx_cpf_organization

Id securities company is taken from Organization

MarginStatusCode

nvarchar

5

Trạng thái giao dịch ký quỹ lấy từ bảng stx_mst_CompanyProfileStatus. Vd: đủ đk, ko đủ đk

Margin status is taken from CompanyProfileStatus. Eg: eligible, not eligible

ControlStatusCode

nvarchar

5

Trạng thái bị kiểm soát bởi sở giao dịch chứng khoán trong bảng stx_mst_ControlStatus. Vd: bị kiểm soát, kiểm soát đặc biệt, …

Status is controlled by stock exchange is taken from ControlStatus. Eg: controlled, special control, ...

Ticker

nvarchar

20

Mã niêm yết của công ty trên sàn chứng khoán

Stock code of company on Exchange

OrganName

nvarchar

255

Tên đầy đủ của công ty

Full name of company

OrganShortName

nvarchar

128

Tên ngắn gọn của công ty

Short name of company

OrganFriendlyName

nvarchar

255

Tên trên thanh địa chỉ trình duyệt web

Name in address bar of web browser

OutstandingShare

decimal

(18,0)

Số cổ phiếu lưu hành

Outstanding shares

FreeFloat

decimal

(18,0)

Số cổ phiếu giao dịch tự do

Free-float

FreeFloatRate

decimal

(18,10)

Tỷ lệ FreeFloat

Free-float rate

IssueShare

decimal

(18,0)

Số cổ phiếu niêm yết

Listing Volume

CharterCapital

decimal

(18,0)

Vốn điều lệ

Charter capital

ListingDate

datetime

8

Ngày niêm yết

First listing date

FirstPrice

decimal

(18,0)

Giá chào sàn

Initial listing price

FirstVolumn

decimal

(18,0)

Khối lượng giao dịch ngày đầu tiên

Volume of shares in the first trading date

NumberOfShareHolder

decimal

(18,0)

Số cổ đông phổ thông

Number of shareholders

ExDateShareHolder

datetime

8

Ngày chốt số cổ đông phổ thông

The closing date of ordinary shareholders

en_OrganName

nvarchar

255

Tên đầy đủ của công ty

Full name of company

en_OrganShortName

nvarchar

128

Tên ngắn gọn của công ty

Short name of company

en_OrganFriendlyName

nvarchar

255

Tên trên thanh địa chỉ trình duyệt web

Name in address bar of web browser

Status

tinyint

1

Trạng thái của bản ghi. 0: record khóa; 1: record mở; 2: record đã xóa

Record Status. 0: locked; 1: open; 2: deleted

CreateDate

datetime

8

Ngày tạo record

Created Date

UpdateDate

datetime

8

Ngày cập nhật record

Updated Date

AccountingPeriod

not use now

Last updated