wiz-trader 0.33.0__tar.gz → 0.34.0__tar.gz

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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: wiz_trader
3
- Version: 0.33.0
3
+ Version: 0.34.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
@@ -3290,7 +3290,7 @@ The screener supports filtering instruments using various financial, technical,
3290
3290
  ### Instrument Properties
3291
3291
 
3292
3292
  | Field | Description | Data Type | Supported Operations |
3293
- |-------|-------------|-----------|---------------------|
3293
+ |--- |--- |--- |--- |
3294
3294
  | `exchange` | Stock exchange where the instrument is traded | String | `$eq`, `$ne`, `$in`, `$nin`, `$like`, `$nlike`, `$ilike` |
3295
3295
  | `tradingSymbol` | Trading symbol of the instrument | String | `$eq`, `$ne`, `$in`, `$nin`, `$like`, `$nlike`, `$ilike` |
3296
3296
  | `macroEconomicSector` | Macro economic sector classification | String | `$eq`, `$ne`, `$in`, `$nin`, `$like`, `$nlike`, `$ilike` |
@@ -3300,12 +3300,14 @@ The screener supports filtering instruments using various financial, technical,
3300
3300
  | `indices` | List of indices the instrument belongs to | Array(String) | `$in`, `$nin` |
3301
3301
  | `issuedSize` | Total issued shares (listed shares count) | UInt64 | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3302
3302
  | `marketCap` | Market capitalization (issuedSize × latest closing price) | Float64 | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3303
+ | `logMarketCap` | Logarithm of Market Capitalization | Nullable(Float64) | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3303
3304
 
3304
3305
  ### Financial Data
3305
3306
 
3306
3307
  | Field | Description | Data Type | Unit | Supported Operations |
3307
- |-------|-------------|-----------|------|---------------------|
3308
+ |--- |--- |--- |--- |--- |
3308
3309
  | `reportDate` | Date of the financial report | Date | - | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3310
+ | `latestReportDate_daily` | Date of the latest financial report (daily derived) | Date | - | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3309
3311
  | `companyName` | Company name | String | - | `$eq`, `$ne`, `$like`, `$nlike`, `$ilike` |
3310
3312
  | `period` | Financial reporting period (Q1, Q2, Q3, Q4, FY) | String | - | `$eq`, `$ne`, `$in`, `$nin` |
3311
3313
  | `filingDate` | Date when the report was filed | Date | - | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
@@ -3316,7 +3318,7 @@ The screener supports filtering instruments using various financial, technical,
3316
3318
 
3317
3319
  ### Interest Income & Expense
3318
3320
  | Field | Description | Data Type | Unit | Supported Operations |
3319
- |-------|-------------|-----------|------|---------------------|
3321
+ |--- |--- |--- |--- |--- |
3320
3322
  | `interestEarnedQuarterly` | Interest Earned - quarterly | Float64 | currency | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3321
3323
  | `interestEarnedAnnual` | Interest Earned - annual | Float64 | currency | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3322
3324
  | `interestExpenseQuarterly` | Interest Expense - quarterly | Float64 | currency | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
@@ -3324,15 +3326,16 @@ The screener supports filtering instruments using various financial, technical,
3324
3326
 
3325
3327
  ### NPA & Asset Quality
3326
3328
  | Field | Description | Data Type | Unit | Supported Operations |
3327
- |-------|-------------|-----------|------|---------------------|
3329
+ |--- |--- |--- |--- |--- |
3328
3330
  | `grossNpaRatioQuarterly` | Gross NPA Ratio - quarterly | Float64 | % | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3329
3331
  | `grossNpaRatioAnnual` | Gross NPA Ratio - annual | Float64 | % | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3330
3332
  | `netNpaRatioQuarterly` | Net NPA Ratio - quarterly | Float64 | % | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3331
3333
  | `netNpaRatioAnnual` | Net NPA Ratio - annual | Float64 | % | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3334
+ | `gnpaPct` | Gross Non-Performing Assets Percentage | Float | % | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3332
3335
 
3333
3336
  ### Capital Adequacy
3334
3337
  | Field | Description | Data Type | Unit | Supported Operations |
3335
- |-------|-------------|-----------|------|---------------------|
3338
+ |--- |--- |--- |--- |--- |
3336
3339
  | `cet1RatioQuarterly` | CET1 Capital Ratio - quarterly | Float64 | % | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3337
3340
  | `cet1RatioAnnual` | CET1 Capital Ratio - annual | Float64 | % | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3338
3341
  | `tier1CapitalRatioQuarterly` | Tier 1 Capital Ratio - quarterly | Float64 | % | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
@@ -3342,7 +3345,7 @@ The screener supports filtering instruments using various financial, technical,
3342
3345
 
3343
3346
  ### Banking Assets & Liabilities
3344
3347
  | Field | Description | Data Type | Unit | Supported Operations |
3345
- |-------|-------------|-----------|------|---------------------|
3348
+ |--- |--- |--- |--- |--- |
3346
3349
  | `advancesQuarterly` | Advances - quarterly | Float64 | currency | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3347
3350
  | `advancesAnnual` | Advances - annual | Float64 | currency | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3348
3351
  | `depositsQuarterly` | Deposits - quarterly | Float64 | currency | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
@@ -3356,7 +3359,7 @@ The screener supports filtering instruments using various financial, technical,
3356
3359
 
3357
3360
  ### Fixed Assets
3358
3361
  | Field | Description | Data Type | Unit | Supported Operations |
3359
- |-------|-------------|-----------|------|---------------------|
3362
+ |--- |--- |--- |--- |--- |
3360
3363
  | `ppeQuarterly` | Property, Plant & Equipment - quarterly | Float64 | currency | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3361
3364
  | `ppeAnnual` | Property, Plant & Equipment - annual | Float64 | currency | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3362
3365
  | `goodwillQuarterly` | Goodwill - quarterly | Float64 | currency | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
@@ -3372,7 +3375,7 @@ The screener supports filtering instruments using various financial, technical,
3372
3375
 
3373
3376
  ### Current Assets
3374
3377
  | Field | Description | Data Type | Unit | Supported Operations |
3375
- |-------|-------------|-----------|------|---------------------|
3378
+ |--- |--- |--- |--- |--- |
3376
3379
  | `inventoriesQuarterly` | Inventories - quarterly | Float64 | currency | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3377
3380
  | `inventoriesAnnual` | Inventories - annual | Float64 | currency | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3378
3381
  | `tradeReceivablesQuarterly` | Trade Receivables - quarterly | Float64 | currency | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
@@ -3384,7 +3387,7 @@ The screener supports filtering instruments using various financial, technical,
3384
3387
 
3385
3388
  ### Total Assets & Equity
3386
3389
  | Field | Description | Data Type | Unit | Supported Operations |
3387
- |-------|-------------|-----------|------|---------------------|
3390
+ |--- |--- |--- |--- |--- |
3388
3391
  | `totalAssetsQuarterly` | Total Assets - quarterly | Float64 | currency | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3389
3392
  | `totalAssetsAnnual` | Total Assets - annual | Float64 | currency | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3390
3393
  | `totalEquityQuarterly` | Total Equity - quarterly | Float64 | currency | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
@@ -3398,7 +3401,7 @@ The screener supports filtering instruments using various financial, technical,
3398
3401
 
3399
3402
  ### Revenue & Income
3400
3403
  | Field | Description | Data Type | Unit | Supported Operations |
3401
- |-------|-------------|-----------|------|---------------------|
3404
+ |--- |--- |--- |--- |--- |
3402
3405
  | `revenueOperationsQuarterly` | Revenue from Operations - quarterly | Float64 | currency | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3403
3406
  | `revenueOperationsAnnual` | Revenue from Operations - annual | Float64 | currency | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3404
3407
  | `otherIncomeQuarterly` | Other Income - quarterly | Float64 | currency | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
@@ -3410,7 +3413,7 @@ The screener supports filtering instruments using various financial, technical,
3410
3413
 
3411
3414
  ### Expenses
3412
3415
  | Field | Description | Data Type | Unit | Supported Operations |
3413
- |-------|-------------|-----------|------|---------------------|
3416
+ |--- |--- |--- |--- |--- |
3414
3417
  | `materialCostQuarterly` | Material Cost - quarterly | Float64 | currency | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3415
3418
  | `materialCostAnnual` | Material Cost - annual | Float64 | currency | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3416
3419
  | `employeeExpenseQuarterly` | Employee Expenses - quarterly | Float64 | currency | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
@@ -3426,7 +3429,7 @@ The screener supports filtering instruments using various financial, technical,
3426
3429
 
3427
3430
  ### Profit & Loss
