eliangcs / pystock-crawler

(UNMAINTAINED) Crawl and parse financial reports (XBRL) from SEC EDGAR, and daily stock prices from Yahoo Finance
MIT License
311 stars 105 forks source link

Company having multiple symbols #7

Closed eliangcs closed 10 years ago

eliangcs commented 10 years ago

Command pystock-crawler reports GOOG -o output.csv --sort gave this output:

symbol,end_date,amend,period_focus,fiscal_year,doc_type,revenues,op_income,net_income,eps_basic,eps_diluted,dividend,assets,cur_assets,cur_liab,cash,equity,cash_flow_op,cash_flow_inv,cash_flow_fin
"GOOG, GOOGL",2014-06-30,False,Q2,2014,10-Q,15955000000.0,4258000000.0,3422000000.0,5.07,4.99,0.0,121608000000.0,77905000000.0,17097000000.0,19620000000.0,95749000000.0,10018000000.0,-8487000000.0,-640000000.0
...

"GOOG, GOOGL" at 2nd line is ugly and should be changed to GOOG/GOOGL.

eliangcs commented 10 years ago

Fixed in 30863617e9e9b06a28b4d0a3f7796880ab9f1ed3