Skip to main content
GET
/
api
/
v1
/
funding-rounds
Get funding rounds for a company
curl --request GET \
  --url https://sacra.com/api/v1/funding-rounds/ \
  --header 'Authorization: <api-key>'
{ "id": 260, "name": "Anduril", "domain": "anduril.com", "funding_rounds": [ { "round_name": "Series F", "share_details": [ { "name": "Series F", "issue_price": "21.7400", "issued_at": "2024-06-30", "updated_at": "2024-10-15T00:30:55.580937Z" }, { "name": "Series F-1", "issue_price": "17.3900", "issued_at": "2024-06-30", "updated_at": "2024-10-15T00:31:02.327984Z" } ], "citations": [ { "type": "certificate-of-incorporation", "url": "https://sacra-pdfs.s3.us-east-2.amazonaws.com/anduril-industries-inc-restated-coi.pdf", "updated_at": "2024-10-15T00:31:26.448Z" } ] }, { "round_name": "Series A", "share_details": [ { "name": "Series A", "issue_price": "1.1700", "issued_at": "2018-05-31", "updated_at": "2024-10-15T00:31:01.246749Z" } ], "citations": [ { "type": "certificate-of-incorporation", "url": "https://sacra-pdfs.s3.us-east-2.amazonaws.com/anduril-industries-inc-restated-coi.pdf", "updated_at": "2024-10-15T00:31:26.448Z" } ] } ] }

Documentation Index

Fetch the complete documentation index at: https://docs.sacra.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Authenticate using one of two formats:

  • Organization/user token: Token <your-token>
  • Stytch JWT: Bearer <your-jwt>

Query Parameters

company_domain
string

Company domain to look up

company_id
string

Company ID to look up

Response

Funding round history for the company.

id
integer
required
name
string
required
domain
string
required
funding_rounds
object[]
required