Web service API for historical share structure

For example, to query the Great Wall automobile (601633) Latest capital structure, send the request

https://shuorel.com/ws/share/structure/v1/601633

you will get


{ "data": [{ "code": "601633", "date": "2015-10-14", "total_share": 9127260000, "circulating_share": 6027720000, "executives_share": 0, "limited_share": 0 , "B_share": 0, "H_share": 3099540000, "announcement_date": "2015-09-30", "reason": "Get the convertible"}], "status": "done"}


The latest data are published in 2015-09-30, 2015-10-14 effect. Wherein the free circulating_share number of outstanding shares, H_share amount of HK circulation.


To obtain information on the Great Wall Automobile equity specific historical dates, such as 2015-6-1 send request


https://shuorel.com/ws/share/structure/v1/601633?date=2015-6-1

the response will be


{ "data": [{ "code": "601633", "date": "2014-09-29", "total_share": 3042420000, "circulating_share": 2009240000, "executives_share": 0, "limited_share": 0 , "B_share": 0, "H_share": 1033180000, "announcement_date": "2014-09-20", "reason": "other listed"}], "status": "done"}


If you want to get the Great Wall Automobile equity change data in the year 2015, the transmission request

https://shuorel.com/ws/share/structure/v1/601633?year=2015

you will get


{ "data": [{ "code": "601633", "date": "2015-10-14", "total_share": 9127260000, "circulating_share": 6027720000, "executives_share": 0, "limited_share": 0 , "B_share": 0, "H_share": 3099540000, "announcement_date": "2015-09-30", "reason": "Get the convertible"}], "status": "done"}


Description Great Wall Motor in 2015, the only change in the share capital 2015-10-14 Day took place.

评论

© Leonid Wang | Powered by LOFTER