TradingAgents/tradingagents/dataflows
Youssef Aitousarrah 573b756b4b fix(insider-buying): preserve transaction details, add cluster detection and smart priority
- Call get_finviz_insider_buying with return_structured=True and deduplicate=False
  to get all raw transaction dicts instead of parsing markdown
- Group transactions by ticker for cluster detection (2+ unique insiders = CRITICAL)
- Smart priority: CEO/CFO + >$100K = CRITICAL, director + >$50K = HIGH, etc.
- Preserve insider_name, insider_title, transaction_value, num_insiders_buying in output
- Rich context strings: "CEO John Smith purchased $250K of AAPL shares"
- Update finviz_scraper alias to pass through return_structured and deduplicate params

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-20 08:36:18 -08:00
..
discovery fix(insider-buying): preserve transaction details, add cluster detection and smart priority 2026-02-20 08:36:18 -08:00
__init__.py WIP 2025-09-26 16:17:50 +08:00
alpha_vantage.py feat: discovery pipeline enhancements with ML signal scanner 2026-02-09 22:53:42 -08:00
alpha_vantage_analysts.py feat: discovery pipeline enhancements with ML signal scanner 2026-02-09 22:53:42 -08:00
alpha_vantage_common.py feat: discovery pipeline enhancements with ML signal scanner 2026-02-09 22:53:42 -08:00
alpha_vantage_fundamentals.py feat: discovery pipeline enhancements with ML signal scanner 2026-02-09 22:53:42 -08:00
alpha_vantage_indicator.py feat: discovery pipeline enhancements with ML signal scanner 2026-02-09 22:53:42 -08:00
alpha_vantage_news.py feat: discovery pipeline enhancements with ML signal scanner 2026-02-09 22:53:42 -08:00
alpha_vantage_stock.py feat: discovery pipeline enhancements with ML signal scanner 2026-02-09 22:53:42 -08:00
alpha_vantage_volume.py chore: linter formatting + ML scanner logging, prompt control, ranker reasoning 2026-02-09 23:04:38 -08:00
config.py feat: discovery pipeline enhancements with ML signal scanner 2026-02-09 22:53:42 -08:00
delisted_cache.py feat: discovery pipeline enhancements with ML signal scanner 2026-02-09 22:53:42 -08:00
finnhub_api.py chore: linter formatting + ML scanner logging, prompt control, ranker reasoning 2026-02-09 23:04:38 -08:00
finviz_scraper.py fix(insider-buying): preserve transaction details, add cluster detection and smart priority 2026-02-20 08:36:18 -08:00
fmp_api.py feat: discovery pipeline enhancements with ML signal scanner 2026-02-09 22:53:42 -08:00
google.py feat: discovery pipeline enhancements with ML signal scanner 2026-02-09 22:53:42 -08:00
googlenews_utils.py feat: discovery pipeline enhancements with ML signal scanner 2026-02-09 22:53:42 -08:00
interface.py feat: discovery pipeline enhancements with ML signal scanner 2026-02-09 22:53:42 -08:00
local.py chore: linter formatting + ML scanner logging, prompt control, ranker reasoning 2026-02-09 23:04:38 -08:00
market_data_utils.py feat: discovery pipeline enhancements with ML signal scanner 2026-02-09 22:53:42 -08:00
news_semantic_scanner.py chore: linter formatting + ML scanner logging, prompt control, ranker reasoning 2026-02-09 23:04:38 -08:00
openai.py feat: discovery pipeline enhancements with ML signal scanner 2026-02-09 22:53:42 -08:00
reddit_api.py chore: linter formatting + ML scanner logging, prompt control, ranker reasoning 2026-02-09 23:04:38 -08:00
reddit_utils.py feat: discovery pipeline enhancements with ML signal scanner 2026-02-09 22:53:42 -08:00
semantic_discovery.py feat: discovery pipeline enhancements with ML signal scanner 2026-02-09 22:53:42 -08:00
stockstats_utils.py feat: discovery pipeline enhancements with ML signal scanner 2026-02-09 22:53:42 -08:00
technical_analyst.py feat: discovery pipeline enhancements with ML signal scanner 2026-02-09 22:53:42 -08:00
ticker_semantic_db.py Remore unused code and improve the UI 2026-02-16 14:17:43 -08:00
tradier_api.py feat: discovery pipeline enhancements with ML signal scanner 2026-02-09 22:53:42 -08:00
twitter_data.py feat: discovery pipeline enhancements with ML signal scanner 2026-02-09 22:53:42 -08:00
utils.py feat: discovery pipeline enhancements with ML signal scanner 2026-02-09 22:53:42 -08:00
y_finance.py feat: discovery pipeline enhancements with ML signal scanner 2026-02-09 22:53:42 -08:00