{ "opencollection": "1.0.0", "info": { "name": "Finnhub Company News Stock API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "token", "value": "{{token}}", "placement": "query" } }, "items": [ { "info": { "name": "Stock", "type": "folder" }, "items": [ { "info": { "name": "Stock symbols for an exchange", "type": "http" }, "http": { "method": "GET", "url": "https://finnhub.io/api/v1/stock/symbol", "params": [ { "name": "exchange", "value": "", "type": "query" }, { "name": "mic", "value": "", "type": "query" }, { "name": "currency", "value": "", "type": "query" } ] }, "docs": "Stock symbols for an exchange" }, { "info": { "name": "Company profile (basic)", "type": "http" }, "http": { "method": "GET", "url": "https://finnhub.io/api/v1/stock/profile2", "params": [ { "name": "symbol", "value": "", "type": "query" }, { "name": "isin", "value": "", "type": "query" }, { "name": "cusip", "value": "", "type": "query" } ] }, "docs": "Company profile (basic)" }, { "info": { "name": "Stock candles (OHLCV)", "type": "http" }, "http": { "method": "GET", "url": "https://finnhub.io/api/v1/stock/candle", "params": [ { "name": "symbol", "value": "", "type": "query" }, { "name": "resolution", "value": "", "type": "query" }, { "name": "from", "value": "", "type": "query" }, { "name": "to", "value": "", "type": "query" } ] }, "docs": "Stock candles (OHLCV)" }, { "info": { "name": "Analyst recommendation trends", "type": "http" }, "http": { "method": "GET", "url": "https://finnhub.io/api/v1/stock/recommendation", "params": [ { "name": "symbol", "value": "", "type": "query" } ] }, "docs": "Analyst recommendation trends" }, { "info": { "name": "Peer companies", "type": "http" }, "http": { "method": "GET", "url": "https://finnhub.io/api/v1/stock/peers", "params": [ { "name": "symbol", "value": "", "type": "query" } ] }, "docs": "Peer companies" } ] } ], "bundled": true }