Constancy Wealth
 
  • Start your journey
    • Retirement Planning
  • Our Life
    • 2018 Christmas Lunch
    • RiverFire Event
    • Halloween Photography Class
  • About us
    • What you can expect
  • Resource Centre
    • Frequently Asked Questions
    • Checklists
  • Start your journey
    • Mortgage broking
    • Insurance
    • Debt advice
    • Investment
    • Estate planning
    • Superannuation
    • Wealth creation
    • Tax planning
    • Retirement planning
  • Contact us

Online Services

Online accounts

My AMP
Login
Learn
Register
AMP app
Learn
AMP eSuper
Learn & Login
My Porfolio
Login
Learn
Register
BankNet
Login
Learn
Register

Popular links

Government and industry bodies

  • Aust Securities & Investments Commission
  • Australian Taxation Office
  • Centrelink
  • Australian Stock Exchange
  • Australian Money Smart

Media

  • Australian Financial Review
  • Money Management

These popular links have been provided with permission for information purposes only and will take you to external websites, which are not connected to Constancy Wealth Management Pty Ltd or AMP Financial Planning in any way.

Note: Constancy Wealth Management Pty Ltd and AMP Financial Planning does not endorse and is not responsible for the accuracy of the contents/information contained within the linked site(s) accessible from this page.

News & Resources
Tools & Calculators
Contact us
AMP Logo
Constancy Wealth

07 3117 3731 | daniel@constancywealth.com.au

Connect with us

©2025 AMP Financial Planning  |  Financial Services and Credit Guide  |  Privacy  |  Terms & Conditions  |  Useful links | Site Map


This website contains information that is general in nature. It does not take into account the objectives, financial situation or needs of any particular person. You need to consider your financial situation and needs before making any decisions based on this information.


Constancy Wealth Management Pty Ltd ABN 51 168 427 361 trading as Constancy Wealth is an Authorised Representative and Credit Representative of AMP Financial Planning Pty Limited ABN 89 051 208 327 Australian Financial Services Licence 232706 and Australian Credit Licence 232706


Powered by YTML Canvas

//for clinets' sites var formSubmitSuccess; jQuery(function ($) { $("body").on('submit', '.formwidget', function (e) { var form = $(this); form.find("#divFWLoadingImg").show(); form.find('#formWidgetSubmitResultText').text(""); form.find("#btnFWSubmit").hide(); if (!form.find("input[name=sitekey]").length) { var sitekey = form.find(".g-recaptcha").data("sitekey"); if (sitekey) form.append($("<input>", { name: "sitekey", type: "hidden", value: sitekey })) } $.ajax({ type: form.attr('method'), url: form.attr('action'), data: form.serialize(), success: function (data) { console.debug(data); form.find("#divFWLoadingImg").hide(); form.find("#btnFWSubmit").show(); form.find('#formWidgetSubmitResultText').text(data.Message); grecaptcha.reset(); form.trigger("reset"); if (typeof gtag != "undefined") { gtag('event', "Sent", { 'event_category': "Form", 'event_label': "Lead tracking" }); } else { ga('send', 'event', 'Form', 'Sent', 'Lead tracking'); } var redirect = form.data("redirect"); if (redirect) { window.location = redirect; } formSubmitSuccess = true; }, error: function (xhr) { var data = xhr.responseJSON; form.find("#btnFWSubmit").show(); form.find("#divFWLoadingImg").hide(); form.find('#formWidgetSubmitResultText').text(data.Message); formSubmitSuccess = false; } }); e.preventDefault(); }); });