Venture Capital Firms - Top Ten States By Year (2021) Community and Economic Development
The top ten states by number of venture capital firms in the state by year (2021)
Querying over HTTP
Splitgraph serves as an HTTP API that lets you run SQL queries directly on
this data to power Web applications. For example:
curl https://data.splitgraph.com/sql/query/ddn \
-H "Content-Type: application/json" \
-d@-<<EOF
{"sql": "
SELECT *
FROM \"pa-gov/venture-capital-firms-top-ten-states-by-year-2021-rj54-eeen\".\"venture_capital_firms_top_ten_states_by_year_2021\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.