The ticker symbol of the company to pull annoucements for.
Pull information on the company with the given ticker symbol. This also
includes all of the pricing information returned by asx.getSecurityInfo()
.
This will only work for a company, it will not return information on, ETFs,
warrants, indices etc. For that please use asx.getSecurityInfo()
The ticker symbol of the company to lookup.
Pulls a list of all companies listed on the ASX. This will not include anything other than companies, i.e. no EFT/ETPs, options, warrants etc.
Pulls a list of all securities listed on the ASX.
Pull pricing information on the security with the given ticker symbol. This can be for any type of listed security, such as company stock, bonds, ETFs etc.
The ticker symbol of the security to lookup.
Generated using TypeDoc
Pull the latest company announcements for the company with the given ticker symbol. This will only work for companies, it won't work for other securities.
NOTE: This currently only pulls the 20 latest market sensitive announcements.