Quarantined
This project has been quarantined by PyPI admins. It cannot be installed or modified until a security review is complete.
tsshare SDK
A drop-in replacement for Tushare's pro_api — same API, no quota limits.
Installation
pip install tsshare
Quick Start
import tsshare as ts
# One-line setup: paste your auth_code
ts.set_token("your-auth-code")
# Use exactly like tushare pro_api
pro = ts.pro_api()
df = pro.daily(ts_code="000001.SZ", start_date="20240101", end_date="20240201")
print(df)
Supported APIs
All Tushare APIs are supported: daily, stock_basic, trade_cal, income, balancesheet, moneyflow, and more.
Platform Support
- Windows (x86_64)
- macOS (Apple Silicon / Intel)
- Linux (x86_64 / aarch64)
Python 3.8 or later required.
License
MIT
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
tsshare-1.0.4.tar.gz
(5.9 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters