{ "opencollection": "1.0.0", "info": { "name": "Financial Modeling Prep Income Statement API", "version": "stable" }, "request": { "auth": { "type": "apikey", "key": "apikey", "value": "{{apikey}}", "placement": "query" } }, "items": [ { "info": { "name": "Income Statement", "type": "folder" }, "items": [ { "info": { "name": "Get income statements for a company", "type": "http" }, "http": { "method": "GET", "url": "https://financialmodelingprep.com/stable/income-statement", "params": [ { "name": "symbol", "value": "AAPL", "type": "query" }, { "name": "limit", "value": "5", "type": "query" }, { "name": "period", "value": "Q1,Q2,Q3,Q4,FY,annual,quarter", "type": "query" } ] }, "docs": "Get income statements for a company. Documented at https://site.financialmodelingprep.com/developer/docs." } ] } ], "bundled": true }