# Get non-financial data Retrieves historical values for specified non-financial metrics over a date range. Endpoint: POST /companies/{CompanyId}/non-financial Version: 1.0.3 Security: OAuth2 ## Path parameters: - `CompanyId` (string, required) The ID of the company. ## Request fields (application/json): - `NonFinancialIds` (array, required) - `StartDate` (string, required) Start date in YYYY-MM-DD format (e.g., 2025-01-01) Example: "2025-01-01" - `EndDate` (string, required) End date in YYYY-MM-DD format (e.g., 2025-01-31) Example: "2025-01-31" - `BudgetId` (string) Optional budget identifier. When omitted, returns actuals. - `ClassId` (string) Optional class identifier to filter by class. ## Response 200 fields (application/json): - `Data` (array) - `Data.NonFinancialId` (string) Example: "90dcbc1e-05f3-11ea-82c7-96c172b25530" - `Data.Values` (array) - `Data.Values.Value` (string)