Quarterly Business Indicators (sales, profits, wages, inventories)
Quarterly Business Indicators Survey - sales, inventories, wages, and gross operating profits across the corporate and unincorporated sectors, by ANZSIC industry. Source: ABS Catalogue 5676.0.
Source: Australian Bureau of Statistics · Licensed CC-BY 4.0 · dataset id abs.BUSINESS_INDICATORS
Get this dataset
curl -H 'Authorization: Bearer ak_your_key' \
https://api.ausdata.io/v1/data/abs/BUSINESS_INDICATORS Returns JSON with the original Australian Bureau of Statistics attribution on every response. Add:
?format=csvfor CSV?limit=1000to fetch more than the default page?start=/?end=to window a time-series dataset by period
Full description
Quarterly Business Indicators Survey - sales, inventories, wages, and gross operating profits across the corporate and unincorporated sectors, by ANZSIC industry. Source: ABS Catalogue 5676.0. This is the "how is the corporate sector doing?" dataset: - Sales: top-line revenue across industries - Wages: total wage bill, complementary to AWE's per-employee view - Gross Operating Profits: industry-level profit pool - Inventories: stock build / drawdown signal Pairs naturally with WPI (wage prices), CPI (inflation), ANA_AGG (GDP) for full top-down macro analysis. Customer query examples: - "Mining gross operating profits, last 2 years" → `get_data('BUSINESS_INDICATORS', filters={'measure': 'gross_operating_profits', 'industry': 'mining'}, start_period='2024-Q1')` - "Quarterly sales growth - All Industries" → `get_data('BUSINESS_INDICATORS', filters={'measure': 'sales_qoq_pct', 'industry': 'all'})`
Free tier: 500 calls a month, no card. Get a key, browse all Australian Bureau of Statistics datasets, or read the docs.