parent_command: stocks/ins/
usage: blcp [-l LIMIT] [-h] [--export EXPORT]             [--sheet-name SHEET_NAME [SHEET_NAME ...]]  Print latest CEO/CFO purchases 25k. [Source: OpenInsider]  optional arguments:   -l LIMIT, --limit LIMIT                         Limit of datarows to display (default: 10)   -h, --help            show this help message (default: False)   --export EXPORT       Export raw data into csv, json, xlsx (default: )   --sheet-name SHEET_NAME [SHEET_NAME ...]                         Name of excel sheet to save data to. Only valid for                         .xlsx files. (default: None)  For more information and examples, use 'about blcp' to access the related guide.
Summary: Display the latest CEO/CFO purchases with a value of at least $25,000 from the OpenInsider data source. You can set a limit on the number of data rows displayed, and export the data in various formats. You can also specify the name of an Excel sheet to save the data to when exporting to an .xlsx file.

Examples:
- Display the latest CEO/CFO purchases for a specific stock symbol: stocks/load <SYMBOL>/ins/blcp
- Display the top 20 latest CEO/CFO purchases: stocks/ins/blcp -l 20
- Export the latest CEO/CFO purchases to a csv file: stocks/ins/blcp --export csv
- Export the latest CEO/CFO purchases to an xlsx file with a custom sheet name: stocks/ins/blcp --export xlsx --sheet-name InsiderPurchases
- Display the top 5 latest CEO/CFO purchases for a specific stock symbol: stocks/load <SYMBOL>/ins/blcp -l 5