Connecticut Business Registry - Principals
This dataset is the principals object from the Connecticut Business Registry. The dataset provides principal information for all principals reported to the Connecticut Secretary of the State, Business Services Division. A principal is an officer or director of a corporation, a member or manager of an LLC or a partner in a limited liability partnership.
This data may be linked to the master data set using the unique identifier in the first column.
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 \"ct-gov/connecticut-business-registry-principals-ka36-64k6\".\"connecticut_business_registry_principals\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.