Loading...
Loading...
Obtain securities and financial information such as A-share market quotes, historical K-lines, financial data, macroeconomic data; Use this when users mention Tushare or need to obtain A-share data
npx skill4agent add lzwme/finance-quant-skills tusharepython scripts/market_data.py --type daily --ts_code 000001.SZ --start_date 20240101 --end_date 20240131python scripts/financial_data.py --type financial --ts_code 000001.SZ --period 2023python scripts/stock_info.py --type stock_basicpython scripts/macro_index_data.py --type index_daily --ts_code 000001.SH --start_date 20240101 --end_date 20240131python scripts/market_data.py --type daily --ts_code 000001.SZ --start_date 20240301 --end_date 20240331python scripts/financial_data.py --type fina_indicator --ts_code 600036.SH --period 2023python scripts/macro_index_data.py --type index_daily --ts_code 000001.SH --start_date 20240301 --end_date 20240331