search_filings
Search the Nordic financial database for company filings, press releases
and macroeconomic summaries.
The database contains:
COMPANY FILINGS
Annual and quarterly reports (IR PDFs):
SalMar (SALM), Mowi (MOWI), Lerøy (LSG), Grieg Seafood (GSF),
Austevoll (AUSS), Bakkafrost (BAKKA), Aker BP (AKRBP), Odfjell (ODF)
SEC EDGAR filings (Form 20-F annual reports and 6-K current reports):
Equinor (EQNR), Höegh Autoliners (HSHP), Okeanis Eco Tankers (ECO),
BW LPG (BWLP), Flex LNG (FLNG), Hafnia (HAFN), Cadeler (CDLR),
Scorpio Tankers (STNG), SFL Corporation (SFL), Golden Ocean (GOGL),
Frontline (FRO), Golar LNG (GLNG), Nordic American Tankers (NAT),
Atlas Corp (ATCO)
PRESS RELEASES
GlobeNewswire RSS (continuous, hourly updates Mon–Fri):
Norwegian, Swedish, Danish and Finnish listed companies (NO/SE/DK/FI)
MACROECONOMIC SUMMARIES
Quarterly macro summaries covering key indicators per country:
Norway (NO): policy rate, FX rates, CPI, house prices, credit growth,
electricity price, salmon price, GDP components
Sweden (SE): policy rate, house price index, household credit
Denmark (DK): policy rate, house price index, household loans,
electricity price
Finland (FI): house price index, household debt-to-income ratio,
electricity price
Use report_type='macro_summary' and country='NO'/'SE'/'DK'/'FI' to filter.
Use fiscal_year and a quarter reference in your query, e.g.
"Norwegian housing market Q1 2024".
Args:
query: What you are looking for, e.g. 'salmon price Q3',
'fleet utilization', 'dividend policy',
'Norwegian housing market 2024 Q1',
'Swedish policy rate inflation 2023'
ticker: Optional — filter by company ticker, e.g. 'SALM', 'EQNR'
fiscal_year: Optional — filter by year, e.g. 2024
report_type: Optional — one of:
'annual_report' – Nordic IR annual reports (PDF)
'quarterly_report' – Quarterly/interim reports (PDF)
'annual_report_20f' – SEC Form 20-F
'6k' – SEC Form 6-K
'press_release' – GlobeNewswire press releases
'macro_summary' – Quarterly macroeconomic summaries
sector: Optional — filter by sector:
'seafood' – seafood companies
'energy' – energy / oil & gas
'shipping' – shipping companies
country: Optional — filter by country code: 'NO', 'SE', 'DK' or 'FI'
limit: Number of results after reranking (default 5, max 20)
Returns:
List of relevant text excerpts with metadata, reranked by relevance.
Each result includes rerank_score, vector_score, company, ticker,
country, fiscal_year, report_type, period and the full text chunk.
parse_pdf_to_text
Download a PDF from a URL and extract all text as a single string, page by page.
This is useful for agents that need to read report attachments, press releases,
or any PDF content that is not directly searchable in the main database.
Args:
pdf_url: Direct URL to the PDF file (e.g. https://example.com/report.pdf)
Returns:
All text from the PDF with page separators, or an error message.