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
  1. 01
    Install 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.
  2. 02
    List 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.
  3. 03
    Fetch 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.
  4. 04
    Fetch 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.
  5. 05
    Local 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).
View full Python guide →

Integration Comparison

PlatformRequired TierSetupStatusPath
Python (REST API / notebook)Free2 minSelf-serveREST API
BigQuery (native vector search)Pro10 minPreviewShared embeddings + VECTOR_SEARCH
SnowflakePro5 minPreviewPolaris REST + native VECTOR
Apache Iceberg / shared bucketPro15 minSelf-serve + 1× grantGCS bucket + Polaris REST

Ready to connect?

Start with the free tier. Upgrade to Pro for Iceberg catalog access.