Skip to content

Instantly share code, notes, and snippets.

@alexnsolo
Created May 7, 2020 19:51
Show Gist options
  • Save alexnsolo/92c4b6ce177919e4a83f3bb6980dc1a6 to your computer and use it in GitHub Desktop.
Save alexnsolo/92c4b6ce177919e4a83f3bb6980dc1a6 to your computer and use it in GitHub Desktop.
Intrinio API Insider Transactions
# https://api.intrinio.com/companies/insider_transactions?identifier=AAPL&api_key={YOUR_API_KEY}
{
"data": [
{
"owner_cik": "0001051401",
"owner_name": "JUNG ANDREA",
"filing_date": "2020-04-30",
"filing_url": "https://www.sec.gov/Archives/edgar/data/320193/000032019320000054/xslF345X03/wf-form4_158829658358801.xml",
"director": true,
"officer": false,
"ten_percent_owner": false,
"other_relation": false,
"officer_title": null,
"derivative_transaction": false,
"security_title": "Common Stock",
"transaction_date": "2020-04-28",
"deemed_execution_date": null,
"transaction_type_code": "M",
"amount_of_shares": 9590,
"acquisition_disposition_code": "A",
"transaction_price": 48.9457,
"total_shares_owned": 33548,
"ownership_type_code": "I",
"report_line_number": 1
},
...
],
"result_count": 7938,
"page_size": 100,
"current_page": 1,
"total_pages": 80,
"api_call_credits": 1
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment