Web Hosting Talk







View Full Version : SIC code list in MySQL or CSV


pergesu
03-25-2005, 08:26 PM
I'm working on an app that needs to reference SIC codes. They basically map numbers to industry categories, making it easy to categorize businesses. I've spent plenty of time googling, and have only come up with SIC lookups, not full lists. The one list I did find only went out to 6 digits, and I need a list containing 8-digit codes. Does anybody here have a list of SIC codes in either a mysql database or csv file? Or have any idea where I can find one? Thanks a lot

Burhan
03-26-2005, 03:41 AM
SIC codes have been superceded by the NAICS codes, which you can find at this link (http://www.census.gov/epcd/naics02/naicod02.htm). The downloadble text file (http://www.census.gov/epcd/naics02/naicod02.txt) is also available.

pergesu
03-30-2005, 12:51 PM
Thanks, but the list we have references all SIC codes, and they go out to 8 digits.