Finnworlds
Finnworlds provides data related to finance for globally traded instruments.
With this connector we can easily fetch data from various streams such as Dividends , Stock Splits , Candle Sticks etc
Docs : https://finnworlds.com/
Configuration
Input | Type | Description | Default Value |
---|
key | string | API Key. | |
bond_type | array | Bond Type. For example 10y, 5y, 2y... | |
countries | array | Countries. brazil, united states, italia, japan | |
tickers | array | Tickers. AAPL, T, MU, GOOG | |
start_date | string | Start date. | |
commodities | array | Commodities. Options Available: beef, cheese, oil, ... | |
Streams
Stream Name | Primary Key | Pagination | Supports Full Sync | Supports Incremental |
---|
bonds | country.datetime.type | No pagination | ✅ | ❌ |
dividends | | No pagination | ✅ | ❌ |
stock_splits | ticker.date | No pagination | ✅ | ❌ |
historical_candlestick | ticker.date | No pagination | ✅ | ✅ |
macro_calendar | | No pagination | ✅ | ❌ |
macro_indicator | | No pagination | ✅ | ❌ |
commodities | commodity_name.datetime | No pagination | ✅ | ❌ |
benchmark | datetime.country.benchmark | No pagination | ✅ | ❌ |
Changelog
Expand to review
Version | Date | Pull Request | Subject |
---|
0.0.1 | 2024-11-05 | | Initial release by @marcosmarxm via Connector Builder |