wiz-trader 0.31.0__py3-none-any.whl → 0.32.0__py3-none-any.whl

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.
wiz_trader/__init__.py CHANGED
@@ -3,6 +3,6 @@
3
3
  from .quotes import QuotesClient
4
4
  from .apis import WizzerClient
5
5
 
6
- __version__ = "0.31.0"
6
+ __version__ = "0.32.0"
7
7
 
8
8
  __all__ = ["QuotesClient", "WizzerClient"]
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: wiz_trader
3
- Version: 0.31.0
3
+ Version: 0.32.0
4
4
  Summary: A Python SDK for connecting to the Wizzer.
5
5
  Home-page: https://bitbucket.org/wizzer-tech/quotes_sdk.git
6
6
  Author: Pawan Wagh
@@ -3294,7 +3294,8 @@ The screener supports filtering instruments using various financial, technical,
3294
3294
  | `industry` | Industry classification | String | `$eq`, `$ne`, `$in`, `$nin`, `$like`, `$nlike`, `$ilike` |
3295
3295
  | `basicIndustry` | Basic industry classification | String | `$eq`, `$ne`, `$in`, `$nin`, `$like`, `$nlike`, `$ilike` |
3296
3296
  | `indices` | List of indices the instrument belongs to | Array(String) | `$in`, `$nin` |
3297
-
3297
+ | `issuedSize` | Total issued shares (listed shares count) | UInt64 | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3298
+ | `marketCap` | Market capitalization (issuedSize × latest closing price) | Float64 | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3298
3299
  ### Financial Data
3299
3300
 
3300
3301
  | Field | Description | Data Type | Unit | Supported Operations |
@@ -3320,6 +3321,7 @@ The screener supports filtering instruments using various financial, technical,
3320
3321
  | `netCash` | Net Cash Position | Float | currency | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3321
3322
  | `currentRatio` | Current Ratio | Float | ratio | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3322
3323
 
3324
+
3323
3325
  ### Historical Market Data
3324
3326
 
3325
3327
  | Field | Description | Data Type | Unit | Supported Operations |
@@ -1,9 +1,9 @@
1
- wiz_trader/__init__.py,sha256=JENNr-G__7-zFCQkA3DrG98uvCmkOU8rssu31GnJxgA,183
1
+ wiz_trader/__init__.py,sha256=yVU8584oBWOKKz17TrAq8lTe5HaQveRCOTrmjxoV8gQ,183
2
2
  wiz_trader/apis/__init__.py,sha256=6sUr1nzmplNdld0zryMrQSt0jHT2GhOiFYgKKVHzk8U,133
3
3
  wiz_trader/apis/client.py,sha256=WzsKxrNi9T-xbtXWBT2J41bJ-sz0KsGFYV5Oyddo3gg,65487
4
4
  wiz_trader/quotes/__init__.py,sha256=RF9g9CNP6bVWlmCh_ad8krm3-EWOIuVfLp0-H9fAeEM,108
5
5
  wiz_trader/quotes/client.py,sha256=aZ5LVlrj0mKfgHgFxERmk2HDZraB6RMaormTOMlqWZc,14915
6
- wiz_trader-0.31.0.dist-info/METADATA,sha256=egRqWuYOGalAtWDGOlsjfxkl5RTg86--hDaJO8mjUTc,110671
7
- wiz_trader-0.31.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
8
- wiz_trader-0.31.0.dist-info/top_level.txt,sha256=lnYS_g8LlA6ryKYnvY8xIQ6K2K-xzOsd-99AWgnW6VY,11
9
- wiz_trader-0.31.0.dist-info/RECORD,,
6
+ wiz_trader-0.32.0.dist-info/METADATA,sha256=u-EdIMSzl_2UZ7r-3JKVztvuBFQnR3gRF8SOTOP20bM,110942
7
+ wiz_trader-0.32.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
8
+ wiz_trader-0.32.0.dist-info/top_level.txt,sha256=lnYS_g8LlA6ryKYnvY8xIQ6K2K-xzOsd-99AWgnW6VY,11
9
+ wiz_trader-0.32.0.dist-info/RECORD,,