T2D Free Tool: Find CEO Name, Comp History and Start Date by Ticker
I am building tools to automate the collection of CEORater’s raw data. The latest tool “T2D Exec” is a command line interface (CLI) tool that retrieves CEO Name, CEO Compensation and CEO Start Date from sec.gov using proxies and 8K filings. T2D Exec is free to use.
How to Use:
Download the opensource Github repository T2D-Exec. T2D Exec includes the requisite files to run sec.gov queries. Check out README.md.
Set your Anthropic API Key inside .env (.env example is included in the repo);
Open a terminal session on your desktop from within “T2D-Exec”;
Input ticker symbol(s) using the below command (first example command line is for a single ticker query, second command line runs a multiple ticker query):
venv/bin/python3 ceorater.py ADSK
venv/bin/python3 ceorater.py ADSK AMZN
T2D Exec will run an SEC.Gov query which will return CEO Start Date; “YYYY/MM/Day” and CEO Compensation History for the past 4 years. In the example below I ran separate queries for ADSK and AMZN.




