# Commercial bank deposit interest rates

> API name: /Macro/GetDepositInterestRate

<table><thead><tr><th width="254.69921875">Field name</th><th width="88.06640625">Data type</th><th width="73">Data length</th><th width="191">Description (VN)</th><th width="179">Description (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-datafeed-en/api-macroeconomics/monetary-policies/interest-rates/commercial-bank-deposit-interest-rates.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.
