# Tỷ giá trung tâm

> API name: /Macro/GetSBVCentralRate

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

&#x20;     "BaseCurrencyId": 21,

&#x20;     "QuoteCurrencyId": 22,

&#x20;     "TradingDateId": "2025-04-16T00:00:00",

&#x20;     "ExchangeRate": 24899,

&#x20;     "DocumentCode": "122/TB-NHNN",

&#x20;     "Description": " Ngân hàng Nhà nước Việt Nam công bố tỷ giá trung tâm của Đồng Việt Nam với Đô la Mỹ, áp dụng cho ngày 16/04/2025 như sau:",

&#x20;     "en\_Description": null,

&#x20;     "CurrencyPairTypeId": 1,

&#x20;     "SourceOrganizationId": 2268,

&#x20;     "BaseCurrencyCode": "USD",

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

&#x20;     "Status": 1,

&#x20;     "CreateDate": "2025-04-16T02:00:31.597",

&#x20;     "UpdateDate": "2025-04-16T09:02:00.69",

&#x20;     "TotalRow": 1,

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

<table><thead><tr><th width="195.49609375">Tên trường dữ liệu</th><th width="94.67578125">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>BaseCurrencyId</td><td>smallint</td><td></td><td>Tiền tệ cơ sở vd: USD,VND... từ bảng FGFB_CMMS_DM_Currency</td><td>Base Currency from FGFB_CMMS_DR_Currency</td></tr><tr><td></td><td></td><td></td><td></td><td></td></tr><tr><td>QuoteCurrencyId</td><td>smallint</td><td></td><td>Tiền tệ làm giá vd: USD,VND... từ bảng FGFB_CMMS_DM_Currency</td><td>Quote Currency from FGFB_CMMS_DR_Currency</td></tr><tr><td></td><td></td><td></td><td></td><td></td></tr><tr><td>TradingDateId</td><td>date</td><td></td><td>Ngày giao dịch</td><td>Trading date</td></tr><tr><td>ExchangeRate</td><td>decimal</td><td>(18,8)</td><td>Tỷ giá</td><td>Exchange Rate</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>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>CurrencyPairTypeId</td><td>tinyint</td><td></td><td>Loại của cặp tỷ giá vd: tỷ giá thường, tỷ giá chợ đen... từ bảng FGFB_MEIN_DM_CurrencyPairType</td><td>Currency Pair Type e.g. Normal, black market... from FGFB_MEIN_DM_CurrencyPairType</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></td></tr><tr><td>UpdateDate</td><td>date</td><td></td><td>Ngày cập nhật record </td><td></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/ty-gia/ty-gia-trung-tam.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.
