ELASSETNAME
Introduced in version: 18.10
Last modified in version : 19.04
Purpose : retrieve the name of the instrument
Last modified in version : 19.04
Purpose : retrieve the name of the instrument
Summary
The ELASSETNAME function retrieves the name of the instrument as saved in the EdgeLab database.
Examples
=ELASSETNAME("US0378331005")
Retrieves the name for an Apple share.
=ELASSETNAME(A1)
Retrieves the name for the identifier in a cell.
=ELASSETNAME(B2:B10)
Retrieves the names for a list of cells.
=ELASSETNAME(B2:B10,30)
Retrieves the names for a list of cells limiting the results to a maximum length of 30 characters.
Syntax
ELASSETNAME(assetIds[], length)
Argument name | Description |
---|---|
assetIds | Single or multiple asset identifiers (ISIN, FIGI, currency ISO, Edgelab ID). |
length (Optional) | The maximum length above which the returned name will be cropped. The default is to return the full name. |