> ## Documentation Index
> Fetch the complete documentation index at: https://api.tryspecter.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Transactions DB

> Funding rounds, acquisitions and IPOs with amounts, valuations, dates, and the investors on each deal.

Each file is keyed by its own identifier: `funding_round_id`, `acquisition_id`, `ipo_id`, `company_id`.

## Summary

|                     |                                                                                                                                                                                                                                                                                                                    |
| ------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| Available via       | AWS S3, Google Cloud Storage                                                                                                                                                                                                                                                                                       |
| Formats             | Parquet                                                                                                                                                                                                                                                                                                            |
| Full delivery       | Monthly — last day of every month                                                                                                                                                                                                                                                                                  |
| Incremental updates | Daily                                                                                                                                                                                                                                                                                                              |
| File pattern        | `Transactions/YYYY-MM/funding_rounds_YYYY_MM.parquet · Transactions/YYYY-MM/acquisitions_YYYY_MM.parquet · Transactions/YYYY-MM/ipos_YYYY_MM.parquet` (e.g. `Transactions/2026-06/funding_rounds_2026_06.parquet · Transactions/2026-06/acquisitions_2026_06.parquet · Transactions/2026-06/ipos_2026_06.parquet`) |
| Fields              | 43                                                                                                                                                                                                                                                                                                                 |

## Next

<CardGroup cols={3}>
  <Card title="Field reference" icon="table-list" href="/api-ref/datasets/transactions/fields">
    Every field, its type and what it means.
  </Card>

  <Card title="Sample record" icon="code" href="/api-ref/datasets/transactions/sample">
    A full record, grouped by category.
  </Card>

  <Card title="In the API" icon="plug" href="/api-ref/products/transactions">
    The same data, requested per record.
  </Card>
</CardGroup>
