Skip to content

Commit e77e2ce

Browse files
committed
nit consistency
1 parent 0fb27dd commit e77e2ce

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/content/data-streams/rwa-streams/24-5-us-equities-user-guide.mdx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,12 @@ For example, **TSLA** is available via the [following streams](/data-streams/rwa
4343

4444
To construct a **continuous price feed**, users must **dynamically switch** between these individual streams based on the value of `marketStatus`. The mapping logic is as follows:
4545

46-
| Market Status | Stream |
47-
| ----------------- | ----------------------------- |
48-
| `1` (Pre-market) | `TSLA_stream_extended_hours` |
49-
| `2` (Regular) | `TSLA_stream_regular_hours` |
50-
| `3` (Post-market) | `TSLA_stream_extended_hours` |
51-
| `4` (Overnight) | `TSLA_stream_overnight_hours` |
46+
| Market Status | Stream |
47+
| ----------------- | --------------------------------- |
48+
| `1` (Pre-market) | `TSLA/USD-Streams-ExtendedHours` |
49+
| `2` (Regular) | `TSLA/USD-Streams-RegularHours` |
50+
| `3` (Post-market) | `TSLA/USD-Streams-ExtendedHours` |
51+
| `4` (Overnight) | `TSLA/USD-Streams-OvernightHours` |
5252

5353
<Aside type="note" title="Note">
5454
Market status `0` (Unknown) and `5` (Weekend) require custom handling. See the [Building a Continuous Price

0 commit comments

Comments
 (0)