Welcome to the documentation for our API. Here you can find all the information you need to integrate with our service and retrieve price targets for various stocks. Our API provides price targets in JSON format, making it easy to use in different applications and services.
All price targets are available at the following URL: https://www.riktkurs.nu/api/price-targets/index.json.
To retrieve all price targets, make a GET request to:
GET https://www.riktkurs.nu/api/price-targets/index.json
The response will be in JSON format and may look like this:
[
{
"ticker": "K2A-B",
"price_targets": [
{
"analyst": "Kepler Cheuvreux",
"SEK": 288,
"date": "2021-07-19",
"source": "https://www.avanza.se/placera/redaktionellt/2021/07/19/mandagens-alla-nya-aktierekar.html"
},
...
]
},
...
]
ticker
: The stock's ticker symbol.price_targets
: A list of price targets for the stock.
analyst
: The name of the analyst or company that provided the price target.SEK
: The price target in Swedish kronor.date
: The date the price target was published.source
: The source that published the price target.