institutional-flow-tracker

Analyze institutional investor ownership changes from 13F filings data.

1|Updated Feb 18, 2026
One-click install
npx skills add https://github.com/darkounus90/BOTTX3 --skill institutional-flow-tracker-darkounus90
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: institutional-flow-tracker
Source: https://github.com/darkounus90/BOTTX3/tree/main/.agents/skills/institutional-flow-tracker
Command: npx skills add https://github.com/darkounus90/BOTTX3 --skill institutional-flow-tracker-darkounus90

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires requests, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill helps you track and analyze institutional investor activity, allowing you to uncover patterns and trends that can inform your investment decisions.

Core Features & Use Cases

  • Institutional Ownership Screening: Identify stocks with significant institutional ownership changes.
  • Deep Dive Analysis: Analyze historical institutional ownership trends, top holders, and position changes for individual stocks.
  • Institution Tracking: Follow specific hedge funds or investment firms to understand their portfolio moves.
  • Signal Interpretation Framework: Provides a tier-based weighting system for institutional investors and a framework for interpreting signals based on institutional activity.
  • Integration with Other Skills: Can be integrated with other skills like the Value Dividend Screener for a more comprehensive analysis.

Quick Start

Use the institutional-flow-tracker skill to screen for stocks with significant institutional activity:

python3 institutional-flow-tracker/scripts/track_institutional_flow.py --top 50 --min-change-percent 10

Frequently Asked Questions about institutional-flow-tracker

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I track institutional investor activity from 13F filings?

This Skill screens for stocks with significant institutional ownership changes by analyzing 13F filings data. You can run it using Python 3.8+ and filter results by minimum change percentage to uncover smart money patterns.

What is smart money accumulation and how is it identified in portfolio flows?

Smart money accumulation is identified by analyzing institutional investor ownership changes and portfolio flows from 13F filings. The framework uses a tier-based weighting system for institutional investors to interpret these signals based on their activity levels.

Can I screen for stocks with significant institutional ownership changes using Python?

Yes, you can screen for stocks with significant institutional ownership changes using Python 3.8+. The script requires the requests library and FMP API access to filter top stocks by minimum ownership change percentages.

Do I need an FMP API key to analyze institutional ownership trends?

Yes, FMP API access is required to analyze historical institutional ownership trends, top holders, and position changes for individual stocks. You also need Python 3.8+ and the requests library installed to execute the analysis scripts.

Can I follow specific hedge funds to track their portfolio moves?

Yes, the institutional tracking feature allows you to follow specific hedge funds or investment firms to understand their portfolio moves. It analyzes their position changes and historical ownership trends based on 13F filings data.

How do I interpret signals from institutional investor activity?

You interpret signals from institutional investor activity using the provided signal interpretation framework. It applies a tier-based weighting system to institutional investors to evaluate the significance of their accumulation or distribution patterns.