Justin commited on
Initial public release of Solstice SaaS Growth Pack (sample)
Browse files- README.md +155 -0
- SCHEMA.md +163 -0
- channel_performance.csv +0 -0
- companies.csv +7 -0
- customer_segments.csv +19 -0
- dashboard_suggestions.csv +9 -0
- dataset-metadata.json +20 -0
- growth_metrics.csv +541 -0
- metric_definitions.csv +8 -0
README.md
ADDED
|
@@ -0,0 +1,155 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: cc-by-4.0
|
| 3 |
+
task_categories:
|
| 4 |
+
- tabular-classification
|
| 5 |
+
- tabular-regression
|
| 6 |
+
- time-series-forecasting
|
| 7 |
+
language:
|
| 8 |
+
- en
|
| 9 |
+
tags:
|
| 10 |
+
- synthetic
|
| 11 |
+
- saas
|
| 12 |
+
- business-intelligence
|
| 13 |
+
- analytics
|
| 14 |
+
- dashboards
|
| 15 |
+
- startup
|
| 16 |
+
- growth
|
| 17 |
+
- mrr
|
| 18 |
+
- cac
|
| 19 |
+
- ltv
|
| 20 |
+
- churn
|
| 21 |
+
- marketing
|
| 22 |
+
- tabular
|
| 23 |
+
pretty_name: Solstice SaaS Growth Pack
|
| 24 |
+
size_categories:
|
| 25 |
+
- 1K<n<10K
|
| 26 |
+
---
|
| 27 |
+
|
| 28 |
+
# Solstice SaaS Growth Pack (Sample)
|
| 29 |
+
|
| 30 |
+
**A dashboard-ready synthetic SaaS metrics dataset.** Import the 6 CSVs straight into any BI tool and have a credible SaaS growth dashboard in under 10 minutes — no cleanup, no modeling.
|
| 31 |
+
|
| 32 |
+
Built by [Solstice EIM](https://solsticestudio.ai) as a free sample of a larger commercial pack. 100% synthetic — no real company, customer, or personal data.
|
| 33 |
+
|
| 34 |
+
## What's in the box
|
| 35 |
+
|
| 36 |
+
| File | Rows | Grain | Purpose |
|
| 37 |
+
|---|---|---|---|
|
| 38 |
+
| `companies.csv` | 6 | company | Master dimension — 6 synthetic startups spanning 6 distinct growth narratives |
|
| 39 |
+
| `growth_metrics.csv` | 540 | date × company | Daily revenue, MRR, customer counts, CAC, LTV, churn |
|
| 40 |
+
| `channel_performance.csv` | 3,780 | date × company × channel | Marketing channel impressions, clicks, conversions, cost, attribution |
|
| 41 |
+
| `customer_segments.csv` | 18 | company × segment | SMB / Mid-Market / Enterprise unit economics |
|
| 42 |
+
| `metric_definitions.csv` | 7 | metric | Self-documenting formulas |
|
| 43 |
+
| `dashboard_suggestions.csv` | 8 | chart | 4 starter dashboards with suggested axes |
|
| 44 |
+
|
| 45 |
+
**Period:** 90 days. **Currency:** USD. **Dates:** ISO-8601 (`YYYY-MM-DD`). **Join key:** `company_id`.
|
| 46 |
+
|
| 47 |
+
## Growth narratives included
|
| 48 |
+
|
| 49 |
+
Each company embodies a distinct SaaS growth profile — so dashboards show realistic variance instead of random noise:
|
| 50 |
+
|
| 51 |
+
- **Steady PLG** — strong SEO/content/referral, efficient long-term growth
|
| 52 |
+
- **Paid accelerator** — aggressive paid acquisition, higher CAC
|
| 53 |
+
- **Enterprise lumpy** — quarter-end deal spikes, lower churn
|
| 54 |
+
- **Seasonal B2C** — demand seasonality and periodic swings
|
| 55 |
+
- **Churn recovery** — visible churn event followed by stabilization
|
| 56 |
+
- **Capital infusion** — growth acceleration after mid-period expansion
|
| 57 |
+
|
| 58 |
+
## Why this dataset
|
| 59 |
+
|
| 60 |
+
**Clean joins, zero cleanup.** Stable IDs, one clear grain per table, no null-heavy columns, no ambiguous foreign keys. Import order: companies → growth_metrics → channel_performance → customer_segments.
|
| 61 |
+
|
| 62 |
+
**Pre-calculated SaaS metrics.** MRR, CAC, LTV, churn rate, conversion rate, CTR — all included, formulas documented in `metric_definitions.csv`. Users get to insight on first import.
|
| 63 |
+
|
| 64 |
+
**Cross-table consistency.** Daily channel `conversions` sum exactly to `new_customers`. Daily channel `cost` sums exactly to `marketing_spend`. Active customer counts respect `prev + new − churned = active` on every row.
|
| 65 |
+
|
| 66 |
+
**Realistic magnitudes.** Daily revenue reconciles to MRR over a month. ARR, LTV:CAC, and payback periods sit in credible SaaS ranges.
|
| 67 |
+
|
| 68 |
+
## Use cases
|
| 69 |
+
|
| 70 |
+
- Instant demo dashboards for BI / analytics tools
|
| 71 |
+
- User onboarding & first-value experiences
|
| 72 |
+
- SaaS metrics dashboard templates
|
| 73 |
+
- Product showcase & sales enablement
|
| 74 |
+
- Analytics workflow testing (imports, joins, filters)
|
| 75 |
+
- Startup & growth analytics education
|
| 76 |
+
- Customer success & retention analysis
|
| 77 |
+
- Marketing performance & attribution analysis
|
| 78 |
+
|
| 79 |
+
## Quick start
|
| 80 |
+
|
| 81 |
+
```
|
| 82 |
+
companies.csv → dimension table
|
| 83 |
+
growth_metrics.csv → primary fact (time × company)
|
| 84 |
+
channel_performance.csv → secondary fact (time × company × channel)
|
| 85 |
+
customer_segments.csv → segment roll-up
|
| 86 |
+
```
|
| 87 |
+
|
| 88 |
+
Join key is `company_id`. All dates are ISO-8601. All currency is USD.
|
| 89 |
+
|
| 90 |
+
**Suggested first dashboard: SaaS Growth Overview**
|
| 91 |
+
- Line chart: `date` × `revenue`, filter by `company_name`
|
| 92 |
+
- Dual-axis line: `date` × (`mrr`, `active_customers`), filter by `company_name`
|
| 93 |
+
|
| 94 |
+
Full dashboard recipes in `dashboard_suggestions.csv`.
|
| 95 |
+
|
| 96 |
+
### Load with pandas
|
| 97 |
+
|
| 98 |
+
```python
|
| 99 |
+
import pandas as pd
|
| 100 |
+
|
| 101 |
+
companies = pd.read_csv("companies.csv")
|
| 102 |
+
growth = pd.read_csv("growth_metrics.csv", parse_dates=["date"])
|
| 103 |
+
channels = pd.read_csv("channel_performance.csv", parse_dates=["date"])
|
| 104 |
+
segments = pd.read_csv("customer_segments.csv")
|
| 105 |
+
|
| 106 |
+
# Monthly MRR per company
|
| 107 |
+
monthly_mrr = (
|
| 108 |
+
growth.assign(month=growth["date"].dt.to_period("M"))
|
| 109 |
+
.groupby(["company_name", "month"])["mrr"].mean()
|
| 110 |
+
.reset_index()
|
| 111 |
+
)
|
| 112 |
+
```
|
| 113 |
+
|
| 114 |
+
## Data quality checklist
|
| 115 |
+
|
| 116 |
+
- All foreign keys resolve (0 orphans)
|
| 117 |
+
- No nulls in required columns
|
| 118 |
+
- No negative revenue, spend, or counts
|
| 119 |
+
- Derived metrics reproduce from inputs (mrr, cac, ltv, churn_rate, conversion_rate, click_through_rate)
|
| 120 |
+
- Continuity invariant holds: `prev_active + new − churned = active` on every row
|
| 121 |
+
- `impressions ≥ clicks ≥ conversions` on every channel row
|
| 122 |
+
|
| 123 |
+
## Schema
|
| 124 |
+
|
| 125 |
+
See `SCHEMA.md` for full column definitions, join model, metric formulas, and synthetic profile documentation.
|
| 126 |
+
|
| 127 |
+
## License
|
| 128 |
+
|
| 129 |
+
Released under **CC BY 4.0** — use freely for demos, research, internal tooling, education, and commercial templates. Attribution appreciated.
|
| 130 |
+
|
| 131 |
+
Synthetic data only — no real company, customer, or personal information.
|
| 132 |
+
|
| 133 |
+
## Full pack
|
| 134 |
+
|
| 135 |
+
This is a **6-company, 90-day sample**. The production pack scales to:
|
| 136 |
+
|
| 137 |
+
- any company count (12 / 50 / 500+)
|
| 138 |
+
- any date range (1 quarter / 1 year / 3 years)
|
| 139 |
+
- any seed for reproducibility
|
| 140 |
+
- custom growth profile mixes
|
| 141 |
+
- custom industry / channel configurations
|
| 142 |
+
|
| 143 |
+
Contact **[Solstice EIM](https://solsticestudio.ai)** for licensing the full pack, custom generation, or BI-vendor onboarding partnerships.
|
| 144 |
+
|
| 145 |
+
## Citation
|
| 146 |
+
|
| 147 |
+
```bibtex
|
| 148 |
+
@dataset{solstice_saas_growth_pack_2026,
|
| 149 |
+
title = {Solstice SaaS Growth Pack (Sample)},
|
| 150 |
+
author = {Solstice EIM},
|
| 151 |
+
year = {2026},
|
| 152 |
+
publisher = {Hugging Face},
|
| 153 |
+
url = {https://huggingface.co/datasets/justintelligence/saas-growth-pack}
|
| 154 |
+
}
|
| 155 |
+
```
|
SCHEMA.md
ADDED
|
@@ -0,0 +1,163 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Solstice SaaS Growth Pack — Schema
|
| 2 |
+
|
| 3 |
+
## Goal
|
| 4 |
+
A dashboard-ready synthetic SaaS metrics pack. Imports cleanly into any BI tool and immediately supports SaaS growth, acquisition, and retention dashboards — no cleanup, no modeling.
|
| 5 |
+
|
| 6 |
+
## Pack Contents
|
| 7 |
+
|
| 8 |
+
### `companies.csv`
|
| 9 |
+
Grain: `company_id`
|
| 10 |
+
|
| 11 |
+
| Column | Type | Description |
|
| 12 |
+
|---|---|---|
|
| 13 |
+
| `company_id` | string | Stable primary key for each company |
|
| 14 |
+
| `company_name` | string | Human-readable company name |
|
| 15 |
+
| `industry` | string | Industry classification |
|
| 16 |
+
| `growth_style` | string | Synthetic profile used to drive realistic trends |
|
| 17 |
+
| `founded_date` | date | Company founding date |
|
| 18 |
+
| `avg_revenue_per_customer` | decimal | Average monthly revenue per active customer |
|
| 19 |
+
| `gross_margin_pct` | decimal | Gross margin percentage used in LTV estimates |
|
| 20 |
+
| `initial_active_customers` | integer | Starting active customer base |
|
| 21 |
+
|
| 22 |
+
### `growth_metrics.csv`
|
| 23 |
+
Grain: `date x company_id`
|
| 24 |
+
|
| 25 |
+
| Column | Type | Description |
|
| 26 |
+
|---|---|---|
|
| 27 |
+
| `date` | date | Observation date |
|
| 28 |
+
| `company_id` | string | Foreign key to `companies.csv` |
|
| 29 |
+
| `company_name` | string | Convenience label for charting |
|
| 30 |
+
| `revenue` | decimal | Estimated recognized revenue for the day (≈ MRR / 30.44 with small daily variation) |
|
| 31 |
+
| `mrr` | decimal | Monthly recurring revenue estimate |
|
| 32 |
+
| `new_customers` | integer | Customers acquired on the day |
|
| 33 |
+
| `churned_customers` | integer | Customers lost on the day |
|
| 34 |
+
| `active_customers` | integer | Active customer count at day end |
|
| 35 |
+
| `cac` | decimal | Customer acquisition cost |
|
| 36 |
+
| `ltv` | decimal | Customer lifetime value estimate |
|
| 37 |
+
| `marketing_spend` | decimal | Marketing spend for the day |
|
| 38 |
+
| `churn_rate` | decimal | Daily churn rate as a share of previous active customers |
|
| 39 |
+
|
| 40 |
+
### `channel_performance.csv`
|
| 41 |
+
Grain: `date x company_id x channel`
|
| 42 |
+
|
| 43 |
+
| Column | Type | Description |
|
| 44 |
+
|---|---|---|
|
| 45 |
+
| `date` | date | Observation date |
|
| 46 |
+
| `company_id` | string | Foreign key to `companies.csv` |
|
| 47 |
+
| `company_name` | string | Convenience label for charting |
|
| 48 |
+
| `channel` | string | Acquisition channel |
|
| 49 |
+
| `impressions` | integer | Channel impressions |
|
| 50 |
+
| `clicks` | integer | Channel clicks |
|
| 51 |
+
| `conversions` | integer | New customers attributed to the channel |
|
| 52 |
+
| `cost` | decimal | Daily channel spend |
|
| 53 |
+
| `revenue_generated` | decimal | Revenue attributed to channel conversions |
|
| 54 |
+
| `conversion_rate` | decimal | `conversions / clicks` |
|
| 55 |
+
| `click_through_rate` | decimal | `clicks / impressions` |
|
| 56 |
+
|
| 57 |
+
### `customer_segments.csv`
|
| 58 |
+
Grain: `company_id x segment`
|
| 59 |
+
|
| 60 |
+
| Column | Type | Description |
|
| 61 |
+
|---|---|---|
|
| 62 |
+
| `company_id` | string | Foreign key to `companies.csv` |
|
| 63 |
+
| `company_name` | string | Convenience label for charting |
|
| 64 |
+
| `segment` | string | Customer segment (`SMB`, `Mid-Market`, `Enterprise`) |
|
| 65 |
+
| `avg_ltv` | decimal | Average LTV for the segment |
|
| 66 |
+
| `avg_cac` | decimal | Average CAC for the segment |
|
| 67 |
+
| `churn_rate` | decimal | Segment churn rate |
|
| 68 |
+
| `avg_revenue` | decimal | Average recurring revenue per customer in the segment |
|
| 69 |
+
|
| 70 |
+
### `metric_definitions.csv`
|
| 71 |
+
Grain: `metric_name`
|
| 72 |
+
|
| 73 |
+
| Column | Type | Description |
|
| 74 |
+
|---|---|---|
|
| 75 |
+
| `metric_name` | string | Name of metric |
|
| 76 |
+
| `definition` | string | Human-readable definition |
|
| 77 |
+
| `formula` | string | Formula reference |
|
| 78 |
+
| `table_name` | string | Source table |
|
| 79 |
+
| `grain` | string | Grain where the metric is valid |
|
| 80 |
+
|
| 81 |
+
### `dashboard_suggestions.csv`
|
| 82 |
+
Grain: `dashboard_name x chart_name`
|
| 83 |
+
|
| 84 |
+
| Column | Type | Description |
|
| 85 |
+
|---|---|---|
|
| 86 |
+
| `dashboard_name` | string | Suggested dashboard grouping |
|
| 87 |
+
| `chart_name` | string | Suggested chart title |
|
| 88 |
+
| `chart_type` | string | Suggested visualization type |
|
| 89 |
+
| `primary_table` | string | Main source table |
|
| 90 |
+
| `x_axis` | string | Recommended x-axis field |
|
| 91 |
+
| `y_axis` | string | Recommended y-axis field(s) |
|
| 92 |
+
| `filter_suggestion` | string | Suggested dashboard filters |
|
| 93 |
+
|
| 94 |
+
## Join Model
|
| 95 |
+
|
| 96 |
+
- `companies.company_id = growth_metrics.company_id`
|
| 97 |
+
- `companies.company_id = channel_performance.company_id`
|
| 98 |
+
- `companies.company_id = customer_segments.company_id`
|
| 99 |
+
|
| 100 |
+
The dataset is intentionally denormalized with `company_name` repeated in fact tables so dashboards can still work even if users only import one or two files.
|
| 101 |
+
|
| 102 |
+
## Metric Definitions
|
| 103 |
+
|
| 104 |
+
### `revenue`
|
| 105 |
+
- Formula: `(active_customers * avg_revenue_per_customer) / 30.44`
|
| 106 |
+
- Notes: Daily recognized revenue approximation. Summing a full month of `revenue` reconciles to `mrr` within ~5%.
|
| 107 |
+
|
| 108 |
+
### `mrr`
|
| 109 |
+
- Formula: `active_customers * avg_revenue_per_customer`
|
| 110 |
+
- Notes: Included directly in `growth_metrics.csv`
|
| 111 |
+
|
| 112 |
+
### `cac`
|
| 113 |
+
- Formula: `marketing_spend / new_customers`
|
| 114 |
+
- Notes: Protected from divide-by-zero by generator rules
|
| 115 |
+
|
| 116 |
+
### `ltv`
|
| 117 |
+
- Formula: `(avg_revenue_per_customer * gross_margin_pct) / max(churn_rate, 0.01)`
|
| 118 |
+
- Notes: Daily churn rate is floored at 0.01 to avoid unstable LTV spikes on low-churn days.
|
| 119 |
+
|
| 120 |
+
### `churn_rate`
|
| 121 |
+
- Formula: `churned_customers / previous_active_customers`
|
| 122 |
+
|
| 123 |
+
### `conversion_rate`
|
| 124 |
+
- Formula: `conversions / clicks`
|
| 125 |
+
|
| 126 |
+
### `click_through_rate`
|
| 127 |
+
- Formula: `clicks / impressions`
|
| 128 |
+
|
| 129 |
+
## Synthetic Profiles
|
| 130 |
+
|
| 131 |
+
The generator uses multiple company profiles so the dashboards show realistic differences:
|
| 132 |
+
|
| 133 |
+
- `steady_plg`: strong SEO/content/referral, efficient long-term growth
|
| 134 |
+
- `paid_accelerator`: aggressive paid acquisition, higher spend and growth
|
| 135 |
+
- `enterprise_lumpy`: quarter-end deal spikes and lower churn
|
| 136 |
+
- `seasonal_b2c`: seasonal demand swings
|
| 137 |
+
- `churn_recovery`: visible churn event followed by recovery
|
| 138 |
+
- `capital_infusion`: growth acceleration after a mid-period expansion phase
|
| 139 |
+
|
| 140 |
+
## Dashboard Recommendations
|
| 141 |
+
|
| 142 |
+
### SaaS Growth Overview
|
| 143 |
+
- Revenue Over Time
|
| 144 |
+
- MRR and Active Customers
|
| 145 |
+
|
| 146 |
+
### Acquisition Efficiency
|
| 147 |
+
- CAC vs LTV
|
| 148 |
+
- Channel Revenue Contribution
|
| 149 |
+
|
| 150 |
+
### Customer Health
|
| 151 |
+
- New vs Churned Customers (Clustered Column)
|
| 152 |
+
- Churn Rate Over Time (Line)
|
| 153 |
+
|
| 154 |
+
### Segment Economics
|
| 155 |
+
- Segment LTV/CAC (Grouped Bar)
|
| 156 |
+
- Segment Revenue Mix (Stacked Bar)
|
| 157 |
+
|
| 158 |
+
## Import Notes
|
| 159 |
+
|
| 160 |
+
- All dates are ISO-8601 (`YYYY-MM-DD`)
|
| 161 |
+
- Currency values are USD
|
| 162 |
+
- IDs are stable and consistent
|
| 163 |
+
- No null-heavy cleanup is required before dashboarding
|
channel_performance.csv
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
companies.csv
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
company_id,company_name,industry,growth_style,founded_date,avg_revenue_per_customer,gross_margin_pct,initial_active_customers
|
| 2 |
+
C001,AlphaFlow,Developer Tools,steady_plg,2025-01-15,461.00,0.77,80
|
| 3 |
+
C002,NorthOps,FinTech,paid_accelerator,2024-09-10,612.00,0.73,94
|
| 4 |
+
C003,BrightOps,Cybersecurity,enterprise_lumpy,2024-01-25,738.00,0.80,107
|
| 5 |
+
C004,ClearAnalytics,HealthTech,seasonal_b2c,2021-04-08,612.00,0.78,80
|
| 6 |
+
C005,VectorFlow,HR Tech,churn_recovery,2023-01-19,279.00,0.79,125
|
| 7 |
+
C006,SummitLoop,Vertical SaaS,capital_infusion,2022-03-05,307.00,0.90,169
|
customer_segments.csv
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
company_id,company_name,segment,avg_ltv,avg_cac,churn_rate,avg_revenue
|
| 2 |
+
C001,AlphaFlow,SMB,10821.95,255.67,0.0217,305.33
|
| 3 |
+
C001,AlphaFlow,Mid-Market,24281.48,328.51,0.0151,476.09
|
| 4 |
+
C001,AlphaFlow,Enterprise,82322.24,855.09,0.0088,1069.12
|
| 5 |
+
C002,NorthOps,SMB,10214.63,343.65,0.0266,372.40
|
| 6 |
+
C002,NorthOps,Mid-Market,19657.31,434.26,0.0222,598.76
|
| 7 |
+
C002,NorthOps,Enterprise,71699.88,1244.20,0.0144,1414.04
|
| 8 |
+
C003,BrightOps,SMB,29701.10,422.59,0.0131,488.08
|
| 9 |
+
C003,BrightOps,Mid-Market,49625.36,618.64,0.0113,698.25
|
| 10 |
+
C003,BrightOps,Enterprise,144869.60,1511.94,0.0068,1810.87
|
| 11 |
+
C004,ClearAnalytics,SMB,8478.91,314.09,0.0386,419.62
|
| 12 |
+
C004,ClearAnalytics,Mid-Market,15292.05,440.14,0.0289,566.18
|
| 13 |
+
C004,ClearAnalytics,Enterprise,57715.19,1304.15,0.0189,1400.88
|
| 14 |
+
C005,VectorFlow,SMB,3203.72,148.71,0.0434,175.97
|
| 15 |
+
C005,VectorFlow,Mid-Market,6870.07,200.52,0.0342,297.51
|
| 16 |
+
C005,VectorFlow,Enterprise,25060.19,521.09,0.0203,642.45
|
| 17 |
+
C006,SummitLoop,SMB,6442.98,163.77,0.0283,202.25
|
| 18 |
+
C006,SummitLoop,Mid-Market,11188.89,233.04,0.0236,293.21
|
| 19 |
+
C006,SummitLoop,Enterprise,54772.25,553.23,0.0113,688.57
|
dashboard_suggestions.csv
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
dashboard_name,chart_name,chart_type,primary_table,x_axis,y_axis,filter_suggestion
|
| 2 |
+
SaaS Growth Overview,Revenue Over Time,Line,growth_metrics,date,revenue,company_name
|
| 3 |
+
SaaS Growth Overview,MRR and Active Customers,Dual Axis Line,growth_metrics,date,"mrr, active_customers",company_name
|
| 4 |
+
Acquisition Efficiency,CAC vs LTV,Scatter,growth_metrics,cac,ltv,company_name
|
| 5 |
+
Acquisition Efficiency,Channel Revenue Contribution,Stacked Bar,channel_performance,date,revenue_generated,"channel, company_name"
|
| 6 |
+
Customer Health,New vs Churned Customers,Clustered Column,growth_metrics,date,"new_customers, churned_customers",company_name
|
| 7 |
+
Customer Health,Churn Rate Over Time,Line,growth_metrics,date,churn_rate,company_name
|
| 8 |
+
Segment Economics,Segment LTV/CAC,Grouped Bar,customer_segments,segment,"avg_ltv, avg_cac",company_name
|
| 9 |
+
Segment Economics,Segment Revenue Mix,Stacked Bar,customer_segments,company_name,avg_revenue,segment
|
dataset-metadata.json
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"title": "Solstice SaaS Growth Pack (Sample)",
|
| 3 |
+
"id": "justin_solstice/solstice-saas-growth-pack",
|
| 4 |
+
"licenses": [{"name": "CC-BY-4.0"}],
|
| 5 |
+
"keywords": [
|
| 6 |
+
"business",
|
| 7 |
+
"saas",
|
| 8 |
+
"synthetic",
|
| 9 |
+
"analytics",
|
| 10 |
+
"business intelligence",
|
| 11 |
+
"dashboards",
|
| 12 |
+
"startup",
|
| 13 |
+
"growth",
|
| 14 |
+
"marketing",
|
| 15 |
+
"churn",
|
| 16 |
+
"tabular"
|
| 17 |
+
],
|
| 18 |
+
"collaborators": [],
|
| 19 |
+
"data": []
|
| 20 |
+
}
|
growth_metrics.csv
ADDED
|
@@ -0,0 +1,541 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
date,company_id,company_name,revenue,mrr,new_customers,churned_customers,active_customers,cac,ltv,marketing_spend,churn_rate
|
| 2 |
+
2026-01-01,C001,AlphaFlow,1224.25,37341.00,1,0,81,456.21,35497.00,456.21,0.0000
|
| 3 |
+
2026-01-02,C001,AlphaFlow,1277.19,37802.00,1,0,82,551.25,35497.00,551.25,0.0000
|
| 4 |
+
2026-01-03,C001,AlphaFlow,1244.38,37802.00,1,1,82,546.28,29095.90,546.28,0.0122
|
| 5 |
+
2026-01-04,C001,AlphaFlow,1231.35,38263.00,1,0,83,455.53,35497.00,455.53,0.0000
|
| 6 |
+
2026-01-05,C001,AlphaFlow,1261.22,38724.00,1,0,84,456.92,35497.00,456.92,0.0000
|
| 7 |
+
2026-01-06,C001,AlphaFlow,1297.29,40568.00,4,0,88,452.49,35497.00,1809.96,0.0000
|
| 8 |
+
2026-01-07,C001,AlphaFlow,1312.12,40107.00,2,3,87,485.31,10409.68,970.63,0.0341
|
| 9 |
+
2026-01-08,C001,AlphaFlow,1302.42,40568.00,1,0,88,537.60,35497.00,537.60,0.0000
|
| 10 |
+
2026-01-09,C001,AlphaFlow,1434.13,42412.00,4,0,92,462.04,35497.00,1848.15,0.0000
|
| 11 |
+
2026-01-10,C001,AlphaFlow,1410.65,41951.00,2,3,91,456.31,10888.65,912.61,0.0326
|
| 12 |
+
2026-01-11,C001,AlphaFlow,1339.94,41029.00,1,3,89,549.38,10756.67,549.38,0.0330
|
| 13 |
+
2026-01-12,C001,AlphaFlow,1315.58,40568.00,2,3,88,540.21,10533.23,1080.42,0.0337
|
| 14 |
+
2026-01-13,C001,AlphaFlow,1416.48,41490.00,2,0,90,542.50,35497.00,1085.01,0.0000
|
| 15 |
+
2026-01-14,C001,AlphaFlow,1347.10,41951.00,2,1,91,478.40,31979.28,956.80,0.0111
|
| 16 |
+
2026-01-15,C001,AlphaFlow,1446.21,43334.00,3,0,94,530.11,35497.00,1590.34,0.0000
|
| 17 |
+
2026-01-16,C001,AlphaFlow,1386.34,43795.00,1,0,95,506.08,35497.00,506.08,0.0000
|
| 18 |
+
2026-01-17,C001,AlphaFlow,1420.27,44256.00,1,0,96,496.57,35497.00,496.57,0.0000
|
| 19 |
+
2026-01-18,C001,AlphaFlow,1419.81,43334.00,1,3,94,574.04,11377.24,574.04,0.0312
|
| 20 |
+
2026-01-19,C001,AlphaFlow,1497.98,44256.00,2,0,96,483.48,35497.00,966.96,0.0000
|
| 21 |
+
2026-01-20,C001,AlphaFlow,1440.96,44717.00,1,0,97,533.94,35497.00,533.94,0.0000
|
| 22 |
+
2026-01-21,C001,AlphaFlow,1531.21,45639.00,2,0,99,466.12,35497.00,932.25,0.0000
|
| 23 |
+
2026-01-22,C001,AlphaFlow,1533.55,46100.00,1,0,100,558.91,35497.00,558.91,0.0000
|
| 24 |
+
2026-01-23,C001,AlphaFlow,1540.79,48405.00,5,0,105,540.40,35497.00,2702.02,0.0000
|
| 25 |
+
2026-01-24,C001,AlphaFlow,1580.16,47483.00,1,3,103,449.75,12411.54,449.75,0.0286
|
| 26 |
+
2026-01-25,C001,AlphaFlow,1648.62,48405.00,4,2,105,535.70,18297.42,2142.80,0.0194
|
| 27 |
+
2026-01-26,C001,AlphaFlow,1663.52,48866.00,3,2,106,494.99,18682.63,1484.98,0.0190
|
| 28 |
+
2026-01-27,C001,AlphaFlow,1580.88,47944.00,1,3,104,507.43,12543.11,507.43,0.0283
|
| 29 |
+
2026-01-28,C001,AlphaFlow,1506.85,47022.00,1,3,102,575.85,12325.35,575.85,0.0288
|
| 30 |
+
2026-01-29,C001,AlphaFlow,1589.51,48405.00,3,0,105,511.07,35497.00,1533.21,0.0000
|
| 31 |
+
2026-01-30,C001,AlphaFlow,1560.00,47944.00,1,2,104,528.52,18682.63,528.52,0.0190
|
| 32 |
+
2026-01-31,C001,AlphaFlow,1553.54,47022.00,1,3,102,520.66,12325.35,520.66,0.0288
|
| 33 |
+
2026-02-01,C001,AlphaFlow,1550.84,46100.00,1,3,100,517.43,12073.81,517.43,0.0294
|
| 34 |
+
2026-02-02,C001,AlphaFlow,1477.06,46561.00,1,0,101,560.84,35497.00,560.84,0.0000
|
| 35 |
+
2026-02-03,C001,AlphaFlow,1549.48,47022.00,1,0,102,472.28,35497.00,472.28,0.0000
|
| 36 |
+
2026-02-04,C001,AlphaFlow,1590.28,47483.00,2,1,103,489.09,35497.00,978.18,0.0098
|
| 37 |
+
2026-02-05,C001,AlphaFlow,1553.20,48405.00,2,0,105,517.68,35497.00,1035.36,0.0000
|
| 38 |
+
2026-02-06,C001,AlphaFlow,1700.35,49788.00,3,0,108,456.51,35497.00,1369.54,0.0000
|
| 39 |
+
2026-02-07,C001,AlphaFlow,1672.65,50249.00,3,2,109,526.19,19187.57,1578.57,0.0185
|
| 40 |
+
2026-02-08,C001,AlphaFlow,1666.67,50710.00,2,1,110,466.68,35497.00,933.36,0.0092
|
| 41 |
+
2026-02-09,C001,AlphaFlow,1657.19,50710.00,1,1,110,508.56,35497.00,508.56,0.0091
|
| 42 |
+
2026-02-10,C001,AlphaFlow,1723.54,51171.00,1,0,111,540.72,35497.00,540.72,0.0000
|
| 43 |
+
2026-02-11,C001,AlphaFlow,1741.96,52093.00,2,0,113,541.43,35497.00,1082.87,0.0000
|
| 44 |
+
2026-02-12,C001,AlphaFlow,1723.31,53476.00,3,0,116,461.17,35497.00,1383.52,0.0000
|
| 45 |
+
2026-02-13,C001,AlphaFlow,1825.44,55320.00,4,0,120,574.62,35497.00,2298.50,0.0000
|
| 46 |
+
2026-02-14,C001,AlphaFlow,1811.62,54859.00,1,2,119,568.75,21255.69,568.75,0.0167
|
| 47 |
+
2026-02-15,C001,AlphaFlow,1827.70,55781.00,2,0,121,523.92,35497.00,1047.85,0.0000
|
| 48 |
+
2026-02-16,C001,AlphaFlow,1968.18,57164.00,3,0,124,510.27,35497.00,1530.81,0.0000
|
| 49 |
+
2026-02-17,C001,AlphaFlow,1855.01,57625.00,3,2,125,488.28,22047.83,1464.84,0.0161
|
| 50 |
+
2026-02-18,C001,AlphaFlow,1844.38,58086.00,1,0,126,556.50,35497.00,556.50,0.0000
|
| 51 |
+
2026-02-19,C001,AlphaFlow,1888.54,58086.00,1,1,126,499.02,35497.00,499.02,0.0079
|
| 52 |
+
2026-02-20,C001,AlphaFlow,2015.63,58547.00,1,0,127,449.93,35497.00,449.93,0.0000
|
| 53 |
+
2026-02-21,C001,AlphaFlow,1873.93,59008.00,1,0,128,572.87,35497.00,572.87,0.0000
|
| 54 |
+
2026-02-22,C001,AlphaFlow,2025.94,60391.00,3,0,131,537.02,35497.00,1611.06,0.0000
|
| 55 |
+
2026-02-23,C001,AlphaFlow,1949.20,60852.00,2,1,132,484.96,35497.00,969.92,0.0076
|
| 56 |
+
2026-02-24,C001,AlphaFlow,1971.66,61313.00,1,0,133,555.56,35497.00,555.56,0.0000
|
| 57 |
+
2026-02-25,C001,AlphaFlow,2029.61,61774.00,1,0,134,500.54,35497.00,500.54,0.0000
|
| 58 |
+
2026-02-26,C001,AlphaFlow,2028.66,63157.00,4,1,137,527.75,35497.00,2111.02,0.0075
|
| 59 |
+
2026-02-27,C001,AlphaFlow,2056.08,64079.00,3,1,139,533.61,35497.00,1600.84,0.0073
|
| 60 |
+
2026-02-28,C001,AlphaFlow,2226.55,65923.00,4,0,143,550.46,35497.00,2201.85,0.0000
|
| 61 |
+
2026-03-01,C001,AlphaFlow,2174.37,66384.00,3,2,144,455.64,25355.00,1366.91,0.0140
|
| 62 |
+
2026-03-02,C001,AlphaFlow,2164.17,66845.00,1,0,145,521.68,35497.00,521.68,0.0000
|
| 63 |
+
2026-03-03,C001,AlphaFlow,2252.04,68689.00,4,0,149,465.50,35497.00,1862.01,0.0000
|
| 64 |
+
2026-03-04,C001,AlphaFlow,2128.00,67306.00,1,4,146,562.24,13245.15,562.24,0.0268
|
| 65 |
+
2026-03-05,C001,AlphaFlow,2214.38,66845.00,1,2,145,468.28,25910.22,468.28,0.0137
|
| 66 |
+
2026-03-06,C001,AlphaFlow,2213.24,67306.00,1,0,146,496.35,35497.00,496.35,0.0000
|
| 67 |
+
2026-03-07,C001,AlphaFlow,2213.55,67306.00,1,1,146,497.54,35497.00,497.54,0.0068
|
| 68 |
+
2026-03-08,C001,AlphaFlow,2216.21,67767.00,1,0,147,527.71,35497.00,527.71,0.0000
|
| 69 |
+
2026-03-09,C001,AlphaFlow,2212.02,68228.00,1,0,148,558.59,35497.00,558.59,0.0000
|
| 70 |
+
2026-03-10,C001,AlphaFlow,2345.69,68689.00,2,1,149,452.31,35497.00,904.61,0.0068
|
| 71 |
+
2026-03-11,C001,AlphaFlow,2285.03,70994.00,7,2,154,562.17,26490.30,3935.18,0.0134
|
| 72 |
+
2026-03-12,C001,AlphaFlow,2417.11,71455.00,1,0,155,562.16,35497.00,562.16,0.0000
|
| 73 |
+
2026-03-13,C001,AlphaFlow,2441.12,70994.00,1,2,154,558.81,27517.05,558.81,0.0129
|
| 74 |
+
2026-03-14,C001,AlphaFlow,2390.01,72838.00,4,0,158,536.07,35497.00,2144.27,0.0000
|
| 75 |
+
2026-03-15,C001,AlphaFlow,2397.28,72838.00,1,1,158,478.23,35497.00,478.23,0.0063
|
| 76 |
+
2026-03-16,C001,AlphaFlow,2455.97,73760.00,2,0,160,490.88,35497.00,981.77,0.0000
|
| 77 |
+
2026-03-17,C001,AlphaFlow,2488.84,73760.00,1,1,160,572.23,35497.00,572.23,0.0063
|
| 78 |
+
2026-03-18,C001,AlphaFlow,2479.87,73760.00,1,1,160,484.69,35497.00,484.69,0.0063
|
| 79 |
+
2026-03-19,C001,AlphaFlow,2401.17,74221.00,1,0,161,568.80,35497.00,568.80,0.0000
|
| 80 |
+
2026-03-20,C001,AlphaFlow,2515.71,74682.00,1,0,162,477.71,35497.00,477.71,0.0000
|
| 81 |
+
2026-03-21,C001,AlphaFlow,2373.83,74221.00,1,2,161,581.90,28859.35,581.90,0.0123
|
| 82 |
+
2026-03-22,C001,AlphaFlow,2424.91,74221.00,1,1,161,527.28,35497.00,527.28,0.0062
|
| 83 |
+
2026-03-23,C001,AlphaFlow,2525.75,75143.00,3,1,163,475.42,35497.00,1426.27,0.0062
|
| 84 |
+
2026-03-24,C001,AlphaFlow,2531.94,76987.00,4,0,167,579.87,35497.00,2319.47,0.0000
|
| 85 |
+
2026-03-25,C001,AlphaFlow,2603.42,78370.00,3,0,170,506.91,35497.00,1520.73,0.0000
|
| 86 |
+
2026-03-26,C001,AlphaFlow,2683.97,78831.00,1,0,171,562.89,35497.00,562.89,0.0000
|
| 87 |
+
2026-03-27,C001,AlphaFlow,2654.73,79292.00,1,0,172,544.50,35497.00,544.50,0.0000
|
| 88 |
+
2026-03-28,C001,AlphaFlow,2617.26,79753.00,1,0,173,526.80,35497.00,526.80,0.0000
|
| 89 |
+
2026-03-29,C001,AlphaFlow,2725.38,81136.00,3,0,176,491.24,35497.00,1473.72,0.0000
|
| 90 |
+
2026-03-30,C001,AlphaFlow,2584.70,81597.00,1,0,177,499.25,35497.00,499.25,0.0000
|
| 91 |
+
2026-03-31,C001,AlphaFlow,2808.15,82519.00,2,0,179,488.37,35497.00,976.74,0.0000
|
| 92 |
+
2026-01-01,C002,NorthOps,1869.96,56916.00,1,2,93,838.80,20974.65,838.80,0.0213
|
| 93 |
+
2026-01-02,C002,NorthOps,1954.07,58140.00,2,0,95,845.99,44676.00,1691.98,0.0000
|
| 94 |
+
2026-01-03,C002,NorthOps,1847.34,57528.00,2,3,94,873.22,14137.97,1746.43,0.0316
|
| 95 |
+
2026-01-04,C002,NorthOps,1886.10,58140.00,1,0,95,965.89,44676.00,965.89,0.0000
|
| 96 |
+
2026-01-05,C002,NorthOps,1971.59,59364.00,3,1,97,969.43,42548.57,2908.30,0.0105
|
| 97 |
+
2026-01-06,C002,NorthOps,1986.09,58140.00,1,3,95,829.48,14458.25,829.48,0.0309
|
| 98 |
+
2026-01-07,C002,NorthOps,1936.56,58752.00,1,0,96,882.73,44676.00,882.73,0.0000
|
| 99 |
+
2026-01-08,C002,NorthOps,2069.18,61200.00,4,0,100,915.55,44676.00,3662.20,0.0000
|
| 100 |
+
2026-01-09,C002,NorthOps,1956.25,60588.00,1,2,99,904.57,22338.00,904.57,0.0200
|
| 101 |
+
2026-01-10,C002,NorthOps,2084.57,63036.00,4,0,103,876.57,44676.00,3506.26,0.0000
|
| 102 |
+
2026-01-11,C002,NorthOps,2271.46,66096.00,5,0,108,1047.09,44676.00,5235.46,0.0000
|
| 103 |
+
2026-01-12,C002,NorthOps,2202.22,66708.00,1,0,109,877.80,44676.00,877.80,0.0000
|
| 104 |
+
2026-01-13,C002,NorthOps,2106.13,66708.00,1,1,109,880.57,44676.00,880.57,0.0092
|
| 105 |
+
2026-01-14,C002,NorthOps,2185.68,67932.00,3,1,111,891.47,44676.00,2674.40,0.0092
|
| 106 |
+
2026-01-15,C002,NorthOps,2177.09,67320.00,2,3,110,939.17,16546.67,1878.34,0.0270
|
| 107 |
+
2026-01-16,C002,NorthOps,2309.18,67320.00,1,1,110,965.11,44676.00,965.11,0.0091
|
| 108 |
+
2026-01-17,C002,NorthOps,2200.67,67320.00,3,3,110,922.52,16364.84,2767.55,0.0273
|
| 109 |
+
2026-01-18,C002,NorthOps,2195.60,69156.00,4,1,113,945.49,44676.00,3781.96,0.0091
|
| 110 |
+
2026-01-19,C002,NorthOps,2221.46,70380.00,4,2,115,838.34,25240.68,3353.34,0.0177
|
| 111 |
+
2026-01-20,C002,NorthOps,2379.28,69768.00,1,2,114,977.66,25675.86,977.66,0.0174
|
| 112 |
+
2026-01-21,C002,NorthOps,2329.02,69768.00,1,1,114,975.56,44676.00,975.56,0.0088
|
| 113 |
+
2026-01-22,C002,NorthOps,2317.03,69156.00,1,2,113,1048.77,25529.14,1048.77,0.0175
|
| 114 |
+
2026-01-23,C002,NorthOps,2379.02,71604.00,4,0,117,970.88,44676.00,3883.53,0.0000
|
| 115 |
+
2026-01-24,C002,NorthOps,2289.07,72216.00,1,0,118,959.06,44676.00,959.06,0.0000
|
| 116 |
+
2026-01-25,C002,NorthOps,2408.08,73440.00,4,2,120,915.00,26435.50,3659.98,0.0169
|
| 117 |
+
2026-01-26,C002,NorthOps,2533.78,74052.00,1,0,121,959.67,44676.00,959.67,0.0000
|
| 118 |
+
2026-01-27,C002,NorthOps,2596.25,76500.00,4,0,125,984.44,44676.00,3937.77,0.0000
|
| 119 |
+
2026-01-28,C002,NorthOps,2599.60,78336.00,3,0,128,1065.23,44676.00,3195.70,0.0000
|
| 120 |
+
2026-01-29,C002,NorthOps,2816.72,82008.00,6,0,134,883.52,44676.00,5301.14,0.0000
|
| 121 |
+
2026-01-30,C002,NorthOps,2753.21,81396.00,1,2,133,899.38,29983.89,899.38,0.0149
|
| 122 |
+
2026-01-31,C002,NorthOps,2796.98,82008.00,1,0,134,872.59,44676.00,872.59,0.0000
|
| 123 |
+
2026-02-01,C002,NorthOps,2714.88,80784.00,1,3,132,971.05,19944.64,971.05,0.0224
|
| 124 |
+
2026-02-02,C002,NorthOps,2737.55,81396.00,3,2,133,1072.91,29392.11,3218.72,0.0152
|
| 125 |
+
2026-02-03,C002,NorthOps,2790.30,81396.00,1,1,133,841.85,44676.00,841.85,0.0075
|
| 126 |
+
2026-02-04,C002,NorthOps,2768.19,83844.00,4,0,137,875.43,44676.00,3501.72,0.0000
|
| 127 |
+
2026-02-05,C002,NorthOps,2692.11,84456.00,2,1,138,1067.66,44676.00,2135.32,0.0073
|
| 128 |
+
2026-02-06,C002,NorthOps,2746.24,86292.00,3,0,141,905.51,44676.00,2716.52,0.0000
|
| 129 |
+
2026-02-07,C002,NorthOps,2831.47,85068.00,1,3,139,1024.12,20974.65,1024.12,0.0213
|
| 130 |
+
2026-02-08,C002,NorthOps,2939.41,85680.00,1,0,140,1007.47,44676.00,1007.47,0.0000
|
| 131 |
+
2026-02-09,C002,NorthOps,2756.07,86292.00,1,0,141,862.17,44676.00,862.17,0.0000
|
| 132 |
+
2026-02-10,C002,NorthOps,2912.55,86904.00,1,0,142,999.03,44676.00,999.03,0.0000
|
| 133 |
+
2026-02-11,C002,NorthOps,2875.60,87516.00,1,0,143,1030.00,44676.00,1030.00,0.0000
|
| 134 |
+
2026-02-12,C002,NorthOps,3039.42,88740.00,2,0,145,987.36,44676.00,1974.71,0.0000
|
| 135 |
+
2026-02-13,C002,NorthOps,3065.04,89964.00,2,0,147,860.34,44676.00,1720.67,0.0000
|
| 136 |
+
2026-02-14,C002,NorthOps,2895.50,91188.00,2,0,149,970.82,44676.00,1941.63,0.0000
|
| 137 |
+
2026-02-15,C002,NorthOps,3045.63,91800.00,2,1,150,1069.96,44676.00,2139.93,0.0067
|
| 138 |
+
2026-02-16,C002,NorthOps,3165.27,92412.00,1,0,151,839.29,44676.00,839.29,0.0000
|
| 139 |
+
2026-02-17,C002,NorthOps,2977.13,93024.00,1,0,152,1047.97,44676.00,1047.97,0.0000
|
| 140 |
+
2026-02-18,C002,NorthOps,3056.04,95472.00,4,0,156,1058.74,44676.00,4234.98,0.0000
|
| 141 |
+
2026-02-19,C002,NorthOps,3136.35,96084.00,1,0,157,942.38,44676.00,942.38,0.0000
|
| 142 |
+
2026-02-20,C002,NorthOps,3354.04,97308.00,2,0,159,1011.39,44676.00,2022.79,0.0000
|
| 143 |
+
2026-02-21,C002,NorthOps,3316.19,97920.00,1,0,160,848.09,44676.00,848.09,0.0000
|
| 144 |
+
2026-02-22,C002,NorthOps,3268.29,97308.00,1,2,159,1072.61,35740.80,1072.61,0.0125
|
| 145 |
+
2026-02-23,C002,NorthOps,3316.67,97920.00,2,1,160,870.80,44676.00,1741.61,0.0063
|
| 146 |
+
2026-02-24,C002,NorthOps,3246.26,97920.00,4,4,160,954.82,17870.40,3819.26,0.0250
|
| 147 |
+
2026-02-25,C002,NorthOps,3292.45,100980.00,5,0,165,864.85,44676.00,4324.26,0.0000
|
| 148 |
+
2026-02-26,C002,NorthOps,3245.08,101592.00,1,0,166,874.38,44676.00,874.38,0.0000
|
| 149 |
+
2026-02-27,C002,NorthOps,3432.75,102204.00,3,2,167,917.27,37230.00,2751.80,0.0120
|
| 150 |
+
2026-02-28,C002,NorthOps,3444.83,104040.00,3,0,170,965.75,44676.00,2897.26,0.0000
|
| 151 |
+
2026-03-01,C002,NorthOps,3322.96,105264.00,3,1,172,851.98,44676.00,2555.93,0.0059
|
| 152 |
+
2026-03-02,C002,NorthOps,3366.76,104652.00,1,2,171,884.77,38513.79,884.77,0.0116
|
| 153 |
+
2026-03-03,C002,NorthOps,3566.06,107100.00,4,0,175,1075.76,44676.00,4303.04,0.0000
|
| 154 |
+
2026-03-04,C002,NorthOps,3628.31,108324.00,2,0,177,950.52,44676.00,1901.04,0.0000
|
| 155 |
+
2026-03-05,C002,NorthOps,3553.58,108936.00,1,0,178,1030.43,44676.00,1030.43,0.0000
|
| 156 |
+
2026-03-06,C002,NorthOps,3575.42,108324.00,1,2,177,1039.89,39889.29,1039.89,0.0112
|
| 157 |
+
2026-03-07,C002,NorthOps,3654.58,107712.00,2,3,176,1041.25,26435.50,2082.50,0.0169
|
| 158 |
+
2026-03-08,C002,NorthOps,3703.89,107712.00,3,3,176,949.42,26280.00,2848.25,0.0170
|
| 159 |
+
2026-03-09,C002,NorthOps,3607.39,108936.00,2,0,178,1002.92,44676.00,2005.84,0.0000
|
| 160 |
+
2026-03-10,C002,NorthOps,3703.21,109548.00,1,0,179,929.51,44676.00,929.51,0.0000
|
| 161 |
+
2026-03-11,C002,NorthOps,3569.90,111384.00,3,0,182,976.24,44676.00,2928.72,0.0000
|
| 162 |
+
2026-03-12,C002,NorthOps,3694.97,112608.00,2,0,184,879.53,44676.00,1759.06,0.0000
|
| 163 |
+
2026-03-13,C002,NorthOps,3584.44,113220.00,4,3,185,872.72,27408.59,3490.87,0.0163
|
| 164 |
+
2026-03-14,C002,NorthOps,3696.67,112608.00,2,3,184,1076.89,27577.78,2153.79,0.0162
|
| 165 |
+
2026-03-15,C002,NorthOps,3832.44,114444.00,5,2,187,941.46,40987.16,4707.31,0.0109
|
| 166 |
+
2026-03-16,C002,NorthOps,3661.27,115056.00,1,0,188,919.79,44676.00,919.79,0.0000
|
| 167 |
+
2026-03-17,C002,NorthOps,3735.03,115668.00,1,0,189,848.29,44676.00,848.29,0.0000
|
| 168 |
+
2026-03-18,C002,NorthOps,3791.08,116892.00,2,0,191,859.13,44676.00,1718.26,0.0000
|
| 169 |
+
2026-03-19,C002,NorthOps,3936.91,116892.00,1,1,191,1061.90,44676.00,1061.90,0.0052
|
| 170 |
+
2026-03-20,C002,NorthOps,3893.72,118116.00,2,0,193,871.20,44676.00,1742.39,0.0000
|
| 171 |
+
2026-03-21,C002,NorthOps,4039.66,119340.00,4,2,195,1064.93,42957.69,4259.71,0.0104
|
| 172 |
+
2026-03-22,C002,NorthOps,3948.19,120564.00,2,0,197,942.64,44676.00,1885.28,0.0000
|
| 173 |
+
2026-03-23,C002,NorthOps,4091.67,120564.00,1,1,197,990.19,44676.00,990.19,0.0051
|
| 174 |
+
2026-03-24,C002,NorthOps,4204.76,123012.00,4,0,201,984.93,44676.00,3939.73,0.0000
|
| 175 |
+
2026-03-25,C002,NorthOps,3965.61,124236.00,4,2,203,1004.15,44676.00,4016.59,0.0100
|
| 176 |
+
2026-03-26,C002,NorthOps,4173.29,126684.00,4,0,207,1008.03,44676.00,4032.12,0.0000
|
| 177 |
+
2026-03-27,C002,NorthOps,4255.29,128520.00,4,1,210,1068.68,44676.00,4274.72,0.0048
|
| 178 |
+
2026-03-28,C002,NorthOps,4169.88,131580.00,5,0,215,887.80,44676.00,4438.98,0.0000
|
| 179 |
+
2026-03-29,C002,NorthOps,4452.46,133416.00,3,0,218,991.27,44676.00,2973.80,0.0000
|
| 180 |
+
2026-03-30,C002,NorthOps,4488.55,134640.00,5,3,220,828.90,32373.91,4144.48,0.0138
|
| 181 |
+
2026-03-31,C002,NorthOps,4589.16,133416.00,3,5,218,837.03,19681.06,2511.10,0.0227
|
| 182 |
+
2026-01-01,C003,BrightOps,2824.50,81918.00,4,0,111,727.21,59040.00,2908.85,0.0000
|
| 183 |
+
2026-01-02,C003,BrightOps,2624.58,82656.00,1,0,112,793.39,59040.00,793.39,0.0000
|
| 184 |
+
2026-01-03,C003,BrightOps,2776.78,83394.00,2,1,113,685.29,59040.00,1370.58,0.0089
|
| 185 |
+
2026-01-04,C003,BrightOps,2825.40,84132.00,3,2,114,766.47,33355.93,2299.42,0.0177
|
| 186 |
+
2026-01-05,C003,BrightOps,2742.33,84870.00,2,1,115,706.96,59040.00,1413.92,0.0088
|
| 187 |
+
2026-01-06,C003,BrightOps,2965.65,87084.00,3,0,118,868.19,59040.00,2604.57,0.0000
|
| 188 |
+
2026-01-07,C003,BrightOps,2841.91,86346.00,1,2,117,797.68,34934.91,797.68,0.0169
|
| 189 |
+
2026-01-08,C003,BrightOps,3041.24,90036.00,5,0,122,673.99,59040.00,3369.94,0.0000
|
| 190 |
+
2026-01-09,C003,BrightOps,3044.87,91512.00,2,0,124,786.81,59040.00,1573.62,0.0000
|
| 191 |
+
2026-01-10,C003,BrightOps,2967.18,90774.00,1,2,123,855.03,36670.81,855.03,0.0161
|
| 192 |
+
2026-01-11,C003,BrightOps,3150.86,92250.00,2,0,125,703.64,59040.00,1407.28,0.0000
|
| 193 |
+
2026-01-12,C003,BrightOps,2985.47,92250.00,1,1,125,704.34,59040.00,704.34,0.0080
|
| 194 |
+
2026-01-13,C003,BrightOps,3212.47,94464.00,3,0,128,806.41,59040.00,2419.23,0.0000
|
| 195 |
+
2026-01-14,C003,BrightOps,3197.70,95202.00,1,0,129,738.99,59040.00,738.99,0.0000
|
| 196 |
+
2026-01-15,C003,BrightOps,3188.78,94464.00,1,2,128,718.07,38090.32,718.07,0.0155
|
| 197 |
+
2026-01-16,C003,BrightOps,3144.66,95202.00,3,2,129,820.79,37846.15,2462.37,0.0156
|
| 198 |
+
2026-01-17,C003,BrightOps,3340.73,97416.00,3,0,132,704.54,59040.00,2113.62,0.0000
|
| 199 |
+
2026-01-18,C003,BrightOps,3296.30,98154.00,3,2,133,773.22,38842.11,2319.67,0.0152
|
| 200 |
+
2026-01-19,C003,BrightOps,3198.60,99630.00,2,0,135,871.14,59040.00,1742.29,0.0000
|
| 201 |
+
2026-01-20,C003,BrightOps,3424.44,100368.00,1,0,136,835.27,59040.00,835.27,0.0000
|
| 202 |
+
2026-01-21,C003,BrightOps,3477.38,103320.00,4,0,140,678.02,59040.00,2712.08,0.0000
|
| 203 |
+
2026-01-22,C003,BrightOps,3612.27,105534.00,4,1,143,822.42,59040.00,3289.69,0.0071
|
| 204 |
+
2026-01-23,C003,BrightOps,3565.20,106272.00,2,1,144,701.50,59040.00,1403.01,0.0070
|
| 205 |
+
2026-01-24,C003,BrightOps,3621.62,109224.00,4,0,148,691.33,59040.00,2765.33,0.0000
|
| 206 |
+
2026-01-25,C003,BrightOps,3596.88,109962.00,2,1,149,733.03,59040.00,1466.06,0.0068
|
| 207 |
+
2026-01-26,C003,BrightOps,3790.29,111438.00,2,0,151,781.00,59040.00,1562.01,0.0000
|
| 208 |
+
2026-01-27,C003,BrightOps,3637.15,112176.00,2,1,152,840.62,59040.00,1681.25,0.0066
|
| 209 |
+
2026-01-28,C003,BrightOps,3864.57,112914.00,2,1,153,829.55,59040.00,1659.10,0.0066
|
| 210 |
+
2026-01-29,C003,BrightOps,3762.68,112176.00,1,2,152,756.49,45068.70,756.49,0.0131
|
| 211 |
+
2026-01-30,C003,BrightOps,3652.19,112176.00,1,1,152,873.43,59040.00,873.43,0.0066
|
| 212 |
+
2026-01-31,C003,BrightOps,3679.17,112914.00,1,0,153,672.62,59040.00,672.62,0.0000
|
| 213 |
+
2026-02-01,C003,BrightOps,3750.82,113652.00,3,2,154,809.99,45068.70,2429.97,0.0131
|
| 214 |
+
2026-02-02,C003,BrightOps,3879.48,115128.00,2,0,156,795.65,59040.00,1591.30,0.0000
|
| 215 |
+
2026-02-03,C003,BrightOps,3754.60,115128.00,4,4,156,733.37,23062.50,2933.47,0.0256
|
| 216 |
+
2026-02-04,C003,BrightOps,4065.78,118818.00,5,0,161,869.56,59040.00,4347.79,0.0000
|
| 217 |
+
2026-02-05,C003,BrightOps,4070.31,121032.00,3,0,164,778.18,59040.00,2334.54,0.0000
|
| 218 |
+
2026-02-06,C003,BrightOps,4253.49,124722.00,5,0,169,862.23,59040.00,4311.13,0.0000
|
| 219 |
+
2026-02-07,C003,BrightOps,4319.18,126198.00,3,1,171,868.59,59040.00,2605.78,0.0059
|
| 220 |
+
2026-02-08,C003,BrightOps,4207.46,128412.00,5,2,174,671.82,50461.54,3359.10,0.0117
|
| 221 |
+
2026-02-09,C003,BrightOps,4149.11,130626.00,3,0,177,672.02,59040.00,2016.05,0.0000
|
| 222 |
+
2026-02-10,C003,BrightOps,4554.36,132102.00,2,0,179,675.05,59040.00,1350.11,0.0000
|
| 223 |
+
2026-02-11,C003,BrightOps,4458.35,132102.00,3,3,179,813.41,35142.86,2440.22,0.0168
|
| 224 |
+
2026-02-12,C003,BrightOps,4254.17,132840.00,1,0,180,834.68,59040.00,834.68,0.0000
|
| 225 |
+
2026-02-13,C003,BrightOps,4484.15,135792.00,4,0,184,828.94,59040.00,3315.75,0.0000
|
| 226 |
+
2026-02-14,C003,BrightOps,4526.56,139482.00,5,0,189,847.71,59040.00,4238.56,0.0000
|
| 227 |
+
2026-02-15,C003,BrightOps,4799.94,141696.00,3,0,192,813.65,59040.00,2440.94,0.0000
|
| 228 |
+
2026-02-16,C003,BrightOps,4857.54,143172.00,2,0,194,831.88,59040.00,1663.76,0.0000
|
| 229 |
+
2026-02-17,C003,BrightOps,4623.68,144648.00,2,0,196,806.40,59040.00,1612.80,0.0000
|
| 230 |
+
2026-02-18,C003,BrightOps,4761.51,145386.00,1,0,197,743.08,59040.00,743.08,0.0000
|
| 231 |
+
2026-02-19,C003,BrightOps,4735.96,143910.00,1,3,195,855.93,38842.11,855.93,0.0152
|
| 232 |
+
2026-02-20,C003,BrightOps,4604.42,144648.00,1,0,196,834.24,59040.00,834.24,0.0000
|
| 233 |
+
2026-02-21,C003,BrightOps,4721.57,146124.00,3,1,198,708.25,59040.00,2124.74,0.0051
|
| 234 |
+
2026-02-22,C003,BrightOps,4574.44,144648.00,1,3,196,699.71,38842.11,699.71,0.0152
|
| 235 |
+
2026-02-23,C003,BrightOps,4809.60,146862.00,3,0,199,794.18,59040.00,2382.55,0.0000
|
| 236 |
+
2026-02-24,C003,BrightOps,5005.24,147600.00,2,1,200,772.82,59040.00,1545.63,0.0050
|
| 237 |
+
2026-02-25,C003,BrightOps,4867.76,149814.00,3,0,203,811.18,59040.00,2433.54,0.0000
|
| 238 |
+
2026-02-26,C003,BrightOps,5114.34,152028.00,5,2,206,743.25,59040.00,3716.23,0.0099
|
| 239 |
+
2026-02-27,C003,BrightOps,4997.90,154980.00,4,0,210,853.11,59040.00,3412.42,0.0000
|
| 240 |
+
2026-02-28,C003,BrightOps,5190.84,154242.00,2,3,209,751.14,41286.71,1502.29,0.0143
|
| 241 |
+
2026-03-01,C003,BrightOps,4955.12,156456.00,3,0,212,675.10,59040.00,2025.31,0.0000
|
| 242 |
+
2026-03-02,C003,BrightOps,5482.35,159408.00,4,0,216,849.66,59040.00,3398.66,0.0000
|
| 243 |
+
2026-03-03,C003,BrightOps,5061.95,158670.00,3,4,215,770.73,31913.51,2312.19,0.0185
|
| 244 |
+
2026-03-04,C003,BrightOps,5147.13,158670.00,1,1,215,731.94,59040.00,731.94,0.0047
|
| 245 |
+
2026-03-05,C003,BrightOps,5293.82,159408.00,1,0,216,811.79,59040.00,811.79,0.0000
|
| 246 |
+
2026-03-06,C003,BrightOps,5143.44,160884.00,2,0,218,675.97,59040.00,1351.94,0.0000
|
| 247 |
+
2026-03-07,C003,BrightOps,5169.49,161622.00,1,0,219,804.75,59040.00,804.75,0.0000
|
| 248 |
+
2026-03-08,C003,BrightOps,5414.16,162360.00,2,1,220,694.82,59040.00,1389.63,0.0046
|
| 249 |
+
2026-03-09,C003,BrightOps,5210.18,163098.00,1,0,221,685.21,59040.00,685.21,0.0000
|
| 250 |
+
2026-03-10,C003,BrightOps,5614.64,163836.00,1,0,222,806.25,59040.00,806.25,0.0000
|
| 251 |
+
2026-03-11,C003,BrightOps,5655.15,165312.00,4,2,224,743.00,59040.00,2972.00,0.0090
|
| 252 |
+
2026-03-12,C003,BrightOps,5476.14,169002.00,5,0,229,804.29,59040.00,4021.43,0.0000
|
| 253 |
+
2026-03-13,C003,BrightOps,5648.73,171954.00,4,0,233,717.14,59040.00,2868.58,0.0000
|
| 254 |
+
2026-03-14,C003,BrightOps,5500.63,174168.00,3,0,236,833.92,59040.00,2501.75,0.0000
|
| 255 |
+
2026-03-15,C003,BrightOps,5609.92,174168.00,2,2,236,707.00,59040.00,1414.00,0.0085
|
| 256 |
+
2026-03-16,C003,BrightOps,5706.55,174906.00,2,1,237,730.63,59040.00,1461.26,0.0042
|
| 257 |
+
2026-03-17,C003,BrightOps,6018.95,174906.00,2,2,237,812.29,59040.00,1624.58,0.0084
|
| 258 |
+
2026-03-18,C003,BrightOps,5580.41,176382.00,2,0,239,759.16,59040.00,1518.33,0.0000
|
| 259 |
+
2026-03-19,C003,BrightOps,5654.80,176382.00,1,1,239,818.27,59040.00,818.27,0.0042
|
| 260 |
+
2026-03-20,C003,BrightOps,6077.54,177858.00,2,0,241,780.79,59040.00,1561.58,0.0000
|
| 261 |
+
2026-03-21,C003,BrightOps,5756.69,179334.00,2,0,243,784.90,59040.00,1569.80,0.0000
|
| 262 |
+
2026-03-22,C003,BrightOps,6013.04,182286.00,4,0,247,799.49,59040.00,3197.96,0.0000
|
| 263 |
+
2026-03-23,C003,BrightOps,6240.75,185238.00,4,0,251,740.57,59040.00,2962.29,0.0000
|
| 264 |
+
2026-03-24,C003,BrightOps,6380.11,188928.00,6,1,256,778.48,59040.00,4670.89,0.0040
|
| 265 |
+
2026-03-25,C003,BrightOps,6550.51,190404.00,2,0,258,788.56,59040.00,1577.12,0.0000
|
| 266 |
+
2026-03-26,C003,BrightOps,6355.68,192618.00,3,0,261,755.20,59040.00,2265.59,0.0000
|
| 267 |
+
2026-03-27,C003,BrightOps,6599.74,192618.00,1,1,261,808.96,59040.00,808.96,0.0038
|
| 268 |
+
2026-03-28,C003,BrightOps,6619.05,193356.00,3,2,262,758.10,59040.00,2274.30,0.0077
|
| 269 |
+
2026-03-29,C003,BrightOps,6467.17,194832.00,2,0,264,748.18,59040.00,1496.36,0.0000
|
| 270 |
+
2026-03-30,C003,BrightOps,6333.71,194832.00,3,3,264,856.55,51789.47,2569.64,0.0114
|
| 271 |
+
2026-03-31,C003,BrightOps,6668.85,197784.00,4,0,268,739.12,59040.00,2956.46,0.0000
|
| 272 |
+
2026-01-01,C004,ClearAnalytics,1704.92,49572.00,3,2,81,830.55,19094.40,2491.64,0.0250
|
| 273 |
+
2026-01-02,C004,ClearAnalytics,1719.47,51408.00,3,0,84,813.28,47736.00,2439.84,0.0000
|
| 274 |
+
2026-01-03,C004,ClearAnalytics,1687.39,51408.00,1,1,84,755.66,40114.29,755.66,0.0119
|
| 275 |
+
2026-01-04,C004,ClearAnalytics,1691.52,52632.00,3,1,86,692.63,40114.29,2077.90,0.0119
|
| 276 |
+
2026-01-05,C004,ClearAnalytics,1793.89,53856.00,2,0,88,755.42,47736.00,1510.84,0.0000
|
| 277 |
+
2026-01-06,C004,ClearAnalytics,1716.95,53856.00,1,1,88,838.78,41873.68,838.78,0.0114
|
| 278 |
+
2026-01-07,C004,ClearAnalytics,1876.90,55692.00,3,0,91,782.55,47736.00,2347.65,0.0000
|
| 279 |
+
2026-01-08,C004,ClearAnalytics,1926.27,58140.00,4,0,95,836.05,47736.00,3344.20,0.0000
|
| 280 |
+
2026-01-09,C004,ClearAnalytics,1912.46,58752.00,1,0,96,739.41,47736.00,739.41,0.0000
|
| 281 |
+
2026-01-10,C004,ClearAnalytics,2044.86,59976.00,3,1,98,830.58,45900.00,2491.73,0.0104
|
| 282 |
+
2026-01-11,C004,ClearAnalytics,2060.82,61812.00,3,0,101,776.86,47736.00,2330.58,0.0000
|
| 283 |
+
2026-01-12,C004,ClearAnalytics,2073.12,64260.00,4,0,105,821.44,47736.00,3285.75,0.0000
|
| 284 |
+
2026-01-13,C004,ClearAnalytics,2076.85,64260.00,2,2,105,741.52,25124.21,1483.05,0.0190
|
| 285 |
+
2026-01-14,C004,ClearAnalytics,2236.96,64872.00,1,0,106,756.98,47736.00,756.98,0.0000
|
| 286 |
+
2026-01-15,C004,ClearAnalytics,2124.95,62424.00,1,5,102,783.87,10113.56,783.87,0.0472
|
| 287 |
+
2026-01-16,C004,ClearAnalytics,1989.78,63036.00,1,0,103,761.86,47736.00,761.86,0.0000
|
| 288 |
+
2026-01-17,C004,ClearAnalytics,2153.85,63648.00,1,0,104,829.76,47736.00,829.76,0.0000
|
| 289 |
+
2026-01-18,C004,ClearAnalytics,2014.07,63036.00,1,2,103,767.39,24862.50,767.39,0.0192
|
| 290 |
+
2026-01-19,C004,ClearAnalytics,2192.64,64260.00,2,0,105,794.48,47736.00,1588.96,0.0000
|
| 291 |
+
2026-01-20,C004,ClearAnalytics,2162.82,65484.00,2,0,107,836.98,47736.00,1673.96,0.0000
|
| 292 |
+
2026-01-21,C004,ClearAnalytics,2232.71,66708.00,2,0,109,715.09,47736.00,1430.18,0.0000
|
| 293 |
+
2026-01-22,C004,ClearAnalytics,2325.84,67932.00,3,1,111,821.94,47736.00,2465.83,0.0092
|
| 294 |
+
2026-01-23,C004,ClearAnalytics,2202.22,69768.00,3,0,114,779.97,47736.00,2339.91,0.0000
|
| 295 |
+
2026-01-24,C004,ClearAnalytics,2285.65,70992.00,3,1,116,759.84,47736.00,2279.53,0.0088
|
| 296 |
+
2026-01-25,C004,ClearAnalytics,2380.40,71604.00,1,0,117,854.37,47736.00,854.37,0.0000
|
| 297 |
+
2026-01-26,C004,ClearAnalytics,2317.59,72828.00,2,0,119,848.79,47736.00,1697.58,0.0000
|
| 298 |
+
2026-01-27,C004,ClearAnalytics,2474.29,74052.00,3,1,121,800.27,47736.00,2400.80,0.0084
|
| 299 |
+
2026-01-28,C004,ClearAnalytics,2543.20,74052.00,1,1,121,702.88,47736.00,702.88,0.0083
|
| 300 |
+
2026-01-29,C004,ClearAnalytics,2546.63,74664.00,1,0,122,809.79,47736.00,809.79,0.0000
|
| 301 |
+
2026-01-30,C004,ClearAnalytics,2555.47,75276.00,1,0,123,820.67,47736.00,820.67,0.0000
|
| 302 |
+
2026-01-31,C004,ClearAnalytics,2572.45,77112.00,3,0,126,825.07,47736.00,2475.21,0.0000
|
| 303 |
+
2026-02-01,C004,ClearAnalytics,2552.46,78336.00,3,1,128,701.37,47736.00,2104.11,0.0079
|
| 304 |
+
2026-02-02,C004,ClearAnalytics,2590.40,80172.00,3,0,131,836.68,47736.00,2510.03,0.0000
|
| 305 |
+
2026-02-03,C004,ClearAnalytics,2775.81,81396.00,3,1,133,704.40,47736.00,2113.19,0.0076
|
| 306 |
+
2026-02-04,C004,ClearAnalytics,2910.63,84456.00,5,0,138,844.61,47736.00,4223.07,0.0000
|
| 307 |
+
2026-02-05,C004,ClearAnalytics,2784.93,85680.00,2,0,140,736.68,47736.00,1473.37,0.0000
|
| 308 |
+
2026-02-06,C004,ClearAnalytics,2804.00,86904.00,2,0,142,703.08,47736.00,1406.15,0.0000
|
| 309 |
+
2026-02-07,C004,ClearAnalytics,2994.85,88740.00,5,2,145,790.70,33855.32,3953.52,0.0141
|
| 310 |
+
2026-02-08,C004,ClearAnalytics,2996.05,91800.00,5,0,150,845.03,47736.00,4225.16,0.0000
|
| 311 |
+
2026-02-09,C004,ClearAnalytics,3130.40,93024.00,2,0,152,815.93,47736.00,1631.86,0.0000
|
| 312 |
+
2026-02-10,C004,ClearAnalytics,3110.90,93024.00,1,1,152,754.02,47736.00,754.02,0.0066
|
| 313 |
+
2026-02-11,C004,ClearAnalytics,3123.59,93636.00,1,0,153,765.92,47736.00,765.92,0.0000
|
| 314 |
+
2026-02-12,C004,ClearAnalytics,3052.49,94860.00,2,0,155,713.18,47736.00,1426.36,0.0000
|
| 315 |
+
2026-02-13,C004,ClearAnalytics,3316.29,96696.00,3,0,158,799.07,47736.00,2397.22,0.0000
|
| 316 |
+
2026-02-14,C004,ClearAnalytics,3196.85,97308.00,1,0,159,828.29,47736.00,828.29,0.0000
|
| 317 |
+
2026-02-15,C004,ClearAnalytics,3351.38,97308.00,2,2,159,858.59,37885.71,1717.17,0.0126
|
| 318 |
+
2026-02-16,C004,ClearAnalytics,3235.45,97920.00,1,0,160,697.39,47736.00,697.39,0.0000
|
| 319 |
+
2026-02-17,C004,ClearAnalytics,3292.13,99756.00,3,0,163,818.22,47736.00,2454.67,0.0000
|
| 320 |
+
2026-02-18,C004,ClearAnalytics,3385.89,100980.00,2,0,165,857.43,47736.00,1714.87,0.0000
|
| 321 |
+
2026-02-19,C004,ClearAnalytics,3208.14,101592.00,1,0,166,835.57,47736.00,835.57,0.0000
|
| 322 |
+
2026-02-20,C004,ClearAnalytics,3260.07,102204.00,1,0,167,700.64,47736.00,700.64,0.0000
|
| 323 |
+
2026-02-21,C004,ClearAnalytics,3533.86,102816.00,1,0,168,728.48,47736.00,728.48,0.0000
|
| 324 |
+
2026-02-22,C004,ClearAnalytics,3424.18,104040.00,2,0,170,859.71,47736.00,1719.42,0.0000
|
| 325 |
+
2026-02-23,C004,ClearAnalytics,3541.93,105264.00,3,1,172,692.98,47736.00,2078.94,0.0059
|
| 326 |
+
2026-02-24,C004,ClearAnalytics,3401.71,105876.00,2,1,173,681.60,47736.00,1363.19,0.0058
|
| 327 |
+
2026-02-25,C004,ClearAnalytics,3531.86,108324.00,4,0,177,685.34,47736.00,2741.34,0.0000
|
| 328 |
+
2026-02-26,C004,ClearAnalytics,3421.20,107712.00,1,2,176,759.36,42244.25,759.36,0.0113
|
| 329 |
+
2026-02-27,C004,ClearAnalytics,3526.25,108936.00,2,0,178,771.93,47736.00,1543.86,0.0000
|
| 330 |
+
2026-02-28,C004,ClearAnalytics,3609.12,108324.00,1,2,177,854.61,42621.43,854.61,0.0112
|
| 331 |
+
2026-03-01,C004,ClearAnalytics,3636.31,107712.00,1,2,176,695.95,42244.25,695.95,0.0113
|
| 332 |
+
2026-03-02,C004,ClearAnalytics,3619.71,108324.00,1,0,177,795.20,47736.00,795.20,0.0000
|
| 333 |
+
2026-03-03,C004,ClearAnalytics,3647.07,109548.00,4,2,179,811.90,42244.25,3247.59,0.0113
|
| 334 |
+
2026-03-04,C004,ClearAnalytics,3803.51,110772.00,4,2,181,788.97,42621.43,3155.88,0.0112
|
| 335 |
+
2026-03-05,C004,ClearAnalytics,3655.20,111996.00,2,0,183,778.25,47736.00,1556.51,0.0000
|
| 336 |
+
2026-03-06,C004,ClearAnalytics,3794.07,113832.00,3,0,186,850.97,47736.00,2552.92,0.0000
|
| 337 |
+
2026-03-07,C004,ClearAnalytics,3875.17,114444.00,1,0,187,702.23,47736.00,702.23,0.0000
|
| 338 |
+
2026-03-08,C004,ClearAnalytics,3890.25,114444.00,3,3,187,711.57,29835.00,2134.72,0.0160
|
| 339 |
+
2026-03-09,C004,ClearAnalytics,3895.23,115056.00,1,0,188,862.96,47736.00,862.96,0.0000
|
| 340 |
+
2026-03-10,C004,ClearAnalytics,3704.09,116280.00,3,1,190,722.93,47736.00,2168.78,0.0053
|
| 341 |
+
2026-03-11,C004,ClearAnalytics,3817.61,116892.00,1,0,191,853.17,47736.00,853.17,0.0000
|
| 342 |
+
2026-03-12,C004,ClearAnalytics,4065.91,118728.00,3,0,194,720.95,47736.00,2162.86,0.0000
|
| 343 |
+
2026-03-13,C004,ClearAnalytics,3861.81,120564.00,3,0,197,769.87,47736.00,2309.61,0.0000
|
| 344 |
+
2026-03-14,C004,ClearAnalytics,3958.65,121176.00,4,3,198,735.31,31405.26,2941.23,0.0152
|
| 345 |
+
2026-03-15,C004,ClearAnalytics,3972.35,120564.00,1,2,197,864.64,47263.37,864.64,0.0101
|
| 346 |
+
2026-03-16,C004,ClearAnalytics,3854.97,121176.00,4,3,198,752.51,31405.26,3010.03,0.0152
|
| 347 |
+
2026-03-17,C004,ClearAnalytics,3961.14,122400.00,2,0,200,795.30,47736.00,1590.61,0.0000
|
| 348 |
+
2026-03-18,C004,ClearAnalytics,3890.61,123012.00,3,2,201,865.38,47736.00,2596.13,0.0100
|
| 349 |
+
2026-03-19,C004,ClearAnalytics,4302.16,124848.00,4,1,204,799.49,47736.00,3197.95,0.0050
|
| 350 |
+
2026-03-20,C004,ClearAnalytics,4196.97,124848.00,2,2,204,681.75,47736.00,1363.51,0.0098
|
| 351 |
+
2026-03-21,C004,ClearAnalytics,4085.55,123012.00,1,4,201,816.91,24355.10,816.91,0.0196
|
| 352 |
+
2026-03-22,C004,ClearAnalytics,4263.12,123624.00,1,0,202,767.30,47736.00,767.30,0.0000
|
| 353 |
+
2026-03-23,C004,ClearAnalytics,3898.10,123012.00,1,2,201,875.83,47736.00,875.83,0.0099
|
| 354 |
+
2026-03-24,C004,ClearAnalytics,3983.83,124236.00,2,0,203,830.17,47736.00,1660.35,0.0000
|
| 355 |
+
2026-03-25,C004,ClearAnalytics,4212.26,124848.00,1,0,204,844.36,47736.00,844.36,0.0000
|
| 356 |
+
2026-03-26,C004,ClearAnalytics,3909.73,122400.00,1,5,200,726.90,19484.08,726.90,0.0245
|
| 357 |
+
2026-03-27,C004,ClearAnalytics,3957.55,122400.00,1,1,200,684.86,47736.00,684.86,0.0050
|
| 358 |
+
2026-03-28,C004,ClearAnalytics,4103.67,123012.00,1,0,201,855.59,47736.00,855.59,0.0000
|
| 359 |
+
2026-03-29,C004,ClearAnalytics,3959.73,122400.00,1,2,200,809.43,47736.00,809.43,0.0100
|
| 360 |
+
2026-03-30,C004,ClearAnalytics,3939.39,122400.00,2,2,200,867.61,47736.00,1735.21,0.0100
|
| 361 |
+
2026-03-31,C004,ClearAnalytics,4125.26,124236.00,3,0,203,693.84,47736.00,2081.52,0.0000
|
| 362 |
+
2026-01-01,C005,VectorFlow,1153.89,36270.00,5,0,130,305.45,22041.00,1527.24,0.0000
|
| 363 |
+
2026-01-02,C005,VectorFlow,1175.90,36828.00,3,1,132,323.52,22041.00,970.57,0.0077
|
| 364 |
+
2026-01-03,C005,VectorFlow,1189.15,37107.00,3,2,133,355.79,14500.66,1067.36,0.0152
|
| 365 |
+
2026-01-04,C005,VectorFlow,1273.04,37386.00,3,2,134,301.58,14694.00,904.75,0.0150
|
| 366 |
+
2026-01-05,C005,VectorFlow,1290.77,38502.00,4,0,138,352.18,22041.00,1408.73,0.0000
|
| 367 |
+
2026-01-06,C005,VectorFlow,1265.43,38781.00,1,0,139,288.17,22041.00,288.17,0.0000
|
| 368 |
+
2026-01-07,C005,VectorFlow,1377.63,40176.00,5,0,144,328.23,22041.00,1641.14,0.0000
|
| 369 |
+
2026-01-08,C005,VectorFlow,1342.35,41013.00,3,0,147,303.63,22041.00,910.88,0.0000
|
| 370 |
+
2026-01-09,C005,VectorFlow,1383.88,40734.00,4,5,146,300.64,6482.65,1202.57,0.0340
|
| 371 |
+
2026-01-10,C005,VectorFlow,1360.45,41013.00,1,0,147,358.13,22041.00,358.13,0.0000
|
| 372 |
+
2026-01-11,C005,VectorFlow,1320.83,41013.00,2,2,147,318.04,16206.62,636.08,0.0136
|
| 373 |
+
2026-01-12,C005,VectorFlow,1343.72,41850.00,3,0,150,368.97,22041.00,1106.91,0.0000
|
| 374 |
+
2026-01-13,C005,VectorFlow,1376.20,42687.00,3,0,153,358.03,22041.00,1074.09,0.0000
|
| 375 |
+
2026-01-14,C005,VectorFlow,1441.20,42966.00,1,0,154,368.20,22041.00,368.20,0.0000
|
| 376 |
+
2026-01-15,C005,VectorFlow,1503.57,43803.00,3,0,157,346.15,22041.00,1038.44,0.0000
|
| 377 |
+
2026-01-16,C005,VectorFlow,1477.82,44082.00,1,0,158,342.82,22041.00,342.82,0.0000
|
| 378 |
+
2026-01-17,C005,VectorFlow,1497.92,44919.00,4,1,161,307.93,22041.00,1231.73,0.0063
|
| 379 |
+
2026-01-18,C005,VectorFlow,1577.47,46035.00,4,0,165,368.26,22041.00,1473.04,0.0000
|
| 380 |
+
2026-01-19,C005,VectorFlow,1477.23,46314.00,1,0,166,302.70,22041.00,302.70,0.0000
|
| 381 |
+
2026-01-20,C005,VectorFlow,1537.11,46593.00,1,0,167,346.73,22041.00,346.73,0.0000
|
| 382 |
+
2026-01-21,C005,VectorFlow,1509.22,47151.00,2,0,169,369.13,22041.00,738.27,0.0000
|
| 383 |
+
2026-01-22,C005,VectorFlow,1590.04,47709.00,2,0,171,356.60,22041.00,713.20,0.0000
|
| 384 |
+
2026-01-23,C005,VectorFlow,1650.74,48546.00,3,0,174,311.44,22041.00,934.32,0.0000
|
| 385 |
+
2026-01-24,C005,VectorFlow,1610.40,47988.00,3,5,172,347.43,7679.79,1042.30,0.0287
|
| 386 |
+
2026-01-25,C005,VectorFlow,1634.04,47988.00,2,2,172,311.81,19000.86,623.61,0.0116
|
| 387 |
+
2026-01-26,C005,VectorFlow,1585.62,48825.00,3,0,175,285.34,22041.00,856.01,0.0000
|
| 388 |
+
2026-01-27,C005,VectorFlow,1631.14,49662.00,3,0,178,309.60,22041.00,928.79,0.0000
|
| 389 |
+
2026-01-28,C005,VectorFlow,1593.44,50499.00,3,0,181,313.14,22041.00,939.42,0.0000
|
| 390 |
+
2026-01-29,C005,VectorFlow,1640.74,51336.00,4,1,184,356.17,22041.00,1424.69,0.0055
|
| 391 |
+
2026-01-30,C005,VectorFlow,1646.60,51057.00,1,2,183,292.74,20221.10,292.74,0.0109
|
| 392 |
+
2026-01-31,C005,VectorFlow,1719.48,51894.00,3,0,186,311.45,22041.00,934.34,0.0000
|
| 393 |
+
2026-02-01,C005,VectorFlow,1682.89,52173.00,1,0,187,296.77,22041.00,296.77,0.0000
|
| 394 |
+
2026-02-02,C005,VectorFlow,1773.41,51615.00,1,3,185,358.82,13775.62,358.82,0.0160
|
| 395 |
+
2026-02-03,C005,VectorFlow,1671.68,52452.00,3,0,188,318.53,22041.00,955.59,0.0000
|
| 396 |
+
2026-02-04,C005,VectorFlow,1741.13,53568.00,4,0,192,295.52,22041.00,1182.07,0.0000
|
| 397 |
+
2026-02-05,C005,VectorFlow,1737.56,54963.00,5,0,197,368.96,22041.00,1844.79,0.0000
|
| 398 |
+
2026-02-06,C005,VectorFlow,1829.61,55800.00,3,0,200,351.51,22041.00,1054.52,0.0000
|
| 399 |
+
2026-02-07,C005,VectorFlow,1866.87,56079.00,2,1,201,358.51,22041.00,717.02,0.0050
|
| 400 |
+
2026-02-08,C005,VectorFlow,1914.46,56358.00,3,2,202,362.89,22041.00,1088.68,0.0100
|
| 401 |
+
2026-02-09,C005,VectorFlow,1845.94,57195.00,3,0,205,369.59,22041.00,1108.77,0.0000
|
| 402 |
+
2026-02-10,C005,VectorFlow,1922.29,57753.00,2,0,207,308.78,22041.00,617.56,0.0000
|
| 403 |
+
2026-02-11,C005,VectorFlow,1851.66,58590.00,4,1,210,355.75,22041.00,1423.01,0.0048
|
| 404 |
+
2026-02-12,C005,VectorFlow,2038.31,59427.00,3,0,213,327.82,22041.00,983.46,0.0000
|
| 405 |
+
2026-02-13,C005,VectorFlow,2024.14,60543.00,4,0,217,299.56,22041.00,1198.24,0.0000
|
| 406 |
+
2026-02-14,C005,VectorFlow,1982.69,61380.00,3,0,220,325.13,22041.00,975.38,0.0000
|
| 407 |
+
2026-02-15,C005,VectorFlow,2071.75,62775.00,5,0,225,306.47,22041.00,1532.33,0.0000
|
| 408 |
+
2026-02-16,C005,VectorFlow,2090.34,63054.00,1,0,226,336.88,22041.00,336.88,0.0000
|
| 409 |
+
2026-02-17,C005,VectorFlow,2076.85,63891.00,5,2,229,335.42,22041.00,1677.12,0.0088
|
| 410 |
+
2026-02-18,C005,VectorFlow,2056.66,63891.00,2,2,229,351.03,22041.00,702.06,0.0087
|
| 411 |
+
2026-02-19,C005,VectorFlow,2005.77,63054.00,2,5,226,362.14,10110.55,724.28,0.0218
|
| 412 |
+
2026-02-20,C005,VectorFlow,2105.36,64170.00,4,0,230,343.75,22041.00,1374.99,0.0000
|
| 413 |
+
2026-02-21,C005,VectorFlow,2171.85,64449.00,1,0,231,326.13,22041.00,326.13,0.0000
|
| 414 |
+
2026-02-22,C005,VectorFlow,2190.93,64170.00,3,4,230,284.97,12740.46,854.92,0.0173
|
| 415 |
+
2026-02-23,C005,VectorFlow,2144.48,64728.00,2,0,232,317.10,22041.00,634.19,0.0000
|
| 416 |
+
2026-02-24,C005,VectorFlow,2248.17,65844.00,4,0,236,302.00,22041.00,1207.98,0.0000
|
| 417 |
+
2026-02-25,C005,VectorFlow,2212.40,66123.00,1,0,237,339.00,22041.00,339.00,0.0000
|
| 418 |
+
2026-02-26,C005,VectorFlow,2194.30,67239.00,4,0,241,358.43,22041.00,1433.73,0.0000
|
| 419 |
+
2026-02-27,C005,VectorFlow,2263.02,68634.00,5,0,246,336.70,22041.00,1683.51,0.0000
|
| 420 |
+
2026-02-28,C005,VectorFlow,2290.90,69471.00,3,0,249,308.92,22041.00,926.77,0.0000
|
| 421 |
+
2026-03-01,C005,VectorFlow,2261.40,70866.00,5,0,254,358.62,22041.00,1793.08,0.0000
|
| 422 |
+
2026-03-02,C005,VectorFlow,2477.88,72261.00,5,0,259,350.27,22041.00,1751.35,0.0000
|
| 423 |
+
2026-03-03,C005,VectorFlow,2490.01,72261.00,3,3,259,291.40,19000.86,874.19,0.0116
|
| 424 |
+
2026-03-04,C005,VectorFlow,2335.96,72819.00,2,0,261,324.16,22041.00,648.32,0.0000
|
| 425 |
+
2026-03-05,C005,VectorFlow,2316.16,73098.00,2,1,262,314.88,22041.00,629.75,0.0038
|
| 426 |
+
2026-03-06,C005,VectorFlow,2491.50,73377.00,2,1,263,363.99,22041.00,727.97,0.0038
|
| 427 |
+
2026-03-07,C005,VectorFlow,2441.65,72819.00,1,3,261,339.24,19334.21,339.24,0.0114
|
| 428 |
+
2026-03-08,C005,VectorFlow,2523.21,73377.00,3,1,263,332.84,22041.00,998.52,0.0038
|
| 429 |
+
2026-03-09,C005,VectorFlow,2371.89,73935.00,4,2,265,289.21,22041.00,1156.83,0.0076
|
| 430 |
+
2026-03-10,C005,VectorFlow,2459.67,74214.00,1,0,266,311.71,22041.00,311.71,0.0000
|
| 431 |
+
2026-03-11,C005,VectorFlow,2501.26,75609.00,5,0,271,362.07,22041.00,1810.34,0.0000
|
| 432 |
+
2026-03-12,C005,VectorFlow,2628.22,76446.00,3,0,274,310.66,22041.00,931.97,0.0000
|
| 433 |
+
2026-03-13,C005,VectorFlow,2641.86,77004.00,3,1,276,343.70,22041.00,1031.10,0.0036
|
| 434 |
+
2026-03-14,C005,VectorFlow,2635.16,78120.00,4,0,280,324.28,22041.00,1297.12,0.0000
|
| 435 |
+
2026-03-15,C005,VectorFlow,2533.74,78120.00,1,1,280,308.59,22041.00,308.59,0.0036
|
| 436 |
+
2026-03-16,C005,VectorFlow,2524.54,78957.00,3,0,283,304.57,22041.00,913.71,0.0000
|
| 437 |
+
2026-03-17,C005,VectorFlow,2648.92,78678.00,1,2,282,368.98,22041.00,368.98,0.0071
|
| 438 |
+
2026-03-18,C005,VectorFlow,2537.02,78678.00,4,4,282,322.87,15521.83,1291.46,0.0142
|
| 439 |
+
2026-03-19,C005,VectorFlow,2550.02,79794.00,4,0,286,294.28,22041.00,1177.13,0.0000
|
| 440 |
+
2026-03-20,C005,VectorFlow,2636.10,80073.00,2,1,287,293.53,22041.00,587.06,0.0035
|
| 441 |
+
2026-03-21,C005,VectorFlow,2691.28,80631.00,3,1,289,314.10,22041.00,942.29,0.0035
|
| 442 |
+
2026-03-22,C005,VectorFlow,2646.69,80910.00,2,1,290,361.86,22041.00,723.71,0.0035
|
| 443 |
+
2026-03-23,C005,VectorFlow,2626.03,82026.00,4,0,294,345.09,22041.00,1380.36,0.0000
|
| 444 |
+
2026-03-24,C005,VectorFlow,2740.95,82584.00,2,0,296,310.13,22041.00,620.27,0.0000
|
| 445 |
+
2026-03-25,C005,VectorFlow,2674.08,83142.00,2,0,298,311.52,22041.00,623.04,0.0000
|
| 446 |
+
2026-03-26,C005,VectorFlow,2810.05,83142.00,1,1,298,323.48,22041.00,323.48,0.0034
|
| 447 |
+
2026-03-27,C005,VectorFlow,2719.34,83142.00,1,1,298,310.50,22041.00,310.50,0.0034
|
| 448 |
+
2026-03-28,C005,VectorFlow,2684.72,84258.00,4,0,302,329.38,22041.00,1317.50,0.0000
|
| 449 |
+
2026-03-29,C005,VectorFlow,2876.74,84258.00,1,1,302,359.25,22041.00,359.25,0.0033
|
| 450 |
+
2026-03-30,C005,VectorFlow,2744.63,84816.00,3,1,304,321.12,22041.00,963.35,0.0033
|
| 451 |
+
2026-03-31,C005,VectorFlow,2739.74,85095.00,2,1,305,330.49,22041.00,660.98,0.0033
|
| 452 |
+
2026-01-01,C006,SummitLoop,1717.82,52190.00,2,1,170,388.24,27630.00,776.48,0.0059
|
| 453 |
+
2026-01-02,C006,SummitLoop,1826.95,53418.00,4,0,174,454.31,27630.00,1817.26,0.0000
|
| 454 |
+
2026-01-03,C006,SummitLoop,1809.77,54032.00,2,0,176,382.03,27630.00,764.06,0.0000
|
| 455 |
+
2026-01-04,C006,SummitLoop,1789.30,54032.00,2,2,176,446.46,24236.84,892.93,0.0114
|
| 456 |
+
2026-01-05,C006,SummitLoop,1868.39,54646.00,2,0,178,379.48,27630.00,758.95,0.0000
|
| 457 |
+
2026-01-06,C006,SummitLoop,1843.05,55260.00,5,3,180,409.25,16349.11,2046.26,0.0169
|
| 458 |
+
2026-01-07,C006,SummitLoop,1925.90,56488.00,5,1,184,470.49,27630.00,2352.43,0.0056
|
| 459 |
+
2026-01-08,C006,SummitLoop,1836.31,57409.00,3,0,187,472.80,27630.00,1418.40,0.0000
|
| 460 |
+
2026-01-09,C006,SummitLoop,1957.77,58023.00,3,1,189,433.49,27630.00,1300.47,0.0053
|
| 461 |
+
2026-01-10,C006,SummitLoop,1907.91,59558.00,6,1,194,367.56,27630.00,2205.38,0.0053
|
| 462 |
+
2026-01-11,C006,SummitLoop,2044.11,59865.00,1,0,195,423.03,27630.00,423.03,0.0000
|
| 463 |
+
2026-01-12,C006,SummitLoop,2075.06,60479.00,2,0,197,449.09,27630.00,898.18,0.0000
|
| 464 |
+
2026-01-13,C006,SummitLoop,2033.32,61400.00,3,0,200,452.14,27630.00,1356.42,0.0000
|
| 465 |
+
2026-01-14,C006,SummitLoop,2101.27,61707.00,1,0,201,398.89,27630.00,398.89,0.0000
|
| 466 |
+
2026-01-15,C006,SummitLoop,2129.48,62628.00,3,0,204,407.15,27630.00,1221.44,0.0000
|
| 467 |
+
2026-01-16,C006,SummitLoop,2120.59,63856.00,5,1,208,459.00,27630.00,2294.98,0.0049
|
| 468 |
+
2026-01-17,C006,SummitLoop,2214.50,65391.00,5,0,213,381.32,27630.00,1906.62,0.0000
|
| 469 |
+
2026-01-18,C006,SummitLoop,2218.53,66005.00,3,1,215,463.04,27630.00,1389.11,0.0047
|
| 470 |
+
2026-01-19,C006,SummitLoop,2130.74,67233.00,5,1,219,461.91,27630.00,2309.54,0.0047
|
| 471 |
+
2026-01-20,C006,SummitLoop,2199.78,68461.00,4,0,223,459.00,27630.00,1836.00,0.0000
|
| 472 |
+
2026-01-21,C006,SummitLoop,2186.58,68768.00,3,2,224,420.54,27630.00,1261.62,0.0090
|
| 473 |
+
2026-01-22,C006,SummitLoop,2316.26,68461.00,3,4,223,400.37,15435.75,1201.11,0.0179
|
| 474 |
+
2026-01-23,C006,SummitLoop,2396.15,70610.00,7,0,230,455.05,27630.00,3185.33,0.0000
|
| 475 |
+
2026-01-24,C006,SummitLoop,2427.63,71224.00,3,1,232,470.01,27630.00,1410.02,0.0043
|
| 476 |
+
2026-01-25,C006,SummitLoop,2303.82,72759.00,5,0,237,403.72,27630.00,2018.61,0.0000
|
| 477 |
+
2026-01-26,C006,SummitLoop,2405.53,74601.00,6,0,243,421.45,27630.00,2528.68,0.0000
|
| 478 |
+
2026-01-27,C006,SummitLoop,2406.59,73987.00,2,4,241,464.19,16745.45,928.37,0.0165
|
| 479 |
+
2026-01-28,C006,SummitLoop,2410.72,75215.00,4,0,245,423.48,27630.00,1693.92,0.0000
|
| 480 |
+
2026-01-29,C006,SummitLoop,2537.61,75829.00,4,2,247,407.21,27630.00,1628.84,0.0082
|
| 481 |
+
2026-01-30,C006,SummitLoop,2443.08,77057.00,4,0,251,443.97,27630.00,1775.87,0.0000
|
| 482 |
+
2026-01-31,C006,SummitLoop,2602.60,77978.00,5,2,254,371.26,27630.00,1856.31,0.0080
|
| 483 |
+
2026-02-01,C006,SummitLoop,2479.86,77978.00,1,1,254,450.91,27630.00,450.91,0.0039
|
| 484 |
+
2026-02-02,C006,SummitLoop,2643.74,78285.00,4,3,255,383.09,23415.25,1532.35,0.0118
|
| 485 |
+
2026-02-03,C006,SummitLoop,2726.38,80127.00,6,0,261,386.29,27630.00,2317.72,0.0000
|
| 486 |
+
2026-02-04,C006,SummitLoop,2692.94,81048.00,4,1,264,447.96,27630.00,1791.85,0.0038
|
| 487 |
+
2026-02-05,C006,SummitLoop,2696.48,82583.00,6,1,269,455.42,27630.00,2732.53,0.0038
|
| 488 |
+
2026-02-06,C006,SummitLoop,2777.82,83811.00,4,0,273,460.90,27630.00,1843.62,0.0000
|
| 489 |
+
2026-02-07,C006,SummitLoop,2721.94,84118.00,4,3,274,412.98,25118.18,1651.93,0.0110
|
| 490 |
+
2026-02-08,C006,SummitLoop,2742.03,84118.00,1,1,274,475.15,27630.00,475.15,0.0036
|
| 491 |
+
2026-02-09,C006,SummitLoop,2804.28,84425.00,5,4,275,477.29,18924.66,2386.45,0.0146
|
| 492 |
+
2026-02-10,C006,SummitLoop,2955.97,85960.00,5,0,280,401.66,27630.00,2008.28,0.0000
|
| 493 |
+
2026-02-11,C006,SummitLoop,2908.94,87495.00,5,0,285,438.30,27630.00,2191.51,0.0000
|
| 494 |
+
2026-02-12,C006,SummitLoop,2974.01,88723.00,5,1,289,435.34,27630.00,2176.71,0.0035
|
| 495 |
+
2026-02-13,C006,SummitLoop,2844.62,89951.00,4,0,293,445.98,27630.00,1783.91,0.0000
|
| 496 |
+
2026-02-14,C006,SummitLoop,3067.17,90872.00,3,0,296,465.57,27630.00,1396.70,0.0000
|
| 497 |
+
2026-02-15,C006,SummitLoop,3159.79,91793.00,5,2,299,384.50,27630.00,1922.49,0.0068
|
| 498 |
+
2026-02-16,C006,SummitLoop,2953.83,93328.00,5,0,304,477.64,27630.00,2388.18,0.0000
|
| 499 |
+
2026-02-17,C006,SummitLoop,3168.22,94249.00,6,3,307,444.49,27630.00,2666.94,0.0099
|
| 500 |
+
2026-02-18,C006,SummitLoop,3098.98,95784.00,5,0,312,422.70,27630.00,2113.52,0.0000
|
| 501 |
+
2026-02-19,C006,SummitLoop,3245.93,96091.00,3,2,313,460.90,27630.00,1382.69,0.0064
|
| 502 |
+
2026-02-20,C006,SummitLoop,3221.14,97319.00,4,0,317,476.30,27630.00,1905.19,0.0000
|
| 503 |
+
2026-02-21,C006,SummitLoop,3185.44,97933.00,3,1,319,408.47,27630.00,1225.42,0.0032
|
| 504 |
+
2026-02-22,C006,SummitLoop,3170.29,98854.00,5,2,322,445.75,27630.00,2228.74,0.0063
|
| 505 |
+
2026-02-23,C006,SummitLoop,3367.43,100389.00,5,0,327,397.16,27630.00,1985.80,0.0000
|
| 506 |
+
2026-02-24,C006,SummitLoop,3324.23,101617.00,4,0,331,470.56,27630.00,1882.25,0.0000
|
| 507 |
+
2026-02-25,C006,SummitLoop,3412.54,102231.00,4,2,333,436.91,27630.00,1747.65,0.0060
|
| 508 |
+
2026-02-26,C006,SummitLoop,3545.14,103152.00,4,1,336,394.50,27630.00,1577.99,0.0030
|
| 509 |
+
2026-02-27,C006,SummitLoop,3534.53,104687.00,5,0,341,377.37,27630.00,1886.86,0.0000
|
| 510 |
+
2026-02-28,C006,SummitLoop,3341.21,104687.00,2,2,341,414.37,27630.00,828.73,0.0059
|
| 511 |
+
2026-03-01,C006,SummitLoop,3434.15,104380.00,1,2,340,382.84,27630.00,382.84,0.0059
|
| 512 |
+
2026-03-02,C006,SummitLoop,3396.59,104994.00,2,0,342,465.43,27630.00,930.86,0.0000
|
| 513 |
+
2026-03-03,C006,SummitLoop,3605.64,105608.00,5,3,344,439.08,27630.00,2195.40,0.0088
|
| 514 |
+
2026-03-04,C006,SummitLoop,3410.15,106529.00,3,0,347,460.21,27630.00,1380.62,0.0000
|
| 515 |
+
2026-03-05,C006,SummitLoop,3650.89,107757.00,6,2,351,396.09,27630.00,2376.52,0.0058
|
| 516 |
+
2026-03-06,C006,SummitLoop,3647.05,109292.00,7,2,356,430.03,27630.00,3010.21,0.0057
|
| 517 |
+
2026-03-07,C006,SummitLoop,3763.22,109292.00,3,3,356,367.68,27630.00,1103.05,0.0084
|
| 518 |
+
2026-03-08,C006,SummitLoop,3676.64,109599.00,2,1,357,410.38,27630.00,820.76,0.0028
|
| 519 |
+
2026-03-09,C006,SummitLoop,3764.94,111134.00,5,0,362,467.80,27630.00,2339.01,0.0000
|
| 520 |
+
2026-03-10,C006,SummitLoop,3743.51,112669.00,5,0,367,382.76,27630.00,1913.81,0.0000
|
| 521 |
+
2026-03-11,C006,SummitLoop,3830.04,113590.00,4,1,370,469.72,27630.00,1878.89,0.0027
|
| 522 |
+
2026-03-12,C006,SummitLoop,3764.65,113897.00,4,3,371,453.48,27630.00,1813.91,0.0081
|
| 523 |
+
2026-03-13,C006,SummitLoop,3772.53,114511.00,3,1,373,471.37,27630.00,1414.12,0.0027
|
| 524 |
+
2026-03-14,C006,SummitLoop,3912.53,114818.00,1,0,374,386.37,27630.00,386.37,0.0000
|
| 525 |
+
2026-03-15,C006,SummitLoop,3683.92,115125.00,1,0,375,392.07,27630.00,392.07,0.0000
|
| 526 |
+
2026-03-16,C006,SummitLoop,3746.83,114511.00,1,3,373,384.24,27630.00,384.24,0.0080
|
| 527 |
+
2026-03-17,C006,SummitLoop,3836.07,115125.00,6,4,375,472.98,25822.43,2837.86,0.0107
|
| 528 |
+
2026-03-18,C006,SummitLoop,3796.66,116046.00,3,0,378,460.62,27630.00,1381.86,0.0000
|
| 529 |
+
2026-03-19,C006,SummitLoop,3878.85,116353.00,2,1,379,456.21,27630.00,912.43,0.0026
|
| 530 |
+
2026-03-20,C006,SummitLoop,3972.49,116660.00,2,1,380,378.09,27630.00,756.18,0.0026
|
| 531 |
+
2026-03-21,C006,SummitLoop,3891.97,118195.00,5,0,385,403.01,27630.00,2015.07,0.0000
|
| 532 |
+
2026-03-22,C006,SummitLoop,4060.23,118502.00,4,3,386,372.54,27630.00,1490.14,0.0078
|
| 533 |
+
2026-03-23,C006,SummitLoop,3914.65,119730.00,4,0,390,384.81,27630.00,1539.25,0.0000
|
| 534 |
+
2026-03-24,C006,SummitLoop,4120.89,120958.00,5,1,394,383.46,27630.00,1917.29,0.0026
|
| 535 |
+
2026-03-25,C006,SummitLoop,4122.90,122186.00,4,0,398,458.71,27630.00,1834.83,0.0000
|
| 536 |
+
2026-03-26,C006,SummitLoop,4115.82,123107.00,5,2,401,439.17,27630.00,2195.87,0.0050
|
| 537 |
+
2026-03-27,C006,SummitLoop,4132.36,123721.00,4,2,403,473.03,27630.00,1892.11,0.0050
|
| 538 |
+
2026-03-28,C006,SummitLoop,4120.37,124335.00,3,1,405,370.71,27630.00,1112.14,0.0025
|
| 539 |
+
2026-03-29,C006,SummitLoop,3986.20,125256.00,3,0,408,457.46,27630.00,1372.39,0.0000
|
| 540 |
+
2026-03-30,C006,SummitLoop,4308.93,126484.00,5,1,412,456.80,27630.00,2284.01,0.0025
|
| 541 |
+
2026-03-31,C006,SummitLoop,4071.03,127405.00,3,0,415,382.50,27630.00,1147.51,0.0000
|
metric_definitions.csv
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
metric_name,definition,formula,table_name,grain
|
| 2 |
+
revenue,"Estimated recognized revenue for the day. Approximately MRR divided by days per month, with small daily variation.",(active_customers * avg_revenue_per_customer) / 30.44,growth_metrics,date x company_id
|
| 3 |
+
mrr,Monthly recurring revenue estimate derived from active customers and average revenue per customer.,active_customers * avg_revenue_per_customer,growth_metrics,date x company_id
|
| 4 |
+
cac,Customer acquisition cost for the day.,marketing_spend / new_customers,growth_metrics,date x company_id
|
| 5 |
+
ltv,Customer lifetime value estimate using gross-margin-adjusted ARPU and daily churn. Churn rate is floored at 0.01 to prevent unstable spikes when daily churn is near zero.,"(avg_revenue_per_customer * gross_margin_pct) / max(churn_rate, 0.01)",growth_metrics,date x company_id
|
| 6 |
+
churn_rate,Daily churn as a share of previous day's active customers.,churned_customers / previous_active_customers,growth_metrics,date x company_id
|
| 7 |
+
conversion_rate,Share of clicks that converted by channel and day.,conversions / clicks,channel_performance,date x company_id x channel
|
| 8 |
+
click_through_rate,Share of impressions that became clicks by channel and day.,clicks / impressions,channel_performance,date x company_id x channel
|