/finage-fundamentals | Type: Application | PCID required: Yes
Tools
| Tool | Description |
|---|---|
finage_fundamentals_get_balance_sheet | Get balance sheet |
finage_fundamentals_get_cash_flow_statement | Get cash flow statement |
finage_fundamentals_get_company_profile | Get company profile |
finage_fundamentals_get_economic_calendar | Get economic calendar |
finage_fundamentals_get_etf_sector_weightings | Get ETF sector weightings |
finage_fundamentals_get_income_statement | Get income statement |
finage_fundamentals_get_institutional_holders | Get institutional holders |
finage_fundamentals_get_balance_sheet
Get balance sheet Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
symbol | string | Yes | — | Stock ticker symbol (e.g. AAPL) |
period | string | No | — | Reporting period: annual or quarterly |
Show inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"symbol": {
"type": "string",
"description": "Stock ticker symbol (e.g. AAPL)"
},
"period": {
"type": "string",
"description": "Reporting period: annual or quarterly",
"enum": [
"annual",
"quarterly"
]
}
},
"required": [
"PCID",
"symbol"
]
}
finage_fundamentals_get_cash_flow_statement
Get cash flow statement Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
symbol | string | Yes | — | Stock ticker symbol (e.g. AAPL) |
period | string | No | — | Reporting period: annual or quarterly |
Show inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"symbol": {
"type": "string",
"description": "Stock ticker symbol (e.g. AAPL)"
},
"period": {
"type": "string",
"description": "Reporting period: annual or quarterly",
"enum": [
"annual",
"quarterly"
]
}
},
"required": [
"PCID",
"symbol"
]
}
finage_fundamentals_get_company_profile
Get company profile Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
symbol | string | Yes | — | Stock ticker symbol (e.g. AAPL) |
Show inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"symbol": {
"type": "string",
"description": "Stock ticker symbol (e.g. AAPL)"
}
},
"required": [
"PCID",
"symbol"
]
}
finage_fundamentals_get_economic_calendar
Get economic calendar Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
from | string | No | — | Start date in YYYY-MM-DD format |
to | string | No | — | End date in YYYY-MM-DD format |
Show inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"from": {
"type": "string",
"description": "Start date in YYYY-MM-DD format"
},
"to": {
"type": "string",
"description": "End date in YYYY-MM-DD format"
}
},
"required": [
"PCID"
]
}
finage_fundamentals_get_etf_sector_weightings
Get ETF sector weightings Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
symbol | string | Yes | — | ETF ticker symbol (e.g. SPY) |
Show inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"symbol": {
"type": "string",
"description": "ETF ticker symbol (e.g. SPY)"
}
},
"required": [
"PCID",
"symbol"
]
}
finage_fundamentals_get_income_statement
Get income statement Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
symbol | string | Yes | — | Stock ticker symbol (e.g. AAPL) |
period | string | No | — | Reporting period: annual or quarterly |
Show inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"symbol": {
"type": "string",
"description": "Stock ticker symbol (e.g. AAPL)"
},
"period": {
"type": "string",
"description": "Reporting period: annual or quarterly",
"enum": [
"annual",
"quarterly"
]
}
},
"required": [
"PCID",
"symbol"
]
}
finage_fundamentals_get_institutional_holders
Get institutional holders Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
symbol | string | Yes | — | Stock ticker symbol (e.g. AAPL) |
Show inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"symbol": {
"type": "string",
"description": "Stock ticker symbol (e.g. AAPL)"
}
},
"required": [
"PCID",
"symbol"
]
}

