CoinAPI
Sync overview
This source can sync OHLCV and trades historical data for a single coin listed on CoinAPI. It currently only supports Full Refresh syncs.
Output schema
This source is capable of syncing the following streams:
ohlcv_historical_data
trades_historical_data
Features
Feature | Supported? (Yes/No) | Notes |
---|---|---|
Full Refresh Sync | Yes | |
Incremental Sync | No | |
API Environments | Yes | Both sandbox and production environments are supported. |
Performance considerations
CoinAPI allows only 100 daily requests on the free plan. Use of this connector may require a paid plan.
Getting started
Requirements
- Obtain an API key from CoinAPI.
- Choose a symbol to pull data for. You can find a list of symbols here.
- Choose a time interval to pull data for. You can find a list of intervals here.
Setup guide
The following fields are required fields for the connector to work:
api_key
: Your CoinAPI API key.environment
: The environment to use. Can be eithersandbox
orproduction
.symbol_id
: The symbol to pull data for.period
: The time interval to pull data for.start_date
: The start date to pullhistory
data from.- (optional)
end_date
: The end date to pullhistory
data until. - (optional)
limit
: The maximum number of records to pull per request. Defaults to 100.
Reference
Config fields reference
Field
Type
Property name
string
api_key
string
environment
string
symbol_id
string
period
string
start_date
string
end_date
integer
limit
Changelog
Expand to review
Version | Date | Pull Request | Subject |
---|---|---|---|
0.2.16 | 2024-08-10 | 43507 | Update dependencies |
0.2.15 | 2024-08-03 | 43091 | Update dependencies |
0.2.14 | 2024-07-27 | 42599 | Update dependencies |
0.2.13 | 2024-07-20 | 42238 | Update dependencies |
0.2.12 | 2024-07-13 | 41763 | Update dependencies |
0.2.11 | 2024-07-10 | 41488 | Update dependencies |
0.2.10 | 2024-07-09 | 41206 | Update dependencies |
0.2.9 | 2024-07-06 | 40976 | Update dependencies |
0.2.8 | 2024-06-26 | 40315 | Update dependencies |
0.2.7 | 2024-06-22 | 40062 | Update dependencies |
0.2.6 | 2024-06-06 | 39257 | [autopull] Upgrade base image to v1.2.2 |
0.2.5 | 2024-05-21 | 38139 | Make connector compatable with builder ` |
0.2.4 | 2024-04-19 | 37138 | Updating to 0.80.0 CDK |
0.2.3 | 2024-04-18 | 37138 | Manage dependencies with Poetry. |
0.2.2 | 2024-04-15 | 37138 | Base image migration: remove Dockerfile and use the python-connector-base image |
0.2.1 | 2024-04-12 | 37138 | schema descriptions |
0.2.0 | 2024-02-05 | #34826 | Fix catalog types for fields bid_price and bid_size in stream quotes_historical_data . |
0.1.1 | 2022-12-19 | #20600 | Add quotes historical data stream |
0.1.0 | 2022-10-21 | #18302 | New source |