3428
3431
  | Field | Description | Data Type | Unit | Supported Operations |
3429
- |-------|-------------|-----------|------|---------------------|
3432
+ |--- |--- |--- |--- |--- |
3430
3433
  | `profitBeforeTaxQuarterly` | Profit Before Tax - quarterly | Float64 | currency | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3431
3434
  | `profitBeforeTaxAnnual` | Profit Before Tax - annual | Float64 | currency | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3432
3435
  | `currentTaxQuarterly` | Current Tax - quarterly | Float64 | currency | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
@@ -3437,12 +3440,13 @@ The screener supports filtering instruments using various financial, technical,
3437
3440
  | `taxExpenseAnnual` | Tax Expense - annual | Float64 | currency | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3438
3441
  | `netProfitQuarterly` | Net Profit - quarterly | Float64 | currency | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3439
3442
  | `netProfitAnnual` | Net Profit - annual | Float64 | currency | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3443
+ | `ebitda` | Earnings Before Interest, Taxes, Depreciation, and Amortization | Nullable(Float64) | currency | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3440
3444
 
3441
3445
  ## Cash Flow Statement
3442
3446
 
3443
3447
  ### Operating Activities
3444
3448
  | Field | Description | Data Type | Unit | Supported Operations |
3445
- |-------|-------------|-----------|------|---------------------|
3449
+ |--- |--- |--- |--- |--- |
3446
3450
  | `operatingCashFlowQuarterly` | Operating Cash Flow - quarterly | Float64 | currency | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3447
3451
  | `operatingCashFlowAnnual` | Operating Cash Flow - annual | Float64 | currency | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3448
3452
  | `netOperatingCashQuarterly` | Net Operating Cash - quarterly | Float64 | currency | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
@@ -3450,7 +3454,7 @@ The screener supports filtering instruments using various financial, technical,
3450
3454
 
3451
3455
  ### Investing Activities
3452
3456
  | Field | Description | Data Type | Unit | Supported Operations |
3453
- |-------|-------------|-----------|------|---------------------|
3457
+ |--- |--- |--- |--- |--- |
3454
3458
  | `investingCashFlowQuarterly` | Investing Cash Flow - quarterly | Float64 | currency | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3455
3459
  | `investingCashFlowAnnual` | Investing Cash Flow - annual | Float64 | currency | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3456
3460
  | `netInvestingCashQuarterly` | Net Investing Cash - quarterly | Float64 | currency | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
@@ -3466,7 +3470,7 @@ The screener supports filtering instruments using various financial, technical,
3466
3470
 
3467
3471
  ### Financing Activities
3468
3472
  | Field | Description | Data Type | Unit | Supported Operations |
3469
- |-------|-------------|-----------|------|---------------------|
3473
+ |--- |--- |--- |--- |--- |
3470
3474
  | `financingCashFlowQuarterly` | Financing Cash Flow - quarterly | Float64 | currency | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3471
3475
  | `financingCashFlowAnnual` | Financing Cash Flow - annual | Float64 | currency | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3472
3476
  | `netFinancingCashQuarterly` | Net Financing Cash - quarterly | Float64 | currency | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
@@ -3484,17 +3488,19 @@ The screener supports filtering instruments using various financial, technical,
3484
3488
 
3485
3489
  ### Net Cash Changes
3486
3490
  | Field | Description | Data Type | Unit | Supported Operations |
3487
- |-------|-------------|-----------|------|---------------------|
3491
+ |--- |--- |--- |--- |--- |
3488
3492
  | `netCashChangeQuarterly` | Net Cash Change - quarterly | Float64 | currency | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3489
3493
  | `netCashChangeAnnual` | Net Cash Change - annual | Float64 | currency | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3490
3494
  | `cashCashflowStmtQuarterly` | Cash from Cashflow Statement - quarterly | Float64 | currency | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3491
3495
  | `cashCashflowStmtAnnual` | Cash from Cashflow Statement - annual | Float64 | currency | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3496
+ | `freeCashFlow` | Free Cash Flow | Nullable(Float64) | currency | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3497
+ | `netCash` | Net Cash Position | Float | currency | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3492
3498
 
3493
3499
  ## NBFC-Specific Metrics
3494
3500
 
3495
3501
  ### Revenue & Income
3496
3502
  | Field | Description | Data Type | Unit | Supported Operations |
3497
- |-------|-------------|-----------|------|---------------------|
3503
+ |--- |--- |--- |--- |--- |
3498
3504
  | `feesCommissionIncomeQuarterly` | Fees & Commission Income - quarterly | Float64 | currency | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3499
3505
  | `feesCommissionIncomeAnnual` | Fees & Commission Income - annual | Float64 | currency | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3500
3506
  | `fairValueGainsQuarterly` | Fair Value Gains - quarterly | Float64 | currency | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
@@ -3504,7 +3510,7 @@ The screener supports filtering instruments using various financial, technical,
3504
3510
 
3505
3511
  ### Expenses
3506
3512
  | Field | Description | Data Type | Unit | Supported Operations |
3507
- |-------|-------------|-----------|------|---------------------|
3513
+ |--- |--- |--- |--- |--- |
3508
3514
  | `feesCommissionExpenseQuarterly` | Fees & Commission Expense - quarterly | Float64 | currency | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3509
3515
  | `feesCommissionExpenseAnnual` | Fees & Commission Expense - annual | Float64 | currency | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3510
3516
  | `fairValueLossesQuarterly` | Fair Value Losses - quarterly | Float64 | currency | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
@@ -3514,7 +3520,7 @@ The screener supports filtering instruments using various financial, technical,
3514
3520
 
3515
3521
  ### NBFC Assets
3516
3522
  | Field | Description | Data Type | Unit | Supported Operations |
3517
- |-------|-------------|-----------|------|---------------------|
3523
+ |--- |--- |--- |--- |--- |
3518
3524
  | `loansQuarterly` | Loans - quarterly | Float64 | currency | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3519
3525
  | `loansAnnual` | Loans - annual | Float64 | currency | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3520
3526
  | `otherFinancialAssetsQuarterly` | Other Financial Assets - quarterly | Float64 | currency | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
@@ -3524,7 +3530,7 @@ The screener supports filtering instruments using various financial, technical,
3524
3530
 
3525
3531
  ### Premium Income
3526
3532
  | Field | Description | Data Type | Unit | Supported Operations |
3527
- |-------|-------------|-----------|------|---------------------|
3533
+ |--- |--- |--- |--- |--- |
3528
3534
  | `grossPremiumIncomeQuarterly` | Gross Premium Income - quarterly | Float64 | currency | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3529
3535
  | `grossPremiumIncomeAnnual` | Gross Premium Income - annual | Float64 | currency | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3530
3536
  | `netPremiumIncomeQuarterly` | Net Premium Income - quarterly | Float64 | currency | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
@@ -3532,7 +3538,7 @@ The screener supports filtering instruments using various financial, technical,
3532
3538
 
3533
3539
  ### Insurance Ratios
3534
3540
  | Field | Description | Data Type | Unit | Supported Operations |
3535
- |-------|-------------|-----------|------|---------------------|
3541
+ |--- |--- |--- |--- |--- |
3536
3542
  | `solvencyRatioQuarterly` | Solvency Ratio - quarterly | Float64 | % | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3537
3543
  | `solvencyRatioAnnual` | Solvency Ratio - annual | Float64 | % | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3538
3544
  | `expensesOfManagementRatioQuarterly` | Expenses of Management Ratio - quarterly | Float64 | % | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
@@ -3540,46 +3546,70 @@ The screener supports filtering instruments using various financial, technical,
3540
3546
 
3541
3547
  ## Financial Ratios
3542
3548
 
3549
+ ### Valuation Ratios
3550
+ | Field | Description | Data Type | Unit | Supported Operations |
3551
+ |--- |--- |--- |--- |--- |
3552
+ | `peRatio` | Price-to-Earnings Ratio | Nullable(Float32) | ratio | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3553
+ | `pbRatio` | Price-to-Book Ratio | Nullable(Float32) | ratio | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3554
+ | `evEbitda` | Enterprise Value to EBITDA Ratio | Nullable(Float32) | ratio | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3555
+ | `fcfYield` | Free Cash Flow Yield | Nullable(Float32) | % | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3556
+
3543
3557
  ### Leverage Ratios
3544
3558
  | Field | Description | Data Type | Unit | Supported Operations |
3545
- |-------|-------------|-----------|------|---------------------|
3559
+ |--- |--- |--- |--- |--- |
3546
3560
  | `debtEquityRatioQuarterly` | Debt to Equity Ratio - quarterly | Float64 | ratio | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3547
