Funding Events¶
The funding events endpoint allows you to retrieve a list of funding events.
Below is a descriptive list of all the different ways in which you can query this endpoint to segment our growing database of funding events. At the very bottom of this section you’ll find an example response along with a full table of all the query parameters outlined below.
HTTP Request¶
GET https://api.mattermark.com/fundings
Example Response¶
{ "meta": { "total_record_count": 45000, "total_pages": 900, "current_page": 1, "per_page": 50 }, "fundings": [ { "id":"2082133", "company_id":"20872", "company_name":"Netsmart Technologies", "investors":"Genstar Capital", "investor_slugs":"genstar-capital", "series":"debt_financing", "rounds_funding_date":"2015-03-02", "amount":250000000, "currency":"USD", "news_url":"http://www.abladvisor.com/news/6534/golub-capital-provides-250mm-facility-to-support-netsmart-recap", "industry":"Enterprise Software,Health IT,Healthcare", "region":null, "city":"Great River", "state":"NY", "country":"USA", "funding_id":"2082133", "created_on":"2015-03-02 19:59:35"}, { "id":"2082163", "company_id":"118302", "company_name":"Rockyou", "investors":"Columbia Capital", "investor_slugs":"ColumbiaCapital", "series":"venture", "rounds_funding_date":"2015-03-02", "amount":23000000, "currency":"USD", "news_url":"http://www.finsmes.com/2015/03/rockyou-raises-23m-in-funding.html", "industry":"Advertising,Gaming,Internet,Mobile,Software Development", "region":"Bay Area", "city":"San Francisco", "state":"CA", "country":"USA", "funding_id":"2082163", "created_on":"2015-03-02 23:43:17" }, { "id":"2082255", "company_id":"107037", "company_name":"Xeneta", "investors":"Creandum, Point Nine Capital, Alden AS, Alliance Venture", "investor_slugs":"Creandum, Point Nine Capital, aiden-as, alliance-venture", "series":"a", "rounds_funding_date":"2015-03-02", "amount":5300000, "currency":"USD", "news_url":"http://www.finsmes.com/2015/02/xeneta-raises-5-3m-series-a-funding.html", "industry":"Transportation", "region":null, "city":"Oslo", "state":null, "country":"NOR", "funding_id":"2082255", "created_on":"2015-03-03 02:20:28" } ] }
All Query Parameters¶
Parameter | Format | Example | Description |
---|---|---|---|
amount | numeric_range | 1000~10000 or 1000~ or ~1000 | money reported raised in the funding round |
city | list | San Francisco|Seattle | pipe separated list of city names |
country | list | USA|CAN | list of three character country codes |
funding_date_range | date_range | 2015-01-25 or 2015-01-25~2016-01-25 or 2015-01-25~ | range of funding dates |
investor_ids | list | 67|81 | list of investor ids |
investor_slugs | list | Foundry|fg-angels | list of investor slugs, see Investors to get a list of all investors. |
series | list | a|e | list of series can include a-i, angel, seed, debt_financing, private_equity, undisclosed |