Skip to content

Commit f99ce9c

Browse files
committed
update openapi file
1 parent 829b7ba commit f99ce9c

2 files changed

Lines changed: 72 additions & 72 deletions

File tree

finfeedapi/stock-api-rest/spec/openapi.json

Lines changed: 36 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -84,14 +84,14 @@
8484
"exchange_id": "IEXG",
8585
"security_category": "Common Stock",
8686
"name": "TESLA INC",
87-
"date": "2026-06-23"
87+
"date": "2026-06-24"
8888
},
8989
{
9090
"symbol_id": "NVDA",
9191
"exchange_id": "IEXG",
9292
"security_category": "Common Stock",
9393
"name": "NVIDIA CORP",
94-
"date": "2026-06-23"
94+
"date": "2026-06-24"
9595
}
9696
]
9797
}
@@ -112,14 +112,14 @@
112112
"exchange_id": "IEXG",
113113
"security_category": "Common Stock",
114114
"name": "TESLA INC",
115-
"date": "2026-06-23"
115+
"date": "2026-06-24"
116116
},
117117
{
118118
"symbol_id": "NVDA",
119119
"exchange_id": "IEXG",
120120
"security_category": "Common Stock",
121121
"name": "NVIDIA CORP",
122-
"date": "2026-06-23"
122+
"date": "2026-06-24"
123123
}
124124
]
125125
}
@@ -140,14 +140,14 @@
140140
"exchange_id": "IEXG",
141141
"security_category": "Common Stock",
142142
"name": "TESLA INC",
143-
"date": "2026-06-23"
143+
"date": "2026-06-24"
144144
},
145145
{
146146
"symbol_id": "NVDA",
147147
"exchange_id": "IEXG",
148148
"security_category": "Common Stock",
149149
"name": "NVIDIA CORP",
150-
"date": "2026-06-23"
150+
"date": "2026-06-24"
151151
}
152152
]
153153
}
@@ -572,8 +572,8 @@
572572
{
573573
"add_order": {
574574
"symbol": "AAPL",
575-
"timestamp_nanos": 1782194749247000000,
576-
"timestamp": "2026-06-23T06:05:49.2470000Z",
575+
"timestamp_nanos": 1782281422687000000,
576+
"timestamp": "2026-06-24T06:10:22.6870000Z",
577577
"is_side_buy": true,
578578
"size": 100,
579579
"price": 176.42,
@@ -583,16 +583,16 @@
583583
{
584584
"delete_order": {
585585
"symbol": "TSLA",
586-
"timestamp_nanos": 1782194749247000000,
587-
"timestamp": "2026-06-23T06:05:49.2470000Z",
586+
"timestamp_nanos": 1782281422687000000,
587+
"timestamp": "2026-06-24T06:10:22.6870000Z",
588588
"order_id_reference": 987654321
589589
}
590590
},
591591
{
592592
"modify_order": {
593593
"symbol": "NFLX",
594-
"timestamp_nanos": 1782194749247000000,
595-
"timestamp": "2026-06-23T06:05:49.2470000Z",
594+
"timestamp_nanos": 1782281422687000000,
595+
"timestamp": "2026-06-24T06:10:22.6870000Z",
596596
"order_id_reference": 789456123,
597597
"is_priority_reset": false,
598598
"size": 150,
@@ -602,8 +602,8 @@
602602
{
603603
"executed_order": {
604604
"symbol": "META",
605-
"timestamp_nanos": 1782194749247000000,
606-
"timestamp": "2026-06-23T06:05:49.2470000Z",
605+
"timestamp_nanos": 1782281422687000000,
606+
"timestamp": "2026-06-24T06:10:22.6870000Z",
607607
"order_id_reference": 555123456,
608608
"sale_condition_flags": 0,
609609
"is_intermarket_sweep": false,
@@ -619,8 +619,8 @@
619619
{
620620
"clear_book": {
621621
"symbol": "MSFT",
622-
"timestamp_nanos": 1782194749247000000,
623-
"timestamp": "2026-06-23T06:05:49.2470000Z"
622+
"timestamp_nanos": 1782281422687000000,
623+
"timestamp": "2026-06-24T06:10:22.6870000Z"
624624
}
625625
}
626626
]
@@ -683,8 +683,8 @@
683683
{
684684
"trading_status": {
685685
"symbol": "PYPL",
686-
"timestamp_nanos": 1782194749251000000,
687-
"timestamp": "2026-06-23T06:05:49.2510000Z",
686+
"timestamp_nanos": 1782281422689000000,
687+
"timestamp": "2026-06-24T06:10:22.6890000Z",
688688
"is_trading_live": true,
689689
"is_trading_halted": false,
690690
"is_trading_in_order_acceptance_period": false,
@@ -705,8 +705,8 @@
705705
{
706706
"official_price": {
707707
"symbol": "AAPL",
708-
"timestamp_nanos": 1782194749251000000,
709-
"timestamp": "2026-06-23T06:05:49.2510000Z",
708+
"timestamp_nanos": 1782281422689000000,
709+
"timestamp": "2026-06-24T06:10:22.6890000Z",
710710
"price_type": 81,
711711
"price_type_code": "Q",
712712
"price_type_text": "IEX Official Opening Price",
@@ -718,8 +718,8 @@
718718
{
719719
"security_event": {
720720
"symbol": "CRM",
721-
"timestamp_nanos": 1782194749251000000,
722-
"timestamp": "2026-06-23T06:05:49.2510000Z",
721+
"timestamp_nanos": 1782281422689000000,
722+
"timestamp": "2026-06-24T06:10:22.6890000Z",
723723
"security_event": 79,
724724
"security_event_code": "O",
725725
"security_event_text": "Opening Process Complete",
@@ -730,8 +730,8 @@
730730
{
731731
"auction_information": {
732732
"symbol": "AAPL",
733-
"timestamp_nanos": 1782194749251000000,
734-
"timestamp": "2026-06-23T06:05:49.2510000Z",
733+
"timestamp_nanos": 1782281422689000000,
734+
"timestamp": "2026-06-24T06:10:22.6890000Z",
735735
"auction_type": 79,
736736
"auction_type_code": "O",
737737
"auction_type_text": "Opening Auction",
@@ -751,8 +751,8 @@
751751
"is_imbalance_side_sell": false,
752752
"is_imbalance_side_none": false,
753753
"extension_number": 0,
754-
"scheduled_auction_time_seconds": 1782195049,
755-
"scheduled_auction_time": "2026-06-23T06:10:49.0000000Z",
754+
"scheduled_auction_time_seconds": 1782281722,
755+
"scheduled_auction_time": "2026-06-24T06:15:22.0000000Z",
756756
"auction_book_clearing_price": 156.45,
757757
"collar_reference_price": 157,
758758
"lower_auction_collar": 152.5,
@@ -762,8 +762,8 @@
762762
{
763763
"short_sale_price_test": {
764764
"symbol": "MSFT",
765-
"timestamp_nanos": 1782194749251000000,
766-
"timestamp": "2026-06-23T06:05:49.2510000Z",
765+
"timestamp_nanos": 1782281422689000000,
766+
"timestamp": "2026-06-24T06:10:22.6890000Z",
767767
"short_sale_price_test_status": 1,
768768
"short_sale_price_test_status_code": "1",
769769
"short_sale_price_test_status_text": "Short Sale Price Test in Effect",
@@ -782,8 +782,8 @@
782782
{
783783
"operational_halt_status": {
784784
"symbol": "AAPL",
785-
"timestamp_nanos": 1782194749251000000,
786-
"timestamp": "2026-06-23T06:05:49.2510000Z",
785+
"timestamp_nanos": 1782281422689000000,
786+
"timestamp": "2026-06-24T06:10:22.6890000Z",
787787
"operational_halt_status": 79,
788788
"operational_halt_status_code": "O",
789789
"operational_halt_status_text": "IEX specific operational trading halt",
@@ -794,8 +794,8 @@
794794
{
795795
"retail_liquidity_indicator": {
796796
"symbol": "GOOG",
797-
"timestamp_nanos": 1782194749251000000,
798-
"timestamp": "2026-06-23T06:05:49.2510000Z",
797+
"timestamp_nanos": 1782281422689000000,
798+
"timestamp": "2026-06-24T06:10:22.6890000Z",
799799
"retail_liquidity_indicator": 65,
800800
"retail_liquidity_indicator_code": "A",
801801
"retail_liquidity_indicator_text": "Buy interest for Retail",
@@ -807,8 +807,8 @@
807807
},
808808
{
809809
"system_event": {
810-
"timestamp_nanos": 1782194749251000000,
811-
"timestamp": "2026-06-23T06:05:49.2510000Z",
810+
"timestamp_nanos": 1782281422689000000,
811+
"timestamp": "2026-06-24T06:10:22.6890000Z",
812812
"system_event": 79,
813813
"system_event_code": "O",
814814
"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.",
@@ -823,8 +823,8 @@
823823
{
824824
"security_directory": {
825825
"symbol": "INTC",
826-
"timestamp_nanos": 1782194749251000000,
827-
"timestamp": "2026-06-23T06:05:49.2510000Z",
826+
"timestamp_nanos": 1782281422689000000,
827+
"timestamp": "2026-06-24T06:10:22.6890000Z",
828828
"flags": 0,
829829
"round_lot_size": 100,
830830
"adjusted_poc_price": 35.36,

0 commit comments

Comments
 (0)