Skip to main content

datacenter_datasdk

Project description

datacenter_datasdk

INSTALL

step.1

pip install datacenter-datasdk

step.2 add auth(token, password) (ask for admin) before query data

USAGE

from datacenter_datasdk import auth, get_price, get_trade_days, get_security_info

auth(token, password)

data = get_price('600033.XSHG', 'cn', 'm1', start_date='2010-01-01', end_date='2021-01-01')

trade_days = get_trade_days('cn', start_date='2021-01-01', count=10)

info = get_security_info('cn', '600033.XSHG')

API


get_price()

get kline data, include daily, minute and tick

params

code: str or list, single code or multi code as list

region: str, 'cn' or 'us'

frequency: str, represent frequency of kline, 'd1', 'm1', 'm5', 'm15', 'm30', 'm60' and 'tick'(only in cn)

start_date, datetime.datetime or datetime.date or str, start time of data, default '2005-01-01'

end_date, datetime.datetime or datetime.date or str, end time of data, default 0 o'clock of today

return

dataframe


get_trade_days()

get trade days

params

region: str, 'cn' or 'us'

start_date, datetime.datetime or datetime.date or str, start time of data, default None

end_date, datetime.datetime or datetime.date or str, end time of data, default None

count, int, default None

return

list of date


get_security_info()

get security info

params

region: str, 'cn' or 'us'

code: str, default None (get all code info)

return

dataframe


Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

datacenter_datasdk-0.2.0.tar.gz (6.7 kB view hashes)

Uploaded Source

Built Distribution

datacenter_datasdk-0.2.0-py3-none-any.whl (8.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page