get_etf_overlap
Compare two ETFs' SEC N-PORT holdings to measure overlap and shared positions. Use it to verify if owning both truly diversifies.
Instructions
How much two ETFs hold the same things, from their full SEC N-PORT holdings. Returns weighted overlap (the share of each fund that is identical positions), how many holdings they share, and the biggest shared positions with each fund's weight. Use it to check whether owning both actually diversifies. Needs SEC_USER_AGENT set to a name and email.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbols | Yes | Exactly two ETF tickers, e.g. ["QQQM", "VUG"] |