curl --request GET \
--url https://www.trysignalbase.com/api/v2/signals/funding \
--header 'Authorization: Bearer <token>'{
"success": true,
"data": [
{
"signalId": "550e8400-e29b-41d4-a716-446655440000",
"companyName": "FinTech Innovations",
"roundType": "Series A",
"fundingAmount": 15000000,
"fundingCurrency": "USD",
"announcedDate": "2024-10-15",
"industry": "Financial Technology",
"country": "United States",
"category": "Technology",
"website": "https://www.fintechinnovations.com",
"linkedinUrl": "https://www.linkedin.com/company/fintechinnovations",
"employeeCount": 85,
"foundedYear": 2020,
"description": "Revolutionary fintech platform transforming digital payments for businesses.",
"investorNames": [
"Sequoia Capital",
"Andreessen Horowitz",
"FirstMark Capital"
],
"leadInvestor": "Sequoia Capital",
"totalFundingToDate": 25000000,
"valuation": 75000000,
"useOfFunds": "Product development and market expansion",
"lastUpdated": "2024-11-15T10:30:00Z"
},
{
"signalId": "6ba7b810-9dad-11d1-80b4-00c04fd430c8",
"companyName": "HealthTech Solutions",
"roundType": "Seed",
"fundingAmount": 3000000,
"fundingCurrency": "USD",
"announcedDate": "2024-09-20",
"industry": "Healthcare Technology",
"country": "United Kingdom",
"category": "Healthcare",
"website": "https://www.healthtechsolutions.co.uk",
"linkedinUrl": "https://www.linkedin.com/company/healthtechsolutions",
"employeeCount": 25,
"foundedYear": 2022,
"description": "AI-powered healthcare diagnostics platform for early disease detection.",
"investorNames": [
"Y Combinator",
"Khosla Ventures",
"Digital Health Ventures"
],
"leadInvestor": "Y Combinator",
"totalFundingToDate": 3000000,
"valuation": 15000000,
"useOfFunds": "R&D and clinical trials",
"lastUpdated": "2024-11-14T15:45:00Z"
}
],
"pagination": {
"currentPage": 1,
"totalPages": 15,
"totalCount": 300,
"hasNextPage": true,
"hasPreviousPage": false
},
"meta": {
"endpoint": "signals.funding",
"creditsUsed": 1
}
}Fetch funding signals with filtering, pagination, and search capabilities. Returns a list of companies with funding activity including round types, amounts, and investor information.
curl --request GET \
--url https://www.trysignalbase.com/api/v2/signals/funding \
--header 'Authorization: Bearer <token>'{
"success": true,
"data": [
{
"signalId": "550e8400-e29b-41d4-a716-446655440000",
"companyName": "FinTech Innovations",
"roundType": "Series A",
"fundingAmount": 15000000,
"fundingCurrency": "USD",
"announcedDate": "2024-10-15",
"industry": "Financial Technology",
"country": "United States",
"category": "Technology",
"website": "https://www.fintechinnovations.com",
"linkedinUrl": "https://www.linkedin.com/company/fintechinnovations",
"employeeCount": 85,
"foundedYear": 2020,
"description": "Revolutionary fintech platform transforming digital payments for businesses.",
"investorNames": [
"Sequoia Capital",
"Andreessen Horowitz",
"FirstMark Capital"
],
"leadInvestor": "Sequoia Capital",
"totalFundingToDate": 25000000,
"valuation": 75000000,
"useOfFunds": "Product development and market expansion",
"lastUpdated": "2024-11-15T10:30:00Z"
},
{
"signalId": "6ba7b810-9dad-11d1-80b4-00c04fd430c8",
"companyName": "HealthTech Solutions",
"roundType": "Seed",
"fundingAmount": 3000000,
"fundingCurrency": "USD",
"announcedDate": "2024-09-20",
"industry": "Healthcare Technology",
"country": "United Kingdom",
"category": "Healthcare",
"website": "https://www.healthtechsolutions.co.uk",
"linkedinUrl": "https://www.linkedin.com/company/healthtechsolutions",
"employeeCount": 25,
"foundedYear": 2022,
"description": "AI-powered healthcare diagnostics platform for early disease detection.",
"investorNames": [
"Y Combinator",
"Khosla Ventures",
"Digital Health Ventures"
],
"leadInvestor": "Y Combinator",
"totalFundingToDate": 3000000,
"valuation": 15000000,
"useOfFunds": "R&D and clinical trials",
"lastUpdated": "2024-11-14T15:45:00Z"
}
],
"pagination": {
"currentPage": 1,
"totalPages": 15,
"totalCount": 300,
"hasNextPage": true,
"hasPreviousPage": false
},
"meta": {
"endpoint": "signals.funding",
"creditsUsed": 1
}
}API key for V2 Funding Signals API authentication. Include as Bearer token in Authorization header.
Page number for pagination
x >= 1Number of results per page (maximum 100)
1 <= x <= 100Filter signals from this date (ISO 8601 format: YYYY-MM-DD)
Filter signals up to this date (ISO 8601 format: YYYY-MM-DD)
Comma-separated list of country codes to filter by
Comma-separated list of company categories to filter by
Comma-separated list of funding round types to filter by (e.g., Seed, Series A, Series B)
Search by company name or industry keywords
Successful response with funding signals
Indicates if the request was successful
true
Array of funding signal records
Show child attributes
Unique identifier for the funding signal
"550e8400-e29b-41d4-a716-446655440000"
Name of the company that received funding
"FinTech Innovations"
Type of funding round (e.g., Seed, Series A, Series B)
Pre-Seed, Seed, Series A, Series B, Series C, Series D, Series E, Series F+, Bridge, Debt Financing, Grant, Convertible Note, Equity Crowdfunding, ICO, IPO, Private Equity, Venture, Angel, Corporate, Other "Series A"
Amount of funding raised
15000000
Currency of the funding amount (ISO 4217 code)
"USD"
Date when the funding was announced
"2024-10-15"
Industry sector of the company
"Financial Technology"
Country where the company is headquartered
"United States"
Primary business category
"Technology"
Company website URL
"https://www.fintechinnovations.com"
LinkedIn company page URL
"https://www.linkedin.com/company/fintechinnovations"
Number of employees
85
Year the company was founded
2020
Company description
"Revolutionary fintech platform transforming digital payments for businesses."
List of investors participating in this round
[
"Sequoia Capital",
"Andreessen Horowitz",
"FirstMark Capital"
]Name of the lead investor
"Sequoia Capital"
Total funding raised by the company to date
25000000
Post-money valuation
75000000
Stated use of the raised funds
"Product development and market expansion"
Timestamp when the signal was last updated
"2024-11-15T10:30:00Z"
Show child attributes
Current page number
x >= 11
Total number of pages available
x >= 015
Total number of records matching the query
x >= 0300
Indicates if there is a next page
true
Indicates if there is a previous page
false