curl --request GET \
--url https://api.benzinga.com/api/v1/sec/insider_transactions/filings
{
"data": [
{
"accession_number": "<string>",
"company_cik": "<string>",
"company_name": "<string>",
"company_symbol": "<string>",
"filing_date": "<string>",
"footnotes": [
{
"id": "<string>",
"text": "<string>"
}
],
"form_type": "<string>",
"html_url": "<string>",
"id": "<string>",
"is_10b5": true,
"owner": {
"insider_cik": "<string>",
"insider_name": "<string>",
"insider_title": "<string>",
"is_director": true,
"is_officer": true,
"is_ten_percent_owner": true,
"raw_signature": "<string>"
},
"remaining_shares": "<string>",
"remaining_underlying_shares": "<string>",
"traded_percentage": "<string>",
"transactions": [
{
"acquired_or_disposed": "<string>",
"conversion_exercise_price_derivative": "<string>",
"date_deemed_execution": "<string>",
"date_exercisable": "<string>",
"date_expiration": "<string>",
"date_transaction": "<string>",
"is_derivative": true,
"ownership": "<string>",
"post_transaction_quantity": "<string>",
"price_per_share": "<string>",
"remaining_underlying_shares": "<string>",
"security_title": "<string>",
"shares": "<string>",
"transaction_code": "<string>",
"transaction_id": "<string>",
"underlying_security_title": "<string>",
"underlying_shares": "<string>",
"voluntarily_reported": true
}
],
"updated": 123
}
]
}
Get Insider Transaction Filing
curl --request GET \
--url https://api.benzinga.com/api/v1/sec/insider_transactions/filings
{
"data": [
{
"accession_number": "<string>",
"company_cik": "<string>",
"company_name": "<string>",
"company_symbol": "<string>",
"filing_date": "<string>",
"footnotes": [
{
"id": "<string>",
"text": "<string>"
}
],
"form_type": "<string>",
"html_url": "<string>",
"id": "<string>",
"is_10b5": true,
"owner": {
"insider_cik": "<string>",
"insider_name": "<string>",
"insider_title": "<string>",
"is_director": true,
"is_officer": true,
"is_ten_percent_owner": true,
"raw_signature": "<string>"
},
"remaining_shares": "<string>",
"remaining_underlying_shares": "<string>",
"traded_percentage": "<string>",
"transactions": [
{
"acquired_or_disposed": "<string>",
"conversion_exercise_price_derivative": "<string>",
"date_deemed_execution": "<string>",
"date_exercisable": "<string>",
"date_expiration": "<string>",
"date_transaction": "<string>",
"is_derivative": true,
"ownership": "<string>",
"post_transaction_quantity": "<string>",
"price_per_share": "<string>",
"remaining_underlying_shares": "<string>",
"security_title": "<string>",
"shares": "<string>",
"transaction_code": "<string>",
"transaction_id": "<string>",
"underlying_security_title": "<string>",
"underlying_shares": "<string>",
"voluntarily_reported": true
}
],
"updated": 123
}
]
}
Page number
Page size
Date from
Date to
Updated since
Date
Chamber
"House"
, "Senate"
Fields
Search keys type
"report_id"
, "ticker"
Search keys
Updated time in Unix format
Display
"flat"
, "nested"
Insider Transaction
The response is of type object
.
Was this page helpful?