# Marketstack Marketstack provides data from 72 global stock exchanges. Using this connector we can extract Historical Data , Splits and Dividends data ! ## Configuration | Input | Type | Description | Default Value | |-------|------|-------------|---------------| | `api_key` | `string` | API Key. | | | `start_date` | `string` | Start Date. | | ## Streams | Stream Name | Primary Key | Pagination | Supports Full Sync | Supports Incremental | |-------------|-------------|------------|---------------------|----------------------| | Exchanges | mic | DefaultPaginator | ✅ | ❌ | | Tickers | symbol | DefaultPaginator | ✅ | ❌ | | Historical Data | | DefaultPaginator | ✅ | ✅ | | Splits | | DefaultPaginator | ✅ | ❌ | | Dividends | | DefaultPaginator | ✅ | ❌ | ## Changelog
Expand to review | Version | Date | Pull Request | Subject | |------------------|-------------------|--------------|----------------| | 0.0.2 | 2024-12-12 | [48963](https://github.com/airbytehq/airbyte/pull/48963) | Update dependencies | | 0.0.1 | 2024-11-07 | | Initial release by [@ombhardwajj](https://github.com/ombhardwajj) via Connector Builder |