Skip to main content
The Nordic Financial News CLI (nfn) gives you direct access to the API from your terminal. Browse articles, search companies, and explore market data without writing code. The CLI outputs formatted tables in interactive terminals and JSON when piped to other commands, making it useful for both exploration and scripting.

GitHub repository

Source code, releases, and issue tracker.

Install

brew install nordic-financial-news/tap/nfn
Verify the installation:
nfn version

Authenticate

The CLI uses the same API keys as the REST API. You can authenticate interactively or with an environment variable.
nfn auth login
This stores your API key securely in your system keyring.
Check your authentication status and rate limit info:
nfn auth status
To remove stored credentials:
nfn auth logout
Don’t have an API key yet? Generate one in API key settings.

SKILL.md

Install the agent skill to give your AI coding assistant context about CLI capabilities and usage:
npx skills add https://github.com/nordic-financial-news/nfn-cli/skills/nfn-cli

Next steps

Commands

Browse all available CLI commands.
Last modified on April 14, 2026