Insider Transactions
Get Insider Transaction Filing
API Documentation
Analyst Insights
Analyst Reports Raw Text
Bars
Bulls Say Bears Say
Calendars
- GETGet consensus ratings
- GETGet Dividends V2.2
- GETGet Dividends V2 & V2.1
- GETGet Removed (v2)
- GETGet Conference Calls
- GETGet Earnings
- GETGet Economics
- GETGet Events
- GETGet FDA
- GETGet Guidance
- GETGet IPOs V2.1
- GETGet IPOs V2
- GETGet Merger and Acquisition
- GETGet OptionActivity V1
- GETGet Offerings
- GETGet Ratings
- GETGet Ratings Analysts
- GETGet Ratings Firms
Delayed Quotes
Earnings Call Transcripts
Fundamentals
- GETGet Alpha Beta V2.1
- GETGet Fundamentals V2
- GETGet Fundamentals V2.1
- GETGet Fundamentals V3
- GETGet Company Data v2.1
- GETGet Company Profile v2.1
- GETGet Share Class V2.1
- GETGet Share Class Profile V2.1
- GETGet Asset Classification V2.1
- GETGet Earnings Reports V2.1
- GETGet Financials V2.1
- GETGet Balance Sheet V3
- GETGet Cash Flow V3
- GETGet Income Statement V3
- GETGet Share Price Ratios V3
Government Trades
Insider Transactions
NewsQuantified
Ratios
Splits
Insider Transactions
Get Insider Transaction Filing
Get Insider Transaction Filing
GET
/
sec
/
insider_transactions
/
filings
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
}
]
}
Authorizations
Query Parameters
Page number
Page size
Date from
Date to
Updated since
Date
Chamber
Available options:
"House"
, "Senate"
Fields
Search keys type
Available options:
"report_id"
, "ticker"
Search keys
Updated time in Unix format
Display
Available options:
"flat"
, "nested"
Response
200
application/json
Insider Transaction
Was this page helpful?
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
}
]
}