API Docs

GET https://news.finsyn.se/lei/LEI

Returns autogenerated news stories related to the given LEI

curl -H 'accept: application/json' https://news.finsyn.se/lei/54930045LD4XTJCBGS35
{
  "Name": "Tobii",
  "Score": 4,
  "Securities": [
    {
      "Name": "TOBII AB",
      "Isin": "SE0002591420"
    }
  ],
  "Stories": [
    {
      "Text": "VD köper aktier för 99 400 SEK",
      "Date": "2023-12-18",
      "Sources": "Insynsregistret",
      "Url": "URL_TO_DATA_SOURCE",
      "PriceRange": {
        "Min": 4970,
        "Max": 4970
      }
    },
    {
      "Text": "8 fonder ökar sin position.",
      "Date": "2023-09-01",
      "Sources": "Innehavsrapportering",
      "Url": "URL_TO_DATA_SOURCE",
      "PriceRange": null
    }
  ]
}