Australian Taxation Data - Company Table 5 (CSV)

Australian Taxation Data - Company Table 5 (CSV) contains fact observations from the Australian Taxation Office taxation-statistics collection. Each row is one published record from the source file; the published table has 462 rows and covers income years 2014-15 through 2015-16. The source format is CSV. Values are passed through from the source, so workbook-extracted tables may include header, label, and measure cells alongside numeric observations.

ato-taxation-statistics--company-table-5-csv·29 columns·63 KB·Creative Commons Attribution 2.5 Australia·updated 2mo ago
ATO

Source: ATO · connector code

Schema

company_size_by_total_income10VARCHAR
taxable_statusVARCHAR
profit_status2VARCHAR
broad_industry3VARCHAR
number_of_companies_noVARCHAR
other_sales_of_goods_and_servicesVARCHAR
interest_expenses_within_australiaVARCHAR
interest_expenses_overseasVARCHAR
total_profit_or_lossVARCHAR
total_assetsVARCHAR
total_liabilitiesVARCHAR
net_taxVARCHAR
earnings_before_interest_expenses_and_tax9VARCHAR
total_incomeVARCHAR
return_on_assets_ratio4VARCHAR
net_profit_margin_ratio5VARCHAR
interest_cover_ratio6VARCHAR
tax_to_profit_ratio7VARCHAR
tax_to_income_ratio8VARCHAR
income_yearVARCHAR
company_sizeVARCHAR
profit_statusVARCHAR
broad_industryVARCHAR
earnings_before_interest_expenses_and_taxVARCHAR
return_on_assets_ratioVARCHAR
net_profit_margin_ratioVARCHAR
interest_cover_ratioVARCHAR
tax_to_profit_ratioVARCHAR
tax_to_income_ratioVARCHAR

Get this dataset on your machine

subsets sync --bundle medium clones the mid-size tiers as queryable local tables — use --bundle large for the widest tier

pip install subsetsio
subsets sync --bundle small # or medium, or large
subsets serve # search + SQL at http://localhost:8080

Free and open — the data syncs straight from the public bucket, and search + SQL run entirely on your machine. See docs →

Query it locally

Full docs →
Bash
subsets serve   # local API on http://localhost:8080
curl -s -X POST "http://localhost:8080/query" \
  -H "Content-Type: application/json" \
  -d '{"sql": "SELECT * FROM \"ato-taxation-statistics--company-table-5-csv\" LIMIT 5"}'

No account, no API key — the data syncs straight from bundles.subsets.io and every query runs on your machine. See the local API reference.