3561
  | `debtEquityRatioAnnual` | Debt to Equity Ratio - annual | Float64 | ratio | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3562
+ | `debtEquity` | Debt to Equity Ratio | Float | ratio | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3548
3563
  | `debtServiceRatioQuarterly` | Debt Service Ratio - quarterly | Float64 | ratio | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3549
3564
  | `debtServiceRatioAnnual` | Debt Service Ratio - annual | Float64 | ratio | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3550
3565
  | `interestCoverageRatioQuarterly` | Interest Coverage Ratio - quarterly | Float64 | ratio | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3551
3566
  | `interestCoverageRatioAnnual` | Interest Coverage Ratio - annual | Float64 | ratio | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3567
+ | `interestCov` | Interest Coverage Ratio | Float | ratio | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3552
3568
 
3553
3569
  ### Profitability Ratios
3554
3570
  | Field | Description | Data Type | Unit | Supported Operations |
3555
- |-------|-------------|-----------|------|---------------------|
3571
+ |--- |--- |--- |--- |--- |
3556
3572
  | `basicEpsQuarterly` | Basic EPS - quarterly | Float64 | currency | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3557
3573
  | `basicEpsAnnual` | Basic EPS - annual | Float64 | currency | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3558
3574
  | `dilutedEpsQuarterly` | Diluted EPS - quarterly | Float64 | currency | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3559
3575
  | `dilutedEpsAnnual` | Diluted EPS - annual | Float64 | currency | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3560
3576
  | `roe` | Return on Equity | Float | % | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3577
+ | `roa` | Return on Assets | Nullable(Float32) | % | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3561
3578
  | `patMargin` | Profit After Tax Margin | Float | % | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3579
+ | `grossMargin` | Gross Profit Margin | Nullable(Float32) | % | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3580
+ | `operatingMargin` | Operating Profit Margin | Nullable(Float32) | % | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3581
+ | `ebitMargin` | Earnings Before Interest and Taxes Margin | Nullable(Float32) | % | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3562
3582
 
3563
3583
  ### Efficiency Ratios
3564
3584
  | Field | Description | Data Type | Unit | Supported Operations |
3565
- |-------|-------------|-----------|------|---------------------|
3585
+ |--- |--- |--- |--- |--- |
3566
3586
  | `assetTurnover` | Asset Turnover Ratio | Float | ratio | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3567
3587
  | `currentRatio` | Current Ratio | Float | ratio | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3568
3588
  | `ocfPat` | Operating Cash Flow to PAT Ratio | Float | ratio | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3589
+ | `ocfNetProfit` | Operating Cash Flow to Net Profit Ratio | Nullable(Float32) | ratio | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3590
+
3591
+ ## Technical Indicators
3569
3592
 
3570
- ### Other Financial Metrics
3571
3593
  | Field | Description | Data Type | Unit | Supported Operations |
3572
- |-------|-------------|-----------|------|---------------------|
3573
- | `debtEquity` | Debt to Equity Ratio | Float | ratio | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3574
- | `interestCov` | Interest Coverage Ratio | Float | ratio | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3575
- | `netCash` | Net Cash Position | Float | currency | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3576
- | `gnpaPct` | Gross Non-Performing Assets Percentage | Float | % | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3594
+ |--- |--- |--- |--- |--- |
3595
+ | `fiftyDayMA` | 50-Day Moving Average | Nullable(Float32) | currency | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3596
+ | `hundredDayMA` | 100-Day Moving Average | Nullable(Float32) | currency | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3597
+ | `twoHundredDayMA` | 200-Day Moving Average | Nullable(Float32) | currency | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3598
+ | `rsi` | Relative Strength Index | Nullable(Float32) | index | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3599
+ | `macd` | Moving Average Convergence Divergence | Nullable(Float32) | index | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3600
+ | `macdSignal` | MACD Signal Line | Nullable(Float32) | index | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3601
+ | `bollingerUpper` | Bollinger Band Upper | Nullable(Float32) | currency | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3602
+ | `bollingerLower` | Bollinger Band Lower | Nullable(Float32) | currency | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3603
+ | `atr` | Average True Range | Nullable(Float32) | currency | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3604
+ | `volumeRatio` | Volume Ratio | Nullable(Float32) | ratio | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3605
+ | `thirtyDayVolatility` | 30-Day Volatility | Nullable(Float32) | % | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3606
+ | `sixMMaxDrawdown` | Six Month Maximum Drawdown | Nullable(Float32) | % | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3577
3607
 
3578
3608
  ## Segment Analysis
3579
3609
 
3580
3610
  ### Segment Financial Data
3581
3611
  | Field | Description | Data Type | Unit | Supported Operations |
3582
- |-------|-------------|-----------|------|---------------------|
3612
+ |--- |--- |--- |--- |--- |
3583
3613
  | `segmentRevenueQuarterly` | Segment Revenue - quarterly | Float64 | currency | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3584
3614
  | `segmentRevenueAnnual` | Segment Revenue - annual | Float64 | currency | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3585
3615
  | `segmentProfitBeforeTaxQuarterly` | Segment Profit Before Tax - quarterly | Float64 | currency | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
@@ -3592,7 +3622,7 @@ The screener supports filtering instruments using various financial, technical,
3592
3622
  ### Historical Market Data
3593
3623
 
3594
3624
  | Field | Description | Data Type | Unit | Supported Operations |
3595
- |-------|-------------|-----------|------|---------------------|
3625
+ |--- |--- |--- |--- |--- |
3596
3626
  | `hmdOpen` | Opening price of the trading session | Float | currency | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3597
3627
  | `hmdHigh` | Highest price during the trading session | Float | currency | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3598
3628
  | `hmdLow` | Lowest price during the trading session | Float | currency | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
@@ -3263,7 +3263,7 @@ The screener supports filtering instruments using various financial, technical,
3263
3263
  ### Instrument Properties
3264
3264
 
3265
3265
  | Field | Description | Data Type | Supported Operations |
3266
- |-------|-------------|-----------|---------------------|
3266
+ |--- |--- |--- |--- |
3267
3267
  | `exchange` | Stock exchange where the instrument is traded | String | `$eq`, `$ne`, `$in`, `$nin`, `$like`, `$nlike`, `$ilike` |
3268
3268
  | `tradingSymbol` | Trading symbol of the instrument | String | `$eq`, `$ne`, `$in`, `$nin`, `$like`, `$nlike`, `$ilike` |
3269
3269
  | `macroEconomicSector` | Macro economic sector classification | String | `$eq`, `$ne`, `$in`, `$nin`, `$like`, `$nlike`, `$ilike` |
@@ -3273,12 +3273,14 @@ The screener supports filtering instruments using various financial, technical,
3273
3273
  | `indices` | List of indices the instrument belongs to | Array(String) | `$in`, `$nin` |
3274
3274
  | `issuedSize` | Total issued shares (listed shares count) | UInt64 | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3275
3275
  | `marketCap` | Market capitalization (issuedSize × latest closing price) | Float64 | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3276
+ | `logMarketCap` | Logarithm of Market Capitalization | Nullable(Float64) | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3276
3277
 
3277
3278
  ### Financial Data
3278
3279
 
3279
3280
  | Field | Description | Data Type | Unit | Supported Operations |
3280
- |-------|-------------|-----------|------|---------------------|
3281
+ |--- |--- |--- |--- |--- |
3281
3282
  | `reportDate` | Date of the financial report | Date | - | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3283
+ | `latestReportDate_daily` | Date of the latest financial report (daily derived) | Date | - | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3282
3284
  | `companyName` | Company name | String | - | `$eq`, `$ne`, `$like`, `$nlike`, `$ilike` |
3283
3285
  | `period` | Financial reporting period (Q1, Q2, Q3, Q4, FY) | String | - | `$eq`, `$ne`, `$in`, `$nin` |
3284
3286
  | `filingDate` | Date when the report was filed | Date | - | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
@@ -3289,7 +3291,7 @@ The screener supports filtering instruments using various financial, technical,
3289
3291
 
3290
3292
  ### Interest Income & Expense
3291
3293
  | Field | Description | Data Type | Unit | Supported Operations |
3292
- |-------|-------------|-----------|------|---------------------|
3294
+ |--- |--- |--- |--- |--- |
3293
3295
  | `interestEarnedQuarterly` | Interest Earned - quarterly | Float64 | currency | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3294
3296
  | `interestEarnedAnnual` | Interest Earned - annual | Float64 | currency | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3295
3297
  | `interestExpenseQuarterly` | Interest Expense - quarterly | Float64 | currency | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
@@ -3297,15 +3299,16 @@ The screener supports filtering instruments using various financial, technical,
3297
3299
 
