v1

latestOpenAPI 3.0.3Proprietary2026-07-244065126.5 KB
Fundamentals

Get Fundamental Data Updates

Retrieve updates and changes to fundamental financial data for a specific company since a given timestamp.

get/api/v2/companies/fundamental-updates

Query parameters

company_idinteger required

The unique identifier of the company

limitinteger

Number of results to return per page

offsetinteger

The initial index from which to return the results

sincestring date-time

Timestamp to get updates since (ISO 8601 format)

Response

countinteger required
nextstring uri nullable
previousstring uri nullable

Example response

{
  "count": 123,
  "next": "http://api.example.org/accounts/?offset=400&limit=100",
  "previous": "http://api.example.org/accounts/?offset=200&limit=100"
}