get_pledge_alert
Detect early warning signs of promoter share pledging for any NSE stock. Analyzes pledge percentage and quarterly changes to flag safe, watch, danger, or critical risk levels.
Instructions
Promoter pledge early warning for an NSE stock.
Checks current pledge % and QoQ change velocity. Risk levels: safe (< 10%) / watch (rising) / danger (> 30%) / critical (> 50%)
"Caught 3 stocks before they fell 40% — promoter was pledging shares"
Risk: When promoters pledge shares as collateral for loans, a falling stock price can trigger margin calls → forced selling → crash.
Args: symbol: NSE symbol (e.g. ADANIENT, ZEEL, any stock)
Returns:
pledge_pct, pledge_change_qoq
risk_level: safe / watch / danger / critical
alert: specific warning message
historical: last 4 quarters of pledge data
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |