get_company_daily_insider_trades_untransferred
Retrieve daily insider share transfers that have not been executed for a listed company using its stock code.
Instructions
Obtain daily insider share transfers that have not yet been executed for a listed company based on its stock code.
Input Schema
| Name | Required | Description | Default | 
|---|---|---|---|
| code | Yes | 
Input Schema (JSON Schema)
{
  "properties": {
    "code": {
      "title": "Code",
      "type": "string"
    }
  },
  "required": [
    "code"
  ],
  "type": "object"
}