Open repository in Console
Readme
Updated 1 year ago
‧ Indexed 11 months ago
Connecticut Personal Income Tax Summary
Beginning with tax year ("TY") 2021, this data asset will be the new home for the "Individual Income Tax Reports" which were previously uploaded to the Department of Revenue Services ("DRS") page of the state website. Connecticut imposes a tax on income earned by resident individuals, trusts, and estates. Nonresidents and part-year resident individuals, trusts, and estates are also subject to the tax on income derived from or connected with sources within the State.
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-personal-income-tax-summary-9mb8-59r7\".\"connecticut_personal_income_tax_summary\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.
Upstream Metadata