# Sovereign Wealth Fund Tracker — Holdings & Profiles (`nexgendata/sovereign-wealth-fund-tracker`) Actor

Track sovereign-wealth-fund holdings and profiles from SEC EDGAR — parsed, source-linked JSON for analysts, funds and AI agents.

- **URL**: https://apify.com/nexgendata/sovereign-wealth-fund-tracker.md
- **Developed by:** [NexGenData](https://apify.com/nexgendata) (community)
- **Categories:** Business, Automation
- **Stats:** 2 total users, 0 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $50.00 / 1,000 swf profiles

This Actor is paid per event. You are not charged for the Apify platform usage, but only a fixed price for specific events.

Learn more: https://docs.apify.com/platform/actors/running/actors-in-store#pay-per-event

## What's an Apify Actor?

Actors are web data automations that power AI and operations. They run on the Apify platform to scrape websites, process data, connect APIs, and automate workflows.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.
Actors are written with capital "A".

## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
The best way to integrate Actors is as follows.

- **AI agents and MCP clients** — the [Apify MCP server](https://docs.apify.com/integrations/mcp.md) at `https://mcp.apify.com` (remote, streamable HTTP, OAuth on first use).
- **Agentic workflows and local Actor development** — [Agent Skills](https://apify.com/.well-known/agent-skills/index.json) with the [Apify CLI](https://docs.apify.com/cli/docs.md): `npm install -g apify-cli`, then `apify login`.
- **JavaScript/TypeScript projects** — the official [JS/TS client](https://docs.apify.com/api/client/js/docs.md): `npm install apify-client`.
- **Python projects** — the official [Python client](https://docs.apify.com/api/client/python/docs.md): `pip install apify-client`.
- **Any other language** — the [REST API](https://docs.apify.com/api/v2.md).

For usage examples, see the [API](#api) section below.

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).

# README

## Sovereign Wealth Fund Tracker

Track sovereign-wealth-fund holdings and profiles from SEC EDGAR, parsed into clean JSON. Built for analysts, funds, fintech builders and AI agents. Factual public SEC/EDGAR data — not financial or investment advice. Not affiliated with the U.S. SEC.

### 📊 What you get

Clean JSON, one record per record. Key fields (full output has 16 fields):

- `asset_allocation` — Output field
- `aum_change_pct` — Output field
- `aum_usd_billion` — Output field
- `aum_usd_billion_prior_year` — Output field
- `country` — Output field
- `country_code` — Output field
- `data_source` — Output field
- `files_13f` — Output field
- `governance_type` — Output field
- `inception_year` — Output field

**Pricing:** $0.25 per record (Pay-Per-Event) — about **4 records per $1**.

### 🤖 Use with AI agents

Structured, source-linked SEC data built for LLM and agent pipelines — point Claude, the OpenAI Agents SDK, an n8n flow or any MCP-aware client at it and pull sovereign-wealth-fund holdings and profiles on demand.

**Sample agent prompt:**

```
Profile the largest sovereign wealth funds and their disclosed US holdings.
```

**Agentic payments (x402):** Supports agentic payment via x402 — agents can call this actor with USDC, no API key required.

### ⏰ Run on a schedule

The recurring frame is the point — schedule a daily or weekly pull:

```json
{
  "limit": 50
}
```

### 🔗 Related SEC actors

**More holdings trackers:** [13F Tracker Pro](https://apify.com/nexgendata/sec-form-13f-tracker-pro), [13F Delta Tracker](https://apify.com/nexgendata/13f-holdings-delta-tracker), [N-PORT Holdings](https://apify.com/nexgendata/sec-form-nport-mutual-fund-holdings), [N-PORT-P Holdings](https://apify.com/nexgendata/sec-form-nport-p-mutual-fund-holdings)

**Agent front doors:** [SEC Corporate Events MCP](https://apify.com/nexgendata/sec-corporate-events-mcp), [Regulatory Filings MCP](https://apify.com/nexgendata/regulatory-filings-mcp)

***

*Data parsed from public SEC EDGAR filings. Factual public SEC/EDGAR data — not financial or investment advice. Not affiliated with the U.S. SEC.*

# Actor input Schema

## `funds` (type: `array`):

Optional list of Sovereign Wealth Fund names to filter by. Case-insensitive substring match against the official SWF name. Examples: 'Norway GPFG' (Norges Bank Investment Management — $1.7T+ oil-revenue fund), 'Saudi PIF' (Public Investment Fund — Vision 2030 mega-fund, LIV Golf / Newcastle United / Lucid), 'ADIA' (Abu Dhabi Investment Authority — secretive UAE oil-surplus giant), 'CIC' (China Investment Corporation), 'GIC' (Singapore), 'Temasek' (Singapore active commercial holdco), 'KIA' (Kuwait Investment Authority — oldest SWF in the world, est. 1953), 'QIA' (Qatar Investment Authority — Volkswagen / Harrods / Glencore stakes), 'Mubadala' (UAE), 'NBIM' (alias for Norway). Leave empty to return the full curated universe ranked by AUM.

## `countries` (type: `array`):

Optional list of countries — either full names or ISO-3166 alpha-2 codes. Examples: 'Norway', 'NO', 'Saudi Arabia', 'SA', 'United Arab Emirates', 'AE' (covers ADIA, Mubadala, ICD), 'Singapore', 'SG' (covers both GIC and Temasek), 'China', 'CN', 'Kuwait', 'KW', 'Qatar', 'QA'. Multiple country filters combine with OR. Useful for building a 'GCC SWF basket' ('SA','AE','KW','QA','OM','BH') or 'Asian SWF basket' ('SG','CN','KR','MY'). Leave empty for no country filter.

## `min_aum_usd_billion` (type: `integer`):

Filter to SWFs with AUM (Assets Under Management) at or above this threshold, denominated in USD billions. Use 100 to focus on the mega-funds (only ~12 SWFs globally cross $100B), 500 to focus on the top-tier whales (Norway GPFG, CIC, ADIA, KIA, GIC, PIF, QIA, HKMA), or 1000 to focus only on the trillion-dollar tier. Leave at 0 to include every fund in the curated universe down to the smaller funds (Botswana Pula, Nigeria NSIA, Ireland ISIF).

## `governance_type` (type: `string`):

Optional governance-style filter — substring match against the SWF's governance type label. Choose 'Independent' to filter to politically-insulated SWFs with an independent board (Norway GPFG, Australian Future Fund, NZ Super, ISIF, NSIA, APFC, Chile ESSF, KIA) — these typically have higher transparency and stronger Santiago Principles compliance. Choose 'Government-Controlled' for direct-state SWFs (PIF, CIC, ADIA, QIA, Mubadala, Temasek, GIC, ICD, Turkey TVF, Russia NWF). Choose 'Hybrid' for mixed governance models. Leave empty to include every governance model.

## `limit` (type: `integer`):

Maximum number of SWF profiles to push to the dataset, ordered by AUM descending. The curated universe contains ~30 funds covering virtually all SWFs above $3B in AUM. Typical macro-research analysts pull 10 (the megafund tier — Norway GPFG, CIC, ADIA, KIA, GIC, PIF, QIA, HKMA, Mubadala, Temasek), 20 (above $50B AUM tier), or 30 (the full curated universe). Each record is one pay-per-result charge of $0.25.

## Actor input object example

```json
{
  "funds": [
    "Norway GPFG",
    "Saudi PIF",
    "ADIA"
  ],
  "countries": [],
  "min_aum_usd_billion": 100,
  "governance_type": "",
  "limit": 10
}
```

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {
    "funds": [
        "Norway GPFG",
        "Saudi PIF",
        "ADIA"
    ],
    "countries": [],
    "min_aum_usd_billion": 100,
    "governance_type": "",
    "limit": 10
};

// Run the Actor and wait for it to finish
const run = await client.actor("nexgendata/sovereign-wealth-fund-tracker").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = {
    "funds": [
        "Norway GPFG",
        "Saudi PIF",
        "ADIA",
    ],
    "countries": [],
    "min_aum_usd_billion": 100,
    "governance_type": "",
    "limit": 10,
}

# Run the Actor and wait for it to finish
run = client.actor("nexgendata/sovereign-wealth-fund-tracker").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print("💾 Check your data here: https://console.apify.com/storage/datasets/" + run["defaultDatasetId"])
for item in client.dataset(run["defaultDatasetId"]).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{
  "funds": [
    "Norway GPFG",
    "Saudi PIF",
    "ADIA"
  ],
  "countries": [],
  "min_aum_usd_billion": 100,
  "governance_type": "",
  "limit": 10
}' |
apify call nexgendata/sovereign-wealth-fund-tracker --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "command": "npx",
            "args": [
                "mcp-remote",
                "https://mcp.apify.com/?tools=nexgendata/sovereign-wealth-fund-tracker",
                "--header",
                "Authorization: Bearer <YOUR_API_TOKEN>"
            ]
        }
    }
}

```

## OpenAPI specification

Download the OpenAPI definition: https://api.apify.com/v2/actors/eA6Dxv6Lb5V2dplWw/builds/1l5O4XGYk3r1c0VQ1/openapi.json
