latestSwagger 2.02026-08-12187723.0 MB

c4a12725cdb5

fundamentals

Last changes

The last change endpoint provides the most recent updates to fundamental data for a specified dataset. It returns a timestamp indicating when the data was last modified, allowing users to efficiently manage API requests by only fetching new data when changes occur. This helps optimize data retrieval and reduce unnecessary API credit usage.

get/last_change/{endpoint}

Path parameters

endpoint'price_target' | 'recommendations' | 'statistics' | 'insider_transactions' | 'profile' | 'mutual_funds_world_summary' | 'mutual_funds_world' | 'institutional_holders' | 'analyst_rating' | 'income_statement' | 'income_statement_quarterly' | 'cash_flow' | 'cash_flow_quarterly' | 'balance_sheet' | 'balance_sheet_quarterly' | 'mutual_funds_list' | 'mutual_funds_world_sustainability' | 'mutual_funds_world_summary' | 'mutual_funds_world_risk' | 'mutual_funds_world_purchase_info' | 'mutual_funds_world_composition' | 'mutual_funds_world_performance' | 'mutual_funds_world' | 'etfs_list' | 'etfs_world' | 'etfs_world_summary' | 'etfs_world_performance' | 'etfs_world_risk' | 'etfs_world_composition' | 'dividends' | 'splits' | 'money_market_funds_world' required

Endpoint name

Query parameters

start_datestring

The starting date and time for data selection, in 2006-01-02T15:04:05 format

symbolstring

Filter by symbol

exchangestring

Filter by exchange name

mic_codestring

Filter by market identifier code (MIC) under ISO 10383 standard

countrystring

Filter by country name or alpha code, e.g., United States or US

pageinteger

Page number

outputsizeinteger

Number of records in response

Response

Example response

{
  "pagination": {
    "current_page": 1,
    "per_page": 30
  },
  "data": [
    {
      "symbol": "AAPL",
      "mic_code": "XNAS",
      "last_change": "2023-10-14 12:22:48"
    }
  ]
}