Lean  $LEAN_TAG$
QuantConnect.Data.Custom.Intrinio Namespace Reference

Classes

class  IntrinioConfig
 Auxiliary class to access all Intrinio API data. More...
 
class  IntrinioEconomicData
 Access the massive repository of economic data from the Federal Reserve Economic Data system via the Intrinio API. More...
 
class  IntrinioEconomicDataSources
 Intrinio Data Source More...
 

Enumerations

enum  IntrinioDataTransformation {
  IntrinioDataTransformation.Roc, IntrinioDataTransformation.AnnualyRoc, IntrinioDataTransformation.CompoundedAnnualRoc, IntrinioDataTransformation.AnnualyCCRoc,
  IntrinioDataTransformation.CCRoc, IntrinioDataTransformation.Level, IntrinioDataTransformation.Ln, IntrinioDataTransformation.Pc,
  IntrinioDataTransformation.AnnualyPc
}
 TRanformation available for the Economic data. More...
 

Enumeration Type Documentation

◆ IntrinioDataTransformation

TRanformation available for the Economic data.

Enumerator
Roc 

The rate of change

AnnualyRoc 

Rate of change from Year Ago

CompoundedAnnualRoc 

The compounded annual rate of change

AnnualyCCRoc 

The continuously compounded annual rate of change

CCRoc 

The continuously compounded rateof change

Level 

The level, no transformation.

Ln 

The natural log

Pc 

The percent change

AnnualyPc 

The percent change from year ago

Definition at line 26 of file IntrinioEconomicData.cs.