Alpha Vantage
Introduction
The Alpha Vantage source connector lets you authenticate to the Alpha Vantage API using an API key.
At this time, the connector supports credential validation only. Catalog discovery returns an empty catalog, and extraction is not yet implemented.
Setup
- Create (or sign in to) your Alpha Vantage account.
- Generate an API key in the Alpha Vantage dashboard.
- Copy the API key for use in the connector configuration.
Authentication
This connector uses API key authentication.
During connection testing, the connector validates your key by calling the Alpha Vantage SYMBOL_SEARCH endpoint.
Configuration
| Field | Type | Required | Description |
|---|---|---|---|
api_key | string | ✅ | Your Alpha Vantage API key. |
Streams
No streams are currently available.
- Catalog: returns an empty catalog.
- Extraction: not yet implemented.