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