# Recurly: Monthly Recurring Revenue

## Description

* Each record represents an account and MRR generated on a monthly basis.

## Supported Data Sources

* <img src="https://fivetran.com/integrations/recurly/resources/recurly.svg" alt="" data-size="line"> Recurly

## Columns

| Type     | Name                   | Description                                                                                                                                                                                         |
| -------- | ---------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| STRING   | account\_monthly\_id   | Unique identifier associated by account id and month.                                                                                                                                               |
| STRING   | account\_id            | id associated with the account.                                                                                                                                                                     |
| DATETIME | account\_month         | Revenue details of the account by month.                                                                                                                                                            |
| INTEGER  | account\_month\_number | The nth month the account has been active.                                                                                                                                                          |
| DECIMAL  | current\_month\_mrr    | The current month's recurring revenue earned by account.                                                                                                                                            |
| DECIMAL  | previous\_month\_mrr   | The previous month's recurring revenue earned by account.                                                                                                                                           |
| STRING   | mrr\_type              | Type of MRR earned. Enum: "churned", "contraction", "new", "reactivation", "unchanged"                                                                                                              |
| STRING   | account\_code          | The unique identifier of the account. This cannot be changed once the account is created. Provided during account creation.                                                                         |
| DATETIME | account\_created\_at   | When the account was created.                                                                                                                                                                       |
| STRING   | account\_email         | The email address used for communicating with this customer. The customer will also use this email address to log into your hosted account management pages. This value does not need to be unique. |
| STRING   | account\_first\_name   | The first name of the customer related to the account.                                                                                                                                              |
| STRING   | account\_last\_name    | The last name of the customer related to the account.                                                                                                                                               |
| STRING   | account\_username      | A secondary value for the account.                                                                                                                                                                  |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://endash-guidance-docs.gitbook.io/cigro-data-templates/data-model-templates/recurly-monthly-recurring-revenue.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
