Finance
AnnualReports logo

AnnualReports API

annualreports.com

Public-company profiles and annual reports - by exchange or industry, with filing links.

Actions
6
Category
Finance
Login
Not required
Output
JSON

Call the AnnualReports API

Submit a task, then poll the job until it settles. This example runs act_annualreports_browse_exchange_index.

curl -X POST https://api.anakin.io/v1/wire/task \
  -H "X-API-Key: $ANAKIN_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "action_id": "act_annualreports_browse_exchange_index",
    "params": {}
  }'

6 actions on annualreports.com

Read

  • Browse Exchange Index

    act_annualreports_browse_exchange_indexread1 credit / call

    Returns stock exchanges with links to filtered company listings.

  • Browse Industry Index

    act_annualreports_browse_industry_indexread1 credit / call

    Returns sectors and industries with links to filtered company listings.

  • Company Profile Details

    act_annualreports_company_profile_detailread1 credit / call

    Returns a company profile with ticker, exchange, industry, and annual report archive links.

    company_slug
    string · required
  • Exchange Company Listing

    act_annualreports_exchange_company_listingread1 credit / call

    Returns companies on a stock exchange with names, industries, sectors, and profile links.

    exchange_id
    string · required
  • Homepage Browse Navigation

    act_annualreports_homepage_browse_navigationread1 credit / call

    Returns homepage browse navigation, search entry points, and featured company and report shortcuts.

  • Industry Company Listing

    act_annualreports_industry_company_listingread1 credit / call

    Returns companies in an industry with names, sectors, and profile links.

    industry_id
    string · required

AnnualReports API questions

Is there an API for AnnualReports?
AnnualReports does not offer a public data API for this, but Anakin Wire provides 6 maintained endpoints for annualreports.com. You call Anakin's REST API with an action ID and parameters and get structured JSON back; Anakin handles the browser, proxies, anti-bot, and parsing.
How do I scrape AnnualReports data?
POST to https://api.anakin.io/v1/wire/task with your API key, the action ID, and its parameters, then poll GET /v1/wire/jobs/{id} until the job settles. There is nothing to install and no scraper to maintain — when annualreports.com changes its markup, Anakin updates the action.
Do I need a AnnualReports account?
No. Every AnnualReports action listed here runs anonymously — no account and no credentials required.
What does the AnnualReports API cost?
Usage-based credits, charged per call and refunded automatically when a job fails. New accounts start with 300 free credits and no card. See anakin.io/pricing for the current rates.

More Finance APIs

All Finance sites