get_equity_flow
Analyze real-time institutional orderflow signals for US stocks to detect buy/sell pressure, market state, and risk levels during market hours.
Instructions
Get real-time institutional orderflow signal for a US equity stock.
Returns live microstructure intelligence from Alpaca IEX feed:
- signal: BUY_PRESSURE / SELL_PRESSURE / NEUTRAL
- confidence: 0.0 to 1.0 AI confidence score
- market_state: TRENDING_UP / TRENDING_DOWN / RANGE_BOUND / VOLATILE
- risk: LOW / MEDIUM / HIGH / EXTREME
- bid_ratio: orderbook bid imbalance
- buy_ratio: aggressive buy percentage
- delta_5s: net volume delta over last 5 seconds
Note: US equity data is available during market hours (14:30-21:00 UTC).
Args:
symbol: US stock ticker (e.g., AAPL, NVDA, TSLA, MSFT)
Example usage:
get_equity_flow("NVDA")Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |