Onvista: Get Knockout List
Onvista via Parse · Finance
Get paginated list of Knock-Out certificates with sorting and filtering options. Returns certificates matching the given criteria sorted by the specified field. Pagination is zero-based. When filtering by underlying, both underlying_type and underlying_value must be provided together. Clean JSON API for onvista.de derivatives, indices, and market data. Fulfilled by Parse from onvista.de.
- crypto-web3
- developer-tools
- finance
- onvista
- onvista-de
- 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/4ea9fae3-875c-4620-89a6-e7017087e553/get_knockout_list
- Interface artifact
- sha256:4c9decf707cf7297e599165565ef18a98d5d64eb56f3d7bc83e8f59f080e0c20
- Manifest digest
- sha256:3995b71c2815e176cef793106fe8932973ebca3beef994d543afc5e5f107e71f
Request fields
- page (integer): Page number (zero-based).
- sort (string): Field to sort by.: Allowed values: knockOutAbs, gearingAsk, spread
- type (string): Direction filter.: Allowed values: Long, Short
- order (string): Sort direction.: Allowed values: ASC, DESC
- per_page (integer): Results per page.
- id_issuer (string): Filter by issuer ID (e.g. 53881 for BNP Paribas).
- ko_schwelle_max (number): Maximum K.O.-Schwelle value filter.
- ko_schwelle_min (number): Minimum K.O.-Schwelle value filter.
- underlying_type (string): Underlying instrument entity type. Must be used together with underlying_value.: Allowed values: INDEX, STOCK
- underlying_value (string): Underlying instrument ID (e.g. 20735 for DAX, 11288971 for Alphabet A). Must be used together with underlying_type.
Example queries
- {"page":"0","sort":"knockOutAbs","type":"Long","order":"ASC","per_page":"10","id_issuer":"53881","ko_schwelle_max":"30000","ko_schwelle_min":"0","underlying_type":"INDEX","underlying_value":"20735"}