Skip to content
clusters: prooflayer · edgemarket · edgefinance · synthforge · mediakit · wordmint · webprobe · locale · comppoint · rollforge · bestiary · statline · matchpoint · retail · agentops · browserworkflow · modelrouter · compose
$ man 13f-deltas

/13f-deltas

agentutility / edge-finance / 13f-deltas
PRICE / CALL
$0.05
USDC · base mainnet · scheme: exact
METHOD
POST
CATEGORY
uncategorized
STATUS
live
NAME
13f-deltas tracks what an institutional manager bought and sold each quarter by diffing their 13f filings, e.g
SYNOPSIS
POST https://x402.agentutility.ai/13f-deltas
     Content-Type: application/json
     X-PAYMENT:    <signed-transferWithAuthorization>

     { ... }
↳ first call → 402 Payment Required. Sign USDCtransferWithAuthorization, retry with theX-PAYMENT header.
DESCRIPTION

Tracks what an institutional manager bought and sold each quarter by diffing their 13F filings, e.g. what did Buffett buy this quarter. Diffs the two most recent 13F-HR filings for a manager (by CIK) and returns added (new positions), exited (sold completely), increased (size up), and reduced (size down) buckets with per-position share deltas, dollar deltas, and pct change. Strictly SEC-public 13F-HR data from EDGAR. Use it as a 13F deltas API, institutional holdings change tracker, hedge-fund quarterly trade detector, 13F diff, or a Berkshire + Bridgewater + Citadel + Renaissance position-change feed.

INPUTrequest schema
propertytypedescriptionreq?
cikstringInstitutional manager's SEC CIK (e.g. '0001067983' for Berkshire Hathaway). Required — 13F filings are by CIK only, no ticker.required
limit_holdingsnumberMax positions to include in each bucket (added/exited/increased/reduced). 1-50. Default 20.optional
min_change_usdnumberFilter out moves smaller than this dollar magnitude. Default 0 (no filter).optional
OUTPUTresponse shape
fieldtypedescription
summarystringCounts of added, exited, increased, and reduced positions plus net dollar delta across the two filings.
EXAMPLEStwo ways to call
EXAMPLE 1 · curl
curl -X POST https://x402.agentutility.ai/13f-deltas \
  -H 'Content-Type: application/json' \
  -d '{ }'
first response = 402 Payment Required with payment requirements; sign + retry with X-PAYMENT.
EXAMPLE 2 · mcp
# Install the MCP package for this endpoint's cluster
npx -y @agentutility/mcp-<cluster>

# Required: EVM private key with USDC on Base
export X402_PRIVATE_KEY=0x...

# Then call the 13f-deltas tool from your MCP-aware agent.
MCP server handles payment automatically — your coding agent just calls the tool by name.
METADATA
tags
edge-financesec-filings13finstitutional-holdingsposition-changeshedge-fund-tracking13f-deltas
methods
POST
cluster
edgefinance
price
$0.05 USDC per call
ADJACENTother endpoints in edgefinance
endpointdescriptionprice
patent-searchSearches issued US patents and published applications through the USPTO Open Data Portal.$0.05
patent-search-apiSearch USPTO patents by keyword, inventor, assignee, CPC class, or filing date range.$0.05
sec-13f-apiTracks institutional holdings changes from public 13F-HR filings: added, exited, increased, and reduced positions.$0.05
sec-xbrl-apiServes SEC XBRL fundamentals as a time series, replacing paid fundamentals feeds with public SEC line-item data.$0.05
xbrl-apiPulls public financial statement data from SEC Company Facts: revenue, net income, EPS, assets, cash, operating cash flow, units, form ty…$0.05
xbrl-financialsPulls company fundamentals as structured time-series straight from SEC XBRL filings.$0.05
fec-political-contributionsSearches FEC records of political donations to federal candidates, PACs, and super PACs to see who donated to whom.$0.04
earnings-calendarFinds a company's next earnings date and its recent earnings-related SEC filings.$0.03
SEE ALSO
agentutility · edgefinance · x402 · mcp · llms.txt · registry.json · bazaar.x402.org