# GPD theo thành phần kinh tế

> API Name: /Macro/GetNationalAccountVN

{% hint style="info" %}
**Dưới đây là một ví dụ minh họa về cách dữ liệu được trình bày trong API:**

&#x20;

&#x20;   "RecordId": 0,

&#x20;   "NationalAccountVNId": 0,

&#x20;   "SourceOrganizationId": 0,

&#x20;   "PeriodId": 0,

&#x20;   "DataStatusId": 0,

&#x20;   "PublicDateId": "2025-04-23T04:55:39.762Z",

&#x20;   "DocumentDateId": "2025-04-23T04:55:39.762Z",

&#x20;   "LocationId": 0,

&#x20;   "NationalAccountVNTypeId": 0,

&#x20;   "BaseYear": 0,

&#x20;   "Value": 0,

&#x20;   "Description": "string",

&#x20;   "en\_Description": "string",

&#x20;   "SourceUrl": "string",

&#x20;   "NationalAccountVNTypeName": "string",

&#x20;   "en\_NationalAccountVNTypeName": "string",

&#x20;   "DataStatusName": "string",

&#x20;   "en\_DataStatusName": "string",

&#x20;   "LocationCode": "string",

&#x20;   "YearReport": 0,

&#x20;   "QuarterReport": 0,

&#x20;   "Status": 0,

&#x20;   "CreateDate": "2025-04-23T04:55:39.762Z",

&#x20;   "UpdateDate": "2025-04-23T04:55:39.762Z",

&#x20;   "TotalRow": 0,

&#x20;   "TotalPage": 0
{% endhint %}

<table><thead><tr><th width="229.5625">Tên trường dữ liệu</th><th width="103.3359375">Loại dữ liệu</th><th width="73">Độ dài dữ liệu</th><th width="191">Mô tả (VN)</th><th width="179">Mô tả (EN)</th></tr></thead><tbody><tr><td>RecordId</td><td>int</td><td></td><td>Khóa chính của bảng auto-generated IDENTITY(1,1)</td><td>Primary key of table, auto-generated IDENTITY (1,1)</td></tr><tr><td>NationalAccountVNId</td><td>int</td><td></td><td>Định danh đối tượng trong bảng (1 đối tượng có thể có nhiều bản ghi)</td><td>Identity of object (one object can have more than one record)</td></tr><tr><td>SourceOrganizationId</td><td>int</td><td></td><td>Nguồn data từ bảng FGFB_COIN_DR_Organization</td><td>Source of data from FGFB_COIN_DR_Organization</td></tr><tr><td>PeriodId</td><td>int</td><td></td><td>Kỳ ghi nhận thông tin vd: Q3-2019... từ bảng FGFB_SYDI_DR_Period</td><td>Period record data for example Q3-2019 from table FGFB_SYDI_DR_Period</td></tr><tr><td>DataStatusId</td><td>tinyint</td><td></td><td>Trạng thái(dự báo, sơ bộ, chính thức, điều chỉnh)  data từ bảng FGFB_MEIN_DM_DataStatus</td><td>Status of Data from FGFB_MEIN_DM_DataStatus</td></tr><tr><td>PublicDateId</td><td>date</td><td></td><td>Ngày công bố thông tin</td><td>Public date of data</td></tr><tr><td>DocumentDateId</td><td>date</td><td></td><td>Ngày chốt số liệu</td><td>Date of Record Data</td></tr><tr><td>LocationId</td><td>int</td><td></td><td>Địa điểm từ bảng FGFB_CMMS_DM_Location</td><td>Location From FGFB_CMMS_DM_Location</td></tr><tr><td>NationalAccountVNTypeId</td><td>smallint</td><td></td><td>Loại phân loại GDP ví dụ: tổng, ngành...  từ Bảng FGFB_METV_DR_NationalAccountVNType</td><td>Type of GDP classification e.g. total, industry ... from Table FGFB_METV_DR_NationalAccountVNType</td></tr><tr><td>BaseYear</td><td>smallint</td><td></td><td>Năm cơ sở</td><td>Base Year price</td></tr><tr><td>Value</td><td>decimal</td><td>(28,8)</td><td>Giá trị</td><td>Value</td></tr><tr><td>Description</td><td>nvarchar</td><td>255</td><td>Mô tả</td><td>Description</td></tr><tr><td>en_Description</td><td>varchar</td><td>255</td><td>Mô tả tiếng anh</td><td>Description in english</td></tr><tr><td>Status</td><td>tinyint</td><td></td><td>0: record khóa; 1: record mở; 2: record đã xóa </td><td>The record status: 0: Locked; 1: Open; 2: Deleted</td></tr><tr><td>CreateDate</td><td>date</td><td></td><td>Ngày tạo record</td><td>Created date</td></tr><tr><td>UpdateDate</td><td>date</td><td></td><td>Ngày cập nhật record </td><td>Updated ên</td></tr></tbody></table>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://datafeed.fiingroup.vn/api-kinh-te-vi-mo/gdp/gdp-quoc-gia/gpd-theo-thanh-phan-kinh-te.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
