← APIs / Bloomberg News
Verified

Bloomberg News

Apiosk Basicsby Apiosk Basics · General

Latest Bloomberg news stories: headline, summary, byline, publication time, category and article link. Summaries only, no full article text.

newsapi
Price per request
$0.05
About

One live-checked read operation: the latest Bloomberg stories feed (about 25 stories). Regional lists, ticker stories, story detail, financials and key statistics returned HTTP 406 upstream on 2026-09-14 and are not offered. Small monthly upstream quota.

Base URL
https://gateway.apiosk.com/bloomberg
Technical Specs
Auth Methodnone
Response FormatJSON
Endpoints1
Endpoints
MethodPathDescriptionCost
GET /news/list Latest Bloomberg news stories (about 25): headline, summary, byline, publication time, category such as Markets, Technology or Politics, and article link. Summaries only, not article text.
$0.05 default
View details
Endpoint documentation
GET/news/list
$0.05 default
Description

Latest Bloomberg news stories (about 25): headline, summary, byline, publication time, category such as Markets, Technology or Politics, and article link. Summaries only, not article text.

Documentation

One live-checked read operation: the latest Bloomberg stories feed (about 25 stories). Regional lists, ticker stories, story detail, financials and key statistics returned HTTP 406 upstream on 2026-09-14 and are not offered. Small monthly upstream quota.

Pricing
$0.05 default
Parameters
{
  "properties": {
    "id": {
      "description": "Latest-news feed identifier; fixed by Apiosk.",
      "enum": [
        "phx-latest"
      ],
      "required": true,
      "type": "string",
      "x-parameter-location": "query"
    }
  },
  "required": [
    "id"
  ],
  "type": "object"
}
Response schema
{
  "properties": {
    "data": {
      "properties": {
        "modules": {
          "items": {
            "properties": {
              "id": {
                "type": "string"
              },
              "stories": {
                "items": {
                  "properties": {
                    "id": {
                      "type": "string"
                    },
                    "longURL": {
                      "type": "string"
                    },
                    "published": {
                      "type": "integer"
                    },
                    "title": {
                      "type": "string"
                    }
                  },
                  "required": [
                    "id",
                    "title",
                    "published",
                    "longURL"
                  ],
                  "type": "object"
                },
                "type": "array"
              }
            },
            "required": [
              "id",
              "stories"
            ],
            "type": "object"
          },
          "type": "array"
        },
        "title": {
          "type": "string"
        }
      },
      "required": [
        "modules"
      ],
      "type": "object"
    },
    "status": {
      "enum": [
        true
      ],
      "type": "boolean"
    }
  },
  "required": [
    "status",
    "data"
  ],
  "type": "object"
}
Example request
{
  "id": "phx-latest"
}
Example response
{
  "data": {
    "modules": [
      {
        "id": "filter_latest",
        "stories": [
          {
            "autoGeneratedSummary": "The commercial mortgage backed securities market, long a mainstay of financing for America’s offices, apartments and malls, is being reshaped by a surge in data-center deals, forcing investors to grapple with an entirely new set of risks.",
            "byline": "Eliza Ronalds-Hannon and Scott Carpenter",
            "id": "2026-09-14/ai-data-center-boom-is-changing-cmbs-risks",
            "internalID": "TJZGDVKK3NYA00",
            "longURL": "https://www.bloomberg.com/news/articles/2026-09-14/ai-data-center-boom-is-changing-cmbs-risks",
            "premium": false,
            "primaryCategory": "Markets",
            "published": 1789380600,
            "title": "Wall Street’s Data Center Boom Is Reshaping the Real Estate Bond Market",
            "type": "article",
            "updatedAt": 1789380600,
            "wordCount": 1201
          },
          {
            "autoGeneratedSummary": "Argentina’s state-run YPF SA is close to signing several liquefied natural gas sales contracts for a proposed $24 billion export plant, its chief executive said on Monday, a key step toward a green light for the facility.",
            "byline": "Stephen Stapczynski",
            "id": "2026-09-14/argentina-s-ypf-says-close-to-signing-more-lng-sales-contracts",
            "internalID": "TLCJWRKK3NY900",
            "longURL": "https://www.bloomberg.com/news/articles/2026-09-14/argentina-s-ypf-says-close-to-signing-more-lng-sales-contracts",
            "premium": false,
            "primaryCategory": null,
            "published": 1789380484,
            "title": "Argentina’s YPF Says Close to Signing More LNG Sales Contracts",
            "type": "article",
            "updatedAt": 1789380484,
            "wordCount": 214
          },
          {
            "autoGeneratedSummary": "Kevin Warsh has rightly called into question the effectiveness of the Federal Reserve’s communications — but his arrival as chairman only seems to have made the problem worse. To put this right after the next Fed meeting this week, he’ll need to rethink his approach to explaining where things stand.",
            "byline": "The Editors",
            "id": "2026-09-14/warsh-and-the-fed-need-clarity-more-than-certainty",
            "internalID": "TLCMG4KGCTFK00",
            "longURL": "https://www.bloomberg.com/opinion/articles/2026-09-14/warsh-and-the-fed-need-clarity-more-than-certainty",
            "premium": false,
            "primaryCategory": "Editorial Board",
            "published": 1789380004,
            "title": "Warsh and the Fed Need Clarity More Than Certainty",
            "type": "article",
            "updatedAt": 1789380004,
            "wordCount": 622
          }
        ],
        "title": null,
        "type": "lineup_content"
      }
    ],
    "title": "Latest News & Updates: Breaking News, Headlines Today"
  },
  "message": "Successful",
  "status": true
}