ftb-ca-gov/a1a-to-a1c-tax-rates-all-filing-statuses-hqma-83bw
Icon for Socrata external plugin
Open repository in Console
 
Readme
Updated over 1 year ago
Indexed 1 month ago

A-1A to A1C, Tax Rates All Filing Statuses

Marginal Tax Rate Tables published by the FTB beginning with 1935. The dataset contains filing status and tax bracket information.

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 \"ftb-ca-gov/a1a-to-a1c-tax-rates-all-filing-statuses-hqma-83bw\".\"a1a_to_a1c_tax_rates_all_filing_statuses\"
    LIMIT 100 
"}
EOF

See the Splitgraph documentation for more information.

 
Preview
  • a1a_to_a1c_tax_rates_all_filing_statuses