> 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/operating-interest-rates-and-statistics-interest-rates-of-the-sbv.md).

# Operating interest rates and Statistics interest rates of the SBV

> API name: /Macro/GetSBVInterestRate

<table><thead><tr><th width="229.33984375">Field name</th><th width="105.0625">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>SBVInterestRateVNId</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>SBVRateVNTypeId</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_DM_SBVRateType</td><td>Type of interest rate Vn state bank from table FGFB_MEIN_DM_SBVRateType</td></tr><tr><td>SBVRateVNTypeName</td><td></td><td></td><td></td><td></td></tr><tr><td>en_SBVRateVNTypeName</td><td></td><td></td><td></td><td></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>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>(18,8)</td><td>Giá trị</td><td>Value</td></tr><tr><td>DocumentCode</td><td>nvarchar</td><td>55</td><td>Số công văn</td><td>Document No</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>Description</td><td>nvarchar</td><td>128</td><td>Mô tả</td><td>Description</td></tr><tr><td>en_Description</td><td>nvarchar</td><td>128</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
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/operating-interest-rates-and-statistics-interest-rates-of-the-sbv.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.
