---
title: "Get latest business news from the UK"
description: "How to get the latest business news articles from the UK using our API"
source: https://apitube.io/cookbook/get-latest-business-news-uk
---

#### Input parameters

| Parameter   | Description                               | Type    | Default | Required |
|:------------|:------------------------------------------|:--------|:--------|:---------|
| per_page    | The number of business articles to return | integer | 20      | No       |
| api_key     | Your API key                              | string  |         | No       |
| category.id | The category of news to filter            | string  |         | Yes      |

---

#### Related Examples

- [Get news from UK, US, Japan](/cookbook/get-latest-news-from-us-uk-and-japan-in-new-york-london-and-tokyo-and-export-as-)
- [Get news in specific categories](/cookbook/get-news-in-categories)
- [Fetch political news in multiple languages](/cookbook/fetch-political-news-in-multiple-languages)
- [Get news from France](/cookbook/get-latest-news-articles-from-france)
- [Get news from Germany](/cookbook/get-latest-news-articles-from-germany)

