Skip to main content

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

InputTypeDescriptionDefault Value
api_keystringAPI Key.
symbolsarraySymbols.
industriesarrayIndustries. Specify the industries of entities which have been identified within the article.
filter_entitiesbooleanBy 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_datestringStart date.

Streams

Stream NamePrimary KeyPaginationSupports Full SyncSupports Incremental
news_feeds_per_symboluuidDefaultPaginator
news_feeds_per_industryuuidDefaultPaginator
eod_datadate.tickerNo pagination
intraday_unadjusted_datadate.tickerNo pagination

Changelog

Expand to review
VersionDatePull RequestSubject
0.0.12024-11-08Initial release by @ombhardwajj via Connector Builder
Was this page helpful?