Riktkurs.nu
EN | SV

Riktkurs.nu API

Access Riktkurs.nu data programmatically via our API. Get the latest price target per stock in JSON format — ideal for custom apps, spreadsheets, or automated analysis.

Get a key

Send an email to api@riktkurs.nu to request an API key. Feel free to include a short description of what you plan to use the data for.

Usage

Once you have your key, fetch the data with a standard HTTP GET request:

GET https://www.riktkurs.nu/api/YOUR-KEY/

Replace YOUR-KEY with the key you received by email.

Example response

The response is a JSON array with the latest price target per stock:

[
  {
    "stock": "ABB",
    "source": "Carnegie",
    "date": "2024-03-15",
    "value": 420
  },
  {
    "stock": "ERIC-B",
    "source": "SEB Equities",
    "date": "2024-03-14",
    "value": 85
  }
]

Field descriptions

  • stock: The stock’s ticker symbol.
  • source: The analyst firm that published the price target.
  • date: The date the price target was published (YYYY-MM-DD).
  • value: The price target in Swedish kronor (SEK).