Finance
AAII (American Association of Individual Investors) logo

AAII (American Association of Individual Investors) API

aaii.com

Individual investors association - stock screener, sentiment surveys, ETF data, and research.

Actions
6
Category
Finance
Login
Not required
Output
JSON

Call the AAII (American Association of Individual Investors) API

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

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_aaii_etf_overview",
    "params": {
      "time_range_years": "5"
    }
  }'

6 actions on aaii.com

Read

  • ETF Overview

    act_aaii_etf_overviewread1 credit / call

    Returns ETF category tables with fund names, tickers, risk indices, and expense ratios.

    time_range_years
    string
  • ETF Screener Paywall

    act_aaii_etf_screener_paywallread1 credit / call

    Returns the ETF screener paywall with its membership prompt and login links.

  • Historical Sentiment Survey

    act_aaii_sentiment_survey_historicalread1 credit / call

    Returns weekly historical investor sentiment with bullish, neutral, and bearish percentages by date.

  • Homepage Content

    act_aaii_homepage_ssrread1 credit / call

    Returns homepage headline articles with titles, links, images, and ticker symbols.

  • Sentiment Survey Overview

    act_aaii_sentiment_survey_overviewread1 credit / call

    Returns the latest investor sentiment reading with historical averages and one-year highs.

  • Stock Ideas Listing

    act_aaii_stock_ideas_listingread1 credit / call

    Returns stock idea listings with ticker symbols, company names, sections, and ratios.

AAII (American Association of Individual Investors) API questions

Is there an API for AAII (American Association of Individual Investors)?
AAII (American Association of Individual Investors) does not offer a public data API for this, but Anakin Wire provides 6 maintained endpoints for aaii.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 AAII (American Association of Individual Investors) 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 aaii.com changes its markup, Anakin updates the action.
Do I need a AAII (American Association of Individual Investors) account?
No. Every AAII (American Association of Individual Investors) action listed here runs anonymously — no account and no credentials required.
What does the AAII (American Association of Individual Investors) 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