Lean
$LEAN_TAG$
|
Helper class to map a Lean format ticker to Tiingo format More...
Static Public Member Functions | |
static string | GetTiingoTicker (Symbol symbol) |
Maps a given Symbol instance to it's Tiingo equivalent More... | |
static string | GetLeanTicker (string ticker) |
Maps a given Tiingo ticker to Lean equivalent More... | |
Helper class to map a Lean format ticker to Tiingo format
To be used when performing direct queries to Tiingo API
https://api.tiingo.com/documentation/appendix/symbology
Definition at line 23 of file TiingoSymbolMapper.cs.
|
static |
Maps a given Symbol instance to it's Tiingo equivalent
Definition at line 28 of file TiingoSymbolMapper.cs.
|
static |
Maps a given Tiingo ticker to Lean equivalent
Definition at line 36 of file TiingoSymbolMapper.cs.