{ "opencollection": "1.0.0", "info": { "name": "Kensho Extract annotations-async Latest API", "version": "3.0.0" }, "items": [ { "info": { "name": "Latest", "type": "folder" }, "items": [ { "info": { "name": "Get Latest Date", "type": "http" }, "http": { "method": "GET", "url": "https://kfinance.kensho.com/api/v1/latest" }, "docs": "Get the latest annual reporting year, latest quarterly reporting quarter and year, and current date in UTC. The output is a dictionary with the following schema::\n\n{\n \"annual\": {\n \"latest_year\": int\n },\n \"quarterly\": {\n \"latest_quarter\": int,\n \"latest_year\": int\n },\n \"now\": {\n \"current_year\": int,\n \"current_quarter\": int,\n \"current_month\": int,\n \"current_date\": str # in format Y-m-d\n }\n}" } ] } ], "bundled": true }