{"id":7885,"date":"2026-04-15T14:08:06","date_gmt":"2026-04-15T12:08:06","guid":{"rendered":"https:\/\/eodhd.com\/financial-apis\/?p=7885"},"modified":"2026-04-15T17:05:29","modified_gmt":"2026-04-15T15:05:29","slug":"asx-australia-corporate-actions-beta","status":"publish","type":"post","link":"https:\/\/eodhd.com\/financial-apis\/asx-australia-corporate-actions-beta","title":{"rendered":"ASX (Australia) Corporate Actions API (beta)"},"content":{"rendered":"\n<p class=\"docs-content__text wp-block-paragraph\">The EODHD ASX Corporate Actions API provides structured corporate action data for the Australian Securities Exchange (ASX): dividends, stock splits, bonus issues, rights issues, buybacks, capital returns, and share purchase plans. Data is sourced from the official ASX ReferencePoint feed (E34) and refreshed daily.<\/p>\n\n\n\n<p class=\"docs-content__text wp-block-paragraph\">Coverage is limited to ASX-listed securities. All tickers use the <strong>.AU<\/strong> suffix. You will need an EODHD API subscription that includes access to the Corporate Actions endpoint \u2014 available on <strong>Fundamentals<\/strong> and <strong>All-in-One<\/strong> plans.<\/p>\n\n\n\n<p class=\"docs-content__text wp-block-paragraph\"><!--TOC--><\/p>\n\n\n\n<div style=\"height:50px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h2 class=\"docs-content__heading docs-content__heading--h2 wp-block-heading\" id=\"h-api-endpoint\">API Endpoint<\/h2>\n\n\n<div class=\"code-block\">\n<pre class=\"docs-content__code-block wp-block-code\"><code class=\"\">https:\/\/eodhd.com\/api\/asx-corporate-actions<\/code><\/pre>\n<\/div>\n\n\n<p class=\"docs-content__text wp-block-paragraph\"><strong>Method:<\/strong> GET. <strong>Auth:<\/strong> <strong>api_token<\/strong> query parameter. <strong>Cost:<\/strong> 1 API call per request. <strong>Pagination:<\/strong> offset\/limit based, default 100 per page (max 1000).<\/p>\n\n\n\n<div style=\"height:50px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h2 class=\"docs-content__heading docs-content__heading--h2 wp-block-heading\" id=\"h-query-parameters\">Query Parameters<\/h2>\n\n\n\n<figure class=\"docs-content__table-wrap wp-block-table\"><table class=\"has-fixed-layout\"><thead><tr><th>Parameter<\/th><th>Required<\/th><th>Description<\/th><\/tr><\/thead><tbody><tr><td>api_token<\/td><td>Yes<\/td><td>Your EODHD API token<\/td><\/tr><tr><td>type<\/td><td>No<\/td><td>Corporate action type (see table below). Omit to return all types<\/td><\/tr><tr><td>symbol<\/td><td>No<\/td><td>Ticker with .AU suffix (e.g. PMV.AU). Filter results to a single security<\/td><\/tr><tr><td>date_from<\/td><td>No<\/td><td>Start date in YYYY-MM-DD format (inclusive, applied to event date)<\/td><\/tr><tr><td>date_to<\/td><td>No<\/td><td>End date in YYYY-MM-DD format (inclusive, applied to event date)<\/td><\/tr><tr><td>page[offset]<\/td><td>No<\/td><td>Pagination offset, zero-based (default 0)<\/td><\/tr><tr><td>page[limit]<\/td><td>No<\/td><td>Page size, 1 to 1000 (default 100)<\/td><\/tr><tr><td>fmt<\/td><td>No<\/td><td>Response format. Currently only json is supported<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<div style=\"height:50px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h2 class=\"docs-content__heading docs-content__heading--h2 wp-block-heading\" id=\"h-action-types\">Action Types<\/h2>\n\n\n\n<p class=\"docs-content__text wp-block-paragraph\">The <strong>type<\/strong> parameter accepts one of the following values. Each value groups one or more ASX ReferencePoint codes:<\/p>\n\n\n\n<figure class=\"docs-content__table-wrap wp-block-table\"><table class=\"has-fixed-layout\"><thead><tr><th>Value<\/th><th>ASX Codes<\/th><th>Description<\/th><\/tr><\/thead><tbody><tr><td>dividends<\/td><td>DV<\/td><td>Cash dividends (including franked amounts and DRP details)<\/td><\/tr><tr><td>splits<\/td><td>RC<\/td><td>Stock splits and reconstructions<\/td><\/tr><tr><td>bonus-issues<\/td><td>BN<\/td><td>Bonus share issues<\/td><\/tr><tr><td>rights-issues<\/td><td>RR, NR, PR, XR<\/td><td>Rights issues, including non-renounceable variants<\/td><\/tr><tr><td>buybacks<\/td><td>BB<\/td><td>Share buyback programmes<\/td><\/tr><tr><td>capital-returns<\/td><td>CR<\/td><td>Return of capital to shareholders<\/td><\/tr><tr><td>spp<\/td><td>SP<\/td><td>Share Purchase Plans<\/td><\/tr><tr><td>other<\/td><td>AO, CC, CG, CL, CN, IN, OP<\/td><td>Other action types not covered by the categories above<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<div style=\"height:50px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h2 class=\"docs-content__heading docs-content__heading--h2 wp-block-heading\" id=\"h-request-example\">Request Example<\/h2>\n\n\n\n<p class=\"docs-content__text wp-block-paragraph\">    <div class=\"api-key\" data-feed=\"EOD Historical Data\">\n                <div class=\"api-key__topbar\">\n            <div class=\"api-key__tablist\" role=\"tablist\">\n                                                                        <button\n                        class=\"api-key__tab api-key__tab--active\"\n                        type=\"button\"\n                        role=\"tab\"\n                        data-tab=\"url\"                    >URL<\/button>\n                                                                            <button\n                        class=\"api-key__tab\"\n                        type=\"button\"\n                        role=\"tab\"\n                        data-tab=\"curl\"                    >cURL<\/button>\n                                                                            <button\n                        class=\"api-key__tab\"\n                        type=\"button\"\n                        role=\"tab\"\n                        data-tab=\"php\"                    >PHP<\/button>\n                                                                            <button\n                        class=\"api-key__tab\"\n                        type=\"button\"\n                        role=\"tab\"\n                        data-tab=\"python\"                    >Python<\/button>\n                                                                            <button\n                        class=\"api-key__tab\"\n                        type=\"button\"\n                        role=\"tab\"\n                        data-tab=\"r\"                    >R<\/button>\n                                                                            <button\n                        class=\"api-key__tab\"\n                        type=\"button\"\n                        role=\"tab\"\n                        data-tab=\"chatgpt\" data-actions=\"false\"                    >Chat GPT<\/button>\n                                                <\/div>\n            <div class=\"api-key__actions\">\n                <button class=\"api-key__btn api-key__btn--copy\" type=\"button\" aria-label=\"Copy\">\n                    <svg viewBox=\"0 0 20 20\" width=\"18\" height=\"18\" class=\"api-key__btn-icon api-key__btn-icon--default\"><use xlink:href=\"\/img\/icons\/copy.svg#copy\"\/><\/svg>\n                    <img decoding=\"async\" class=\"api-key__btn-icon api-key__btn-icon--success\" src=\"\/img\/approve_ico.svg\" alt=\"\" width=\"14\" height=\"14\" loading=\"eager\">\n                <\/button>\n                <button class=\"api-key__btn api-key__btn--view\" type=\"button\" aria-label=\"Open in new tab\" data-url=\"https:\/\/eodhd.com\/api\/asx-corporate-actions?api_token=YOUR_TOKEN&amp;type=dividends&amp;symbol=PMV.AU&amp;fmt=json\">\n                    <svg viewBox=\"0 0 20 21\" width=\"18\" height=\"18\"><use xlink:href=\"\/img\/icons\/openLink.svg#openLink\"\/><\/svg>\n                <\/button>\n            <\/div>\n        <\/div>\n        \n        <div class=\"api-key__panels\">\n                                                                        <div class=\"api-key__panel api-key__panel--active\" data-panel=\"url\">\n                                            <pre class=\"api-key__code\"><code>https:\/\/eodhd.com\/api\/asx-corporate-actions?<span class='white bold'>api_token<\/span>=<span class='orange bold api_token'>YOUR_TOKEN<\/span>&<span class='white bold'>type<\/span>=<span class='orange bold type'>dividends<\/span>&<span class='white bold'>symbol<\/span>=<span class='orange bold symbol'>PMV.AU<\/span>&<span class='white bold'>fmt<\/span>=<span class='orange bold fmt'>json<\/span><\/code><\/pre>\n                        <div class=\"api-key__register\">(<a href=\"\/register\">Sign up<\/a> for free to get an API token)<\/div>\n                                    <\/div>\n                                                                            <div class=\"api-key__panel\" data-panel=\"curl\">\n                                                                    <pre class=\"api-key__code\"><code>curl --location &quot;https:\/\/eodhd.com\/api\/asx-corporate-actions?<span class='white bold'>api_token<\/span>=<span class='orange bold api_token'>YOUR_TOKEN<\/span>&<span class='white bold'>type<\/span>=<span class='orange bold type'>dividends<\/span>&<span class='white bold'>symbol<\/span>=<span class='orange bold symbol'>PMV.AU<\/span>&<span class='white bold'>fmt<\/span>=<span class='orange bold fmt'>json<\/span>&quot;<\/code><\/pre>\n                        <div class=\"api-key__register\">(<a href=\"\/register\">Sign up<\/a> for free to get an API token)<\/div>\n                                    <\/div>\n                                                                            <div class=\"api-key__panel\" data-panel=\"php\">\n                                                                    <pre class=\"api-key__code\"><code>$curl = curl_init();\n\ncurl_setopt_array($curl, array(\n    CURLOPT_URL =&gt; &#039;https:\/\/eodhd.com\/api\/asx-corporate-actions?<span class='white bold'>api_token<\/span>=<span class='orange bold api_token'>YOUR_TOKEN<\/span>&<span class='white bold'>type<\/span>=<span class='orange bold type'>dividends<\/span>&<span class='white bold'>symbol<\/span>=<span class='orange bold symbol'>PMV.AU<\/span>&<span class='white bold'>fmt<\/span>=<span class='orange bold fmt'>json<\/span>&#039;,\n    CURLOPT_RETURNTRANSFER =&gt; true,\n    CURLOPT_ENCODING =&gt; &#039;&#039;,\n    CURLOPT_MAXREDIRS =&gt; 10,\n    CURLOPT_TIMEOUT =&gt; 0,\n    CURLOPT_FOLLOWLOCATION =&gt; true,\n    CURLOPT_HTTP_VERSION =&gt; CURL_HTTP_VERSION_1_1,\n    CURLOPT_CUSTOMREQUEST =&gt; &#039;GET&#039;,\n));\n\n$data = curl_exec($curl);\ncurl_close($curl);\n\ntry {\n    $data = json_decode($data, true, 512, JSON_THROW_ON_ERROR);\n    var_dump($data);\n} catch (Exception $e) {\n    echo &#039;Error. &#039;.$e-&gt;getMessage();\n}<\/code><\/pre>\n                        <div class=\"api-key__register\">(<a href=\"\/register\">Sign up<\/a> for free to get an API token)<\/div>\n                                    <\/div>\n                                                                            <div class=\"api-key__panel\" data-panel=\"python\">\n                                                                    <pre class=\"api-key__code\"><code>import requests\n\nurl = f&#039;https:\/\/eodhd.com\/api\/asx-corporate-actions?<span class='white bold'>api_token<\/span>=<span class='orange bold api_token'>YOUR_TOKEN<\/span>&<span class='white bold'>type<\/span>=<span class='orange bold type'>dividends<\/span>&<span class='white bold'>symbol<\/span>=<span class='orange bold symbol'>PMV.AU<\/span>&<span class='white bold'>fmt<\/span>=<span class='orange bold fmt'>json<\/span>&#039;\ndata = requests.get(url).json()\n\nprint(data)<\/code><\/pre>\n                        <div class=\"api-key__register\">(<a href=\"\/register\">Sign up<\/a> for free to get an API token)<\/div>\n                                    <\/div>\n                                                                            <div class=\"api-key__panel\" data-panel=\"r\">\n                                                                    <pre class=\"api-key__code\"><code>library(httr)\nlibrary(jsonlite)\n\nurl &lt;- &#039;https:\/\/eodhd.com\/api\/asx-corporate-actions?<span class='white bold'>api_token<\/span>=<span class='orange bold api_token'>YOUR_TOKEN<\/span>&<span class='white bold'>type<\/span>=<span class='orange bold type'>dividends<\/span>&<span class='white bold'>symbol<\/span>=<span class='orange bold symbol'>PMV.AU<\/span>&<span class='white bold'>fmt<\/span>=<span class='orange bold fmt'>json<\/span>&#039;\nresponse &lt;- GET(url)\n\nif (http_type(response) == &quot;application\/json&quot;) {\n    content &lt;- content(response, &quot;text&quot;, encoding = &quot;UTF-8&quot;)\n    cat(content)\n} else {\n    cat(&quot;Error while receiving data\\n&quot;)\n}<\/code><\/pre>\n                        <div class=\"api-key__register\">(<a href=\"\/register\">Sign up<\/a> for free to get an API token)<\/div>\n                                    <\/div>\n                                                                            <div class=\"api-key__panel\" data-panel=\"chatgpt\">\n                                            <div class=\"api-key__chatgpt\">\n                            New to coding? Our ChatGPT assistant can generate code in any language tailored to our API.\n                            Simply describe how you want to use our data, and get a working piece of code.\n                            Don&rsquo;t forget to replace the API token with your own.<br><br>\n                            <a href=\"\/lp\/eodhd-chatgpt\" target=\"_blank\">Try it now (it's free)!<\/a><br><br>\n                            <a href=\"https:\/\/www.youtube.com\/watch?v=QVWiLukag7o\" rel=\"nofollow\" target=\"_blank\">\n                                How to use it (YouTube)\n                            <\/a>\n                        <\/div>\n                                    <\/div>\n                                    <\/div>\n    <\/div>\n    <\/p>\n\n\n\n<div style=\"height:50px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h2 class=\"docs-content__heading docs-content__heading--h2 wp-block-heading\" id=\"h-response-format\">Response Format<\/h2>\n\n\n\n<p class=\"docs-content__text wp-block-paragraph\">All responses share the same envelope. The <strong>data<\/strong> array contains records whose structure depends on the requested <strong>type<\/strong>:<\/p>\n\n\n<div class=\"code-block\">\n<pre class=\"docs-content__code-block wp-block-code\"><code lang=\"json\" class=\"language-json\">{\n  \"data\": [ \/* type-specific records *\/ ],\n  \"meta\": {\n    \"total\": 566,\n    \"page\": { \"offset\": 0, \"limit\": 100 }\n  },\n  \"links\": {\n    \"next\": \"https:\/\/eodhd.com\/api\/asx-corporate-actions?page%5Boffset%5D=100&amp;page%5Blimit%5D=100\"\n  }\n}<\/code><\/pre>\n<\/div>\n\n\n<h3 class=\"docs-content__heading docs-content__heading--h3 wp-block-heading\" id=\"h-dividends\">Dividends<\/h3>\n\n\n<div class=\"code-block\">\n<pre class=\"docs-content__code-block wp-block-code\"><code lang=\"json\" class=\"language-json\">{\n  \"code\": \"PMV.AU\",\n  \"date\": \"2026-08-03\",\n  \"value\": 0.45,\n  \"unadjustedValue\": 0.45,\n  \"period\": \"Interim\",\n  \"currency\": \"AUD\",\n  \"exchange\": \"AU\",\n  \"recordDate\": \"2026-08-04\",\n  \"paymentDate\": \"2026-08-20\",\n  \"declarationDate\": null,\n  \"_asx_extra\": {\n    \"isin\": \"AU000000PMV2\",\n    \"asx_ticker\": \"PMV\",\n    \"corporate_action_id\": \"000478776\",\n    \"transaction_type\": \"A\",\n    \"franked_amount_aud\": 0.45,\n    \"franked_percent\": 100,\n    \"drp_indicator\": 4,\n    \"drp_discount_rate\": 0,\n    \"special_indicator\": \"N\",\n    \"withholding_tax_rate\": 0,\n    \"comment\": \"AUD 0.45 FRANKED, 30% CTR, DRP SUSP\"\n  }\n}<\/code><\/pre>\n<\/div>\n\n\n<p class=\"docs-content__text wp-block-paragraph\">The <strong>_asx_extra<\/strong> object carries ASX-specific fields such as franking credits, DRP (Dividend Reinvestment Plan) details, BSP (Bonus Share Plan) flags, withholding tax, and tax-advantaged amounts. See the AU-specific fields section below for the full field list.<\/p>\n\n\n\n<h3 class=\"docs-content__heading docs-content__heading--h3 wp-block-heading\" id=\"h-splits\">Splits<\/h3>\n\n\n<div class=\"code-block\">\n<pre class=\"docs-content__code-block wp-block-code\"><code lang=\"json\" class=\"language-json\">{\n  \"code\": \"NTM.AU\",\n  \"date\": \"2026-06-03\",\n  \"split\": \"2000:3\",\n  \"exchange\": \"AU\",\n  \"_asx_extra\": {\n    \"asx_ticker\": \"NTM\",\n    \"record_date\": \"2026-06-04\",\n    \"effective_date\": \"2026-06-05\",\n    \"new_security_code\": \"NTM\",\n    \"calculation_method\": \"M\",\n    \"corporate_action_id\": \"000478901\"\n  }\n}<\/code><\/pre>\n<\/div>\n\n\n<h3 class=\"docs-content__heading docs-content__heading--h3 wp-block-heading\" id=\"h-bonus-issues\">Bonus Issues<\/h3>\n\n\n<div class=\"code-block\">\n<pre class=\"docs-content__code-block wp-block-code\"><code lang=\"json\" class=\"language-json\">{\n  \"code\": \"RDM.AU\",\n  \"date\": \"2026-05-13\",\n  \"ratio\": \"4:21\",\n  \"exchange\": \"AU\",\n  \"pariPassu\": false,\n  \"recordDate\": \"2026-05-14\",\n  \"despatchDate\": \"2026-05-21\"\n}<\/code><\/pre>\n<\/div>\n\n\n<h3 class=\"docs-content__heading docs-content__heading--h3 wp-block-heading\" id=\"h-rights-issues\">Rights Issues<\/h3>\n\n\n<div class=\"code-block\">\n<pre class=\"docs-content__code-block wp-block-code\"><code lang=\"json\" class=\"language-json\">{\n  \"code\": \"CRR.AU\",\n  \"date\": \"2026-05-07\",\n  \"type\": \"non-renounceable\",\n  \"ratio\": \"1:10\",\n  \"currency\": \"AUD\",\n  \"exchange\": \"AU\",\n  \"pariPassu\": false,\n  \"recordDate\": \"2026-05-08\",\n  \"despatchDate\": \"2026-05-29\",\n  \"applicationPrice\": 0.001,\n  \"applicationCloseDate\": \"2026-05-22\"\n}<\/code><\/pre>\n<\/div>\n\n\n<h3 class=\"docs-content__heading docs-content__heading--h3 wp-block-heading\" id=\"h-capital-returns\">Capital Returns<\/h3>\n\n\n<div class=\"code-block\">\n<pre class=\"docs-content__code-block wp-block-code\"><code lang=\"json\" class=\"language-json\">{\n  \"code\": \"FAR.AU\",\n  \"date\": \"2026-06-02\",\n  \"value\": 0.0035,\n  \"currency\": \"AUD\",\n  \"exchange\": \"AU\",\n  \"recordDate\": \"2026-06-03\",\n  \"paymentDate\": \"2026-06-11\"\n}<\/code><\/pre>\n<\/div>\n\n\n<h3 class=\"docs-content__heading docs-content__heading--h3 wp-block-heading\" id=\"h-share-purchase-plan-spp\">Share Purchase Plan (SPP)<\/h3>\n\n\n<div class=\"code-block\">\n<pre class=\"docs-content__code-block wp-block-code\"><code lang=\"json\" class=\"language-json\">{\n  \"code\": \"WBT.AU\",\n  \"price\": 405,\n  \"currency\": \"AUD\",\n  \"exchange\": \"AU\",\n  \"maxAmount\": 30000,\n  \"minAmount\": 2500,\n  \"recordDate\": \"2026-03-25\",\n  \"despatchDate\": \"2026-05-06\",\n  \"offerCloseDate\": \"2026-04-29\"\n}<\/code><\/pre>\n<\/div>\n\n\n<div style=\"height:50px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h2 class=\"docs-content__heading docs-content__heading--h2 wp-block-heading\" id=\"h-au-specific-fields-dividends\">AU-specific Fields (Dividends)<\/h2>\n\n\n\n<p class=\"docs-content__text wp-block-paragraph\">Australian dividends carry additional attributes that reflect the local tax and reinvestment framework. These are exposed under <strong>_asx_extra<\/strong>:<\/p>\n\n\n\n<figure class=\"docs-content__table-wrap wp-block-table\"><table class=\"has-fixed-layout\"><thead><tr><th>Field<\/th><th>Type<\/th><th>Description<\/th><\/tr><\/thead><tbody><tr><td>franked_amount_aud<\/td><td>number<\/td><td>Portion of the dividend that is franked, in AUD<\/td><\/tr><tr><td>franked_percent<\/td><td>number<\/td><td>Franking percentage (0\u2013100)<\/td><\/tr><tr><td>drp_indicator<\/td><td>integer<\/td><td>Dividend Reinvestment Plan status flag (ASX E34 code)<\/td><\/tr><tr><td>drp_price_aud<\/td><td>number or null<\/td><td>DRP issue price in AUD when applicable<\/td><\/tr><tr><td>drp_discount_rate<\/td><td>number<\/td><td>Percentage discount offered under the DRP<\/td><\/tr><tr><td>bsp_indicator<\/td><td>integer<\/td><td>Bonus Share Plan status flag<\/td><\/tr><tr><td>special_indicator<\/td><td>string<\/td><td>Y\/N flag indicating a special dividend<\/td><\/tr><tr><td>withholding_tax_rate<\/td><td>number<\/td><td>Non-resident withholding tax rate in percent<\/td><\/tr><tr><td>tax_deferred_amount_aud<\/td><td>number<\/td><td>Tax-deferred portion of the distribution, in AUD<\/td><\/tr><tr><td>tax_advantaged_amount_aud<\/td><td>number<\/td><td>Conduit foreign income \/ tax-advantaged portion, in AUD<\/td><\/tr><tr><td>foreign_source_dividend_aud<\/td><td>number<\/td><td>Foreign source portion, in AUD<\/td><\/tr><tr><td>special_dividend_amount_aud<\/td><td>number<\/td><td>Special dividend portion, in AUD<\/td><\/tr><tr><td>comment<\/td><td>string<\/td><td>Free-text annotation from the ASX feed<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<div style=\"height:50px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h2 class=\"docs-content__heading docs-content__heading--h2 wp-block-heading\" id=\"h-response-codes\">Response Codes<\/h2>\n\n\n\n<figure class=\"docs-content__table-wrap wp-block-table\"><table class=\"has-fixed-layout\"><thead><tr><th>Code<\/th><th>Meaning<\/th><\/tr><\/thead><tbody><tr><td>200<\/td><td>Success. Response includes data, meta, and links.<\/td><\/tr><tr><td>401<\/td><td>Missing or invalid api_token.<\/td><\/tr><tr><td>403<\/td><td>Plan does not include access to this endpoint.<\/td><\/tr><tr><td>422<\/td><td>Validation error \u2014 invalid type, date format, or pagination range.<\/td><\/tr><tr><td>429<\/td><td>Rate limit exceeded.<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<div style=\"height:50px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h2 class=\"docs-content__heading docs-content__heading--h2 wp-block-heading\" id=\"h-known-limitations\">Known Limitations<\/h2>\n\n\n\n<ul class=\"docs-content__list wp-block-list\">\n<li><strong>ASX only.<\/strong> Only Australian Securities Exchange tickers are covered. Use the <a href=\"https:\/\/eodhd.com\/financial-apis\/api-splits-dividends\/\">Splits and Dividends API<\/a> for other exchanges.<\/li>\n\n\n\n<li><strong>Daily refresh.<\/strong> Data is imported once per day from the ASX ReferencePoint feed. Same-day changes may appear with up to a 24-hour delay.<\/li>\n\n\n\n<li><strong>Sparse categories.<\/strong> Buybacks and other action types currently have low record counts \u2014 ASX publishes these less frequently than dividends or rights issues.<\/li>\n\n\n\n<li><strong>Plan access.<\/strong> The endpoint is available on Fundamentals and All-in-One plans. It is <strong>not<\/strong> included in the standalone Fundamental plan.<\/li>\n<\/ul>\n\n\n\n<div style=\"height:50px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p class=\"docs-content__text has-text-align-center wp-block-paragraph\"><a class=\"btn btn--orange\" href=\"https:\/\/eodhd.com\/register\"><span class='mb-text'>Sign up &amp; Get Data<\/span><\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>The EODHD ASX Corporate Actions API provides structured corporate action data for the Australian Securities Exchange (ASX): dividends, stock splits, bonus issues, rights issues, buybacks, capital returns, and share purchase plans. Data is sourced from the official ASX ReferencePoint feed (E34) and refreshed daily. Coverage is limited to ASX-listed securities. All tickers use the .AU [&hellip;]<\/p>\n","protected":false},"author":10,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"jetpack_post_was_ever_published":false,"_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_memberships_contains_paid_content":false,"footnotes":"","jetpack_publicize_message":"","jetpack_publicize_feature_enabled":true,"jetpack_social_post_already_shared":true,"jetpack_social_options":{"image_generator_settings":{"template":"highway","default_image_id":0,"font":"","enabled":false},"version":2}},"categories":[72,119],"tags":[],"class_list":["post-7885","post","type-post","status-publish","format-standard","hentry","category-fundamental-and-economic-financial-data-api","category-alternative-data-financial-api"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v21.6 (Yoast SEO v26.7) - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>ASX (Australia) Corporate Actions API (beta) | EODHD APIs Documentation<\/title>\n<meta name=\"description\" content=\"EODHD ASX Corporate Actions API \u2014 access dividends, splits, bonus &amp; rights issues, buybacks, capital returns and SPP for all ASX-listed tickers (.AU) via REST.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/eodhd.com\/financial-apis\/asx-australia-corporate-actions-beta\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"ASX (Australia) Corporate Actions API (beta)\" \/>\n<meta property=\"og:description\" content=\"EODHD ASX Corporate Actions API \u2014 access dividends, splits, bonus &amp; rights issues, buybacks, capital returns and SPP for all ASX-listed tickers (.AU) via REST.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/eodhd.com\/financial-apis\/asx-australia-corporate-actions-beta\" \/>\n<meta property=\"og:site_name\" content=\"Stock Price Data, Financial and Stock Market API\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/eodhistoricaldata\" \/>\n<meta property=\"article:published_time\" content=\"2026-04-15T12:08:06+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-04-15T15:05:29+00:00\" \/>\n<meta name=\"author\" content=\"a.pletnev\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@EOD_data\" \/>\n<meta name=\"twitter:site\" content=\"@EOD_data\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"a.pletnev\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/eodhd.com\/financial-apis\/asx-australia-corporate-actions-beta#article\",\"isPartOf\":{\"@id\":\"https:\/\/eodhd.com\/financial-apis\/asx-australia-corporate-actions-beta\"},\"author\":{\"name\":\"a.pletnev\",\"@id\":\"https:\/\/eodhd.com\/financial-apis\/#\/schema\/person\/ed3193541c25b73e823a83bdcdb09b5d\"},\"headline\":\"ASX (Australia) Corporate Actions API (beta)\",\"datePublished\":\"2026-04-15T12:08:06+00:00\",\"dateModified\":\"2026-04-15T15:05:29+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/eodhd.com\/financial-apis\/asx-australia-corporate-actions-beta\"},\"wordCount\":662,\"publisher\":{\"@id\":\"https:\/\/eodhd.com\/financial-apis\/#organization\"},\"articleSection\":[\"2. Fundamental &amp; Economic Data\",\"4. Alternative &amp; Derived Data\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/eodhd.com\/financial-apis\/asx-australia-corporate-actions-beta\",\"url\":\"https:\/\/eodhd.com\/financial-apis\/asx-australia-corporate-actions-beta\",\"name\":\"ASX (Australia) Corporate Actions API (beta) | EODHD APIs Documentation\",\"isPartOf\":{\"@id\":\"https:\/\/eodhd.com\/financial-apis\/#website\"},\"datePublished\":\"2026-04-15T12:08:06+00:00\",\"dateModified\":\"2026-04-15T15:05:29+00:00\",\"description\":\"EODHD ASX Corporate Actions API \u2014 access dividends, splits, bonus & rights issues, buybacks, capital returns and SPP for all ASX-listed tickers (.AU) via REST.\",\"breadcrumb\":{\"@id\":\"https:\/\/eodhd.com\/financial-apis\/asx-australia-corporate-actions-beta#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/eodhd.com\/financial-apis\/asx-australia-corporate-actions-beta\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/eodhd.com\/financial-apis\/asx-australia-corporate-actions-beta#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/eodhd.com\/financial-apis\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"ASX (Australia) Corporate Actions API (beta)\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/eodhd.com\/financial-apis\/#website\",\"url\":\"https:\/\/eodhd.com\/financial-apis\/\",\"name\":\"Historical Stock Prices and Fundamental Financial Data APIs | EODHD\",\"description\":\"End Of Day (EOD), Fundamental and Real-time\/Live Data Market API\",\"publisher\":{\"@id\":\"https:\/\/eodhd.com\/financial-apis\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/eodhd.com\/financial-apis\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/eodhd.com\/financial-apis\/#organization\",\"name\":\"EODHD (EOD Historical Data)\",\"url\":\"https:\/\/eodhd.com\/financial-apis\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/eodhd.com\/financial-apis\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/eodhd.com\/financial-apis\/wp-content\/uploads\/2023\/12\/EODHD-Logo.png\",\"contentUrl\":\"https:\/\/eodhd.com\/financial-apis\/wp-content\/uploads\/2023\/12\/EODHD-Logo.png\",\"width\":159,\"height\":82,\"caption\":\"EODHD (EOD Historical Data)\"},\"image\":{\"@id\":\"https:\/\/eodhd.com\/financial-apis\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/eodhistoricaldata\",\"https:\/\/x.com\/EOD_data\",\"https:\/\/www.reddit.com\/r\/EODHistoricalData\/\",\"https:\/\/eod-historical-data.medium.com\/\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/eodhd.com\/financial-apis\/#\/schema\/person\/ed3193541c25b73e823a83bdcdb09b5d\",\"name\":\"a.pletnev\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/eodhd.com\/financial-apis\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/020e454749b61223b72b1bf96e7978ccdd1e39b04585b29698da3767a193a57d?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/020e454749b61223b72b1bf96e7978ccdd1e39b04585b29698da3767a193a57d?s=96&d=mm&r=g\",\"caption\":\"a.pletnev\"}}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"ASX (Australia) Corporate Actions API (beta) | EODHD APIs Documentation","description":"EODHD ASX Corporate Actions API \u2014 access dividends, splits, bonus & rights issues, buybacks, capital returns and SPP for all ASX-listed tickers (.AU) via REST.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/eodhd.com\/financial-apis\/asx-australia-corporate-actions-beta","og_locale":"en_US","og_type":"article","og_title":"ASX (Australia) Corporate Actions API (beta)","og_description":"EODHD ASX Corporate Actions API \u2014 access dividends, splits, bonus & rights issues, buybacks, capital returns and SPP for all ASX-listed tickers (.AU) via REST.","og_url":"https:\/\/eodhd.com\/financial-apis\/asx-australia-corporate-actions-beta","og_site_name":"Stock Price Data, Financial and Stock Market API","article_publisher":"https:\/\/www.facebook.com\/eodhistoricaldata","article_published_time":"2026-04-15T12:08:06+00:00","article_modified_time":"2026-04-15T15:05:29+00:00","author":"a.pletnev","twitter_card":"summary_large_image","twitter_creator":"@EOD_data","twitter_site":"@EOD_data","twitter_misc":{"Written by":"a.pletnev","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/eodhd.com\/financial-apis\/asx-australia-corporate-actions-beta#article","isPartOf":{"@id":"https:\/\/eodhd.com\/financial-apis\/asx-australia-corporate-actions-beta"},"author":{"name":"a.pletnev","@id":"https:\/\/eodhd.com\/financial-apis\/#\/schema\/person\/ed3193541c25b73e823a83bdcdb09b5d"},"headline":"ASX (Australia) Corporate Actions API (beta)","datePublished":"2026-04-15T12:08:06+00:00","dateModified":"2026-04-15T15:05:29+00:00","mainEntityOfPage":{"@id":"https:\/\/eodhd.com\/financial-apis\/asx-australia-corporate-actions-beta"},"wordCount":662,"publisher":{"@id":"https:\/\/eodhd.com\/financial-apis\/#organization"},"articleSection":["2. Fundamental &amp; Economic Data","4. Alternative &amp; Derived Data"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/eodhd.com\/financial-apis\/asx-australia-corporate-actions-beta","url":"https:\/\/eodhd.com\/financial-apis\/asx-australia-corporate-actions-beta","name":"ASX (Australia) Corporate Actions API (beta) | EODHD APIs Documentation","isPartOf":{"@id":"https:\/\/eodhd.com\/financial-apis\/#website"},"datePublished":"2026-04-15T12:08:06+00:00","dateModified":"2026-04-15T15:05:29+00:00","description":"EODHD ASX Corporate Actions API \u2014 access dividends, splits, bonus & rights issues, buybacks, capital returns and SPP for all ASX-listed tickers (.AU) via REST.","breadcrumb":{"@id":"https:\/\/eodhd.com\/financial-apis\/asx-australia-corporate-actions-beta#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/eodhd.com\/financial-apis\/asx-australia-corporate-actions-beta"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/eodhd.com\/financial-apis\/asx-australia-corporate-actions-beta#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/eodhd.com\/financial-apis"},{"@type":"ListItem","position":2,"name":"ASX (Australia) Corporate Actions API (beta)"}]},{"@type":"WebSite","@id":"https:\/\/eodhd.com\/financial-apis\/#website","url":"https:\/\/eodhd.com\/financial-apis\/","name":"Historical Stock Prices and Fundamental Financial Data APIs | EODHD","description":"End Of Day (EOD), Fundamental and Real-time\/Live Data Market API","publisher":{"@id":"https:\/\/eodhd.com\/financial-apis\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/eodhd.com\/financial-apis\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/eodhd.com\/financial-apis\/#organization","name":"EODHD (EOD Historical Data)","url":"https:\/\/eodhd.com\/financial-apis\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/eodhd.com\/financial-apis\/#\/schema\/logo\/image\/","url":"https:\/\/eodhd.com\/financial-apis\/wp-content\/uploads\/2023\/12\/EODHD-Logo.png","contentUrl":"https:\/\/eodhd.com\/financial-apis\/wp-content\/uploads\/2023\/12\/EODHD-Logo.png","width":159,"height":82,"caption":"EODHD (EOD Historical Data)"},"image":{"@id":"https:\/\/eodhd.com\/financial-apis\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/eodhistoricaldata","https:\/\/x.com\/EOD_data","https:\/\/www.reddit.com\/r\/EODHistoricalData\/","https:\/\/eod-historical-data.medium.com\/"]},{"@type":"Person","@id":"https:\/\/eodhd.com\/financial-apis\/#\/schema\/person\/ed3193541c25b73e823a83bdcdb09b5d","name":"a.pletnev","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/eodhd.com\/financial-apis\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/020e454749b61223b72b1bf96e7978ccdd1e39b04585b29698da3767a193a57d?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/020e454749b61223b72b1bf96e7978ccdd1e39b04585b29698da3767a193a57d?s=96&d=mm&r=g","caption":"a.pletnev"}}]}},"jetpack_publicize_connections":[],"jetpack_featured_media_url":"","jetpack_shortlink":"https:\/\/wp.me\/p8NjB1-23b","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/eodhd.com\/financial-apis\/wp-json\/wp\/v2\/posts\/7885","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/eodhd.com\/financial-apis\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/eodhd.com\/financial-apis\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/eodhd.com\/financial-apis\/wp-json\/wp\/v2\/users\/10"}],"replies":[{"embeddable":true,"href":"https:\/\/eodhd.com\/financial-apis\/wp-json\/wp\/v2\/comments?post=7885"}],"version-history":[{"count":3,"href":"https:\/\/eodhd.com\/financial-apis\/wp-json\/wp\/v2\/posts\/7885\/revisions"}],"predecessor-version":[{"id":7890,"href":"https:\/\/eodhd.com\/financial-apis\/wp-json\/wp\/v2\/posts\/7885\/revisions\/7890"}],"wp:attachment":[{"href":"https:\/\/eodhd.com\/financial-apis\/wp-json\/wp\/v2\/media?parent=7885"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/eodhd.com\/financial-apis\/wp-json\/wp\/v2\/categories?post=7885"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/eodhd.com\/financial-apis\/wp-json\/wp\/v2\/tags?post=7885"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}