{ "opencollection": "1.0.0", "info": { "name": "StockData Entities API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "api_token", "value": "{{api_token}}", "placement": "query" } }, "items": [ { "info": { "name": "Entities", "type": "folder" }, "items": [ { "info": { "name": "Search Entities", "type": "http" }, "http": { "method": "GET", "url": "https://api.stockdata.org/v1/entity/search", "params": [ { "name": "api_token", "value": "", "type": "query", "description": "Your API token from the StockData dashboard." }, { "name": "search", "value": "", "type": "query", "description": "Search query matching entity name or symbol." }, { "name": "symbols", "value": "", "type": "query", "description": "Filter by comma-separated ticker symbols." }, { "name": "exchanges", "value": "", "type": "query", "description": "Filter by exchange codes." }, { "name": "types", "value": "", "type": "query", "description": "Filter by entity type (equity, etf, index, etc.)." }, { "name": "industries", "value": "", "type": "query", "description": "Filter by industry classification." }, { "name": "countries", "value": "", "type": "query", "description": "Filter by country code." } ] }, "docs": "Dynamic search for financial entities (stocks, ETFs, indices, crypto, currencies) with filtering by type, industry, exchange, and country." }, { "info": { "name": "List Entity Types", "type": "http" }, "http": { "method": "GET", "url": "https://api.stockdata.org/v1/entity/type/list", "params": [ { "name": "api_token", "value": "", "type": "query", "description": "Your API token from the StockData dashboard." } ] }, "docs": "Returns all supported entity types including equity, index, ETF, mutual fund, currency, and cryptocurrency." }, { "info": { "name": "List Industries", "type": "http" }, "http": { "method": "GET", "url": "https://api.stockdata.org/v1/entity/industry/list", "params": [ { "name": "api_token", "value": "", "type": "query", "description": "Your API token from the StockData dashboard." } ] }, "docs": "Retrieve all supported industry classifications for entity filtering." } ] } ], "bundled": true }