How Philly stacks up against America’s top cities for tech startups

Philadelphia was snubbed in a recent USA Today article that ranked the top 10 cities for tech startups.

The rankings, based on data from the National Venture Capital Association, measure the amount of venture capital invested in area startups in 2011. NewsWorks was supplied with more current data, which also includes investments from the first half of 2012.

#textstuff {width: 580px; padding: 0 10px 10px 10px; margin-bottom: 10px;color:#fff;background: #333}

#title {font-size: 1.2em;font-weight: bold;color:#fff;}
#explainer {font-size: .8em; margin-bottom: 10px;color:#fff;background: #333}
#credit {font-size: .8em;}
hr {border: 0px !important;}

  • WHYY thanks our sponsors — become a WHYY sponsor

google.load(‘visualization’, ‘1’, {‘packages’: [‘geochart’]});
google.setOnLoadCallback(drawMarkersMap);

function drawMarkersMap() {
var data = google.visualization.arrayToDataTable([
[‘Area’,’Rank by $ invested’,’Equity Invested ($ Millions)’],
[‘San Francisco’,1,8626.33],
[‘San Jose’,2,6878.79],
[‘Boston’,3,4283.35],
[‘New York’,4,2899.97],
[‘Oakland’,5,1924.70],
[‘San Diego’,6,1623.44],
[‘Los Angeles’,7,1433.62],
[‘Orange County’,8,1380.91],
[‘Austin’,9,1073.19],
[‘Chicago’,10,1009.64],
[‘Seattle’,11,973.16],
[‘Washington D.C.’,12,899.91],
[‘Dallas’,13,611.13],
[‘Philadelphia’,14,481.36],
[‘Atlanta’,15,480.84],
[‘Boulder’,16,469.44],
[‘Houston’,18,394.17],
[‘Minneapolis-St. Paul’,19,389.38],
[‘Denver’,20,376.74],
[‘Raleigh’,21,313.29],
[‘Middlesex’,22,305.11],
[‘Portland’,23,279.91],
[‘Santa Barbara’,24,265.94],
[‘Phoenix’,25,244.32],
[‘Pittsburgh’,26,220.69],
[‘Indianapolis’,27,198.78],
[‘Baltimore’,28,185.0],
[‘Salt Lake City’,29,179.3],
[‘Cleveland’,30,177.79],
[‘Provo’,31,157.74],
[‘Lowell’,32,144.63],
[‘Nashville’,33,134.53],
[‘St. Louis’,34,125.66],
[‘Newark’,35,121.71],
[‘Orlando’,36,108.34],
[‘Worcester’,37,102.4],
[‘Passaic’,38,102.16],
[‘Tampa’,39,96.08],
[‘Cincinnati’,40,90.52],
[‘Miami’,41,85.93],
[‘Madison’,42,85.77],
[‘Trenton’,43,76.08],
[‘Santa Rosa’,44,74.19],
[‘New Haven’,45,71.4],
[‘San Antonio’,46,71.29],
[‘Kansas City’,47,70.09],
[‘Providence’,48,69.63],
[‘Ann Arbor’,49,68.24],
[‘Albuquerque’,50,68.04],

]);

var options = {
region: ‘US’,
displayMode: ‘markers’,
colorAxis: {minValue: 1, maxValue: 50, colors: [‘orange’, ‘red’], },
sizeAxis: {minValue: 68, maxValue: 8626},
magnifyingGlass: {enable: false, zoomFactor: 7.5},
backgroundColor: {fill: ‘#333333’, stroke: ‘#333333’},
/* legend: {textStyle: {color: ‘white’, fontSize: 14, stroke: 0}}, */
legend: ‘none’,
resolution: ‘provinces’

};

var chart = new google.visualization.GeoChart(document.getElementById(‘chart_div’));
chart.draw(data, options);
};

Venture capital investment by metro area
The top 50 metropolitan areas with the highest venture capital investment by census MSA code from 2011 through the 1st half of 2012. Larger circles = higher investment. Click a circle for details. (Source: The MoneyTree Report by PwC and NVCA based on data from Thomson Reuters. Interactive map by Todd Vachon for NewsWorks)

Philadelphia was snubbed in a recent USA Today article that ranked the top 10 cities for tech startups.

The rankings, based on data from the National Venture Capital Association, measure the amount of venture capital invested in area startups in 2011. NewsWorks was supplied with more current data, which also includes investments from the first half of 2012.

The local headline: Philly isn’t a top gun, but it’s still a contender.

The region ranks 14th in terms of total venture capital invested. Tenth in terms of deals completed.

“We have this tremendous opportunity and we haven’t quite yet reached our potential,” says Emily Mendell, NVCA’s vice president of communications. (Though the trade group is based in Arlington, Va., Mendell lives and works in the Philadelphia area.)

The rankings are topped by Silicon Valley (San Francisco/San Jose), Boston and New York — with numbers that dwarf Philadelphia’s.

Smaller cities, such as Austin, Seattle and Washington, D.C., also beat out the City of Brotherly Love.

Still, Mendell says, Philly remains a player. 

“Silicon Valley will always be Silicon Valley; Boston will always be Boston,” she says. “But that being said, Philadelphia has always been a contender for the top 10. 

“No one is going to be ‘the next Silicon Valley’ despite everyone wanting to say that they are.”

Mendell says investments in Philly’s tech scene are growing, complementing more established sectors such as health care and the life sciences. Still, she says, the region has a long way to go if it wants to rival the nation’s top venture capital destinations.

To jump up in the rankings, Mendell says the region needs more local venture capital firms that can help seed-stage companies flower into something more.

google.load(‘visualization’, ‘1’, {packages:[‘table’]});
google.setOnLoadCallback(drawTable);
function drawTable() {
var data = new google.visualization.DataTable();
data.addColumn(‘number’, ‘Rank’);
data.addColumn(‘string’, ‘Area’);
data.addColumn(‘number’, ‘Equity Invested ($ Millions)’);
data.addRows([
[1,’San Francisco’,{v: 8626.33,f: ‘$8,626.33′}],
[2,’San Jose’,{v: 6878.79,f: ‘$6,878.79′}],
[3,’Boston’,{v: 4283.35,f: ‘$4,283.35′}],
[4,’New York’,{v: 2899.97,f: ‘$2,899.97′}],
[5,’Oakland’,{v: 1924.70,f: ‘$1,924.70′}],
[6,’San Diego’,{v: 1623.44,f: ‘$1,623.44′}],
[7,’Los Angeles’,{v: 1433.62,f: ‘$1,433.62′}],
[8,’Orange County’,{v: 1380.91,f: ‘$1,380.91′}],
[9,’Austin’,{v: 1073.19,f: ‘$1,073.19′}],
[10,’Chicago’,{v: 1009.64,f: ‘$1,009.64′}],
[11,’Seattle’,{v: 973.16,f: ‘$973.16′}],
[12,’Washington’,{v: 899.91,f: ‘$899.91′}],
[13,’Dallas’,{v: 611.13,f: ‘$611.13′}],
[14,’Philadelphia’,{v: 481.36,f: ‘$481.36′}],
[15,’Atlanta’,{v: 480.84,f: ‘$480.84′}],
[16,’Boulder’,{v: 469.44,f: ‘$469.44′}],
[17,’Houston’,{v: 394.17,f: ‘$394.17′}],
[18,’Minneapolis-St. Paul’,{v: 389.38,f: ‘$389.38′}],
[19,’Denver’,{v: 376.74,f: ‘$376.74′}],
[20,’Raleigh’,{v: 313.29,f: ‘$313.29′}],
[21,’Middlesex’,{v: 305.11,f: ‘$305.11′}],
[22,’Portland’,{v: 279.91,f: ‘$279.91′}],
[23,’Santa Barbara’,{v: 265.94,f: ‘$265.94′}],
[24,’Phoenix’,{v: 244.32,f: ‘$244.32′}],
[25,’Pittsburgh’,{v: 220.69,f: ‘$220.69′}],
[26,’Indianapolis’,{v: 198.78,f: ‘$198.78′}],
[27,’Baltimore’,{v: 185.0,f: ‘$185.0′}],
[28,’Salt Lake City’,{v: 179.3,f: ‘$179.3′}],
[29,’Cleveland’,{v: 177.79,f: ‘$177.79′}],
[30,’Provo’,{v: 157.74,f: ‘$157.74′}],
[31,’Lowell’,{v: 144.63,f: ‘$144.63′}],
[32,’Nashville’,{v: 134.53,f: ‘$134.53′}],
[33,’St. Louis’,{v: 125.66,f: ‘$125.66′}],
[34,’Newark’,{v: 121.71,f: ‘$121.71′}],
[35,’Orlando’,{v: 108.34,f: ‘$108.34′}],
[36,’Worcester’,{v: 102.4,f: ‘$102.4′}],
[37,’Bergen’,{v: 102.16,f: ‘$102.16′}],
[38,’Tampa’,{v: 96.08,f: ‘$96.08′}],
[39,’Cincinnati’,{v: 90.52,f: ‘$90.52′}],
[40,’Miami’,{v: 85.93,f: ‘$85.93′}],
[41,’Madison’,{v: 85.77,f: ‘$85.77′}],
[42,’Trenton’,{v: 76.08,f: ‘$76.08′}],
[43,’Santa Rosa’,{v: 74.19,f: ‘$74.19′}],
[44,’New Haven’,{v: 71.4,f: ‘$71.4′}],
[45,’San Antonio’,{v: 71.29,f: ‘$71.29′}],
[46,’Kansas City’,{v: 70.09,f: ‘$70.09′}],
[47,’Providence’,{v: 69.63,f: ‘$69.63′}],
[48,’Ann Arbor’,{v: 68.24,f: ‘$68.24′}],
[49,’Albuquerque’,{v: 68.04,f: ‘$68.04′}],
[50,’Columbus’,{v: 66.45,f: ‘$66.45′}],
[51,’Nassau’,{v: 65.64,f: ‘$65.64′}],
[52,’Bridgeport’,{v: 62.27,f: ‘$62.27′}],
[53,’Detroit’,{v: 61.66,f: ‘$61.66′}],
[54,’Roanoke’,{v: 54.08,f: ‘$54.08′}],
[55,’Fort Lauderdale’,{v: 53.18,f: ‘$53.18′}],
[56,’Greenville’,{v: 45.98,f: ‘$45.98′}],
[57,’Allentown’,{v: 45.97,f: ‘$45.97′}],
[58,’Melbourne’,{v: 44.93,f: ‘$44.93′}],
[59,’Yolo’,{v: 43.98,f: ‘$43.98′}],
[60,’Portland’,{v: 41.72,f: ‘$41.72′}],
[61,’Bremerton’,{v: 41.22,f: ‘$41.22′}],
[62,’Danbury’,{v: 40.5,f: ‘$40.5′}],
[63,’Ventura’,{v: 38.45,f: ‘$38.45′}],
[64,’Tucson’,{v: 37.0,f: ‘$37.0′}],
[65,’Jacksonville’,{v: 36.74,f: ‘$36.74′}],
[66,’Richmond’,{v: 36.57,f: ‘$36.57′}],
[67,’Visalia’,{v: 35.57,f: ‘$35.57′}],
[68,’Greensboro’,{v: 34.67,f: ‘$34.67′}],
[69,’Oklahoma City’,{v: 34.43,f: ‘$34.43′}],
[70,’Nashua’,{v: 33.21,f: ‘$33.21′}],
[71,’Sacramento’,{v: 32.86,f: ‘$32.86′}],
[72,’Buffalo’,{v: 31.08,f: ‘$31.08′}],
[73,’Wilmington’,{v: 30.38,f: ‘$30.38′}],
[74,’Napa’,{v: 29.16,f: ‘$29.16′}],
[75,’Charleston’,{v: 27.75,f: ‘$27.75′}],
[76,’Santa Cruz’,{v: 27.71,f: ‘$27.71′}],
[77,’Medford’,{v: 27.04,f: ‘$27.04′}],
[78,’Lawrence’,{v: 26.52,f: ‘$26.52′}],
[79,’Stamford’,{v: 26.46,f: ‘$26.46′}],
[80,’Rochester’,{v: 24.18,f: ‘$24.18′}],
[81,’Albany’,{v: 23.7,f: ‘$23.7′}],
[82,’Hartford’,{v: 20.94,f: ‘$20.94′}],
[83,’Flagstaff’,{v: 20.5,f: ‘$20.5′}],
[84,’Kalamazoo’,{v: 20.46,f: ‘$20.46′}],
[85,’Fort Collins’,{v: 18.63,f: ‘$18.63′}],
[86,’Jersey City’,{v: 18.57,f: ‘$18.57′}],
[87,’Norwich’,{v: 18.27,f: ‘$18.27′}],
[88,’Brockton’,{v: 18.27,f: ‘$18.27′}],
[89,’New Orleans’,{v: 17.24,f: ‘$17.24′}],
[90,’Milwaukee’,{v: 17.19,f: ‘$17.19′}],
[91,’Louisville’,{v: 14.58,f: ‘$14.58′}],
[92,’Galveston’,{v: 13.97,f: ‘$13.97′}],
[93,’Burlington’,{v: 13.81,f: ‘$13.81′}],
[94,’West Palm Beach’,{v: 13.71,f: ‘$13.71′}],
[95,’Boise City’,{v: 12.3,f: ‘$12.3′}],
[96,’Birmingham’,{v: 12.26,f: ‘$12.26′}],
[97,’Charlotte’,{v: 11.87,f: ‘$11.87′}],
[98,’Rochester’,{v: 11.15,f: ‘$11.15′}],
[99,’Charlottesville’,{v: 11.13,f: ‘$11.13′}],
[100,’Champaign’,{v: 11.04,f: ‘$11.04′}],
[101,’Las Vegas’,{v: 10.0,f: ‘$10.0′}],
[102,’Naples’,{v: 9.68,f: ‘$9.68′}],
[103,’Omaha’,{v: 9.4,f: ‘$9.4′}],
[104,’San Luis Obispo-Atascadero-Paso Robles’,{v: 9.0,f: ‘$9.0′}],
[105,’Memphis’,{v: 8.86,f: ‘$8.86′}],
[106,’Richland-Kennewick-Pasco’,{v: 8.05,f: ‘$8.05′}],
[107,’Scranton–Wilkes-Barre–Hazleton’,{v: 8.0,f: ‘$8.0′}],
[108,’Spokane’,{v: 7.98,f: ‘$7.98′}],
[109,’Akron’,{v: 7.8,f: ‘$7.8′}],
[110,’Iowa City’,{v: 6.85,f: ‘$6.85′}],
[111,’Knoxville’,{v: 6.8,f: ‘$6.8′}],
[112,’Monmouth-Ocean’,{v: 6.46,f: ‘$6.46′}],
[113,’Pittsfield’,{v: 6.33,f: ‘$6.33′}],
[114,’Riverside-San Bernardino’,{v: 6.3,f: ‘$6.3′}],
[115,’Fort Myers-Cape Coral’,{v: 6.2,f: ‘$6.2′}],
[116,’Gainesville’,{v: 6.16,f: ‘$6.16′}],
[117,’Jackson’,{v: 6.15,f: ‘$6.15′}],
[118,’Grand Rapids-Muskegon-Holland’,{v: 5.87,f: ‘$5.87′}],
[119,’Baton Rouge’,{v: 5.73,f: ‘$5.73′}],
[120,’Missoula’,{v: 5.52,f: ‘$5.52′}],
[121,’Bakersfield’,{v: 5.0,f: ‘$5.0′}],
[122,’Fayetteville-Springdale-Rogers’,{v: 5.0,f: ‘$5.0′}],
[123,’Des Moines’,{v: 5.0,f: ‘$5.0’}],
]);

var options = {
showRowNumber: ‘false’,

};

var table = new google.visualization.Table(document.getElementById(‘table_div’));
table.draw(data, {showRowNumber: false});
}

WHYY is your source for fact-based, in-depth journalism and information. As a nonprofit organization, we rely on financial support from readers like you. Please give today.

Want a digest of WHYY’s programs, events & stories? Sign up for our weekly newsletter.

Together we can reach 100% of WHYY’s fiscal year goal