sifting/io
GET/v1/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.

Format
JSON

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

Parameters

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

Response fields

Field
data[]array
DEF 14A proxy statements and related definitive material, newest first.
data[].formstring
Form type, e.g. DEF 14A.
data[].accessionstring
SEC accession number.
data[].filed_atstring (YYYY-MM-DD)
Date the filing was filed.
data[].period_endstring (YYYY-MM-DD)
Fiscal period the filing covers.
data[].primary_document_urlstring
Canonical link to the SEC document.
meta.next_cursorstring
Opaque pagination token; null on the last page.
meta.as_ofstring (RFC 3339)
When the response was produced.
meta.totalinteger
Total filings matching the query.

More in SEC filings

See all