3298
3300
  ### NPA & Asset Quality
3299
3301
  | Field | Description | Data Type | Unit | Supported Operations |
3300
- |-------|-------------|-----------|------|---------------------|
3302
+ |--- |--- |--- |--- |--- |
3301
3303
  | `grossNpaRatioQuarterly` | Gross NPA Ratio - quarterly | Float64 | % | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3302
3304
  | `grossNpaRatioAnnual` | Gross NPA Ratio - annual | Float64 | % | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3303
3305
  | `netNpaRatioQuarterly` | Net NPA Ratio - quarterly | Float64 | % | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3304
3306
  | `netNpaRatioAnnual` | Net NPA Ratio - annual | Float64 | % | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3307
+ | `gnpaPct` | Gross Non-Performing Assets Percentage | Float | % | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3305
3308
 
3306
3309
  ### Capital Adequacy
3307
3310
  | Field | Description | Data Type | Unit | Supported Operations |
3308
- |-------|-------------|-----------|------|---------------------|
3311
+ |--- |--- |--- |--- |--- |
3309
3312
  | `cet1RatioQuarterly` | CET1 Capital Ratio - quarterly | Float64 | % | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3310
3313
  | `cet1RatioAnnual` | CET1 Capital Ratio - annual | Float64 | % | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3311
3314
  | `tier1CapitalRatioQuarterly` | Tier 1 Capital Ratio - quarterly | Float64 | % | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
@@ -3315,7 +3318,7 @@ The screener supports filtering instruments using various financial, technical,
3315
3318
 
3316
3319
  ### Banking Assets & Liabilities
3317
3320
  | Field | Description | Data Type | Unit | Supported Operations |
3318
- |-------|-------------|-----------|------|---------------------|
3321
+ |--- |--- |--- |--- |--- |
3319
3322
  | `advancesQuarterly` | Advances - quarterly | Float64 | currency | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3320
3323
  | `advancesAnnual` | Advances - annual | Float64 | currency | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3321
3324
  | `depositsQuarterly` | Deposits - quarterly | Float64 | currency | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
@@ -3329,7 +3332,7 @@ The screener supports filtering instruments using various financial, technical,
3329
3332
 
3330
3333
  ### Fixed Assets
3331
3334
  | Field | Description | Data Type | Unit | Supported Operations |
3332
- |-------|-------------|-----------|------|---------------------|
3335
+ |--- |--- |--- |--- |--- |
3333
3336
  | `ppeQuarterly` | Property, Plant & Equipment - quarterly | Float64 | currency | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3334
3337
  | `ppeAnnual` | Property, Plant & Equipment - annual | Float64 | currency | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3335
3338
  | `goodwillQuarterly` | Goodwill - quarterly | Float64 | currency | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
@@ -3345,7 +3348,7 @@ The screener supports filtering instruments using various financial, technical,
3345
3348
 
3346
3349
  ### Current Assets
3347
3350
  | Field | Description | Data Type | Unit | Supported Operations |
3348
- |-------|-------------|-----------|------|---------------------|
3351
+ |--- |--- |--- |--- |--- |
3349
3352
  | `inventoriesQuarterly` | Inventories - quarterly | Float64 | currency | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3350
3353
  | `inventoriesAnnual` | Inventories - annual | Float64 | currency | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3351
3354
  | `tradeReceivablesQuarterly` | Trade Receivables - quarterly | Float64 | currency | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
@@ -3357,7 +3360,7 @@ The screener supports filtering instruments using various financial, technical,
3357
3360
 
3358
3361
  ### Total Assets & Equity
3359
3362
  | Field | Description | Data Type | Unit | Supported Operations |
3360
- |-------|-------------|-----------|------|---------------------|
3363
+ |--- |--- |--- |--- |--- |
3361
3364
  | `totalAssetsQuarterly` | Total Assets - quarterly | Float64 | currency | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3362
3365
  | `totalAssetsAnnual` | Total Assets - annual | Float64 | currency | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3363
3366
  | `totalEquityQuarterly` | Total Equity - quarterly | Float64 | currency | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
@@ -3371,7 +3374,7 @@ The screener supports filtering instruments using various financial, technical,
3371
3374
 
3372
3375
  ### Revenue & Income
3373
3376
  | Field | Description | Data Type | Unit | Supported Operations |
3374
- |-------|-------------|-----------|------|---------------------|
3377
+ |--- |--- |--- |--- |--- |
3375
3378
  | `revenueOperationsQuarterly` | Revenue from Operations - quarterly | Float64 | currency | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3376
3379
  | `revenueOperationsAnnual` | Revenue from Operations - annual | Float64 | currency | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3377
3380
  | `otherIncomeQuarterly` | Other Income - quarterly | Float64 | currency | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
@@ -3383,7 +3386,7 @@ The screener supports filtering instruments using various financial, technical,
3383
3386
 
3384
3387
  ### Expenses
3385
3388
  | Field | Description | Data Type | Unit | Supported Operations |
3386
- |-------|-------------|-----------|------|---------------------|
3389
+ |--- |--- |--- |--- |--- |
3387
3390
  | `materialCostQuarterly` | Material Cost - quarterly | Float64 | currency | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3388
3391
  | `materialCostAnnual` | Material Cost - annual | Float64 | currency | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3389
3392
  | `employeeExpenseQuarterly` | Employee Expenses - quarterly | Float64 | currency | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
@@ -3399,7 +3402,7 @@ The screener supports filtering instruments using various financial, technical,
3399
3402
 
3400
3403
  ### Profit & Loss
3401
3404
  | Field | Description | Data Type | Unit | Supported Operations |
3402
- |-------|-------------|-----------|------|---------------------|
3405
+ |--- |--- |--- |--- |--- |
3403
3406
  | `profitBeforeTaxQuarterly` | Profit Before Tax - quarterly | Float64 | currency | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3404
3407
  | `profitBeforeTaxAnnual` | Profit Before Tax - annual | Float64 | currency | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3405
3408
  | `currentTaxQuarterly` | Current Tax - quarterly | Float64 | currency | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
@@ -3410,12 +3413,13 @@ The screener supports filtering instruments using various financial, technical,
3410
3413
  | `taxExpenseAnnual` | Tax Expense - annual | Float64 | currency | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3411
3414
  | `netProfitQuarterly` | Net Profit - quarterly | Float64 | currency | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3412
3415
  | `netProfitAnnual` | Net Profit - annual | Float64 | currency | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3416
+ | `ebitda` | Earnings Before Interest, Taxes, Depreciation, and Amortization | Nullable(Float64) | currency | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3413
3417
 
3414
3418
  ## Cash Flow Statement
3415
3419
 
3416
3420
  ### Operating Activities
3417
3421
  | Field | Description | Data Type | Unit | Supported Operations |
3418
- |-------|-------------|-----------|------|---------------------|
3422
+ |--- |--- |--- |--- |--- |
3419
3423
  | `operatingCashFlowQuarterly` | Operating Cash Flow - quarterly | Float64 | currency | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3420
3424
  | `operatingCashFlowAnnual` | Operating Cash Flow - annual | Float64 | currency | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3421
3425
  | `netOperatingCashQuarterly` | Net Operating Cash - quarterly | Float64 | currency | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
@@ -3423,7 +3427,7 @@ The screener supports filtering instruments using various financial, technical,
3423
3427
 
3424
3428
  ### Investing Activities
3425
3429
  | Field | Description | Data Type | Unit | Supported Operations |
3426
- |-------|-------------|-----------|------|---------------------|
3430
+ |--- |--- |--- |--- |--- |
3427
3431
  | `investingCashFlowQuarterly` | Investing Cash Flow - quarterly | Float64 | currency | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3428
3432
  | `investingCashFlowAnnual` | Investing Cash Flow - annual | Float64 | currency | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3429
3433
  | `netInvestingCashQuarterly` | Net Investing Cash - quarterly | Float64 | currency | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
@@ -3439,7 +3443,7 @@ The screener supports filtering instruments using various financial, technical,
3439
3443
 
3440
3444
  ### Financing Activities
3441
3445
  | Field | Description | Data Type | Unit | Supported Operations |
3442
- |-------|-------------|-----------|------|---------------------|
3446
+ |--- |--- |--- |--- |--- |
3443
3447
  | `financingCashFlowQuarterly` | Financing Cash Flow - quarterly | Float64 | currency | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3444
3448
  | `financingCashFlowAnnual` | Financing Cash Flow - annual | Float64 | currency | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3445
3449
  | `netFinancingCashQuarterly` | Net Financing Cash - quarterly | Float64 | currency | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
@@ -3457,17 +3461,19 @@ The screener supports filtering instruments using various financial, technical,
3457
3461
 
