Lean  $LEAN_TAG$
QuantConnect.Data.Custom.Tiingo.TiingoSymbolMapper Class Reference

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

Detailed Description

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.

Member Function Documentation

◆ GetTiingoTicker()

static string QuantConnect.Data.Custom.Tiingo.TiingoSymbolMapper.GetTiingoTicker ( Symbol  symbol)
static

Maps a given Symbol instance to it's Tiingo equivalent

Definition at line 28 of file TiingoSymbolMapper.cs.

Here is the caller graph for this function:

◆ GetLeanTicker()

static string QuantConnect.Data.Custom.Tiingo.TiingoSymbolMapper.GetLeanTicker ( string  ticker)
static

Maps a given Tiingo ticker to Lean equivalent

Definition at line 36 of file TiingoSymbolMapper.cs.


The documentation for this class was generated from the following file: