{ "opencollection": "1.0.0", "info": { "name": "Financial Modeling Prep API", "version": "stable" }, "request": { "auth": { "type": "apikey", "key": "apikey", "value": "{{apikey}}", "in": "query" } }, "items": [ { "info": { "name": "Financial Statements", "type": "folder" }, "items": [ { "info": { "name": "Income Statement", "type": "http" }, "http": { "method": "GET", "url": "https://financialmodelingprep.com/stable/income-statement?symbol=AAPL&period=annual&limit=5&apikey={{apikey}}", "params": [ { "name": "symbol", "value": "AAPL", "type": "query", "description": "Ticker symbol." }, { "name": "period", "value": "annual", "type": "query", "description": "annual or quarter." }, { "name": "limit", "value": "5", "type": "query", "description": "Max records." } ] }, "docs": "Annual or quarterly income statements for a company." }, { "info": { "name": "Balance Sheet Statement", "type": "http" }, "http": { "method": "GET", "url": "https://financialmodelingprep.com/stable/balance-sheet-statement?symbol=AAPL&period=annual&limit=5&apikey={{apikey}}", "params": [ { "name": "symbol", "value": "AAPL", "type": "query", "description": "Ticker symbol." }, { "name": "period", "value": "annual", "type": "query", "description": "annual or quarter." }, { "name": "limit", "value": "5", "type": "query", "description": "Max records." } ] }, "docs": "Annual or quarterly balance sheet statements for a company." }, { "info": { "name": "Cash Flow Statement", "type": "http" }, "http": { "method": "GET", "url": "https://financialmodelingprep.com/stable/cash-flow-statement?symbol=AAPL&period=annual&limit=5&apikey={{apikey}}", "params": [ { "name": "symbol", "value": "AAPL", "type": "query", "description": "Ticker symbol." }, { "name": "period", "value": "annual", "type": "query", "description": "annual or quarter." }, { "name": "limit", "value": "5", "type": "query", "description": "Max records." } ] }, "docs": "Annual or quarterly cash-flow statements for a company." } ] }, { "info": { "name": "Quotes and Prices", "type": "folder" }, "items": [ { "info": { "name": "Full Quote", "type": "http" }, "http": { "method": "GET", "url": "https://financialmodelingprep.com/stable/quote?symbol=AAPL&apikey={{apikey}}", "params": [ { "name": "symbol", "value": "AAPL", "type": "query", "description": "Ticker, forex, or crypto symbol." } ] }, "docs": "Real-time full quote for a symbol." }, { "info": { "name": "Historical End-of-Day Prices", "type": "http" }, "http": { "method": "GET", "url": "https://financialmodelingprep.com/stable/historical-price-eod/full?symbol=AAPL&apikey={{apikey}}", "params": [ { "name": "symbol", "value": "AAPL", "type": "query", "description": "Ticker symbol." }, { "name": "from", "value": "", "type": "query", "description": "Start date YYYY-MM-DD." }, { "name": "to", "value": "", "type": "query", "description": "End date YYYY-MM-DD." } ] }, "docs": "Historical daily OHLCV bars, up to 30 years." } ] }, { "info": { "name": "SEC Filings", "type": "folder" }, "items": [ { "info": { "name": "SEC Filings by Symbol", "type": "http" }, "http": { "method": "GET", "url": "https://financialmodelingprep.com/stable/sec-filings-search/symbol?symbol=AAPL&apikey={{apikey}}", "params": [ { "name": "symbol", "value": "AAPL", "type": "query", "description": "Ticker symbol." }, { "name": "from", "value": "", "type": "query", "description": "Start date YYYY-MM-DD." }, { "name": "to", "value": "", "type": "query", "description": "End date YYYY-MM-DD." } ] }, "docs": "Search SEC filings for a company by ticker." }, { "info": { "name": "SEC Filings by CIK", "type": "http" }, "http": { "method": "GET", "url": "https://financialmodelingprep.com/stable/sec-filings-search/cik?cik=0000320193&apikey={{apikey}}", "params": [ { "name": "cik", "value": "0000320193", "type": "query", "description": "SEC Central Index Key." } ] }, "docs": "Search SEC filings for a company by CIK." }, { "info": { "name": "Latest SEC Filings", "type": "http" }, "http": { "method": "GET", "url": "https://financialmodelingprep.com/stable/financials-latest?apikey={{apikey}}", "params": [] }, "docs": "Feed of the most recent SEC filings across public companies." } ] }, { "info": { "name": "Fundamentals", "type": "folder" }, "items": [ { "info": { "name": "Company Profile", "type": "http" }, "http": { "method": "GET", "url": "https://financialmodelingprep.com/stable/profile?symbol=AAPL&apikey={{apikey}}", "params": [ { "name": "symbol", "value": "AAPL", "type": "query", "description": "Ticker symbol." } ] }, "docs": "Company profile - sector, industry, market cap, exchange." }, { "info": { "name": "Key Metrics", "type": "http" }, "http": { "method": "GET", "url": "https://financialmodelingprep.com/stable/key-metrics?symbol=AAPL&period=annual&apikey={{apikey}}", "params": [ { "name": "symbol", "value": "AAPL", "type": "query", "description": "Ticker symbol." }, { "name": "period", "value": "annual", "type": "query", "description": "annual or quarter." } ] }, "docs": "Per-period key financial metrics." }, { "info": { "name": "Financial Ratios", "type": "http" }, "http": { "method": "GET", "url": "https://financialmodelingprep.com/stable/ratios?symbol=AAPL&period=annual&apikey={{apikey}}", "params": [ { "name": "symbol", "value": "AAPL", "type": "query", "description": "Ticker symbol." }, { "name": "period", "value": "annual", "type": "query", "description": "annual or quarter." } ] }, "docs": "Per-period financial ratios." } ] }, { "info": { "name": "Analyst Estimates", "type": "folder" }, "items": [ { "info": { "name": "Analyst Estimates", "type": "http" }, "http": { "method": "GET", "url": "https://financialmodelingprep.com/stable/analyst-estimates?symbol=AAPL&period=annual&page=0&limit=10&apikey={{apikey}}", "params": [ { "name": "symbol", "value": "AAPL", "type": "query", "description": "Ticker symbol." }, { "name": "period", "value": "annual", "type": "query", "description": "annual or quarter." }, { "name": "page", "value": "0", "type": "query", "description": "Zero-based page." }, { "name": "limit", "value": "10", "type": "query", "description": "Max records." } ] }, "docs": "Consensus analyst estimates for revenue, EPS, and more." } ] }, { "info": { "name": "Economic Data", "type": "folder" }, "items": [ { "info": { "name": "Economic Indicators", "type": "http" }, "http": { "method": "GET", "url": "https://financialmodelingprep.com/stable/economic-indicators?name=GDP&apikey={{apikey}}", "params": [ { "name": "name", "value": "GDP", "type": "query", "description": "Indicator name, e.g. GDP, CPI." } ] }, "docs": "Macroeconomic indicator time series." }, { "info": { "name": "Treasury Rates", "type": "http" }, "http": { "method": "GET", "url": "https://financialmodelingprep.com/stable/treasury-rates?apikey={{apikey}}", "params": [ { "name": "from", "value": "", "type": "query", "description": "Start date YYYY-MM-DD." }, { "name": "to", "value": "", "type": "query", "description": "End date YYYY-MM-DD." } ] }, "docs": "U.S. treasury rates across standard maturities." } ] } ], "bundled": true }