parent_command: stocks/ba/
usage: queries [-l LIMIT] [-h] [--export EXPORT]                [--sheet-name SHEET_NAME [SHEET_NAME ...]]  Print top related queries with this stock's query. [Source: Google]  optional arguments:   -l LIMIT, --limit LIMIT                         limit of top related queries to print. (default: 10)   -h, --help            show this help message (default: False)   --export EXPORT       Export raw data into csv, json, xlsx and figure into                         png, jpg, pdf, svg (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 queries' to access the related guide.
Summary: Display the top related queries associated with a specific stock's query using Google as the data source. You can set a limit on the number of top queries shown, and export the data in various formats.

Examples:
- To view the top 10 related queries for a stock: stocks/load <SYMBOL>/ba/queries
- To view the top 5 related queries for a stock: stocks/load <SYMBOL>/ba/queries -l 5
- To export the top related queries in csv format: stocks/load <SYMBOL>/ba/queries --export csv
- To export the top related queries to a specific excel sheet: stocks/load <SYMBOL>/ba/queries --sheet-name Sheet1