{"openapi":"3.1.0","info":{"title":"EDGAR (SEC) via Locus MPP","version":"1.0.0","description":"SEC EDGAR public financial data — company filing history, XBRL financial facts (income statements, balance sheets, cash flows), and full-text search across all public filings. No API key required."},"x-service-info":{"categories":["data"],"docs":{"homepage":"https://www.sec.gov/developer","apiReference":"https://www.sec.gov/developer","llms":"https://beta.paywithlocus.com/mpp/edgar.md"}},"paths":{"/edgar/company-submissions":{"post":{"summary":"Company Submissions","x-payment-info":{"intent":"charge","method":"tempo","amount":"8000","currency":"0x20c000000000000000000000b9537d11c60e8b50"},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}},"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"cik":{"type":"string","description":"SEC CIK number (e.g. \"320193\" for Apple). Automatically zero-padded to 10 digits."}},"required":["cik"]}}}}}},"/edgar/company-facts":{"post":{"summary":"Company Facts","x-payment-info":{"intent":"charge","method":"tempo","amount":"8000","currency":"0x20c000000000000000000000b9537d11c60e8b50"},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}},"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"cik":{"type":"string","description":"SEC CIK number (e.g. \"320193\" for Apple)"}},"required":["cik"]}}}}}},"/edgar/company-concept":{"post":{"summary":"Company Concept","x-payment-info":{"intent":"charge","method":"tempo","amount":"8000","currency":"0x20c000000000000000000000b9537d11c60e8b50"},"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}},"requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"cik":{"type":"string","description":"SEC CIK number (e.g. \"320193\" for Apple)"},"taxonomy":{"type":"string","description":"XBRL taxonomy: us-gaap, ifrs-full, dei, or srt"},"tag":{"type":"string","description":"XBRL concept tag (e.g. \"Assets\", \"Revenues\", \"NetIncomeLoss\", \"EarningsPerShareBasic\")"}},"required":["cik","taxonomy","tag"]}}}}}}}}