Skip to content

Commit 23fc985

Browse files
committed
update openapi file
1 parent 7f7f5ae commit 23fc985

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
@@ -63,14 +63,14 @@
6363
"exchange_id": "IEXG",
6464
"security_category": "Common Stock",
6565
"name": "TESLA INC",
66-
"date": "2026-06-08"
66+
"date": "2026-06-09"
6767
},
6868
{
6969
"symbol_id": "NVDA",
7070
"exchange_id": "IEXG",
7171
"security_category": "Common Stock",
7272
"name": "NVIDIA CORP",
73-
"date": "2026-06-08"
73+
"date": "2026-06-09"
7474
}
7575
]
7676
}
@@ -91,14 +91,14 @@
9191
"exchange_id": "IEXG",
9292
"security_category": "Common Stock",
9393
"name": "TESLA INC",
94-
"date": "2026-06-08"
94+
"date": "2026-06-09"
9595
},
9696
{
9797
"symbol_id": "NVDA",
9898
"exchange_id": "IEXG",
9999
"security_category": "Common Stock",
100100
"name": "NVIDIA CORP",
101-
"date": "2026-06-08"
101+
"date": "2026-06-09"
102102
}
103103
]
104104
}
@@ -119,14 +119,14 @@
119119
"exchange_id": "IEXG",
120120
"security_category": "Common Stock",
121121
"name": "TESLA INC",
122-
"date": "2026-06-08"
122+
"date": "2026-06-09"
123123
},
124124
{
125125
"symbol_id": "NVDA",
126126
"exchange_id": "IEXG",
127127
"security_category": "Common Stock",
128128
"name": "NVIDIA CORP",
129-
"date": "2026-06-08"
129+
"date": "2026-06-09"
130130
}
131131
]
132132
}
@@ -496,8 +496,8 @@
496496
{
497497
"add_order": {
498498
"symbol": "AAPL",
499-
"timestamp_nanos": 1780898895701000000,
500-
"timestamp": "2026-06-08T06:08:15.7010000Z",
499+
"timestamp_nanos": 1780985046040000000,
500+
"timestamp": "2026-06-09T06:04:06.0400000Z",
501501
"is_side_buy": true,
502502
"size": 100,
503503
"price": 176.42,
@@ -507,16 +507,16 @@
507507
{
508508
"delete_order": {
509509
"symbol": "TSLA",
510-
"timestamp_nanos": 1780898895701000000,
511-
"timestamp": "2026-06-08T06:08:15.7010000Z",
510+
"timestamp_nanos": 1780985046040000000,
511+
"timestamp": "2026-06-09T06:04:06.0400000Z",
512512
"order_id_reference": 987654321
513513
}
514514
},
515515
{
516516
"modify_order": {
517517
"symbol": "NFLX",
518-
"timestamp_nanos": 1780898895701000000,
519-
"timestamp": "2026-06-08T06:08:15.7010000Z",
518+
"timestamp_nanos": 1780985046040000000,
519+
"timestamp": "2026-06-09T06:04:06.0400000Z",
520520
"order_id_reference": 789456123,
521521
"is_priority_reset": false,
522522
"size": 150,
@@ -526,8 +526,8 @@
526526
{
527527
"executed_order": {
528528
"symbol": "META",
529-
"timestamp_nanos": 1780898895701000000,
530-
"timestamp": "2026-06-08T06:08:15.7010000Z",
529+
"timestamp_nanos": 1780985046040000000,
530+
"timestamp": "2026-06-09T06:04:06.0400000Z",
531531
"order_id_reference": 555123456,
532532
"sale_condition_flags": 0,
533533
"is_intermarket_sweep": false,
@@ -543,8 +543,8 @@
543543
{
544544
"clear_book": {
545545
"symbol": "MSFT",
546-
"timestamp_nanos": 1780898895701000000,
547-
"timestamp": "2026-06-08T06:08:15.7010000Z"
546+
"timestamp_nanos": 1780985046040000000,
547+
"timestamp": "2026-06-09T06:04:06.0400000Z"
548548
}
549549
}
550550
]
@@ -596,8 +596,8 @@
596596
{
597597
"trading_status": {
598598
"symbol": "PYPL",
599-
"timestamp_nanos": 1780898895702000000,
600-
"timestamp": "2026-06-08T06:08:15.7020000Z",
599+
"timestamp_nanos": 1780985046041000000,
600+
"timestamp": "2026-06-09T06:04:06.0410000Z",
601601
"is_trading_live": true,
602602
"is_trading_halted": false,
603603
"is_trading_in_order_acceptance_period": false,
@@ -618,8 +618,8 @@
618618
{
619619
"official_price": {
620620
"symbol": "AAPL",
621-
"timestamp_nanos": 1780898895702000000,
622-
"timestamp": "2026-06-08T06:08:15.7020000Z",
621+
"timestamp_nanos": 1780985046041000000,
622+
"timestamp": "2026-06-09T06:04:06.0410000Z",
623623
"price_type": 81,
624624
"price_type_code": "Q",
625625
"price_type_text": "IEX Official Opening Price",
@@ -631,8 +631,8 @@
631631
{
632632
"security_event": {
633633
"symbol": "CRM",
634-
"timestamp_nanos": 1780898895702000000,
635-
"timestamp": "2026-06-08T06:08:15.7020000Z",
634+
"timestamp_nanos": 1780985046041000000,
635+
"timestamp": "2026-06-09T06:04:06.0410000Z",
636636
"security_event": 79,
637637
"security_event_code": "O",
638638
"security_event_text": "Opening Process Complete",
@@ -643,8 +643,8 @@
643643
{
644644
"auction_information": {
645645
"symbol": "AAPL",
646-
"timestamp_nanos": 1780898895702000000,
647-
"timestamp": "2026-06-08T06:08:15.7020000Z",
646+
"timestamp_nanos": 1780985046041000000,
647+
"timestamp": "2026-06-09T06:04:06.0410000Z",
648648
"auction_type": 79,
649649
"auction_type_code": "O",
650650
"auction_type_text": "Opening Auction",
@@ -664,8 +664,8 @@
664664
"is_imbalance_side_sell": false,
665665
"is_imbalance_side_none": false,
666666
"extension_number": 0,
667-
"scheduled_auction_time_seconds": 1780899195,
668-
"scheduled_auction_time": "2026-06-08T06:13:15.0000000Z",
667+
"scheduled_auction_time_seconds": 1780985346,
668+
"scheduled_auction_time": "2026-06-09T06:09:06.0000000Z",
669669
"auction_book_clearing_price": 156.45,
670670
"collar_reference_price": 157,
671671
"lower_auction_collar": 152.5,
@@ -675,8 +675,8 @@
675675
{
676676
"short_sale_price_test": {
677677
"symbol": "MSFT",
678-
"timestamp_nanos": 1780898895702000000,
679-
"timestamp": "2026-06-08T06:08:15.7020000Z",
678+
"timestamp_nanos": 1780985046041000000,
679+
"timestamp": "2026-06-09T06:04:06.0410000Z",
680680
"short_sale_price_test_status": 1,
681681
"short_sale_price_test_status_code": "1",
682682
"short_sale_price_test_status_text": "Short Sale Price Test in Effect",
@@ -695,8 +695,8 @@
695695
{
696696
"operational_halt_status": {
697697
"symbol": "AAPL",
698-
"timestamp_nanos": 1780898895702000000,
699-
"timestamp": "2026-06-08T06:08:15.7020000Z",
698+
"timestamp_nanos": 1780985046041000000,
699+
"timestamp": "2026-06-09T06:04:06.0410000Z",
700700
"operational_halt_status": 79,
701701
"operational_halt_status_code": "O",
702702
"operational_halt_status_text": "IEX specific operational trading halt",
@@ -707,8 +707,8 @@
707707
{
708708
"retail_liquidity_indicator": {
709709
"symbol": "GOOG",
710-
"timestamp_nanos": 1780898895702000000,
711-
"timestamp": "2026-06-08T06:08:15.7020000Z",
710+
"timestamp_nanos": 1780985046041000000,
711+
"timestamp": "2026-06-09T06:04:06.0410000Z",
712712
"retail_liquidity_indicator": 65,
713713
"retail_liquidity_indicator_code": "A",
714714
"retail_liquidity_indicator_text": "Buy interest for Retail",
@@ -720,8 +720,8 @@
720720
},
721721
{
722722
"system_event": {
723-
"timestamp_nanos": 1780898895702000000,
724-
"timestamp": "2026-06-08T06:08:15.7020000Z",
723+
"timestamp_nanos": 1780985046041000000,
724+
"timestamp": "2026-06-09T06:04:06.0410000Z",
725725
"system_event": 79,
726726
"system_event_code": "O",
727727
"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.",
@@ -736,8 +736,8 @@
736736
{
737737
"security_directory": {
738738
"symbol": "INTC",
739-
"timestamp_nanos": 1780898895702000000,
740-
"timestamp": "2026-06-08T06:08:15.7020000Z",
739+
"timestamp_nanos": 1780985046041000000,
740+
"timestamp": "2026-06-09T06:04:06.0410000Z",
741741
"flags": 0,
742742
"round_lot_size": 100,
743743
"adjusted_poc_price": 35.36,

0 commit comments

Comments
 (0)