Feed
https://feed.mfn.se/v1
Last updated
Was this helpful?
https://feed.mfn.se/v1
Last updated
Was this helpful?
Endpoint for fetching press releases. Support filtering by query params like (type
, tag
, lang
, etc) and pagination using offset
/limit
.
By default 48 items are fetched unless the limit
query param is used, max limit
is 500. The feed contains automatically calculated URLs with offset/limit for pagination in the next_url
/prev_url
fields.
The feed_id
is provided by us when initiating the integration.
All items returned according to the following model
All allowed query params are documented below (click to expand)
GET
https://feed.mfn.se/v1/feed/:feed_id[.format]
Returns a feed of press releases filtered by the query params. Available in both JSON (default) and XML formats. Use .json
or .xml
to select format.
feed_id*
string
Feed Id Provided by MFN Team
format
string
Format of the feed to return. Defaults to json
[ json | xml ]
type
string
Press release type [ ir | pr ]
tag
string
Include items that matches tag
Examples:
All Reports
tag=sub:report
Annual Reports
tag=sub:report:annual
Regulatory releases
tag=:regulatory
lang
string
Filter items by lang (ISO 639-1 two-letter lang code)
filter
string
Advanced filtering
query
string
Basic text search Currently uses no stemming or fuzzy search The feed query search applies prefix matching. For example the search query=share would find texts containing words starting with or equal to share like share and shareholder but not words where the query is contained or postfixed like timeshare. The results are then returned ordered by the frequency of their matching lexemes.
from
string
Returns items with a .content.publish_date
above this date. RFC3339 formatted.
Note: needs to be URL formatted.Example:
RFC3339 Input:
2021-01-01T00:00:00Z
Query param:
from=2021-01-01T00%3A00%3A00Z
to
string
Returns items with a .content.publish_date
below this date. RFC3339 formatted.
Note: needs to be URL formatted.Example:
RFC3339 Input:
2021-12-31T23:59:59Z
Query Param:
to=2021-12-31T23%3A59%3A59Z
source
string
Press release source
news-slug
string
Filter by the specified news item slug.
This is the .content.slug
field of a News Item
group-id
string
Filter by the specified group_id
If the content is tagged correctly this should return all news items belonging to the same group. Basically all language versions of the same press release.
news-id
string
Filter by the specifiednews_id
Note: will only return one item
compact
boolean
Return less data. Leaves out content.html
offset
number
Offset the feed by this many items
limit
number
How many items to return. Maximum is 500.
not-tag
String
Include items except those matching tag
ext-properties
boolean
ext-properties=true
shows total amount of releases in feed