# Stock dividend payment plan

> API Name: ​/CorporateAction​/GetStockDividendPlan

{% hint style="info" %}
**Below is an example of how the data is presented in the API:**

·       "StockDividendPlanId": 60588,

·       "OrganCode": "BID",

·       "PublicDate": "2020-03-07T00:00:00",

·       "ExerciseRatio": 0.07,

·       "ExerciseRatioOwn": 100,

·       "ExerciseRatioEarn": 7,

·       "PlanVolumn": 281541263,

·       "StageCode": "YY",

·       "DividendYear": 2019,

·       "IsTransfer": true,

·       "NonTransferablePeriod": 0,

·       "NonTransferablePeriodUnitCode": null,

·       "NonTransferablePeriodFrom": "1753-01-01T00:00:00",

·       "NonTransferablePeriodTo": "1753-01-01T00:00:00",

·       "Goal": null,

·       "Note": "",

·       "FinancialResource": "",

·       "SourceName": null,

·       "SourceUrl": null,

·       "en\_Goal": null,

·       "en\_Note": null,

·       "en\_FinancialResource": null,

·       "en\_SourceName": null,

·       "en\_SourceUrl": null,

·       "Status": 1,

·       "CreateDate": "2020-03-09T14:04:28.913",

·       "UpdateDate": "2020-03-09T14:18:54.867"
{% endhint %}

<table><thead><tr><th width="271.421875">Field name</th><th width="100.75390625">Data type</th><th width="85.16015625">Data length</th><th width="192">Description (VN)</th><th width="179">Description (EN)</th></tr></thead><tbody><tr><td>StockDividendPlanId</td><td>bigint</td><td>8</td><td>Khóa chính của bảng auto-generated IDENTITY(1,1)</td><td>Primary key of auto-generated IDENTITY(1,1)</td></tr><tr><td>OrganCode</td><td>nvarchar</td><td>15</td><td>Mã của StoxPlus</td><td>StoxPlus-defined code </td></tr><tr><td>PublicDate</td><td>datetime</td><td>8</td><td>Ngày công bố</td><td>Public date </td></tr><tr><td>ExerciseRatio</td><td>decimal</td><td>(18,10)</td><td>Tỷ lệ % phát hành</td><td>Exercise ratio </td></tr><tr><td>ExerciseRatioOwn<br>ExerciseRatioEarn</td><td>decimal</td><td>(18,10)</td><td>Tỷ lệ thực hiện: 10:3 (người sở hữu 10 (ExerciseRatioOwn) cổ phiếu được nhận 03 (ExerciseRatioEarn) cổ phiếu mới)</td><td>Exercise Ratio: 10:3 (holder of 10 (ExerciseRatioOwn) shares receives 03 (ExerciseRatioEarn) new shares)</td></tr><tr><td>PlanVolumn</td><td>decimal</td><td>(18,0)</td><td>Số lượng cổ phiếu dự kiến phát hành</td><td>Expected number of shares to be issued</td></tr><tr><td>StageCode</td><td>nvarchar</td><td>5</td><td>Thời gian dự kiến đợt trả cổ tức. Vd: tháng 6, quý 3</td><td>Expected dividend payment time. E.g.: June, Q3</td></tr><tr><td>DividendYear</td><td>int</td><td></td><td>Năm trả cổ tức</td><td>Dividend payment year</td></tr><tr><td>IsTransfer</td><td>bit</td><td></td><td>Được phép chuyển nhượng hay không. 0: Không được chuyển nhượng. 1: Được chuyển nhượng</td><td>Transferability. 0: Non-transferable. 1: Transferable</td></tr><tr><td>NonTransferablePeriod</td><td>int</td><td></td><td>Thời gian không được phép chuyển nhượng</td><td>Non-transferable period</td></tr><tr><td>NonTransferablePeriodUnitCode</td><td>nvarchar</td><td>5</td><td>Đơn vị thời gian không được phép chuyển nhượng. Vd: Ngày, tháng, năm</td><td>Non-transferable period unit. E.g.: day, month, year</td></tr><tr><td>NonTransferablePeriodFrom</td><td>datetime</td><td></td><td>Ngày bắt đầu không được chuyển nhượng</td><td>Start day of non-transferable period</td></tr><tr><td>NonTransferablePeriodTo</td><td>datetime</td><td></td><td>Ngày kết thúc không được chuyển nhượng</td><td>End day of non-transferable period</td></tr><tr><td>Goal</td><td>nvarchar</td><td>255</td><td>Mục đích phát hành</td><td>Issuance goals</td></tr><tr><td>Note</td><td>nvarchar</td><td>255</td><td>Ghi chú cho đợt phát hành</td><td>Notes for issuance </td></tr><tr><td>FinancialResource</td><td>nvarchar</td><td>255</td><td>Nguồn tài chính phát hành</td><td>Fiancial source of issuance </td></tr><tr><td>SourceName</td><td>nvarchar</td><td>128</td><td>Nguồn dữ liệu kế hoạch đầu năm. (Tạo bảng lưu trữ 1 số loại nguồn cố định phục vụ việc gõ nguồn) vd: "Nghị quyết đại hội cổ đông năm …"</td><td>Source data for the beginning-of-year plan. (Create a table to store some fixed source types for inputting sources) e.g.:</td></tr><tr><td>SourceUrl</td><td>nvarchar</td><td>255</td><td>Link nguồn file công bố (của sở, của stox, của bên thứ 3, ...)</td><td>Source file link of announcement (of the exchange, of Stox, of a third party, etc.)</td></tr><tr><td>en_Goal</td><td>nvarchar</td><td>255</td><td>Mục đích phát hành</td><td>Issuance goals</td></tr><tr><td>en_Note</td><td>nvarchar</td><td>255</td><td>Ghi chú cho đợt phát hành</td><td>Notes for issuance </td></tr><tr><td>en_FinancialResource</td><td>nvarchar</td><td>255</td><td>Nguồn tài chính phát hành</td><td>Fiancial source of issuance </td></tr><tr><td>en_SourceName</td><td>nvarchar</td><td>128</td><td>Nguồn dữ liệu kế hoạch đầu năm. (Tạo bảng lưu trữ 1 số loại nguồn cố định phục vụ việc gõ nguồn) vd: "Nghị quyết đại hội cổ đông năm …"</td><td>Source data for the beginning-of-year plan. (Create a table to store some fixed source types for inputting sources) e.g.:</td></tr><tr><td>en_SourceUrl</td><td>nvarchar</td><td>255</td><td>Link nguồn file công bố (của sở, của stox, của bên thứ 3, ...)</td><td>Source file link of announcement (of the exchange, of Stox, of a third party, etc.)</td></tr><tr><td>Status</td><td>tinyint</td><td></td><td>Trạng thái của bản ghi. 0: record khóa; 1: record mở; 2: record đã xóa </td><td>Record status. 0: record locked; 1: record open; 2: record deleted</td></tr><tr><td>CreateDate</td><td>datetime</td><td></td><td>Ngày tạo record </td><td>Created date </td></tr><tr><td>UpdateDate</td><td>datetime</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-datafeed-en/api-corporate/event-calendar/stock-dividend-payment-plan.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.
