sifting/io
GET/fnd/stocks/:ticker/compensation

DEF 14A proxy statements

Get DEF 14A proxy statements, including amendments and additional definitive material. Each row includes the form type, accession number, filing date, and a canonical link to the SEC document.

Parameters

Parameter
tickerrequiredstring · path
Ticker symbol (case-insensitive).
limitinteger · query
Page size. Default 50, max 200.
cursorstring · query
Opaque cursor from the previous page.

Example

request · shell
curl -H "X-API-Key: $KEY" \
  "https://api.sifting.io/v1/fnd/stocks/AAPL/compensation"
200OKapplication/json
{  "data": [    {      "form": "DEF 14A",      "accession": "0000320193-26-000005",      "filed_at": "2026-01-08",      "period_end": "2026-02-28",      "primary_document_url": "https://www.sec.gov/Archives/edgar/data/320193/000032019326000005/aapl-2026def14a.htm"    }  ],  "meta": { "next_cursor": null, "as_of": "2026-05-02T12:34:56Z", "total": 12 }}
Loading runner…
First load only

More in SEC filings

See all