Skip to main content

List all insider transactions

GET https://data.partnr.ai/v2/companies/[symbol]/insider-transactions

Returns a list of insider transactions from the company specified by the [symbol] identifier.

Request Parameters

ParameterLocationDescriptionRequired
[symbol]URLSymbol of the company to be queried.Required
aggregationQuery parameterAggregation Type of insider transactions to be returned.Optional
monthQuery parameterMonth of the insider transactions to be returned.
Format: YYYY-MM
Optional
tradeQuery parameterFilter insider transaction reports in which trades occurred. true and false are the accepted parameters.Optional
group_idQuery parameterGroup id of the insider transactions to be returned.Optional
publish_dateQuery parameterFilter insider transactions by publish_date greater than specified.
Format: ISO 8601
Optional
retrieval_dateQuery parameterFilter insider transactions by retrieval_date greater than specified.
Format: ISO 8601
Optional

Aggregation Type

  • INDIVIDUAL: represents the activities of the only parent company as a single entity and does not include the transactions from members of its subsidiaries.
  • CONSOLIDATED: covers the activities of the parent company and its subsidiaries.

Groups

[ "Não definido", "Controlador", "Conselho de Administração", "Diretoria", "Conselho Fiscal", "Órgão Estatuário", "Órgãos Técnicos ou Consultivos", "Tesouraria", "Controlada", "Coligada" ]

  • 0: not defined.
  • 1: parent company.
  • 2: board of directors.
  • 3: executive board.
  • 4: audit committee.
  • 5: .
  • 6: .
  • 7: .
  • 8: .
  • 9: .

Response

CodeDescription
200Returns a list of insider transactions.
404The company was not found.
401Unauthorized.

Example

