TPL insider trading

SEC Form 4 transactions reported by Texas Pacific Land Corporation insiders, officers, directors, and 10%+ beneficial owners. Sourced from EDGAR.

Want this data via API instead of reading about it? Get a free API key →

Recent TPL insider transactions

The 20 most recent non-derivative Form 4 transactions reported by Texas Pacific Land Corporation insiders. Buys are highlighted; the transaction code column matches SEC Form 4 codes (P = open-market purchase, S = sale, A = grant, M = option exercise, F = tax withholding).

Date Code Insider Role Shares Price Value
2026-07-17 P HORIZON KINETICS ASSET MANAGEMENT LLC 10%+ owner 1 $420 $420
2026-07-16 P HORIZON KINETICS ASSET MANAGEMENT LLC 10%+ owner 1 $416 $416
2026-07-15 P HORIZON KINETICS ASSET MANAGEMENT LLC 10%+ owner 1 $414 $414
2026-07-14 P HORIZON KINETICS ASSET MANAGEMENT LLC 10%+ owner 1 $408 $408
2026-07-13 P HORIZON KINETICS ASSET MANAGEMENT LLC 10%+ owner 1 $411 $411
2026-07-10 P HORIZON KINETICS ASSET MANAGEMENT LLC 10%+ owner 1 $386 $386
2026-07-09 P HORIZON KINETICS ASSET MANAGEMENT LLC 10%+ owner 1 $400 $400
2026-07-08 P HORIZON KINETICS ASSET MANAGEMENT LLC 10%+ owner 1 $397 $397
2026-07-07 P HORIZON KINETICS ASSET MANAGEMENT LLC 10%+ owner 1 $401 $401
2026-07-06 P HORIZON KINETICS ASSET MANAGEMENT LLC 10%+ owner 1 $409 $409
2026-07-02 P HORIZON KINETICS ASSET MANAGEMENT LLC 10%+ owner 1 $403 $403
2026-07-01 P HORIZON KINETICS ASSET MANAGEMENT LLC 10%+ owner 1 $426 $426
2026-06-30 P HORIZON KINETICS ASSET MANAGEMENT LLC 10%+ owner 1 $436 $436
2026-06-29 P HORIZON KINETICS ASSET MANAGEMENT LLC 10%+ owner 1 $411 $411
2026-06-26 P HORIZON KINETICS ASSET MANAGEMENT LLC 10%+ owner 1 $397 $397
2026-06-25 P HORIZON KINETICS ASSET MANAGEMENT LLC 10%+ owner 1 $389 $389
2026-06-24 P HORIZON KINETICS ASSET MANAGEMENT LLC 10%+ owner 1 $374 $374
2026-06-23 P HORIZON KINETICS ASSET MANAGEMENT LLC 10%+ owner 1 $371 $371
2026-06-22 P HORIZON KINETICS ASSET MANAGEMENT LLC 10%+ owner 1 $351 $351
2026-06-18 P HORIZON KINETICS ASSET MANAGEMENT LLC 10%+ owner 1 $355 $355

What insider trading data covers for TPL

Texas Pacific Land Corporation (CIK 1811074) reports Section 16 insider transactions on Form 4 within two business days. Each filing carries the transaction date, transaction code (P for open-market purchase, S for sale, M for option exercise, F for tax withholding), shares, price, and post-transaction holdings. Optional footnotes disclose Rule 10b5-1 plan references and indirect ownership relationships.

How to interpret TPL insider activity

Treat each filing line through three filters: the transaction code, the role of the filer (officer carries more signal than director), and the dollar value relative to the company's market cap. Open-market purchases (P) by C-suite officers carry the strongest bullish signal. Sales (S) referencing a Rule 10b5-1 plan in the footnotes are pre-arranged and should be discounted. See how to read a Form 4 for the full walkthrough.

Get TPL insider data via API

Pull recent TPL Form 4 filings, filtered to open-market purchases above $100k:

curl "https://api.edgarkit.com/v1/filings?ticker=TPL&form_type=4&transaction_code=P&min_value=100000&limit=20" \
  -H "Authorization: Bearer YOUR_API_KEY"

Subscribe via webhook to receive every new TPL Form 4 in real time:

curl -X POST "https://api.edgarkit.com/v1/webhooks" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "url": "https://your-server.com/edgarkit-events",
    "filters": {"form_types": ["4"], "tickers": ["TPL"]}
  }'

Cluster buying detection for TPL

The strongest insider signal at the issuer level is cluster buying: three or more distinct insiders placing open-market purchases within a 7-14 day window. For the complete pattern detector, see how to detect insider cluster buying.