You have no favorites... yet!
Use the Library tree on the left to select a Choreo to call from your gateway device.
Use the Library tree on the left to select a Choreo to call from your edge device via the gateway.
Library . CorpWatch . Relationships . CompanyParents
Returns a list of principal owning companies, or "parents," of a company.
/*
TembooTask class placeholder
*/
/*
TembooTask header placeholder
*/
Since you've changed your device configuration, you'll need to tell us about this new device.
This feature is in experimental mode - pricing coming soon.
Send your code straight to a GitHub repository.
Your code will be visible by others in your repos. Keep credentials private by saving a Profile or commit code with Placeholder inputs.
The following files will be added to this repo:
You'll be able to edit and share your code from TI's CCS Cloud IDE.
The following will be sent to CCS Cloud:
/*
Your auto-generated code will appear here once you've configured your device above.
*/
/*
A header file containing your Temboo account information will appear here once you've
configured your device above.
*/
/*
Please log in to generate proxy server code for use with the JavaScript SDK.
*/
This Choreo retrieves a list of principal owning companies, or "parents," of a company. You do not need an API Key to run this Choreo. However, if you would like a much higher limit on the number of calls you can make each day, then registering with CorpWatch and obtaining an API Key is the way to go. More information on authentication and limits is available here. Detailed information about company parents is here.
If a year is specified, only parents for that year will be returned. Not only can a company's parents change from year to year, but in some situations it may have multiple parents - meaning that it appeared as a subsidiary on more than one filing.
Here is an example of an acceptable input:
CWID: cw_100970
Year: 2007
ResponseType: json
The following is a partial sample of the output returned by this Choreo:
{ "meta": { "success": 1, "status": 200, "status_string": "Success", "total_results": "1", "results_complete": 1, "api_version": "0.04 (2012-02-03)", "parameters": { "limit": 100, "index": 0, "year": "2007" } }, "result": { "companies": { "cw_21795": { "cw_id": "cw_21795", "cik": "1144945", "company_name": "PENN VIRGINIA RESOURCE PARTNERS L P", "irs_number": "233087517", "sic_code": "1221", "industry_name": "Bituminous coal & lignite surface mining", "sic_sector": "1200", "sector_name": "Coal mining", "source_type": "filers", "raw_address": "THREE RADNOR CORP CTR, 100 MATSONFORD RD STE 300, RADNOR PA 19087", "country_code": "US", "subdiv_code": "PA", "top_parent_id": "cw_21795", "num_parents": "0", "num_children": "10", "max_year": "2012", "min_year": "2003" } } } }
https://ACCOUNT_NAME.temboolive.com/callback/google
© 2025 Temboo, Inc Privacy Terms