[
{
"title": "Formulário Consolidado",
"aggregation": "CONSOLIDATED",
"description": "Negociação de Administradores e Pessoas Ligadas",
"month": "2022-07",
"reference_date": "2022-07-01T00:00:00.000Z",
"publish_date": "2022-08-10T18:13:00.000Z",
"retrieval_date": "2022-08-22T19:57:28.050Z",
"trade": false,
"group": {
"id": 1,
"name": "Controlador",
"entity_id": null,
"entity_name": null
},
"parent_company_name": null,
"subsidiary_company_name": null,
"initial_balance": [
{
"type": "Ações",
"subtype": "ON",
"quantity": 74860113
}
],
"trades": [],
"final_balance": [
{
"type": "Ações",
"subtype": "ON",
"quantity": 74860113
}
],
"source": {
"visualization_url": "https://www.rad.cvm.gov.br/ENET/frmExibirArquivoIPEExterno.aspx?NumeroProtocoloEntrega=1006145",
"download_url": "https://www.rad.cvm.gov.br/ENET/frmDownloadDocumento.aspx?Tela=ext&numSequencia=530879&numVersao=1&numProtocolo=1006145&descTipo=IPE&CodigoInstituicao=1",
"published_at": "2022-08-10T18:13:00.000Z",
"retrieved_at": "2022-08-22T19:57:28.050Z"
}
},
{
"title": "Formulário Consolidado",
"aggregation": "CONSOLIDATED",
"description": "Negociação de Administradores e Pessoas Ligadas",
"month": "2022-07",
"reference_date": "2022-07-01T00:00:00.000Z",
"publish_date": "2022-08-10T18:13:00.000Z",
"retrieval_date": "2022-08-22T19:57:28.050Z",
"trade": false,
"group": {
"id": 2,
"name": "Conselho de Administração",
"entity_id": null,
"entity_name": null
},
"parent_company_name": null,
"subsidiary_company_name": null,
"initial_balance": [
{
"type": "Ações",
"subtype": "ON",
"quantity": 999354
}
],
"trades": [],
"final_balance": [
{
"type": "Ações",
"subtype": "ON",
"quantity": 999354
}
],
"source": {
"visualization_url": "https://www.rad.cvm.gov.br/ENET/frmExibirArquivoIPEExterno.aspx?NumeroProtocoloEntrega=1006145",
"download_url": "https://www.rad.cvm.gov.br/ENET/frmDownloadDocumento.aspx?Tela=ext&numSequencia=530879&numVersao=1&numProtocolo=1006145&descTipo=IPE&CodigoInstituicao=1",
"published_at": "2022-08-10T18:13:00.000Z",
"retrieved_at": "2022-08-22T19:57:28.050Z"
}
},
{
"title": "Formulário Consolidado",
"aggregation": "CONSOLIDATED",
"description": "Negociação de Administradores e Pessoas Ligadas",
"month": "2022-07",
"reference_date": "2022-07-01T00:00:00.000Z",
"publish_date": "2022-08-10T18:13:00.000Z",
"retrieval_date": "2022-08-22T19:57:28.050Z",
"trade": false,
"group": {
"id": 6,
"name": "Órgãos Técnicos ou Consultivos",
"entity_id": null,
"entity_name": null
},
"parent_company_name": null,
"subsidiary_company_name": null,
"initial_balance": [
{
"type": "Ações",
"subtype": "ON",
"quantity": 743477
}
],
"trades": [],
"final_balance": [],
"source": {
"visualization_url": "https://www.rad.cvm.gov.br/ENET/frmExibirArquivoIPEExterno.aspx?NumeroProtocoloEntrega=1006145",
"download_url": "https://www.rad.cvm.gov.br/ENET/frmDownloadDocumento.aspx?Tela=ext&numSequencia=530879&numVersao=1&numProtocolo=1006145&descTipo=IPE&CodigoInstituicao=1",
"published_at": "2022-08-10T18:13:00.000Z",
"retrieved_at": "2022-08-22T19:57:28.050Z"
}
},
{
"title": "Formulário Individual",
"aggregation": "INDIVIDUAL",
"description": "Negociação de Valores Mobiliários pela própria companhia, suas controladas e coligadas",
"month": "2022-07",
"reference_date": "2022-07-01T00:00:00.000Z",
"publish_date": "2022-08-10T18:12:00.000Z",
"retrieval_date": "2022-08-22T19:57:28.069Z",
"trade": false,
"group": {
"id": 7,
"name": "Tesouraria",
"entity_id": "42771949000135",
"entity_name": "CENTRO DE IMAGEM DIAGNÓSTICOS S.A."
},
"parent_company_name": null,
"subsidiary_company_name": null,
"initial_balance": [
{
"type": "Ações",
"subtype": "ON",
"quantity": 493029
}
],
"trades": [],
"final_balance": [],
"source": {
"visualization_url": "https://www.rad.cvm.gov.br/ENET/frmExibirArquivoIPEExterno.aspx?NumeroProtocoloEntrega=1006143",
"download_url": "https://www.rad.cvm.gov.br/ENET/frmDownloadDocumento.aspx?Tela=ext&numSequencia=530877&numVersao=1&numProtocolo=1006143&descTipo=IPE&CodigoInstituicao=1",
"published_at": "2022-08-10T18:12:00.000Z",
"retrieved_at": "2022-08-22T19:57:28.069Z"
}
},
{
"title": "Formulário Consolidado",
"aggregation": "CONSOLIDATED",
"description": "Negociação de Administradores e Pessoas Ligadas",
"month": "2022-07",
"reference_date": "2022-07-01T00:00:00.000Z",
"publish_date": "2022-08-10T18:13:00.000Z",
"retrieval_date": "2022-08-22T19:57:28.050Z",
"trade": true,
"group": {
"id": 3,
"name": "Diretoria",
"entity_id": null,
"entity_name": null
},
"parent_company_name": null,
"subsidiary_company_name": null,
"initial_balance": [
{
"type": "Ações",
"subtype": "ON",
"quantity": 84148
}
],
"trades": [
{
"type": "Ações",
"subtype": "ON",
"broker": null,
"trade_type": "Desligamento/saída",
"day": 11,
"quantity": 9650,
"price": 0,
"volume": 0
},
{
"type": "Ações",
"subtype": "ON",
"broker": null,
"trade_type": "Desligamento/saída",
"day": 8,
"quantity": 17545,
"price": 0,
"volume": 0
},
{
"type": "Ações",
"subtype": "ON",
"broker": null,
"trade_type": "Desligamento/saída",
"day": 8,
"quantity": 11863,
"price": 0,
"volume": 0
}
],
"final_balance": [
{
"type": "Ações",
"subtype": "ON",
"quantity": 45090
}
],
"source": {
"visualization_url": "https://www.rad.cvm.gov.br/ENET/frmExibirArquivoIPEExterno.aspx?NumeroProtocoloEntrega=1006145",
"download_url": "https://www.rad.cvm.gov.br/ENET/frmDownloadDocumento.aspx?Tela=ext&numSequencia=530879&numVersao=1&numProtocolo=1006145&descTipo=IPE&CodigoInstituicao=1",
"published_at": "2022-08-10T18:13:00.000Z",
"retrieved_at": "2022-08-22T19:57:28.050Z"
}
}
]