Capital Distribution
capital_distributionRetrieve capital distribution for a stock, showing inflow and outflow amounts categorized by trade size (large, medium, small).
Instructions
Get capital distribution for a symbol. Returns {timestamp, capital_in{large, medium, small}, capital_out{large, medium, small}} (decimal strings in settlement currency).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | Security symbol, e.g. "700.HK" |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| timestamp | Yes | Snapshot timestamp (RFC3339). | |
| capital_in | Yes | Inflow capital broken down by order size. | |
| capital_out | Yes | Outflow capital broken down by order size. |