python call information tushare get A-share listed company's management staff

Interface: stk_managers

Description: Get the management of listed companies

Note: tushare module to download and install the tutorial, please refer to my previous article

Points: Users need 2000 points can be retrieved, as described in this article points below the best way to get

Input parameters

Name | Type | Required | Description

ts_code | str | Y | stock code, stock support single or multiple input

Output parameters

Name | Type | Default display | Description

ts_code | str | Y | TS ticker

ann_date | str | Y | Date Announcement

name | str | Y | Name

gender | str | Y | Sex

lev | str | Y | job categories

title | str | Y | posts

edu | str | Y | education

national | str | Y | nationality

birthday | str | Y | Date of birth

begin_date | str | Y | Date appointed

end_date | str | Y | departure date

resume | str | N | Resume

Example interface -

pro = ts.pro_api()

# Single company executives get all the data

df = pro.stk_managers(ts_code='000001.SZ')

# Get more than one company executives all data

df = pro.stk_managers(ts_code='000001.SZ,600000.SH')

Sample data

    ts_code  ann_date    name    gender  ... national  birthday begin_date  end_date

0 000001.SZ 20190604 Yao Guiping M ... China 1961 2,018,081,520,190,604

1 000001.SZ 20190604 Yao Guiping M ... China 1961 2,017,062,920,190,604

2 000001.SZ 20190604 Yao Guiping M ... China 1961 2,018,012,920,190,604

3 000001.SZ 20190309 Wu Peng M ... China 1965 2,011,081,720,190,309

4 000001.SZ 20190307 Sun Yongzhen F ... China 1968 20181025 None

5 000001.SZ 20180816 Yang group M ... China 1970 20180815 None

6 000001.SZ 20180816 Guoshi Bang M ... China 1965 20180815 None

7 000001.SZ 20180405 where the river M ... China 1965 2,017,051,320,180,405

8 000001.SZ 20180203 Xiang aspiring M ... China 1964 20170913 None

9 000001.SZ 20180130 Yang Rusheng M ... China 196802 20161107 None

10 000001.SZ 20180130 Cai Fang Fang F ... China 1974 20161107 None

11 000001.SZ 20180130 Guo Tian Yong M ... China 196808 20161107 None

12 000001.SZ 20180130 Guo M ... China 1964 20161107 None

13 000001.SZ 20180130 Yang Rusheng M ... China 196802 20161107 None

14 000001.SZ 20180130 Yang Rusheng M ... China 196802 20161107 None

15 000001.SZ 20180130 Yao Bo M ... China 1971 20101227 None

16 000001.SZ 20180130 Wang Chunhan M ... China 1951 20160811 None

17 000001.SZ 20180130 Guo Tian Yong M ... China 196808 20160811 None

18 000001.SZ 20180130 Guo Tian Yong M ... China 196808 20160811 None

19 000001.SZ 20180130 Han Xiaojing M ... China 1955 20140121 None

20 000001.SZ 20180130 Chen Xinying F ... Singapore 1977 20140121 None

21 000001.SZ 20180130 Cai Fang Fang F ... China 1974 20140121 None

22 000001.SZ 20180130 Songqi M ... China 1952 20140121 None

23 000001.SZ 20180130 Wang Chunhan M ... China 1951 20140121 None

24 000001.SZ 20180130 Han Xiaojing M ... China 1955 20140121 None

tushare how to get points

    I do quantitative investment team in transition, for the trading strategy,

    We do have more idle transfer departure colleagues.

    600: Original 50, only 39 yuan

    1,500 points price: $ 140 only 109 yuan (sold out)

    2000 points: the original price of 190 yuan, only 149 yuan

    5000 points: the original price of 490 yuan, only 388 yuan (sold out).

    The small number even need to ask the Department of VX: a56746435 (Note tushare)

.

Guess you like

Origin www.cnblogs.com/tushare/p/11763623.html