# Currency exchange rates

> API Name: /Market/GetExchangeRate

<table><thead><tr><th width="183.671875">Field name</th><th width="103.03515625">Data type</th><th width="73">Data length</th><th width="263">Description (VN)</th><th width="252.90625">Description (EN)</th></tr></thead><tbody><tr><td>CurrencyRateId</td><td>bigint</td><td></td><td>Id lưu tỷ giá ngoại tệ</td><td>Exchange rate saving ID</td></tr><tr><td>OrganCode</td><td>nvarchar</td><td>15</td><td>Mã doanh nghiệp theo quy định của StoxPlus</td><td>Organization code, defined by StoxPlus</td></tr><tr><td>LeftCurrencyCode<br>RightCurrencyCode</td><td>nvarchar</td><td>5</td><td>Mã tiền tệ lấy từ bảng stx_mst_Currency Left so với Right vd: USD-VND: tỷ giá USD so với VND</td><td>Currency code taken from the stx_mst_Currency table Left compared to Right e.g.: USD-VND: exchange rate USD compared to VND</td></tr><tr><td>ExchangeRateCode</td><td>nvarchar</td><td>15</td><td>Mã cặp tiền tệ</td><td>Exchange rate code</td></tr><tr><td>Buy</td><td>decimal</td><td>(18,0)</td><td>Mua vào</td><td>Buy </td></tr><tr><td>Transfer</td><td>decimal</td><td>(18,0)</td><td>Chuyển khoản</td><td>Transfer </td></tr><tr><td>Sell</td><td>decimal</td><td>(18,0)</td><td>Bán ra</td><td>Sell</td></tr><tr><td>TradingDate</td><td>datetime</td><td></td><td>Thời gian giao dịch</td><td>Transaction time </td></tr><tr><td>Status</td><td>tinyint</td><td>1</td><td>Trạng thái của bản ghi. 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>datetime</td><td>8</td><td>Ngày tạo record </td><td>The first created date</td></tr><tr><td>UpdateDate</td><td>datetime</td><td>8</td><td>Ngày cập nhật record </td><td>The last 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/exchange-rates/currency-exchange-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.
