|
29 | 29 | { |
30 | 30 | "name": "exchange_id", |
31 | 31 | "in": "path", |
| 32 | + "description": "The ID of the exchange (from the Metadata -> Exchanges)", |
32 | 33 | "required": true, |
33 | 34 | "schema": { |
34 | 35 | "type": "string" |
35 | 36 | } |
| 37 | + }, |
| 38 | + { |
| 39 | + "name": "filter_symbol_id", |
| 40 | + "in": "query", |
| 41 | + "description": "Comma or semicolon delimited symbol identifiers used to filter response (optional, eg. `TSLA` or `TSLA,NVDA`)", |
| 42 | + "schema": { |
| 43 | + "type": "string" |
| 44 | + } |
36 | 45 | } |
37 | 46 | ], |
38 | 47 | "responses": { |
|
54 | 63 | "exchange_id": "IEXG", |
55 | 64 | "security_category": "Common Stock", |
56 | 65 | "name": "TESLA INC", |
57 | | - "date": "2026-05-22" |
| 66 | + "date": "2026-05-28" |
58 | 67 | }, |
59 | 68 | { |
60 | 69 | "symbol_id": "NVDA", |
61 | 70 | "exchange_id": "IEXG", |
62 | 71 | "security_category": "Common Stock", |
63 | 72 | "name": "NVIDIA CORP", |
64 | | - "date": "2026-05-22" |
| 73 | + "date": "2026-05-28" |
65 | 74 | } |
66 | 75 | ] |
67 | 76 | } |
|
82 | 91 | "exchange_id": "IEXG", |
83 | 92 | "security_category": "Common Stock", |
84 | 93 | "name": "TESLA INC", |
85 | | - "date": "2026-05-22" |
| 94 | + "date": "2026-05-28" |
86 | 95 | }, |
87 | 96 | { |
88 | 97 | "symbol_id": "NVDA", |
89 | 98 | "exchange_id": "IEXG", |
90 | 99 | "security_category": "Common Stock", |
91 | 100 | "name": "NVIDIA CORP", |
92 | | - "date": "2026-05-22" |
| 101 | + "date": "2026-05-28" |
93 | 102 | } |
94 | 103 | ] |
95 | 104 | } |
|
110 | 119 | "exchange_id": "IEXG", |
111 | 120 | "security_category": "Common Stock", |
112 | 121 | "name": "TESLA INC", |
113 | | - "date": "2026-05-22" |
| 122 | + "date": "2026-05-28" |
114 | 123 | }, |
115 | 124 | { |
116 | 125 | "symbol_id": "NVDA", |
117 | 126 | "exchange_id": "IEXG", |
118 | 127 | "security_category": "Common Stock", |
119 | 128 | "name": "NVIDIA CORP", |
120 | | - "date": "2026-05-22" |
| 129 | + "date": "2026-05-28" |
121 | 130 | } |
122 | 131 | ] |
123 | 132 | } |
|
487 | 496 | { |
488 | 497 | "add_order": { |
489 | 498 | "symbol": "AAPL", |
490 | | - "timestamp_nanos": 1779429964706000000, |
491 | | - "timestamp": "2026-05-22T06:06:04.7060000Z", |
| 499 | + "timestamp_nanos": 1779948430683000000, |
| 500 | + "timestamp": "2026-05-28T06:07:10.6830000Z", |
492 | 501 | "is_side_buy": true, |
493 | 502 | "size": 100, |
494 | 503 | "price": 176.42, |
|
498 | 507 | { |
499 | 508 | "delete_order": { |
500 | 509 | "symbol": "TSLA", |
501 | | - "timestamp_nanos": 1779429964706000000, |
502 | | - "timestamp": "2026-05-22T06:06:04.7060000Z", |
| 510 | + "timestamp_nanos": 1779948430683000000, |
| 511 | + "timestamp": "2026-05-28T06:07:10.6830000Z", |
503 | 512 | "order_id_reference": 987654321 |
504 | 513 | } |
505 | 514 | }, |
506 | 515 | { |
507 | 516 | "modify_order": { |
508 | 517 | "symbol": "NFLX", |
509 | | - "timestamp_nanos": 1779429964706000000, |
510 | | - "timestamp": "2026-05-22T06:06:04.7060000Z", |
| 518 | + "timestamp_nanos": 1779948430683000000, |
| 519 | + "timestamp": "2026-05-28T06:07:10.6830000Z", |
511 | 520 | "order_id_reference": 789456123, |
512 | 521 | "is_priority_reset": false, |
513 | 522 | "size": 150, |
|
517 | 526 | { |
518 | 527 | "executed_order": { |
519 | 528 | "symbol": "META", |
520 | | - "timestamp_nanos": 1779429964706000000, |
521 | | - "timestamp": "2026-05-22T06:06:04.7060000Z", |
| 529 | + "timestamp_nanos": 1779948430683000000, |
| 530 | + "timestamp": "2026-05-28T06:07:10.6830000Z", |
522 | 531 | "order_id_reference": 555123456, |
523 | 532 | "sale_condition_flags": 0, |
524 | 533 | "is_intermarket_sweep": false, |
|
534 | 543 | { |
535 | 544 | "clear_book": { |
536 | 545 | "symbol": "MSFT", |
537 | | - "timestamp_nanos": 1779429964706000000, |
538 | | - "timestamp": "2026-05-22T06:06:04.7060000Z" |
| 546 | + "timestamp_nanos": 1779948430683000000, |
| 547 | + "timestamp": "2026-05-28T06:07:10.6830000Z" |
539 | 548 | } |
540 | 549 | } |
541 | 550 | ] |
|
587 | 596 | { |
588 | 597 | "trading_status": { |
589 | 598 | "symbol": "PYPL", |
590 | | - "timestamp_nanos": 1779429964727000000, |
591 | | - "timestamp": "2026-05-22T06:06:04.7270000Z", |
| 599 | + "timestamp_nanos": 1779948430691000000, |
| 600 | + "timestamp": "2026-05-28T06:07:10.6910000Z", |
592 | 601 | "is_trading_live": true, |
593 | 602 | "is_trading_halted": false, |
594 | 603 | "is_trading_in_order_acceptance_period": false, |
|
609 | 618 | { |
610 | 619 | "official_price": { |
611 | 620 | "symbol": "AAPL", |
612 | | - "timestamp_nanos": 1779429964727000000, |
613 | | - "timestamp": "2026-05-22T06:06:04.7270000Z", |
| 621 | + "timestamp_nanos": 1779948430691000000, |
| 622 | + "timestamp": "2026-05-28T06:07:10.6910000Z", |
614 | 623 | "price_type": 81, |
615 | 624 | "price_type_code": "Q", |
616 | 625 | "price_type_text": "IEX Official Opening Price", |
|
622 | 631 | { |
623 | 632 | "security_event": { |
624 | 633 | "symbol": "CRM", |
625 | | - "timestamp_nanos": 1779429964727000000, |
626 | | - "timestamp": "2026-05-22T06:06:04.7270000Z", |
| 634 | + "timestamp_nanos": 1779948430691000000, |
| 635 | + "timestamp": "2026-05-28T06:07:10.6910000Z", |
627 | 636 | "security_event": 79, |
628 | 637 | "security_event_code": "O", |
629 | 638 | "security_event_text": "Opening Process Complete", |
|
634 | 643 | { |
635 | 644 | "auction_information": { |
636 | 645 | "symbol": "AAPL", |
637 | | - "timestamp_nanos": 1779429964727000000, |
638 | | - "timestamp": "2026-05-22T06:06:04.7270000Z", |
| 646 | + "timestamp_nanos": 1779948430691000000, |
| 647 | + "timestamp": "2026-05-28T06:07:10.6910000Z", |
639 | 648 | "auction_type": 79, |
640 | 649 | "auction_type_code": "O", |
641 | 650 | "auction_type_text": "Opening Auction", |
|
655 | 664 | "is_imbalance_side_sell": false, |
656 | 665 | "is_imbalance_side_none": false, |
657 | 666 | "extension_number": 0, |
658 | | - "scheduled_auction_time_seconds": 1779430264, |
659 | | - "scheduled_auction_time": "2026-05-22T06:11:04.0000000Z", |
| 667 | + "scheduled_auction_time_seconds": 1779948730, |
| 668 | + "scheduled_auction_time": "2026-05-28T06:12:10.0000000Z", |
660 | 669 | "auction_book_clearing_price": 156.45, |
661 | 670 | "collar_reference_price": 157, |
662 | 671 | "lower_auction_collar": 152.5, |
|
666 | 675 | { |
667 | 676 | "short_sale_price_test": { |
668 | 677 | "symbol": "MSFT", |
669 | | - "timestamp_nanos": 1779429964727000000, |
670 | | - "timestamp": "2026-05-22T06:06:04.7270000Z", |
| 678 | + "timestamp_nanos": 1779948430691000000, |
| 679 | + "timestamp": "2026-05-28T06:07:10.6910000Z", |
671 | 680 | "short_sale_price_test_status": 1, |
672 | 681 | "short_sale_price_test_status_code": "1", |
673 | 682 | "short_sale_price_test_status_text": "Short Sale Price Test in Effect", |
|
686 | 695 | { |
687 | 696 | "operational_halt_status": { |
688 | 697 | "symbol": "AAPL", |
689 | | - "timestamp_nanos": 1779429964727000000, |
690 | | - "timestamp": "2026-05-22T06:06:04.7270000Z", |
| 698 | + "timestamp_nanos": 1779948430691000000, |
| 699 | + "timestamp": "2026-05-28T06:07:10.6910000Z", |
691 | 700 | "operational_halt_status": 79, |
692 | 701 | "operational_halt_status_code": "O", |
693 | 702 | "operational_halt_status_text": "IEX specific operational trading halt", |
|
698 | 707 | { |
699 | 708 | "retail_liquidity_indicator": { |
700 | 709 | "symbol": "GOOG", |
701 | | - "timestamp_nanos": 1779429964727000000, |
702 | | - "timestamp": "2026-05-22T06:06:04.7270000Z", |
| 710 | + "timestamp_nanos": 1779948430691000000, |
| 711 | + "timestamp": "2026-05-28T06:07:10.6910000Z", |
703 | 712 | "retail_liquidity_indicator": 65, |
704 | 713 | "retail_liquidity_indicator_code": "A", |
705 | 714 | "retail_liquidity_indicator_text": "Buy interest for Retail", |
|
711 | 720 | }, |
712 | 721 | { |
713 | 722 | "system_event": { |
714 | | - "timestamp_nanos": 1779429964727000000, |
715 | | - "timestamp": "2026-05-22T06:06:04.7270000Z", |
| 723 | + "timestamp_nanos": 1779948430691000000, |
| 724 | + "timestamp": "2026-05-28T06:07:10.6910000Z", |
716 | 725 | "system_event": 79, |
717 | 726 | "system_event_code": "O", |
718 | 727 | "system_event_text": "Start of Messages – Outside of heartbeat messages on the lower level protocol, the start of day message is the first message sent in any trading session.", |
|
727 | 736 | { |
728 | 737 | "security_directory": { |
729 | 738 | "symbol": "INTC", |
730 | | - "timestamp_nanos": 1779429964727000000, |
731 | | - "timestamp": "2026-05-22T06:06:04.7270000Z", |
| 739 | + "timestamp_nanos": 1779948430691000000, |
| 740 | + "timestamp": "2026-05-28T06:07:10.6910000Z", |
732 | 741 | "flags": 0, |
733 | 742 | "round_lot_size": 100, |
734 | 743 | "adjusted_poc_price": 35.36, |
|
0 commit comments