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.
You want a company's financing history, round types, amounts, and the sources behind them.
Live valuations, share prices, or regulatory filings.
50 credits / request
Set these inside the intent when you run it.
The company's website or root domain.
A list of funding rounds, each with round type, amount, date, and a source link.
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