Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions backend/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,16 @@ uv run pytest -v

- `MASSIVE_API_KEY` - Optional. If set, use real market data from Massive API. If not set, use the built-in simulator.

## Market Data Demo

A Rich terminal dashboard for eyeballing the live simulator — all 10 default tickers with
color-coded price/change, sparklines, an event log for notable moves (>1%), and a session
summary on exit. Runs for 60 seconds or until Ctrl+C.

```bash
uv run market_data_demo.py
```

## Development

```bash
Expand Down
Loading