A financial dashboard has two states worth testing: the green one and the red one. The market-mood control biases every row in a batch, so you can generate a full bull run, a full sell-off, or the volatile mix where both colours appear on one screen.
What you can control
- Four market moods, including a volatile setting that produces double-digit percentage swings.
- The change column carries both an absolute and a percentage figure, derived from the same price.
- Volume is formatted with thousands separators, so number-formatting bugs surface immediately.
- Eight exchanges and a sector column for testing filters and groupings.
What this is not
Ticker symbols and company names are generated. Any collision with a listed security is coincidence, and none of these prices reflect a real instrument.
Questions
Do these symbols match real companies?
No. The four-letter symbols are drawn from a generated list, and the company names are assembled from word parts. Collisions with real tickers are coincidental.
Why does the volatile setting matter?
Because a chart scaled for 2% moves looks broken when a 14% move arrives. Volatile mode finds that before a real market day does.
Are prices consistent between rows?
No. Each row is independent, so this is not a time series. For sequential price data, use the transaction log generator with an ordered timestamp.