3458
3462
  ### Net Cash Changes
3459
3463
  | Field | Description | Data Type | Unit | Supported Operations |
3460
- |-------|-------------|-----------|------|---------------------|
3464
+ |--- |--- |--- |--- |--- |
3461
3465
  | `netCashChangeQuarterly` | Net Cash Change - quarterly | Float64 | currency | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3462
3466
  | `netCashChangeAnnual` | Net Cash Change - annual | Float64 | currency | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3463
3467
  | `cashCashflowStmtQuarterly` | Cash from Cashflow Statement - quarterly | Float64 | currency | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3464
3468
  | `cashCashflowStmtAnnual` | Cash from Cashflow Statement - annual | Float64 | currency | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3469
+ | `freeCashFlow` | Free Cash Flow | Nullable(Float64) | currency | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3470
+ | `netCash` | Net Cash Position | Float | currency | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3465
3471
 
3466
3472
  ## NBFC-Specific Metrics
3467
3473
 
3468
3474
  ### Revenue & Income
3469
3475
  | Field | Description | Data Type | Unit | Supported Operations |
3470
- |-------|-------------|-----------|------|---------------------|
3476
+ |--- |--- |--- |--- |--- |
3471
3477
  | `feesCommissionIncomeQuarterly` | Fees & Commission Income - quarterly | Float64 | currency | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3472
3478
  | `feesCommissionIncomeAnnual` | Fees & Commission Income - annual | Float64 | currency | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3473
3479
  | `fairValueGainsQuarterly` | Fair Value Gains - quarterly | Float64 | currency | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
@@ -3477,7 +3483,7 @@ The screener supports filtering instruments using various financial, technical,
3477
3483
 
3478
3484
  ### Expenses
3479
3485
  | Field | Description | Data Type | Unit | Supported Operations |
3480
- |-------|-------------|-----------|------|---------------------|
3486
+ |--- |--- |--- |--- |--- |
3481
3487
  | `feesCommissionExpenseQuarterly` | Fees & Commission Expense - quarterly | Float64 | currency | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3482
3488
  | `feesCommissionExpenseAnnual` | Fees & Commission Expense - annual | Float64 | currency | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3483
3489
  | `fairValueLossesQuarterly` | Fair Value Losses - quarterly | Float64 | currency | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
@@ -3487,7 +3493,7 @@ The screener supports filtering instruments using various financial, technical,
3487
3493
 
3488
3494
  ### NBFC Assets
3489
3495
  | Field | Description | Data Type | Unit | Supported Operations |
3490
- |-------|-------------|-----------|------|---------------------|
3496
+ |--- |--- |--- |--- |--- |
3491
3497
  | `loansQuarterly` | Loans - quarterly | Float64 | currency | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3492
3498
  | `loansAnnual` | Loans - annual | Float64 | currency | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3493
3499
  | `otherFinancialAssetsQuarterly` | Other Financial Assets - quarterly | Float64 | currency | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
@@ -3497,7 +3503,7 @@ The screener supports filtering instruments using various financial, technical,
3497
3503
 
3498
3504
  ### Premium Income
3499
3505
  | Field | Description | Data Type | Unit | Supported Operations |
3500
- |-------|-------------|-----------|------|---------------------|
3506
+ |--- |--- |--- |--- |--- |
3501
3507
  | `grossPremiumIncomeQuarterly` | Gross Premium Income - quarterly | Float64 | currency | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3502
3508
  | `grossPremiumIncomeAnnual` | Gross Premium Income - annual | Float64 | currency | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3503
3509
  | `netPremiumIncomeQuarterly` | Net Premium Income - quarterly | Float64 | currency | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
@@ -3505,7 +3511,7 @@ The screener supports filtering instruments using various financial, technical,
3505
3511
 
3506
3512
  ### Insurance Ratios
3507
3513
  | Field | Description | Data Type | Unit | Supported Operations |
3508
- |-------|-------------|-----------|------|---------------------|
3514
+ |--- |--- |--- |--- |--- |
3509
3515
  | `solvencyRatioQuarterly` | Solvency Ratio - quarterly | Float64 | % | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3510
3516
  | `solvencyRatioAnnual` | Solvency Ratio - annual | Float64 | % | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3511
3517
  | `expensesOfManagementRatioQuarterly` | Expenses of Management Ratio - quarterly | Float64 | % | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
@@ -3513,46 +3519,70 @@ The screener supports filtering instruments using various financial, technical,
3513
3519
 
3514
3520
  ## Financial Ratios
3515
3521
 
3522
+ ### Valuation Ratios
3523
+ | Field | Description | Data Type | Unit | Supported Operations |
3524
+ |--- |--- |--- |--- |--- |
3525
+ | `peRatio` | Price-to-Earnings Ratio | Nullable(Float32) | ratio | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3526
+ | `pbRatio` | Price-to-Book Ratio | Nullable(Float32) | ratio | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3527
+ | `evEbitda` | Enterprise Value to EBITDA Ratio | Nullable(Float32) | ratio | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3528
+ | `fcfYield` | Free Cash Flow Yield | Nullable(Float32) | % | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3529
+
3516
3530
  ### Leverage Ratios
3517
3531
  | Field | Description | Data Type | Unit | Supported Operations |
3518
- |-------|-------------|-----------|------|---------------------|
3532
+ |--- |--- |--- |--- |--- |
3519
3533
  | `debtEquityRatioQuarterly` | Debt to Equity Ratio - quarterly | Float64 | ratio | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3520
3534
  | `debtEquityRatioAnnual` | Debt to Equity Ratio - annual | Float64 | ratio | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3535
+ | `debtEquity` | Debt to Equity Ratio | Float | ratio | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3521
3536
  | `debtServiceRatioQuarterly` | Debt Service Ratio - quarterly | Float64 | ratio | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3522
3537
  | `debtServiceRatioAnnual` | Debt Service Ratio - annual | Float64 | ratio | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3523
3538
  | `interestCoverageRatioQuarterly` | Interest Coverage Ratio - quarterly | Float64 | ratio | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3524
3539
  | `interestCoverageRatioAnnual` | Interest Coverage Ratio - annual | Float64 | ratio | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3540
+ | `interestCov` | Interest Coverage Ratio | Float | ratio | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3525
3541
 
3526
3542
  ### Profitability Ratios
3527
3543
  | Field | Description | Data Type | Unit | Supported Operations |
3528
- |-------|-------------|-----------|------|---------------------|
3544
+ |--- |--- |--- |--- |--- |
3529
3545
  | `basicEpsQuarterly` | Basic EPS - quarterly | Float64 | currency | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3530
3546
  | `basicEpsAnnual` | Basic EPS - annual | Float64 | currency | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3531
3547
  | `dilutedEpsQuarterly` | Diluted EPS - quarterly | Float64 | currency | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3532
3548
  | `dilutedEpsAnnual` | Diluted EPS - annual | Float64 | currency | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3533
3549
  | `roe` | Return on Equity | Float | % | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3550
+ | `roa` | Return on Assets | Nullable(Float32) | % | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3534
3551
  | `patMargin` | Profit After Tax Margin | Float | % | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3552
+ | `grossMargin` | Gross Profit Margin | Nullable(Float32) | % | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3553
+ | `operatingMargin` | Operating Profit Margin | Nullable(Float32) | % | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3554
+ | `ebitMargin` | Earnings Before Interest and Taxes Margin | Nullable(Float32) | % | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3535
3555
 
3536
3556
  ### Efficiency Ratios
3537
3557
  | Field | Description | Data Type | Unit | Supported Operations |
3538
- |-------|-------------|-----------|------|---------------------|
3558
+ |--- |--- |--- |--- |--- |
3539
3559
  | `assetTurnover` | Asset Turnover Ratio | Float | ratio | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3540
3560
  | `currentRatio` | Current Ratio | Float | ratio | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3541
3561
  | `ocfPat` | Operating Cash Flow to PAT Ratio | Float | ratio | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3562
+ | `ocfNetProfit` | Operating Cash Flow to Net Profit Ratio | Nullable(Float32) | ratio | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3563
+
3564
+ ## Technical Indicators
3542
3565
 
3543
- ### Other Financial Metrics
3544
3566
  | Field | Description | Data Type | Unit | Supported Operations |
