pandashare
Sharing data focused on financial AI.
Installation
You can install this package via pip:
pip install pandashare
pip install pandashare --upgrade
Usage
from pandashare import greet
print(greet('World'))
import pandashare as ps
print(ps.__version__)
ps.set_token('your token here')
pro = ps.pro_api()
pro = ps.pro_api('your token')
df = ps.pro_bar(ps_code='000001.SZ',freq='5min', start_date='2023-01-04 09:00:00', end_date='2024-02-05 17:00:00',limit=5000)
print(df)
Release files for pandashare 0.0.6
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| pandashare-0.0.6.tar.gz | 16.9 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| pandashare-0.0.6-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 34.6 kB