Net Capital Gains by Entity × Tax Status × Gains Range (Tax Statistics)

ATO Taxation Statistics CGT Table 2 - net capital gains distributional view by entity (Individuals / Companies / Funds), taxable status, and size-of-gain bracket ($1-$9, $10-$99, ..., $10M+), 2013-14 through 2022-23.

Source: Australian Taxation Office · Licensed CC-BY 3.0 AU · dataset id ato.CGT_BY_GAINS_RANGE

Get this dataset

curl -H 'Authorization: Bearer ak_your_key' \
  https://api.ausdata.io/v1/data/ato/CGT_BY_GAINS_RANGE

Returns JSON with the original Australian Taxation Office attribution on every response. Add:

Full description

ATO Taxation Statistics CGT Table 2 - net capital gains distributional view by entity (Individuals / Companies / Funds), taxable status, and size-of-gain bracket ($1-$9, $10-$99, ..., $10M+), 2013-14 through 2022-23. Answers the distributional CGT questions: - "How many taxpayers realized capital gains in the $1M-$10M bracket?" - "What share of CGT $$ went to gains over $100,000?" - "Companies vs Individuals - who realizes the largest gains?" For per-asset-type breakdown (shares vs property vs unit trusts) see CGT Table 1 - not yet curated (transposed-by-year layout). For age × income-range × CGT see IND_AGE_INCOME (Table 3A). Customer query examples: - "Number of individuals with net capital gains > $1M in 2022-23" → `get_data('CGT_BY_GAINS_RANGE', filters={entity: 'individuals', taxable_status: 'taxable', gains_range: 'g_1m_10m', income_year: '2022-23'}, measures='count')` - "Total CGT $$ realized by Funds in 2022-23" → `get_data('CGT_BY_GAINS_RANGE', filters={entity: 'funds', income_year: '2022-23'}, measures='net_capital_gains_aud')`

Free tier: 500 calls a month, no card. Get a key, browse all Australian Taxation Office datasets, or read the docs.