# Retrieve the Ratings and Trending Data of a TOE
source: https://developer.mastercard.com/riskrecon-api/documentation/use-cases/risk-assessment/analysis/index.md

For TOEs subscribed to [continuous assessments](https://developer.mastercard.com/riskrecon-api/documentation/glossary/index.md#assessment-frequency), RiskRecon scans the TOEs approximately every two weeks and captures any new findings since the last scan was run. The new analysis is used to update trends in security performance and remediation. During scans, RiskRecon also updates system attributes, such as hosts, domains, and IP addresses to account for a company's evolving web presence.

Using the [Analysis API](https://developer.mastercard.com/riskrecon-api/documentation/getting-started/index.md#analytics), you can fetch the current and historical analyses of a TOE. The endpoints in the `Analysis API` provide a detailed analysis of each security criterion within a security domain. Within the response, you can find the rating and trend of each security criterion. In addition to this, it also provides overall and security domain ratings.

The most current overall and domain ratings are available in the [TOEs API](https://developer.mastercard.com/riskrecon-api/documentation/getting-started/index.md#target-of-evaluation), however, it is recommended to use the `Analysis API` if you are interested in a more detailed understanding of the vendor's security posture.

The following endpoints are available in the `Analysis API` to help you to retrieve the current and historical analyses of a TOE:

|      API       |         Endpoint          |                                                                                 Use Case                                                                                  |
|----------------|---------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| `Analysis API` | `GET Current Analysis`    | [Retrieve the Current Analysis of a TOE](https://developer.mastercard.com/riskrecon-api/documentation/use-cases/risk-assessment/analysis/current-analysis/index.md)       |
| `Analysis API` | `GET Historical Analysis` | [Retrieve the Historical Analysis of a TOE](https://developer.mastercard.com/riskrecon-api/documentation/use-cases/risk-assessment/analysis/historical-analysis/index.md) |