3545
- |-------|-------------|-----------|------|---------------------|
3546
- | `debtEquity` | Debt to Equity Ratio | Float | ratio | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3547
- | `interestCov` | Interest Coverage Ratio | Float | ratio | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3548
- | `netCash` | Net Cash Position | Float | currency | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3549
- | `gnpaPct` | Gross Non-Performing Assets Percentage | Float | % | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3567
+ |--- |--- |--- |--- |--- |
3568
+ | `fiftyDayMA` | 50-Day Moving Average | Nullable(Float32) | currency | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3569
+ | `hundredDayMA` | 100-Day Moving Average | Nullable(Float32) | currency | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3570
+ | `twoHundredDayMA` | 200-Day Moving Average | Nullable(Float32) | currency | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3571
+ | `rsi` | Relative Strength Index | Nullable(Float32) | index | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3572
+ | `macd` | Moving Average Convergence Divergence | Nullable(Float32) | index | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3573
+ | `macdSignal` | MACD Signal Line | Nullable(Float32) | index | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3574
+ | `bollingerUpper` | Bollinger Band Upper | Nullable(Float32) | currency | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3575
+ | `bollingerLower` | Bollinger Band Lower | Nullable(Float32) | currency | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3576
+ | `atr` | Average True Range | Nullable(Float32) | currency | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3577
+ | `volumeRatio` | Volume Ratio | Nullable(Float32) | ratio | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3578
+ | `thirtyDayVolatility` | 30-Day Volatility | Nullable(Float32) | % | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3579
+ | `sixMMaxDrawdown` | Six Month Maximum Drawdown | Nullable(Float32) | % | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3550
3580
 
3551
3581
  ## Segment Analysis
3552
3582
 
3553
3583
  ### Segment Financial Data
3554
3584
  | Field | Description | Data Type | Unit | Supported Operations |
3555
- |-------|-------------|-----------|------|---------------------|
3585
+ |--- |--- |--- |--- |--- |
3556
3586
  | `segmentRevenueQuarterly` | Segment Revenue - quarterly | Float64 | currency | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3557
3587
  | `segmentRevenueAnnual` | Segment Revenue - annual | Float64 | currency | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3558
3588
  | `segmentProfitBeforeTaxQuarterly` | Segment Profit Before Tax - quarterly | Float64 | currency | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
@@ -3565,7 +3595,7 @@ The screener supports filtering instruments using various financial, technical,
3565
3595
  ### Historical Market Data
3566
3596
 
3567
3597
  | Field | Description | Data Type | Unit | Supported Operations |
3568
- |-------|-------------|-----------|------|---------------------|
3598
+ |--- |--- |--- |--- |--- |
3569
3599
  | `hmdOpen` | Opening price of the trading session | Float | currency | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3570
3600
  | `hmdHigh` | Highest price during the trading session | Float | currency | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3571
3601
  | `hmdLow` | Lowest price during the trading session | Float | currency | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "wiz_trader"
7
- version = "0.33.0"
7
+ version = "0.34.0"
8
8
  description = "A Python SDK for connecting to the Wizzer."
9
9
  readme = "README.md"
