Finance
Notice logo

Notice API

notice.co

Notice - stock ticker search, company details, and historical price-by-date data.

Actions
8
Category
Finance
Login
Not required
Output
JSON

Call the Notice API

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

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_notice_co_company_financing_rounds",
    "params": {
      "company_id": "9ab033c6-d038-406c-add7-dfcd277c4d24"
    }
  }'

8 actions on notice.co

Read

  • Company Quote Snapshot

    act_notice_co_company_page_ssrread1 credit / call

    Returns a company's price snapshot with market cap, valuation, and bid and offer volumes.

    company_permalink
    string · required
  • Company Rankings

    ntc_rankingsread1 credit / call

    Returns private companies ranked by activity, total funding, or implied valuation.

    type
    string
    limit
    integer

Write

Write actions change state on notice.co and run as the account you connect.

  • Company Financing Rounds

    act_notice_co_company_financing_roundswrite3 credits / call

    Returns a company's funding round history with amounts, valuations, and investors.

    company_id
    string · required
  • Company Profile

    act_notice_co_company_profile_graphqlwrite3 credits / call

    Returns a company's profile with market cap, last-round valuation, and recent prices.

    company_permalink
    string · required
  • Market Cap Timeline

    act_notice_co_market_cap_timelinewrite3 credits / call

    Returns a company's daily market-cap time series for valuation charting.

    company_id
    string · required
  • Stock Performance Metrics

    act_notice_co_stock_performance_metricswrite3 credits / call

    Returns trailing performance metrics and quarterly price history for a company.

    company_id
    string · required
  • Stock Price Timeline

    act_notice_co_stock_price_timelinewrite3 credits / call

    Returns historical daily stock prices from a given start date through the latest available date.

    identifier
    string · required
    price_history_start_date
    date
  • Ticker Search

    act_notice_co_ticker_search_autocompletewrite2 credits / call

    Returns matching tickers, companies, funds, and industries by name or symbol.

    query
    string · required

Notice API questions

Is there an API for Notice?
Notice does not offer a public data API for this, but Anakin Wire provides 8 maintained endpoints for notice.co. 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 Notice 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 notice.co changes its markup, Anakin updates the action.
Do I need a Notice account?
No. Every Notice action listed here runs anonymously — no account and no credentials required.
What does the Notice 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