Skills/Company Data/Funding history

Funding history

50 credits / request

Returns a company's known financing history as a list of funding rounds, each with its type (seed, Series A, etc.), amount, date, and a source link for verification. Provide the company's domain; the data is paginated so you can retrieve a recent snapshot or walk the full history.

Use when

You want a company's financing history, round types, amounts, and the sources behind them.

Not for

Live valuations, share prices, or regulatory filings.

Cost

50 credits / request

What it accepts

Set these inside the intent when you run it.

companyrequired

The company's website or root domain.

What you get back

A list of funding rounds, each with round type, amount, date, and a source link.

Run it

Run this sub-skill directly: pin it with operation and pass its inputs in the intent. (Omit operation and the Company Data skill will route from your intent instead.)

curl -X POST "https://skill.askfaro.com/skills/company-data/run" \
  -H "Authorization: Bearer $FARO_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{"intent":{"operation":"funding-history","company":"figma.com"}}'

Example requests

  • How much has Figma raised in total?
  • Show me all of Notion's funding rounds
  • When did Stripe last raise money and how much?