{ "opencollection": "1.0.0", "info": { "name": "Financial Modeling Prep Analyst Estimates Fundamentals API", "version": "stable" }, "request": { "auth": { "type": "apikey", "key": "apikey", "value": "{{apikey}}", "placement": "query" } }, "items": [ { "info": { "name": "Fundamentals", "type": "folder" }, "items": [ { "info": { "name": "Company profile", "type": "http" }, "http": { "method": "GET", "url": "https://financialmodelingprep.com/stable/profile", "params": [ { "name": "symbol", "value": "", "type": "query", "description": "Ticker symbol, e.g. AAPL. Some endpoints accept forex (EURUSD) or crypto (BTCUSD) symbols." } ] }, "docs": "Returns a company profile - sector, industry, description, market cap, exchange, executives, and identifiers - for a ticker symbol." }, { "info": { "name": "Key metrics", "type": "http" }, "http": { "method": "GET", "url": "https://financialmodelingprep.com/stable/key-metrics", "params": [ { "name": "symbol", "value": "", "type": "query", "description": "Ticker symbol, e.g. AAPL. Some endpoints accept forex (EURUSD) or crypto (BTCUSD) symbols." }, { "name": "period", "value": "", "type": "query", "description": "Reporting period." }, { "name": "limit", "value": "", "type": "query", "description": "Maximum number of records to return." } ] }, "docs": "Returns per-period key financial metrics (per-share values, margins, returns, and other derived measures) for a ticker symbol." }, { "info": { "name": "Financial ratios", "type": "http" }, "http": { "method": "GET", "url": "https://financialmodelingprep.com/stable/ratios", "params": [ { "name": "symbol", "value": "", "type": "query", "description": "Ticker symbol, e.g. AAPL. Some endpoints accept forex (EURUSD) or crypto (BTCUSD) symbols." }, { "name": "period", "value": "", "type": "query", "description": "Reporting period." }, { "name": "limit", "value": "", "type": "query", "description": "Maximum number of records to return." } ] }, "docs": "Returns per-period financial ratios (liquidity, profitability, leverage, and valuation) for a ticker symbol." } ] } ], "bundled": true }