---
title: "Retrieve EOD Positions"
method: GET
path: "/v1/reporting/eod/positions"
tags: ["Reporting"]
---

# Retrieve EOD Positions

`GET /v1/reporting/eod/positions`

This API retrieves a comprehensive list of end-of-day positions for all accounts. End-of-day (EOD) positions are typically accessible after 4:00 am Eastern Time (ET) on the following day, providing a comprehensive view of the day's closing positions across all accounts.
This API currently only supports retrieving EOD positions for the last trading date.

## Query parameters

- `account_id` string, uuid
- `asset` string
- `asof` string, date
- `page_token` string
- `limit` integer

## Response `200`

Successful response containing the end-of-day positions for the specified accounts.

- object
  - `asof` string, date — The date of the snapshot in the 'YYYY-MM-DD' format.
  - `next_page_token` string, nullable — Use this token in your next API call to paginate through the dataset and retrieve the next page of results. A null token indicates there are no more data to fetch.
  - `positions` object — A detailed map of account IDs to their respective positions.

## Other responses

- `422` — This can be returned if the asof param does not match the latest snap available at Alpaca.

---

[API](https://skmtc.net/alpacahq/apis/gift-city-extensions-api.md) · [All operations](https://skmtc.net/alpacahq/apis/gift-city-extensions-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/alpacahq/gift-city-extensions-api/revisions/62e3378bb273/schema)
