Empire State Child Credit Study by Filing Status: Beginning 2017
The Department of Taxation and Finance annually publishes statistical information on the New York State empire state child credit (ESCC). The data used to generate this report come from an annual study file based on the latest available data drawn from New York State personal income tax returns. The tables in this report summarize tax credit activity by filing status and place of residence. The totals in the summary tables may not match the detail tables due to rounding and disclosure requirements.
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 \"ny-gov/empire-state-child-credit-study-by-filing-status-nv3a-i5rg\".\"empire_state_child_credit_study_by_filing_status\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.