News wires
Returns latest news wires ordered by time latest first, supports pagination and filtering options.
- The news are based on public news outlets
- Our AI generates and attaches an eye-catching cover image
- After that it identifies and tags any trading tickers mentioned in the content
- Then it determines the ‘importance’ of the news and marks accordingly so that API consumers could emphasize it to their end-users
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your key. Get the key here
Query Parameters
Filter by news category, can be one of the following values:
US stock market ticker symbols, e.g. AAPL, TSLA, etc. You can specify multiple ticker symbols separated by commas. If not specified, return all.
Filter by industry, can be one of the following values:
Used for paging. If specified, return the latest items earlier than this id. If not specified, return the latest items from now.
"US_FLASH786892"
Number of items to return. Default is 10, maximum is 50.
1 <= x <= 50