getCrowdfundingCampaignsByCIK
Retrieve detailed crowdfunding campaign data for a specific company using its CIK number to analyze investment opportunities and track funding activities.
Instructions
Access detailed information on all crowdfunding campaigns launched by a specific company with the FMP Crowdfunding By CIK API.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
cik | Yes | CIK number to search for |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"cik": {
"description": "CIK number to search for",
"type": "string"
}
},
"required": [
"cik"
],
"type": "object"
}