Workers' compensation non-subscriber employer information
The Texas Department of Insurance, Division of Workers’ Compensation (DWC) publishes a monthly report of private employers that have opted out of Texas workers’ compensation insurance coverage (non-subscribers). Texas does not require most private employers to have workers' compensation insurance coverage.
Non-subscribers are required to file the <a target="_blank" href="https://www.tdi.texas.gov/forms/dwc/dwc005nocov.pdf"><u>DWC Form-005, Employers' Notice of No Coverage or Termination of Coverage</u></a> annually. The DWC Form-005 is the source of this data set.
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 \"texas-gov/workers-compensation-nonsubscriber-employer-azae-8krr\".\"workers_compensation_nonsubscriber_employer\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.