工具 API

get_asx_corporate_actions

Get structured corporate action data for ASX (Australian Securities Exchange) listed securities: dividends, splits, bonus issues, rights issues, buybacks, capital returns, and share purchase plans. Data is sourced from the official ASX ReferencePoint (E34) feed and refreshed daily. Coverage is limited to ASX-listed tickers (all use the .AU suffix). Costs 1 API call per request. Use when the user asks about Australian dividends and franking credits, ASX splits, bonus/rights issues, buybacks, capital returns, or share purchase plans. For corporate actions on other exchanges use get_historical_dividends / get_historical_splits.

finance1 积分

调用信息

工具标识
eodhd.get_asx_corporate_actions
服务提供方
EODHD
平均响应
0 ms
近 7 天调用
0

输入参数

action_type

Corporate action category. One of: 'dividends', 'splits', 'bonus-issues', 'rights-issues', 'buybacks', 'capital-returns', 'spp', 'other'. Omit to return all types.

symbol

Ticker with .AU suffix (e.g. 'PMV.AU'). Filters to a single security.

start_date

'date_from' in YYYY-MM-DD (inclusive, on event date).

end_date

'date_to' in YYYY-MM-DD (inclusive, on event date).

limit

Page size, 1..1000. Default 100.

offset

Zero-based pagination offset. Default 0.

fmt

'json' only.

api_token

Per-call token override.