awesome-data icon indicating copy to clipboard operation
awesome-data copied to clipboard

EDGAR company identifiers (CIK)

Open rufuspollock opened this issue 11 years ago • 0 comments

There's a list here: http://www.sec.gov/edgar/NYU/cik.coleft.c

Would also be nice to have ticket to CIK (which EDGAR must have as they use in their search).

To do this you probably need to do a search by ticker on edgar standard search and request atom output e.g.

http://www.sec.gov/cgi-bin/browse-edgar?CIK=ibm&Find=Search&owner=exclude&action=getcompany&output=atom

Then parse the atom to grab the CIK. (If you prefer HTML output just omit output=atom).

rufuspollock avatar Jan 23 '14 22:01 rufuspollock