Integrations
VectorFin works with your existing data stack
One source of truth, four ways in. Pull JSON from the REST API on any plan. On Pro and Enterprise, take a shared GCS bucket of ready transcript embeddings (gemini-embedding-2-preview, 768-dim) plus the raw transcript text as Apache Iceberg tables, then query it where you already work: BigQuery-native vector search, a Snowflake preview, or a Python notebook. No ETL, no copies.
Supported platforms
Python
FreeSelf-serve
Query VectorFin embeddings and signals from a Python notebook via the REST API. Works on every plan, including Free, with no SDK and no infrastructure.
⏱ 2 min setup5 steps
- 01Install requests and set your API key. No SDK required. The REST API uses a single header (X-API-Key). Free-tier keys are issued instantly when you sign up at app.vectorfinancials.com. Everything below runs in a plain Jupyter / Colab notebook cell.
- 02List available tickers. Fetch the tickers your plan can access. In beta the universe is the S&P 500 (~500 tickers); Free returns the top 100. The 5,000+ ticker universe is the Starter (and above) plan limit at GA.
- 03Fetch transcript embeddings. Pull 768-dim embeddings (Google gemini-embedding-2-preview) for a ticker and fiscal period. fiscal_period is required (it scopes the partition scan); limit caps at 100 per call.
- 04Fetch quant signals. Pull the signal feed for a ticker. Free tier is capped at a 90-day lookback and a 30-row cap; paid tiers go back to the start of data history.
- 05Local cosine search over fetched embeddings. There is no server-side vector search on the REST API, so fetch the chunks for the tickers you care about and run similarity locally. For corpus-wide search, upgrade to Pro and query the shared Iceberg tables directly (see the BigQuery and Snowflake guides, or the shared bucket).
Integration Comparison
| Platform | Required Tier | Setup | Status | Path |
|---|---|---|---|---|
| Python (REST API / notebook) | Free | 2 min | Self-serve | REST API |
| BigQuery (native vector search) | Pro | 10 min | Preview | Shared embeddings + VECTOR_SEARCH |
| Snowflake | Pro | 5 min | Preview | Polaris REST + native VECTOR |
| Apache Iceberg / shared bucket | Pro | 15 min | Self-serve + 1× grant | GCS bucket + Polaris REST |
Ready to connect?
Start with the free tier. Upgrade to Pro for Iceberg catalog access.