# Lãi suất huy động NHTM

> API name: /Macro/GetDepositInterestRate

{% 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": 2476805,

&#x20;     "DepositInterestRateVNId": 2476746,

&#x20;     "OrganizationId": 3167,

&#x20;     "DepositInterestRateVNTypeId": 3,

&#x20;     "DurationId": 190,

&#x20;     "EffectiveDateId": "2025-04-23T00:00:00",

&#x20;     "PublicDateId": "2025-04-23T00:00:00",

&#x20;     "Value": 0.0415,

&#x20;     "IsIndividual": false,

&#x20;     "CurrencyId": 22,

&#x20;     "StartDepositValue": 0,

&#x20;     "EndDepositValue": 0,

&#x20;     "DepositInterestRateVNTypeName": "Trả lãi định kỳ hàng tháng",

&#x20;     "en\_DepositInterestRateVNTypeName": "Interest Paid Monthly",

&#x20;     "DurationName": "60 tháng",

&#x20;     "en\_DurationName": "60 months",

&#x20;     "CurrencyCode": "VND",

&#x20;     "Status": 1,

&#x20;     "CreateDate": "2025-04-23T09:35:17",

&#x20;     "UpdateDate": "2025-04-23T09:35:17.987",

&#x20;     "TotalRow": 1885,

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

<table><thead><tr><th width="254.69921875">Tên trường dữ liệu</th><th width="88.06640625">Loại dữ liệu</th><th width="73">Độ dài ký tự 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>DepositInterestRateVNId</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>OrganizationId</td><td>int</td><td></td><td>Nguồn data từ bảng FGFB_COIN_DR_Organization</td><td>Source Data from FGFB_COIN_DR_Organizartion</td></tr><tr><td>DepositInterestRateVNTypeId</td><td>tinyint</td><td></td><td>Loại lãi suất: thường có các loại có thể rút trước hạn, cam kết không rút trước hạn</td><td>Deposit Interest rate type</td></tr><tr><td>DurationId</td><td>smallint</td><td></td><td>Kỳ hạn lãi suất từ bảng FGFB_COIN_DM_Duration</td><td>Term of Deposit Interest rate from FGFB_COIN_DM_Duration</td></tr><tr><td>EffectiveDateId</td><td>date</td><td></td><td>Ngày có hiệu lực</td><td>Effective date</td></tr><tr><td>PublicDateId</td><td>date</td><td></td><td>Ngày công bố</td><td>Date of publication</td></tr><tr><td>Value</td><td>decimal</td><td>(5,4)</td><td>Giá trị lãi suất %</td><td>Interest value</td></tr><tr><td>IsIndividual</td><td>bit</td><td></td><td>Phân biệt lãi cá nhân/ tổ chức</td><td>Individuals or Institution</td></tr><tr><td>CurrencyId</td><td>smallint</td><td></td><td>Nguồn data từ bảng FGFB_CMMS_DM_Currency</td><td>Source Date from FGFB_CMMS_DM_Currency</td></tr><tr><td>StartDepositValue</td><td>bigint</td><td></td><td>Mô tả</td><td>Description</td></tr><tr><td>EndDepositValue</td><td>bigint</td><td></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 date </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/chinh-sach-tien-te/lai-suat/lai-suat-huy-dong-nhtm.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.
