{ "opencollection": "1.0.0", "info": { "name": "Financial Modeling Prep Stock API", "version": "stable" }, "request": { "auth": { "type": "apikey", "key": "apikey", "value": "{{apikey}}", "placement": "query" } }, "items": [ { "info": { "name": "Stock", "type": "folder" }, "items": [ { "info": { "name": "List all available company symbols", "type": "http" }, "http": { "method": "GET", "url": "https://financialmodelingprep.com/stable/stock-list" }, "docs": "List all available company symbols. Documented at https://site.financialmodelingprep.com/developer/docs." } ] } ], "bundled": true }