# Exporting Data

How to access your trading data and performance metrics.

## Trade History

Your trade history is sourced directly from Hyperliquid and displayed in the analytics page.

**Viewing Trade History:**

1. Go to **Analytics**
2. Your recent trades are displayed in the interface
3. Filter by timeframe (week, month, all time)

**Data Available:**

* Trade timestamp
* Symbol
* Side (Buy/Sell)
* Size
* Price
* Realized PnL
* Fees

## Performance Metrics

All performance metrics are calculated from your on-chain trading history:

* Total PnL
* Win rate
* Sharpe ratio
* Maximum drawdown
* Per-symbol breakdown

## Vault Data

For funded vaults, you can view:

* Current balance
* Open positions
* Trade history
* Drawdown status

Access via **Funding** > **My Vaults**

## On-Chain Verification

All trades execute on Hyperliquid L1 and are verifiable on-chain:

* Trade data is fetched directly from Hyperliquid
* Performance metrics calculated from verified trades
* No data manipulation possible

## Tax Reporting

For tax purposes:

* Review your trades in the analytics page
* Note realized PnL for each trade
* Track profit shares from vault settlements

**Consult a tax professional** for specific reporting requirements in your jurisdiction.

## Data Retention

* Trade history available via Hyperliquid as long as chain data persists
* Analytics calculated on-demand from chain data
* No deletion of on-chain records

## Related Pages

* [Analytics Overview](/analytics/dashboard-overview.md)
* [Metrics Explained](/analytics/metrics-explained.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.atract.app/analytics/exporting-data.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
