Pulse Intelligence
Companies

Get a company dossier

Return the full picture for a single company: overview, financials, recent news, and related mining assets.

GET/v1/companies/{id}/dossier/

Authorization

apiKeyAuth
AuthorizationBearer <token>

Organization API key, format pulse_<prefix>_<secret>. Created by an organization admin in Settings -> API Keys.

In: header

Path Parameters

id*integer

Company id.

Response Body

The company dossier.

One company's full picture: profile overview, latest financials, recent news, and its related mining assets.

curl -X GET "https://example.com/v1/companies/0/dossier/" \  -H "Authorization: Bearer $PULSE_API_KEY"
{  "overview": {    "id": 5700,    "name": "AbraSilver Resource Corp",    "symbol": "ABRA",    "exchanges": [      "TSX",      "OTC"    ],    "website": "https://www.abrasilver.com",    "hq_country": "Canada",    "commodities": [      "Cu",      "Ag"    ],    "by_products": [      "Au",      "Mo"    ],    "asset_phases": [      "Development",      "Exploration"    ],    "market_cap_in_usd": 1699677234,    "stock_price": 14.54,    "stock_price_ticker": "TSX:ABRA",    "total_cash_in_usd": 28109914.8,    "projects_count": 3,    "summary": "Abrasilver Resource Corp. is a mineral exploration company focused on high-quality precious and base metal resources..."  },  "financials": {    "market_cap_in_usd": 1699677234,    "enterprise_value": 2146331776,    "total_cash_in_usd": 28109914.8,    "cash_runway_months": 9.05,    "shares_outstanding": 160807928,    "fifty_two_week_low": 5.37,    "fifty_two_week_high": 19.89,    "percent_held_by_institutions": 0.30323  },  "recent_news": [    {      "entity_type": "publication",      "id": 2392268,      "title": "AbraSilver Announces Closing of Concurrent Private Placement",      "ai_headline": "AbraSilver Resource Corp closes concurrent private placement for approximately $2.05 million",      "published_date": "2026-07-31T20:30:00Z",      "url": "https://money.tmx.com/quote/ABRA/news/4930299675593045",      "content_kind": "announcement"    }  ],  "mining_assets": [    {      "entity_type": "mining_asset",      "id": 29144,      "name": "Diablillos Silver-Gold Project",      "phase": "development",      "stage": "pre_feasibility",      "primary_commodity": "Ag",      "country": "Argentina",      "role": "operator",      "interest": "100% owner and operator of the Diablillos Silver-Gold Project",      "ownership_fraction": 1,      "sub_assets": [        "Condoryacu Gold-Silver-Copper Property (Diablillos)"      ]    }  ]}