get_pledge_alert
Check an NSE stock's promoter pledge percentage and quarterly changes to identify risk levels (safe, watch, danger, critical) and receive early warnings before forced selling crashes the price.
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 |