Feature available to paying subscribers only. Subscriber output is also not separated on different pages,
so that print outs and Excel downloads contain all of a search's information.
Click Here to Subscribe
close window
MySQLi Returned Error:b:Server shutdown in progress::
SELECT
d.ru_id,
d.ticker,
d.entered_date,
f.current_price,
f.exchange,
f.mkt_cap,
f.10d_volume,
d.company_name,
d.II_title,
d.filer_name,
d.amount_owned,
d.owned_type,
d.OptionsFlag,
d.JMTrans_Type,
d.trans_amount,
d.trans_price_from,
d.trans_price_to,
d.trans_date_from,
d.trans_date_to
FROM
insider.details_import d
left join fundamentals f on f.ticker = d.ticker
where 1=1
and f.fun_date = '2026-01-30'
AND d.entered_date like '2007-03-30%'
ORDER BY d.entered_date DESC
limit 5000; Mem(bytes) used:5246944 alloc:7077888