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

token
string
query
required

Query Parameters

page
integer

Page number

pageSize
integer

Page size

date_from
integer

Date from

date_to
integer

Date to

updated_since
integer

Updated since

date
integer

Date

chamber
enum<string>

Chamber

Available options:
"House",
"Senate"
fields
string

Fields

search_keys_type
enum<string>

Search keys type

Available options:
"report_id",
"ticker"
search_keys
string

Search keys

updated
integer

Updated time in Unix format

display
enum<string>

Display

Available options:
"flat",
"nested"

Response

200
application/json
Insider Transaction
data
object[]