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. |