v1

latestOpenAPI 3.0.3Proprietary2026-07-244065126.5 KB
Companies

Check Company Model Status

Check the data freshness signals for specified companies. Each company entry in the response distinguishes three timestamps:

  • latest_datapoint_created_at: when the latest publish notification for the company was created. Falls back to the company's live Excel model created_at when no active non-clientview notification exists.
  • latest_datapoint_updated_at: the latest data change for the company, computed as the max of the most recent DELETE event in FundamentalEventLog and the most recent incremental-update error in FundamentalErrors.
  • model_updated_at: when the company's Excel model was last touched.
post/api/v2/companies/status

Request body

companiesinteger[] required

List of company ids to check status for

Response

company_idinteger required

Unique identifier for the company

latest_datapoint_created_atstring date-time nullable required

Timestamp when the latest publish notification for the company was created. Falls back to the company's live Excel model created_at when no active non-clientview notification exists.

latest_datapoint_updated_atstring date-time nullable required

Timestamp of the latest data change for the company: max of the most recent DELETE event in FundamentalEventLog and the most recent incremental-update error in FundamentalErrors. Null if neither exists.

latest_periodstring nullable required

Most recent period for which data exists.

model_updated_atstring date-time nullable required

Timestamp when the company's Excel model was last touched.