get_stocks_no_price_change_first_five_days
Identify stocks that maintain stable prices without any change during the initial five trading days to analyze market stability and identify low-volatility securities.
Instructions
Get stocks with no price change in the first five trading days.
Input Schema
| Name | Required | Description | Default | 
|---|---|---|---|
| No arguments | |||
Input Schema (JSON Schema)
{
  "properties": {},
  "type": "object"
}