Code Monkey home page Code Monkey logo

Comments (3)

yutiansut avatar yutiansut commented on June 6, 2024 1
import requests

data_=[]
for item in requests.get('http://d.10jqka.com.cn/v2/line/hs_600010/01/2016.js ').text.split('\"')[3].split(';'):
  data_.append(item.split(','))
data_df= pd.DataFrame(data_,index=list(np.asarray(data_).T[0]),columns=['date','open','high','low','close','volume','amount','factor'])

from quantaxis.

yutiansut avatar yutiansut commented on June 6, 2024
import requests
requests.get('http://d.10jqka.com.cn/v2/line/hs_600010/01/2016.js ').text.split('\"')[3].split(';')
['20160104,2.59,2.59,2.32,2.33,69437299,242332010.00,0.618',
 '20160105,2.28,2.44,2.23,2.39,114924349,378947390.00,1.022',
 '20160106,2.41,2.61,2.37,2.59,183924160,648683940.00,1.636',
 '20160107,2.51,2.54,2.33,2.34,51144318,173416790.00,0.455',
 '20160108,2.41,2.57,2.34,2.54,269896420,947258110.00,2.400',
 '20160111,2.49,2.49,2.34,2.36,196359560,661641860.00,1.746',
 '20160112,2.36,2.39,2.24,2.31,98270625,317175040.00,0.874',
 '20160113,2.34,2.46,2.29,2.31,125690384,417415510.00,1.118',
 '20160114,2.23,2.39,2.21,2.35,98322435,316861960.00,0.874',
 '20160115,2.32,2.33,2.23,2.24,93528953,297474680.00,0.832',
 '20160118,2.23,2.27,2.20,2.24,64590691,202761380.00,0.574',
 '20160119,2.26,2.31,2.24,2.29,96680129,307322480.00,0.860',
 '20160120,2.26,2.34,2.24,2.26,101959509,324735300.00,0.907',
 '20160121,2.22,2.27,2.18,2.19,87420957,272307120.00,0.778',
 '20160122,2.22,2.26,2.16,2.24,80863272,251230110.00,0.719',
 '20160125,2.26,2.28,2.23,2.24,63713723,201200220.00,0.567',
 '20160126,2.22,2.24,2.02,2.09,113888133,344049080.00,1.013',
 '20160127,2.11,2.13,2.03,2.11,103701991,302859880.00,0.922',
 '20160128,2.08,2.09,1.90,1.92,97593135,272647830.00,0.868',
 '20160129,1.94,2.11,1.91,2.11,197683570,572679180.00,1.758',
 '20160201,2.09,2.10,1.96,2.01,131984720,375889720.00,1.174',
 '20160202,1.99,2.17,1.99,2.06,108175246,315234680.00,0.962',
 '20160203,2.04,2.06,1.99,2.02,91365909,258485030.00,0.813',
 '20160204,2.04,2.09,2.02,2.06,83281507,240504290.00,0.741',
 '20160205,2.08,2.09,2.02,2.03,52837897,151741470.00,0.470',
 '20160215,1.96,2.06,1.94,2.04,58809771,164621270.00,0.523',
 '20160216,2.03,2.10,2.01,2.09,93010401,271062480.00,0.827',
 '20160217,2.09,2.16,2.07,2.11,115949211,342859230.00,1.031',
 '20160218,2.13,2.15,2.09,2.11,99191116,294640880.00,0.882',
 '20160219,2.09,2.12,2.08,2.10,58237732,170913540.00,0.518',
 '20160222,2.11,2.27,2.11,2.19,186481350,572852850.00,1.659',
 '20160223,2.19,2.21,2.14,2.17,114485057,347516870.00,1.018',
 '20160224,2.15,2.18,2.13,2.16,67447851,203344630.00,0.600',
 '20160225,2.16,2.16,1.95,1.99,130598424,375016610.00,1.162',
 '20160226,2.01,2.06,1.99,2.04,80994004,229196200.00,0.720',
 '20160229,2.01,2.02,1.90,1.96,82231582,225195480.00,0.731',
 '20160301,1.99,2.02,1.95,2.01,67118379,188177530.00,0.597',
 '20160302,2.02,2.20,2.01,2.15,178038640,527912370.00,1.583',
 '20160303,2.14,2.21,2.12,2.13,177775430,539857450.00,1.581',
 '20160304,2.14,2.20,2.08,2.14,152764190,458233980.00,1.359',
 '20160307,2.21,2.27,2.15,2.24,226917220,701399460.00,2.018',
 '20160308,2.30,2.32,2.19,2.22,200763840,628524950.00,1.786',
 '20160309,2.14,2.15,2.07,2.09,129988118,384384930.00,1.156',
 '20160310,2.11,2.12,2.06,2.06,64329881,188570270.00,0.572',
 '20160311,2.04,2.09,2.03,2.07,46210569,133944423.00,0.411',
 '20160314,2.10,2.14,2.09,2.11,76267728,226257800.00,0.678',
 '20160315,2.11,2.11,2.07,2.09,55143336,161174180.00,0.490',
 '20160316,2.09,2.10,2.05,2.06,59189762,171650360.00,0.526',
 '20160317,2.09,2.11,2.06,2.10,67735966,198384690.00,0.602',
 '20160318,2.11,2.17,2.11,2.15,140288720,420932270.00,1.248',
 '20160321,2.16,2.20,2.15,2.19,122543744,373490940.00,1.090',
 '20160322,2.18,2.18,2.14,2.16,84601698,255857960.00,0.752',
 '20160323,2.16,2.23,2.15,2.20,146207600,448699340.00,1.300',
 '20160324,2.16,2.17,2.11,2.13,122548741,367187700.00,1.090',
 '20160325,2.14,2.14,2.10,2.12,64821896,192122060.00,0.577',
 '20160328,2.12,2.14,2.10,2.11,56431714,167843250.00,0.502',
 '20160329,2.11,2.14,2.08,2.09,56761596,166827860.00,0.505',
 '20160330,2.11,2.14,2.09,2.13,64089331,189868140.00,0.570',
 '20160331,2.13,2.14,2.10,2.11,52593910,156186890.00,0.468',
 '20160401,2.11,2.16,2.10,2.16,101388996,302954470.00,0.902',
 '20160405,2.14,2.19,2.12,2.18,111586856,337288620.00,0.992',
 '20160406,2.16,2.18,2.14,2.16,71049150,214783480.00,0.632',
 '20160407,2.17,2.22,2.14,2.16,129281830,393688050.00,1.150',
 '20160408,2.14,2.16,2.12,2.14,80761315,241811720.00,0.718',
 '20160411,2.15,2.23,2.15,2.20,196046420,604543980.00,1.744',
 '20160412,2.19,2.22,2.17,2.19,115876948,355317330.00,1.031',
 '20160413,2.21,2.40,2.21,2.30,454851640,1472491600.00,4.045',
 '20160414,2.29,2.31,2.24,2.27,212660250,672551060.00,1.891',
 '20160415,2.24,2.27,2.23,2.24,102509193,322830750.00,0.912',
 '20160418,2.23,2.24,2.20,2.23,84399118,261174100.00,0.751',
 '20160419,2.26,2.31,2.24,2.26,141727880,451339840.00,1.260',
 '20160420,2.29,2.31,2.16,2.26,233389220,734549300.00,2.076',
 '20160421,2.24,2.45,2.21,2.34,386043060,1267731040.00,3.433',
 '20160422,2.27,2.30,2.21,2.25,221880730,697524600.00,1.973',
 '20160425,2.24,2.24,2.19,2.22,84057679,261229390.00,0.748',
 '20160426,2.22,2.24,2.20,2.23,63041554,195739570.00,0.561',
 '20160427,2.24,2.24,2.17,2.19,79148715,243586650.00,0.704',
 '20160428,2.18,2.19,2.13,2.16,82391368,248661070.00,0.733',
 '20160429,2.15,2.19,2.14,2.17,52182575,158557530.00,0.464',
 '20160503,2.18,2.22,2.16,2.21,73033764,224576750.00,0.650',
 '20160504,2.19,2.20,2.16,2.18,63825400,194937660.00,0.568',
 '20160505,2.18,2.21,2.16,2.19,54572241,167008150.00,0.485',
 '20160506,2.19,2.22,2.13,2.14,104624525,318468810.00,0.931',
 '20160509,2.12,2.12,1.98,2.01,115921815,331433640.00,1.031',
 '20160510,2.01,2.03,2.00,2.03,38411499,108558577.00,0.342',
 '20160511,2.04,2.04,2.01,2.01,36192432,102407358.00,0.322',
 '20160512,2.00,2.06,1.96,2.04,66958705,188822460.00,0.596',
 '20160513,2.03,2.04,1.99,2.01,58943796,166637560.00,0.524',
 '20160516,1.99,2.05,1.97,2.04,86523288,244500340.00,0.770',
 '20160517,2.04,2.13,2.03,2.06,147160870,429420390.00,1.309',
 '20160518,2.02,2.03,1.99,2.01,83749568,235228030.00,0.745',
 '20160519,2.01,2.19,2.00,2.09,157308240,457909550.00,1.399',
 '20160520,2.06,2.09,2.04,2.06,108839249,313784010.00,0.968',
 '20160523,2.06,2.08,2.03,2.05,69670090,200114960.00,0.620',
 '20160524,2.03,2.04,2.00,2.02,51851108,146644180.00,0.461',
 '20160525,2.03,2.04,2.01,2.01,42553332,120510144.00,0.378',
 '20160526,2.01,2.05,1.98,2.05,79466402,224349370.00,0.707',
 '20160527,2.04,2.05,2.01,2.04,52271697,148621060.00,0.465',
 '20160530,2.01,2.10,1.99,2.04,111225171,316711920.00,0.989',
 '20160531,2.03,2.20,2.02,2.18,285426380,846712660.00,2.538',
 '20160601,2.15,2.20,2.13,2.14,205314220,619236980.00,1.826',
 '20160602,2.12,2.16,2.10,2.14,113559043,337769310.00,1.010',
 '20160603,2.14,2.16,2.11,2.13,91965817,274580930.00,0.818',
 '20160606,2.13,2.14,2.10,2.11,64593745,191543140.00,0.575',
 '20160607,2.11,2.14,2.10,2.13,82230318,243994090.00,0.731',
 '20160608,2.11,2.11,2.07,2.09,81836213,239231970.00,0.728',
 '20160613,2.06,2.07,2.01,2.01,81186293,232294870.00,0.722',
 '20160614,2.01,2.04,2.00,2.02,37368636,105622782.00,0.332',
 '20160615,2.00,2.07,1.99,2.06,58234690,166475750.00,0.518',
 '20160616,2.04,2.07,2.01,2.02,64390803,183899710.00,0.573',
 '20160617,2.02,2.07,2.02,2.04,76337160,219116790.00,0.679',
 '20160620,2.04,2.05,2.01,2.04,42557357,120714601.00,0.379',
 '20160621,2.04,2.05,2.00,2.01,49049474,139044640.00,0.436',
 '20160622,2.01,2.04,2.01,2.03,31969688,90637066.00,0.284',
 '20160623,2.03,2.03,2.00,2.01,39834129,112200843.00,0.354',
 '20160624,2.00,2.02,1.96,1.99,65234745,182012650.00,0.580',
 '20160627,1.99,2.03,1.98,2.03,62725436,177044360.00,0.558',
 '20160628,2.02,2.03,2.00,2.02,56758095,159869050.00,0.505',
 '20160629,2.03,2.11,2.01,2.06,126937270,365045420.00,1.129',
 '20160630,2.04,2.06,2.03,2.04,55589903,158973520.00,0.494',
 '20160701,2.04,2.05,2.02,2.03,46665896,132951846.00,0.415',
 '20160704,2.02,2.08,2.01,2.06,104258312,300786430.00,0.927',
 '20160705,2.06,2.09,2.05,2.07,93091711,269896700.00,0.828',
 '20160706,2.06,2.09,2.04,2.07,70542337,203624400.00,0.627',
 '20160707,2.07,2.15,2.06,2.11,217527620,643228150.00,1.935',
 '20160708,2.09,2.09,2.05,2.07,123565071,358393920.00,1.099',
 '20160711,2.09,2.19,2.07,2.11,244171800,730041580.00,2.172',
 '20160712,2.10,2.16,2.10,2.16,233329820,699698570.00,2.075',
 '20160713,2.16,2.19,2.14,2.15,138719100,417779970.00,1.234',
 '20160714,2.15,2.15,2.11,2.13,91687815,273210080.00,0.815',
 '20160715,2.12,2.18,2.12,2.15,144370480,434701080.00,1.284',
 '20160718,2.14,2.16,2.11,2.12,90778879,271371490.00,0.807',
 '20160719,2.12,2.14,2.09,2.12,75159750,221890260.00,0.668',
 '20160720,2.11,2.14,2.09,2.11,59742566,176780700.00,0.531',
 '20160721,2.11,2.12,2.09,2.10,64536497,190329280.00,0.574',
 '20160722,2.11,2.11,2.09,2.09,54009029,158428250.00,0.480',
 '20160725,2.09,2.10,2.08,2.09,35674401,104413738.00,0.317',
 '20160726,2.09,2.11,2.09,2.11,43832030,128632092.00,0.390',
 '20160727,2.10,2.12,2.01,2.04,131393608,378565010.00,1.169',
 '20160728,2.03,2.06,2.02,2.04,74959469,213632380.00,0.667',
 '20160729,2.03,2.04,2.01,2.01,36075897,102235213.00,0.321',
 '20160801,2.01,2.02,1.99,2.01,52019295,145891040.00,0.463',
 '20160802,2.01,2.02,2.00,2.02,28774171,81170329.00,0.256',
 '20160803,2.01,2.03,2.01,2.02,29694295,84021487.00,0.264',
 '20160804,2.02,2.03,2.01,2.02,30930708,87371010.00,0.275',
 '20160805,2.02,2.03,2.01,2.02,39029655,110518154.00,0.347',
 '20160808,2.02,2.06,2.01,2.04,57581968,164448670.00,0.512',
 '20160809,2.04,2.06,2.04,2.05,42587323,122239787.00,0.379',
 '20160810,2.05,2.10,2.05,2.06,88000028,255706410.00,0.783',
 '20160811,2.06,2.06,2.04,2.04,50470440,145095770.00,0.449',
 '20160812,2.05,2.07,2.04,2.06,39982030,115156718.00,0.356',
 '20160815,2.06,2.10,2.06,2.09,121937919,355274570.00,1.084',
 '20160816,2.09,2.11,2.08,2.10,85492813,250618890.00,0.760',
 '20160817,2.10,2.14,2.09,2.12,139154410,412916670.00,1.238',
 '20160818,2.11,2.11,2.09,2.09,73917225,217508530.00,0.657',
 '20160819,2.09,2.10,2.07,2.10,64392248,188216720.00,0.573',
 '20160822,2.09,2.10,2.06,2.06,60409666,175379250.00,0.537',
 '20160823,2.06,2.08,2.06,2.06,41306155,119514806.00,0.367',
 '20160824,2.07,2.09,2.06,2.06,37792148,109667019.00,0.336',
 '20160825,2.06,2.09,2.05,2.08,69850417,202786450.00,0.621',
 '20160826,2.08,2.09,2.06,2.08,46148663,134029644.00,0.410',
 '20160829,2.07,2.09,2.06,2.08,37751399,109667064.00,0.336',
 '20160830,2.09,2.10,2.08,2.09,69268411,202599290.00,0.616',
 '20160831,2.09,2.09,2.08,2.09,34218189,99959305.00,0.304',
 '20160901,2.09,2.09,2.05,2.06,53423600,154849030.00,0.475',
 '20160902,2.05,2.06,2.04,2.06,39172963,112758638.00,0.348',
 '20160905,2.06,2.09,2.06,2.07,49792324,144840160.00,0.443',
 '20160906,2.08,2.09,2.07,2.09,54444215,158669460.00,0.484',
 '20160907,2.08,2.09,2.07,2.09,53268909,155394950.00,0.474',
 '20160908,2.08,2.09,2.06,2.09,49327178,143612410.00,0.439',
 '20160909,2.09,2.09,2.06,2.06,69533402,201595920.00,0.618',
 '20160912,2.05,2.05,2.00,2.00,94923081,268481630.00,0.844',
 '20160913,2.01,2.01,1.99,1.99,82809951,231771490.00,0.737',
 '20160914,1.99,1.99,1.96,1.97,144558380,399105720.00,1.286',
 '20160919,1.97,1.99,1.97,1.99,48396904,134618230.00,0.430',
 '20160920,1.99,1.99,1.98,1.99,35454142,98412602.00,0.315',
 '20160921,1.99,2.05,1.99,2.01,72659784,205484340.00,0.646',
 '20160922,2.01,2.02,1.99,2.00,48685880,136620800.00,0.433',
 '20160923,2.01,2.01,1.99,2.00,36763605,103114966.00,0.327',
 '20160926,2.00,2.00,1.96,1.96,51996112,143621830.00,0.462',
 '20160927,1.96,1.98,1.96,1.98,28891081,79411598.00,0.257',
 '20160928,1.98,1.98,1.96,1.96,20774923,57182845.00,0.185',
 '20160929,1.96,2.00,1.96,1.99,51179245,141992270.00,0.455',
 '20160930,1.99,1.99,1.98,1.99,24738944,68712749.00,0.220',
 '20161010,2.00,2.01,1.99,2.01,39265798,110264246.00,0.349',
 '20161011,2.01,2.01,2.00,2.01,36872038,103583045.00,0.328',
 '20161012,2.01,2.01,1.99,2.00,22558832,63108595.00,0.201',
 '20161013,2.00,2.01,1.99,2.01,27784284,77841099.00,0.247',
 '20161014,2.00,2.01,1.99,2.00,23289423,65039864.00,0.207',
 '20161017,2.00,2.01,1.99,1.99,31839854,89084863.00,0.283',
 '20161018,1.99,2.01,1.98,2.01,58678503,164433220.00,0.522',
 '20161019,2.02,2.03,2.01,2.01,75380539,213130620.00,0.670',
 '20161020,2.02,2.02,2.00,2.01,50609782,142449410.00,0.450',
 '20161021,2.01,2.02,1.99,2.01,55249926,155333260.00,0.491',
 '20161024,2.01,2.05,2.01,2.04,112971324,321340500.00,1.005',
 '20161025,2.04,2.05,2.02,2.04,79445809,226411160.00,0.707',
 '20161026,2.04,2.04,2.01,2.02,53106400,150730380.00,0.472',
 '20161027,2.02,2.05,2.01,2.04,67327099,191226830.00,0.599',
 '20161028,2.03,2.04,2.01,2.01,50158029,141925280.00,0.446',
 '20161031,2.01,2.01,2.00,2.01,29535044,83023521.00,0.263',
 '20161101,2.01,2.03,2.01,2.02,41253336,116399644.00,0.367',
 '20161102,2.01,2.02,1.99,2.00,53622901,150351840.00,0.477',
 '20161103,1.99,2.01,1.99,2.01,57364533,160647230.00,0.510',
 '20161104,2.00,2.04,2.00,2.01,98936083,279208200.00,0.880',
 '20161107,2.01,2.06,2.00,2.05,143604690,407763910.00,1.277',
 '20161108,2.04,2.05,2.02,2.04,84196726,239327460.00,0.749',
 '20161109,2.03,2.04,2.00,2.02,94759388,267876050.00,0.843',
 '20161110,2.04,2.06,2.04,2.04,134513920,385101030.00,1.196',
 '20161111,2.04,2.12,2.04,2.11,352646660,1029576700.00,3.136',
 '20161114,2.09,2.11,2.07,2.11,213135690,625032990.00,1.896',
 '20161115,2.10,2.14,2.08,2.09,148732680,437437890.00,1.323',
 '20161116,2.07,2.16,2.06,2.14,406777190,1209374580.00,3.618',
 '20161117,2.13,2.13,2.11,2.12,161270820,477916840.00,1.434',
 '20161118,2.11,2.14,2.10,2.11,108666447,322200120.00,0.966',
 '20161121,2.11,2.14,2.10,2.11,114557751,339795860.00,1.019',
 '20161122,2.11,2.15,2.11,2.14,167943830,502591470.00,1.494',
 '20161123,2.14,2.16,2.11,2.12,101154491,301503020.00,0.900',
 '20161124,2.11,2.14,2.11,2.12,91680268,272503710.00,0.815',
 '20161125,2.14,2.14,2.09,2.14,172758960,512616630.00,1.536',
 '20161128,2.14,2.16,2.12,2.14,149050060,446304570.00,1.326',
 '20161129,2.14,2.19,2.13,2.16,285636000,869041780.00,2.540',
 '20161130,2.15,2.16,2.11,2.13,118658206,354947140.00,1.055',
 '20161201,2.13,2.19,2.12,2.19,187748290,569961340.00,1.670',
 '20161202,2.19,2.21,2.16,2.16,152353480,464076130.00,1.355',
 '20161205,2.13,2.16,2.11,2.11,117903892,351497450.00,1.049',
 '20161206,2.12,2.13,2.10,2.11,58917294,174115600.00,0.524',
 '20161207,2.11,2.16,2.11,2.16,156476360,469002600.00,1.392',
 '20161208,2.16,2.16,2.11,2.11,117791919,351791910.00,1.048',
 '20161209,2.11,2.15,2.11,2.12,115871897,343863510.00,1.031',
 '20161212,2.14,2.16,2.05,2.06,206053250,609641440.00,1.833',
 '20161213,2.05,2.08,2.04,2.07,83568115,241203240.00,0.743',
 '20161214,2.07,2.07,2.01,2.03,101446171,290766760.00,0.902',
 '20161215,2.01,2.04,2.01,2.04,55941526,158843460.00,0.498',
 '20161216,2.03,2.04,2.01,2.04,53356473,151462500.00,0.475',
 '20161219,2.04,2.05,2.02,2.02,55753284,158820550.00,0.496',
 '20161220,2.03,2.03,2.00,2.01,60642763,170695500.00,0.539',
 '20161221,2.01,2.03,2.01,2.03,70177026,198392800.00,0.624',
 '20161222,2.02,2.03,2.01,2.01,52148443,146992360.00,0.464',
 '20161223,2.01,2.01,1.99,2.01,51380195,144042030.00,0.457',
 '20161226,2.00,2.01,1.98,2.01,54378359,151634810.00,0.484',
 '20161227,2.00,2.01,1.99,2.00,29679659,83301045.00,0.264',
 '20161228,2.01,2.01,1.99,1.99,31189281,87149698.00,0.277',
 '20161229,1.99,2.01,1.98,1.99,31461786,87826414.00,0.280',
 '20161230,1.99,2.00,1.98,1.99,36529644,101796632.00,0.325']

