Evaluator

Advanced analysis for your investment portfolio.

The Evaluator class provides static methods to analyze and extract insights from your investment portfolio. It includes methods for identifying the top and bottom performing assets over a specified period, which can be crucial for post-analysis and decision-making processes.

Usage

from finter.performance import Evaluator

Note

  • The position should be either a name of a specific model submitted.

  • The start and end parameters are optional. If not specified, the analysis will cover the entire available period.

  • These methods are designed for post-analysis and data visualization purposes and should not be used directly for modeling on the Finter platform.

Last updated