The Dow Jones News API provides access to market-leading news from Dow Jones and The Wall Street Journal covering all global asset classes and macroeconomic events, from central bank decisions to M&A exclusives.
The data is structured with metadata for easy processing by machines, including common
identifiers, subject/industry codes, and millisecond timestamps.
The following products/services are available via the News API (depending on subscription.
- Dow Jones Content
- MarketWatch
- Business Wire
- PR Newswire
- Canadian News Wire
- Canadian Corporate News
- GlobeNewswire
- MarketWire
- AccessWire
- The Wall Street Journal
- Barron's
- Smart Money
- AWP News
The following languages are also available, depending on subscription.
- Arabic
- Chinese Simplified
- Chinese Traditional
- Dutch
- French
- German
- Italian
- Japanese
- Korean
- Portuguese
- Spanish
- Swiss
What is included in the API?
Textual Fields
- Title
- Full Article Body
Metadata
- Publication date and time in UTC
- Subject Codes
- Industry Codes
- Region Codes
- Company Codes
- Dow Jones Tickers
- ISINs
- Identifiers for non-equity asset classes - FX, Commodities, Indices, Crypto
- Product Identifiers
- Statistical Identifiers
- Market Sector Identifiers
- The Wall Street Journal Identifiers
- Government Identifiers
The metadata identifiers cover a wide range of topics and allow creating very broad or very specific search strategies, allowing to surface the most significant content with ease.
Metadata Definition and Examples
Dow Jones tags articles using a variety of identifiers that facilitate content search and retrieval. In addition to self-explanatory identifiers like subjects, industries, regions, companies, Dow Jones includes a few internal identifiers that help to surface the right content set to the right user. Please reach out to Acuity Trading to request a complete list of Metadata Identifiers and their descriptions.
Product Codes
Product Codes help with grouping certain content types together. Often when applying permissions to accounts, product codes are used to include or restrict specific content sets. It can be very useful to use these groupings in addition to other identifiers to find relevant content.
Statistical Identifiers
Statistical Identifiers can be used to search for news related to various macroeconomic indicators. For example, there is a code that can be used to search for "UK GDP Quarterly" reports: S/UKGQ.
Market Identifiers
Market Identifiers contain individual currency codes that can be used to search for content on those currencies. Please note, that certain large currency pairs, like EURUSD, have their own dedicated code, that is usually provided in the Industries code list.
Government Identifiers
Government Identifiers can be used to search for content that is created by or is about governmental sources, such as the Fed.
Article Delivery Schedule
Articles are delivered in real time. As soon as the Dow Jones service pushes the articles out to Acuity (via a TCP connection), Acuity pushes out the content via the WebSockets API.
Story Chaining
Frequently, Dow Jones publishes a story in multiple “takes”. Each take is a separate news message. Each take consists of a headline with or without text. Together, the takes make up the complete story. The process of linking the takes together to assemble the complete story is called “chaining”.
Chaining can cross days. Some messages that make up a story may be transmitted one day and other segments may be transmitted on other days.
When stories are chained together, they share the same accession number. The accession number is an article identifier and it helps figure out if a particular story is part of a chain.
Article chains are not always the same as story updates. There might be some important stories published with "Update" in the title, but that are not actually part of the same chain. These stories are published as separate articles on the wire.
When displaying chained articles, it is necessary to group them together (as if showing a single article with several subheadings / text pieces inside). This way it is going to be a lot easier for your users to follow the story (instead of displaying this as separate articles)
Chaining Example
[
{
"Id": "dn20230509002239",
"Title": "Sibanye-Stillwater Lowers 2023 US Platinum Group Metals Production Outlook; 1Q Earnings Fell",
"Date": "2023-05-09T07:17:00Z",
"AccessionNumber": 20230509001626
},
{
"Id": "dn20230509001736",
"Title": "Sibanye Stillwater Revises 2023 PGM Production to Between 460,000-480,000 Ounces",
"Date": "2023-05-09T06:52:00Z",
"AccessionNumber": 20230509001626
},
{
"Id": "dn20230509001668",
"Title": "Sibanye Stillwater: 1Q Americas PGM Production 100,690 Ounces",
"Date": "2023-05-09T06:47:00Z",
"AccessionNumber": 20230509001626
},
{
"Id": "dn20230509001662",
"Title": "Sibanye Stillwater: 1Q SA Gold Production 200,267 Ounces",
"Date": "2023-05-09T06:46:00Z",
"AccessionNumber": 20230509001626
},
{
"Id": "dn20230509001645",
"Title": "Sibanye Stillwater: US PGM Operations to See Rreduced Production, Elevated Costs for 2023",
"Date": "2023-05-09T06:44:00Z",
"AccessionNumber": 20230509001626
},
{
"Id": "dn20230509001631",
"Title": "Sibanye Stillwater: SA PGM Operations Hit by Prices, Localised Operational Challenges",
"Date": "2023-05-09T06:42:00Z",
"AccessionNumber": 20230509001626
},
{
"Id": "dn20230509001629",
"Title": "Sibanye Stillwater: SA Gold Operations Return to Profitability",
"Date": "2023-05-09T06:41:00Z",
"AccessionNumber": 20230509001626
},
{
"Id": "dn20230509001626",
"Title": "Sibanye Stillwater Ltd 1Q Adjusted Ebitda $441M",
"Date": "2023-05-09T06:41:00Z",
"AccessionNumber": 20230509001626
}
]
The above JSON contains an example of chained articles. These are 9 pieces that are pushed out on the wire separately, usually in a fairly rapid succession.
There are a few characteristics of the chain that you can use:
- The articles have unique article IDs, but share the same Accession Number.
- Many of the articles in the chain are going to contain only the headline, or a very short snippet of the article text. This is done to ensure that important content is pushed out to the users as quickly as possible, with more detailed updates to follow later. If it's a very short piece, it will usually be marked as Flash.
Matching Articles with Instruments
One of the most common tasks that the News API is used for is to match the news articles with financial instruments in order to show relevant content on instrument-specific pages.
There are multiple ways to match articles to instruments and they usually depend on the asset class and whether or not Acuity has a particular asset in its asset list.
Stocks / ETFs
Stocks/ETFs are passed in the Metadata fields as part of every article. If the article is not about stocks/ETFs, the company codes or ISIN codes fields are not going to be present.
The stocks/ETFs identifiers are provided in the following metadata fields:
- djn-company - this field includes the Dow Jones Ticker symbols that the article is about
- djn-company-sig - this field includes Dow Jones Ticker symbols with the different significance level to the article. For example, the article might be about Apple, but might simply mention in passing another company. In this case, AAPL will have both the @mentioned and @about attributes set to Y, and the other company will have only the @mentioned attribute.
- djn-isin - this field contains the ISIN (International Securities Identification Numbers) of the companies the article is about
- djn-isin-sig - this field, like the djn-company-sig field, contains all ISIN with their significance level to the article, and the @mentioned and @about attributes are provided in the same way.
Therefore when parsing the article fields, please refer to the above mentioned 4 fields to identify which article covers which stock/ETF.
Significance Coding
As we've mentioned the significance level of certain instruments to the article, it's worth providing some extra detail about this concept.
Dow Jones has enhanced the metadata applied to corporate stories, adding new tags that make it easier for subscribers to focus on the most-important headlines and articles about companies they follow. Company symbols referenced in stories will be tagged with significant, about or mentioned.
We tag as significant any breaking news that is important to a given company or companies. If the news isn’t particularly significant to a company, we apply the about tag. And companies that are referenced in passing and are not a story’s main subjects we tag as mentioned.
Methodology
- Company codes and ISINs are marked as mentioned, about, and significant.
- The new attributes are hierarchical and are assigned as follows:
a. When a company is tagged as significant, it will also always be tagged with about and mentioned.
b. When a company is tagged as about, it will also always be tagged as mentioned. - Dow Jones and Wall Street Journal editors have defined when a company should be marked with these new tags.
- In addition to the individual company tagging, the stories themselves will be coded for significance and aboutness: Product code P/SIC indicates that the story is significant for at least one of the companies mentioned and Product code P/ABO indicates that the story is about at least one company. Note: Stories that are coded with either P/SIC or P/ABO may contain metadata for multiple companies, and the presence of these codes does not indicate that the story is significant for — or about — every company referenced in the article.
Other Asset Classes
Other asset classes currently do not have the same code-significance system as the stocks/ETFs do, so it will be necessary to use a slightly different approach to match them to the news.
The API can return an element containing Acuity Asset IDs that match the article as part of the response (if requested at the request level). The request parameter that handles this is called FillAssetInfo and needs to be set to True to return this information.
Here's an example of how this looks in the API:
{
"AssetIds": [3, 18, 28, 50, 58],
"AssetClassIds": [6, 8, 10027]
}
To match these assets to asset names and other data, please request a complete asset list from Acuity when starting to use the API.
Data Schema
Element |
Definition |
Parent Element |
---|---|---|
msize="000004221" |
The size in bytes between the djnml tags (inclusive). The MD5 hash value is calculated for this content. |
doc |
md5="d1723aa4b507d68f5ee9784415519b6f" |
MD5 (Message-Digest Algorithm) hash value used to check data integrity. |
doc |
sysId="sbknwsdcmn2p1" |
Dow Jones Distribution Server ID. |
doc |
destination="AW" |
The destination address identifies the feed recipients to whom a given message is addressed. A transmission being sent to all sites would have the destination address “AW". For retransmission, the destination address would have the 4 character Distributor ID that is intended to identify a particular receiver. |
doc |
distId="AMD6" |
Unique 4 character Dow Jones Distribution Feed ID assigned for this receiver. |
doc |
transmission-date="20140612T123013Z" |
Date (YYYYMMDD) and time (hhmmss) this message was received by Feed Recipient. “Z" indicates the time is in GMT. Time is in 24 hour format. |
doc |
Publisher="DJN" |
Publisher of this article, “DJN". |
doc.djnml |
docdate="20140612" |
Publish date of this article in YYYYMMDD format |
doc.djnml |
product="DN" |
Product ID where this article was carried, i.e. “DN" |
doc.djnml |
seq="4544" |
A unique message sequence number that identifies this article. Message sequence number starts each day with “1" for each product and increments by 1 until the last message of the day. |
doc.djnml |
xml:lang="en-us" |
language |
doc.djnml |
year="2014" |
If this tag is present in the news messages, the copyright information must be integrated into the story text when displaying the news. Some third party content may not include copyright tag. |
doc.djnml.head.copyright |
holder="Dow Jones& Company, Inc." |
Dow Jones & Company, Inc. |
doc.djnml.head.copyright |
news-source="DJDN" |
This is 4 character News Source where this article is published. |
doc.djnml.head.docdata.djn.djn-newswires |
origin="DJ" |
The article origin is always “DJ" |
doc.djnml.head.docdata.djn.djn-newswires |
service-id="CO" |
Currently, there are 2 service classes. “CO" for all News and Admin messages except for the retransmissions. “RS" is assigned for retransmission messages. |
doc.djnml.head.docdata.djn.djn-newswires |
djn-press-cutout |
Used by DJ internal |
doc.djnml.head.docdata.djn.djn-newswires |
djn-urgency |
Defaults to 0. |
doc.djnml.head.docdata.djn.djn-newswires |
Brand="DJ" |
DJ Branding |
doc.djnml.head.docdata.djn.djn-newswires.djn-mdata |
temp-perm="P" |
If value="P", this article is permanent and should be kept in the database until it reaches its appropriate retention period. If value="T", this news message is a temporary article. Temporary articles should be purged after 2 business days. |
doc.djnml.head.docdata.djn.djn-newswires.djn-mdata |
retention="N" |
If value = “N", this article may be retained in the database for normal retention period of 400 days. |
doc.djnml.head.docdata.djn.djn-newswires.djn-mdata |
hot="Y" |
If value="Y", this article is deemed “important" or “timely" in some way. |
doc.djnml.head.docdata.djn.djn-newswires.djn-mdata |
original-source="FW" |
Specifies the original source where this story was published. |
doc.djnml.head.docdata.djn.djn-newswires.djn-mdata |
accession-number="20140612004516" |
Accession number is a 14 byte numeric number consists of date (YYYYMMDD) & message sequence number (ssssss). Accession number is used for constructing story “chaining" for multiple take stories. |
doc.djnml.head.docdata.djn.djn-newswires.djn-mdata |
Page-citation="" |
This attribute contains page number of the print publication where this article ran, such as The Wall Street Journal or Barron’s. |
doc.djnml.head.docdata.djn.djn-newswires.djn-mdata |
display-date="20140612T1230Z" |
This attribute contains the display date and time to be used when this headline is displayed. Time is in GMT 24 hour format (hhmm) and can be converted to the local time. |
doc.djnml.head.docdata.djn.djn-newswires.djn-mdata |
djn-company |
Contains company symbol(s) relevant to this story. |
doc.djnml.head.docdata.djn.djn-newswires.djn-mdata.djn-coding |
djn-company-sig |
If this option is turned on, it contains company symbol(s) significant to this story. |
doc.djnml.head.docdata.djn.djn-newswires.djn-mdata.djn-coding |
djn-isin |
Contains ISIN code(s). |
doc.djnml.head.docdata.djn.djn-newswires.djn-mdata.djn-coding |
djn-isin-sig |
If this option is turned on, it contains ISIN code(s) that are significant to this story. |
doc.djnml.head.docdata.djn.djn-newswires.djn-mdata.djn-coding |
djn-industry |
Contains Dow Jones Category code classification for Industry (I/). |
doc.djnml.head.docdata.djn.djn-newswires.djn-mdata.djn-coding |
djn-government |
Contains Dow Jones Category code classification for Government (G/). |
doc.djnml.head.docdata.djn.djn-newswires.djn-mdata.djn-coding |
djn-page |
Contains Dow Jones Category code classification for Page/Numeric. |
doc.djnml.head.docdata.djn.djn-newswires.djn-mdata.djn-coding |
djn-subject |
Contains Dow Jones Category code classification for Subject (N/). |
doc.djnml.head.docdata.djn.djn-newswires.djn-mdata.djn-coding |
djn-market |
Contains Dow Jones Category code classification for Market Sector (M/). |
doc.djnml.head.docdata.djn.djn-newswires.djn-mdata.djn-coding |
djn-product |
Contains Dow Jones Category code classification for Product/Services (P/). |
doc.djnml.head.docdata.djn.djn-newswires.djn-mdata.djn-coding |
djn-geo |
Contains Dow Jones Category code classification for Region (R/). |
doc.djnml.head.docdata.djn.djn-newswires.djn-mdata.djn-coding |
djn-stat |
Contains Dow Jones Category code classification for Statistical (S/). |
doc.djnml.head.docdata.djn.djn-newswires.djn-mdata.djn-coding |
djn-journal |
Contains Dow Jones Category code classification for Wall Street Journal (J/). |
doc.djnml.head.docdata.djn.djn-newswires.djn-mdata.djn-coding |
body |
Contents included in the body element are the headline and the text of the story and requires some assembly before displayed. Headline and story text must be displayed in its entirety without any alteration or truncation. |
doc.djnml |
headline |
Headline must be displayed with all the attributes included within headline element. The headline element may contain attributes prefix and/or brand-display, but always contain headline of the story. prefix="*" denotes this news message contains headline only and does not contain story text. |
doc.djnml.body |
text |
Story text can be found in text element. Standard HTML tags p and pre are used for text formatting. When displaying story text, all DJ articles must show copyright information when copyright tag is included in the news message. Not all articles include Copyright tag, but when they are included in the news message, it can be found in the head element. |
doc.djnml.body |
AssetIds |
List of Acuity Asset IDs that covers instruments that were mentioned in the article. |
doc |
AssetClassIds |
List of Acuity Asset Class IDs that refer to the Assets mentioned in the article. |
doc |
Data Format
There are two data formats that are currently supported: the full response and the simplified response.
The full response ("ResponseFormat": 0) is a JSON representation of the fields, attributes and values described above in the Data Schema section.
The simplified response ("ResponseFormat:" 1) is a JSON representation of only the required fields from the Data Schema section.
REST API
REST API should generally be used to retrieve Dow Jones News on demand for a specific time period in the past. For real time report retrieval please use the Streaming (WebSocket) API.
Documentation
Overview: https://api.acuitytrading.com/
Swagger URL: https://api.acuitytrading.com/swagger/index.html
Authentication
Documentation URL: https://api.acuitytrading.com/Security
Exchange your username and password for a Bearer token that you can pass with any request. The token is valid for 14 days.
Sample Request
curl -L -X POST "https://api.acuitytrading.com/token" ^
-H "Content-Type: application/x-www-form-urlencoded" ^
--data-urlencode "grant_type=password" ^
--data-urlencode "username=YOUR_USERNAME" ^
--data-urlencode "password=YOUR_PASSWORD"
Sample Response
{
"access_token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiJwcm9kdWN0MiIsImh0dHA6Ly9zY2hlbWFzLmFjdWl0eXRyYWRpbmcuY29tL3dzLzIwMTMvMDgvaWRlbnRpdHkvY2xhaW1zL3VzZXJpZCI6IjU3OSIsImh0dHA6Ly9zY2hlbWFzLmFjdWl0eXRyYWRpbmcuY29tL3dzLzIwMTMvMDgvaWRlbnRpdHkvY2xhaW1zL2FwaWtleasdasdasdYWRpbmcuY29tL3dzLzIwMTMvMDgvaWRlbnRpdHkvY2xhaW1zL2lzYWRtaW5pc3RyYXRvciI6IkZhbHNlIiwianRpIjoiZjNjZGMzOTctMjY3Yy00YzMwLWFhNjMtODM1NzZhMjY1YjgyIiwiaWF0IjoxNjM0MzExNDI0LCJuYmYiOjE2MzQzMTE0MjQsImV4cCI6MTYzNTUyMTAyNCwiaXNzIjoiQWN1aXR5IiwiYXVkIjoiQWN1aXR5QXVkaWVuY2UifQ.-kMs-D4XoVOZSvjmSPVpjdiF3_IWflQU6Z27bPg2D3Q",
"token_type": "bearer",
"expires_in": 1209600,
"userName": "YOUR_USERNAME"
Common Requests
Retrieve all news from a specific time period
Sample request
curl -L -X POST "https://api.acuitytrading.com/api/djnews" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_BEARER_TOKEN" \
-d "{
\"StartDate\": \"2023-05-09\",
\"EndDate\": \"2023-05-10\",
\"LanguageCode\": \"en-GB\",
\"Count\": 100,
\"FillAssetInfo\": true,
\"ResponseFormat\": 0
}"
Sample response is provided in the Appendix.
Retrieve all news about Apple, Tesla, or EURUSD in a particular date range
Sample request
curl -L -X POST "https://api.acuitytrading.com/api/djnews" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_BEARER_TOKEN" \
-d "{
\"StartDate\": \"2023-03-09\",
\"EndDate\": \"2023-05-10\",
\"LanguageCode\": \"en-GB\",
\"AssetIds\": [50],
\"ISINCodes\": [\"US88160R1014\"],
\"Query\": \"AAPL\",
\"Count\": 1000,
\"FillAssetInfo\": true,
\"ResponseFormat\": 0
}"
As you can see, you can request assets using different identifiers in different fields. In the example above I am using the Acuity Asset ID for EURUSD, the ISIN for Tesla, and the Ticker for ISIN.
Tickers can alternatively be provided in the AssetTickerName field. Also, both Tickers and ISINs can be provided in the Query element, for example, like this so: "Query": "AAPL OR US88160R1014"
Retrieve all news about some topics driven by Dow Jones metadata
Sample request
curl -L -X POST "https://api.acuitytrading.com/api/djnews" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_BEARER_TOKEN" \
-d "{
\"StartDate\": \"2023-03-09\",
\"EndDate\": \"2023-05-10\",
\"LanguageCode\": \"en-GB\",
\"Query\": \"(N/HOT OR N/ANL) AND I/CPR\",
\"Count\": 1000,
\"FillAssetInfo\": true,
\"ResponseFormat\": 1
}"
It's possible to pass a query that contains a selection of metadata identifiers to find relevant news articles. The query supports basic logical functions: AND, OR, NOT and it's possible to group terms using parentheses.
The example above searches for all Hot News or Analyst Ratings News in the Computers/Consumer Electronics Industry.
Have a look at some recommendations for topics and other codes in the Appendix - Search Strategies section.
Streaming (WebSocket) API
The purpose of this API is to deliver the Dow Jones news in real time after their publication and/or modification.
Documentation
Overview: https://api.acuitytrading.com/
Streaming API: https://api.acuitytrading.com/Streaming
Dow Jones News: https://api.acuitytrading.com/Streaming#dj-news-parameters
Authentication
To authenticate, you need to pass your API key in the server URL when connecting to Acuity API. Example: wss://api.acuitytrading.com/api/streaming?apiKey=YOUR_API_KEY
Common Subscription Parameters
Each subscription in the Streaming API has the following parameters:
{
"action": "ACTION",
"topic": "TOPIC",
"format": "FORMAT"
}
"action" (string) could be either subscribe or unsubscribe
"topic" (string) could be assets or djnews . Other topics are also supported, but require additional services to be enabled.
"format" (int) - either 0 (full response) or 1 (simplified response). Simplified response delivers only mandatory fields and can be easier to process.
Subscribe to all news
Sample request
{
"action": "subscribe",
"topic": "djnews",
"lang": "en-GB",
"fillAssetInfo": true,
"format": 0
}
Subscribe to news about particular topics
Sample request
{
"action": "subscribe",
"topic": "djnews",
"query": "(N/HOT OR N/ANL) AND I/CPR",
"lang": "en-GB",
"fillAssetInfo": true,
"format": 0
}
This subscription example uses the subject codes for Hot News, Analyst Ratings, and an Industry code for Computers/Consumer Electronics.
Response Samples
Insert message
This message type is sent when a news article is published. Please see a sample message in the Appendix.
Update message
This message is sent when message content needs to be updated. Any part of the article can be updated, for example, just the metadata, or the article text. Find the previously saved article by ID and replace its contents. If no article can be found with the ID, simply add the newly received article to your database. A sample message is provided in the Appendix.
Appendix
REST API Response Sample
Full Response
[
{
"?xml": {
"@version": "1.0",
"@encoding": "ISO-8859-1"
},
"!DOCTYPE": {
"@name": "doc",
"@system": "djnml-1.0b.dtd"
},
"doc": {
"@msize": "000003868",
"@md5": "b40b3ac008f5e49d615e1e19dcd15c5d",
"@sysId": "sbknwsdcmn3p1",
"@destination": "AW",
"@distId": "JLP2",
"@transmission-date": "20230509T142221Z",
"djnml": {
"@publisher": "DJN",
"@docdate": "20230509",
"@product": "DN",
"@seq": "10534",
"@xml:lang": "en-us",
"head": {
"copyright": {
"@year": "2023",
"@holder": "Dow Jones & Company, Inc."
},
"docdata": {
"djn": {
"djn-newswires": {
"@news-source": "DJDN",
"@origin": "DJ",
"@service-id": "CO",
"djn-press-cutout": null,
"djn-urgency": "0",
"djn-mdata": {
"@brand": "DJ",
"@temp-perm": "P",
"@retention": "N",
"@hot": "N",
"@original-source": "T",
"@accession-number": "20230509010534",
"@page-citation": "",
"@display-date": "20230509T1422Z",
"djn-coding": {
"djn-company": {
"c": [
"CTRA",
"EOG",
"FANG"
]
},
"djn-company-sig": {
"c": [
{
"@mentioned": "Y",
"@about": "Y",
"#text": "CTRA"
},
{
"@mentioned": "Y",
"@about": "Y",
"#text": "EOG"
},
{
"@mentioned": "Y",
"@about": "Y",
"#text": "FANG"
}
]
},
"djn-isin": {
"c": [
"US1270971039",
"US25278X1090",
"US26875P1012"
]
},
"djn-isin-sig": {
"c": [
{
"@mentioned": "Y",
"@about": "Y",
"#text": "US1270971039"
},
{
"@mentioned": "Y",
"@about": "Y",
"#text": "US25278X1090"
},
{
"@mentioned": "Y",
"@about": "Y",
"#text": "US26875P1012"
}
]
},
"djn-industry": {
"c": [
"I/EGU",
"I/FSL",
"I/GAS",
"I/OIL",
"I/OIS",
"I/PIP",
"I/XDJGI",
"I/XDJLC",
"I/XISL",
"I/XNQ1",
"I/XNYA",
"I/XOGT",
"I/XRUS",
"I/XSLI",
"I/XSP5"
]
},
"djn-government": {
"c": [
"G/FED",
"G/USG"
]
},
"djn-page": {
"c": [
"1086",
"28028",
"28031",
"4107",
"75024",
"80000",
"8764"
]
},
"djn-subject": {
"c": [
"N/CMDI",
"N/CMR",
"N/DJCS",
"N/DJEN",
"N/DJG",
"N/DJG7",
"N/DJI",
"N/DJN",
"N/DJOS",
"N/DJPF",
"N/DJRT",
"N/DN",
"N/DOI",
"N/DPG",
"N/FXW",
"N/IPR",
"N/MADN",
"N/NRG",
"N/OSAG",
"N/OSCM",
"N/OSFR",
"N/OSME",
"N/OSOV",
"N/OSTR",
"N/WED",
"N/WER",
"N/ALMT",
"N/ANL",
"N/BON",
"N/CBK",
"N/CMD",
"N/CMKT",
"N/CNW",
"N/DJFN",
"N/DJMT",
"N/DJWI",
"N/ECO",
"N/EGY",
"N/EMP",
"N/ENTR",
"N/ENY",
"N/EPR",
"N/FIN",
"N/FXTR",
"N/GENI",
"N/GVU",
"N/HDY",
"N/HIY",
"N/MFO",
"N/MKT",
"N/MON",
"N/NGS",
"N/NMX",
"N/PET",
"N/RMKT",
"N/SDT",
"N/STK",
"N/TPC",
"N/WEI"
]
},
"djn-market": {
"c": [
"M/ENE",
"M/NND",
"M/TPX",
"M/UTI"
]
},
"djn-product": {
"c": [
"P/FXTR",
"P/ABO",
"P/ACMD",
"P/ACTW",
"P/AEI",
"P/AENE",
"P/AEQI",
"P/AFXB",
"P/AFXI",
"P/AFXP",
"P/DJCE",
"P/EQE",
"P/MAAD",
"P/MC1",
"P/MTCN",
"P/MTEN",
"P/MTES",
"P/MTFN",
"P/NAE",
"P/NRG",
"P/PACT",
"P/RCC",
"P/SGN",
"P/USB",
"P/WMAI",
"P/WMMI"
]
},
"djn-geo": {
"c": [
"R/NME",
"R/OK",
"R/TX",
"R/US",
"R/USC",
"R/USS"
]
}
}
}
}
}
}
},
"body": {
"headline": {
"@brand-display": "DJ",
"#text": "\nOil E&P's Seeing Some Much-Needed Deflation Trends -- Market Talk"
},
"text": "<p>\n 1022 ET - Quarterly earnings from oil and gas exploration and production companies highlighted some hopeful signs that stubborn oilfield price-inflation on everything from land to equipment to labor may be seeing some relief. \"Management teams echoed encouraging comments on cost trends,\" says Morgan Stanley in a report. \"Diamondback Energy has seen a moderate decline in raw material prices (sand, diesel and steel) and service costs ... [and] while both EOG Resources and Coterra Energy cited plateauing of oil country tubular goods (OCTG) prices, they don't expect well costs to improve until later this year or 2024.\" The more optimistic shift follows a Dallas Fed quarterly energy survey released in late March that still reflected broad-based gloom over oil patch inflation. (dan.molinski@wsj.com) </p><p>\n (END) Dow Jones Newswires</p><p>\n May 09, 2023 10:22 ET (14:22 GMT)</p>"
}
},
"AssetIds": [
18,
28,
48,
50,
58,
76504,
101828,
102737,
102738,
102739,
102740,
102766,
102768,
102770,
102771,
102772,
102773,
112969,
112970,
112979,
112982,
113189,
113378,
113446,
113497,
114465
],
"AssetClassIds": [
8,
10027,
27,
6
]
},
"id": "dn20230509010534",
"language": "en-gb",
"_rid": "YxRvAOplEVQui5EAAAAAAA==",
"_self": "dbs/YxRvAA==/colls/YxRvAOplEVQ=/docs/YxRvAOplEVQui5EAAAAAAA==/",
"_etag": "\"da00d68a-0000-0d00-0000-645a571d0000\"",
"_attachments": "attachments/",
"_ts": 1683642141
}
]
Simplified Response
[
{
"Id": "dn20230509010534",
"Title": "Oil E&P's Seeing Some Much-Needed Deflation Trends -- Market Talk",
"Content": "<p>\n 1022 ET - Quarterly earnings from oil and gas exploration and production companies highlighted some hopeful signs that stubborn oilfield price-inflation on everything from land to equipment to labor may be seeing some relief. \"Management teams echoed encouraging comments on cost trends,\" says Morgan Stanley in a report. \"Diamondback Energy has seen a moderate decline in raw material prices (sand, diesel and steel) and service costs ... [and] while both EOG Resources and Coterra Energy cited plateauing of oil country tubular goods (OCTG) prices, they don't expect well costs to improve until later this year or 2024.\" The more optimistic shift follows a Dallas Fed quarterly energy survey released in late March that still reflected broad-based gloom over oil patch inflation. (dan.molinski@wsj.com) </p><p>\n (END) Dow Jones Newswires</p><p>\n May 09, 2023 10:22 ET (14:22 GMT)</p>",
"Summary": "<p>\n 1022 ET - Quarterly earnings from oil and gas exploration and production companies highlighted some hopeful signs that stubborn oilfield price-inflation on everything from land to equipment",
"Date": "2023-05-09T14:22:00Z",
"Flash": false,
"Hot": false,
"AccessionNumber": 20230509010534,
"AssetIds": [
18,
28,
48,
50,
58,
76504,
101828,
102737,
102738,
102739,
102740,
102766,
102768,
102770,
102771,
102772,
102773,
112969,
112970,
112979,
112982,
113189,
113378,
113446,
113497,
114465
],
"AssetClassIds": [
8,
10027,
27,
6
],
"Geographies": [
"R/NME",
"R/OK",
"R/TX",
"R/US",
"R/USC",
"R/USS"
]
}
]
Streaming API Response Sample
Insert message
{
"topic": "djnews",
"messageType": "insert",
"id": "dn20230112004915",
"lang": "en-gb",
"doc": {
"@msize": "000002659",
"@md5": "f3f72ec99ce8f260b9c89e6602700ef3",
"@sysId": "sbknwsdcmn3p1",
"@destination": "AW",
"@distId": "JLP2",
"@transmission-date": "20230112T134434Z",
"djnml": {
"@publisher": "DJN",
"@docdate": "20230112",
"@product": "DN",
"@seq": "4915",
"@xml:lang": "en-us",
"head": {
"copyright": {
"@year": "2023",
"@holder": "Dow Jones & Company, Inc."
},
"docdata": {
"djn": {
"djn-newswires": {
"@news-source": "DJDN",
"@origin": "DJ",
"@service-id": "CO",
"djn-press-cutout": null,
"djn-urgency": "0",
"djn-mdata": {
"@brand": "DJ",
"@temp-perm": "P",
"@retention": "N",
"@hot": "N",
"@original-source": "DJMW",
"@accession-number": "20230112004915",
"@page-citation": "",
"@display-date": "20230112T1344Z",
"djn-coding": {
"djn-company": {
"c": "TMUS"
},
"djn-company-sig": {
"c": {
"@mentioned": "Y",
"@about": "Y",
"#text": "TMUS"
}
},
"djn-isin": {
"c": "US8725901040"
},
"djn-isin-sig": {
"c": {
"@mentioned": "Y",
"@about": "Y",
"#text": "US8725901040"
}
},
"djn-industry": {
"c": [
"I/CTS",
"I/TLS",
"I/XDJGI",
"I/XDJLC",
"I/XFCS",
"I/XNQ1",
"I/XRUS",
"I/XSLI",
"I/XSP1",
"I/XSP5",
"I/XSTT"
]
},
"djn-subject": {
"c": [
"N/DJEN",
"N/DJG",
"N/DJGP",
"N/DJGS",
"N/DJGV",
"N/DJI",
"N/DJIB",
"N/DJIV",
"N/DJN",
"N/DJPT",
"N/DJQA",
"N/DJRT",
"N/DN",
"N/FNVW",
"N/MADN",
"N/WED",
"N/WER",
"N/CNW",
"N/DJPN",
"N/DJWI",
"N/FCTV",
"N/HIY",
"N/MKWH",
"N/WEI"
]
},
"djn-market": {
"c": [
"M/NND",
"M/TEL"
]
},
"djn-product": {
"c": [
"P/ABO",
"P/AEI",
"P/AEQI",
"P/FNVW",
"P/MAAD",
"P/MAST",
"P/MC1",
"P/MCT",
"P/MPON",
"P/NAE",
"P/PSH",
"P/RCC",
"P/SGN",
"P/WMAI"
]
},
"djn-geo": {
"c": [
"R/NME",
"R/TX",
"R/US",
"R/USS"
]
}
}
}
}
}
}
},
"body": {
"headline": {
"@brand-display": "DJ",
"#text": "\nUpdate: T-Mobile Considering Acquisition Of Ryan Reynolds-backed Mint Mobile: Report -- MarketWatch"
},
"text": "<p>\n T-Mobile US Inc. is considering acquiring Mint Mobile, a budget wireless operator backed by actor Ryan Reynolds, Bloomberg News reported, citing people familiar with the matter. Talks have been held but no final decision has been made and the closely held company could decide to remain independent or sell to another party, the people said. Reynolds owns a 25% stake in the company, which offers budget cell phone plans on the T-Mobile network that start at $15 a month. Reynolds has been plugging the product in TV ads. T-Mobile stock has gained 34% in the last 12 months, while the S&P 500 has fallen 16%. </p><p>\n -Ciara Linnane </p><pre>\n For more from MarketWatch: http://www.marketwatch.com/newsviewer </pre><p>\n (END) Dow Jones Newswires</p><p>\n January 12, 2023 08:44 ET (13:44 GMT)</p>"
}
},
"AssetIds": [
18,
28,
50,
58,
101828,
102737,
102738,
102739,
102740,
102766,
102768,
102770,
102771,
102772,
102773,
112969,
112970,
112982,
113104,
114465
],
"AssetClassIds": [
8,
10027,
6
]
}
}
Update message
{
"topic": "djnews",
"messageType": "update",
"id": "dn20230112004874",
"lang": "en-gb",
"doc": {
"@msize": "000005469",
"@md5": "a6ec6a87cc1a8d2ca63bce8b6a5dcfb1",
"@sysId": "sbknwsdcmn3p1",
"@destination": "AW",
"@distId": "JLP2",
"@transmission-date": "20230112T134137Z",
"djnml": {
"@publisher": "DJN",
"@docdate": "20230112",
"@product": "DN",
"@seq": "4874",
"@xml:lang": "en-us",
"head": {
"copyright": {
"@year": "2023",
"@holder": "Dow Jones & Company, Inc."
},
"docdata": {
"djn": {
"djn-newswires": {
"@news-source": "DJDN",
"@origin": "DJ",
"@service-id": "CO",
"djn-press-cutout": null,
"djn-urgency": "0",
"djn-mdata": {
"@brand": "DJ",
"@temp-perm": "P",
"@retention": "N",
"@hot": "N",
"@original-source": "DJDN",
"@accession-number": "20230112004874",
"@page-citation": "",
"@display-date": "20230112T1341Z",
"djn-coding": {
"djn-company-sig": {
"c": [
{
"@mentioned": "Y",
"#text": "BBBY"
},
{
"@mentioned": "Y",
"#text": "CRM"
},
{
"@mentioned": "Y",
"#text": "GS"
},
{
"@mentioned": "Y",
"#text": "MCD"
}
]
},
"djn-isin-sig": {
"c": [
{
"@mentioned": "Y",
"#text": "US0758961009"
},
{
"@mentioned": "Y",
"#text": "US38141G1040"
},
{
"@mentioned": "Y",
"#text": "US5801351017"
},
{
"@mentioned": "Y",
"#text": "US79466L3024"
}
]
},
"djn-government": {
"c": [
"G/LBR",
"G/USG"
]
},
"djn-subject": {
"c": [
"N/BKG",
"N/CMDI",
"N/CMR",
"N/DJCS",
"N/DJEN",
"N/DJG",
"N/DJG7",
"N/DJGP",
"N/DJGS",
"N/DJGV",
"N/DJI",
"N/DJIB",
"N/DJIV",
"N/DJMB",
"N/DJMS",
"N/DJN",
"N/DJOS",
"N/DJRT",
"N/DN",
"N/EWR",
"N/FNVW",
"N/FXW",
"N/MADN",
"N/OSAG",
"N/OSCM",
"N/OSFF",
"N/OSFR",
"N/OSME",
"N/OSTR",
"N/WED",
"N/WER",
"N/DJFN",
"N/DJWI",
"N/ECO",
"N/FCTV",
"N/FXTR",
"N/GENI",
"N/GVU",
"N/LAB",
"N/TSY"
]
},
"djn-market": {
"c": "M/NND"
},
"djn-product": {
"c": [
"P/FXTR",
"P/ACMD",
"P/AEI",
"P/AEQI",
"P/AFXB",
"P/AFXI",
"P/AFXP",
"P/EIE",
"P/FNVW",
"P/GUTE",
"P/MAST",
"P/MC1",
"P/MEN",
"P/METH",
"P/NIB",
"P/NIP",
"P/RCC",
"P/WJN",
"P/WMMI"
]
},
"djn-geo": {
"c": [
"R/NME",
"R/US"
]
}
}
}
}
}
}
},
"body": {
"headline": {
"@brand-display": "DJ",
"#text": "\nU.S. Jobless Claims Edge Down in First Week of Year -- WSJ"
},
"text": "<p>\n By Bryan Mena </p><pre></pre><p>\n Applications for unemployment insurance fell slightly in the first week of 2023, reflecting a still tight labor market. </p><p>\n Initial jobless claims, a proxy for layoffs, fell by 1,000 to a seasonally adjusted 205,000 last week, the Labor Department said Thursday. Claims had trended higher since touching near record lows early in 2022, but continue to hover near prepandemic levels. </p><p>\n Seasonally adjusted jobless claims numbers tend to fluctuate during holiday periods. The most recent data captured the week of the New Year's holiday. The four-week moving average of weekly claims, which smooths out volatility, fell to 212,500, a decrease of 1,750 from the prior week. In 2019, the year before the pandemic began, claims averaged about 220,000 a week. </p><p>\n The U.S. labor market remains strong, but has gradually lost steam in recent months. Employers added 223,000 jobs in December, the smallest gain in two years. And there were 10.5 million job openings in November, down from the peak 11.9 million in March, but well more than the number of unemployed Americans seeking work. </p><p>\n The unemployment rate fell to 3.5% in December, matching the half-century low reached earlier in 2022 and in early 2020 just before the pandemic. </p><p>\n \"The labor market is still really tight but the economy's momentum has already been weakening and it will become even weaker\" in the second quarter of 2023, said Kathy Bostjancic, chief economist at insurance and financial services firm Nationwide. </p><p>\n The economy has slowed as the Federal Reserve raised its benchmark short-term interest rate aggressively last year, in an attempt to fight historically high inflation. Officials have signaled their intention to lift the rate above 5% in 2023. The rate started 2022 near zero. </p><p>\n Some large companies have recently laid off workers or announced job cuts, including Goldman Sachs Group Inc. and Salesforce Inc. Many layoffs have come in the interest-rate sensitive technology and finance sectors, but in some cases are spreading beyond. </p><p>\n Home-goods retailer Bed Bath & Beyond Inc. is planning an unspecified number of job cuts, Chief Executive Sue Gove said Wednesday. The company is in the process of closing about 150 underperforming stores, a plan that it announced in late August when it had more than 700 locations. McDonald's Corp. said last week that it was planning to make \"difficult\" decisions about changes to its corporate staffing levels by April. </p><p>\n Workers generally can't seek jobless benefits until after they separate from the company, which can be weeks after the layoff announcement. Also, some workers might quickly find new jobs in a still-tight labor market and forgo seeking benefits. </p><p>\n Continuing claims, which reflect the number of people seeking ongoing unemployment benefits, ticked down to 1.63 million, a decrease of 63,000, in the week ended Dec. 31. While continuing claims remain at low levels, they moved somewhat higher during the fall months, which could indicate that it is taking unemployed Americans longer to find new positions. </p><p>\n Write to Bryan Mena at bryan.mena@wsj.com </p><pre></pre><p>\n (END) Dow Jones Newswires</p><p>\n January 12, 2023 08:41 ET (13:41 GMT)</p>"
}
},
"AssetIds": [
18,
28,
50,
58,
101828,
102737,
102738,
102739,
102740,
102766,
102768,
102770,
102771,
102772,
102773,
112969,
112970,
114465
],
"AssetClassIds": [
8,
10027
]
}
}
Content Search Strategy Recommendations
Highlights of Dow Jones Institutional News
Code |
Code Type |
Description |
---|---|---|
N/HOT |
Subject |
Today’s Hot, Market-Moving News |
N/HOH |
Subject |
Headline Summaries |
N/DJMT |
Subject |
DJ Market Talk – Streaming comment on market moves and what insiders are saying |
P/PMDM |
Product |
Dow Jones Exclusives |
N/DJTA |
Subject |
Dow Jones Technical Analysis |
N/ENTR |
Subject |
Dow Jones in-depth reports and features |
N/SUM |
Subject |
Morning/Midday Briefings – Europe, US and Asia |
N/CAL |
Subject |
Calendars – Economic, Earnings, Corporate |
N/POV |
Subject |
One- stop for exclusive Dow Jones analysis of the issues and events driving markets around the globe |
Tap All the Global Resources of Dow Jones
Code |
Code Type |
Description |
---|---|---|
N/WLS |
Subject |
The Wall Street Journal |
N/WJE |
Subject |
The Wall Street Journal Europe |
N/AWJ |
Subject |
The Wall Street Journal Asia |
N/BRNO |
Subject |
Barron’s Online |
J/ITZ |
WSJ Identifier |
Barron's European Trader |
Discover Investment & Deal Ideas
Code |
Code Type |
Description |
---|---|---|
N/DVT |
Subject |
Divestitures |
N/HGF |
Subject |
Hedge Fund News |
N/VCF |
Subject |
Venture Capital including the column Something Ventured – Opportunities and trends in Venture Capital |
N/PVT |
Subject |
Private Placements |
N/PZN |
Subject |
Privatization |
Get an Edge with Unsurpassed Corporate News
Code |
Code Type |
Description |
---|---|---|
N/CNW |
Subject |
All Company News |
N/ADR |
Subject |
ADRs |
N/ANL |
Subject |
Analysts' Comments & Ratings of Stocks |
N/TST |
Subject |
Anti-Trust News |
N/BCY |
Subject |
Bankruptcy News & Filings |
N/CEO |
Subject |
CEO Interviews |
N/DIV |
Subject |
Dividend News |
N/ERN |
Subject |
Earnings |
N/EPV |
Subject |
Earnings Previews |
N/ERP |
Subject |
Earnings Projections |
N/INI |
Subject |
Initial Public Offerings (IPOs) |
N/ISD |
Subject |
Insider Buying & Selling |
N/JVN |
Subject |
Joint Ventures |
N/LAB |
Subject |
Labor, Unions, Strikes |
N/TNM |
Subject |
Acquisitions (M&A), Takeovers |
N/REG |
Subject |
Bond & Stock Registrations |
N/BBK |
Subject |
Buybacks |
N/PER |
Subject |
Personnel Announcements |
N/SPL |
Subject |
Stock Splits |
React Quickly to Economic News & Indicators
Code |
Code Type |
Description |
---|---|---|
N/ECO |
Subject |
US Economic News and Indicators |
N/GENI |
Subject |
Global Economic Indicators |
N/IEN |
Subject |
International Economic News |
N/CEM |
Subject |
Canadian Economic Indicators |
N/IEI |
Subject |
International Economic Indicators |
N/EIE |
Subject |
Euro-Zone Economic Indicators |
Track Central Bank News & Analysis
Code |
Code Type |
Description |
---|---|---|
N/CBK |
Subject |
Central Bank News |
G/FED |
Government |
Federal Reserve news |
G/CNBK |
Government |
Bank of Canada News |
N/ECB |
Subject |
European Central Bank news |
G/JABJ |
Government |
Bank of Japan News and the column BOJ Watch, an occasional column that looks at key issues and how they affect the outlook for Japanese monetary policy and actions of the Bank of Japan. |
G/UKBK |
Government |
Bank of England news |
Uncover Ideas with Dow Jones Analysis of Global Macroeconomics
Code |
Code Type |
Description |
---|---|---|
N/OTL |
Subject |
The Outlook - A weekly column that explores trends and themes affecting economies around the world. |
Interpret Fluctuations in Currency Markets
Code |
Code Type |
Description |
---|---|---|
N/FRX |
Subject |
Foreign Exchange News |
N/FXMT |
Subject |
DJ Market Talk – Forex |
N/FXC |
Subject |
Foreign Exchange Commentary including Money Talks |
N/COP |
Subject |
Currency Options |
N/EXC |
Subject |
Exotic Forex Commentary |
I/EURUS |
Industry |
Coverage of EUR/USD |
I/EURGB |
Industry |
Coverage of EUR/GBP |
I/GBPUS |
Industry |
Coverage of GBP/USD |
I/USDCA |
Industry |
Coverage of USD/CAD |
I/USDJP |
Industry |
Coverage of USD/JPY |
I/AUDUS |
Industry |
Coverage of AUD/USD |
I/NZDUS |
Industry |
Coverage of NZD/USD |
Follow Energy Statistics & Indexes
Code |
Code Type |
Description |
---|---|---|
S/DOE |
Statistical |
US Department of Energy Weekly Data |
S/API |
Statistical |
API Weekly Data |
N/EPR |
Subject |
Energy Prices |
Forecast Trends in Commodities
Code |
Code Type |
Description |
---|---|---|
N/CMM |
Subject |
Cash Commodity Commentary |
J/CMC |
WSJ Identifier |
Commodities Corner – Barron’s |
N/JNL N/CMD |
Subject |
Commodities Report – The Wall Street Journal |
N/GPC |
Subject |
Gold Prices & Commentary |
N/PCS |
Subject |
Metals – Precious |
N/SVR |
Subject |
Silver |
N/AGC |
Subject |
Agricultural |
Follow Impact of Global News on Equity Markets
Code |
Code Type |
Description |
---|---|---|
N/ELX |
Subject |
Elections |
N/GEN |
Subject |
General News |
N/MLT |
Subject |
Military |
N/WTH |
Subject |
Weather |
Identify Trends with In-depth Industry Coverage
Code |
Code Type |
Description |
---|---|---|
I/ARO |
Industry |
Aerospace and Defense |
I/AIR |
Industry |
Airlines |
I/AUT |
Industry |
Automobiles |
I/BNK |
Industry |
Banking |
I/BVG |
Industry |
Beverages |
I/BLD |
Industry |
Building Materials & Fixtures |
I/CHM |
Industry |
Chemicals |
I/CLO |
Industry |
Clothing, Apparel |
I/HOU |
Industry |
Consumer & Household Products |
I/ELE |
Industry |
Electronics |
I/ENT |
Industry |
Entertainment |
I/FOD |
Industry |
Food |
I/HEA |
Industry |
Health Care, Hospitals |
I/HOM |
Industry |
Home Construction |
I/INS |
Industry |
Insurance |
I/SCR |
Industry |
Investment Services |
I/MED |
Industry |
Media |
M/ENE |
Industry |
Oil & Gas / Energy Sector |
I/DRG |
Industry |
Pharmaceuticals |
I/PUB |
Industry |
Publishing |
I/RAI |
Industry |
Railroads |
I/REL |
Industry |
Real Estate Investments |
I/SAP |
Industry |
Retailing- Apparel |
I/RTB |
Industry |
Retailing - Broadline |
I/RTS |
Industry |
Retailing - Speciality |
I/SOF |
Industry |
Software |
I/TRK |
Industry |
Trucking |
M/UTI |
Market Sector |
Utilities |
Spot Trends with Equity Trading News, Indexes & Statistics
Code |
Code Type |
Description |
---|---|---|
N/SMC |
Subject |
Global Stock Market News & Commentary |
N/NYH |
Subject |
Hot/Volatile Stocks |
R/ASI N/SMC |
Region/Subject |
Asia Stock Market Comment |
R/EU N/SMC |
Region/Subject |
Europe Stock Market Comment |
N/NYS |
Subject |
US Stock Market News & Commentary |
N/TOR |
Subject |
Canadian Stock Market Commentary |
R/UK N/SMC |
Region/Subject |
London Stock Market Comment |
R/RS N/SMC |
Region/Subject |
Russia Stock Market Comment |
R/JA N/SMC |
Region/Subject |
Tokyo Stock Market Comment |
S/STT |
Statistical |
Stock Market Statistics |
S/ACT |
Statistical |
Most Actives |
5007 |
Subject |
Global Stock Indexes |
N/MMM |
Subject |
Major Market Moving Stocks |
Uncover Ideas with Dow Jones Analysis of Equity Markets
Code |
Code Type |
Description |
|
---|---|---|---|
N/DJMT R/EU |
Subject/Region |
DJ Market Talk Europe |
|
N/DJMT R/US |
Subject/Region |
DJ Market Talk US |
|
N/DJMT R/FE |
Subject/Region |
DJ Market Talk Asia |
|
N/AOT |
Subject |
Ahead of the Tape – Daily preview and analysis of news that WSJ expects to move markets |
|
N/HRD |
Subject |
Heard on the Street – Analysis and insight on companies, investments and macro themes critical to investors and markets |
|
N/ENTR N/STK |
Subject |
Exclusive analysis on companies |
|
N/POV N/SMC |
Subject |
Taking Stock – A unique and sophisticated look at the major stock markets around the globe |
Asset Management: A Wealth of Coverage
Code |
Code Type |
Description |
---|---|---|
N/ETF |
Subject |
Exchange-Traded Funds |
N/FND |
Subject |
Mutual Funds |
N/PEN |
Subject |
Pension Funds |
N/HGF |
Subject |
Hedge Funds |
Target News on Global Bond & Money Markets
Code |
Code Type |
Description |
---|---|---|
N/BON |
Subject |
Bonds |
N/CVT |
Subject |
Convertibles |
N/COB |
Subject |
Corporate Debt |
N/DRV |
Subject |
Derivatives |
N/FRX |
Subject |
Foreign Exchange |
N/HIY |
Subject |
High Yield |
N/MOR |
Subject |
Mortgages |
N/MUN |
Subject |
Municipal Bonds |
CADAY N/BON |
Subject |
Canadian Bond Comment |
R/JA N/BON |
Subject/Region |
Japan Government Bond Comment |
N/TPC |
Subject |
US Treasuries |
R/EU N/BON |
Subject/Region |
European Government Bond Comment |
N/FXC |
Subject |
World Forex Comment |
Anticipate Debt Market Moves with Dow Jones Analysis
Code |
Code Type |
Description |
---|---|---|
N/SUM |
Subject |
US Morning Briefing – Start your day with perspective across asset classes |
J/CRD |
WSJ Identifier |
Credit Markets from The Wall Street Journal |
N/ENTR N/GENI |
Subject |
Exclusive Analysis on Economic News |
Be Prepared with Global Energy News & Analysis
Code |
Code Type |
Description |
---|---|---|
N/TTN |
Subject |
Energy Top News |
N/EGY |
Subject |
Energy Commentary |
I/OIL |
Industry |
Oil |
N/PET |
Subject |
Oil – Crude & Petroleum Products |
I/AFL |
Industry |
Alternative Fuels |
N/BFL |
Subject |
Biofuels |
N/RNW |
Subject |
Fuel – Renewable |
N/NUK |
Subject |
Nuclear Power Energy |
N/WTH |
Subject |
Weather |
Focus on Regional News & Events
Code |
Code Type |
Description |
---|---|---|
R/AF |
Region |
Africa |
R/ASI |
Region |
Asia |
R/ASA |
Region |
Australia |
R/BR |
Region |
Brazil |
R/CN |
Region |
Canada |
R/CME |
Region |
Central America |
R/CH |
Region |
China |
R/EEU |
Region |
Eastern Europe |
R/EU |
Region |
Europe |
R/FR |
Region |
France |
R/GE |
Region |
Germany |
R/II |
Region |
India |
R/IR |
Region |
Iran |
R/IZ |
Region |
Iraq |
R/ITA |
Region |
Italy |
R/JA |
Region |
Japan |
R/LTM |
Region |
Latin America |
R/MX |
Region |
Mexico |
R/ML |
Region |
Middle East |
R/NL |
Region |
Netherlands |
R/RS |
Region |
Russia |
R/SCA |
Region |
Scandinavia |
R/SN |
Region |
Singapore |
R/SSA |
Region |
South-east Asia |
R/SK |
Region |
South Korea |
R/SP |
Region |
Spain |
R/SW |
Region |
Sweden |
R/SZ |
Region |
Switzerland |
R/UK |
Region |
United Kingdom |
R/US |
Region |
United States |
Uncover Ideas with Dow Jones Analysis of Global Geo-Political News
Code |
Code Type |
Description |
---|---|---|
N/CPJ |
Subject |
A column by Washington bureau chief Gerald Seib that brings an insightful, predictive and original rates and capital markets. |
N/CWL |
Subject |
China’s World is penned by Andrew Browne, a senior WSJ correspondent and columnist who was a member of the team of reporters in Beijing that won the Pulitzer Prize for international reporting in 2007. China’s World focuses on the challenges that China faces in becoming a global power. |
Keep Pace with Financial Industry News
Code |
Code Type |
Description |
---|---|---|
I/SCR |
Industry |
Securities Industry |
I/BNK |
Industry |
Banking |
I/INS |
Industry |
Insurance |
N/XCH |
Subject |
Exchange News |
I/FIS |
Industry |
Financial Services |
N/RGU |
Subject |
Securities Regulations |
G/SEC |
Government |
Securities and Exchange Commission |
Monitor Political, Trade & Monetary Organizations News
Code |
Code Type |
Description |
---|---|---|
N/PLT |
Subject |
Politics |
N/GG8 |
Subject |
G8 |
N/IMF |
Subject |
International Monetary Fund |
N/OPC |
Subject |
OPEC |
N/WLB |
Subject |
World Bank |
N/WTO |
Subject |
World Trade Organization |
Examine Technical Trends Across Asset Classes
Code |
Code Type |
Description |
---|---|---|
N/DJTA |
Subject |
All Technical Analysis columns, including: European FX, Interest Rates Technicals, Charting Europe, Charting Asia |
If you haven't found what you're looking for yet, don't worry! Our team is here to assist you.