@massive.com/client-js 10.3.0 → 10.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/main.d.ts +1696 -107
- package/dist/main.js +1 -1
- package/massive.com-client-js-10.4.0.tgz +0 -0
- package/package.json +1 -1
- package/massive.com-client-js-10.3.0.tgz +0 -0
package/dist/main.d.ts
CHANGED
|
@@ -7335,6 +7335,123 @@ interface GetFuturesVXProducts200ResponseResultsInner {
|
|
|
7335
7335
|
*/
|
|
7336
7336
|
'unit_of_measure_qty'?: number;
|
|
7337
7337
|
}
|
|
7338
|
+
/**
|
|
7339
|
+
*
|
|
7340
|
+
* @export
|
|
7341
|
+
* @interface GetFuturesVXQuotesNew200Response
|
|
7342
|
+
*/
|
|
7343
|
+
interface GetFuturesVXQuotesNew200Response {
|
|
7344
|
+
/**
|
|
7345
|
+
* If present, this value can be used to fetch the next page.
|
|
7346
|
+
* @type {string}
|
|
7347
|
+
* @memberof GetFuturesVXQuotesNew200Response
|
|
7348
|
+
*/
|
|
7349
|
+
'next_url'?: string;
|
|
7350
|
+
/**
|
|
7351
|
+
* A request id assigned by the server.
|
|
7352
|
+
* @type {string}
|
|
7353
|
+
* @memberof GetFuturesVXQuotesNew200Response
|
|
7354
|
+
*/
|
|
7355
|
+
'request_id': string;
|
|
7356
|
+
/**
|
|
7357
|
+
* The results for this request.
|
|
7358
|
+
* @type {Array<GetFuturesVXQuotesNew200ResponseResultsInner>}
|
|
7359
|
+
* @memberof GetFuturesVXQuotesNew200Response
|
|
7360
|
+
*/
|
|
7361
|
+
'results': Array<GetFuturesVXQuotesNew200ResponseResultsInner>;
|
|
7362
|
+
/**
|
|
7363
|
+
* The status of this request\'s response.
|
|
7364
|
+
* @type {string}
|
|
7365
|
+
* @memberof GetFuturesVXQuotesNew200Response
|
|
7366
|
+
*/
|
|
7367
|
+
'status': GetFuturesVXQuotesNew200ResponseStatusEnum;
|
|
7368
|
+
}
|
|
7369
|
+
/**
|
|
7370
|
+
* @export
|
|
7371
|
+
* @enum {string}
|
|
7372
|
+
*/
|
|
7373
|
+
declare enum GetFuturesVXQuotesNew200ResponseStatusEnum {
|
|
7374
|
+
Ok = "OK"
|
|
7375
|
+
}
|
|
7376
|
+
/**
|
|
7377
|
+
*
|
|
7378
|
+
* @export
|
|
7379
|
+
* @interface GetFuturesVXQuotesNew200ResponseResultsInner
|
|
7380
|
+
*/
|
|
7381
|
+
interface GetFuturesVXQuotesNew200ResponseResultsInner {
|
|
7382
|
+
/**
|
|
7383
|
+
* The ask price.
|
|
7384
|
+
* @type {number}
|
|
7385
|
+
* @memberof GetFuturesVXQuotesNew200ResponseResultsInner
|
|
7386
|
+
*/
|
|
7387
|
+
'ask_price'?: number;
|
|
7388
|
+
/**
|
|
7389
|
+
* The ask size.
|
|
7390
|
+
* @type {number}
|
|
7391
|
+
* @memberof GetFuturesVXQuotesNew200ResponseResultsInner
|
|
7392
|
+
*/
|
|
7393
|
+
'ask_size'?: number;
|
|
7394
|
+
/**
|
|
7395
|
+
* The nanosecond accuracy Unix Timestamp when the ask price was submitted to the exchange.
|
|
7396
|
+
* @type {number}
|
|
7397
|
+
* @memberof GetFuturesVXQuotesNew200ResponseResultsInner
|
|
7398
|
+
*/
|
|
7399
|
+
'ask_timestamp'?: number;
|
|
7400
|
+
/**
|
|
7401
|
+
* The bid price.
|
|
7402
|
+
* @type {number}
|
|
7403
|
+
* @memberof GetFuturesVXQuotesNew200ResponseResultsInner
|
|
7404
|
+
*/
|
|
7405
|
+
'bid_price'?: number;
|
|
7406
|
+
/**
|
|
7407
|
+
* The bid size.
|
|
7408
|
+
* @type {number}
|
|
7409
|
+
* @memberof GetFuturesVXQuotesNew200ResponseResultsInner
|
|
7410
|
+
*/
|
|
7411
|
+
'bid_size'?: number;
|
|
7412
|
+
/**
|
|
7413
|
+
* The nanosecond accuracy Unix Timestamp when the bid price was submitted to the exchange.
|
|
7414
|
+
* @type {number}
|
|
7415
|
+
* @memberof GetFuturesVXQuotesNew200ResponseResultsInner
|
|
7416
|
+
*/
|
|
7417
|
+
'bid_timestamp'?: number;
|
|
7418
|
+
/**
|
|
7419
|
+
* The exchange ID. See <a href=\"https://massive.com/docs/rest/stocks/market-operations/exchanges\" alt=\"Exchanges\">Exchanges</a> for Massive\'s mapping of exchange IDs.
|
|
7420
|
+
* @type {number}
|
|
7421
|
+
* @memberof GetFuturesVXQuotesNew200ResponseResultsInner
|
|
7422
|
+
*/
|
|
7423
|
+
'exchange'?: number;
|
|
7424
|
+
/**
|
|
7425
|
+
* The report sequence number.
|
|
7426
|
+
* @type {number}
|
|
7427
|
+
* @memberof GetFuturesVXQuotesNew200ResponseResultsInner
|
|
7428
|
+
*/
|
|
7429
|
+
'report_sequence': number;
|
|
7430
|
+
/**
|
|
7431
|
+
* The sequence number represents the order in which quote events occurred for this ticker.
|
|
7432
|
+
* @type {number}
|
|
7433
|
+
* @memberof GetFuturesVXQuotesNew200ResponseResultsInner
|
|
7434
|
+
*/
|
|
7435
|
+
'sequence_number': number;
|
|
7436
|
+
/**
|
|
7437
|
+
* The trade date representing the session end date for this quote. Used for partitioning and filtering quotes by trading session.
|
|
7438
|
+
* @type {string}
|
|
7439
|
+
* @memberof GetFuturesVXQuotesNew200ResponseResultsInner
|
|
7440
|
+
*/
|
|
7441
|
+
'session_end_date': string;
|
|
7442
|
+
/**
|
|
7443
|
+
* The exchange symbol that this item is traded under.
|
|
7444
|
+
* @type {string}
|
|
7445
|
+
* @memberof GetFuturesVXQuotesNew200ResponseResultsInner
|
|
7446
|
+
*/
|
|
7447
|
+
'ticker': string;
|
|
7448
|
+
/**
|
|
7449
|
+
* The nanosecond accuracy Exchange Unix Timestamp. This is the timestamp of when the quote was actually generated at the exchange.
|
|
7450
|
+
* @type {number}
|
|
7451
|
+
* @memberof GetFuturesVXQuotesNew200ResponseResultsInner
|
|
7452
|
+
*/
|
|
7453
|
+
'timestamp': number;
|
|
7454
|
+
}
|
|
7338
7455
|
/**
|
|
7339
7456
|
*
|
|
7340
7457
|
* @export
|
|
@@ -7712,6 +7829,111 @@ interface GetFuturesVXSnapshot200ResponseResultsInnerSession {
|
|
|
7712
7829
|
*/
|
|
7713
7830
|
'volume'?: number;
|
|
7714
7831
|
}
|
|
7832
|
+
/**
|
|
7833
|
+
*
|
|
7834
|
+
* @export
|
|
7835
|
+
* @interface GetFuturesVXTradesNew200Response
|
|
7836
|
+
*/
|
|
7837
|
+
interface GetFuturesVXTradesNew200Response {
|
|
7838
|
+
/**
|
|
7839
|
+
* If present, this value can be used to fetch the next page.
|
|
7840
|
+
* @type {string}
|
|
7841
|
+
* @memberof GetFuturesVXTradesNew200Response
|
|
7842
|
+
*/
|
|
7843
|
+
'next_url'?: string;
|
|
7844
|
+
/**
|
|
7845
|
+
* A request id assigned by the server.
|
|
7846
|
+
* @type {string}
|
|
7847
|
+
* @memberof GetFuturesVXTradesNew200Response
|
|
7848
|
+
*/
|
|
7849
|
+
'request_id': string;
|
|
7850
|
+
/**
|
|
7851
|
+
* The results for this request.
|
|
7852
|
+
* @type {Array<GetFuturesVXTradesNew200ResponseResultsInner>}
|
|
7853
|
+
* @memberof GetFuturesVXTradesNew200Response
|
|
7854
|
+
*/
|
|
7855
|
+
'results': Array<GetFuturesVXTradesNew200ResponseResultsInner>;
|
|
7856
|
+
/**
|
|
7857
|
+
* The status of this request\'s response.
|
|
7858
|
+
* @type {string}
|
|
7859
|
+
* @memberof GetFuturesVXTradesNew200Response
|
|
7860
|
+
*/
|
|
7861
|
+
'status': GetFuturesVXTradesNew200ResponseStatusEnum;
|
|
7862
|
+
}
|
|
7863
|
+
/**
|
|
7864
|
+
* @export
|
|
7865
|
+
* @enum {string}
|
|
7866
|
+
*/
|
|
7867
|
+
declare enum GetFuturesVXTradesNew200ResponseStatusEnum {
|
|
7868
|
+
Ok = "OK"
|
|
7869
|
+
}
|
|
7870
|
+
/**
|
|
7871
|
+
*
|
|
7872
|
+
* @export
|
|
7873
|
+
* @interface GetFuturesVXTradesNew200ResponseResultsInner
|
|
7874
|
+
*/
|
|
7875
|
+
interface GetFuturesVXTradesNew200ResponseResultsInner {
|
|
7876
|
+
/**
|
|
7877
|
+
* A list of condition codes.
|
|
7878
|
+
* @type {Array<number>}
|
|
7879
|
+
* @memberof GetFuturesVXTradesNew200ResponseResultsInner
|
|
7880
|
+
*/
|
|
7881
|
+
'conditions'?: Array<number>;
|
|
7882
|
+
/**
|
|
7883
|
+
* The trade correction indicator.
|
|
7884
|
+
* @type {number}
|
|
7885
|
+
* @memberof GetFuturesVXTradesNew200ResponseResultsInner
|
|
7886
|
+
*/
|
|
7887
|
+
'correction'?: number;
|
|
7888
|
+
/**
|
|
7889
|
+
* The exchange ID. See <a href=\"https://massive.com/docs/rest/stocks/market-operations/exchanges\" alt=\"Exchanges\">Exchanges</a> for Massive\'s mapping of exchange IDs.
|
|
7890
|
+
* @type {number}
|
|
7891
|
+
* @memberof GetFuturesVXTradesNew200ResponseResultsInner
|
|
7892
|
+
*/
|
|
7893
|
+
'exchange'?: number;
|
|
7894
|
+
/**
|
|
7895
|
+
* The price of the trade. This is the actual dollar value per whole contract of this trade. A trade of 100 contracts with a price of $2.00 would be worth a total dollar value of $200.00.
|
|
7896
|
+
* @type {number}
|
|
7897
|
+
* @memberof GetFuturesVXTradesNew200ResponseResultsInner
|
|
7898
|
+
*/
|
|
7899
|
+
'price': number;
|
|
7900
|
+
/**
|
|
7901
|
+
* The report sequence number.
|
|
7902
|
+
* @type {number}
|
|
7903
|
+
* @memberof GetFuturesVXTradesNew200ResponseResultsInner
|
|
7904
|
+
*/
|
|
7905
|
+
'report_sequence': number;
|
|
7906
|
+
/**
|
|
7907
|
+
* The sequence number represents the sequence in which trade events happened. These are increasing and unique per ticker symbol, but will not always be sequential (e.g., 1, 2, 6, 9, 10, 11). Values reset after each trading session/day.
|
|
7908
|
+
* @type {number}
|
|
7909
|
+
* @memberof GetFuturesVXTradesNew200ResponseResultsInner
|
|
7910
|
+
*/
|
|
7911
|
+
'sequence_number': number;
|
|
7912
|
+
/**
|
|
7913
|
+
* The trade date representing the session end date for this trade. Used for partitioning and filtering trades by trading session.
|
|
7914
|
+
* @type {string}
|
|
7915
|
+
* @memberof GetFuturesVXTradesNew200ResponseResultsInner
|
|
7916
|
+
*/
|
|
7917
|
+
'session_end_date': string;
|
|
7918
|
+
/**
|
|
7919
|
+
* The total number of contracts exchanged between buyers and sellers on a given trade.
|
|
7920
|
+
* @type {number}
|
|
7921
|
+
* @memberof GetFuturesVXTradesNew200ResponseResultsInner
|
|
7922
|
+
*/
|
|
7923
|
+
'size'?: number;
|
|
7924
|
+
/**
|
|
7925
|
+
* The futures contract identifier, including the base symbol and contract expiration (e.g., ESZ24 for the December 2024 S&P 500 E-mini contract).
|
|
7926
|
+
* @type {string}
|
|
7927
|
+
* @memberof GetFuturesVXTradesNew200ResponseResultsInner
|
|
7928
|
+
*/
|
|
7929
|
+
'ticker': string;
|
|
7930
|
+
/**
|
|
7931
|
+
* The time when the trade was generated at the exchange to nanosecond precision.
|
|
7932
|
+
* @type {number}
|
|
7933
|
+
* @memberof GetFuturesVXTradesNew200ResponseResultsInner
|
|
7934
|
+
*/
|
|
7935
|
+
'timestamp': number;
|
|
7936
|
+
}
|
|
7715
7937
|
/**
|
|
7716
7938
|
*
|
|
7717
7939
|
* @export
|
|
@@ -8474,6 +8696,122 @@ interface GetLastStocksQuote200ResponseResults {
|
|
|
8474
8696
|
*/
|
|
8475
8697
|
'z'?: number;
|
|
8476
8698
|
}
|
|
8699
|
+
/**
|
|
8700
|
+
*
|
|
8701
|
+
* @export
|
|
8702
|
+
* @interface GetLastStocksTrade200Response
|
|
8703
|
+
*/
|
|
8704
|
+
interface GetLastStocksTrade200Response {
|
|
8705
|
+
/**
|
|
8706
|
+
* A request id assigned by the server.
|
|
8707
|
+
* @type {string}
|
|
8708
|
+
* @memberof GetLastStocksTrade200Response
|
|
8709
|
+
*/
|
|
8710
|
+
'request_id': string;
|
|
8711
|
+
/**
|
|
8712
|
+
*
|
|
8713
|
+
* @type {GetLastStocksTrade200ResponseResults}
|
|
8714
|
+
* @memberof GetLastStocksTrade200Response
|
|
8715
|
+
*/
|
|
8716
|
+
'results'?: GetLastStocksTrade200ResponseResults;
|
|
8717
|
+
/**
|
|
8718
|
+
* The status of this request\'s response.
|
|
8719
|
+
* @type {string}
|
|
8720
|
+
* @memberof GetLastStocksTrade200Response
|
|
8721
|
+
*/
|
|
8722
|
+
'status': string;
|
|
8723
|
+
}
|
|
8724
|
+
/**
|
|
8725
|
+
*
|
|
8726
|
+
* @export
|
|
8727
|
+
* @interface GetLastStocksTrade200ResponseResults
|
|
8728
|
+
*/
|
|
8729
|
+
interface GetLastStocksTrade200ResponseResults {
|
|
8730
|
+
/**
|
|
8731
|
+
* The exchange symbol that this item is traded under.
|
|
8732
|
+
* @type {string}
|
|
8733
|
+
* @memberof GetLastStocksTrade200ResponseResults
|
|
8734
|
+
*/
|
|
8735
|
+
'T': string;
|
|
8736
|
+
/**
|
|
8737
|
+
* A list of condition codes.
|
|
8738
|
+
* @type {Array<number>}
|
|
8739
|
+
* @memberof GetLastStocksTrade200ResponseResults
|
|
8740
|
+
*/
|
|
8741
|
+
'c'?: Array<number>;
|
|
8742
|
+
/**
|
|
8743
|
+
* The size of the trade including the fractional component. This is represented as a decimal string.
|
|
8744
|
+
* @type {string}
|
|
8745
|
+
* @memberof GetLastStocksTrade200ResponseResults
|
|
8746
|
+
*/
|
|
8747
|
+
'ds': string;
|
|
8748
|
+
/**
|
|
8749
|
+
* The trade correction indicator.
|
|
8750
|
+
* @type {number}
|
|
8751
|
+
* @memberof GetLastStocksTrade200ResponseResults
|
|
8752
|
+
*/
|
|
8753
|
+
'e'?: number;
|
|
8754
|
+
/**
|
|
8755
|
+
* The nanosecond accuracy TRF(Trade Reporting Facility) Unix Timestamp. This is the timestamp of when the trade reporting facility received this message.
|
|
8756
|
+
* @type {number}
|
|
8757
|
+
* @memberof GetLastStocksTrade200ResponseResults
|
|
8758
|
+
*/
|
|
8759
|
+
'f'?: number;
|
|
8760
|
+
/**
|
|
8761
|
+
* The Trade ID which uniquely identifies a trade. These are unique per combination of ticker, exchange, and TRF. For example: A trade for AAPL executed on NYSE and a trade for AAPL executed on NASDAQ could potentially have the same Trade ID.
|
|
8762
|
+
* @type {string}
|
|
8763
|
+
* @memberof GetLastStocksTrade200ResponseResults
|
|
8764
|
+
*/
|
|
8765
|
+
'i': string;
|
|
8766
|
+
/**
|
|
8767
|
+
* The price of the trade. This is the actual dollar value per whole share of this trade. A trade of 100 shares with a price of $2.00 would be worth a total dollar value of $200.00.
|
|
8768
|
+
* @type {number}
|
|
8769
|
+
* @memberof GetLastStocksTrade200ResponseResults
|
|
8770
|
+
*/
|
|
8771
|
+
'p': number;
|
|
8772
|
+
/**
|
|
8773
|
+
* The sequence number represents the sequence in which message events happened. These are increasing and unique per ticker symbol, but will not always be sequential (e.g., 1, 2, 6, 9, 10, 11).
|
|
8774
|
+
* @type {number}
|
|
8775
|
+
* @memberof GetLastStocksTrade200ResponseResults
|
|
8776
|
+
*/
|
|
8777
|
+
'q': number;
|
|
8778
|
+
/**
|
|
8779
|
+
* The ID for the Trade Reporting Facility where the trade took place.
|
|
8780
|
+
* @type {number}
|
|
8781
|
+
* @memberof GetLastStocksTrade200ResponseResults
|
|
8782
|
+
*/
|
|
8783
|
+
'r'?: number;
|
|
8784
|
+
/**
|
|
8785
|
+
* The size of a trade (also known as volume).
|
|
8786
|
+
* @type {number}
|
|
8787
|
+
* @memberof GetLastStocksTrade200ResponseResults
|
|
8788
|
+
*/
|
|
8789
|
+
's'?: number;
|
|
8790
|
+
/**
|
|
8791
|
+
* The nanosecond accuracy SIP Unix Timestamp. This is the timestamp of when the SIP received this message from the exchange which produced it.
|
|
8792
|
+
* @type {number}
|
|
8793
|
+
* @memberof GetLastStocksTrade200ResponseResults
|
|
8794
|
+
*/
|
|
8795
|
+
't': number;
|
|
8796
|
+
/**
|
|
8797
|
+
* The exchange ID. See <a href=\"https://massive.com/docs/rest/stocks/market-operations/exchanges\" alt=\"Exchanges\">Exchanges</a> for Massive\'s mapping of exchange IDs.
|
|
8798
|
+
* @type {number}
|
|
8799
|
+
* @memberof GetLastStocksTrade200ResponseResults
|
|
8800
|
+
*/
|
|
8801
|
+
'x': number;
|
|
8802
|
+
/**
|
|
8803
|
+
* The nanosecond accuracy Participant/Exchange Unix Timestamp. This is the timestamp of when the quote was actually generated at the exchange.
|
|
8804
|
+
* @type {number}
|
|
8805
|
+
* @memberof GetLastStocksTrade200ResponseResults
|
|
8806
|
+
*/
|
|
8807
|
+
'y': number;
|
|
8808
|
+
/**
|
|
8809
|
+
* There are 3 tapes which define which exchange the ticker is listed on. These are integers in our objects which represent the letter of the alphabet. Eg: 1 = A, 2 = B, 3 = C. * Tape A is NYSE listed securities * Tape B is NYSE ARCA / NYSE American * Tape C is NASDAQ
|
|
8810
|
+
* @type {number}
|
|
8811
|
+
* @memberof GetLastStocksTrade200ResponseResults
|
|
8812
|
+
*/
|
|
8813
|
+
'z'?: number;
|
|
8814
|
+
}
|
|
8477
8815
|
/**
|
|
8478
8816
|
*
|
|
8479
8817
|
* @export
|
|
@@ -9918,6 +10256,12 @@ interface GetSnapshotSummary200ResponseResultsInnerSession {
|
|
|
9918
10256
|
* @memberof GetSnapshotSummary200ResponseResultsInnerSession
|
|
9919
10257
|
*/
|
|
9920
10258
|
'close': number;
|
|
10259
|
+
/**
|
|
10260
|
+
* The trading volume for the asset for the day with decimal precision. This field provides support for fractional shares, representing volume as a decimal string. This field is only returned for stocks snapshots.
|
|
10261
|
+
* @type {string}
|
|
10262
|
+
* @memberof GetSnapshotSummary200ResponseResultsInnerSession
|
|
10263
|
+
*/
|
|
10264
|
+
'decimal_volume'?: string;
|
|
9921
10265
|
/**
|
|
9922
10266
|
* Today\'s early trading change amount, difference between price and previous close if in early trading hours, otherwise difference between last price during early trading and previous close.
|
|
9923
10267
|
* @type {number}
|
|
@@ -10272,6 +10616,12 @@ interface GetSnapshots200ResponseResultsInnerLastMinute {
|
|
|
10272
10616
|
* @memberof GetSnapshots200ResponseResultsInnerLastMinute
|
|
10273
10617
|
*/
|
|
10274
10618
|
'close': number;
|
|
10619
|
+
/**
|
|
10620
|
+
* The trading volume for the minute aggregate with decimal precision. This field provides support for fractional shares, representing volume as a decimal string where the fractional part is expressed in millionths. This field is only returned for stocks snapshots.
|
|
10621
|
+
* @type {string}
|
|
10622
|
+
* @memberof GetSnapshots200ResponseResultsInnerLastMinute
|
|
10623
|
+
*/
|
|
10624
|
+
'decimal_volume'?: string;
|
|
10275
10625
|
/**
|
|
10276
10626
|
* The highest value for the minute aggregate.
|
|
10277
10627
|
* @type {number}
|
|
@@ -10390,6 +10740,12 @@ interface GetSnapshots200ResponseResultsInnerLastTrade {
|
|
|
10390
10740
|
* @memberof GetSnapshots200ResponseResultsInnerLastTrade
|
|
10391
10741
|
*/
|
|
10392
10742
|
'conditions'?: Array<number>;
|
|
10743
|
+
/**
|
|
10744
|
+
* The size of a trade, including fractional shares, represented as a decimal string where the fractional part is expressed in millionths. This field is only returned for stocks snapshots.
|
|
10745
|
+
* @type {string}
|
|
10746
|
+
* @memberof GetSnapshots200ResponseResultsInnerLastTrade
|
|
10747
|
+
*/
|
|
10748
|
+
'decimal_size'?: string;
|
|
10393
10749
|
/**
|
|
10394
10750
|
* The exchange ID. See <a href=\"https://massive.com/docs/rest/stocks/market-operations/exchanges\" alt=\"Exchanges\">Exchanges</a> for Massive\'s mapping of exchange IDs.
|
|
10395
10751
|
* @type {number}
|
|
@@ -10701,6 +11057,93 @@ interface GetStocksFilings10KVXSections200ResponseResultsInner {
|
|
|
10701
11057
|
*/
|
|
10702
11058
|
'ticker'?: string;
|
|
10703
11059
|
}
|
|
11060
|
+
/**
|
|
11061
|
+
*
|
|
11062
|
+
* @export
|
|
11063
|
+
* @interface GetStocksFilingsVXIndex200Response
|
|
11064
|
+
*/
|
|
11065
|
+
interface GetStocksFilingsVXIndex200Response {
|
|
11066
|
+
/**
|
|
11067
|
+
* If present, this value can be used to fetch the next page.
|
|
11068
|
+
* @type {string}
|
|
11069
|
+
* @memberof GetStocksFilingsVXIndex200Response
|
|
11070
|
+
*/
|
|
11071
|
+
'next_url'?: string;
|
|
11072
|
+
/**
|
|
11073
|
+
* A request id assigned by the server.
|
|
11074
|
+
* @type {string}
|
|
11075
|
+
* @memberof GetStocksFilingsVXIndex200Response
|
|
11076
|
+
*/
|
|
11077
|
+
'request_id': string;
|
|
11078
|
+
/**
|
|
11079
|
+
* The results for this request.
|
|
11080
|
+
* @type {Array<GetStocksFilingsVXIndex200ResponseResultsInner>}
|
|
11081
|
+
* @memberof GetStocksFilingsVXIndex200Response
|
|
11082
|
+
*/
|
|
11083
|
+
'results': Array<GetStocksFilingsVXIndex200ResponseResultsInner>;
|
|
11084
|
+
/**
|
|
11085
|
+
* The status of this request\'s response.
|
|
11086
|
+
* @type {string}
|
|
11087
|
+
* @memberof GetStocksFilingsVXIndex200Response
|
|
11088
|
+
*/
|
|
11089
|
+
'status': GetStocksFilingsVXIndex200ResponseStatusEnum;
|
|
11090
|
+
}
|
|
11091
|
+
/**
|
|
11092
|
+
* @export
|
|
11093
|
+
* @enum {string}
|
|
11094
|
+
*/
|
|
11095
|
+
declare enum GetStocksFilingsVXIndex200ResponseStatusEnum {
|
|
11096
|
+
Ok = "OK"
|
|
11097
|
+
}
|
|
11098
|
+
/**
|
|
11099
|
+
*
|
|
11100
|
+
* @export
|
|
11101
|
+
* @interface GetStocksFilingsVXIndex200ResponseResultsInner
|
|
11102
|
+
*/
|
|
11103
|
+
interface GetStocksFilingsVXIndex200ResponseResultsInner {
|
|
11104
|
+
/**
|
|
11105
|
+
* SEC accession number uniquely identifying the filing (e.g., \'0000320193-24-000123\').
|
|
11106
|
+
* @type {string}
|
|
11107
|
+
* @memberof GetStocksFilingsVXIndex200ResponseResultsInner
|
|
11108
|
+
*/
|
|
11109
|
+
'accession_number'?: string;
|
|
11110
|
+
/**
|
|
11111
|
+
* SEC Central Index Key (CIK) identifying the filing entity.
|
|
11112
|
+
* @type {string}
|
|
11113
|
+
* @memberof GetStocksFilingsVXIndex200ResponseResultsInner
|
|
11114
|
+
*/
|
|
11115
|
+
'cik'?: string;
|
|
11116
|
+
/**
|
|
11117
|
+
* Date when the filing was submitted to the SEC (formatted as YYYY-MM-DD).
|
|
11118
|
+
* @type {string}
|
|
11119
|
+
* @memberof GetStocksFilingsVXIndex200ResponseResultsInner
|
|
11120
|
+
*/
|
|
11121
|
+
'filing_date'?: string;
|
|
11122
|
+
/**
|
|
11123
|
+
* Direct URL to the filing on the SEC EDGAR website.
|
|
11124
|
+
* @type {string}
|
|
11125
|
+
* @memberof GetStocksFilingsVXIndex200ResponseResultsInner
|
|
11126
|
+
*/
|
|
11127
|
+
'filing_url'?: string;
|
|
11128
|
+
/**
|
|
11129
|
+
* SEC form type (e.g., \'10-K\', \'10-Q\', \'8-K\', \'S-1\', \'4\', etc.).
|
|
11130
|
+
* @type {string}
|
|
11131
|
+
* @memberof GetStocksFilingsVXIndex200ResponseResultsInner
|
|
11132
|
+
*/
|
|
11133
|
+
'form_type'?: string;
|
|
11134
|
+
/**
|
|
11135
|
+
* Name of the company or entity that submitted the filing.
|
|
11136
|
+
* @type {string}
|
|
11137
|
+
* @memberof GetStocksFilingsVXIndex200ResponseResultsInner
|
|
11138
|
+
*/
|
|
11139
|
+
'issuer_name'?: string;
|
|
11140
|
+
/**
|
|
11141
|
+
* Stock ticker symbol for the filing entity, if available.
|
|
11142
|
+
* @type {string}
|
|
11143
|
+
* @memberof GetStocksFilingsVXIndex200ResponseResultsInner
|
|
11144
|
+
*/
|
|
11145
|
+
'ticker'?: string;
|
|
11146
|
+
}
|
|
10704
11147
|
/**
|
|
10705
11148
|
*
|
|
10706
11149
|
* @export
|
|
@@ -11674,7 +12117,7 @@ interface GetStocksFinancialsV1Ratios200ResponseResultsInner {
|
|
|
11674
12117
|
* @type {number}
|
|
11675
12118
|
* @memberof GetStocksFinancialsV1Ratios200ResponseResultsInner
|
|
11676
12119
|
*/
|
|
11677
|
-
'price'
|
|
12120
|
+
'price'?: number;
|
|
11678
12121
|
/**
|
|
11679
12122
|
* Price-to-book ratio, calculated as stock price divided by book value per share, comparing market value to book value.
|
|
11680
12123
|
* @type {number}
|
|
@@ -12061,6 +12504,12 @@ interface GetStocksSnapshotTickers200ResponseAllOfTickersInnerDay {
|
|
|
12061
12504
|
* @memberof GetStocksSnapshotTickers200ResponseAllOfTickersInnerDay
|
|
12062
12505
|
*/
|
|
12063
12506
|
'c': number;
|
|
12507
|
+
/**
|
|
12508
|
+
* The volume including fractional shares, respresented as a string.
|
|
12509
|
+
* @type {string}
|
|
12510
|
+
* @memberof GetStocksSnapshotTickers200ResponseAllOfTickersInnerDay
|
|
12511
|
+
*/
|
|
12512
|
+
'dv'?: string;
|
|
12064
12513
|
/**
|
|
12065
12514
|
* The highest price for the symbol in the given time period.
|
|
12066
12515
|
* @type {number}
|
|
@@ -12146,7 +12595,13 @@ interface GetStocksSnapshotTickers200ResponseAllOfTickersInnerLastTrade {
|
|
|
12146
12595
|
* @type {Array<number>}
|
|
12147
12596
|
* @memberof GetStocksSnapshotTickers200ResponseAllOfTickersInnerLastTrade
|
|
12148
12597
|
*/
|
|
12149
|
-
'c': Array<number>;
|
|
12598
|
+
'c': Array<number>;
|
|
12599
|
+
/**
|
|
12600
|
+
* The size of the trade including fractional shares, respresented as a string.
|
|
12601
|
+
* @type {string}
|
|
12602
|
+
* @memberof GetStocksSnapshotTickers200ResponseAllOfTickersInnerLastTrade
|
|
12603
|
+
*/
|
|
12604
|
+
'ds': string;
|
|
12150
12605
|
/**
|
|
12151
12606
|
* The Trade ID which uniquely identifies a trade. These are unique per combination of ticker, exchange, and TRF. For example: A trade for AAPL executed on NYSE and a trade for AAPL executed on NASDAQ could potentially have the same Trade ID.
|
|
12152
12607
|
* @type {string}
|
|
@@ -12196,6 +12651,18 @@ interface GetStocksSnapshotTickers200ResponseAllOfTickersInnerMin {
|
|
|
12196
12651
|
* @memberof GetStocksSnapshotTickers200ResponseAllOfTickersInnerMin
|
|
12197
12652
|
*/
|
|
12198
12653
|
'c': number;
|
|
12654
|
+
/**
|
|
12655
|
+
* The accumulated volume including fractional shares, respresented as a string.
|
|
12656
|
+
* @type {string}
|
|
12657
|
+
* @memberof GetStocksSnapshotTickers200ResponseAllOfTickersInnerMin
|
|
12658
|
+
*/
|
|
12659
|
+
'dav': string;
|
|
12660
|
+
/**
|
|
12661
|
+
* The volume including fractional shares, respresented as a string.
|
|
12662
|
+
* @type {string}
|
|
12663
|
+
* @memberof GetStocksSnapshotTickers200ResponseAllOfTickersInnerMin
|
|
12664
|
+
*/
|
|
12665
|
+
'dv'?: string;
|
|
12199
12666
|
/**
|
|
12200
12667
|
* The highest price for the symbol in the given time period.
|
|
12201
12668
|
* @type {number}
|
|
@@ -12418,6 +12885,12 @@ interface GetStocksTrades200ResponseResultsInner {
|
|
|
12418
12885
|
* @memberof GetStocksTrades200ResponseResultsInner
|
|
12419
12886
|
*/
|
|
12420
12887
|
'correction'?: number;
|
|
12888
|
+
/**
|
|
12889
|
+
* The size of the trade including the fractional component. This is represented as a decimal string.
|
|
12890
|
+
* @type {string}
|
|
12891
|
+
* @memberof GetStocksTrades200ResponseResultsInner
|
|
12892
|
+
*/
|
|
12893
|
+
'decimal_size': string;
|
|
12421
12894
|
/**
|
|
12422
12895
|
* The exchange ID. See <a href=\"https://massive.com/docs/rest/stocks/market-operations/exchanges\" alt=\"Exchanges\">Exchanges</a> for Massive\'s mapping of exchange IDs.
|
|
12423
12896
|
* @type {number}
|
|
@@ -13447,6 +13920,171 @@ interface GetTmxV1CorporateEvents200ResponseResultsInner {
|
|
|
13447
13920
|
*/
|
|
13448
13921
|
'url'?: string;
|
|
13449
13922
|
}
|
|
13923
|
+
/**
|
|
13924
|
+
*
|
|
13925
|
+
* @export
|
|
13926
|
+
* @interface GetV1ReferenceIpos200Response
|
|
13927
|
+
*/
|
|
13928
|
+
interface GetV1ReferenceIpos200Response {
|
|
13929
|
+
/**
|
|
13930
|
+
* If present, this value can be used to fetch the next page.
|
|
13931
|
+
* @type {string}
|
|
13932
|
+
* @memberof GetV1ReferenceIpos200Response
|
|
13933
|
+
*/
|
|
13934
|
+
'next_url'?: string;
|
|
13935
|
+
/**
|
|
13936
|
+
* A request id assigned by the server.
|
|
13937
|
+
* @type {string}
|
|
13938
|
+
* @memberof GetV1ReferenceIpos200Response
|
|
13939
|
+
*/
|
|
13940
|
+
'request_id': string;
|
|
13941
|
+
/**
|
|
13942
|
+
* The results for this request.
|
|
13943
|
+
* @type {Array<GetV1ReferenceIpos200ResponseResultsInner>}
|
|
13944
|
+
* @memberof GetV1ReferenceIpos200Response
|
|
13945
|
+
*/
|
|
13946
|
+
'results': Array<GetV1ReferenceIpos200ResponseResultsInner>;
|
|
13947
|
+
/**
|
|
13948
|
+
* The status of this request\'s response.
|
|
13949
|
+
* @type {string}
|
|
13950
|
+
* @memberof GetV1ReferenceIpos200Response
|
|
13951
|
+
*/
|
|
13952
|
+
'status': GetV1ReferenceIpos200ResponseStatusEnum;
|
|
13953
|
+
}
|
|
13954
|
+
/**
|
|
13955
|
+
* @export
|
|
13956
|
+
* @enum {string}
|
|
13957
|
+
*/
|
|
13958
|
+
declare enum GetV1ReferenceIpos200ResponseStatusEnum {
|
|
13959
|
+
Ok = "OK"
|
|
13960
|
+
}
|
|
13961
|
+
/**
|
|
13962
|
+
*
|
|
13963
|
+
* @export
|
|
13964
|
+
* @interface GetV1ReferenceIpos200ResponseResultsInner
|
|
13965
|
+
*/
|
|
13966
|
+
interface GetV1ReferenceIpos200ResponseResultsInner {
|
|
13967
|
+
/**
|
|
13968
|
+
* The date when the IPO event was announced.
|
|
13969
|
+
* @type {number}
|
|
13970
|
+
* @memberof GetV1ReferenceIpos200ResponseResultsInner
|
|
13971
|
+
*/
|
|
13972
|
+
'announced_date'?: number;
|
|
13973
|
+
/**
|
|
13974
|
+
* Underlying currency of the security.
|
|
13975
|
+
* @type {string}
|
|
13976
|
+
* @memberof GetV1ReferenceIpos200ResponseResultsInner
|
|
13977
|
+
*/
|
|
13978
|
+
'currency_code'?: string;
|
|
13979
|
+
/**
|
|
13980
|
+
* The price set by the company and its underwriters before the IPO goes live.
|
|
13981
|
+
* @type {number}
|
|
13982
|
+
* @memberof GetV1ReferenceIpos200ResponseResultsInner
|
|
13983
|
+
*/
|
|
13984
|
+
'final_issue_price'?: number;
|
|
13985
|
+
/**
|
|
13986
|
+
* The highest price within the IPO price range that the company might use to price the shares.
|
|
13987
|
+
* @type {number}
|
|
13988
|
+
* @memberof GetV1ReferenceIpos200ResponseResultsInner
|
|
13989
|
+
*/
|
|
13990
|
+
'highest_offer_price'?: number;
|
|
13991
|
+
/**
|
|
13992
|
+
* The status of the IPO.
|
|
13993
|
+
* @type {string}
|
|
13994
|
+
* @memberof GetV1ReferenceIpos200ResponseResultsInner
|
|
13995
|
+
*/
|
|
13996
|
+
'ipo_status'?: string;
|
|
13997
|
+
/**
|
|
13998
|
+
* International Securities Identification Number. This is a unique twelve-digit code that is assigned to every security issuance in the world.
|
|
13999
|
+
* @type {string}
|
|
14000
|
+
* @memberof GetV1ReferenceIpos200ResponseResultsInner
|
|
14001
|
+
*/
|
|
14002
|
+
'isin'?: string;
|
|
14003
|
+
/**
|
|
14004
|
+
* Name of issuer.
|
|
14005
|
+
* @type {string}
|
|
14006
|
+
* @memberof GetV1ReferenceIpos200ResponseResultsInner
|
|
14007
|
+
*/
|
|
14008
|
+
'issuer_name'?: string;
|
|
14009
|
+
/**
|
|
14010
|
+
* The date when the IPO event was last modified.
|
|
14011
|
+
* @type {number}
|
|
14012
|
+
* @memberof GetV1ReferenceIpos200ResponseResultsInner
|
|
14013
|
+
*/
|
|
14014
|
+
'last_updated'?: number;
|
|
14015
|
+
/**
|
|
14016
|
+
* First trading date for the newly listed entity.
|
|
14017
|
+
* @type {number}
|
|
14018
|
+
* @memberof GetV1ReferenceIpos200ResponseResultsInner
|
|
14019
|
+
*/
|
|
14020
|
+
'listing_date'?: number;
|
|
14021
|
+
/**
|
|
14022
|
+
* The minimum number of shares that an investor may apply for during an IPO.
|
|
14023
|
+
* @type {number}
|
|
14024
|
+
* @memberof GetV1ReferenceIpos200ResponseResultsInner
|
|
14025
|
+
*/
|
|
14026
|
+
'lot_size'?: number;
|
|
14027
|
+
/**
|
|
14028
|
+
* The lowest price within the IPO price range that the company is willing to offer its shares to investors.
|
|
14029
|
+
* @type {number}
|
|
14030
|
+
* @memberof GetV1ReferenceIpos200ResponseResultsInner
|
|
14031
|
+
*/
|
|
14032
|
+
'lowest_offer_price'?: number;
|
|
14033
|
+
/**
|
|
14034
|
+
* The upper limit of the shares that the company is offering to investors.
|
|
14035
|
+
* @type {number}
|
|
14036
|
+
* @memberof GetV1ReferenceIpos200ResponseResultsInner
|
|
14037
|
+
*/
|
|
14038
|
+
'max_shares_offered'?: number;
|
|
14039
|
+
/**
|
|
14040
|
+
* The lower limit of shares that the company is willing to sell in the IPO.
|
|
14041
|
+
* @type {number}
|
|
14042
|
+
* @memberof GetV1ReferenceIpos200ResponseResultsInner
|
|
14043
|
+
*/
|
|
14044
|
+
'min_shares_offered'?: number;
|
|
14045
|
+
/**
|
|
14046
|
+
* Market Identifier Code (MIC) of the primary exchange where the security is listed. The Market Identifier Code (MIC) (ISO 10383) is a unique identification code used to identify securities trading exchanges, regulated and non-regulated trading markets.
|
|
14047
|
+
* @type {string}
|
|
14048
|
+
* @memberof GetV1ReferenceIpos200ResponseResultsInner
|
|
14049
|
+
*/
|
|
14050
|
+
'primary_exchange'?: string;
|
|
14051
|
+
/**
|
|
14052
|
+
* A brief description of the security. e.g. Class A Shares
|
|
14053
|
+
* @type {string}
|
|
14054
|
+
* @memberof GetV1ReferenceIpos200ResponseResultsInner
|
|
14055
|
+
*/
|
|
14056
|
+
'security_description'?: string;
|
|
14057
|
+
/**
|
|
14058
|
+
* The classification of the stock. For example, CS stands for Common Stock.
|
|
14059
|
+
* @type {string}
|
|
14060
|
+
* @memberof GetV1ReferenceIpos200ResponseResultsInner
|
|
14061
|
+
*/
|
|
14062
|
+
'security_type'?: string;
|
|
14063
|
+
/**
|
|
14064
|
+
* The total number of shares that the company has issued and are held by investors.
|
|
14065
|
+
* @type {number}
|
|
14066
|
+
* @memberof GetV1ReferenceIpos200ResponseResultsInner
|
|
14067
|
+
*/
|
|
14068
|
+
'shares_outstanding'?: number;
|
|
14069
|
+
/**
|
|
14070
|
+
* The ticker symbol of the IPO event.
|
|
14071
|
+
* @type {string}
|
|
14072
|
+
* @memberof GetV1ReferenceIpos200ResponseResultsInner
|
|
14073
|
+
*/
|
|
14074
|
+
'ticker'?: string;
|
|
14075
|
+
/**
|
|
14076
|
+
* The total amount raised by the company for IPO.
|
|
14077
|
+
* @type {number}
|
|
14078
|
+
* @memberof GetV1ReferenceIpos200ResponseResultsInner
|
|
14079
|
+
*/
|
|
14080
|
+
'total_offer_size'?: number;
|
|
14081
|
+
/**
|
|
14082
|
+
* Nine-character alphanumeric code that uniquely identifies a financial security in North America.
|
|
14083
|
+
* @type {string}
|
|
14084
|
+
* @memberof GetV1ReferenceIpos200ResponseResultsInner
|
|
14085
|
+
*/
|
|
14086
|
+
'us_code'?: string;
|
|
14087
|
+
}
|
|
13450
14088
|
/**
|
|
13451
14089
|
*
|
|
13452
14090
|
* @export
|
|
@@ -15622,6 +16260,12 @@ interface SnapshotOHLCVVWOtc {
|
|
|
15622
16260
|
* @memberof SnapshotOHLCVVWOtc
|
|
15623
16261
|
*/
|
|
15624
16262
|
'c': number;
|
|
16263
|
+
/**
|
|
16264
|
+
* The volume including fractional shares, respresented as a string.
|
|
16265
|
+
* @type {string}
|
|
16266
|
+
* @memberof SnapshotOHLCVVWOtc
|
|
16267
|
+
*/
|
|
16268
|
+
'dv'?: string;
|
|
15625
16269
|
/**
|
|
15626
16270
|
* The highest price for the symbol in the given time period.
|
|
15627
16271
|
* @type {number}
|
|
@@ -15857,6 +16501,18 @@ interface StocksSnapshotMinute {
|
|
|
15857
16501
|
* @memberof StocksSnapshotMinute
|
|
15858
16502
|
*/
|
|
15859
16503
|
'c': number;
|
|
16504
|
+
/**
|
|
16505
|
+
* The accumulated volume including fractional shares, respresented as a string.
|
|
16506
|
+
* @type {string}
|
|
16507
|
+
* @memberof StocksSnapshotMinute
|
|
16508
|
+
*/
|
|
16509
|
+
'dav': string;
|
|
16510
|
+
/**
|
|
16511
|
+
* The volume including fractional shares, respresented as a string.
|
|
16512
|
+
* @type {string}
|
|
16513
|
+
* @memberof StocksSnapshotMinute
|
|
16514
|
+
*/
|
|
16515
|
+
'dv'?: string;
|
|
15860
16516
|
/**
|
|
15861
16517
|
* The highest price for the symbol in the given time period.
|
|
15862
16518
|
* @type {number}
|
|
@@ -15918,6 +16574,18 @@ interface StocksSnapshotMinuteOTC {
|
|
|
15918
16574
|
* @memberof StocksSnapshotMinuteOTC
|
|
15919
16575
|
*/
|
|
15920
16576
|
'c': number;
|
|
16577
|
+
/**
|
|
16578
|
+
* The accumulated volume including fractional shares, respresented as a string.
|
|
16579
|
+
* @type {string}
|
|
16580
|
+
* @memberof StocksSnapshotMinuteOTC
|
|
16581
|
+
*/
|
|
16582
|
+
'dav': string;
|
|
16583
|
+
/**
|
|
16584
|
+
* The volume including fractional shares, respresented as a string.
|
|
16585
|
+
* @type {string}
|
|
16586
|
+
* @memberof StocksSnapshotMinuteOTC
|
|
16587
|
+
*/
|
|
16588
|
+
'dv'?: string;
|
|
15921
16589
|
/**
|
|
15922
16590
|
* The highest price for the symbol in the given time period.
|
|
15923
16591
|
* @type {number}
|
|
@@ -15967,6 +16635,55 @@ interface StocksSnapshotMinuteOTC {
|
|
|
15967
16635
|
*/
|
|
15968
16636
|
'vw': number;
|
|
15969
16637
|
}
|
|
16638
|
+
/**
|
|
16639
|
+
*
|
|
16640
|
+
* @export
|
|
16641
|
+
* @interface StocksSnapshotPrevDay
|
|
16642
|
+
*/
|
|
16643
|
+
interface StocksSnapshotPrevDay {
|
|
16644
|
+
/**
|
|
16645
|
+
* The close price for the symbol in the given time period.
|
|
16646
|
+
* @type {number}
|
|
16647
|
+
* @memberof StocksSnapshotPrevDay
|
|
16648
|
+
*/
|
|
16649
|
+
'c': number;
|
|
16650
|
+
/**
|
|
16651
|
+
* The highest price for the symbol in the given time period.
|
|
16652
|
+
* @type {number}
|
|
16653
|
+
* @memberof StocksSnapshotPrevDay
|
|
16654
|
+
*/
|
|
16655
|
+
'h': number;
|
|
16656
|
+
/**
|
|
16657
|
+
* The lowest price for the symbol in the given time period.
|
|
16658
|
+
* @type {number}
|
|
16659
|
+
* @memberof StocksSnapshotPrevDay
|
|
16660
|
+
*/
|
|
16661
|
+
'l': number;
|
|
16662
|
+
/**
|
|
16663
|
+
* The open price for the symbol in the given time period.
|
|
16664
|
+
* @type {number}
|
|
16665
|
+
* @memberof StocksSnapshotPrevDay
|
|
16666
|
+
*/
|
|
16667
|
+
'o': number;
|
|
16668
|
+
/**
|
|
16669
|
+
* Whether or not this aggregate is for an OTC ticker. This field will be left off if false.
|
|
16670
|
+
* @type {boolean}
|
|
16671
|
+
* @memberof StocksSnapshotPrevDay
|
|
16672
|
+
*/
|
|
16673
|
+
'otc'?: boolean;
|
|
16674
|
+
/**
|
|
16675
|
+
* The trading volume of the symbol in the given time period.
|
|
16676
|
+
* @type {number}
|
|
16677
|
+
* @memberof StocksSnapshotPrevDay
|
|
16678
|
+
*/
|
|
16679
|
+
'v': number;
|
|
16680
|
+
/**
|
|
16681
|
+
* The volume weighted average price.
|
|
16682
|
+
* @type {number}
|
|
16683
|
+
* @memberof StocksSnapshotPrevDay
|
|
16684
|
+
*/
|
|
16685
|
+
'vw': number;
|
|
16686
|
+
}
|
|
15970
16687
|
/**
|
|
15971
16688
|
*
|
|
15972
16689
|
* @export
|
|
@@ -17532,6 +18249,21 @@ declare const DefaultApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
|
17532
18249
|
* @throws {RequiredError}
|
|
17533
18250
|
*/
|
|
17534
18251
|
getFuturesVXProducts: (name?: string, nameAnyOf?: string, nameGt?: string, nameGte?: string, nameLt?: string, nameLte?: string, productCode?: string, productCodeAnyOf?: string, productCodeGt?: string, productCodeGte?: string, productCodeLt?: string, productCodeLte?: string, date?: string, dateGt?: string, dateGte?: string, dateLt?: string, dateLte?: string, tradingVenue?: string, tradingVenueAnyOf?: string, tradingVenueGt?: string, tradingVenueGte?: string, tradingVenueLt?: string, tradingVenueLte?: string, sector?: GetFuturesVXProductsSectorEnum, sectorAnyOf?: GetFuturesVXProductsSectorAnyOfEnum, subSector?: GetFuturesVXProductsSubSectorEnum, subSectorAnyOf?: GetFuturesVXProductsSubSectorAnyOfEnum, assetClass?: GetFuturesVXProductsAssetClassEnum, assetClassAnyOf?: GetFuturesVXProductsAssetClassAnyOfEnum, assetSubClass?: GetFuturesVXProductsAssetSubClassEnum, assetSubClassAnyOf?: GetFuturesVXProductsAssetSubClassAnyOfEnum, type?: GetFuturesVXProductsTypeEnum, typeAnyOf?: GetFuturesVXProductsTypeAnyOfEnum, limit?: number, sort?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
18252
|
+
/**
|
|
18253
|
+
*
|
|
18254
|
+
* @param {string} ticker The exchange symbol that this item is traded under.
|
|
18255
|
+
* @param {string} [timestamp] The nanosecond accuracy Exchange Unix Timestamp. This is the timestamp of when the quote was actually generated at the exchange. Value must be an integer timestamp in nanoseconds, formatted \'yyyy-mm-dd\', or ISO 8601/RFC 3339 (e.g. \'2024-05-28T20:27:41Z\').
|
|
18256
|
+
* @param {string} [timestampGt] Filter greater than the value. Value must be an integer timestamp in nanoseconds, formatted \'yyyy-mm-dd\', or ISO 8601/RFC 3339 (e.g. \'2024-05-28T20:27:41Z\').
|
|
18257
|
+
* @param {string} [timestampGte] Filter greater than or equal to the value. Value must be an integer timestamp in nanoseconds, formatted \'yyyy-mm-dd\', or ISO 8601/RFC 3339 (e.g. \'2024-05-28T20:27:41Z\').
|
|
18258
|
+
* @param {string} [timestampLt] Filter less than the value. Value must be an integer timestamp in nanoseconds, formatted \'yyyy-mm-dd\', or ISO 8601/RFC 3339 (e.g. \'2024-05-28T20:27:41Z\').
|
|
18259
|
+
* @param {string} [timestampLte] Filter less than or equal to the value. Value must be an integer timestamp in nanoseconds, formatted \'yyyy-mm-dd\', or ISO 8601/RFC 3339 (e.g. \'2024-05-28T20:27:41Z\').
|
|
18260
|
+
* @param {string} [sessionEndDate] The trade date representing the session end date for this quote. Used for partitioning and filtering quotes by trading session.
|
|
18261
|
+
* @param {number} [limit] Limit the maximum number of results returned. Defaults to \'100\' if not specified. The maximum allowed limit is \'49999\'.
|
|
18262
|
+
* @param {string} [sort] A comma separated list of sort columns. For each column, append \'.asc\' or \'.desc\' to specify the sort direction. The sort column defaults to \'timestamp\' if not specified. The sort order defaults to \'desc\' if not specified.
|
|
18263
|
+
* @param {*} [options] Override http request option.
|
|
18264
|
+
* @throws {RequiredError}
|
|
18265
|
+
*/
|
|
18266
|
+
getFuturesVXQuotesNew: (ticker: string, timestamp?: string, timestampGt?: string, timestampGte?: string, timestampLt?: string, timestampLte?: string, sessionEndDate?: string, limit?: number, sort?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
17535
18267
|
/**
|
|
17536
18268
|
* The Schedules API provides a unified way to retrieve trading schedules for futures markets, returning precise session open and close times, intraday breaks, and any adjustments for holidays or special events. You can request the full set of schedules for all products on a specific trading date or retrieve the schedule for a single product using its product code. All times are returned in Coordinated Universal Time (UTC), making it straightforward to align trading, execution, and operational workflows across systems. Use Cases: Schedule planning, market analysis, strategy alignment, risk and operations management.
|
|
17537
18269
|
* @summary Futures Schedules API
|
|
@@ -17580,6 +18312,42 @@ declare const DefaultApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
|
17580
18312
|
* @throws {RequiredError}
|
|
17581
18313
|
*/
|
|
17582
18314
|
getFuturesVXSnapshot: (productCode?: string, productCodeAnyOf?: string, productCodeGt?: string, productCodeGte?: string, productCodeLt?: string, productCodeLte?: string, ticker?: string, tickerAnyOf?: string, tickerGt?: string, tickerGte?: string, tickerLt?: string, tickerLte?: string, limit?: number, sort?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
18315
|
+
/**
|
|
18316
|
+
* Retrieve a snapshot of the most recent futures contract data.
|
|
18317
|
+
* @summary futures_snapshot_v1 API
|
|
18318
|
+
* @param {string} [productCode] The code for the contracts\' underlying product.
|
|
18319
|
+
* @param {string} [productCodeAnyOf] Filter equal to any of the values. Multiple values can be specified by using a comma separated list.
|
|
18320
|
+
* @param {string} [productCodeGt] Filter greater than the value.
|
|
18321
|
+
* @param {string} [productCodeGte] Filter greater than or equal to the value.
|
|
18322
|
+
* @param {string} [productCodeLt] Filter less than the value.
|
|
18323
|
+
* @param {string} [productCodeLte] Filter less than or equal to the value.
|
|
18324
|
+
* @param {string} [ticker] The futures contract identifier, including the base symbol and contract expiration (e.g., ESZ24 for the December 2024 S&P 500 E-mini contract).
|
|
18325
|
+
* @param {string} [tickerAnyOf] Filter equal to any of the values. Multiple values can be specified by using a comma separated list.
|
|
18326
|
+
* @param {string} [tickerGt] Filter greater than the value.
|
|
18327
|
+
* @param {string} [tickerGte] Filter greater than or equal to the value.
|
|
18328
|
+
* @param {string} [tickerLt] Filter less than the value.
|
|
18329
|
+
* @param {string} [tickerLte] Filter less than or equal to the value.
|
|
18330
|
+
* @param {number} [limit] Limit the maximum number of results returned. Defaults to \'100\' if not specified. The maximum allowed limit is \'50000\'.
|
|
18331
|
+
* @param {string} [sort] A comma separated list of sort columns. For each column, append \'.asc\' or \'.desc\' to specify the sort direction. The sort column defaults to \'ticker\' if not specified. The sort order defaults to \'asc\' if not specified.
|
|
18332
|
+
* @param {*} [options] Override http request option.
|
|
18333
|
+
* @throws {RequiredError}
|
|
18334
|
+
*/
|
|
18335
|
+
getFuturesVXSnapshotNative: (productCode?: string, productCodeAnyOf?: string, productCodeGt?: string, productCodeGte?: string, productCodeLt?: string, productCodeLte?: string, ticker?: string, tickerAnyOf?: string, tickerGt?: string, tickerGte?: string, tickerLt?: string, tickerLte?: string, limit?: number, sort?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
18336
|
+
/**
|
|
18337
|
+
*
|
|
18338
|
+
* @param {string} ticker The futures contract identifier, including the base symbol and contract expiration (e.g., ESZ24 for the December 2024 S&P 500 E-mini contract).
|
|
18339
|
+
* @param {string} [timestamp] The time when the trade was generated at the exchange to nanosecond precision. Value must be an integer timestamp in nanoseconds, formatted \'yyyy-mm-dd\', or ISO 8601/RFC 3339 (e.g. \'2024-05-28T20:27:41Z\').
|
|
18340
|
+
* @param {string} [timestampGt] Filter greater than the value. Value must be an integer timestamp in nanoseconds, formatted \'yyyy-mm-dd\', or ISO 8601/RFC 3339 (e.g. \'2024-05-28T20:27:41Z\').
|
|
18341
|
+
* @param {string} [timestampGte] Filter greater than or equal to the value. Value must be an integer timestamp in nanoseconds, formatted \'yyyy-mm-dd\', or ISO 8601/RFC 3339 (e.g. \'2024-05-28T20:27:41Z\').
|
|
18342
|
+
* @param {string} [timestampLt] Filter less than the value. Value must be an integer timestamp in nanoseconds, formatted \'yyyy-mm-dd\', or ISO 8601/RFC 3339 (e.g. \'2024-05-28T20:27:41Z\').
|
|
18343
|
+
* @param {string} [timestampLte] Filter less than or equal to the value. Value must be an integer timestamp in nanoseconds, formatted \'yyyy-mm-dd\', or ISO 8601/RFC 3339 (e.g. \'2024-05-28T20:27:41Z\').
|
|
18344
|
+
* @param {string} [sessionEndDate] The trade date representing the session end date for this trade. Used for partitioning and filtering trades by trading session.
|
|
18345
|
+
* @param {number} [limit] Limit the maximum number of results returned. Defaults to \'10\' if not specified. The maximum allowed limit is \'49999\'.
|
|
18346
|
+
* @param {string} [sort] A comma separated list of sort columns. For each column, append \'.asc\' or \'.desc\' to specify the sort direction. The sort column defaults to \'timestamp\' if not specified. The sort order defaults to \'desc\' if not specified.
|
|
18347
|
+
* @param {*} [options] Override http request option.
|
|
18348
|
+
* @throws {RequiredError}
|
|
18349
|
+
*/
|
|
18350
|
+
getFuturesVXTradesNew: (ticker: string, timestamp?: string, timestampGt?: string, timestampGte?: string, timestampLt?: string, timestampLte?: string, sessionEndDate?: string, limit?: number, sort?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
17583
18351
|
/**
|
|
17584
18352
|
* Get the daily open, high, low, and close (OHLC) for the entire cryptocurrency markets.
|
|
17585
18353
|
* @summary Grouped Daily (Bars)
|
|
@@ -18104,17 +18872,48 @@ declare const DefaultApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
|
18104
18872
|
* @param {string} [filingDateGte] Filter greater than or equal to the value. Value must be formatted \'yyyy-mm-dd\'.
|
|
18105
18873
|
* @param {string} [filingDateLt] Filter less than the value. Value must be formatted \'yyyy-mm-dd\'.
|
|
18106
18874
|
* @param {string} [filingDateLte] Filter less than or equal to the value. Value must be formatted \'yyyy-mm-dd\'.
|
|
18107
|
-
* @param {string} [periodEnd] Period end date that the filing relates to (formatted as YYYY-MM-DD). Value must be formatted \'yyyy-mm-dd\'.
|
|
18108
|
-
* @param {string} [periodEndGt] Filter greater than the value. Value must be formatted \'yyyy-mm-dd\'.
|
|
18109
|
-
* @param {string} [periodEndGte] Filter greater than or equal to the value. Value must be formatted \'yyyy-mm-dd\'.
|
|
18110
|
-
* @param {string} [periodEndLt] Filter less than the value. Value must be formatted \'yyyy-mm-dd\'.
|
|
18111
|
-
* @param {string} [periodEndLte] Filter less than or equal to the value. Value must be formatted \'yyyy-mm-dd\'.
|
|
18112
|
-
* @param {number} [limit] Limit the maximum number of results returned. Defaults to \'100\' if not specified. The maximum allowed limit is \'9999\'.
|
|
18113
|
-
* @param {string} [sort] A comma separated list of sort columns. For each column, append \'.asc\' or \'.desc\' to specify the sort direction. The sort column defaults to \'period_end\' if not specified. The sort order defaults to \'desc\' if not specified.
|
|
18875
|
+
* @param {string} [periodEnd] Period end date that the filing relates to (formatted as YYYY-MM-DD). Value must be formatted \'yyyy-mm-dd\'.
|
|
18876
|
+
* @param {string} [periodEndGt] Filter greater than the value. Value must be formatted \'yyyy-mm-dd\'.
|
|
18877
|
+
* @param {string} [periodEndGte] Filter greater than or equal to the value. Value must be formatted \'yyyy-mm-dd\'.
|
|
18878
|
+
* @param {string} [periodEndLt] Filter less than the value. Value must be formatted \'yyyy-mm-dd\'.
|
|
18879
|
+
* @param {string} [periodEndLte] Filter less than or equal to the value. Value must be formatted \'yyyy-mm-dd\'.
|
|
18880
|
+
* @param {number} [limit] Limit the maximum number of results returned. Defaults to \'100\' if not specified. The maximum allowed limit is \'9999\'.
|
|
18881
|
+
* @param {string} [sort] A comma separated list of sort columns. For each column, append \'.asc\' or \'.desc\' to specify the sort direction. The sort column defaults to \'period_end\' if not specified. The sort order defaults to \'desc\' if not specified.
|
|
18882
|
+
* @param {*} [options] Override http request option.
|
|
18883
|
+
* @throws {RequiredError}
|
|
18884
|
+
*/
|
|
18885
|
+
getStocksFilings10KVXSections: (cik?: string, cikAnyOf?: string, cikGt?: string, cikGte?: string, cikLt?: string, cikLte?: string, ticker?: string, tickerAnyOf?: string, tickerGt?: string, tickerGte?: string, tickerLt?: string, tickerLte?: string, section?: GetStocksFilings10KVXSectionsSectionEnum, sectionAnyOf?: GetStocksFilings10KVXSectionsSectionAnyOfEnum, filingDate?: string, filingDateGt?: string, filingDateGte?: string, filingDateLt?: string, filingDateLte?: string, periodEnd?: string, periodEndGt?: string, periodEndGte?: string, periodEndLt?: string, periodEndLte?: string, limit?: number, sort?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
18886
|
+
/**
|
|
18887
|
+
* SEC EDGAR master index providing metadata for all SEC filings including form types, filing dates, and direct links to source documents.
|
|
18888
|
+
* @param {string} [cik] SEC Central Index Key (CIK) identifying the filing entity.
|
|
18889
|
+
* @param {string} [cikAnyOf] Filter equal to any of the values. Multiple values can be specified by using a comma separated list.
|
|
18890
|
+
* @param {string} [cikGt] Filter greater than the value.
|
|
18891
|
+
* @param {string} [cikGte] Filter greater than or equal to the value.
|
|
18892
|
+
* @param {string} [cikLt] Filter less than the value.
|
|
18893
|
+
* @param {string} [cikLte] Filter less than or equal to the value.
|
|
18894
|
+
* @param {string} [ticker] Stock ticker symbol for the filing entity, if available.
|
|
18895
|
+
* @param {string} [tickerAnyOf] Filter equal to any of the values. Multiple values can be specified by using a comma separated list.
|
|
18896
|
+
* @param {string} [tickerGt] Filter greater than the value.
|
|
18897
|
+
* @param {string} [tickerGte] Filter greater than or equal to the value.
|
|
18898
|
+
* @param {string} [tickerLt] Filter less than the value.
|
|
18899
|
+
* @param {string} [tickerLte] Filter less than or equal to the value.
|
|
18900
|
+
* @param {string} [formType] SEC form type (e.g., \'10-K\', \'10-Q\', \'8-K\', \'S-1\', \'4\', etc.).
|
|
18901
|
+
* @param {string} [formTypeAnyOf] Filter equal to any of the values. Multiple values can be specified by using a comma separated list.
|
|
18902
|
+
* @param {string} [formTypeGt] Filter greater than the value.
|
|
18903
|
+
* @param {string} [formTypeGte] Filter greater than or equal to the value.
|
|
18904
|
+
* @param {string} [formTypeLt] Filter less than the value.
|
|
18905
|
+
* @param {string} [formTypeLte] Filter less than or equal to the value.
|
|
18906
|
+
* @param {string} [filingDate] Date when the filing was submitted to the SEC (formatted as YYYY-MM-DD). Value must be formatted \'yyyy-mm-dd\'.
|
|
18907
|
+
* @param {string} [filingDateGt] Filter greater than the value. Value must be formatted \'yyyy-mm-dd\'.
|
|
18908
|
+
* @param {string} [filingDateGte] Filter greater than or equal to the value. Value must be formatted \'yyyy-mm-dd\'.
|
|
18909
|
+
* @param {string} [filingDateLt] Filter less than the value. Value must be formatted \'yyyy-mm-dd\'.
|
|
18910
|
+
* @param {string} [filingDateLte] Filter less than or equal to the value. Value must be formatted \'yyyy-mm-dd\'.
|
|
18911
|
+
* @param {number} [limit] Limit the maximum number of results returned. Defaults to \'1000\' if not specified. The maximum allowed limit is \'50000\'.
|
|
18912
|
+
* @param {string} [sort] A comma separated list of sort columns. For each column, append \'.asc\' or \'.desc\' to specify the sort direction. The sort column defaults to \'filing_date\' if not specified. The sort order defaults to \'desc\' if not specified.
|
|
18114
18913
|
* @param {*} [options] Override http request option.
|
|
18115
18914
|
* @throws {RequiredError}
|
|
18116
18915
|
*/
|
|
18117
|
-
|
|
18916
|
+
getStocksFilingsVXIndex: (cik?: string, cikAnyOf?: string, cikGt?: string, cikGte?: string, cikLt?: string, cikLte?: string, ticker?: string, tickerAnyOf?: string, tickerGt?: string, tickerGte?: string, tickerLt?: string, tickerLte?: string, formType?: string, formTypeAnyOf?: string, formTypeGt?: string, formTypeGte?: string, formTypeLt?: string, formTypeLte?: string, filingDate?: string, filingDateGt?: string, filingDateGte?: string, filingDateLt?: string, filingDateLte?: string, limit?: number, sort?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
18118
18917
|
/**
|
|
18119
18918
|
* The risk factors identified in companies\' 10K filings.
|
|
18120
18919
|
* @param {string} [filingDate] Date when the filing was submitted to the SEC (formatted as YYYY-MM-DD).
|
|
@@ -18788,6 +19587,39 @@ declare const DefaultApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
|
18788
19587
|
* @throws {RequiredError}
|
|
18789
19588
|
*/
|
|
18790
19589
|
getTmxV1CorporateEvents: (date?: string, dateAnyOf?: string, dateGt?: string, dateGte?: string, dateLt?: string, dateLte?: string, type?: string, typeAnyOf?: string, typeGt?: string, typeGte?: string, typeLt?: string, typeLte?: string, status?: string, statusAnyOf?: string, statusGt?: string, statusGte?: string, statusLt?: string, statusLte?: string, ticker?: string, tickerAnyOf?: string, tickerGt?: string, tickerGte?: string, tickerLt?: string, tickerLte?: string, isin?: string, isinAnyOf?: string, isinGt?: string, isinGte?: string, isinLt?: string, isinLte?: string, tradingVenue?: string, tradingVenueAnyOf?: string, tradingVenueGt?: string, tradingVenueGte?: string, tradingVenueLt?: string, tradingVenueLte?: string, tmxCompanyId?: number, tmxCompanyIdGt?: number, tmxCompanyIdGte?: number, tmxCompanyIdLt?: number, tmxCompanyIdLte?: number, tmxRecordId?: string, tmxRecordIdAnyOf?: string, tmxRecordIdGt?: string, tmxRecordIdGte?: string, tmxRecordIdLt?: string, tmxRecordIdLte?: string, limit?: number, sort?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
19590
|
+
/**
|
|
19591
|
+
* Contains comprehensive data about Initial Public Offerings (IPOs) and direct listings for US stocks, tracking both historical and pending offerings with detailed pricing, share, and timing information.
|
|
19592
|
+
* @param {string} [ticker] The ticker symbol of the IPO event.
|
|
19593
|
+
* @param {string} [tickerAnyOf] Filter equal to any of the values. Multiple values can be specified by using a comma separated list.
|
|
19594
|
+
* @param {string} [tickerGt] Filter greater than the value.
|
|
19595
|
+
* @param {string} [tickerGte] Filter greater than or equal to the value.
|
|
19596
|
+
* @param {string} [tickerLt] Filter less than the value.
|
|
19597
|
+
* @param {string} [tickerLte] Filter less than or equal to the value.
|
|
19598
|
+
* @param {string} [usCode] Nine-character alphanumeric code that uniquely identifies a financial security in North America.
|
|
19599
|
+
* @param {string} [usCodeAnyOf] Filter equal to any of the values. Multiple values can be specified by using a comma separated list.
|
|
19600
|
+
* @param {string} [usCodeGt] Filter greater than the value.
|
|
19601
|
+
* @param {string} [usCodeGte] Filter greater than or equal to the value.
|
|
19602
|
+
* @param {string} [usCodeLt] Filter less than the value.
|
|
19603
|
+
* @param {string} [usCodeLte] Filter less than or equal to the value.
|
|
19604
|
+
* @param {string} [isin] International Securities Identification Number. This is a unique twelve-digit code that is assigned to every security issuance in the world.
|
|
19605
|
+
* @param {string} [isinAnyOf] Filter equal to any of the values. Multiple values can be specified by using a comma separated list.
|
|
19606
|
+
* @param {string} [isinGt] Filter greater than the value.
|
|
19607
|
+
* @param {string} [isinGte] Filter greater than or equal to the value.
|
|
19608
|
+
* @param {string} [isinLt] Filter less than the value.
|
|
19609
|
+
* @param {string} [isinLte] Filter less than or equal to the value.
|
|
19610
|
+
* @param {string} [listingDate] First trading date for the newly listed entity. Value must be an integer timestamp in nanoseconds, formatted \'yyyy-mm-dd\', or ISO 8601/RFC 3339 (e.g. \'2024-05-28T20:27:41Z\').
|
|
19611
|
+
* @param {string} [listingDateGt] Filter greater than the value. Value must be an integer timestamp in nanoseconds, formatted \'yyyy-mm-dd\', or ISO 8601/RFC 3339 (e.g. \'2024-05-28T20:27:41Z\').
|
|
19612
|
+
* @param {string} [listingDateGte] Filter greater than or equal to the value. Value must be an integer timestamp in nanoseconds, formatted \'yyyy-mm-dd\', or ISO 8601/RFC 3339 (e.g. \'2024-05-28T20:27:41Z\').
|
|
19613
|
+
* @param {string} [listingDateLt] Filter less than the value. Value must be an integer timestamp in nanoseconds, formatted \'yyyy-mm-dd\', or ISO 8601/RFC 3339 (e.g. \'2024-05-28T20:27:41Z\').
|
|
19614
|
+
* @param {string} [listingDateLte] Filter less than or equal to the value. Value must be an integer timestamp in nanoseconds, formatted \'yyyy-mm-dd\', or ISO 8601/RFC 3339 (e.g. \'2024-05-28T20:27:41Z\').
|
|
19615
|
+
* @param {GetV1ReferenceIposIpoStatusEnum} [ipoStatus] The status of the IPO.
|
|
19616
|
+
* @param {GetV1ReferenceIposIpoStatusAnyOfEnum} [ipoStatusAnyOf] Filter equal to any of the values. Multiple values can be specified by using a comma separated list.
|
|
19617
|
+
* @param {number} [limit] Limit the maximum number of results returned. Defaults to \'10\' if not specified. The maximum allowed limit is \'1000\'.
|
|
19618
|
+
* @param {string} [sort] A comma separated list of sort columns. For each column, append \'.asc\' or \'.desc\' to specify the sort direction. The sort column defaults to \'listing_date\' if not specified. The sort order defaults to \'desc\' if not specified.
|
|
19619
|
+
* @param {*} [options] Override http request option.
|
|
19620
|
+
* @throws {RequiredError}
|
|
19621
|
+
*/
|
|
19622
|
+
getV1ReferenceIpos: (ticker?: string, tickerAnyOf?: string, tickerGt?: string, tickerGte?: string, tickerLt?: string, tickerLte?: string, usCode?: string, usCodeAnyOf?: string, usCodeGt?: string, usCodeGte?: string, usCodeLt?: string, usCodeLte?: string, isin?: string, isinAnyOf?: string, isinGt?: string, isinGte?: string, isinLt?: string, isinLte?: string, listingDate?: string, listingDateGt?: string, listingDateGte?: string, listingDateLt?: string, listingDateLte?: string, ipoStatus?: GetV1ReferenceIposIpoStatusEnum, ipoStatusAnyOf?: GetV1ReferenceIposIpoStatusAnyOfEnum, limit?: number, sort?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
18791
19623
|
/**
|
|
18792
19624
|
* List all conditions that Massive uses.
|
|
18793
19625
|
* @summary Conditions
|
|
@@ -20132,6 +20964,21 @@ declare const DefaultApiFp: (configuration?: Configuration) => {
|
|
|
20132
20964
|
* @throws {RequiredError}
|
|
20133
20965
|
*/
|
|
20134
20966
|
getFuturesVXProducts(name?: string, nameAnyOf?: string, nameGt?: string, nameGte?: string, nameLt?: string, nameLte?: string, productCode?: string, productCodeAnyOf?: string, productCodeGt?: string, productCodeGte?: string, productCodeLt?: string, productCodeLte?: string, date?: string, dateGt?: string, dateGte?: string, dateLt?: string, dateLte?: string, tradingVenue?: string, tradingVenueAnyOf?: string, tradingVenueGt?: string, tradingVenueGte?: string, tradingVenueLt?: string, tradingVenueLte?: string, sector?: GetFuturesVXProductsSectorEnum, sectorAnyOf?: GetFuturesVXProductsSectorAnyOfEnum, subSector?: GetFuturesVXProductsSubSectorEnum, subSectorAnyOf?: GetFuturesVXProductsSubSectorAnyOfEnum, assetClass?: GetFuturesVXProductsAssetClassEnum, assetClassAnyOf?: GetFuturesVXProductsAssetClassAnyOfEnum, assetSubClass?: GetFuturesVXProductsAssetSubClassEnum, assetSubClassAnyOf?: GetFuturesVXProductsAssetSubClassAnyOfEnum, type?: GetFuturesVXProductsTypeEnum, typeAnyOf?: GetFuturesVXProductsTypeAnyOfEnum, limit?: number, sort?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => Promise<GetFuturesVXProducts200Response>>;
|
|
20967
|
+
/**
|
|
20968
|
+
*
|
|
20969
|
+
* @param {string} ticker The exchange symbol that this item is traded under.
|
|
20970
|
+
* @param {string} [timestamp] The nanosecond accuracy Exchange Unix Timestamp. This is the timestamp of when the quote was actually generated at the exchange. Value must be an integer timestamp in nanoseconds, formatted \'yyyy-mm-dd\', or ISO 8601/RFC 3339 (e.g. \'2024-05-28T20:27:41Z\').
|
|
20971
|
+
* @param {string} [timestampGt] Filter greater than the value. Value must be an integer timestamp in nanoseconds, formatted \'yyyy-mm-dd\', or ISO 8601/RFC 3339 (e.g. \'2024-05-28T20:27:41Z\').
|
|
20972
|
+
* @param {string} [timestampGte] Filter greater than or equal to the value. Value must be an integer timestamp in nanoseconds, formatted \'yyyy-mm-dd\', or ISO 8601/RFC 3339 (e.g. \'2024-05-28T20:27:41Z\').
|
|
20973
|
+
* @param {string} [timestampLt] Filter less than the value. Value must be an integer timestamp in nanoseconds, formatted \'yyyy-mm-dd\', or ISO 8601/RFC 3339 (e.g. \'2024-05-28T20:27:41Z\').
|
|
20974
|
+
* @param {string} [timestampLte] Filter less than or equal to the value. Value must be an integer timestamp in nanoseconds, formatted \'yyyy-mm-dd\', or ISO 8601/RFC 3339 (e.g. \'2024-05-28T20:27:41Z\').
|
|
20975
|
+
* @param {string} [sessionEndDate] The trade date representing the session end date for this quote. Used for partitioning and filtering quotes by trading session.
|
|
20976
|
+
* @param {number} [limit] Limit the maximum number of results returned. Defaults to \'100\' if not specified. The maximum allowed limit is \'49999\'.
|
|
20977
|
+
* @param {string} [sort] A comma separated list of sort columns. For each column, append \'.asc\' or \'.desc\' to specify the sort direction. The sort column defaults to \'timestamp\' if not specified. The sort order defaults to \'desc\' if not specified.
|
|
20978
|
+
* @param {*} [options] Override http request option.
|
|
20979
|
+
* @throws {RequiredError}
|
|
20980
|
+
*/
|
|
20981
|
+
getFuturesVXQuotesNew(ticker: string, timestamp?: string, timestampGt?: string, timestampGte?: string, timestampLt?: string, timestampLte?: string, sessionEndDate?: string, limit?: number, sort?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => Promise<GetFuturesVXQuotesNew200Response>>;
|
|
20135
20982
|
/**
|
|
20136
20983
|
* The Schedules API provides a unified way to retrieve trading schedules for futures markets, returning precise session open and close times, intraday breaks, and any adjustments for holidays or special events. You can request the full set of schedules for all products on a specific trading date or retrieve the schedule for a single product using its product code. All times are returned in Coordinated Universal Time (UTC), making it straightforward to align trading, execution, and operational workflows across systems. Use Cases: Schedule planning, market analysis, strategy alignment, risk and operations management.
|
|
20137
20984
|
* @summary Futures Schedules API
|
|
@@ -20180,6 +21027,42 @@ declare const DefaultApiFp: (configuration?: Configuration) => {
|
|
|
20180
21027
|
* @throws {RequiredError}
|
|
20181
21028
|
*/
|
|
20182
21029
|
getFuturesVXSnapshot(productCode?: string, productCodeAnyOf?: string, productCodeGt?: string, productCodeGte?: string, productCodeLt?: string, productCodeLte?: string, ticker?: string, tickerAnyOf?: string, tickerGt?: string, tickerGte?: string, tickerLt?: string, tickerLte?: string, limit?: number, sort?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => Promise<GetFuturesVXSnapshot200Response>>;
|
|
21030
|
+
/**
|
|
21031
|
+
* Retrieve a snapshot of the most recent futures contract data.
|
|
21032
|
+
* @summary futures_snapshot_v1 API
|
|
21033
|
+
* @param {string} [productCode] The code for the contracts\' underlying product.
|
|
21034
|
+
* @param {string} [productCodeAnyOf] Filter equal to any of the values. Multiple values can be specified by using a comma separated list.
|
|
21035
|
+
* @param {string} [productCodeGt] Filter greater than the value.
|
|
21036
|
+
* @param {string} [productCodeGte] Filter greater than or equal to the value.
|
|
21037
|
+
* @param {string} [productCodeLt] Filter less than the value.
|
|
21038
|
+
* @param {string} [productCodeLte] Filter less than or equal to the value.
|
|
21039
|
+
* @param {string} [ticker] The futures contract identifier, including the base symbol and contract expiration (e.g., ESZ24 for the December 2024 S&P 500 E-mini contract).
|
|
21040
|
+
* @param {string} [tickerAnyOf] Filter equal to any of the values. Multiple values can be specified by using a comma separated list.
|
|
21041
|
+
* @param {string} [tickerGt] Filter greater than the value.
|
|
21042
|
+
* @param {string} [tickerGte] Filter greater than or equal to the value.
|
|
21043
|
+
* @param {string} [tickerLt] Filter less than the value.
|
|
21044
|
+
* @param {string} [tickerLte] Filter less than or equal to the value.
|
|
21045
|
+
* @param {number} [limit] Limit the maximum number of results returned. Defaults to \'100\' if not specified. The maximum allowed limit is \'50000\'.
|
|
21046
|
+
* @param {string} [sort] A comma separated list of sort columns. For each column, append \'.asc\' or \'.desc\' to specify the sort direction. The sort column defaults to \'ticker\' if not specified. The sort order defaults to \'asc\' if not specified.
|
|
21047
|
+
* @param {*} [options] Override http request option.
|
|
21048
|
+
* @throws {RequiredError}
|
|
21049
|
+
*/
|
|
21050
|
+
getFuturesVXSnapshotNative(productCode?: string, productCodeAnyOf?: string, productCodeGt?: string, productCodeGte?: string, productCodeLt?: string, productCodeLte?: string, ticker?: string, tickerAnyOf?: string, tickerGt?: string, tickerGte?: string, tickerLt?: string, tickerLte?: string, limit?: number, sort?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => Promise<GetFuturesVXSnapshot200Response>>;
|
|
21051
|
+
/**
|
|
21052
|
+
*
|
|
21053
|
+
* @param {string} ticker The futures contract identifier, including the base symbol and contract expiration (e.g., ESZ24 for the December 2024 S&P 500 E-mini contract).
|
|
21054
|
+
* @param {string} [timestamp] The time when the trade was generated at the exchange to nanosecond precision. Value must be an integer timestamp in nanoseconds, formatted \'yyyy-mm-dd\', or ISO 8601/RFC 3339 (e.g. \'2024-05-28T20:27:41Z\').
|
|
21055
|
+
* @param {string} [timestampGt] Filter greater than the value. Value must be an integer timestamp in nanoseconds, formatted \'yyyy-mm-dd\', or ISO 8601/RFC 3339 (e.g. \'2024-05-28T20:27:41Z\').
|
|
21056
|
+
* @param {string} [timestampGte] Filter greater than or equal to the value. Value must be an integer timestamp in nanoseconds, formatted \'yyyy-mm-dd\', or ISO 8601/RFC 3339 (e.g. \'2024-05-28T20:27:41Z\').
|
|
21057
|
+
* @param {string} [timestampLt] Filter less than the value. Value must be an integer timestamp in nanoseconds, formatted \'yyyy-mm-dd\', or ISO 8601/RFC 3339 (e.g. \'2024-05-28T20:27:41Z\').
|
|
21058
|
+
* @param {string} [timestampLte] Filter less than or equal to the value. Value must be an integer timestamp in nanoseconds, formatted \'yyyy-mm-dd\', or ISO 8601/RFC 3339 (e.g. \'2024-05-28T20:27:41Z\').
|
|
21059
|
+
* @param {string} [sessionEndDate] The trade date representing the session end date for this trade. Used for partitioning and filtering trades by trading session.
|
|
21060
|
+
* @param {number} [limit] Limit the maximum number of results returned. Defaults to \'10\' if not specified. The maximum allowed limit is \'49999\'.
|
|
21061
|
+
* @param {string} [sort] A comma separated list of sort columns. For each column, append \'.asc\' or \'.desc\' to specify the sort direction. The sort column defaults to \'timestamp\' if not specified. The sort order defaults to \'desc\' if not specified.
|
|
21062
|
+
* @param {*} [options] Override http request option.
|
|
21063
|
+
* @throws {RequiredError}
|
|
21064
|
+
*/
|
|
21065
|
+
getFuturesVXTradesNew(ticker: string, timestamp?: string, timestampGt?: string, timestampGte?: string, timestampLt?: string, timestampLte?: string, sessionEndDate?: string, limit?: number, sort?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => Promise<GetFuturesVXTradesNew200Response>>;
|
|
20183
21066
|
/**
|
|
20184
21067
|
* Get the daily open, high, low, and close (OHLC) for the entire cryptocurrency markets.
|
|
20185
21068
|
* @summary Grouped Daily (Bars)
|
|
@@ -20370,7 +21253,7 @@ declare const DefaultApiFp: (configuration?: Configuration) => {
|
|
|
20370
21253
|
* @param {*} [options] Override http request option.
|
|
20371
21254
|
* @throws {RequiredError}
|
|
20372
21255
|
*/
|
|
20373
|
-
getLastStocksTrade(stocksTicker: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => Promise<
|
|
21256
|
+
getLastStocksTrade(stocksTicker: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => Promise<GetLastStocksTrade200Response>>;
|
|
20374
21257
|
/**
|
|
20375
21258
|
* Get upcoming market holidays and their open/close times.
|
|
20376
21259
|
* @summary Market Holidays
|
|
@@ -20715,6 +21598,37 @@ declare const DefaultApiFp: (configuration?: Configuration) => {
|
|
|
20715
21598
|
* @throws {RequiredError}
|
|
20716
21599
|
*/
|
|
20717
21600
|
getStocksFilings10KVXSections(cik?: string, cikAnyOf?: string, cikGt?: string, cikGte?: string, cikLt?: string, cikLte?: string, ticker?: string, tickerAnyOf?: string, tickerGt?: string, tickerGte?: string, tickerLt?: string, tickerLte?: string, section?: GetStocksFilings10KVXSectionsSectionEnum, sectionAnyOf?: GetStocksFilings10KVXSectionsSectionAnyOfEnum, filingDate?: string, filingDateGt?: string, filingDateGte?: string, filingDateLt?: string, filingDateLte?: string, periodEnd?: string, periodEndGt?: string, periodEndGte?: string, periodEndLt?: string, periodEndLte?: string, limit?: number, sort?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => Promise<GetStocksFilings10KVXSections200Response>>;
|
|
21601
|
+
/**
|
|
21602
|
+
* SEC EDGAR master index providing metadata for all SEC filings including form types, filing dates, and direct links to source documents.
|
|
21603
|
+
* @param {string} [cik] SEC Central Index Key (CIK) identifying the filing entity.
|
|
21604
|
+
* @param {string} [cikAnyOf] Filter equal to any of the values. Multiple values can be specified by using a comma separated list.
|
|
21605
|
+
* @param {string} [cikGt] Filter greater than the value.
|
|
21606
|
+
* @param {string} [cikGte] Filter greater than or equal to the value.
|
|
21607
|
+
* @param {string} [cikLt] Filter less than the value.
|
|
21608
|
+
* @param {string} [cikLte] Filter less than or equal to the value.
|
|
21609
|
+
* @param {string} [ticker] Stock ticker symbol for the filing entity, if available.
|
|
21610
|
+
* @param {string} [tickerAnyOf] Filter equal to any of the values. Multiple values can be specified by using a comma separated list.
|
|
21611
|
+
* @param {string} [tickerGt] Filter greater than the value.
|
|
21612
|
+
* @param {string} [tickerGte] Filter greater than or equal to the value.
|
|
21613
|
+
* @param {string} [tickerLt] Filter less than the value.
|
|
21614
|
+
* @param {string} [tickerLte] Filter less than or equal to the value.
|
|
21615
|
+
* @param {string} [formType] SEC form type (e.g., \'10-K\', \'10-Q\', \'8-K\', \'S-1\', \'4\', etc.).
|
|
21616
|
+
* @param {string} [formTypeAnyOf] Filter equal to any of the values. Multiple values can be specified by using a comma separated list.
|
|
21617
|
+
* @param {string} [formTypeGt] Filter greater than the value.
|
|
21618
|
+
* @param {string} [formTypeGte] Filter greater than or equal to the value.
|
|
21619
|
+
* @param {string} [formTypeLt] Filter less than the value.
|
|
21620
|
+
* @param {string} [formTypeLte] Filter less than or equal to the value.
|
|
21621
|
+
* @param {string} [filingDate] Date when the filing was submitted to the SEC (formatted as YYYY-MM-DD). Value must be formatted \'yyyy-mm-dd\'.
|
|
21622
|
+
* @param {string} [filingDateGt] Filter greater than the value. Value must be formatted \'yyyy-mm-dd\'.
|
|
21623
|
+
* @param {string} [filingDateGte] Filter greater than or equal to the value. Value must be formatted \'yyyy-mm-dd\'.
|
|
21624
|
+
* @param {string} [filingDateLt] Filter less than the value. Value must be formatted \'yyyy-mm-dd\'.
|
|
21625
|
+
* @param {string} [filingDateLte] Filter less than or equal to the value. Value must be formatted \'yyyy-mm-dd\'.
|
|
21626
|
+
* @param {number} [limit] Limit the maximum number of results returned. Defaults to \'1000\' if not specified. The maximum allowed limit is \'50000\'.
|
|
21627
|
+
* @param {string} [sort] A comma separated list of sort columns. For each column, append \'.asc\' or \'.desc\' to specify the sort direction. The sort column defaults to \'filing_date\' if not specified. The sort order defaults to \'desc\' if not specified.
|
|
21628
|
+
* @param {*} [options] Override http request option.
|
|
21629
|
+
* @throws {RequiredError}
|
|
21630
|
+
*/
|
|
21631
|
+
getStocksFilingsVXIndex(cik?: string, cikAnyOf?: string, cikGt?: string, cikGte?: string, cikLt?: string, cikLte?: string, ticker?: string, tickerAnyOf?: string, tickerGt?: string, tickerGte?: string, tickerLt?: string, tickerLte?: string, formType?: string, formTypeAnyOf?: string, formTypeGt?: string, formTypeGte?: string, formTypeLt?: string, formTypeLte?: string, filingDate?: string, filingDateGt?: string, filingDateGte?: string, filingDateLt?: string, filingDateLte?: string, limit?: number, sort?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => Promise<GetStocksFilingsVXIndex200Response>>;
|
|
20718
21632
|
/**
|
|
20719
21633
|
* The risk factors identified in companies\' 10K filings.
|
|
20720
21634
|
* @param {string} [filingDate] Date when the filing was submitted to the SEC (formatted as YYYY-MM-DD).
|
|
@@ -21388,6 +22302,39 @@ declare const DefaultApiFp: (configuration?: Configuration) => {
|
|
|
21388
22302
|
* @throws {RequiredError}
|
|
21389
22303
|
*/
|
|
21390
22304
|
getTmxV1CorporateEvents(date?: string, dateAnyOf?: string, dateGt?: string, dateGte?: string, dateLt?: string, dateLte?: string, type?: string, typeAnyOf?: string, typeGt?: string, typeGte?: string, typeLt?: string, typeLte?: string, status?: string, statusAnyOf?: string, statusGt?: string, statusGte?: string, statusLt?: string, statusLte?: string, ticker?: string, tickerAnyOf?: string, tickerGt?: string, tickerGte?: string, tickerLt?: string, tickerLte?: string, isin?: string, isinAnyOf?: string, isinGt?: string, isinGte?: string, isinLt?: string, isinLte?: string, tradingVenue?: string, tradingVenueAnyOf?: string, tradingVenueGt?: string, tradingVenueGte?: string, tradingVenueLt?: string, tradingVenueLte?: string, tmxCompanyId?: number, tmxCompanyIdGt?: number, tmxCompanyIdGte?: number, tmxCompanyIdLt?: number, tmxCompanyIdLte?: number, tmxRecordId?: string, tmxRecordIdAnyOf?: string, tmxRecordIdGt?: string, tmxRecordIdGte?: string, tmxRecordIdLt?: string, tmxRecordIdLte?: string, limit?: number, sort?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => Promise<GetTmxV1CorporateEvents200Response>>;
|
|
22305
|
+
/**
|
|
22306
|
+
* Contains comprehensive data about Initial Public Offerings (IPOs) and direct listings for US stocks, tracking both historical and pending offerings with detailed pricing, share, and timing information.
|
|
22307
|
+
* @param {string} [ticker] The ticker symbol of the IPO event.
|
|
22308
|
+
* @param {string} [tickerAnyOf] Filter equal to any of the values. Multiple values can be specified by using a comma separated list.
|
|
22309
|
+
* @param {string} [tickerGt] Filter greater than the value.
|
|
22310
|
+
* @param {string} [tickerGte] Filter greater than or equal to the value.
|
|
22311
|
+
* @param {string} [tickerLt] Filter less than the value.
|
|
22312
|
+
* @param {string} [tickerLte] Filter less than or equal to the value.
|
|
22313
|
+
* @param {string} [usCode] Nine-character alphanumeric code that uniquely identifies a financial security in North America.
|
|
22314
|
+
* @param {string} [usCodeAnyOf] Filter equal to any of the values. Multiple values can be specified by using a comma separated list.
|
|
22315
|
+
* @param {string} [usCodeGt] Filter greater than the value.
|
|
22316
|
+
* @param {string} [usCodeGte] Filter greater than or equal to the value.
|
|
22317
|
+
* @param {string} [usCodeLt] Filter less than the value.
|
|
22318
|
+
* @param {string} [usCodeLte] Filter less than or equal to the value.
|
|
22319
|
+
* @param {string} [isin] International Securities Identification Number. This is a unique twelve-digit code that is assigned to every security issuance in the world.
|
|
22320
|
+
* @param {string} [isinAnyOf] Filter equal to any of the values. Multiple values can be specified by using a comma separated list.
|
|
22321
|
+
* @param {string} [isinGt] Filter greater than the value.
|
|
22322
|
+
* @param {string} [isinGte] Filter greater than or equal to the value.
|
|
22323
|
+
* @param {string} [isinLt] Filter less than the value.
|
|
22324
|
+
* @param {string} [isinLte] Filter less than or equal to the value.
|
|
22325
|
+
* @param {string} [listingDate] First trading date for the newly listed entity. Value must be an integer timestamp in nanoseconds, formatted \'yyyy-mm-dd\', or ISO 8601/RFC 3339 (e.g. \'2024-05-28T20:27:41Z\').
|
|
22326
|
+
* @param {string} [listingDateGt] Filter greater than the value. Value must be an integer timestamp in nanoseconds, formatted \'yyyy-mm-dd\', or ISO 8601/RFC 3339 (e.g. \'2024-05-28T20:27:41Z\').
|
|
22327
|
+
* @param {string} [listingDateGte] Filter greater than or equal to the value. Value must be an integer timestamp in nanoseconds, formatted \'yyyy-mm-dd\', or ISO 8601/RFC 3339 (e.g. \'2024-05-28T20:27:41Z\').
|
|
22328
|
+
* @param {string} [listingDateLt] Filter less than the value. Value must be an integer timestamp in nanoseconds, formatted \'yyyy-mm-dd\', or ISO 8601/RFC 3339 (e.g. \'2024-05-28T20:27:41Z\').
|
|
22329
|
+
* @param {string} [listingDateLte] Filter less than or equal to the value. Value must be an integer timestamp in nanoseconds, formatted \'yyyy-mm-dd\', or ISO 8601/RFC 3339 (e.g. \'2024-05-28T20:27:41Z\').
|
|
22330
|
+
* @param {GetV1ReferenceIposIpoStatusEnum} [ipoStatus] The status of the IPO.
|
|
22331
|
+
* @param {GetV1ReferenceIposIpoStatusAnyOfEnum} [ipoStatusAnyOf] Filter equal to any of the values. Multiple values can be specified by using a comma separated list.
|
|
22332
|
+
* @param {number} [limit] Limit the maximum number of results returned. Defaults to \'10\' if not specified. The maximum allowed limit is \'1000\'.
|
|
22333
|
+
* @param {string} [sort] A comma separated list of sort columns. For each column, append \'.asc\' or \'.desc\' to specify the sort direction. The sort column defaults to \'listing_date\' if not specified. The sort order defaults to \'desc\' if not specified.
|
|
22334
|
+
* @param {*} [options] Override http request option.
|
|
22335
|
+
* @throws {RequiredError}
|
|
22336
|
+
*/
|
|
22337
|
+
getV1ReferenceIpos(ticker?: string, tickerAnyOf?: string, tickerGt?: string, tickerGte?: string, tickerLt?: string, tickerLte?: string, usCode?: string, usCodeAnyOf?: string, usCodeGt?: string, usCodeGte?: string, usCodeLt?: string, usCodeLte?: string, isin?: string, isinAnyOf?: string, isinGt?: string, isinGte?: string, isinLt?: string, isinLte?: string, listingDate?: string, listingDateGt?: string, listingDateGte?: string, listingDateLt?: string, listingDateLte?: string, ipoStatus?: GetV1ReferenceIposIpoStatusEnum, ipoStatusAnyOf?: GetV1ReferenceIposIpoStatusAnyOfEnum, limit?: number, sort?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => Promise<GetV1ReferenceIpos200Response>>;
|
|
21391
22338
|
/**
|
|
21392
22339
|
* List all conditions that Massive uses.
|
|
21393
22340
|
* @summary Conditions
|
|
@@ -22010,6 +22957,13 @@ declare const DefaultApiFactory: (configuration?: Configuration, basePath?: stri
|
|
|
22010
22957
|
* @throws {RequiredError}
|
|
22011
22958
|
*/
|
|
22012
22959
|
getFuturesVXProducts(requestParameters?: DefaultApiGetFuturesVXProductsRequest, options?: RawAxiosRequestConfig): Promise<GetFuturesVXProducts200Response>;
|
|
22960
|
+
/**
|
|
22961
|
+
*
|
|
22962
|
+
* @param {DefaultApiGetFuturesVXQuotesNewRequest} requestParameters Request parameters.
|
|
22963
|
+
* @param {*} [options] Override http request option.
|
|
22964
|
+
* @throws {RequiredError}
|
|
22965
|
+
*/
|
|
22966
|
+
getFuturesVXQuotesNew(requestParameters: DefaultApiGetFuturesVXQuotesNewRequest, options?: RawAxiosRequestConfig): Promise<GetFuturesVXQuotesNew200Response>;
|
|
22013
22967
|
/**
|
|
22014
22968
|
* The Schedules API provides a unified way to retrieve trading schedules for futures markets, returning precise session open and close times, intraday breaks, and any adjustments for holidays or special events. You can request the full set of schedules for all products on a specific trading date or retrieve the schedule for a single product using its product code. All times are returned in Coordinated Universal Time (UTC), making it straightforward to align trading, execution, and operational workflows across systems. Use Cases: Schedule planning, market analysis, strategy alignment, risk and operations management.
|
|
22015
22969
|
* @summary Futures Schedules API
|
|
@@ -22026,6 +22980,21 @@ declare const DefaultApiFactory: (configuration?: Configuration, basePath?: stri
|
|
|
22026
22980
|
* @throws {RequiredError}
|
|
22027
22981
|
*/
|
|
22028
22982
|
getFuturesVXSnapshot(requestParameters?: DefaultApiGetFuturesVXSnapshotRequest, options?: RawAxiosRequestConfig): Promise<GetFuturesVXSnapshot200Response>;
|
|
22983
|
+
/**
|
|
22984
|
+
* Retrieve a snapshot of the most recent futures contract data.
|
|
22985
|
+
* @summary futures_snapshot_v1 API
|
|
22986
|
+
* @param {DefaultApiGetFuturesVXSnapshotNativeRequest} requestParameters Request parameters.
|
|
22987
|
+
* @param {*} [options] Override http request option.
|
|
22988
|
+
* @throws {RequiredError}
|
|
22989
|
+
*/
|
|
22990
|
+
getFuturesVXSnapshotNative(requestParameters?: DefaultApiGetFuturesVXSnapshotNativeRequest, options?: RawAxiosRequestConfig): Promise<GetFuturesVXSnapshot200Response>;
|
|
22991
|
+
/**
|
|
22992
|
+
*
|
|
22993
|
+
* @param {DefaultApiGetFuturesVXTradesNewRequest} requestParameters Request parameters.
|
|
22994
|
+
* @param {*} [options] Override http request option.
|
|
22995
|
+
* @throws {RequiredError}
|
|
22996
|
+
*/
|
|
22997
|
+
getFuturesVXTradesNew(requestParameters: DefaultApiGetFuturesVXTradesNewRequest, options?: RawAxiosRequestConfig): Promise<GetFuturesVXTradesNew200Response>;
|
|
22029
22998
|
/**
|
|
22030
22999
|
* Get the daily open, high, low, and close (OHLC) for the entire cryptocurrency markets.
|
|
22031
23000
|
* @summary Grouped Daily (Bars)
|
|
@@ -22145,7 +23114,7 @@ declare const DefaultApiFactory: (configuration?: Configuration, basePath?: stri
|
|
|
22145
23114
|
* @param {*} [options] Override http request option.
|
|
22146
23115
|
* @throws {RequiredError}
|
|
22147
23116
|
*/
|
|
22148
|
-
getLastStocksTrade(requestParameters: DefaultApiGetLastStocksTradeRequest, options?: RawAxiosRequestConfig): Promise<
|
|
23117
|
+
getLastStocksTrade(requestParameters: DefaultApiGetLastStocksTradeRequest, options?: RawAxiosRequestConfig): Promise<GetLastStocksTrade200Response>;
|
|
22149
23118
|
/**
|
|
22150
23119
|
* Get upcoming market holidays and their open/close times.
|
|
22151
23120
|
* @summary Market Holidays
|
|
@@ -22342,6 +23311,13 @@ declare const DefaultApiFactory: (configuration?: Configuration, basePath?: stri
|
|
|
22342
23311
|
* @throws {RequiredError}
|
|
22343
23312
|
*/
|
|
22344
23313
|
getStocksFilings10KVXSections(requestParameters?: DefaultApiGetStocksFilings10KVXSectionsRequest, options?: RawAxiosRequestConfig): Promise<GetStocksFilings10KVXSections200Response>;
|
|
23314
|
+
/**
|
|
23315
|
+
* SEC EDGAR master index providing metadata for all SEC filings including form types, filing dates, and direct links to source documents.
|
|
23316
|
+
* @param {DefaultApiGetStocksFilingsVXIndexRequest} requestParameters Request parameters.
|
|
23317
|
+
* @param {*} [options] Override http request option.
|
|
23318
|
+
* @throws {RequiredError}
|
|
23319
|
+
*/
|
|
23320
|
+
getStocksFilingsVXIndex(requestParameters?: DefaultApiGetStocksFilingsVXIndexRequest, options?: RawAxiosRequestConfig): Promise<GetStocksFilingsVXIndex200Response>;
|
|
22345
23321
|
/**
|
|
22346
23322
|
* The risk factors identified in companies\' 10K filings.
|
|
22347
23323
|
* @param {DefaultApiGetStocksFilingsVXRiskFactorsRequest} requestParameters Request parameters.
|
|
@@ -22513,6 +23489,13 @@ declare const DefaultApiFactory: (configuration?: Configuration, basePath?: stri
|
|
|
22513
23489
|
* @throws {RequiredError}
|
|
22514
23490
|
*/
|
|
22515
23491
|
getTmxV1CorporateEvents(requestParameters?: DefaultApiGetTmxV1CorporateEventsRequest, options?: RawAxiosRequestConfig): Promise<GetTmxV1CorporateEvents200Response>;
|
|
23492
|
+
/**
|
|
23493
|
+
* Contains comprehensive data about Initial Public Offerings (IPOs) and direct listings for US stocks, tracking both historical and pending offerings with detailed pricing, share, and timing information.
|
|
23494
|
+
* @param {DefaultApiGetV1ReferenceIposRequest} requestParameters Request parameters.
|
|
23495
|
+
* @param {*} [options] Override http request option.
|
|
23496
|
+
* @throws {RequiredError}
|
|
23497
|
+
*/
|
|
23498
|
+
getV1ReferenceIpos(requestParameters?: DefaultApiGetV1ReferenceIposRequest, options?: RawAxiosRequestConfig): Promise<GetV1ReferenceIpos200Response>;
|
|
22516
23499
|
/**
|
|
22517
23500
|
* List all conditions that Massive uses.
|
|
22518
23501
|
* @summary Conditions
|
|
@@ -27615,6 +28598,67 @@ interface DefaultApiGetFuturesVXProductsRequest {
|
|
|
27615
28598
|
*/
|
|
27616
28599
|
readonly sort?: string;
|
|
27617
28600
|
}
|
|
28601
|
+
/**
|
|
28602
|
+
* Request parameters for getFuturesVXQuotesNew operation in DefaultApi.
|
|
28603
|
+
* @export
|
|
28604
|
+
* @interface DefaultApiGetFuturesVXQuotesNewRequest
|
|
28605
|
+
*/
|
|
28606
|
+
interface DefaultApiGetFuturesVXQuotesNewRequest {
|
|
28607
|
+
/**
|
|
28608
|
+
* The exchange symbol that this item is traded under.
|
|
28609
|
+
* @type {string}
|
|
28610
|
+
* @memberof DefaultApiGetFuturesVXQuotesNew
|
|
28611
|
+
*/
|
|
28612
|
+
readonly ticker: string;
|
|
28613
|
+
/**
|
|
28614
|
+
* The nanosecond accuracy Exchange Unix Timestamp. This is the timestamp of when the quote was actually generated at the exchange. Value must be an integer timestamp in nanoseconds, formatted \'yyyy-mm-dd\', or ISO 8601/RFC 3339 (e.g. \'2024-05-28T20:27:41Z\').
|
|
28615
|
+
* @type {string}
|
|
28616
|
+
* @memberof DefaultApiGetFuturesVXQuotesNew
|
|
28617
|
+
*/
|
|
28618
|
+
readonly timestamp?: string;
|
|
28619
|
+
/**
|
|
28620
|
+
* Filter greater than the value. Value must be an integer timestamp in nanoseconds, formatted \'yyyy-mm-dd\', or ISO 8601/RFC 3339 (e.g. \'2024-05-28T20:27:41Z\').
|
|
28621
|
+
* @type {string}
|
|
28622
|
+
* @memberof DefaultApiGetFuturesVXQuotesNew
|
|
28623
|
+
*/
|
|
28624
|
+
readonly timestampGt?: string;
|
|
28625
|
+
/**
|
|
28626
|
+
* Filter greater than or equal to the value. Value must be an integer timestamp in nanoseconds, formatted \'yyyy-mm-dd\', or ISO 8601/RFC 3339 (e.g. \'2024-05-28T20:27:41Z\').
|
|
28627
|
+
* @type {string}
|
|
28628
|
+
* @memberof DefaultApiGetFuturesVXQuotesNew
|
|
28629
|
+
*/
|
|
28630
|
+
readonly timestampGte?: string;
|
|
28631
|
+
/**
|
|
28632
|
+
* Filter less than the value. Value must be an integer timestamp in nanoseconds, formatted \'yyyy-mm-dd\', or ISO 8601/RFC 3339 (e.g. \'2024-05-28T20:27:41Z\').
|
|
28633
|
+
* @type {string}
|
|
28634
|
+
* @memberof DefaultApiGetFuturesVXQuotesNew
|
|
28635
|
+
*/
|
|
28636
|
+
readonly timestampLt?: string;
|
|
28637
|
+
/**
|
|
28638
|
+
* Filter less than or equal to the value. Value must be an integer timestamp in nanoseconds, formatted \'yyyy-mm-dd\', or ISO 8601/RFC 3339 (e.g. \'2024-05-28T20:27:41Z\').
|
|
28639
|
+
* @type {string}
|
|
28640
|
+
* @memberof DefaultApiGetFuturesVXQuotesNew
|
|
28641
|
+
*/
|
|
28642
|
+
readonly timestampLte?: string;
|
|
28643
|
+
/**
|
|
28644
|
+
* The trade date representing the session end date for this quote. Used for partitioning and filtering quotes by trading session.
|
|
28645
|
+
* @type {string}
|
|
28646
|
+
* @memberof DefaultApiGetFuturesVXQuotesNew
|
|
28647
|
+
*/
|
|
28648
|
+
readonly sessionEndDate?: string;
|
|
28649
|
+
/**
|
|
28650
|
+
* Limit the maximum number of results returned. Defaults to \'100\' if not specified. The maximum allowed limit is \'49999\'.
|
|
28651
|
+
* @type {number}
|
|
28652
|
+
* @memberof DefaultApiGetFuturesVXQuotesNew
|
|
28653
|
+
*/
|
|
28654
|
+
readonly limit?: number;
|
|
28655
|
+
/**
|
|
28656
|
+
* A comma separated list of sort columns. For each column, append \'.asc\' or \'.desc\' to specify the sort direction. The sort column defaults to \'timestamp\' if not specified. The sort order defaults to \'desc\' if not specified.
|
|
28657
|
+
* @type {string}
|
|
28658
|
+
* @memberof DefaultApiGetFuturesVXQuotesNew
|
|
28659
|
+
*/
|
|
28660
|
+
readonly sort?: string;
|
|
28661
|
+
}
|
|
27618
28662
|
/**
|
|
27619
28663
|
* Request parameters for getFuturesVXSchedules operation in DefaultApi.
|
|
27620
28664
|
* @export
|
|
@@ -27694,142 +28738,294 @@ interface DefaultApiGetFuturesVXSchedulesRequest {
|
|
|
27694
28738
|
*/
|
|
27695
28739
|
readonly sessionEndDateLte?: string;
|
|
27696
28740
|
/**
|
|
27697
|
-
* The trading venue (MIC) for the exchange on which this schedule\'s product trades.
|
|
28741
|
+
* The trading venue (MIC) for the exchange on which this schedule\'s product trades.
|
|
28742
|
+
* @type {string}
|
|
28743
|
+
* @memberof DefaultApiGetFuturesVXSchedules
|
|
28744
|
+
*/
|
|
28745
|
+
readonly tradingVenue?: string;
|
|
28746
|
+
/**
|
|
28747
|
+
* Filter equal to any of the values. Multiple values can be specified by using a comma separated list.
|
|
28748
|
+
* @type {string}
|
|
28749
|
+
* @memberof DefaultApiGetFuturesVXSchedules
|
|
28750
|
+
*/
|
|
28751
|
+
readonly tradingVenueAnyOf?: string;
|
|
28752
|
+
/**
|
|
28753
|
+
* Filter greater than the value.
|
|
28754
|
+
* @type {string}
|
|
28755
|
+
* @memberof DefaultApiGetFuturesVXSchedules
|
|
28756
|
+
*/
|
|
28757
|
+
readonly tradingVenueGt?: string;
|
|
28758
|
+
/**
|
|
28759
|
+
* Filter greater than or equal to the value.
|
|
28760
|
+
* @type {string}
|
|
28761
|
+
* @memberof DefaultApiGetFuturesVXSchedules
|
|
28762
|
+
*/
|
|
28763
|
+
readonly tradingVenueGte?: string;
|
|
28764
|
+
/**
|
|
28765
|
+
* Filter less than the value.
|
|
28766
|
+
* @type {string}
|
|
28767
|
+
* @memberof DefaultApiGetFuturesVXSchedules
|
|
28768
|
+
*/
|
|
28769
|
+
readonly tradingVenueLt?: string;
|
|
28770
|
+
/**
|
|
28771
|
+
* Filter less than or equal to the value.
|
|
28772
|
+
* @type {string}
|
|
28773
|
+
* @memberof DefaultApiGetFuturesVXSchedules
|
|
28774
|
+
*/
|
|
28775
|
+
readonly tradingVenueLte?: string;
|
|
28776
|
+
/**
|
|
28777
|
+
* Limit the maximum number of results returned. Defaults to \'10\' if not specified. The maximum allowed limit is \'1000\'.
|
|
28778
|
+
* @type {number}
|
|
28779
|
+
* @memberof DefaultApiGetFuturesVXSchedules
|
|
28780
|
+
*/
|
|
28781
|
+
readonly limit?: number;
|
|
28782
|
+
/**
|
|
28783
|
+
* A comma separated list of sort columns. For each column, append \'.asc\' or \'.desc\' to specify the sort direction. The sort column defaults to \'product_code\' if not specified. The sort order defaults to \'asc\' if not specified.
|
|
28784
|
+
* @type {string}
|
|
28785
|
+
* @memberof DefaultApiGetFuturesVXSchedules
|
|
28786
|
+
*/
|
|
28787
|
+
readonly sort?: string;
|
|
28788
|
+
}
|
|
28789
|
+
/**
|
|
28790
|
+
* Request parameters for getFuturesVXSnapshot operation in DefaultApi.
|
|
28791
|
+
* @export
|
|
28792
|
+
* @interface DefaultApiGetFuturesVXSnapshotRequest
|
|
28793
|
+
*/
|
|
28794
|
+
interface DefaultApiGetFuturesVXSnapshotRequest {
|
|
28795
|
+
/**
|
|
28796
|
+
* The code for the contracts\' underlying product.
|
|
28797
|
+
* @type {string}
|
|
28798
|
+
* @memberof DefaultApiGetFuturesVXSnapshot
|
|
28799
|
+
*/
|
|
28800
|
+
readonly productCode?: string;
|
|
28801
|
+
/**
|
|
28802
|
+
* Filter equal to any of the values. Multiple values can be specified by using a comma separated list.
|
|
28803
|
+
* @type {string}
|
|
28804
|
+
* @memberof DefaultApiGetFuturesVXSnapshot
|
|
28805
|
+
*/
|
|
28806
|
+
readonly productCodeAnyOf?: string;
|
|
28807
|
+
/**
|
|
28808
|
+
* Filter greater than the value.
|
|
28809
|
+
* @type {string}
|
|
28810
|
+
* @memberof DefaultApiGetFuturesVXSnapshot
|
|
28811
|
+
*/
|
|
28812
|
+
readonly productCodeGt?: string;
|
|
28813
|
+
/**
|
|
28814
|
+
* Filter greater than or equal to the value.
|
|
28815
|
+
* @type {string}
|
|
28816
|
+
* @memberof DefaultApiGetFuturesVXSnapshot
|
|
28817
|
+
*/
|
|
28818
|
+
readonly productCodeGte?: string;
|
|
28819
|
+
/**
|
|
28820
|
+
* Filter less than the value.
|
|
28821
|
+
* @type {string}
|
|
28822
|
+
* @memberof DefaultApiGetFuturesVXSnapshot
|
|
28823
|
+
*/
|
|
28824
|
+
readonly productCodeLt?: string;
|
|
28825
|
+
/**
|
|
28826
|
+
* Filter less than or equal to the value.
|
|
28827
|
+
* @type {string}
|
|
28828
|
+
* @memberof DefaultApiGetFuturesVXSnapshot
|
|
28829
|
+
*/
|
|
28830
|
+
readonly productCodeLte?: string;
|
|
28831
|
+
/**
|
|
28832
|
+
* The futures contract identifier, including the base symbol and contract expiration (e.g., ESZ24 for the December 2024 S&P 500 E-mini contract).
|
|
27698
28833
|
* @type {string}
|
|
27699
|
-
* @memberof
|
|
28834
|
+
* @memberof DefaultApiGetFuturesVXSnapshot
|
|
27700
28835
|
*/
|
|
27701
|
-
readonly
|
|
28836
|
+
readonly ticker?: string;
|
|
27702
28837
|
/**
|
|
27703
28838
|
* Filter equal to any of the values. Multiple values can be specified by using a comma separated list.
|
|
27704
28839
|
* @type {string}
|
|
27705
|
-
* @memberof
|
|
28840
|
+
* @memberof DefaultApiGetFuturesVXSnapshot
|
|
27706
28841
|
*/
|
|
27707
|
-
readonly
|
|
28842
|
+
readonly tickerAnyOf?: string;
|
|
27708
28843
|
/**
|
|
27709
28844
|
* Filter greater than the value.
|
|
27710
28845
|
* @type {string}
|
|
27711
|
-
* @memberof
|
|
28846
|
+
* @memberof DefaultApiGetFuturesVXSnapshot
|
|
27712
28847
|
*/
|
|
27713
|
-
readonly
|
|
28848
|
+
readonly tickerGt?: string;
|
|
27714
28849
|
/**
|
|
27715
28850
|
* Filter greater than or equal to the value.
|
|
27716
28851
|
* @type {string}
|
|
27717
|
-
* @memberof
|
|
28852
|
+
* @memberof DefaultApiGetFuturesVXSnapshot
|
|
27718
28853
|
*/
|
|
27719
|
-
readonly
|
|
28854
|
+
readonly tickerGte?: string;
|
|
27720
28855
|
/**
|
|
27721
28856
|
* Filter less than the value.
|
|
27722
28857
|
* @type {string}
|
|
27723
|
-
* @memberof
|
|
28858
|
+
* @memberof DefaultApiGetFuturesVXSnapshot
|
|
27724
28859
|
*/
|
|
27725
|
-
readonly
|
|
28860
|
+
readonly tickerLt?: string;
|
|
27726
28861
|
/**
|
|
27727
28862
|
* Filter less than or equal to the value.
|
|
27728
28863
|
* @type {string}
|
|
27729
|
-
* @memberof
|
|
28864
|
+
* @memberof DefaultApiGetFuturesVXSnapshot
|
|
27730
28865
|
*/
|
|
27731
|
-
readonly
|
|
28866
|
+
readonly tickerLte?: string;
|
|
27732
28867
|
/**
|
|
27733
|
-
* Limit the maximum number of results returned. Defaults to \'
|
|
28868
|
+
* Limit the maximum number of results returned. Defaults to \'100\' if not specified. The maximum allowed limit is \'50000\'.
|
|
27734
28869
|
* @type {number}
|
|
27735
|
-
* @memberof
|
|
28870
|
+
* @memberof DefaultApiGetFuturesVXSnapshot
|
|
27736
28871
|
*/
|
|
27737
28872
|
readonly limit?: number;
|
|
27738
28873
|
/**
|
|
27739
|
-
* A comma separated list of sort columns. For each column, append \'.asc\' or \'.desc\' to specify the sort direction. The sort column defaults to \'
|
|
28874
|
+
* A comma separated list of sort columns. For each column, append \'.asc\' or \'.desc\' to specify the sort direction. The sort column defaults to \'ticker\' if not specified. The sort order defaults to \'asc\' if not specified.
|
|
27740
28875
|
* @type {string}
|
|
27741
|
-
* @memberof
|
|
28876
|
+
* @memberof DefaultApiGetFuturesVXSnapshot
|
|
27742
28877
|
*/
|
|
27743
28878
|
readonly sort?: string;
|
|
27744
28879
|
}
|
|
27745
28880
|
/**
|
|
27746
|
-
* Request parameters for
|
|
28881
|
+
* Request parameters for getFuturesVXSnapshotNative operation in DefaultApi.
|
|
27747
28882
|
* @export
|
|
27748
|
-
* @interface
|
|
28883
|
+
* @interface DefaultApiGetFuturesVXSnapshotNativeRequest
|
|
27749
28884
|
*/
|
|
27750
|
-
interface
|
|
28885
|
+
interface DefaultApiGetFuturesVXSnapshotNativeRequest {
|
|
27751
28886
|
/**
|
|
27752
28887
|
* The code for the contracts\' underlying product.
|
|
27753
28888
|
* @type {string}
|
|
27754
|
-
* @memberof
|
|
28889
|
+
* @memberof DefaultApiGetFuturesVXSnapshotNative
|
|
27755
28890
|
*/
|
|
27756
28891
|
readonly productCode?: string;
|
|
27757
28892
|
/**
|
|
27758
28893
|
* Filter equal to any of the values. Multiple values can be specified by using a comma separated list.
|
|
27759
28894
|
* @type {string}
|
|
27760
|
-
* @memberof
|
|
28895
|
+
* @memberof DefaultApiGetFuturesVXSnapshotNative
|
|
27761
28896
|
*/
|
|
27762
28897
|
readonly productCodeAnyOf?: string;
|
|
27763
28898
|
/**
|
|
27764
28899
|
* Filter greater than the value.
|
|
27765
28900
|
* @type {string}
|
|
27766
|
-
* @memberof
|
|
28901
|
+
* @memberof DefaultApiGetFuturesVXSnapshotNative
|
|
27767
28902
|
*/
|
|
27768
28903
|
readonly productCodeGt?: string;
|
|
27769
28904
|
/**
|
|
27770
28905
|
* Filter greater than or equal to the value.
|
|
27771
28906
|
* @type {string}
|
|
27772
|
-
* @memberof
|
|
28907
|
+
* @memberof DefaultApiGetFuturesVXSnapshotNative
|
|
27773
28908
|
*/
|
|
27774
28909
|
readonly productCodeGte?: string;
|
|
27775
28910
|
/**
|
|
27776
28911
|
* Filter less than the value.
|
|
27777
28912
|
* @type {string}
|
|
27778
|
-
* @memberof
|
|
28913
|
+
* @memberof DefaultApiGetFuturesVXSnapshotNative
|
|
27779
28914
|
*/
|
|
27780
28915
|
readonly productCodeLt?: string;
|
|
27781
28916
|
/**
|
|
27782
28917
|
* Filter less than or equal to the value.
|
|
27783
28918
|
* @type {string}
|
|
27784
|
-
* @memberof
|
|
28919
|
+
* @memberof DefaultApiGetFuturesVXSnapshotNative
|
|
27785
28920
|
*/
|
|
27786
28921
|
readonly productCodeLte?: string;
|
|
27787
28922
|
/**
|
|
27788
28923
|
* The futures contract identifier, including the base symbol and contract expiration (e.g., ESZ24 for the December 2024 S&P 500 E-mini contract).
|
|
27789
28924
|
* @type {string}
|
|
27790
|
-
* @memberof
|
|
28925
|
+
* @memberof DefaultApiGetFuturesVXSnapshotNative
|
|
27791
28926
|
*/
|
|
27792
28927
|
readonly ticker?: string;
|
|
27793
28928
|
/**
|
|
27794
28929
|
* Filter equal to any of the values. Multiple values can be specified by using a comma separated list.
|
|
27795
28930
|
* @type {string}
|
|
27796
|
-
* @memberof
|
|
28931
|
+
* @memberof DefaultApiGetFuturesVXSnapshotNative
|
|
27797
28932
|
*/
|
|
27798
28933
|
readonly tickerAnyOf?: string;
|
|
27799
28934
|
/**
|
|
27800
28935
|
* Filter greater than the value.
|
|
27801
28936
|
* @type {string}
|
|
27802
|
-
* @memberof
|
|
28937
|
+
* @memberof DefaultApiGetFuturesVXSnapshotNative
|
|
27803
28938
|
*/
|
|
27804
28939
|
readonly tickerGt?: string;
|
|
27805
28940
|
/**
|
|
27806
28941
|
* Filter greater than or equal to the value.
|
|
27807
28942
|
* @type {string}
|
|
27808
|
-
* @memberof
|
|
28943
|
+
* @memberof DefaultApiGetFuturesVXSnapshotNative
|
|
27809
28944
|
*/
|
|
27810
28945
|
readonly tickerGte?: string;
|
|
27811
28946
|
/**
|
|
27812
28947
|
* Filter less than the value.
|
|
27813
28948
|
* @type {string}
|
|
27814
|
-
* @memberof
|
|
28949
|
+
* @memberof DefaultApiGetFuturesVXSnapshotNative
|
|
27815
28950
|
*/
|
|
27816
28951
|
readonly tickerLt?: string;
|
|
27817
28952
|
/**
|
|
27818
28953
|
* Filter less than or equal to the value.
|
|
27819
28954
|
* @type {string}
|
|
27820
|
-
* @memberof
|
|
28955
|
+
* @memberof DefaultApiGetFuturesVXSnapshotNative
|
|
27821
28956
|
*/
|
|
27822
28957
|
readonly tickerLte?: string;
|
|
27823
28958
|
/**
|
|
27824
28959
|
* Limit the maximum number of results returned. Defaults to \'100\' if not specified. The maximum allowed limit is \'50000\'.
|
|
27825
28960
|
* @type {number}
|
|
27826
|
-
* @memberof
|
|
28961
|
+
* @memberof DefaultApiGetFuturesVXSnapshotNative
|
|
27827
28962
|
*/
|
|
27828
28963
|
readonly limit?: number;
|
|
27829
28964
|
/**
|
|
27830
28965
|
* A comma separated list of sort columns. For each column, append \'.asc\' or \'.desc\' to specify the sort direction. The sort column defaults to \'ticker\' if not specified. The sort order defaults to \'asc\' if not specified.
|
|
27831
28966
|
* @type {string}
|
|
27832
|
-
* @memberof
|
|
28967
|
+
* @memberof DefaultApiGetFuturesVXSnapshotNative
|
|
28968
|
+
*/
|
|
28969
|
+
readonly sort?: string;
|
|
28970
|
+
}
|
|
28971
|
+
/**
|
|
28972
|
+
* Request parameters for getFuturesVXTradesNew operation in DefaultApi.
|
|
28973
|
+
* @export
|
|
28974
|
+
* @interface DefaultApiGetFuturesVXTradesNewRequest
|
|
28975
|
+
*/
|
|
28976
|
+
interface DefaultApiGetFuturesVXTradesNewRequest {
|
|
28977
|
+
/**
|
|
28978
|
+
* The futures contract identifier, including the base symbol and contract expiration (e.g., ESZ24 for the December 2024 S&P 500 E-mini contract).
|
|
28979
|
+
* @type {string}
|
|
28980
|
+
* @memberof DefaultApiGetFuturesVXTradesNew
|
|
28981
|
+
*/
|
|
28982
|
+
readonly ticker: string;
|
|
28983
|
+
/**
|
|
28984
|
+
* The time when the trade was generated at the exchange to nanosecond precision. Value must be an integer timestamp in nanoseconds, formatted \'yyyy-mm-dd\', or ISO 8601/RFC 3339 (e.g. \'2024-05-28T20:27:41Z\').
|
|
28985
|
+
* @type {string}
|
|
28986
|
+
* @memberof DefaultApiGetFuturesVXTradesNew
|
|
28987
|
+
*/
|
|
28988
|
+
readonly timestamp?: string;
|
|
28989
|
+
/**
|
|
28990
|
+
* Filter greater than the value. Value must be an integer timestamp in nanoseconds, formatted \'yyyy-mm-dd\', or ISO 8601/RFC 3339 (e.g. \'2024-05-28T20:27:41Z\').
|
|
28991
|
+
* @type {string}
|
|
28992
|
+
* @memberof DefaultApiGetFuturesVXTradesNew
|
|
28993
|
+
*/
|
|
28994
|
+
readonly timestampGt?: string;
|
|
28995
|
+
/**
|
|
28996
|
+
* Filter greater than or equal to the value. Value must be an integer timestamp in nanoseconds, formatted \'yyyy-mm-dd\', or ISO 8601/RFC 3339 (e.g. \'2024-05-28T20:27:41Z\').
|
|
28997
|
+
* @type {string}
|
|
28998
|
+
* @memberof DefaultApiGetFuturesVXTradesNew
|
|
28999
|
+
*/
|
|
29000
|
+
readonly timestampGte?: string;
|
|
29001
|
+
/**
|
|
29002
|
+
* Filter less than the value. Value must be an integer timestamp in nanoseconds, formatted \'yyyy-mm-dd\', or ISO 8601/RFC 3339 (e.g. \'2024-05-28T20:27:41Z\').
|
|
29003
|
+
* @type {string}
|
|
29004
|
+
* @memberof DefaultApiGetFuturesVXTradesNew
|
|
29005
|
+
*/
|
|
29006
|
+
readonly timestampLt?: string;
|
|
29007
|
+
/**
|
|
29008
|
+
* Filter less than or equal to the value. Value must be an integer timestamp in nanoseconds, formatted \'yyyy-mm-dd\', or ISO 8601/RFC 3339 (e.g. \'2024-05-28T20:27:41Z\').
|
|
29009
|
+
* @type {string}
|
|
29010
|
+
* @memberof DefaultApiGetFuturesVXTradesNew
|
|
29011
|
+
*/
|
|
29012
|
+
readonly timestampLte?: string;
|
|
29013
|
+
/**
|
|
29014
|
+
* The trade date representing the session end date for this trade. Used for partitioning and filtering trades by trading session.
|
|
29015
|
+
* @type {string}
|
|
29016
|
+
* @memberof DefaultApiGetFuturesVXTradesNew
|
|
29017
|
+
*/
|
|
29018
|
+
readonly sessionEndDate?: string;
|
|
29019
|
+
/**
|
|
29020
|
+
* Limit the maximum number of results returned. Defaults to \'10\' if not specified. The maximum allowed limit is \'49999\'.
|
|
29021
|
+
* @type {number}
|
|
29022
|
+
* @memberof DefaultApiGetFuturesVXTradesNew
|
|
29023
|
+
*/
|
|
29024
|
+
readonly limit?: number;
|
|
29025
|
+
/**
|
|
29026
|
+
* A comma separated list of sort columns. For each column, append \'.asc\' or \'.desc\' to specify the sort direction. The sort column defaults to \'timestamp\' if not specified. The sort order defaults to \'desc\' if not specified.
|
|
29027
|
+
* @type {string}
|
|
29028
|
+
* @memberof DefaultApiGetFuturesVXTradesNew
|
|
27833
29029
|
*/
|
|
27834
29030
|
readonly sort?: string;
|
|
27835
29031
|
}
|
|
@@ -29472,172 +30668,329 @@ interface DefaultApiGetStocksEMARequest {
|
|
|
29472
30668
|
*/
|
|
29473
30669
|
readonly timestampLte?: string;
|
|
29474
30670
|
/**
|
|
29475
|
-
* Range by timestamp.
|
|
30671
|
+
* Range by timestamp.
|
|
30672
|
+
* @type {string}
|
|
30673
|
+
* @memberof DefaultApiGetStocksEMA
|
|
30674
|
+
*/
|
|
30675
|
+
readonly timestampLt?: string;
|
|
30676
|
+
}
|
|
30677
|
+
/**
|
|
30678
|
+
* Request parameters for getStocksFilings10KVXSections operation in DefaultApi.
|
|
30679
|
+
* @export
|
|
30680
|
+
* @interface DefaultApiGetStocksFilings10KVXSectionsRequest
|
|
30681
|
+
*/
|
|
30682
|
+
interface DefaultApiGetStocksFilings10KVXSectionsRequest {
|
|
30683
|
+
/**
|
|
30684
|
+
* SEC Central Index Key (10 digits, zero-padded).
|
|
30685
|
+
* @type {string}
|
|
30686
|
+
* @memberof DefaultApiGetStocksFilings10KVXSections
|
|
30687
|
+
*/
|
|
30688
|
+
readonly cik?: string;
|
|
30689
|
+
/**
|
|
30690
|
+
* Filter equal to any of the values. Multiple values can be specified by using a comma separated list.
|
|
30691
|
+
* @type {string}
|
|
30692
|
+
* @memberof DefaultApiGetStocksFilings10KVXSections
|
|
30693
|
+
*/
|
|
30694
|
+
readonly cikAnyOf?: string;
|
|
30695
|
+
/**
|
|
30696
|
+
* Filter greater than the value.
|
|
30697
|
+
* @type {string}
|
|
30698
|
+
* @memberof DefaultApiGetStocksFilings10KVXSections
|
|
30699
|
+
*/
|
|
30700
|
+
readonly cikGt?: string;
|
|
30701
|
+
/**
|
|
30702
|
+
* Filter greater than or equal to the value.
|
|
30703
|
+
* @type {string}
|
|
30704
|
+
* @memberof DefaultApiGetStocksFilings10KVXSections
|
|
30705
|
+
*/
|
|
30706
|
+
readonly cikGte?: string;
|
|
30707
|
+
/**
|
|
30708
|
+
* Filter less than the value.
|
|
30709
|
+
* @type {string}
|
|
30710
|
+
* @memberof DefaultApiGetStocksFilings10KVXSections
|
|
30711
|
+
*/
|
|
30712
|
+
readonly cikLt?: string;
|
|
30713
|
+
/**
|
|
30714
|
+
* Filter less than or equal to the value.
|
|
30715
|
+
* @type {string}
|
|
30716
|
+
* @memberof DefaultApiGetStocksFilings10KVXSections
|
|
30717
|
+
*/
|
|
30718
|
+
readonly cikLte?: string;
|
|
30719
|
+
/**
|
|
30720
|
+
* Stock ticker symbol for the company.
|
|
30721
|
+
* @type {string}
|
|
30722
|
+
* @memberof DefaultApiGetStocksFilings10KVXSections
|
|
30723
|
+
*/
|
|
30724
|
+
readonly ticker?: string;
|
|
30725
|
+
/**
|
|
30726
|
+
* Filter equal to any of the values. Multiple values can be specified by using a comma separated list.
|
|
30727
|
+
* @type {string}
|
|
30728
|
+
* @memberof DefaultApiGetStocksFilings10KVXSections
|
|
30729
|
+
*/
|
|
30730
|
+
readonly tickerAnyOf?: string;
|
|
30731
|
+
/**
|
|
30732
|
+
* Filter greater than the value.
|
|
30733
|
+
* @type {string}
|
|
30734
|
+
* @memberof DefaultApiGetStocksFilings10KVXSections
|
|
30735
|
+
*/
|
|
30736
|
+
readonly tickerGt?: string;
|
|
30737
|
+
/**
|
|
30738
|
+
* Filter greater than or equal to the value.
|
|
30739
|
+
* @type {string}
|
|
30740
|
+
* @memberof DefaultApiGetStocksFilings10KVXSections
|
|
30741
|
+
*/
|
|
30742
|
+
readonly tickerGte?: string;
|
|
30743
|
+
/**
|
|
30744
|
+
* Filter less than the value.
|
|
30745
|
+
* @type {string}
|
|
30746
|
+
* @memberof DefaultApiGetStocksFilings10KVXSections
|
|
30747
|
+
*/
|
|
30748
|
+
readonly tickerLt?: string;
|
|
30749
|
+
/**
|
|
30750
|
+
* Filter less than or equal to the value.
|
|
30751
|
+
* @type {string}
|
|
30752
|
+
* @memberof DefaultApiGetStocksFilings10KVXSections
|
|
30753
|
+
*/
|
|
30754
|
+
readonly tickerLte?: string;
|
|
30755
|
+
/**
|
|
30756
|
+
* Standardized section identifier from the filing (e.g. \'business\', \'risk_factors\', etc.).
|
|
30757
|
+
* @type {'business' | 'risk_factors'}
|
|
30758
|
+
* @memberof DefaultApiGetStocksFilings10KVXSections
|
|
30759
|
+
*/
|
|
30760
|
+
readonly section?: GetStocksFilings10KVXSectionsSectionEnum;
|
|
30761
|
+
/**
|
|
30762
|
+
* Filter equal to any of the values. Multiple values can be specified by using a comma separated list.
|
|
30763
|
+
* @type {'business' | 'risk_factors'}
|
|
30764
|
+
* @memberof DefaultApiGetStocksFilings10KVXSections
|
|
30765
|
+
*/
|
|
30766
|
+
readonly sectionAnyOf?: GetStocksFilings10KVXSectionsSectionAnyOfEnum;
|
|
30767
|
+
/**
|
|
30768
|
+
* Date when the filing was submitted to the SEC (formatted as YYYY-MM-DD). Value must be formatted \'yyyy-mm-dd\'.
|
|
30769
|
+
* @type {string}
|
|
30770
|
+
* @memberof DefaultApiGetStocksFilings10KVXSections
|
|
30771
|
+
*/
|
|
30772
|
+
readonly filingDate?: string;
|
|
30773
|
+
/**
|
|
30774
|
+
* Filter greater than the value. Value must be formatted \'yyyy-mm-dd\'.
|
|
30775
|
+
* @type {string}
|
|
30776
|
+
* @memberof DefaultApiGetStocksFilings10KVXSections
|
|
30777
|
+
*/
|
|
30778
|
+
readonly filingDateGt?: string;
|
|
30779
|
+
/**
|
|
30780
|
+
* Filter greater than or equal to the value. Value must be formatted \'yyyy-mm-dd\'.
|
|
30781
|
+
* @type {string}
|
|
30782
|
+
* @memberof DefaultApiGetStocksFilings10KVXSections
|
|
30783
|
+
*/
|
|
30784
|
+
readonly filingDateGte?: string;
|
|
30785
|
+
/**
|
|
30786
|
+
* Filter less than the value. Value must be formatted \'yyyy-mm-dd\'.
|
|
30787
|
+
* @type {string}
|
|
30788
|
+
* @memberof DefaultApiGetStocksFilings10KVXSections
|
|
30789
|
+
*/
|
|
30790
|
+
readonly filingDateLt?: string;
|
|
30791
|
+
/**
|
|
30792
|
+
* Filter less than or equal to the value. Value must be formatted \'yyyy-mm-dd\'.
|
|
30793
|
+
* @type {string}
|
|
30794
|
+
* @memberof DefaultApiGetStocksFilings10KVXSections
|
|
30795
|
+
*/
|
|
30796
|
+
readonly filingDateLte?: string;
|
|
30797
|
+
/**
|
|
30798
|
+
* Period end date that the filing relates to (formatted as YYYY-MM-DD). Value must be formatted \'yyyy-mm-dd\'.
|
|
30799
|
+
* @type {string}
|
|
30800
|
+
* @memberof DefaultApiGetStocksFilings10KVXSections
|
|
30801
|
+
*/
|
|
30802
|
+
readonly periodEnd?: string;
|
|
30803
|
+
/**
|
|
30804
|
+
* Filter greater than the value. Value must be formatted \'yyyy-mm-dd\'.
|
|
30805
|
+
* @type {string}
|
|
30806
|
+
* @memberof DefaultApiGetStocksFilings10KVXSections
|
|
30807
|
+
*/
|
|
30808
|
+
readonly periodEndGt?: string;
|
|
30809
|
+
/**
|
|
30810
|
+
* Filter greater than or equal to the value. Value must be formatted \'yyyy-mm-dd\'.
|
|
30811
|
+
* @type {string}
|
|
30812
|
+
* @memberof DefaultApiGetStocksFilings10KVXSections
|
|
30813
|
+
*/
|
|
30814
|
+
readonly periodEndGte?: string;
|
|
30815
|
+
/**
|
|
30816
|
+
* Filter less than the value. Value must be formatted \'yyyy-mm-dd\'.
|
|
30817
|
+
* @type {string}
|
|
30818
|
+
* @memberof DefaultApiGetStocksFilings10KVXSections
|
|
30819
|
+
*/
|
|
30820
|
+
readonly periodEndLt?: string;
|
|
30821
|
+
/**
|
|
30822
|
+
* Filter less than or equal to the value. Value must be formatted \'yyyy-mm-dd\'.
|
|
30823
|
+
* @type {string}
|
|
30824
|
+
* @memberof DefaultApiGetStocksFilings10KVXSections
|
|
30825
|
+
*/
|
|
30826
|
+
readonly periodEndLte?: string;
|
|
30827
|
+
/**
|
|
30828
|
+
* Limit the maximum number of results returned. Defaults to \'100\' if not specified. The maximum allowed limit is \'9999\'.
|
|
30829
|
+
* @type {number}
|
|
30830
|
+
* @memberof DefaultApiGetStocksFilings10KVXSections
|
|
30831
|
+
*/
|
|
30832
|
+
readonly limit?: number;
|
|
30833
|
+
/**
|
|
30834
|
+
* A comma separated list of sort columns. For each column, append \'.asc\' or \'.desc\' to specify the sort direction. The sort column defaults to \'period_end\' if not specified. The sort order defaults to \'desc\' if not specified.
|
|
29476
30835
|
* @type {string}
|
|
29477
|
-
* @memberof
|
|
30836
|
+
* @memberof DefaultApiGetStocksFilings10KVXSections
|
|
29478
30837
|
*/
|
|
29479
|
-
readonly
|
|
30838
|
+
readonly sort?: string;
|
|
29480
30839
|
}
|
|
29481
30840
|
/**
|
|
29482
|
-
* Request parameters for
|
|
30841
|
+
* Request parameters for getStocksFilingsVXIndex operation in DefaultApi.
|
|
29483
30842
|
* @export
|
|
29484
|
-
* @interface
|
|
30843
|
+
* @interface DefaultApiGetStocksFilingsVXIndexRequest
|
|
29485
30844
|
*/
|
|
29486
|
-
interface
|
|
30845
|
+
interface DefaultApiGetStocksFilingsVXIndexRequest {
|
|
29487
30846
|
/**
|
|
29488
|
-
* SEC Central Index Key (
|
|
30847
|
+
* SEC Central Index Key (CIK) identifying the filing entity.
|
|
29489
30848
|
* @type {string}
|
|
29490
|
-
* @memberof
|
|
30849
|
+
* @memberof DefaultApiGetStocksFilingsVXIndex
|
|
29491
30850
|
*/
|
|
29492
30851
|
readonly cik?: string;
|
|
29493
30852
|
/**
|
|
29494
30853
|
* Filter equal to any of the values. Multiple values can be specified by using a comma separated list.
|
|
29495
30854
|
* @type {string}
|
|
29496
|
-
* @memberof
|
|
30855
|
+
* @memberof DefaultApiGetStocksFilingsVXIndex
|
|
29497
30856
|
*/
|
|
29498
30857
|
readonly cikAnyOf?: string;
|
|
29499
30858
|
/**
|
|
29500
30859
|
* Filter greater than the value.
|
|
29501
30860
|
* @type {string}
|
|
29502
|
-
* @memberof
|
|
30861
|
+
* @memberof DefaultApiGetStocksFilingsVXIndex
|
|
29503
30862
|
*/
|
|
29504
30863
|
readonly cikGt?: string;
|
|
29505
30864
|
/**
|
|
29506
30865
|
* Filter greater than or equal to the value.
|
|
29507
30866
|
* @type {string}
|
|
29508
|
-
* @memberof
|
|
30867
|
+
* @memberof DefaultApiGetStocksFilingsVXIndex
|
|
29509
30868
|
*/
|
|
29510
30869
|
readonly cikGte?: string;
|
|
29511
30870
|
/**
|
|
29512
30871
|
* Filter less than the value.
|
|
29513
30872
|
* @type {string}
|
|
29514
|
-
* @memberof
|
|
30873
|
+
* @memberof DefaultApiGetStocksFilingsVXIndex
|
|
29515
30874
|
*/
|
|
29516
30875
|
readonly cikLt?: string;
|
|
29517
30876
|
/**
|
|
29518
30877
|
* Filter less than or equal to the value.
|
|
29519
30878
|
* @type {string}
|
|
29520
|
-
* @memberof
|
|
30879
|
+
* @memberof DefaultApiGetStocksFilingsVXIndex
|
|
29521
30880
|
*/
|
|
29522
30881
|
readonly cikLte?: string;
|
|
29523
30882
|
/**
|
|
29524
|
-
* Stock ticker symbol for the
|
|
30883
|
+
* Stock ticker symbol for the filing entity, if available.
|
|
29525
30884
|
* @type {string}
|
|
29526
|
-
* @memberof
|
|
30885
|
+
* @memberof DefaultApiGetStocksFilingsVXIndex
|
|
29527
30886
|
*/
|
|
29528
30887
|
readonly ticker?: string;
|
|
29529
30888
|
/**
|
|
29530
30889
|
* Filter equal to any of the values. Multiple values can be specified by using a comma separated list.
|
|
29531
30890
|
* @type {string}
|
|
29532
|
-
* @memberof
|
|
30891
|
+
* @memberof DefaultApiGetStocksFilingsVXIndex
|
|
29533
30892
|
*/
|
|
29534
30893
|
readonly tickerAnyOf?: string;
|
|
29535
30894
|
/**
|
|
29536
30895
|
* Filter greater than the value.
|
|
29537
30896
|
* @type {string}
|
|
29538
|
-
* @memberof
|
|
30897
|
+
* @memberof DefaultApiGetStocksFilingsVXIndex
|
|
29539
30898
|
*/
|
|
29540
30899
|
readonly tickerGt?: string;
|
|
29541
30900
|
/**
|
|
29542
30901
|
* Filter greater than or equal to the value.
|
|
29543
30902
|
* @type {string}
|
|
29544
|
-
* @memberof
|
|
30903
|
+
* @memberof DefaultApiGetStocksFilingsVXIndex
|
|
29545
30904
|
*/
|
|
29546
30905
|
readonly tickerGte?: string;
|
|
29547
30906
|
/**
|
|
29548
30907
|
* Filter less than the value.
|
|
29549
30908
|
* @type {string}
|
|
29550
|
-
* @memberof
|
|
30909
|
+
* @memberof DefaultApiGetStocksFilingsVXIndex
|
|
29551
30910
|
*/
|
|
29552
30911
|
readonly tickerLt?: string;
|
|
29553
30912
|
/**
|
|
29554
30913
|
* Filter less than or equal to the value.
|
|
29555
30914
|
* @type {string}
|
|
29556
|
-
* @memberof
|
|
30915
|
+
* @memberof DefaultApiGetStocksFilingsVXIndex
|
|
29557
30916
|
*/
|
|
29558
30917
|
readonly tickerLte?: string;
|
|
29559
30918
|
/**
|
|
29560
|
-
*
|
|
29561
|
-
* @type {
|
|
29562
|
-
* @memberof
|
|
30919
|
+
* SEC form type (e.g., \'10-K\', \'10-Q\', \'8-K\', \'S-1\', \'4\', etc.).
|
|
30920
|
+
* @type {string}
|
|
30921
|
+
* @memberof DefaultApiGetStocksFilingsVXIndex
|
|
29563
30922
|
*/
|
|
29564
|
-
readonly
|
|
30923
|
+
readonly formType?: string;
|
|
29565
30924
|
/**
|
|
29566
30925
|
* Filter equal to any of the values. Multiple values can be specified by using a comma separated list.
|
|
29567
|
-
* @type {'business' | 'risk_factors'}
|
|
29568
|
-
* @memberof DefaultApiGetStocksFilings10KVXSections
|
|
29569
|
-
*/
|
|
29570
|
-
readonly sectionAnyOf?: GetStocksFilings10KVXSectionsSectionAnyOfEnum;
|
|
29571
|
-
/**
|
|
29572
|
-
* Date when the filing was submitted to the SEC (formatted as YYYY-MM-DD). Value must be formatted \'yyyy-mm-dd\'.
|
|
29573
30926
|
* @type {string}
|
|
29574
|
-
* @memberof
|
|
30927
|
+
* @memberof DefaultApiGetStocksFilingsVXIndex
|
|
29575
30928
|
*/
|
|
29576
|
-
readonly
|
|
30929
|
+
readonly formTypeAnyOf?: string;
|
|
29577
30930
|
/**
|
|
29578
|
-
* Filter greater than the value.
|
|
30931
|
+
* Filter greater than the value.
|
|
29579
30932
|
* @type {string}
|
|
29580
|
-
* @memberof
|
|
30933
|
+
* @memberof DefaultApiGetStocksFilingsVXIndex
|
|
29581
30934
|
*/
|
|
29582
|
-
readonly
|
|
30935
|
+
readonly formTypeGt?: string;
|
|
29583
30936
|
/**
|
|
29584
|
-
* Filter greater than or equal to the value.
|
|
30937
|
+
* Filter greater than or equal to the value.
|
|
29585
30938
|
* @type {string}
|
|
29586
|
-
* @memberof
|
|
30939
|
+
* @memberof DefaultApiGetStocksFilingsVXIndex
|
|
29587
30940
|
*/
|
|
29588
|
-
readonly
|
|
30941
|
+
readonly formTypeGte?: string;
|
|
29589
30942
|
/**
|
|
29590
|
-
* Filter less than the value.
|
|
30943
|
+
* Filter less than the value.
|
|
29591
30944
|
* @type {string}
|
|
29592
|
-
* @memberof
|
|
30945
|
+
* @memberof DefaultApiGetStocksFilingsVXIndex
|
|
29593
30946
|
*/
|
|
29594
|
-
readonly
|
|
30947
|
+
readonly formTypeLt?: string;
|
|
29595
30948
|
/**
|
|
29596
|
-
* Filter less than or equal to the value.
|
|
30949
|
+
* Filter less than or equal to the value.
|
|
29597
30950
|
* @type {string}
|
|
29598
|
-
* @memberof
|
|
30951
|
+
* @memberof DefaultApiGetStocksFilingsVXIndex
|
|
29599
30952
|
*/
|
|
29600
|
-
readonly
|
|
30953
|
+
readonly formTypeLte?: string;
|
|
29601
30954
|
/**
|
|
29602
|
-
*
|
|
30955
|
+
* Date when the filing was submitted to the SEC (formatted as YYYY-MM-DD). Value must be formatted \'yyyy-mm-dd\'.
|
|
29603
30956
|
* @type {string}
|
|
29604
|
-
* @memberof
|
|
30957
|
+
* @memberof DefaultApiGetStocksFilingsVXIndex
|
|
29605
30958
|
*/
|
|
29606
|
-
readonly
|
|
30959
|
+
readonly filingDate?: string;
|
|
29607
30960
|
/**
|
|
29608
30961
|
* Filter greater than the value. Value must be formatted \'yyyy-mm-dd\'.
|
|
29609
30962
|
* @type {string}
|
|
29610
|
-
* @memberof
|
|
30963
|
+
* @memberof DefaultApiGetStocksFilingsVXIndex
|
|
29611
30964
|
*/
|
|
29612
|
-
readonly
|
|
30965
|
+
readonly filingDateGt?: string;
|
|
29613
30966
|
/**
|
|
29614
30967
|
* Filter greater than or equal to the value. Value must be formatted \'yyyy-mm-dd\'.
|
|
29615
30968
|
* @type {string}
|
|
29616
|
-
* @memberof
|
|
30969
|
+
* @memberof DefaultApiGetStocksFilingsVXIndex
|
|
29617
30970
|
*/
|
|
29618
|
-
readonly
|
|
30971
|
+
readonly filingDateGte?: string;
|
|
29619
30972
|
/**
|
|
29620
30973
|
* Filter less than the value. Value must be formatted \'yyyy-mm-dd\'.
|
|
29621
30974
|
* @type {string}
|
|
29622
|
-
* @memberof
|
|
30975
|
+
* @memberof DefaultApiGetStocksFilingsVXIndex
|
|
29623
30976
|
*/
|
|
29624
|
-
readonly
|
|
30977
|
+
readonly filingDateLt?: string;
|
|
29625
30978
|
/**
|
|
29626
30979
|
* Filter less than or equal to the value. Value must be formatted \'yyyy-mm-dd\'.
|
|
29627
30980
|
* @type {string}
|
|
29628
|
-
* @memberof
|
|
30981
|
+
* @memberof DefaultApiGetStocksFilingsVXIndex
|
|
29629
30982
|
*/
|
|
29630
|
-
readonly
|
|
30983
|
+
readonly filingDateLte?: string;
|
|
29631
30984
|
/**
|
|
29632
|
-
* Limit the maximum number of results returned. Defaults to \'
|
|
30985
|
+
* Limit the maximum number of results returned. Defaults to \'1000\' if not specified. The maximum allowed limit is \'50000\'.
|
|
29633
30986
|
* @type {number}
|
|
29634
|
-
* @memberof
|
|
30987
|
+
* @memberof DefaultApiGetStocksFilingsVXIndex
|
|
29635
30988
|
*/
|
|
29636
30989
|
readonly limit?: number;
|
|
29637
30990
|
/**
|
|
29638
|
-
* A comma separated list of sort columns. For each column, append \'.asc\' or \'.desc\' to specify the sort direction. The sort column defaults to \'
|
|
30991
|
+
* A comma separated list of sort columns. For each column, append \'.asc\' or \'.desc\' to specify the sort direction. The sort column defaults to \'filing_date\' if not specified. The sort order defaults to \'desc\' if not specified.
|
|
29639
30992
|
* @type {string}
|
|
29640
|
-
* @memberof
|
|
30993
|
+
* @memberof DefaultApiGetStocksFilingsVXIndex
|
|
29641
30994
|
*/
|
|
29642
30995
|
readonly sort?: string;
|
|
29643
30996
|
}
|
|
@@ -32952,6 +34305,175 @@ interface DefaultApiGetTmxV1CorporateEventsRequest {
|
|
|
32952
34305
|
*/
|
|
32953
34306
|
readonly sort?: string;
|
|
32954
34307
|
}
|
|
34308
|
+
/**
|
|
34309
|
+
* Request parameters for getV1ReferenceIpos operation in DefaultApi.
|
|
34310
|
+
* @export
|
|
34311
|
+
* @interface DefaultApiGetV1ReferenceIposRequest
|
|
34312
|
+
*/
|
|
34313
|
+
interface DefaultApiGetV1ReferenceIposRequest {
|
|
34314
|
+
/**
|
|
34315
|
+
* The ticker symbol of the IPO event.
|
|
34316
|
+
* @type {string}
|
|
34317
|
+
* @memberof DefaultApiGetV1ReferenceIpos
|
|
34318
|
+
*/
|
|
34319
|
+
readonly ticker?: string;
|
|
34320
|
+
/**
|
|
34321
|
+
* Filter equal to any of the values. Multiple values can be specified by using a comma separated list.
|
|
34322
|
+
* @type {string}
|
|
34323
|
+
* @memberof DefaultApiGetV1ReferenceIpos
|
|
34324
|
+
*/
|
|
34325
|
+
readonly tickerAnyOf?: string;
|
|
34326
|
+
/**
|
|
34327
|
+
* Filter greater than the value.
|
|
34328
|
+
* @type {string}
|
|
34329
|
+
* @memberof DefaultApiGetV1ReferenceIpos
|
|
34330
|
+
*/
|
|
34331
|
+
readonly tickerGt?: string;
|
|
34332
|
+
/**
|
|
34333
|
+
* Filter greater than or equal to the value.
|
|
34334
|
+
* @type {string}
|
|
34335
|
+
* @memberof DefaultApiGetV1ReferenceIpos
|
|
34336
|
+
*/
|
|
34337
|
+
readonly tickerGte?: string;
|
|
34338
|
+
/**
|
|
34339
|
+
* Filter less than the value.
|
|
34340
|
+
* @type {string}
|
|
34341
|
+
* @memberof DefaultApiGetV1ReferenceIpos
|
|
34342
|
+
*/
|
|
34343
|
+
readonly tickerLt?: string;
|
|
34344
|
+
/**
|
|
34345
|
+
* Filter less than or equal to the value.
|
|
34346
|
+
* @type {string}
|
|
34347
|
+
* @memberof DefaultApiGetV1ReferenceIpos
|
|
34348
|
+
*/
|
|
34349
|
+
readonly tickerLte?: string;
|
|
34350
|
+
/**
|
|
34351
|
+
* Nine-character alphanumeric code that uniquely identifies a financial security in North America.
|
|
34352
|
+
* @type {string}
|
|
34353
|
+
* @memberof DefaultApiGetV1ReferenceIpos
|
|
34354
|
+
*/
|
|
34355
|
+
readonly usCode?: string;
|
|
34356
|
+
/**
|
|
34357
|
+
* Filter equal to any of the values. Multiple values can be specified by using a comma separated list.
|
|
34358
|
+
* @type {string}
|
|
34359
|
+
* @memberof DefaultApiGetV1ReferenceIpos
|
|
34360
|
+
*/
|
|
34361
|
+
readonly usCodeAnyOf?: string;
|
|
34362
|
+
/**
|
|
34363
|
+
* Filter greater than the value.
|
|
34364
|
+
* @type {string}
|
|
34365
|
+
* @memberof DefaultApiGetV1ReferenceIpos
|
|
34366
|
+
*/
|
|
34367
|
+
readonly usCodeGt?: string;
|
|
34368
|
+
/**
|
|
34369
|
+
* Filter greater than or equal to the value.
|
|
34370
|
+
* @type {string}
|
|
34371
|
+
* @memberof DefaultApiGetV1ReferenceIpos
|
|
34372
|
+
*/
|
|
34373
|
+
readonly usCodeGte?: string;
|
|
34374
|
+
/**
|
|
34375
|
+
* Filter less than the value.
|
|
34376
|
+
* @type {string}
|
|
34377
|
+
* @memberof DefaultApiGetV1ReferenceIpos
|
|
34378
|
+
*/
|
|
34379
|
+
readonly usCodeLt?: string;
|
|
34380
|
+
/**
|
|
34381
|
+
* Filter less than or equal to the value.
|
|
34382
|
+
* @type {string}
|
|
34383
|
+
* @memberof DefaultApiGetV1ReferenceIpos
|
|
34384
|
+
*/
|
|
34385
|
+
readonly usCodeLte?: string;
|
|
34386
|
+
/**
|
|
34387
|
+
* International Securities Identification Number. This is a unique twelve-digit code that is assigned to every security issuance in the world.
|
|
34388
|
+
* @type {string}
|
|
34389
|
+
* @memberof DefaultApiGetV1ReferenceIpos
|
|
34390
|
+
*/
|
|
34391
|
+
readonly isin?: string;
|
|
34392
|
+
/**
|
|
34393
|
+
* Filter equal to any of the values. Multiple values can be specified by using a comma separated list.
|
|
34394
|
+
* @type {string}
|
|
34395
|
+
* @memberof DefaultApiGetV1ReferenceIpos
|
|
34396
|
+
*/
|
|
34397
|
+
readonly isinAnyOf?: string;
|
|
34398
|
+
/**
|
|
34399
|
+
* Filter greater than the value.
|
|
34400
|
+
* @type {string}
|
|
34401
|
+
* @memberof DefaultApiGetV1ReferenceIpos
|
|
34402
|
+
*/
|
|
34403
|
+
readonly isinGt?: string;
|
|
34404
|
+
/**
|
|
34405
|
+
* Filter greater than or equal to the value.
|
|
34406
|
+
* @type {string}
|
|
34407
|
+
* @memberof DefaultApiGetV1ReferenceIpos
|
|
34408
|
+
*/
|
|
34409
|
+
readonly isinGte?: string;
|
|
34410
|
+
/**
|
|
34411
|
+
* Filter less than the value.
|
|
34412
|
+
* @type {string}
|
|
34413
|
+
* @memberof DefaultApiGetV1ReferenceIpos
|
|
34414
|
+
*/
|
|
34415
|
+
readonly isinLt?: string;
|
|
34416
|
+
/**
|
|
34417
|
+
* Filter less than or equal to the value.
|
|
34418
|
+
* @type {string}
|
|
34419
|
+
* @memberof DefaultApiGetV1ReferenceIpos
|
|
34420
|
+
*/
|
|
34421
|
+
readonly isinLte?: string;
|
|
34422
|
+
/**
|
|
34423
|
+
* First trading date for the newly listed entity. Value must be an integer timestamp in nanoseconds, formatted \'yyyy-mm-dd\', or ISO 8601/RFC 3339 (e.g. \'2024-05-28T20:27:41Z\').
|
|
34424
|
+
* @type {string}
|
|
34425
|
+
* @memberof DefaultApiGetV1ReferenceIpos
|
|
34426
|
+
*/
|
|
34427
|
+
readonly listingDate?: string;
|
|
34428
|
+
/**
|
|
34429
|
+
* Filter greater than the value. Value must be an integer timestamp in nanoseconds, formatted \'yyyy-mm-dd\', or ISO 8601/RFC 3339 (e.g. \'2024-05-28T20:27:41Z\').
|
|
34430
|
+
* @type {string}
|
|
34431
|
+
* @memberof DefaultApiGetV1ReferenceIpos
|
|
34432
|
+
*/
|
|
34433
|
+
readonly listingDateGt?: string;
|
|
34434
|
+
/**
|
|
34435
|
+
* Filter greater than or equal to the value. Value must be an integer timestamp in nanoseconds, formatted \'yyyy-mm-dd\', or ISO 8601/RFC 3339 (e.g. \'2024-05-28T20:27:41Z\').
|
|
34436
|
+
* @type {string}
|
|
34437
|
+
* @memberof DefaultApiGetV1ReferenceIpos
|
|
34438
|
+
*/
|
|
34439
|
+
readonly listingDateGte?: string;
|
|
34440
|
+
/**
|
|
34441
|
+
* Filter less than the value. Value must be an integer timestamp in nanoseconds, formatted \'yyyy-mm-dd\', or ISO 8601/RFC 3339 (e.g. \'2024-05-28T20:27:41Z\').
|
|
34442
|
+
* @type {string}
|
|
34443
|
+
* @memberof DefaultApiGetV1ReferenceIpos
|
|
34444
|
+
*/
|
|
34445
|
+
readonly listingDateLt?: string;
|
|
34446
|
+
/**
|
|
34447
|
+
* Filter less than or equal to the value. Value must be an integer timestamp in nanoseconds, formatted \'yyyy-mm-dd\', or ISO 8601/RFC 3339 (e.g. \'2024-05-28T20:27:41Z\').
|
|
34448
|
+
* @type {string}
|
|
34449
|
+
* @memberof DefaultApiGetV1ReferenceIpos
|
|
34450
|
+
*/
|
|
34451
|
+
readonly listingDateLte?: string;
|
|
34452
|
+
/**
|
|
34453
|
+
* The status of the IPO.
|
|
34454
|
+
* @type {'direct_listing_process' | 'history' | 'new' | 'pending' | 'postponed' | 'rumor' | 'withdrawn'}
|
|
34455
|
+
* @memberof DefaultApiGetV1ReferenceIpos
|
|
34456
|
+
*/
|
|
34457
|
+
readonly ipoStatus?: GetV1ReferenceIposIpoStatusEnum;
|
|
34458
|
+
/**
|
|
34459
|
+
* Filter equal to any of the values. Multiple values can be specified by using a comma separated list.
|
|
34460
|
+
* @type {'direct_listing_process' | 'history' | 'new' | 'pending' | 'postponed' | 'rumor' | 'withdrawn'}
|
|
34461
|
+
* @memberof DefaultApiGetV1ReferenceIpos
|
|
34462
|
+
*/
|
|
34463
|
+
readonly ipoStatusAnyOf?: GetV1ReferenceIposIpoStatusAnyOfEnum;
|
|
34464
|
+
/**
|
|
34465
|
+
* Limit the maximum number of results returned. Defaults to \'10\' if not specified. The maximum allowed limit is \'1000\'.
|
|
34466
|
+
* @type {number}
|
|
34467
|
+
* @memberof DefaultApiGetV1ReferenceIpos
|
|
34468
|
+
*/
|
|
34469
|
+
readonly limit?: number;
|
|
34470
|
+
/**
|
|
34471
|
+
* A comma separated list of sort columns. For each column, append \'.asc\' or \'.desc\' to specify the sort direction. The sort column defaults to \'listing_date\' if not specified. The sort order defaults to \'desc\' if not specified.
|
|
34472
|
+
* @type {string}
|
|
34473
|
+
* @memberof DefaultApiGetV1ReferenceIpos
|
|
34474
|
+
*/
|
|
34475
|
+
readonly sort?: string;
|
|
34476
|
+
}
|
|
32955
34477
|
/**
|
|
32956
34478
|
* Request parameters for listConditions operation in DefaultApi.
|
|
32957
34479
|
* @export
|
|
@@ -34343,6 +35865,14 @@ declare class DefaultApi extends BaseAPI {
|
|
|
34343
35865
|
* @memberof DefaultApi
|
|
34344
35866
|
*/
|
|
34345
35867
|
getFuturesVXProducts(requestParameters?: DefaultApiGetFuturesVXProductsRequest, options?: RawAxiosRequestConfig): Promise<GetFuturesVXProducts200Response>;
|
|
35868
|
+
/**
|
|
35869
|
+
*
|
|
35870
|
+
* @param {DefaultApiGetFuturesVXQuotesNewRequest} requestParameters Request parameters.
|
|
35871
|
+
* @param {*} [options] Override http request option.
|
|
35872
|
+
* @throws {RequiredError}
|
|
35873
|
+
* @memberof DefaultApi
|
|
35874
|
+
*/
|
|
35875
|
+
getFuturesVXQuotesNew(requestParameters: DefaultApiGetFuturesVXQuotesNewRequest, options?: RawAxiosRequestConfig): Promise<GetFuturesVXQuotesNew200Response>;
|
|
34346
35876
|
/**
|
|
34347
35877
|
* The Schedules API provides a unified way to retrieve trading schedules for futures markets, returning precise session open and close times, intraday breaks, and any adjustments for holidays or special events. You can request the full set of schedules for all products on a specific trading date or retrieve the schedule for a single product using its product code. All times are returned in Coordinated Universal Time (UTC), making it straightforward to align trading, execution, and operational workflows across systems. Use Cases: Schedule planning, market analysis, strategy alignment, risk and operations management.
|
|
34348
35878
|
* @summary Futures Schedules API
|
|
@@ -34361,6 +35891,23 @@ declare class DefaultApi extends BaseAPI {
|
|
|
34361
35891
|
* @memberof DefaultApi
|
|
34362
35892
|
*/
|
|
34363
35893
|
getFuturesVXSnapshot(requestParameters?: DefaultApiGetFuturesVXSnapshotRequest, options?: RawAxiosRequestConfig): Promise<GetFuturesVXSnapshot200Response>;
|
|
35894
|
+
/**
|
|
35895
|
+
* Retrieve a snapshot of the most recent futures contract data.
|
|
35896
|
+
* @summary futures_snapshot_v1 API
|
|
35897
|
+
* @param {DefaultApiGetFuturesVXSnapshotNativeRequest} requestParameters Request parameters.
|
|
35898
|
+
* @param {*} [options] Override http request option.
|
|
35899
|
+
* @throws {RequiredError}
|
|
35900
|
+
* @memberof DefaultApi
|
|
35901
|
+
*/
|
|
35902
|
+
getFuturesVXSnapshotNative(requestParameters?: DefaultApiGetFuturesVXSnapshotNativeRequest, options?: RawAxiosRequestConfig): Promise<GetFuturesVXSnapshot200Response>;
|
|
35903
|
+
/**
|
|
35904
|
+
*
|
|
35905
|
+
* @param {DefaultApiGetFuturesVXTradesNewRequest} requestParameters Request parameters.
|
|
35906
|
+
* @param {*} [options] Override http request option.
|
|
35907
|
+
* @throws {RequiredError}
|
|
35908
|
+
* @memberof DefaultApi
|
|
35909
|
+
*/
|
|
35910
|
+
getFuturesVXTradesNew(requestParameters: DefaultApiGetFuturesVXTradesNewRequest, options?: RawAxiosRequestConfig): Promise<GetFuturesVXTradesNew200Response>;
|
|
34364
35911
|
/**
|
|
34365
35912
|
* Get the daily open, high, low, and close (OHLC) for the entire cryptocurrency markets.
|
|
34366
35913
|
* @summary Grouped Daily (Bars)
|
|
@@ -34495,7 +36042,7 @@ declare class DefaultApi extends BaseAPI {
|
|
|
34495
36042
|
* @throws {RequiredError}
|
|
34496
36043
|
* @memberof DefaultApi
|
|
34497
36044
|
*/
|
|
34498
|
-
getLastStocksTrade(requestParameters: DefaultApiGetLastStocksTradeRequest, options?: RawAxiosRequestConfig): Promise<
|
|
36045
|
+
getLastStocksTrade(requestParameters: DefaultApiGetLastStocksTradeRequest, options?: RawAxiosRequestConfig): Promise<GetLastStocksTrade200Response>;
|
|
34499
36046
|
/**
|
|
34500
36047
|
* Get upcoming market holidays and their open/close times.
|
|
34501
36048
|
* @summary Market Holidays
|
|
@@ -34717,6 +36264,14 @@ declare class DefaultApi extends BaseAPI {
|
|
|
34717
36264
|
* @memberof DefaultApi
|
|
34718
36265
|
*/
|
|
34719
36266
|
getStocksFilings10KVXSections(requestParameters?: DefaultApiGetStocksFilings10KVXSectionsRequest, options?: RawAxiosRequestConfig): Promise<GetStocksFilings10KVXSections200Response>;
|
|
36267
|
+
/**
|
|
36268
|
+
* SEC EDGAR master index providing metadata for all SEC filings including form types, filing dates, and direct links to source documents.
|
|
36269
|
+
* @param {DefaultApiGetStocksFilingsVXIndexRequest} requestParameters Request parameters.
|
|
36270
|
+
* @param {*} [options] Override http request option.
|
|
36271
|
+
* @throws {RequiredError}
|
|
36272
|
+
* @memberof DefaultApi
|
|
36273
|
+
*/
|
|
36274
|
+
getStocksFilingsVXIndex(requestParameters?: DefaultApiGetStocksFilingsVXIndexRequest, options?: RawAxiosRequestConfig): Promise<GetStocksFilingsVXIndex200Response>;
|
|
34720
36275
|
/**
|
|
34721
36276
|
* The risk factors identified in companies\' 10K filings.
|
|
34722
36277
|
* @param {DefaultApiGetStocksFilingsVXRiskFactorsRequest} requestParameters Request parameters.
|
|
@@ -34911,6 +36466,14 @@ declare class DefaultApi extends BaseAPI {
|
|
|
34911
36466
|
* @memberof DefaultApi
|
|
34912
36467
|
*/
|
|
34913
36468
|
getTmxV1CorporateEvents(requestParameters?: DefaultApiGetTmxV1CorporateEventsRequest, options?: RawAxiosRequestConfig): Promise<GetTmxV1CorporateEvents200Response>;
|
|
36469
|
+
/**
|
|
36470
|
+
* Contains comprehensive data about Initial Public Offerings (IPOs) and direct listings for US stocks, tracking both historical and pending offerings with detailed pricing, share, and timing information.
|
|
36471
|
+
* @param {DefaultApiGetV1ReferenceIposRequest} requestParameters Request parameters.
|
|
36472
|
+
* @param {*} [options] Override http request option.
|
|
36473
|
+
* @throws {RequiredError}
|
|
36474
|
+
* @memberof DefaultApi
|
|
36475
|
+
*/
|
|
36476
|
+
getV1ReferenceIpos(requestParameters?: DefaultApiGetV1ReferenceIposRequest, options?: RawAxiosRequestConfig): Promise<GetV1ReferenceIpos200Response>;
|
|
34914
36477
|
/**
|
|
34915
36478
|
* List all conditions that Massive uses.
|
|
34916
36479
|
* @summary Conditions
|
|
@@ -36213,6 +37776,32 @@ declare enum GetStocksV1SplitsAdjustmentTypeAnyOfEnum {
|
|
|
36213
37776
|
ReverseSplit = "reverse_split",
|
|
36214
37777
|
StockDividend = "stock_dividend"
|
|
36215
37778
|
}
|
|
37779
|
+
/**
|
|
37780
|
+
* @export
|
|
37781
|
+
* @enum {string}
|
|
37782
|
+
*/
|
|
37783
|
+
declare enum GetV1ReferenceIposIpoStatusEnum {
|
|
37784
|
+
DirectListingProcess = "direct_listing_process",
|
|
37785
|
+
History = "history",
|
|
37786
|
+
New = "new",
|
|
37787
|
+
Pending = "pending",
|
|
37788
|
+
Postponed = "postponed",
|
|
37789
|
+
Rumor = "rumor",
|
|
37790
|
+
Withdrawn = "withdrawn"
|
|
37791
|
+
}
|
|
37792
|
+
/**
|
|
37793
|
+
* @export
|
|
37794
|
+
* @enum {string}
|
|
37795
|
+
*/
|
|
37796
|
+
declare enum GetV1ReferenceIposIpoStatusAnyOfEnum {
|
|
37797
|
+
DirectListingProcess = "direct_listing_process",
|
|
37798
|
+
History = "history",
|
|
37799
|
+
New = "new",
|
|
37800
|
+
Pending = "pending",
|
|
37801
|
+
Postponed = "postponed",
|
|
37802
|
+
Rumor = "rumor",
|
|
37803
|
+
Withdrawn = "withdrawn"
|
|
37804
|
+
}
|
|
36216
37805
|
/**
|
|
36217
37806
|
* @export
|
|
36218
37807
|
* @enum {string}
|
|
@@ -36799,4 +38388,4 @@ declare const MassiveClient: (apiKey: string, restApiBase?: string, websocketApi
|
|
|
36799
38388
|
pagination: boolean;
|
|
36800
38389
|
}) => IMassiveClient;
|
|
36801
38390
|
|
|
36802
|
-
export { type Company, type ConditionTypeMap, Configuration, type ConfigurationParameters, type CryptoExchangeInner, type CryptoGroupedResults, type CryptoHistoricTrades, type CryptoLastTrade, type CryptoLastTradeLast, type CryptoOpenClose, type CryptoSnapshotMinute, type CryptoSnapshotTicker, type CryptoSnapshotTickerFullBook, type CryptoSnapshotTickers, type CryptoTick, DefaultApi, DefaultApiAxiosParamCreator, type DefaultApiDeprecatedGetCryptoSnapshotTickerBookRequest, type DefaultApiDeprecatedGetHistoricCryptoTradesRequest, type DefaultApiDeprecatedGetHistoricForexQuotesRequest, type DefaultApiDeprecatedGetHistoricStocksQuotesRequest, type DefaultApiDeprecatedGetHistoricStocksTradesRequest, DefaultApiFactory, DefaultApiFp, type DefaultApiGetBenzingaV1AnalystInsightsRequest, type DefaultApiGetBenzingaV1AnalystsRequest, type DefaultApiGetBenzingaV1BullsBearsSayRequest, type DefaultApiGetBenzingaV1ConsensusRatingsRequest, type DefaultApiGetBenzingaV1EarningsRequest, type DefaultApiGetBenzingaV1FirmsRequest, type DefaultApiGetBenzingaV1GuidanceRequest, type DefaultApiGetBenzingaV1RatingsRequest, type DefaultApiGetBenzingaV2NewsRequest, type DefaultApiGetCryptoAggregatesRequest, type DefaultApiGetCryptoEMARequest, type DefaultApiGetCryptoMACDRequest, type DefaultApiGetCryptoOpenCloseRequest, type DefaultApiGetCryptoRSIRequest, type DefaultApiGetCryptoSMARequest, type DefaultApiGetCryptoSnapshotDirectionRequest, type DefaultApiGetCryptoSnapshotTickerRequest, type DefaultApiGetCryptoSnapshotTickersRequest, type DefaultApiGetCryptoTradesRequest, type DefaultApiGetCryptoV1ExchangesRequest, type DefaultApiGetCurrencyConversionRequest, type DefaultApiGetEtfGlobalV1AnalyticsRequest, type DefaultApiGetEtfGlobalV1ConstituentsRequest, type DefaultApiGetEtfGlobalV1FundFlowsRequest, type DefaultApiGetEtfGlobalV1ProfilesRequest, type DefaultApiGetEtfGlobalV1TaxonomiesRequest, type DefaultApiGetEventsRequest, type DefaultApiGetFedV1InflationExpectationsRequest, type DefaultApiGetFedV1InflationRequest, type DefaultApiGetFedV1LaborMarketRequest, type DefaultApiGetFedV1TreasuryYieldsRequest, type DefaultApiGetForexAggregatesRequest, type DefaultApiGetForexEMARequest, type DefaultApiGetForexMACDRequest, type DefaultApiGetForexQuotesRequest, type DefaultApiGetForexRSIRequest, type DefaultApiGetForexSMARequest, type DefaultApiGetForexSnapshotDirectionRequest, type DefaultApiGetForexSnapshotTickerRequest, type DefaultApiGetForexSnapshotTickersRequest, type DefaultApiGetForexV1ExchangesRequest, type DefaultApiGetFuturesAggregatesRequest, type DefaultApiGetFuturesQuotesRequest, type DefaultApiGetFuturesTradesRequest, type DefaultApiGetFuturesVXContractsRequest, type DefaultApiGetFuturesVXExchangesRequest, type DefaultApiGetFuturesVXMarketStatusRequest, type DefaultApiGetFuturesVXProductsRequest, type DefaultApiGetFuturesVXSchedulesRequest, type DefaultApiGetFuturesVXSnapshotRequest, type DefaultApiGetGroupedCryptoAggregatesRequest, type DefaultApiGetGroupedForexAggregatesRequest, type DefaultApiGetGroupedStocksAggregatesRequest, type DefaultApiGetIndicesAggregatesRequest, type DefaultApiGetIndicesEMARequest, type DefaultApiGetIndicesMACDRequest, type DefaultApiGetIndicesOpenCloseRequest, type DefaultApiGetIndicesRSIRequest, type DefaultApiGetIndicesSMARequest, type DefaultApiGetIndicesSnapshotRequest, type DefaultApiGetLastCryptoTradeRequest, type DefaultApiGetLastCurrencyQuoteRequest, type DefaultApiGetLastOptionsTradeRequest, type DefaultApiGetLastStocksQuoteRequest, type DefaultApiGetLastStocksTradeRequest, type DefaultApiGetOptionContractRequest, type DefaultApiGetOptionsAggregatesRequest, type DefaultApiGetOptionsChainRequest, type DefaultApiGetOptionsContractRequest, type DefaultApiGetOptionsEMARequest, type DefaultApiGetOptionsMACDRequest, type DefaultApiGetOptionsOpenCloseRequest, type DefaultApiGetOptionsQuotesRequest, type DefaultApiGetOptionsRSIRequest, type DefaultApiGetOptionsSMARequest, type DefaultApiGetOptionsTradesRequest, type DefaultApiGetOptionsV1ExchangesRequest, type DefaultApiGetPreviousCryptoAggregatesRequest, type DefaultApiGetPreviousForexAggregatesRequest, type DefaultApiGetPreviousIndicesAggregatesRequest, type DefaultApiGetPreviousOptionsAggregatesRequest, type DefaultApiGetPreviousStocksAggregatesRequest, type DefaultApiGetRelatedCompaniesRequest, type DefaultApiGetSnapshotSummaryRequest, type DefaultApiGetSnapshotsRequest, type DefaultApiGetStocksAggregatesRequest, type DefaultApiGetStocksEMARequest, type DefaultApiGetStocksFilings10KVXSectionsRequest, type DefaultApiGetStocksFilingsVXRiskFactorsRequest, type DefaultApiGetStocksFinancialsV1BalanceSheetsRequest, type DefaultApiGetStocksFinancialsV1CashFlowStatementsRequest, type DefaultApiGetStocksFinancialsV1IncomeStatementsRequest, type DefaultApiGetStocksFinancialsV1RatiosRequest, type DefaultApiGetStocksMACDRequest, type DefaultApiGetStocksOpenCloseRequest, type DefaultApiGetStocksQuotesRequest, type DefaultApiGetStocksRSIRequest, type DefaultApiGetStocksSMARequest, type DefaultApiGetStocksSnapshotDirectionRequest, type DefaultApiGetStocksSnapshotTickerRequest, type DefaultApiGetStocksSnapshotTickersRequest, type DefaultApiGetStocksTaxonomiesVXRiskFactorsRequest, type DefaultApiGetStocksTradesRequest, type DefaultApiGetStocksV1DividendsRequest, type DefaultApiGetStocksV1ExchangesRequest, type DefaultApiGetStocksV1ShortInterestRequest, type DefaultApiGetStocksV1ShortVolumeRequest, type DefaultApiGetStocksV1SplitsRequest, type DefaultApiGetStocksVXFloatRequest, type DefaultApiGetTickerRequest, type DefaultApiGetTmxV1CorporateEventsRequest, type DefaultApiListConditionsRequest, type DefaultApiListDividendsRequest, type DefaultApiListExchangesRequest, type DefaultApiListFinancialsRequest, type DefaultApiListIPOsRequest, type DefaultApiListNewsRequest, type DefaultApiListOptionsContractsRequest, type DefaultApiListStockSplitsRequest, type DefaultApiListTickerTypesRequest, type DefaultApiListTickersRequest, type DeprecatedGetCryptoSnapshotTickerBook200Response, type DeprecatedGetCryptoSnapshotTickerBook200ResponseAllOfData, type DeprecatedGetCryptoSnapshotTickerBook200ResponseAllOfDataAsksInner, type DeprecatedGetHistoricCryptoTrades200Response, type DeprecatedGetHistoricCryptoTrades200ResponseAllOfTicksInner, type DeprecatedGetHistoricForexQuotes200Response, type DeprecatedGetHistoricForexQuotes200ResponseAllOfTicksInner, type DeprecatedGetHistoricStocksQuotes200Response, type DeprecatedGetHistoricStocksQuotes200ResponseAllOfResultsInner, type DeprecatedGetHistoricStocksTrades200Response, type DeprecatedGetHistoricStocksTrades200ResponseAllOfResultsInner, type ExchangeInner, type Financial, type Financials, FinancialsPeriodEnum, type ForexConversion, type ForexConversionLast, type ForexGroupedResults, type ForexHistoricTrades, type ForexPairLastQuote, type ForexPreviousClose, type ForexSnapshotLastQuote, type ForexSnapshotPrevDay, type ForexSnapshotTicker, type ForexSnapshotTickers, type ForexTickerResults, type GetBenzingaV1AnalystInsights200Response, type GetBenzingaV1AnalystInsights200ResponseResultsInner, GetBenzingaV1AnalystInsights200ResponseStatusEnum, type GetBenzingaV1AnalystInsights400Response, GetBenzingaV1AnalystInsights400ResponseStatusEnum, type GetBenzingaV1Analysts200Response, type GetBenzingaV1Analysts200ResponseResultsInner, GetBenzingaV1Analysts200ResponseStatusEnum, type GetBenzingaV1BullsBearsSay200Response, type GetBenzingaV1BullsBearsSay200ResponseResultsInner, GetBenzingaV1BullsBearsSay200ResponseStatusEnum, type GetBenzingaV1ConsensusRatings200Response, type GetBenzingaV1ConsensusRatings200ResponseResultsInner, GetBenzingaV1ConsensusRatings200ResponseStatusEnum, type GetBenzingaV1Earnings200Response, type GetBenzingaV1Earnings200ResponseResultsInner, GetBenzingaV1Earnings200ResponseStatusEnum, type GetBenzingaV1Firms200Response, type GetBenzingaV1Firms200ResponseResultsInner, GetBenzingaV1Firms200ResponseStatusEnum, type GetBenzingaV1Guidance200Response, type GetBenzingaV1Guidance200ResponseResultsInner, GetBenzingaV1Guidance200ResponseStatusEnum, type GetBenzingaV1Ratings200Response, type GetBenzingaV1Ratings200ResponseResultsInner, GetBenzingaV1Ratings200ResponseStatusEnum, type GetBenzingaV2News200Response, type GetBenzingaV2News200ResponseResultsInner, GetBenzingaV2News200ResponseStatusEnum, type GetCryptoAggregates200Response, type GetCryptoAggregates200ResponseAllOfResultsInner, GetCryptoAggregatesSortEnum, GetCryptoAggregatesTimespanEnum, type GetCryptoEMA200Response, type GetCryptoEMA200ResponseResults, type GetCryptoEMA200ResponseResultsUnderlying, type GetCryptoEMA200ResponseResultsUnderlyingAggregatesInner, type GetCryptoEMA200ResponseResultsValuesInner, GetCryptoEMAOrderEnum, GetCryptoEMASeriesTypeEnum, GetCryptoEMATimespanEnum, type GetCryptoMACD200Response, type GetCryptoMACD200ResponseResults, type GetCryptoMACD200ResponseResultsValuesInner, GetCryptoMACDOrderEnum, GetCryptoMACDSeriesTypeEnum, GetCryptoMACDTimespanEnum, type GetCryptoOpenClose200Response, type GetCryptoRSI200Response, type GetCryptoRSI200ResponseResults, GetCryptoRSIOrderEnum, GetCryptoRSISeriesTypeEnum, GetCryptoRSITimespanEnum, type GetCryptoSMA200Response, type GetCryptoSMA200ResponseResults, GetCryptoSMAOrderEnum, GetCryptoSMASeriesTypeEnum, GetCryptoSMATimespanEnum, type GetCryptoSnapshotDirection200Response, GetCryptoSnapshotDirectionDirectionEnum, type GetCryptoSnapshotTicker200Response, type GetCryptoSnapshotTicker200ResponseAllOfTicker, type GetCryptoSnapshotTickers200Response, type GetCryptoSnapshotTickers200ResponseAllOfTickersInner, type GetCryptoSnapshotTickers200ResponseAllOfTickersInnerDay, type GetCryptoSnapshotTickers200ResponseAllOfTickersInnerLastTrade, type GetCryptoSnapshotTickers200ResponseAllOfTickersInnerMin, type GetCryptoSnapshotTickers200ResponseAllOfTickersInnerPrevDay, type GetCryptoTrades200Response, type GetCryptoTrades200ResponseResultsInner, GetCryptoTradesOrderEnum, GetCryptoTradesSortEnum, type GetCryptoV1Exchanges200Response, type GetCryptoV1Exchanges200ResponseResultsInner, GetCryptoV1Exchanges200ResponseStatusEnum, type GetCurrencyConversion200Response, type GetCurrencyConversion200ResponseLast, GetCurrencyConversionPrecisionEnum, type GetEtfGlobalV1Analytics200Response, type GetEtfGlobalV1Analytics200ResponseResultsInner, GetEtfGlobalV1Analytics200ResponseStatusEnum, type GetEtfGlobalV1Constituents200Response, type GetEtfGlobalV1Constituents200ResponseResultsInner, GetEtfGlobalV1Constituents200ResponseStatusEnum, type GetEtfGlobalV1FundFlows200Response, type GetEtfGlobalV1FundFlows200ResponseResultsInner, GetEtfGlobalV1FundFlows200ResponseStatusEnum, type GetEtfGlobalV1Profiles200Response, type GetEtfGlobalV1Profiles200ResponseResultsInner, type GetEtfGlobalV1Profiles200ResponseResultsInnerCouponExposureInner, GetEtfGlobalV1Profiles200ResponseStatusEnum, type GetEtfGlobalV1Taxonomies200Response, type GetEtfGlobalV1Taxonomies200ResponseResultsInner, GetEtfGlobalV1Taxonomies200ResponseStatusEnum, type GetEvents200Response, type GetEvents200ResponseResults, type GetEvents200ResponseResultsEventsInner, type GetEvents200ResponseResultsEventsInnerOneOf, type GetEvents200ResponseResultsEventsInnerOneOfTickerChange, type GetFedV1Inflation200Response, type GetFedV1Inflation200ResponseResultsInner, GetFedV1Inflation200ResponseStatusEnum, type GetFedV1InflationExpectations200Response, type GetFedV1InflationExpectations200ResponseResultsInner, GetFedV1InflationExpectations200ResponseStatusEnum, type GetFedV1LaborMarket200Response, type GetFedV1LaborMarket200ResponseResultsInner, GetFedV1LaborMarket200ResponseStatusEnum, type GetFedV1TreasuryYields200Response, type GetFedV1TreasuryYields200ResponseResultsInner, GetFedV1TreasuryYields200ResponseStatusEnum, GetForexAggregatesSortEnum, GetForexAggregatesTimespanEnum, GetForexEMAOrderEnum, GetForexEMASeriesTypeEnum, GetForexEMATimespanEnum, GetForexMACDOrderEnum, GetForexMACDSeriesTypeEnum, GetForexMACDTimespanEnum, type GetForexQuotes200Response, type GetForexQuotes200ResponseResultsInner, GetForexQuotesOrderEnum, GetForexQuotesSortEnum, GetForexRSIOrderEnum, GetForexRSISeriesTypeEnum, GetForexRSITimespanEnum, GetForexSMAOrderEnum, GetForexSMASeriesTypeEnum, GetForexSMATimespanEnum, GetForexSnapshotDirectionDirectionEnum, type GetForexSnapshotTicker200Response, type GetForexSnapshotTicker200ResponseAllOfTicker, type GetForexSnapshotTickers200Response, type GetForexSnapshotTickers200ResponseAllOfTickersInner, type GetForexSnapshotTickers200ResponseAllOfTickersInnerDay, type GetForexSnapshotTickers200ResponseAllOfTickersInnerLastQuote, type GetForexSnapshotTickers200ResponseAllOfTickersInnerMin, type GetForexV1Exchanges200Response, type GetForexV1Exchanges200ResponseResultsInner, GetForexV1Exchanges200ResponseStatusEnum, type GetFuturesAggregates200Response, type GetFuturesAggregates200ResponseResultsInner, GetFuturesAggregatesSortEnum, type GetFuturesQuotes200Response, type GetFuturesQuotes200ResponseResultsInner, GetFuturesQuotesSortEnum, type GetFuturesTrades200Response, type GetFuturesTrades200ResponseResultsInner, GetFuturesTradesSortEnum, type GetFuturesVXContracts200Response, type GetFuturesVXContracts200ResponseResultsInner, GetFuturesVXContracts200ResponseStatusEnum, GetFuturesVXContractsTypeAnyOfEnum, GetFuturesVXContractsTypeEnum, type GetFuturesVXExchanges200Response, type GetFuturesVXExchanges200ResponseResultsInner, GetFuturesVXExchanges200ResponseStatusEnum, type GetFuturesVXMarketStatus200Response, type GetFuturesVXMarketStatus200ResponseResultsInner, GetFuturesVXMarketStatus200ResponseStatusEnum, type GetFuturesVXProducts200Response, type GetFuturesVXProducts200ResponseResultsInner, GetFuturesVXProducts200ResponseStatusEnum, GetFuturesVXProductsAssetClassAnyOfEnum, GetFuturesVXProductsAssetClassEnum, GetFuturesVXProductsAssetSubClassAnyOfEnum, GetFuturesVXProductsAssetSubClassEnum, GetFuturesVXProductsSectorAnyOfEnum, GetFuturesVXProductsSectorEnum, GetFuturesVXProductsSubSectorAnyOfEnum, GetFuturesVXProductsSubSectorEnum, GetFuturesVXProductsTypeAnyOfEnum, GetFuturesVXProductsTypeEnum, type GetFuturesVXSchedules200Response, type GetFuturesVXSchedules200ResponseResultsInner, GetFuturesVXSchedules200ResponseStatusEnum, type GetFuturesVXSnapshot200Response, type GetFuturesVXSnapshot200ResponseResultsInner, type GetFuturesVXSnapshot200ResponseResultsInnerDetails, type GetFuturesVXSnapshot200ResponseResultsInnerLastMinute, type GetFuturesVXSnapshot200ResponseResultsInnerLastQuote, type GetFuturesVXSnapshot200ResponseResultsInnerLastTrade, type GetFuturesVXSnapshot200ResponseResultsInnerSession, GetFuturesVXSnapshot200ResponseStatusEnum, type GetGroupedCryptoAggregates200Response, type GetGroupedCryptoAggregates200ResponseAllOfResultsInner, type GetGroupedStocksAggregates200Response, type GetGroupedStocksAggregates200ResponseAllOfResultsInner, GetIndicesAggregatesSortEnum, GetIndicesAggregatesTimespanEnum, GetIndicesEMAOrderEnum, GetIndicesEMASeriesTypeEnum, GetIndicesEMATimespanEnum, GetIndicesMACDOrderEnum, GetIndicesMACDSeriesTypeEnum, GetIndicesMACDTimespanEnum, type GetIndicesOpenClose200Response, GetIndicesRSIOrderEnum, GetIndicesRSISeriesTypeEnum, GetIndicesRSITimespanEnum, GetIndicesSMAOrderEnum, GetIndicesSMASeriesTypeEnum, GetIndicesSMATimespanEnum, type GetIndicesSnapshot200Response, type GetIndicesSnapshot200ResponseResultsInner, type GetIndicesSnapshot200ResponseResultsInnerSession, GetIndicesSnapshot200ResponseResultsInnerTimeframeEnum, GetIndicesSnapshot200ResponseResultsInnerTypeEnum, GetIndicesSnapshotOrderEnum, GetIndicesSnapshotSortEnum, type GetLastCryptoTrade200Response, type GetLastCryptoTrade200ResponseLast, type GetLastCurrencyQuote200Response, type GetLastOptionsTrade200Response, type GetLastOptionsTrade200ResponseResults, type GetLastStocksQuote200Response, type GetLastStocksQuote200ResponseResults, type GetMarketHolidays200ResponseInner, type GetMarketStatus200Response, type GetMarketStatus200ResponseCurrencies, type GetMarketStatus200ResponseExchanges, type GetMarketStatus200ResponseIndicesGroups, type GetOptionContract200Response, GetOptionsAggregatesSortEnum, GetOptionsAggregatesTimespanEnum, type GetOptionsChain200Response, type GetOptionsChain200ResponseResultsInner, type GetOptionsChain200ResponseResultsInnerDay, type GetOptionsChain200ResponseResultsInnerDetails, GetOptionsChain200ResponseResultsInnerDetailsContractTypeEnum, GetOptionsChain200ResponseResultsInnerDetailsExerciseStyleEnum, type GetOptionsChain200ResponseResultsInnerLastQuote, GetOptionsChain200ResponseResultsInnerLastQuoteTimeframeEnum, type GetOptionsChain200ResponseResultsInnerLastTrade, GetOptionsChain200ResponseResultsInnerLastTradeTimeframeEnum, GetOptionsChainContractTypeEnum, GetOptionsChainOrderEnum, GetOptionsChainSortEnum, type GetOptionsContract200Response, GetOptionsEMAOrderEnum, GetOptionsEMASeriesTypeEnum, GetOptionsEMATimespanEnum, GetOptionsMACDOrderEnum, GetOptionsMACDSeriesTypeEnum, GetOptionsMACDTimespanEnum, type GetOptionsOpenClose200Response, type GetOptionsQuotes200Response, type GetOptionsQuotes200ResponseResultsInner, GetOptionsQuotesOrderEnum, GetOptionsQuotesSortEnum, GetOptionsRSIOrderEnum, GetOptionsRSISeriesTypeEnum, GetOptionsRSITimespanEnum, GetOptionsSMAOrderEnum, GetOptionsSMASeriesTypeEnum, GetOptionsSMATimespanEnum, type GetOptionsTrades200Response, type GetOptionsTrades200ResponseResultsInner, GetOptionsTradesOrderEnum, GetOptionsTradesSortEnum, type GetOptionsV1Exchanges200Response, type GetOptionsV1Exchanges200ResponseResultsInner, GetOptionsV1Exchanges200ResponseStatusEnum, type GetPreviousCryptoAggregates200Response, type GetPreviousForexAggregates200Response, type GetPreviousForexAggregates200ResponseAllOfResultsInner, type GetPreviousIndicesAggregates200Response, type GetPreviousIndicesAggregates200ResponseAllOfResultsInner, type GetRelatedCompanies200Response, type GetRelatedCompanies200ResponseResultsInner, type GetSnapshotSummary200Response, type GetSnapshotSummary200ResponseResultsInner, type GetSnapshotSummary200ResponseResultsInnerBranding, type GetSnapshotSummary200ResponseResultsInnerOptions, GetSnapshotSummary200ResponseResultsInnerOptionsContractTypeEnum, GetSnapshotSummary200ResponseResultsInnerOptionsExerciseStyleEnum, type GetSnapshotSummary200ResponseResultsInnerSession, GetSnapshotSummary200ResponseResultsInnerTypeEnum, type GetSnapshots200Response, type GetSnapshots200ResponseResultsInner, type GetSnapshots200ResponseResultsInnerDetails, GetSnapshots200ResponseResultsInnerDetailsContractTypeEnum, GetSnapshots200ResponseResultsInnerDetailsExerciseStyleEnum, type GetSnapshots200ResponseResultsInnerGreeks, type GetSnapshots200ResponseResultsInnerLastMinute, type GetSnapshots200ResponseResultsInnerLastQuote, GetSnapshots200ResponseResultsInnerLastQuoteTimeframeEnum, type GetSnapshots200ResponseResultsInnerLastTrade, GetSnapshots200ResponseResultsInnerLastTradeTimeframeEnum, GetSnapshots200ResponseResultsInnerTimeframeEnum, GetSnapshots200ResponseResultsInnerTypeEnum, type GetSnapshots200ResponseResultsInnerUnderlyingAsset, GetSnapshots200ResponseResultsInnerUnderlyingAssetTimeframeEnum, GetSnapshotsOrderEnum, GetSnapshotsSortEnum, GetSnapshotsTypeEnum, type GetStocksAggregates200Response, type GetStocksAggregates200ResponseAllOfResultsInner, GetStocksAggregatesSortEnum, GetStocksAggregatesTimespanEnum, GetStocksEMAOrderEnum, GetStocksEMASeriesTypeEnum, GetStocksEMATimespanEnum, type GetStocksFilings10KVXSections200Response, type GetStocksFilings10KVXSections200ResponseResultsInner, GetStocksFilings10KVXSections200ResponseStatusEnum, GetStocksFilings10KVXSectionsSectionAnyOfEnum, GetStocksFilings10KVXSectionsSectionEnum, type GetStocksFilingsVXRiskFactors200Response, type GetStocksFilingsVXRiskFactors200ResponseResultsInner, GetStocksFilingsVXRiskFactors200ResponseStatusEnum, type GetStocksFinancialsV1BalanceSheets200Response, type GetStocksFinancialsV1BalanceSheets200ResponseResultsInner, GetStocksFinancialsV1BalanceSheets200ResponseStatusEnum, type GetStocksFinancialsV1CashFlowStatements200Response, type GetStocksFinancialsV1CashFlowStatements200ResponseResultsInner, GetStocksFinancialsV1CashFlowStatements200ResponseStatusEnum, type GetStocksFinancialsV1IncomeStatements200Response, type GetStocksFinancialsV1IncomeStatements200ResponseResultsInner, GetStocksFinancialsV1IncomeStatements200ResponseStatusEnum, type GetStocksFinancialsV1Ratios200Response, type GetStocksFinancialsV1Ratios200ResponseResultsInner, GetStocksFinancialsV1Ratios200ResponseStatusEnum, GetStocksMACDOrderEnum, GetStocksMACDSeriesTypeEnum, GetStocksMACDTimespanEnum, type GetStocksQuotes200Response, type GetStocksQuotes200ResponseResultsInner, GetStocksQuotesOrderEnum, GetStocksQuotesSortEnum, GetStocksRSIOrderEnum, GetStocksRSISeriesTypeEnum, GetStocksRSITimespanEnum, GetStocksSMAOrderEnum, GetStocksSMASeriesTypeEnum, GetStocksSMATimespanEnum, type GetStocksSnapshotDirection200Response, GetStocksSnapshotDirectionDirectionEnum, type GetStocksSnapshotTicker200Response, type GetStocksSnapshotTicker200ResponseAllOfTicker, type GetStocksSnapshotTickers200Response, type GetStocksSnapshotTickers200ResponseAllOfTickersInner, type GetStocksSnapshotTickers200ResponseAllOfTickersInnerDay, type GetStocksSnapshotTickers200ResponseAllOfTickersInnerLastQuote, type GetStocksSnapshotTickers200ResponseAllOfTickersInnerLastTrade, type GetStocksSnapshotTickers200ResponseAllOfTickersInnerMin, type GetStocksSnapshotTickers200ResponseAllOfTickersInnerPrevDay, type GetStocksTaxonomiesVXRiskFactors200Response, type GetStocksTaxonomiesVXRiskFactors200ResponseResultsInner, GetStocksTaxonomiesVXRiskFactors200ResponseStatusEnum, type GetStocksTrades200Response, type GetStocksTrades200ResponseResultsInner, GetStocksTradesOrderEnum, GetStocksTradesSortEnum, type GetStocksV1Dividends200Response, type GetStocksV1Dividends200ResponseResultsInner, GetStocksV1Dividends200ResponseStatusEnum, GetStocksV1DividendsDistributionTypeAnyOfEnum, GetStocksV1DividendsDistributionTypeEnum, type GetStocksV1Exchanges200Response, type GetStocksV1Exchanges200ResponseResultsInner, GetStocksV1Exchanges200ResponseStatusEnum, type GetStocksV1ShortInterest200Response, type GetStocksV1ShortInterest200ResponseResultsInner, GetStocksV1ShortInterest200ResponseStatusEnum, type GetStocksV1ShortVolume200Response, type GetStocksV1ShortVolume200ResponseResultsInner, GetStocksV1ShortVolume200ResponseStatusEnum, type GetStocksV1Splits200Response, type GetStocksV1Splits200ResponseResultsInner, GetStocksV1Splits200ResponseStatusEnum, GetStocksV1SplitsAdjustmentTypeAnyOfEnum, GetStocksV1SplitsAdjustmentTypeEnum, type GetStocksVXFloat200Response, type GetStocksVXFloat200ResponseResultsInner, GetStocksVXFloat200ResponseStatusEnum, type GetTicker200Response, type GetTicker200ResponseResults, type GetTicker200ResponseResultsAddress, type GetTicker200ResponseResultsBranding, GetTicker200ResponseResultsLocaleEnum, GetTicker200ResponseResultsMarketEnum, type GetTmxV1CorporateEvents200Response, type GetTmxV1CorporateEvents200ResponseResultsInner, GetTmxV1CorporateEvents200ResponseStatusEnum, type IAggegateForexEvent, type IAggregateCryptoEvent, type IAggregateFuturesEvent, type IAggregateIndexEvent, type IAggregateOptionsEvent, type IAggregateStockEvent, type IFMVCryptoEvent, type IFMVForexEvent, type IFMVOptionsEvent, type IFMVStockEvent, type IIndexValueEvent, type ILULDStockEvent, type IMassiveClient, type INOIStockEvent, type IQuoteCryptoEvent, type IQuoteForexEvent, type IQuoteFuturesEvent, type IQuoteOptionsEvent, type IQuoteStockEvent, type ITradeCryptoEvent, type ITradeFuturesEvent, type ITradeOptionsEvent, type ITradeStockEvent, type IWebsocketClient, type IndexAggsBase, type IndicesGroupedResults, type IndicesOpenClose, type IndicesTickerResults, type IndicesTickerResultsResultsInner, type ListConditions200Response, type ListConditions200ResponseResultsInner, ListConditions200ResponseResultsInnerAssetClassEnum, ListConditions200ResponseResultsInnerDataTypesEnum, type ListConditions200ResponseResultsInnerSipMapping, ListConditions200ResponseResultsInnerTypeEnum, type ListConditions200ResponseResultsInnerUpdateRules, type ListConditions200ResponseResultsInnerUpdateRulesConsolidated, type ListConditions200ResponseResultsInnerUpdateRulesMarketCenter, type ListConditions400Response, ListConditionsAssetClassEnum, ListConditionsDataTypeEnum, ListConditionsOrderEnum, ListConditionsSipEnum, ListConditionsSortEnum, type ListDividends200Response, type ListDividends200ResponseResultsInner, ListDividends200ResponseResultsInnerDividendTypeEnum, ListDividendsDividendTypeEnum, ListDividendsFrequencyEnum, ListDividendsOrderEnum, ListDividendsSortEnum, type ListExchanges200Response, type ListExchanges200ResponseResultsInner, ListExchanges200ResponseResultsInnerAssetClassEnum, ListExchanges200ResponseResultsInnerLocaleEnum, ListExchanges200ResponseResultsInnerTypeEnum, type ListExchanges400Response, ListExchangesAssetClassEnum, ListExchangesLocaleEnum, type ListFinancials200Response, type ListFinancials200ResponseResultsInner, type ListFinancials200ResponseResultsInnerFinancials, type ListFinancials200ResponseResultsInnerFinancialsBalanceSheet, ListFinancialsOrderEnum, ListFinancialsSortEnum, ListFinancialsTimeframeEnum, type ListIPOs200Response, type ListIPOs200ResponseResultsInner, ListIPOs200ResponseResultsInnerIpoStatusEnum, ListIPOsIpoStatusEnum, ListIPOsOrderEnum, ListIPOsSortEnum, type ListNews200Response, type ListNews200ResponseResultsInner, type ListNews200ResponseResultsInnerInsightsInner, ListNews200ResponseResultsInnerInsightsInnerSentimentEnum, type ListNews200ResponseResultsInnerPublisher, ListNewsOrderEnum, type ListNewsPublishedUtcParameter, ListNewsSortEnum, type ListOptionsContracts200Response, type ListOptionsContracts200ResponseResultsInner, type ListOptionsContracts200ResponseResultsInnerAdditionalUnderlyingsInner, ListOptionsContracts200ResponseResultsInnerExerciseStyleEnum, ListOptionsContractsContractTypeEnum, ListOptionsContractsOrderEnum, ListOptionsContractsSortEnum, type ListStockSplits200Response, type ListStockSplits200ResponseResultsInner, ListStockSplitsOrderEnum, ListStockSplitsSortEnum, type ListTickerTypes200Response, type ListTickerTypes200ResponseResultsInner, ListTickerTypes200ResponseResultsInnerAssetClassEnum, ListTickerTypes200ResponseResultsInnerLocaleEnum, ListTickerTypesAssetClassEnum, ListTickerTypesLocaleEnum, type ListTickers200Response, type ListTickers200ResponseResultsInner, ListTickers200ResponseResultsInnerLocaleEnum, ListTickers200ResponseResultsInnerMarketEnum, ListTickersMarketEnum, ListTickersOrderEnum, ListTickersSortEnum, ListTickersTypeEnum, type Locales, type LocalesResultsInner, type MapKey, MapKeyTypeEnum, type MarketHolidayInner, type MarketStatus, type MarketStatusCurrencies, type MarketStatusExchanges, type Markets, type MarketsResultsInner, MassiveClient, type ModelDate, type ModelMap, type NewsInner, type PaginationHooksBase, type RatingSection, type RequestIdBase, type SnapshotMinOHLCV, type SnapshotOHLCV, type SnapshotOHLCVVW, type SnapshotOHLCVVWOtc, type StandardBase, type StatusBase, type StatusCountBase, type StocksGroupedResults, type StocksOpenClose, type StocksSnapshotLastQuote, type StocksSnapshotMinute, type StocksSnapshotMinuteOTC, type StocksSnapshotTicker, type StocksSnapshotTickers, type StocksTickerResultsOTC, type StocksV2Base, type StocksV2NBBO, type StocksV2NBBOs, type StocksV2Trade, type StocksV2Trades, type TickerBase, type TickerResults, type TradeDetailsMapItem, type V1LastBase, type V2AggsBase, type V2LastBase, type V2TicksBase, MassiveClient as default, getCryptoWebsocket, getForexWebsocket, getFuturesWebsocket, getIndicesWebsocket, getOptionsWebsocket, getStocksWebsocket, restClient, websocketClient };
|
|
38391
|
+
export { type Company, type ConditionTypeMap, Configuration, type ConfigurationParameters, type CryptoExchangeInner, type CryptoGroupedResults, type CryptoHistoricTrades, type CryptoLastTrade, type CryptoLastTradeLast, type CryptoOpenClose, type CryptoSnapshotMinute, type CryptoSnapshotTicker, type CryptoSnapshotTickerFullBook, type CryptoSnapshotTickers, type CryptoTick, DefaultApi, DefaultApiAxiosParamCreator, type DefaultApiDeprecatedGetCryptoSnapshotTickerBookRequest, type DefaultApiDeprecatedGetHistoricCryptoTradesRequest, type DefaultApiDeprecatedGetHistoricForexQuotesRequest, type DefaultApiDeprecatedGetHistoricStocksQuotesRequest, type DefaultApiDeprecatedGetHistoricStocksTradesRequest, DefaultApiFactory, DefaultApiFp, type DefaultApiGetBenzingaV1AnalystInsightsRequest, type DefaultApiGetBenzingaV1AnalystsRequest, type DefaultApiGetBenzingaV1BullsBearsSayRequest, type DefaultApiGetBenzingaV1ConsensusRatingsRequest, type DefaultApiGetBenzingaV1EarningsRequest, type DefaultApiGetBenzingaV1FirmsRequest, type DefaultApiGetBenzingaV1GuidanceRequest, type DefaultApiGetBenzingaV1RatingsRequest, type DefaultApiGetBenzingaV2NewsRequest, type DefaultApiGetCryptoAggregatesRequest, type DefaultApiGetCryptoEMARequest, type DefaultApiGetCryptoMACDRequest, type DefaultApiGetCryptoOpenCloseRequest, type DefaultApiGetCryptoRSIRequest, type DefaultApiGetCryptoSMARequest, type DefaultApiGetCryptoSnapshotDirectionRequest, type DefaultApiGetCryptoSnapshotTickerRequest, type DefaultApiGetCryptoSnapshotTickersRequest, type DefaultApiGetCryptoTradesRequest, type DefaultApiGetCryptoV1ExchangesRequest, type DefaultApiGetCurrencyConversionRequest, type DefaultApiGetEtfGlobalV1AnalyticsRequest, type DefaultApiGetEtfGlobalV1ConstituentsRequest, type DefaultApiGetEtfGlobalV1FundFlowsRequest, type DefaultApiGetEtfGlobalV1ProfilesRequest, type DefaultApiGetEtfGlobalV1TaxonomiesRequest, type DefaultApiGetEventsRequest, type DefaultApiGetFedV1InflationExpectationsRequest, type DefaultApiGetFedV1InflationRequest, type DefaultApiGetFedV1LaborMarketRequest, type DefaultApiGetFedV1TreasuryYieldsRequest, type DefaultApiGetForexAggregatesRequest, type DefaultApiGetForexEMARequest, type DefaultApiGetForexMACDRequest, type DefaultApiGetForexQuotesRequest, type DefaultApiGetForexRSIRequest, type DefaultApiGetForexSMARequest, type DefaultApiGetForexSnapshotDirectionRequest, type DefaultApiGetForexSnapshotTickerRequest, type DefaultApiGetForexSnapshotTickersRequest, type DefaultApiGetForexV1ExchangesRequest, type DefaultApiGetFuturesAggregatesRequest, type DefaultApiGetFuturesQuotesRequest, type DefaultApiGetFuturesTradesRequest, type DefaultApiGetFuturesVXContractsRequest, type DefaultApiGetFuturesVXExchangesRequest, type DefaultApiGetFuturesVXMarketStatusRequest, type DefaultApiGetFuturesVXProductsRequest, type DefaultApiGetFuturesVXQuotesNewRequest, type DefaultApiGetFuturesVXSchedulesRequest, type DefaultApiGetFuturesVXSnapshotNativeRequest, type DefaultApiGetFuturesVXSnapshotRequest, type DefaultApiGetFuturesVXTradesNewRequest, type DefaultApiGetGroupedCryptoAggregatesRequest, type DefaultApiGetGroupedForexAggregatesRequest, type DefaultApiGetGroupedStocksAggregatesRequest, type DefaultApiGetIndicesAggregatesRequest, type DefaultApiGetIndicesEMARequest, type DefaultApiGetIndicesMACDRequest, type DefaultApiGetIndicesOpenCloseRequest, type DefaultApiGetIndicesRSIRequest, type DefaultApiGetIndicesSMARequest, type DefaultApiGetIndicesSnapshotRequest, type DefaultApiGetLastCryptoTradeRequest, type DefaultApiGetLastCurrencyQuoteRequest, type DefaultApiGetLastOptionsTradeRequest, type DefaultApiGetLastStocksQuoteRequest, type DefaultApiGetLastStocksTradeRequest, type DefaultApiGetOptionContractRequest, type DefaultApiGetOptionsAggregatesRequest, type DefaultApiGetOptionsChainRequest, type DefaultApiGetOptionsContractRequest, type DefaultApiGetOptionsEMARequest, type DefaultApiGetOptionsMACDRequest, type DefaultApiGetOptionsOpenCloseRequest, type DefaultApiGetOptionsQuotesRequest, type DefaultApiGetOptionsRSIRequest, type DefaultApiGetOptionsSMARequest, type DefaultApiGetOptionsTradesRequest, type DefaultApiGetOptionsV1ExchangesRequest, type DefaultApiGetPreviousCryptoAggregatesRequest, type DefaultApiGetPreviousForexAggregatesRequest, type DefaultApiGetPreviousIndicesAggregatesRequest, type DefaultApiGetPreviousOptionsAggregatesRequest, type DefaultApiGetPreviousStocksAggregatesRequest, type DefaultApiGetRelatedCompaniesRequest, type DefaultApiGetSnapshotSummaryRequest, type DefaultApiGetSnapshotsRequest, type DefaultApiGetStocksAggregatesRequest, type DefaultApiGetStocksEMARequest, type DefaultApiGetStocksFilings10KVXSectionsRequest, type DefaultApiGetStocksFilingsVXIndexRequest, type DefaultApiGetStocksFilingsVXRiskFactorsRequest, type DefaultApiGetStocksFinancialsV1BalanceSheetsRequest, type DefaultApiGetStocksFinancialsV1CashFlowStatementsRequest, type DefaultApiGetStocksFinancialsV1IncomeStatementsRequest, type DefaultApiGetStocksFinancialsV1RatiosRequest, type DefaultApiGetStocksMACDRequest, type DefaultApiGetStocksOpenCloseRequest, type DefaultApiGetStocksQuotesRequest, type DefaultApiGetStocksRSIRequest, type DefaultApiGetStocksSMARequest, type DefaultApiGetStocksSnapshotDirectionRequest, type DefaultApiGetStocksSnapshotTickerRequest, type DefaultApiGetStocksSnapshotTickersRequest, type DefaultApiGetStocksTaxonomiesVXRiskFactorsRequest, type DefaultApiGetStocksTradesRequest, type DefaultApiGetStocksV1DividendsRequest, type DefaultApiGetStocksV1ExchangesRequest, type DefaultApiGetStocksV1ShortInterestRequest, type DefaultApiGetStocksV1ShortVolumeRequest, type DefaultApiGetStocksV1SplitsRequest, type DefaultApiGetStocksVXFloatRequest, type DefaultApiGetTickerRequest, type DefaultApiGetTmxV1CorporateEventsRequest, type DefaultApiGetV1ReferenceIposRequest, type DefaultApiListConditionsRequest, type DefaultApiListDividendsRequest, type DefaultApiListExchangesRequest, type DefaultApiListFinancialsRequest, type DefaultApiListIPOsRequest, type DefaultApiListNewsRequest, type DefaultApiListOptionsContractsRequest, type DefaultApiListStockSplitsRequest, type DefaultApiListTickerTypesRequest, type DefaultApiListTickersRequest, type DeprecatedGetCryptoSnapshotTickerBook200Response, type DeprecatedGetCryptoSnapshotTickerBook200ResponseAllOfData, type DeprecatedGetCryptoSnapshotTickerBook200ResponseAllOfDataAsksInner, type DeprecatedGetHistoricCryptoTrades200Response, type DeprecatedGetHistoricCryptoTrades200ResponseAllOfTicksInner, type DeprecatedGetHistoricForexQuotes200Response, type DeprecatedGetHistoricForexQuotes200ResponseAllOfTicksInner, type DeprecatedGetHistoricStocksQuotes200Response, type DeprecatedGetHistoricStocksQuotes200ResponseAllOfResultsInner, type DeprecatedGetHistoricStocksTrades200Response, type DeprecatedGetHistoricStocksTrades200ResponseAllOfResultsInner, type ExchangeInner, type Financial, type Financials, FinancialsPeriodEnum, type ForexConversion, type ForexConversionLast, type ForexGroupedResults, type ForexHistoricTrades, type ForexPairLastQuote, type ForexPreviousClose, type ForexSnapshotLastQuote, type ForexSnapshotPrevDay, type ForexSnapshotTicker, type ForexSnapshotTickers, type ForexTickerResults, type GetBenzingaV1AnalystInsights200Response, type GetBenzingaV1AnalystInsights200ResponseResultsInner, GetBenzingaV1AnalystInsights200ResponseStatusEnum, type GetBenzingaV1AnalystInsights400Response, GetBenzingaV1AnalystInsights400ResponseStatusEnum, type GetBenzingaV1Analysts200Response, type GetBenzingaV1Analysts200ResponseResultsInner, GetBenzingaV1Analysts200ResponseStatusEnum, type GetBenzingaV1BullsBearsSay200Response, type GetBenzingaV1BullsBearsSay200ResponseResultsInner, GetBenzingaV1BullsBearsSay200ResponseStatusEnum, type GetBenzingaV1ConsensusRatings200Response, type GetBenzingaV1ConsensusRatings200ResponseResultsInner, GetBenzingaV1ConsensusRatings200ResponseStatusEnum, type GetBenzingaV1Earnings200Response, type GetBenzingaV1Earnings200ResponseResultsInner, GetBenzingaV1Earnings200ResponseStatusEnum, type GetBenzingaV1Firms200Response, type GetBenzingaV1Firms200ResponseResultsInner, GetBenzingaV1Firms200ResponseStatusEnum, type GetBenzingaV1Guidance200Response, type GetBenzingaV1Guidance200ResponseResultsInner, GetBenzingaV1Guidance200ResponseStatusEnum, type GetBenzingaV1Ratings200Response, type GetBenzingaV1Ratings200ResponseResultsInner, GetBenzingaV1Ratings200ResponseStatusEnum, type GetBenzingaV2News200Response, type GetBenzingaV2News200ResponseResultsInner, GetBenzingaV2News200ResponseStatusEnum, type GetCryptoAggregates200Response, type GetCryptoAggregates200ResponseAllOfResultsInner, GetCryptoAggregatesSortEnum, GetCryptoAggregatesTimespanEnum, type GetCryptoEMA200Response, type GetCryptoEMA200ResponseResults, type GetCryptoEMA200ResponseResultsUnderlying, type GetCryptoEMA200ResponseResultsUnderlyingAggregatesInner, type GetCryptoEMA200ResponseResultsValuesInner, GetCryptoEMAOrderEnum, GetCryptoEMASeriesTypeEnum, GetCryptoEMATimespanEnum, type GetCryptoMACD200Response, type GetCryptoMACD200ResponseResults, type GetCryptoMACD200ResponseResultsValuesInner, GetCryptoMACDOrderEnum, GetCryptoMACDSeriesTypeEnum, GetCryptoMACDTimespanEnum, type GetCryptoOpenClose200Response, type GetCryptoRSI200Response, type GetCryptoRSI200ResponseResults, GetCryptoRSIOrderEnum, GetCryptoRSISeriesTypeEnum, GetCryptoRSITimespanEnum, type GetCryptoSMA200Response, type GetCryptoSMA200ResponseResults, GetCryptoSMAOrderEnum, GetCryptoSMASeriesTypeEnum, GetCryptoSMATimespanEnum, type GetCryptoSnapshotDirection200Response, GetCryptoSnapshotDirectionDirectionEnum, type GetCryptoSnapshotTicker200Response, type GetCryptoSnapshotTicker200ResponseAllOfTicker, type GetCryptoSnapshotTickers200Response, type GetCryptoSnapshotTickers200ResponseAllOfTickersInner, type GetCryptoSnapshotTickers200ResponseAllOfTickersInnerDay, type GetCryptoSnapshotTickers200ResponseAllOfTickersInnerLastTrade, type GetCryptoSnapshotTickers200ResponseAllOfTickersInnerMin, type GetCryptoSnapshotTickers200ResponseAllOfTickersInnerPrevDay, type GetCryptoTrades200Response, type GetCryptoTrades200ResponseResultsInner, GetCryptoTradesOrderEnum, GetCryptoTradesSortEnum, type GetCryptoV1Exchanges200Response, type GetCryptoV1Exchanges200ResponseResultsInner, GetCryptoV1Exchanges200ResponseStatusEnum, type GetCurrencyConversion200Response, type GetCurrencyConversion200ResponseLast, GetCurrencyConversionPrecisionEnum, type GetEtfGlobalV1Analytics200Response, type GetEtfGlobalV1Analytics200ResponseResultsInner, GetEtfGlobalV1Analytics200ResponseStatusEnum, type GetEtfGlobalV1Constituents200Response, type GetEtfGlobalV1Constituents200ResponseResultsInner, GetEtfGlobalV1Constituents200ResponseStatusEnum, type GetEtfGlobalV1FundFlows200Response, type GetEtfGlobalV1FundFlows200ResponseResultsInner, GetEtfGlobalV1FundFlows200ResponseStatusEnum, type GetEtfGlobalV1Profiles200Response, type GetEtfGlobalV1Profiles200ResponseResultsInner, type GetEtfGlobalV1Profiles200ResponseResultsInnerCouponExposureInner, GetEtfGlobalV1Profiles200ResponseStatusEnum, type GetEtfGlobalV1Taxonomies200Response, type GetEtfGlobalV1Taxonomies200ResponseResultsInner, GetEtfGlobalV1Taxonomies200ResponseStatusEnum, type GetEvents200Response, type GetEvents200ResponseResults, type GetEvents200ResponseResultsEventsInner, type GetEvents200ResponseResultsEventsInnerOneOf, type GetEvents200ResponseResultsEventsInnerOneOfTickerChange, type GetFedV1Inflation200Response, type GetFedV1Inflation200ResponseResultsInner, GetFedV1Inflation200ResponseStatusEnum, type GetFedV1InflationExpectations200Response, type GetFedV1InflationExpectations200ResponseResultsInner, GetFedV1InflationExpectations200ResponseStatusEnum, type GetFedV1LaborMarket200Response, type GetFedV1LaborMarket200ResponseResultsInner, GetFedV1LaborMarket200ResponseStatusEnum, type GetFedV1TreasuryYields200Response, type GetFedV1TreasuryYields200ResponseResultsInner, GetFedV1TreasuryYields200ResponseStatusEnum, GetForexAggregatesSortEnum, GetForexAggregatesTimespanEnum, GetForexEMAOrderEnum, GetForexEMASeriesTypeEnum, GetForexEMATimespanEnum, GetForexMACDOrderEnum, GetForexMACDSeriesTypeEnum, GetForexMACDTimespanEnum, type GetForexQuotes200Response, type GetForexQuotes200ResponseResultsInner, GetForexQuotesOrderEnum, GetForexQuotesSortEnum, GetForexRSIOrderEnum, GetForexRSISeriesTypeEnum, GetForexRSITimespanEnum, GetForexSMAOrderEnum, GetForexSMASeriesTypeEnum, GetForexSMATimespanEnum, GetForexSnapshotDirectionDirectionEnum, type GetForexSnapshotTicker200Response, type GetForexSnapshotTicker200ResponseAllOfTicker, type GetForexSnapshotTickers200Response, type GetForexSnapshotTickers200ResponseAllOfTickersInner, type GetForexSnapshotTickers200ResponseAllOfTickersInnerDay, type GetForexSnapshotTickers200ResponseAllOfTickersInnerLastQuote, type GetForexSnapshotTickers200ResponseAllOfTickersInnerMin, type GetForexV1Exchanges200Response, type GetForexV1Exchanges200ResponseResultsInner, GetForexV1Exchanges200ResponseStatusEnum, type GetFuturesAggregates200Response, type GetFuturesAggregates200ResponseResultsInner, GetFuturesAggregatesSortEnum, type GetFuturesQuotes200Response, type GetFuturesQuotes200ResponseResultsInner, GetFuturesQuotesSortEnum, type GetFuturesTrades200Response, type GetFuturesTrades200ResponseResultsInner, GetFuturesTradesSortEnum, type GetFuturesVXContracts200Response, type GetFuturesVXContracts200ResponseResultsInner, GetFuturesVXContracts200ResponseStatusEnum, GetFuturesVXContractsTypeAnyOfEnum, GetFuturesVXContractsTypeEnum, type GetFuturesVXExchanges200Response, type GetFuturesVXExchanges200ResponseResultsInner, GetFuturesVXExchanges200ResponseStatusEnum, type GetFuturesVXMarketStatus200Response, type GetFuturesVXMarketStatus200ResponseResultsInner, GetFuturesVXMarketStatus200ResponseStatusEnum, type GetFuturesVXProducts200Response, type GetFuturesVXProducts200ResponseResultsInner, GetFuturesVXProducts200ResponseStatusEnum, GetFuturesVXProductsAssetClassAnyOfEnum, GetFuturesVXProductsAssetClassEnum, GetFuturesVXProductsAssetSubClassAnyOfEnum, GetFuturesVXProductsAssetSubClassEnum, GetFuturesVXProductsSectorAnyOfEnum, GetFuturesVXProductsSectorEnum, GetFuturesVXProductsSubSectorAnyOfEnum, GetFuturesVXProductsSubSectorEnum, GetFuturesVXProductsTypeAnyOfEnum, GetFuturesVXProductsTypeEnum, type GetFuturesVXQuotesNew200Response, type GetFuturesVXQuotesNew200ResponseResultsInner, GetFuturesVXQuotesNew200ResponseStatusEnum, type GetFuturesVXSchedules200Response, type GetFuturesVXSchedules200ResponseResultsInner, GetFuturesVXSchedules200ResponseStatusEnum, type GetFuturesVXSnapshot200Response, type GetFuturesVXSnapshot200ResponseResultsInner, type GetFuturesVXSnapshot200ResponseResultsInnerDetails, type GetFuturesVXSnapshot200ResponseResultsInnerLastMinute, type GetFuturesVXSnapshot200ResponseResultsInnerLastQuote, type GetFuturesVXSnapshot200ResponseResultsInnerLastTrade, type GetFuturesVXSnapshot200ResponseResultsInnerSession, GetFuturesVXSnapshot200ResponseStatusEnum, type GetFuturesVXTradesNew200Response, type GetFuturesVXTradesNew200ResponseResultsInner, GetFuturesVXTradesNew200ResponseStatusEnum, type GetGroupedCryptoAggregates200Response, type GetGroupedCryptoAggregates200ResponseAllOfResultsInner, type GetGroupedStocksAggregates200Response, type GetGroupedStocksAggregates200ResponseAllOfResultsInner, GetIndicesAggregatesSortEnum, GetIndicesAggregatesTimespanEnum, GetIndicesEMAOrderEnum, GetIndicesEMASeriesTypeEnum, GetIndicesEMATimespanEnum, GetIndicesMACDOrderEnum, GetIndicesMACDSeriesTypeEnum, GetIndicesMACDTimespanEnum, type GetIndicesOpenClose200Response, GetIndicesRSIOrderEnum, GetIndicesRSISeriesTypeEnum, GetIndicesRSITimespanEnum, GetIndicesSMAOrderEnum, GetIndicesSMASeriesTypeEnum, GetIndicesSMATimespanEnum, type GetIndicesSnapshot200Response, type GetIndicesSnapshot200ResponseResultsInner, type GetIndicesSnapshot200ResponseResultsInnerSession, GetIndicesSnapshot200ResponseResultsInnerTimeframeEnum, GetIndicesSnapshot200ResponseResultsInnerTypeEnum, GetIndicesSnapshotOrderEnum, GetIndicesSnapshotSortEnum, type GetLastCryptoTrade200Response, type GetLastCryptoTrade200ResponseLast, type GetLastCurrencyQuote200Response, type GetLastOptionsTrade200Response, type GetLastOptionsTrade200ResponseResults, type GetLastStocksQuote200Response, type GetLastStocksQuote200ResponseResults, type GetLastStocksTrade200Response, type GetLastStocksTrade200ResponseResults, type GetMarketHolidays200ResponseInner, type GetMarketStatus200Response, type GetMarketStatus200ResponseCurrencies, type GetMarketStatus200ResponseExchanges, type GetMarketStatus200ResponseIndicesGroups, type GetOptionContract200Response, GetOptionsAggregatesSortEnum, GetOptionsAggregatesTimespanEnum, type GetOptionsChain200Response, type GetOptionsChain200ResponseResultsInner, type GetOptionsChain200ResponseResultsInnerDay, type GetOptionsChain200ResponseResultsInnerDetails, GetOptionsChain200ResponseResultsInnerDetailsContractTypeEnum, GetOptionsChain200ResponseResultsInnerDetailsExerciseStyleEnum, type GetOptionsChain200ResponseResultsInnerLastQuote, GetOptionsChain200ResponseResultsInnerLastQuoteTimeframeEnum, type GetOptionsChain200ResponseResultsInnerLastTrade, GetOptionsChain200ResponseResultsInnerLastTradeTimeframeEnum, GetOptionsChainContractTypeEnum, GetOptionsChainOrderEnum, GetOptionsChainSortEnum, type GetOptionsContract200Response, GetOptionsEMAOrderEnum, GetOptionsEMASeriesTypeEnum, GetOptionsEMATimespanEnum, GetOptionsMACDOrderEnum, GetOptionsMACDSeriesTypeEnum, GetOptionsMACDTimespanEnum, type GetOptionsOpenClose200Response, type GetOptionsQuotes200Response, type GetOptionsQuotes200ResponseResultsInner, GetOptionsQuotesOrderEnum, GetOptionsQuotesSortEnum, GetOptionsRSIOrderEnum, GetOptionsRSISeriesTypeEnum, GetOptionsRSITimespanEnum, GetOptionsSMAOrderEnum, GetOptionsSMASeriesTypeEnum, GetOptionsSMATimespanEnum, type GetOptionsTrades200Response, type GetOptionsTrades200ResponseResultsInner, GetOptionsTradesOrderEnum, GetOptionsTradesSortEnum, type GetOptionsV1Exchanges200Response, type GetOptionsV1Exchanges200ResponseResultsInner, GetOptionsV1Exchanges200ResponseStatusEnum, type GetPreviousCryptoAggregates200Response, type GetPreviousForexAggregates200Response, type GetPreviousForexAggregates200ResponseAllOfResultsInner, type GetPreviousIndicesAggregates200Response, type GetPreviousIndicesAggregates200ResponseAllOfResultsInner, type GetRelatedCompanies200Response, type GetRelatedCompanies200ResponseResultsInner, type GetSnapshotSummary200Response, type GetSnapshotSummary200ResponseResultsInner, type GetSnapshotSummary200ResponseResultsInnerBranding, type GetSnapshotSummary200ResponseResultsInnerOptions, GetSnapshotSummary200ResponseResultsInnerOptionsContractTypeEnum, GetSnapshotSummary200ResponseResultsInnerOptionsExerciseStyleEnum, type GetSnapshotSummary200ResponseResultsInnerSession, GetSnapshotSummary200ResponseResultsInnerTypeEnum, type GetSnapshots200Response, type GetSnapshots200ResponseResultsInner, type GetSnapshots200ResponseResultsInnerDetails, GetSnapshots200ResponseResultsInnerDetailsContractTypeEnum, GetSnapshots200ResponseResultsInnerDetailsExerciseStyleEnum, type GetSnapshots200ResponseResultsInnerGreeks, type GetSnapshots200ResponseResultsInnerLastMinute, type GetSnapshots200ResponseResultsInnerLastQuote, GetSnapshots200ResponseResultsInnerLastQuoteTimeframeEnum, type GetSnapshots200ResponseResultsInnerLastTrade, GetSnapshots200ResponseResultsInnerLastTradeTimeframeEnum, GetSnapshots200ResponseResultsInnerTimeframeEnum, GetSnapshots200ResponseResultsInnerTypeEnum, type GetSnapshots200ResponseResultsInnerUnderlyingAsset, GetSnapshots200ResponseResultsInnerUnderlyingAssetTimeframeEnum, GetSnapshotsOrderEnum, GetSnapshotsSortEnum, GetSnapshotsTypeEnum, type GetStocksAggregates200Response, type GetStocksAggregates200ResponseAllOfResultsInner, GetStocksAggregatesSortEnum, GetStocksAggregatesTimespanEnum, GetStocksEMAOrderEnum, GetStocksEMASeriesTypeEnum, GetStocksEMATimespanEnum, type GetStocksFilings10KVXSections200Response, type GetStocksFilings10KVXSections200ResponseResultsInner, GetStocksFilings10KVXSections200ResponseStatusEnum, GetStocksFilings10KVXSectionsSectionAnyOfEnum, GetStocksFilings10KVXSectionsSectionEnum, type GetStocksFilingsVXIndex200Response, type GetStocksFilingsVXIndex200ResponseResultsInner, GetStocksFilingsVXIndex200ResponseStatusEnum, type GetStocksFilingsVXRiskFactors200Response, type GetStocksFilingsVXRiskFactors200ResponseResultsInner, GetStocksFilingsVXRiskFactors200ResponseStatusEnum, type GetStocksFinancialsV1BalanceSheets200Response, type GetStocksFinancialsV1BalanceSheets200ResponseResultsInner, GetStocksFinancialsV1BalanceSheets200ResponseStatusEnum, type GetStocksFinancialsV1CashFlowStatements200Response, type GetStocksFinancialsV1CashFlowStatements200ResponseResultsInner, GetStocksFinancialsV1CashFlowStatements200ResponseStatusEnum, type GetStocksFinancialsV1IncomeStatements200Response, type GetStocksFinancialsV1IncomeStatements200ResponseResultsInner, GetStocksFinancialsV1IncomeStatements200ResponseStatusEnum, type GetStocksFinancialsV1Ratios200Response, type GetStocksFinancialsV1Ratios200ResponseResultsInner, GetStocksFinancialsV1Ratios200ResponseStatusEnum, GetStocksMACDOrderEnum, GetStocksMACDSeriesTypeEnum, GetStocksMACDTimespanEnum, type GetStocksQuotes200Response, type GetStocksQuotes200ResponseResultsInner, GetStocksQuotesOrderEnum, GetStocksQuotesSortEnum, GetStocksRSIOrderEnum, GetStocksRSISeriesTypeEnum, GetStocksRSITimespanEnum, GetStocksSMAOrderEnum, GetStocksSMASeriesTypeEnum, GetStocksSMATimespanEnum, type GetStocksSnapshotDirection200Response, GetStocksSnapshotDirectionDirectionEnum, type GetStocksSnapshotTicker200Response, type GetStocksSnapshotTicker200ResponseAllOfTicker, type GetStocksSnapshotTickers200Response, type GetStocksSnapshotTickers200ResponseAllOfTickersInner, type GetStocksSnapshotTickers200ResponseAllOfTickersInnerDay, type GetStocksSnapshotTickers200ResponseAllOfTickersInnerLastQuote, type GetStocksSnapshotTickers200ResponseAllOfTickersInnerLastTrade, type GetStocksSnapshotTickers200ResponseAllOfTickersInnerMin, type GetStocksSnapshotTickers200ResponseAllOfTickersInnerPrevDay, type GetStocksTaxonomiesVXRiskFactors200Response, type GetStocksTaxonomiesVXRiskFactors200ResponseResultsInner, GetStocksTaxonomiesVXRiskFactors200ResponseStatusEnum, type GetStocksTrades200Response, type GetStocksTrades200ResponseResultsInner, GetStocksTradesOrderEnum, GetStocksTradesSortEnum, type GetStocksV1Dividends200Response, type GetStocksV1Dividends200ResponseResultsInner, GetStocksV1Dividends200ResponseStatusEnum, GetStocksV1DividendsDistributionTypeAnyOfEnum, GetStocksV1DividendsDistributionTypeEnum, type GetStocksV1Exchanges200Response, type GetStocksV1Exchanges200ResponseResultsInner, GetStocksV1Exchanges200ResponseStatusEnum, type GetStocksV1ShortInterest200Response, type GetStocksV1ShortInterest200ResponseResultsInner, GetStocksV1ShortInterest200ResponseStatusEnum, type GetStocksV1ShortVolume200Response, type GetStocksV1ShortVolume200ResponseResultsInner, GetStocksV1ShortVolume200ResponseStatusEnum, type GetStocksV1Splits200Response, type GetStocksV1Splits200ResponseResultsInner, GetStocksV1Splits200ResponseStatusEnum, GetStocksV1SplitsAdjustmentTypeAnyOfEnum, GetStocksV1SplitsAdjustmentTypeEnum, type GetStocksVXFloat200Response, type GetStocksVXFloat200ResponseResultsInner, GetStocksVXFloat200ResponseStatusEnum, type GetTicker200Response, type GetTicker200ResponseResults, type GetTicker200ResponseResultsAddress, type GetTicker200ResponseResultsBranding, GetTicker200ResponseResultsLocaleEnum, GetTicker200ResponseResultsMarketEnum, type GetTmxV1CorporateEvents200Response, type GetTmxV1CorporateEvents200ResponseResultsInner, GetTmxV1CorporateEvents200ResponseStatusEnum, type GetV1ReferenceIpos200Response, type GetV1ReferenceIpos200ResponseResultsInner, GetV1ReferenceIpos200ResponseStatusEnum, GetV1ReferenceIposIpoStatusAnyOfEnum, GetV1ReferenceIposIpoStatusEnum, type IAggegateForexEvent, type IAggregateCryptoEvent, type IAggregateFuturesEvent, type IAggregateIndexEvent, type IAggregateOptionsEvent, type IAggregateStockEvent, type IFMVCryptoEvent, type IFMVForexEvent, type IFMVOptionsEvent, type IFMVStockEvent, type IIndexValueEvent, type ILULDStockEvent, type IMassiveClient, type INOIStockEvent, type IQuoteCryptoEvent, type IQuoteForexEvent, type IQuoteFuturesEvent, type IQuoteOptionsEvent, type IQuoteStockEvent, type ITradeCryptoEvent, type ITradeFuturesEvent, type ITradeOptionsEvent, type ITradeStockEvent, type IWebsocketClient, type IndexAggsBase, type IndicesGroupedResults, type IndicesOpenClose, type IndicesTickerResults, type IndicesTickerResultsResultsInner, type ListConditions200Response, type ListConditions200ResponseResultsInner, ListConditions200ResponseResultsInnerAssetClassEnum, ListConditions200ResponseResultsInnerDataTypesEnum, type ListConditions200ResponseResultsInnerSipMapping, ListConditions200ResponseResultsInnerTypeEnum, type ListConditions200ResponseResultsInnerUpdateRules, type ListConditions200ResponseResultsInnerUpdateRulesConsolidated, type ListConditions200ResponseResultsInnerUpdateRulesMarketCenter, type ListConditions400Response, ListConditionsAssetClassEnum, ListConditionsDataTypeEnum, ListConditionsOrderEnum, ListConditionsSipEnum, ListConditionsSortEnum, type ListDividends200Response, type ListDividends200ResponseResultsInner, ListDividends200ResponseResultsInnerDividendTypeEnum, ListDividendsDividendTypeEnum, ListDividendsFrequencyEnum, ListDividendsOrderEnum, ListDividendsSortEnum, type ListExchanges200Response, type ListExchanges200ResponseResultsInner, ListExchanges200ResponseResultsInnerAssetClassEnum, ListExchanges200ResponseResultsInnerLocaleEnum, ListExchanges200ResponseResultsInnerTypeEnum, type ListExchanges400Response, ListExchangesAssetClassEnum, ListExchangesLocaleEnum, type ListFinancials200Response, type ListFinancials200ResponseResultsInner, type ListFinancials200ResponseResultsInnerFinancials, type ListFinancials200ResponseResultsInnerFinancialsBalanceSheet, ListFinancialsOrderEnum, ListFinancialsSortEnum, ListFinancialsTimeframeEnum, type ListIPOs200Response, type ListIPOs200ResponseResultsInner, ListIPOs200ResponseResultsInnerIpoStatusEnum, ListIPOsIpoStatusEnum, ListIPOsOrderEnum, ListIPOsSortEnum, type ListNews200Response, type ListNews200ResponseResultsInner, type ListNews200ResponseResultsInnerInsightsInner, ListNews200ResponseResultsInnerInsightsInnerSentimentEnum, type ListNews200ResponseResultsInnerPublisher, ListNewsOrderEnum, type ListNewsPublishedUtcParameter, ListNewsSortEnum, type ListOptionsContracts200Response, type ListOptionsContracts200ResponseResultsInner, type ListOptionsContracts200ResponseResultsInnerAdditionalUnderlyingsInner, ListOptionsContracts200ResponseResultsInnerExerciseStyleEnum, ListOptionsContractsContractTypeEnum, ListOptionsContractsOrderEnum, ListOptionsContractsSortEnum, type ListStockSplits200Response, type ListStockSplits200ResponseResultsInner, ListStockSplitsOrderEnum, ListStockSplitsSortEnum, type ListTickerTypes200Response, type ListTickerTypes200ResponseResultsInner, ListTickerTypes200ResponseResultsInnerAssetClassEnum, ListTickerTypes200ResponseResultsInnerLocaleEnum, ListTickerTypesAssetClassEnum, ListTickerTypesLocaleEnum, type ListTickers200Response, type ListTickers200ResponseResultsInner, ListTickers200ResponseResultsInnerLocaleEnum, ListTickers200ResponseResultsInnerMarketEnum, ListTickersMarketEnum, ListTickersOrderEnum, ListTickersSortEnum, ListTickersTypeEnum, type Locales, type LocalesResultsInner, type MapKey, MapKeyTypeEnum, type MarketHolidayInner, type MarketStatus, type MarketStatusCurrencies, type MarketStatusExchanges, type Markets, type MarketsResultsInner, MassiveClient, type ModelDate, type ModelMap, type NewsInner, type PaginationHooksBase, type RatingSection, type RequestIdBase, type SnapshotMinOHLCV, type SnapshotOHLCV, type SnapshotOHLCVVW, type SnapshotOHLCVVWOtc, type StandardBase, type StatusBase, type StatusCountBase, type StocksGroupedResults, type StocksOpenClose, type StocksSnapshotLastQuote, type StocksSnapshotMinute, type StocksSnapshotMinuteOTC, type StocksSnapshotPrevDay, type StocksSnapshotTicker, type StocksSnapshotTickers, type StocksTickerResultsOTC, type StocksV2Base, type StocksV2NBBO, type StocksV2NBBOs, type StocksV2Trade, type StocksV2Trades, type TickerBase, type TickerResults, type TradeDetailsMapItem, type V1LastBase, type V2AggsBase, type V2LastBase, type V2TicksBase, MassiveClient as default, getCryptoWebsocket, getForexWebsocket, getFuturesWebsocket, getIndicesWebsocket, getOptionsWebsocket, getStocksWebsocket, restClient, websocketClient };
|