Get Company Fundamental DataAsk AIget https://app.daloopa.com/api/v2/companies/fundamentalsRetrieve paginated fundamental financial data for a specific company and time periods.Query Paramscompany_idintegerrequiredThe unique identifier of the company.created_atdate-timeMinimum creation timestamp (ISO-8601). Used together with updated_at to form an inclusive range; created_at must be ≤ updated_at.document_idintegerFilter fundamentals to those from a specific document ID.limitintegerNumber of results to return per page.offsetintegerThe initial index from which to return results.periodsarray of stringsrequiredList of reporting periods to include. Accepted formats: YYYYQ[1-4] (quarters), YYYYH[1-2] (half-years), or YYYYFY (fiscal year). Example: ?periods=2023Q4&periods=2024Q1.periods*ADD stringrestatedbooleanFilter by restatement status. true = only restated values, false = only original values, omit to include both.truetruefalseseries_idsarray of integersOptional list of series IDs to filter by. Example: ?series_ids=101&series_ids=205.series_idsADD integerupdated_atdate-timeMaximum update timestamp (ISO-8601). Used together with created_at to form an inclusive range; created_at must be ≤ updated_at.Responses 200 400 401 403 429Updated 3 months ago