from quantaxis.

yutiansut avatar yutiansut commented on June 6, 2024
data_=[]
for item in data:
   data_.append(item.split(',')

pd.DataFrame(data_,index=list(np.asarray(data_).T[0]),columns=['date','open','high','low','close','volume','amount','factor'])
In [54]: pd.DataFrame(data_,index=list(np.asarray(data_).T[0]),columns=['date','open','high','low','close','volume','amount','factor'])
Out[54]:
              date  open  high   low close     volume        amount factor
20160104  20160104  2.59  2.59  2.32  2.33   69437299  242332010.00  0.618
20160105  20160105  2.28  2.44  2.23  2.39  114924349  378947390.00  1.022
20160106  20160106  2.41  2.61  2.37  2.59  183924160  648683940.00  1.636
20160107  20160107  2.51  2.54  2.33  2.34   51144318  173416790.00  0.455
20160108  20160108  2.41  2.57  2.34  2.54  269896420  947258110.00  2.400
20160111  20160111  2.49  2.49  2.34  2.36  196359560  661641860.00  1.746
20160112  20160112  2.36  2.39  2.24  2.31   98270625  317175040.00  0.874
20160113  20160113  2.34  2.46  2.29  2.31  125690384  417415510.00  1.118
20160114  20160114  2.23  2.39  2.21  2.35   98322435  316861960.00  0.874
20160115  20160115  2.32  2.33  2.23  2.24   93528953  297474680.00  0.832
20160118  20160118  2.23  2.27  2.20  2.24   64590691  202761380.00  0.574
20160119  20160119  2.26  2.31  2.24  2.29   96680129  307322480.00  0.860
20160120  20160120  2.26  2.34  2.24  2.26  101959509  324735300.00  0.907
20160121  20160121  2.22  2.27  2.18  2.19   87420957  272307120.00  0.778
20160122  20160122  2.22  2.26  2.16  2.24   80863272  251230110.00  0.719
20160125  20160125  2.26  2.28  2.23  2.24   63713723  201200220.00  0.567
20160126  20160126  2.22  2.24  2.02  2.09  113888133  344049080.00  1.013
20160127  20160127  2.11  2.13  2.03  2.11  103701991  302859880.00  0.922
20160128  20160128  2.08  2.09  1.90  1.92   97593135  272647830.00  0.868
20160129  20160129  1.94  2.11  1.91  2.11  197683570  572679180.00  1.758
20160201  20160201  2.09  2.10  1.96  2.01  131984720  375889720.00  1.174
20160202  20160202  1.99  2.17  1.99  2.06  108175246  315234680.00  0.962
20160203  20160203  2.04  2.06  1.99  2.02   91365909  258485030.00  0.813
20160204  20160204  2.04  2.09  2.02  2.06   83281507  240504290.00  0.741
20160205  20160205  2.08  2.09  2.02  2.03   52837897  151741470.00  0.470
20160215  20160215  1.96  2.06  1.94  2.04   58809771  164621270.00  0.523
20160216  20160216  2.03  2.10  2.01  2.09   93010401  271062480.00  0.827
20160217  20160217  2.09  2.16  2.07  2.11  115949211  342859230.00  1.031
20160218  20160218  2.13  2.15  2.09  2.11   99191116  294640880.00  0.882
20160219  20160219  2.09  2.12  2.08  2.10   58237732  170913540.00  0.518
...            ...   ...   ...   ...   ...        ...           ...    ...
20161121  20161121  2.11  2.14  2.10  2.11  114557751  339795860.00  1.019
20161122  20161122  2.11  2.15  2.11  2.14  167943830  502591470.00  1.494
20161123  20161123  2.14  2.16  2.11  2.12  101154491  301503020.00  0.900
20161124  20161124  2.11  2.14  2.11  2.12   91680268  272503710.00  0.815
20161125  20161125  2.14  2.14  2.09  2.14  172758960  512616630.00  1.536
20161128  20161128  2.14  2.16  2.12  2.14  149050060  446304570.00  1.326
20161129  20161129  2.14  2.19  2.13  2.16  285636000  869041780.00  2.540
20161130  20161130  2.15  2.16  2.11  2.13  118658206  354947140.00  1.055
20161201  20161201  2.13  2.19  2.12  2.19  187748290  569961340.00  1.670
20161202  20161202  2.19  2.21  2.16  2.16  152353480  464076130.00  1.355
20161205  20161205  2.13  2.16  2.11  2.11  117903892  351497450.00  1.049
20161206  20161206  2.12  2.13  2.10  2.11   58917294  174115600.00  0.524
20161207  20161207  2.11  2.16  2.11  2.16  156476360  469002600.00  1.392
20161208  20161208  2.16  2.16  2.11  2.11  117791919  351791910.00  1.048
20161209  20161209  2.11  2.15  2.11  2.12  115871897  343863510.00  1.031
20161212  20161212  2.14  2.16  2.05  2.06  206053250  609641440.00  1.833
20161213  20161213  2.05  2.08  2.04  2.07   83568115  241203240.00  0.743
20161214  20161214  2.07  2.07  2.01  2.03  101446171  290766760.00  0.902
20161215  20161215  2.01  2.04  2.01  2.04   55941526  158843460.00  0.498
20161216  20161216  2.03  2.04  2.01  2.04   53356473  151462500.00  0.475
20161219  20161219  2.04  2.05  2.02  2.02   55753284  158820550.00  0.496
20161220  20161220  2.03  2.03  2.00  2.01   60642763  170695500.00  0.539
20161221  20161221  2.01  2.03  2.01  2.03   70177026  198392800.00  0.624
20161222  20161222  2.02  2.03  2.01  2.01   52148443  146992360.00  0.464
20161223  20161223  2.01  2.01  1.99  2.01   51380195  144042030.00  0.457
20161226  20161226  2.00  2.01  1.98  2.01   54378359  151634810.00  0.484
20161227  20161227  2.00  2.01  1.99  2.00   29679659   83301045.00  0.264
20161228  20161228  2.01  2.01  1.99  1.99   31189281   87149698.00  0.277
20161229  20161229  1.99  2.01  1.98  1.99   31461786   87826414.00  0.280
20161230  20161230  1.99  2.00  1.98  1.99   36529644  101796632.00  0.325

[244 rows x 8 columns]

from quantaxis.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.