# Lãi suất liên ngân hàng VNIBOR

> API name: /Macro/GetSBVInterbankInterestRate

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

&#x20;     "SBVInterbankInterestRateVNId": 4677,

&#x20;     "DurationId": 61,

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

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

&#x20;     "AverageRate": 0.05,

&#x20;     "TotalValue": 300000000000,

&#x20;     "UnitId": 8,

&#x20;     "SourceOrganizationId": 2268,

&#x20;     "DurationName": "9 Tháng",

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

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

&#x20;     "en\_UnitName": "VND  ",

&#x20;     "Status": 1,

&#x20;     "CreateDate": "2025-04-16T16:34:56",

&#x20;     "UpdateDate": "2025-04-16T16:36:35.297",

&#x20;     "TotalRow": 14,

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

<table><thead><tr><th width="275.14453125">Tên trường dữ liệu</th><th width="100.91015625">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>SBVInterbankInterestRateVNId</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>DurationId</td><td>tinyint</td><td></td><td>Loại lãi suất ngân hàng nhà nước Vn từ bảng FGFB_MEIN_DR_SBVRateType</td><td>Type of interest rate Vn state bank from table FGFB_MEIN_DR_SBVRateType</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>AverageRate</td><td>decimal</td><td>(18,8)</td><td>Giá trị</td><td>Value</td></tr><tr><td>TotalValue</td><td>bigint</td><td></td><td>Lãi suất BQ liên Ngân hàng </td><td>Interbank average interest rate</td></tr><tr><td>UnitId</td><td>tinyint</td><td></td><td>Đơn vị Tỷ đồng, nghìn tỷ từ FGFB_CMMS_DR_Unit</td><td>Unit of billion VND, thousand billion VND from FGFB_CMMS_DR_Unit</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 Date from FGFB_COIN_DR_Organizartion</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-lien-ngan-hang-vnibor.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.
