{ "operation": "get-market-caps", "method": "GET", "path": "/api/v1/market_cap/{company_id}/{start_date}/{end_date}", "summary": "", "request": { "body": null }, "response": { "status": 200, "body": { "currency": "string", "market_caps": [ { "date": null, "market_cap": null, "tev": null, "shares_outstanding": null } ], "errors": [ "string" ] } } }