> For the complete documentation index, see [llms.txt](https://datafeed.fiingroup.vn/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://datafeed.fiingroup.vn/api-datafeed-en/api-macroeconomics/monetary-policies/interest-rates/interbank-interest-rate-vnibor.md).

# Interbank interest rate - VNIBOR

> API name: /Macro/GetSBVInterbankInterestRate

<table><thead><tr><th width="275.14453125">Field name</th><th width="100.91015625">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>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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://datafeed.fiingroup.vn/api-datafeed-en/api-macroeconomics/monetary-policies/interest-rates/interbank-interest-rate-vnibor.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
