# Data Import on Robinhood

Upload up to 100,000 Robinhood Chain wallets and get 158 metrics per wallet in a table you can sort, filter and export, refreshed hourly.

Data Import turns a list of Robinhood Chain addresses into a table: every wallet a row, every one of the 158 metrics a column, the same numbers `/rh_pnlplus` returns in Discord, in a view you can sort, filter, save and export\. Up to 100,000 wallets per list, as many lists as you like, recomputed hourly\. Included in both plans\.

Every number is calculated for copy trading\. Profit and every metric are adjusted so they only count trades you could have copied yourself, and fees are deducted\. The data is refreshed hourly\.

```mermaid
flowchart LR
  A[Switch to Robinhood] --> B[Drop in a .txt or .csv] --> C[Processing] --> D[Completed] --> E[Sort and filter] --> F[Export]
```

## Switch to the Robinhood market first

Open the sidebar and click **Robinhood** at the top\. The switcher decides which chain every module works on, so a list created here is a Robinhood list\. Click **Solana** to go back\.

## Create a list

1. ### Open Data Import
   Click **Data Import** in the sidebar\. The page lists every import you have made\. Click **Create Data Import** at the top\.
2. ### Name it
   Give the list a name you will recognise tomorrow; the name is required\. The source and the date work well, for example "Uniswap 1h, 15 Sep"\.
3. ### Drop in the file
   Drag the file onto the upload area or click **choose file**\. Two formats work:
   - A **\.txt** file with one address per line and nothing else on the line\. This is what `/rh_dexwallets` gives you\.
   - A **\.csv** file with a header row that has a column named `address` or `wallet`, in lowercase\. Other columns are ignored\.
   Every address is a Robinhood Chain address: `0x` followed by 40 hex characters\.
   > [!WARNING]
   > The file extension has to be lowercase, \.txt or \.csv\.
4. ### Click Create Data Import
   The list appears with the status **Processing** while every wallet is analysed, then switches to **Completed**\. Click the list name, or the arrow at the end of its row, to open it\.

> [!TIP]
> Coming from the bot? `/rh_dexwallets` returns exactly the file Data Import expects\. Save it and drop it in\.

## See your lists and their status

The Data Import page shows one row per list: **Import Name**, **Date of Import**, **Date of Update**, **Wallets** and **Status**\. At the end of the row sit **refresh**, **add wallets**, **delete** \(with a confirmation\) and the **arrow** that opens the list\. Only a Completed list can be opened\. Lists also show up in the search: press Ctrl K, or Cmd K on a Mac, and type the name\.

## Narrow a list to a shortlist

Open a list and you get the table\. Four controls do the work:

- **Sort**: click a column header\. Click again to reverse it\.
- **Filter**: open **Filtering and Sorting**, pick a metric, an operator and a value\. Conditions stack, so profit over the last 7 days plus a win rate that holds over 30 days is two conditions on one view\.
- **Columns**: open the column customizer to show the metrics you care about, hide the rest and put them in the order you read\. 158 columns is more than any screen wants\.
- **Presets**: save a set of filters, and a set of columns, under a name\. The next list you import is one click from the same view\.

Every metric in the table is defined in [Robinhood wallet metrics](/robinhood-wallet-metrics)\.

## Export what you keep

Export the list, with your filters applied, as **CSV** or **JSON**\. The export carries the columns you have chosen, so a filtered, trimmed view exports as exactly that: the wallets worth watching and the numbers that got them there\.

## Good to know

- The table is the same data `/rh_pnlplus` returns as a file\. Use the bot when you want a spreadsheet, Data Import when you want to filter and keep\.
- A wallet with no trades in a timeframe shows zero for counts and amounts, and an empty cell for the ratio metrics\.
- Timeframes are columns, not a page setting: the same metric appears for the last day, 7 days, 30 days and all time, so you can compare a wallet against itself\.