10
10
  authors = [
@@ -3,6 +3,6 @@
3
3
  from .quotes import QuotesClient
4
4
  from .apis import WizzerClient
5
5
 
6
- __version__ = "0.33.0"
6
+ __version__ = "0.34.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.33.0
3
+ Version: 0.34.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
@@ -3290,7 +3290,7 @@ The screener supports filtering instruments using various financial, technical,
3290
3290
  ### Instrument Properties
3291
3291
 
3292
3292
  | Field | Description | Data Type | Supported Operations |
3293
- |-------|-------------|-----------|---------------------|
3293
+ |--- |--- |--- |--- |
3294
3294
  | `exchange` | Stock exchange where the instrument is traded | String | `$eq`, `$ne`, `$in`, `$nin`, `$like`, `$nlike`, `$ilike` |
3295
3295
  | `tradingSymbol` | Trading symbol of the instrument | String | `$eq`, `$ne`, `$in`, `$nin`, `$like`, `$nlike`, `$ilike` |
3296
3296
  | `macroEconomicSector` | Macro economic sector classification | String | `$eq`, `$ne`, `$in`, `$nin`, `$like`, `$nlike`, `$ilike` |
@@ -3300,12 +3300,14 @@ The screener supports filtering instruments using various financial, technical,
3300
3300
  | `indices` | List of indices the instrument belongs to | Array(String) | `$in`, `$nin` |
3301
3301
  | `issuedSize` | Total issued shares (listed shares count) | UInt64 | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3302
3302
  | `marketCap` | Market capitalization (issuedSize × latest closing price) | Float64 | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3303
+ | `logMarketCap` | Logarithm of Market Capitalization | Nullable(Float64) | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3303
3304
 
3304
3305
  ### Financial Data
3305
3306
 
3306
3307
  | Field | Description | Data Type | Unit | Supported Operations |
3307
- |-------|-------------|-----------|------|---------------------|
3308
+ |--- |--- |--- |--- |--- |
3308
3309
  | `reportDate` | Date of the financial report | Date | - | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3310
+ | `latestReportDate_daily` | Date of the latest financial report (daily derived) | Date | - | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3309
3311
  | `companyName` | Company name | String | - | `$eq`, `$ne`, `$like`, `$nlike`, `$ilike` |
3310
3312
  | `period` | Financial reporting period (Q1, Q2, Q3, Q4, FY) | String | - | `$eq`, `$ne`, `$in`, `$nin` |
3311
3313
  | `filingDate` | Date when the report was filed | Date | - | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
@@ -3316,7 +3318,7 @@ The screener supports filtering instruments using various financial, technical,
3316
3318
 
3317
3319
  ### Interest Income & Expense
3318
3320
  | Field | Description | Data Type | Unit | Supported Operations |
3319
- |-------|-------------|-----------|------|---------------------|
3321
+ |--- |--- |--- |--- |--- |
3320
3322
  | `interestEarnedQuarterly` | Interest Earned - quarterly | Float64 | currency | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3321
3323
  | `interestEarnedAnnual` | Interest Earned - annual | Float64 | currency | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3322
3324
  | `interestExpenseQuarterly` | Interest Expense - quarterly | Float64 | currency | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
@@ -3324,15 +3326,16 @@ The screener supports filtering instruments using various financial, technical,
3324
3326
 
3325
3327
  ### NPA & Asset Quality
3326
3328
  | Field | Description | Data Type | Unit | Supported Operations |
3327
- |-------|-------------|-----------|------|---------------------|
3329
+ |--- |--- |--- |--- |--- |
3328
3330
  | `grossNpaRatioQuarterly` | Gross NPA Ratio - quarterly | Float64 | % | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3329
3331
  | `grossNpaRatioAnnual` | Gross NPA Ratio - annual | Float64 | % | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3330
3332
  | `netNpaRatioQuarterly` | Net NPA Ratio - quarterly | Float64 | % | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3331
3333
  | `netNpaRatioAnnual` | Net NPA Ratio - annual | Float64 | % | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3334
+ | `gnpaPct` | Gross Non-Performing Assets Percentage | Float | % | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3332
3335
 
3333
3336
  ### Capital Adequacy
3334
3337
  | Field | Description | Data Type | Unit | Supported Operations |
3335
- |-------|-------------|-----------|------|---------------------|
3338
+ |--- |--- |--- |--- |--- |
3336
3339
  | `cet1RatioQuarterly` | CET1 Capital Ratio - quarterly | Float64 | % | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3337
3340
  | `cet1RatioAnnual` | CET1 Capital Ratio - annual | Float64 | % | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3338
3341
  | `tier1CapitalRatioQuarterly` | Tier 1 Capital Ratio - quarterly | Float64 | % | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
@@ -3342,7 +3345,7 @@ The screener supports filtering instruments using various financial, technical,
3342
3345
 
3343
3346
  ### Banking Assets & Liabilities
3344
3347
  | Field | Description | Data Type | Unit | Supported Operations |
3345
- |-------|-------------|-----------|------|---------------------|
3348
+ |--- |--- |--- |--- |--- |
3346
3349
  | `advancesQuarterly` | Advances - quarterly | Float64 | currency | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3347
3350
  | `advancesAnnual` | Advances - annual | Float64 | currency | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3348
3351
  | `depositsQuarterly` | Deposits - quarterly | Float64 | currency | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
@@ -3356,7 +3359,7 @@ The screener supports filtering instruments using various financial, technical,
3356
3359
 
3357
3360
  ### Fixed Assets
3358
3361
  | Field | Description | Data Type | Unit | Supported Operations |
3359
- |-------|-------------|-----------|------|---------------------|
3362
+ |--- |--- |--- |--- |--- |
3360
3363
  | `ppeQuarterly` | Property, Plant & Equipment - quarterly | Float64 | currency | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3361
3364
  | `ppeAnnual` | Property, Plant & Equipment - annual | Float64 | currency | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3362
3365
  | `goodwillQuarterly` | Goodwill - quarterly | Float64 | currency | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
@@ -3372,7 +3375,7 @@ The screener supports filtering instruments using various financial, technical,
3372
3375
 
3373
3376
  ### Current Assets
3374
3377
  | Field | Description | Data Type | Unit | Supported Operations |
3375
- |-------|-------------|-----------|------|---------------------|
3378
+ |--- |--- |--- |--- |--- |
3376
3379
  | `inventoriesQuarterly` | Inventories - quarterly | Float64 | currency | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3377
3380
  | `inventoriesAnnual` | Inventories - annual | Float64 | currency | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3378
3381
  | `tradeReceivablesQuarterly` | Trade Receivables - quarterly | Float64 | currency | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
@@ -3384,7 +3387,7 @@ The screener supports filtering instruments using various financial, technical,
3384
3387
 
3385
3388
  ### Total Assets & Equity
3386
3389
  | Field | Description | Data Type | Unit | Supported Operations |
3387
- |-------|-------------|-----------|------|---------------------|
3390
+ |--- |--- |--- |--- |--- |
3388
3391
  | `totalAssetsQuarterly` | Total Assets - quarterly | Float64 | currency | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3389
3392
  | `totalAssetsAnnual` | Total Assets - annual | Float64 | currency | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3390
3393
  | `totalEquityQuarterly` | Total Equity - quarterly | Float64 | currency | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
@@ -3398,7 +3401,7 @@ The screener supports filtering instruments using various financial, technical,
3398
3401
 
3399
3402
  ### Revenue & Income
3400
3403
  | Field | Description | Data Type | Unit | Supported Operations |
3401
- |-------|-------------|-----------|------|---------------------|
3404
+ |--- |--- |--- |--- |--- |
3402
3405
  | `revenueOperationsQuarterly` | Revenue from Operations - quarterly | Float64 | currency | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3403
3406
  | `revenueOperationsAnnual` | Revenue from Operations - annual | Float64 | currency | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3404
3407
  | `otherIncomeQuarterly` | Other Income - quarterly | Float64 | currency | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
@@ -3410,7 +3413,7 @@ The screener supports filtering instruments using various financial, technical,
3410
3413
 
3411
3414
  ### Expenses
3412
3415
  | Field | Description | Data Type | Unit | Supported Operations |
3413
- |-------|-------------|-----------|------|---------------------|
3416
+ |--- |--- |--- |--- |--- |
3414
3417
  | `materialCostQuarterly` | Material Cost - quarterly | Float64 | currency | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3415
3418
  | `materialCostAnnual` | Material Cost - annual | Float64 | currency | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3416
3419
  | `employeeExpenseQuarterly` | Employee Expenses - quarterly | Float64 | currency | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
@@ -3426,7 +3429,7 @@ The screener supports filtering instruments using various financial, technical,
3426
3429
 
3427
3430
  ### Profit & Loss
3428
3431
  | Field | Description | Data Type | Unit | Supported Operations |
3429
- |-------|-------------|-----------|------|---------------------|
3432
+ |--- |--- |--- |--- |--- |
3430
3433
  | `profitBeforeTaxQuarterly` | Profit Before Tax - quarterly | Float64 | currency | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3431
3434
  | `profitBeforeTaxAnnual` | Profit Before Tax - annual | Float64 | currency | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3432
3435
  | `currentTaxQuarterly` | Current Tax - quarterly | Float64 | currency | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
@@ -3437,12 +3440,13 @@ The screener supports filtering instruments using various financial, technical,
3437
3440
  | `taxExpenseAnnual` | Tax Expense - annual | Float64 | currency | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3438
3441
  | `netProfitQuarterly` | Net Profit - quarterly | Float64 | currency | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3439
3442
  | `netProfitAnnual` | Net Profit - annual | Float64 | currency | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3443
+ | `ebitda` | Earnings Before Interest, Taxes, Depreciation, and Amortization | Nullable(Float64) | currency | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3440
3444
 
3441
3445
  ## Cash Flow Statement
3442
3446
 
3443
3447
  ### Operating Activities
3444
3448
  | Field | Description | Data Type | Unit | Supported Operations |
3445
- |-------|-------------|-----------|------|---------------------|
3449
+ |--- |--- |--- |--- |--- |
3446
3450
  | `operatingCashFlowQuarterly` | Operating Cash Flow - quarterly | Float64 | currency | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3447
3451
  | `operatingCashFlowAnnual` | Operating Cash Flow - annual | Float64 | currency | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3448
3452
  | `netOperatingCashQuarterly` | Net Operating Cash - quarterly | Float64 | currency | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
@@ -3450,7 +3454,7 @@ The screener supports filtering instruments using various financial, technical,
3450
3454
 
3451
3455
  ### Investing Activities
3452
3456
  | Field | Description | Data Type | Unit | Supported Operations |
3453
- |-------|-------------|-----------|------|---------------------|
3457
+ |--- |--- |--- |--- |--- |
3454
3458
  | `investingCashFlowQuarterly` | Investing Cash Flow - quarterly | Float64 | currency | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3455
3459
  | `investingCashFlowAnnual` | Investing Cash Flow - annual | Float64 | currency | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3456
3460
  | `netInvestingCashQuarterly` | Net Investing Cash - quarterly | Float64 | currency | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
@@ -3466,7 +3470,7 @@ The screener supports filtering instruments using various financial, technical,
3466
3470
 
3467
3471
  ### Financing Activities
3468
3472
  | Field | Description | Data Type | Unit | Supported Operations |
3469
- |-------|-------------|-----------|------|---------------------|
3473
+ |--- |--- |--- |--- |--- |
3470
3474
  | `financingCashFlowQuarterly` | Financing Cash Flow - quarterly | Float64 | currency | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3471
3475
  | `financingCashFlowAnnual` | Financing Cash Flow - annual | Float64 | currency | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3472
3476
  | `netFinancingCashQuarterly` | Net Financing Cash - quarterly | Float64 | currency | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
@@ -3484,17 +3488,19 @@ The screener supports filtering instruments using various financial, technical,
3484
3488
 
3485
3489
  ### Net Cash Changes
3486
3490
  | Field | Description | Data Type | Unit | Supported Operations |
3487
- |-------|-------------|-----------|------|---------------------|
3491
+ |--- |--- |--- |--- |--- |
3488
3492
  | `netCashChangeQuarterly` | Net Cash Change - quarterly | Float64 | currency | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3489
3493
  | `netCashChangeAnnual` | Net Cash Change - annual | Float64 | currency | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3490
3494
  | `cashCashflowStmtQuarterly` | Cash from Cashflow Statement - quarterly | Float64 | currency | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3491
3495
  | `cashCashflowStmtAnnual` | Cash from Cashflow Statement - annual | Float64 | currency | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3496
+ | `freeCashFlow` | Free Cash Flow | Nullable(Float64) | currency | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3497
+ | `netCash` | Net Cash Position | Float | currency | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3492
3498
 
3493
3499
  ## NBFC-Specific Metrics
3494
3500
 
3495
3501
  ### Revenue & Income
3496
3502
  | Field | Description | Data Type | Unit | Supported Operations |
3497
- |-------|-------------|-----------|------|---------------------|
3503
+ |--- |--- |--- |--- |--- |
3498
3504
  | `feesCommissionIncomeQuarterly` | Fees & Commission Income - quarterly | Float64 | currency | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3499
3505
  | `feesCommissionIncomeAnnual` | Fees & Commission Income - annual | Float64 | currency | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3500
3506
  | `fairValueGainsQuarterly` | Fair Value Gains - quarterly | Float64 | currency | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
@@ -3504,7 +3510,7 @@ The screener supports filtering instruments using various financial, technical,
3504
3510
 
3505
3511
  ### Expenses
3506
3512
  | Field | Description | Data Type | Unit | Supported Operations |
3507
- |-------|-------------|-----------|------|---------------------|
3513
+ |--- |--- |--- |--- |--- |
3508
3514
  | `feesCommissionExpenseQuarterly` | Fees & Commission Expense - quarterly | Float64 | currency | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3509
3515
  | `feesCommissionExpenseAnnual` | Fees & Commission Expense - annual | Float64 | currency | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3510
3516
  | `fairValueLossesQuarterly` | Fair Value Losses - quarterly | Float64 | currency | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
@@ -3514,7 +3520,7 @@ The screener supports filtering instruments using various financial, technical,
3514
3520
 
3515
3521
  ### NBFC Assets
3516
3522
  | Field | Description | Data Type | Unit | Supported Operations |
3517
- |-------|-------------|-----------|------|---------------------|
3523
+ |--- |--- |--- |--- |--- |
3518
3524
  | `loansQuarterly` | Loans - quarterly | Float64 | currency | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3519
3525
  | `loansAnnual` | Loans - annual | Float64 | currency | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3520
3526
  | `otherFinancialAssetsQuarterly` | Other Financial Assets - quarterly | Float64 | currency | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
@@ -3524,7 +3530,7 @@ The screener supports filtering instruments using various financial, technical,
3524
3530
 
3525
3531
  ### Premium Income
3526
3532
  | Field | Description | Data Type | Unit | Supported Operations |
3527
- |-------|-------------|-----------|------|---------------------|
3533
+ |--- |--- |--- |--- |--- |
3528
3534
  | `grossPremiumIncomeQuarterly` | Gross Premium Income - quarterly | Float64 | currency | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3529
3535
  | `grossPremiumIncomeAnnual` | Gross Premium Income - annual | Float64 | currency | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3530
3536
  | `netPremiumIncomeQuarterly` | Net Premium Income - quarterly | Float64 | currency | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
@@ -3532,7 +3538,7 @@ The screener supports filtering instruments using various financial, technical,
3532
3538
 
3533
3539
  ### Insurance Ratios
3534
3540
  | Field | Description | Data Type | Unit | Supported Operations |
3535
- |-------|-------------|-----------|------|---------------------|
3541
+ |--- |--- |--- |--- |--- |
3536
3542
  | `solvencyRatioQuarterly` | Solvency Ratio - quarterly | Float64 | % | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3537
3543
  | `solvencyRatioAnnual` | Solvency Ratio - annual | Float64 | % | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3538
3544
  | `expensesOfManagementRatioQuarterly` | Expenses of Management Ratio - quarterly | Float64 | % | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
@@ -3540,46 +3546,70 @@ The screener supports filtering instruments using various financial, technical,
3540
3546
 
3541
3547
  ## Financial Ratios
3542
3548
 
3549
+ ### Valuation Ratios
3550
+ | Field | Description | Data Type | Unit | Supported Operations |
3551
+ |--- |--- |--- |--- |--- |
3552
+ | `peRatio` | Price-to-Earnings Ratio | Nullable(Float32) | ratio | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3553
+ | `pbRatio` | Price-to-Book Ratio | Nullable(Float32) | ratio | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3554
+ | `evEbitda` | Enterprise Value to EBITDA Ratio | Nullable(Float32) | ratio | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3555
+ | `fcfYield` | Free Cash Flow Yield | Nullable(Float32) | % | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3556
+
3543
3557
  ### Leverage Ratios
3544
3558
  | Field | Description | Data Type | Unit | Supported Operations |
3545
- |-------|-------------|-----------|------|---------------------|
3559
+ |--- |--- |--- |--- |--- |
3546
3560
  | `debtEquityRatioQuarterly` | Debt to Equity Ratio - quarterly | Float64 | ratio | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3547
3561
  | `debtEquityRatioAnnual` | Debt to Equity Ratio - annual | Float64 | ratio | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3562
+ | `debtEquity` | Debt to Equity Ratio | Float | ratio | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3548
3563
  | `debtServiceRatioQuarterly` | Debt Service Ratio - quarterly | Float64 | ratio | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3549
3564
  | `debtServiceRatioAnnual` | Debt Service Ratio - annual | Float64 | ratio | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3550
3565
  | `interestCoverageRatioQuarterly` | Interest Coverage Ratio - quarterly | Float64 | ratio | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3551
3566
  | `interestCoverageRatioAnnual` | Interest Coverage Ratio - annual | Float64 | ratio | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3567
+ | `interestCov` | Interest Coverage Ratio | Float | ratio | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3552
3568
 
3553
3569
  ### Profitability Ratios
3554
3570
  | Field | Description | Data Type | Unit | Supported Operations |
3555
- |-------|-------------|-----------|------|---------------------|
3571
+ |--- |--- |--- |--- |--- |
3556
3572
  | `basicEpsQuarterly` | Basic EPS - quarterly | Float64 | currency | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3557
3573
  | `basicEpsAnnual` | Basic EPS - annual | Float64 | currency | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3558
3574
  | `dilutedEpsQuarterly` | Diluted EPS - quarterly | Float64 | currency | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3559
3575
  | `dilutedEpsAnnual` | Diluted EPS - annual | Float64 | currency | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3560
3576
  | `roe` | Return on Equity | Float | % | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3577
+ | `roa` | Return on Assets | Nullable(Float32) | % | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3561
3578
  | `patMargin` | Profit After Tax Margin | Float | % | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3579
+ | `grossMargin` | Gross Profit Margin | Nullable(Float32) | % | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3580
+ | `operatingMargin` | Operating Profit Margin | Nullable(Float32) | % | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3581
+ | `ebitMargin` | Earnings Before Interest and Taxes Margin | Nullable(Float32) | % | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3562
3582
 
3563
3583
  ### Efficiency Ratios
3564
3584
  | Field | Description | Data Type | Unit | Supported Operations |
3565
- |-------|-------------|-----------|------|---------------------|
3585
+ |--- |--- |--- |--- |--- |
3566
3586
  | `assetTurnover` | Asset Turnover Ratio | Float | ratio | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3567
3587
  | `currentRatio` | Current Ratio | Float | ratio | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3568
3588
  | `ocfPat` | Operating Cash Flow to PAT Ratio | Float | ratio | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3589
+ | `ocfNetProfit` | Operating Cash Flow to Net Profit Ratio | Nullable(Float32) | ratio | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3590
+
3591
+ ## Technical Indicators
3569
3592
 
3570
- ### Other Financial Metrics
3571
3593
  | Field | Description | Data Type | Unit | Supported Operations |
3572
- |-------|-------------|-----------|------|---------------------|
3573
- | `debtEquity` | Debt to Equity Ratio | Float | ratio | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3574
- | `interestCov` | Interest Coverage Ratio | Float | ratio | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3575
- | `netCash` | Net Cash Position | Float | currency | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3576
- | `gnpaPct` | Gross Non-Performing Assets Percentage | Float | % | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3594
+ |--- |--- |--- |--- |--- |
3595
+ | `fiftyDayMA` | 50-Day Moving Average | Nullable(Float32) | currency | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3596
+ | `hundredDayMA` | 100-Day Moving Average | Nullable(Float32) | currency | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3597
+ | `twoHundredDayMA` | 200-Day Moving Average | Nullable(Float32) | currency | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3598
+ | `rsi` | Relative Strength Index | Nullable(Float32) | index | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3599
+ | `macd` | Moving Average Convergence Divergence | Nullable(Float32) | index | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3600
+ | `macdSignal` | MACD Signal Line | Nullable(Float32) | index | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3601
+ | `bollingerUpper` | Bollinger Band Upper | Nullable(Float32) | currency | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3602
+ | `bollingerLower` | Bollinger Band Lower | Nullable(Float32) | currency | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3603
+ | `atr` | Average True Range | Nullable(Float32) | currency | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3604
+ | `volumeRatio` | Volume Ratio | Nullable(Float32) | ratio | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3605
+ | `thirtyDayVolatility` | 30-Day Volatility | Nullable(Float32) | % | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3606
+ | `sixMMaxDrawdown` | Six Month Maximum Drawdown | Nullable(Float32) | % | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3577
3607
 
3578
3608
  ## Segment Analysis
3579
3609
 
3580
3610
  ### Segment Financial Data
3581
3611
  | Field | Description | Data Type | Unit | Supported Operations |
3582
- |-------|-------------|-----------|------|---------------------|
3612
+ |--- |--- |--- |--- |--- |
3583
3613
  | `segmentRevenueQuarterly` | Segment Revenue - quarterly | Float64 | currency | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3584
3614
  | `segmentRevenueAnnual` | Segment Revenue - annual | Float64 | currency | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3585
3615
  | `segmentProfitBeforeTaxQuarterly` | Segment Profit Before Tax - quarterly | Float64 | currency | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
@@ -3592,7 +3622,7 @@ The screener supports filtering instruments using various financial, technical,
3592
3622
  ### Historical Market Data
3593
3623
 
3594
3624
  | Field | Description | Data Type | Unit | Supported Operations |
3595
- |-------|-------------|-----------|------|---------------------|
3625
+ |--- |--- |--- |--- |--- |
3596
3626
  | `hmdOpen` | Opening price of the trading session | Float | currency | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3597
3627
  | `hmdHigh` | Highest price during the trading session | Float | currency | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
3598
3628
  | `hmdLow` | Lowest price during the trading session | Float | currency | `$eq`, `$ne`, `$gt`, `$gte`, `$lt`, `$lte`, `$between` |
File without changes
File without changes
File without changes