Insider Reporting
Overview
Directors, officers, and entities or individuals holding more than 10% of a company must disclose
transactions in public companies within 2 days of completing a transaction Form 4. Additionally, new directors
and officers must report positions within 10 days of becoming required to file Form 3, and annual disclosures Form 5
must be filed within 45 days of year end.
Key Facts
dataset
- Sourced: SEC forms
3,4, and5as well as associated amendments. - Reporting Frequency:
irregular(Form 4:2 days,Form 3:10 days,Form 5:45 days end of year) - Request Period:
yyyyqq= report period - Updated:
intradaynightly - Mapped:
qkidcikticker - Amendments:
true - API:
Rpythonbulkcomplete
coverage
- Countries:
USCNJPUK+ - Dates:
2003-Present - Companies:
15,000+ - Insiders:
250,000+Officers, Directors and 10% Owners
Company Insiders
Single quarter
- Python
- R
qk.insider(qk.ticker("AAPL"), 202601)
# insider data
qk_insider(qk_ticker("AAPL"), 202601)
Multiple quarters
Often times you may need more than one period of
- Python
- R
cqtr = qk.to_yyyyqq(qk.today())
qk.insider(qk.ticker("AAPL"), yyyyqq=cqtr, qtrs=4)
# insider data
cqtr <- to_yyyyqq(today())
qk_insider(qk_ticker("AAPL"), yyyyqq=cqtr, qtrs=4)
info
Some content with Markdown syntax. Check this api.
Insider Holdings
- Python
- R
qk.insider(qk.ticker("AAPL"), 202601)
# insider data
qk_insider(qk_ticker("AAPL"), 202601)
Get full history of CEO
- Python
- R
# insider data
#
qk.insider(qk.ticker("AAPL"), 202601)
# insider data
#
qk_insider(qk_ticker("AAPL"), 202601)