1
0
mirror of synced 2026-01-05 12:05:28 -05:00
Files
airbyte/docs/integrations/sources/stockdata.md

2.1 KiB

StockData

Stockdata provides access to market news for global exchanges, and trading data for US stocks. With this connector we can extract data from EOD , Intraday and news feeds streams

Configuration

Input Type Description Default Value
api_key string API Key.
symbols array Symbols.
industries array Industries. Specify the industries of entities which have been identified within the article.
filter_entities boolean By default all entities for each article are returned - by setting this to true, only the relevant entities to your query will be returned with each article. For example, if you set symbols=TSLA and filter_entities=true, only "TSLA" entities will be returned with the articles. false
start_date string Start date.

Streams

Stream Name Primary Key Pagination Supports Full Sync Supports Incremental
news_feeds_per_symbol uuid DefaultPaginator
news_feeds_per_industry uuid DefaultPaginator
eod_data date.ticker No pagination
intraday_unadjusted_data date.ticker No pagination

Changelog

Expand to review
Version Date Pull Request Subject
0.0.6 2025-01-11 51447 Update dependencies
0.0.5 2024-12-28 50789 Update dependencies
0.0.4 2024-12-21 50357 Update dependencies
0.0.3 2024-12-14 49745 Update dependencies
0.0.2 2024-12-12 49442 Update dependencies
0.0.1 2024-11-08 Initial release by @ombhardwajj via Connector Builder