Class ApiPaths.SymbolAnalysisApiPaths
java.lang.Object
com.bluebell.greenhouse.planter.constants.ApiPaths.SymbolAnalysisApiPaths
- Enclosing class:
ApiPaths
Symbol analysis API paths.
- Version:
- 3.0.6
- Author:
- Stephen Prizio
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringBase path for symbol analysis endpoints.static final StringRelative path to fetch the event summary.static final StringRelative path to fetch generated analysis insights.static final StringRelative path to fetch the move profile payload.static final StringRelative path to fetch symbol analysis overview statistics.static final StringRelative path to fetch the symbol analysis price series.static final StringRelative path to fetch the return distribution payload.static final StringRelative path to fetch the symbol sentiment comparison payload.static final StringRelative path to fetch the strategy signal summary.static final StringRelative path to fetch the aggregate symbol analysis snapshot.static final StringRelative path to fetch the trend summary. -
Method Summary
-
Field Details
-
BASE
-
SNAPSHOT
Relative path to fetch the aggregate symbol analysis snapshot.- See Also:
-
OVERVIEW
Relative path to fetch symbol analysis overview statistics.- See Also:
-
PRICE_SERIES
Relative path to fetch the symbol analysis price series.- See Also:
-
SENTIMENT_COMPARISON
Relative path to fetch the symbol sentiment comparison payload.- See Also:
-
RETURN_DISTRIBUTION
Relative path to fetch the return distribution payload.- See Also:
-
MOVE_PROFILE
-
SIGNAL_SUMMARY
Relative path to fetch the strategy signal summary.- See Also:
-
TREND_SUMMARY
-
EVENT_SUMMARY
-
INSIGHTS
-