get_drug_financial
Retrieve financial commentary, actual sales, and consensus forecasts for a specific drug via Cortellis API, using the drug identifier to access data.
Instructions
Return financial commentary and data (actual sales and consensus forecast) for a submitted drug identifier from Cortellis API
Input Schema
Name | Required | Description | Default |
---|---|---|---|
id | Yes | Drug Identifier |
Input Schema (JSON Schema)
{
"properties": {
"id": {
"description": "Drug Identifier",
"type": "string"
}
},
"required": [
"id"
],
"type": "object"
}