bandar-check

Solid

Answer "who is accumulating this stock?" for an IDX ticker using Stockbit broker-flow data. Use when the user asks about bandar, big money, accumulation, distribution, foreign flow, asing, or who is on the other side of the tape.

AI & Automation 35 stars 12 forks Updated 3 days ago MIT

Install

View on GitHub

Quality Score: 83/100

Stars 20%
52
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Bandar check Broker flow is the one thing this server has that no general market API does. It is also the easiest thing to over-read, so the order below is not optional: establish that the tape is meaningful before saying anything about who is on it. ## The sequence 1. **`market_session`** — is the market open, pre-open, or closed? Today's flow is partial until it closes. Say so rather than quietly presenting half a day as a day. 2. **`broker_summary symbol=… `** — the ledger. Every broker's buy and sell over the window. - `period` takes one of FIVE windows, and only these five: `LATEST`, `YESTERDAY`, `LAST_7_DAYS`, `LAST_3_MONTHS`, `YEAR_TO_DATE`. The longer ten-value list belongs to `broker_top` and `broker_distribution`, which are different endpoints; sending one of those here is rejected, and `LAST_1_DAY` / `LAST_30_DAYS` return a 400 from Stockbit itself. Or give `from`/`to` for an explicit range. Do not do both — the API ignores the dates and answers with the latest session, silently. - `broker_activity` has **no window at all**. Measured 2026-09-01: every value of `period` answers 400 there, so the tool refuses it rather than sending it. Its window is the server's, and it is reported back in `from`/`to` on the result — read those to date the rows. - `transaction_type` is `NET` or `GROSS`. **NET is the question people mean.** GROSS tells you who was busy; NET tells you who ended up holding. - `market_board` def...

Details

Author
INo-xious
Repository
INo-xious/stockbit-mcp
Created
1 months ago
Last Updated
3 days ago
Language
TypeScript
License
MIT

Integrates with

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Solid

watch

Watch live IDX turnover and order books for unusual activity — value surges, auto-reject approach, one-sided depth, walls appearing or withdrawn, quiet stocks waking up, UMA flags — plus delayed print-by-print attribution and end-of-day broker context. Use when the user runs /watch, or asks what is trading right now, who is moving, whether anyone is dumping, or where the money is going in the Indonesian market.

35 Updated 3 days ago
INo-xious
AI & Automation Listed

intraday-microstructure

Measure the market at the tick level and know when the measure is lying. TRIGGER - build dollar bars, volume bars, tick bars, imbalance bars; classify trades as buyer or seller initiated, Lee-Ready, tick rule, bulk volume classification, BVC; quoted vs effective vs realized spread, price impact, Kyle's lambda, Amihud illiquidity, order flow imbalance, OFI, VPIN; reconstruct the order book from MBO, market by order, L2 vs L3, queue position, NBBO, odd lots, dark prints; "my tick strategy works on bars but not on ticks", exchange clock vs vendor clock, the 5-second rule. SKIP for downloading tick data or picking a vendor (market-data-sourcing), for as-of joins and tick storage (market-data-engineering), for the cost of your own fills (execution-cost-analysis), for indicator look-ahead on bars (signal-construction), for how an engine fills orders or what spread to assume in a bar backtest (backtesting-engines) and for short-sale or margin rules (us-market-rules).

1 Updated today
howard-lynn-ye
AI & Automation Solid

eastmoney-sector-flow

查询东方财富板块资金流(行业/概念/地域日资金流)。用户问东财板块资金流、板块主力净流入、行业/概念/地域资金流向、BK 板块代码资金流、超大单大单净流入时使用。

63 Updated today
FTShare-Lab