# Edgrapi > Clean company financial statements & ratios from SEC EDGAR (income statement, balance sheet, cash flow, computed ratios), normalized to consistent JSON. ## Endpoints - GET /v1/company/{ticker} - company profile (name, CIK, SIC, exchange) - GET /v1/fundamentals/{ticker}?period=annual|quarterly&limit=N - statements - GET /v1/ratios/{ticker} - margins, ROE/ROA, current ratio, debt/equity, growth - GET /v1/filings/{ticker}?form=10-K - filing history with document links ## Notes - Data source: public SEC EDGAR XBRL (companyfacts/submissions). - USD. Not investment advice. - OpenAPI: https://api.edgrapi.com/openapi.json