screen_dividend_stocks
Screen stocks by minimum dividend payout percentage to identify upcoming payouts. Filter by payout size as a percentage of face value.
Instructions
Screen the upcoming-payouts table by payout size.
Args: min_payout_pct: Minimum payout % to include (e.g. 50 = 50% of par). PSX payouts are quoted as % of face value (typically Rs 10). limit: Max results.
NOTE: This is a payout-size filter, not a true dividend-yield screen (yield = dividend / current price). For real yield you'd cross-reference each symbol's current price — call get_quote() per symbol if needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| min_payout_pct | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |