stock_screener
Filter Indonesian or US stocks by today's price change, minimum price, and liquidity. Returns a list of matching tickers.
Instructions
Screen a stock universe on today's move.
Args: universe: "idx" (~277 Indonesian tickers) or "us" (~117 US tickers). min_change_pct: Keep only names up at least this much today. max_change_pct: Keep only names below this change today. min_price: Minimum share price, in the listing currency (IDR for IDX). max_symbols: How many tickers to quote. The universe files are ordered by liquidity, so the first N are the tradeable ones. limit: Rows to return.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| universe | No | idx | |
| min_price | No | ||
| max_symbols | No | ||
| max_change_pct | No | ||
| min_change_pct | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||