Beskrivelse
country = US; exchange != OTC; // mid cap MarketCap > 100M and MarketCap < 3b; // a simple valuation metric (LongTermDebt/SharesOutstanding) < 10; (AssetsCurrent-Inventory/PropertyPlantAndEquipment)>10%; InventoryGrowth; RevenueGrowth3Years > .29 CashFromOperatingActivities > .001 CashFromOperatingActivitiesGrowth > .01
| Seneste handel | 2026-05-08 | Sidste løb | 05-10 |
| Ydeevne | 21.00% | Nuværende besiddelser | 299 |
Regler
/* * Sample query with basic examples */ country = US; exchange != OTC; // mid cap MarketCap > 100M and MarketCap < 3b; // a simple valuation metric (LongTermDebt/SharesOutstanding) < 10; (AssetsCurrent-Inventory/PropertyPlantAndEquipment)>10%; InventoryGrowth; RevenueGrowth3Years > .29 CashFromOperatingActivities > .001 CashFromOperatingActivitiesGrowth > .01