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 | ✅ | ✅ | 
Reference
Config fields reference
Field
Type
Property name
API Key
required
string
api_key
string
start_date
Symbols
array
symbols
array
industries
boolean
filter_entities
Changelog
Expand to review
| Version | Date | Pull Request | Subject | 
|---|---|---|---|
| 0.0.8 | 2025-01-25 | 52409 | Update dependencies | 
| 0.0.7 | 2025-01-18 | 51978 | Update dependencies | 
| 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 |