---
title: "Last changes"
method: GET
path: "/last_change/{endpoint}"
tags: ["fundamentals"]
---

# Last changes

`GET /last_change/{endpoint}`

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.

## 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

## Query parameters

- `start_date` string
- `symbol` string
- `exchange` string
- `mic_code` string
- `country` string
- `page` integer
- `outputsize` integer

## Response `200`

- object
  - `pagination` object, required — Pagination information
    - `current_page` integer, required — Current page number
    - `per_page` integer, required — Records per page
  - `data` LastChangeResponseItem[], required — Data contains the list of last changes
    - `symbol` string, required — Ticker of the company
    - `mic_code` string, required — Market Identifier Code (MIC) under ISO 10383 standard
    - `last_change` string, required — The date and time of last changes, in `2006-01-02 15:04:05` format

## Other responses

- `400`
- `401`
- `403`
- `404`
- `414`
- `429`
- `500`

---

[API](https://skmtc.net/twelvedata/apis/twelve-data-api.md) · [All operations](https://skmtc.net/twelvedata/apis/twelve-data-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/twelvedata/twelve-data-api/revisions/c4a12725cdb5/schema)
