FundingRound
Funding Rounds are events wherein an Organization receives money from a Person or Organization.
The investors who participate in a Funding Round do so through what's called an Investor Investment.
property | type | notes |
---|---|---|
api_path | Path | |
web_path | Path | |
funding_type | String | See Funding Types |
series | String | See Venture Fundings |
series_qualifier | String | See Venture Fundings |
announced_on | Date | |
announced_on_trust_code | TrustCode | |
closed_on | Date | |
closed_on_trust_code | TrustCode | |
money_raised | Integer | |
money_raised_currency_code | String | See Currency Codes |
money_raised_usd | Integer | currency conversion, if necessary, is done based on the announced_on date. |
target_money_raised | Integer | When available, the target of the FundingRound |
target_money_raised_currency_code | Currency Codes | See Currency Codes |
target_money_raised_usd | Integer | currency conversion, if necessary, is done based on the announced_on date. |
created_at | Timestamp | |
updated_at | Timestamp | |
permalink | String | |
api_url | URL | |
pre_money_valuation | Integer | |
pre_money_valuation_currency_code | Integer | |
pre_money_valuation_usd | Integer | |
rank | Integer |
Relationships
name | cardinality | type |
---|---|---|
investments | one-to-many | InvestorInvestment |
funded_organization | one-to-one | Organization |
images | one-to-one | Image |
videos | one-to-many | Video Note: This is a deprecated field and will be returned as an empty array |
news | one-to-many | News |
websites | one-to-one | Website |
Updated over 6 years ago