v1

latestOpenAPI 3.0.1Apache-2.02026-07-17105189262.9 KB
Default

Investment Themes (Thematic Investing)

Thematic investing involves creating a portfolio (or portion of a portfolio) by gathering together a collection of companies involved in certain areas that you predict will generate above-market returns over the long term. Themes can be based on a concept such as ageing populations or a sub-sector such as robotics, and drones. Thematic investing focuses on predicted long-term trends rather than specific companies or sectors, enabling investors to access structural, one-off shifts that can change an entire industry.

This endpoint will help you get portfolios of different investment themes that are changing our life and are the way of the future.

A full list of themes supported can be found here. The theme coverage and portfolios are updated bi-weekly by our analysts. Our approach excludes penny, super-small cap and illiquid stocks.

get/stock/investment-theme

Query parameters

themestring required

Investment theme. A full list of themes supported can be found <a target="_blank" href="https://docs.google.com/spreadsheets/d/1ULj9xDh4iPoQj279M084adZ2_S852ttRthKKJ7madYc/edit?usp=sharing">here</a>.

Response

successful operation

themestring

Investment theme

Example response

{
  "data": [
    {
      "symbol": "symbol"
    },
    {
      "symbol": "symbol"
    }
  ],
  "theme": "theme"
}