Skip to main content
This guide takes you from zero to your first successful API call. You’ll create a key, look up a company, and check your credit usage.

Prerequisites

  • A FocusAlpha account — sign in at app.focusalpha.ai
  • A terminal with curl, or any HTTP client
Every new account starts on the Free plan with 100 credits — enough to explore the entire Free-tier surface. Credits don’t expire.

Get started

1

Create an API key

In the dashboard, open Settings → API keys and create a key. Give it a name that identifies where it will be used.The full key — fa_live_ followed by 40 hex characters — is shown exactly once at creation. Store it somewhere safe; only a hash is kept on our side, so it can never be displayed again. You can hold up to 5 active keys and revoke any of them at any time.
2

Look up a company

Search the company registry by ticker:
The company_id is the canonical identifier — but on company-scoped routes you can keep using the ticker, CIK, or ISIN directly. See Company identifiers.This call cost 1 credit.
3

Check your usage

The usage endpoint is free to call and defaults to the current month:
Your remaining credit balance is always visible in the dashboard.

Next steps

Browse the API reference

Filings, financials, ownership, events, news, and international datasets.

Understand plans & credits

What’s metered, what’s free, and what each plan unlocks.

Connect via MCP

Use FocusAlpha from Claude or Cursor with the same key.

Errors

Status codes, error envelopes, and request IDs.
Stuck? Email support@focusalpha.ai and include the requestId from the error response — it lets us trace your exact request.