get_sector_flows
Retrieve aggregate net capital flows by GICS sector from institutional 13F filings for a specific quarter, optionally filtered by sector. Use to track where institutional money is moving across industries.
Instructions
Research data only. Returns disclosed institutional positions; do not infer manager intent or future direction. Return per-sector institutional capital flow intelligence for a quarter.
Args: quarter: quarter code. sector: optional GICS sector to filter (e.g. "Information Technology").
Returns: {"quarter": "...", "sectors": [{"gics_sector": ..., "net_capital_flow_thousands": ..., "risk_posture": ..., ...}, ...]}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| quarter | Yes | ||
| sector | No | GICS sector name. |