GET
/
insider_transactions
/
filings

Authorizations

token
string
queryrequired

Query Parameters

date
string

Date to query for data. Shorthand for date_from and date_to if they are the same. Defaults for latest.

date_from
string

Date to query from point in time.

date_to
string

Date to query to point in time.

fields
string[]

A comma (,) separated list of returned fields.

pagesize
integer
default: 50

Number of results returned. Limit 1000

page
integer
default: 0

Page offset.

search_keys
string

One or more security symbols separated by a comma. Maximum 50 securities. Security identifiers must be in the format of ticker symbols, only for US-listed equities.

search_keys_type
enum<string>
default: symbol

The type of identifier being searched. Supported types are currently a security symbol, accession number and filing id.

Available options:
symbol,
accession_number,
id
updated_since
number

Records last Updated Unix timestamp (UTC). This will force the sort order to be Greater Than or Equal to the timestamp indicated.

Timestamp may also be in python format to include millisecond updates.

Response

200 - application/json
id
string

Benzinga-generated unique identifier for this individual insider transaction.

accession_number
string

Accession Number of the filling - Unique identifier assigned automatically to an accepted submission by the SEC. This will be same for all transaction (entries) of that filling.

company_cik
string

Central Index Key (CIK) for the filing company.

company_name
string

Name of the company.

company_symbol
string

Primary (i.e. common stock ticker) symbol of the company whose securities are getting purchased / sold.

filing_date
string

Date of the SEC filing.

footnotes
object[]
form_type
string

SEC form type.

html_url
string

URL of the original SEC Form.

owner
object

not available

transactions
object[]

All derivative and non-derivative transactions associated with the filing.

updated
integer

Last updated timestamp, UTC.