Jett: List Stocks
Jett via Parse · Finance
Search and list stocks and bonds on the Uzbekistan stock exchange. Returns paginated results with current price, volume, growth percentages, and market cap. Access Uzbekistan stock market data from Jett.uz including stock listings, detailed company information, order books, and historical OHLC candle data. Fulfilled by Parse from app.jett.uz.
- app-jett-uz
- b2b-directory
- finance
- government-public
- jett
- parse
- platform-key
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- Finance
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/ef782952-f945-417d-a098-eb98de344a18/list_stocks
- Interface artifact
- sha256:c57bf796221c11dc58e63f2658150d4ff331f47f7fbdd09af68d95603e3c5780
- Manifest digest
- sha256:b5a9240464879523505c252b65de44465d883c529cb1b51fc697a8d82a3b806c
Request fields
- limit (integer): Number of results per page (max 50).
- query (string): Search query to filter by ticker or company name.
- cat_id (string): Category/sector ID to filter by. Values: 1 (Finance), 2 (Insurance), 3 (Energy), 4 (Industry), 5 (Others), 6 (Construction), 7 (Agriculture), 8 (Lease), 9 (Communications and IT), 10 (Transportation), 11 (Funds).
- offset (integer): Pagination offset (number of records to skip).
- period (string): Time period for volume/growth metrics.: Allowed values: today, week, month, year
- sort_by (string): Field to sort results by. Accepted values: gross_trade_amount, value, volume_today, growth_prcnt_today, market_cap, trades_today.
- order_by (string): Sort order.: Allowed values: asc, desc
- market_code (string): Market/paper type code to filter by.: Allowed values: STK, SMS, BND, SMB
Example queries
- {"limit":"10","offset":"0","period":"today","sort_by":"gross_trade_amount","order_by":"asc","market_code":"STK"}