Tickerhub - Mais do que dados
  1. Tickers
Tickerhub - Mais do que dados
  • Tickerhub. Transformando dados em decisões inteligentes
  • Autenticação
    • Obter token de acesso
      POST
  • Tickers
    • Obter detalhes de ativo(s)
      GET
  • Regras
    • Criar uma regra de monitoramento
      POST
  1. Tickers

Obter detalhes de ativo(s)

GET
https://api.tickerhub.com.br/v1/ticker
API para obter dados de um ou vários ativos ao mesmo tempo (ACAO B3, FII, BDR ETF)
tickers: Nome do(s) ativo(s) a serem consultados, separados por vírgula
sections:
basic_info - Informações básicas do ativo
next_dividends - Próximos dividendos agendados para pagamento
future_dividends - Todos os dividendos futuros divulgados
last_price - Preço do ativo no último dia útil

Requisição

Parâmetros de Consulta

Parâmetros Header

Respostas

🟢200Success
application/json
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.tickerhub.com.br/v1/ticker?tickers=PETR4, VALE3&sections=next_dividends,last_price,future_dividends' \
--header 'Authorization: BEARER token' \
--header 'Content-Type: application/json'
Response Response Example
{
    "ticker": "PETR4",
    "basic_info": {
        "logo_name": "PETR4_logo.svg",
        "city": "Rio De Janeiro",
        "cnpj": "33.000.167/0001-01",
        "dt_b3_negotiation_start": "20/07/1977",
        "state": "RJ",
        "sector": "Petróleo. Gás e Biocombustíveis",
        "company_name": "Petróleo Brasileiro S.A. - Petrobras",
        "phone": "",
        "ticker": "PETR4",
        "index": [
            "IBBR",
            "IBEE",
            "IBEW",
            "IBLV",
            "IBOV",
            "IBRA",
            "IBSD",
            "IBXL",
            "IBXX",
            "IDIV",
            "IDVR",
            "IGCT",
            "IGCX",
            "ITAG",
            "MLCX"
        ],
        "website": "https://petrobras.com.br",
        "currency": "BRL",
        "company_officers": [
            {
                "maxAge": 1,
                "name": "Ms. Magda Maria de Regina Chambriard",
                "title": "CEO & Non-Independent Director",
                "exercisedValue": 0,
                "unexercisedValue": 0
            },
            {
                "maxAge": 1,
                "name": "Ms. Clarice  Coppetti",
                "age": 60,
                "title": "Interim President, Chief Corporate Affairs Officer & Member of Executive Board",
                "yearBorn": 1964,
                "exercisedValue": 0,
                "unexercisedValue": 0
            },
            {
                "maxAge": 1,
                "name": "Mr. Fernando Sabbi Melgarejo",
                "title": "Chief Financial & Investor Relations Officer",
                "exercisedValue": 0,
                "unexercisedValue": 0
            },
            {
                "maxAge": 1,
                "name": "Mr. Mario Vinicius Claussen Spinelli",
                "age": 53,
                "title": "Chief Governance & Compliance Officer and Member of Executive Board",
                "yearBorn": 1971,
                "exercisedValue": 0,
                "unexercisedValue": 0
            },
            {
                "maxAge": 1,
                "name": "Mr. Claudio Romeo Schlosser",
                "age": 60,
                "title": "Chief Logistics, Commercialization & Markets Officer and Member of Executive Board",
                "yearBorn": 1964,
                "exercisedValue": 0,
                "unexercisedValue": 0
            },
            {
                "maxAge": 1,
                "name": "Mr. William Franca da Silva",
                "age": 64,
                "title": "Chief Industrial Processes & Products Officer and Member of Executive Board",
                "yearBorn": 1960,
                "exercisedValue": 0,
                "unexercisedValue": 0
            },
            {
                "maxAge": 1,
                "name": "Mr. Mauricio Tiomno Tolmasquim",
                "age": 66,
                "title": "Chief Energy Transition & Sustainability Officer and Member of Executive Board",
                "yearBorn": 1958,
                "exercisedValue": 0,
                "unexercisedValue": 0
            },
            {
                "maxAge": 1,
                "name": "Ms. Renata  Baruzzi",
                "title": "Chief Engineering, Technology, & Innovation Officer",
                "exercisedValue": 0,
                "unexercisedValue": 0
            },
            {
                "maxAge": 1,
                "name": "Mr. Hélio Siqueira Júnior",
                "title": "Acting General Counsel",
                "exercisedValue": 0,
                "unexercisedValue": 0
            },
            {
                "maxAge": 1,
                "name": "Mr. Bruno  Motta",
                "title": "Executive Manager of Communication & Brands",
                "exercisedValue": 0,
                "unexercisedValue": 0
            }
        ],
        "economic_group": "Exploração. Refino e Distribuição",
        "sub_sector": "Petróleo. Gás e Biocombustíveis",
        "type": "ACAO",
        "cvm_code": "9512",
        "main_activity": "Pesquisa. lavra. refinação. processamento. comércio e transporte de petróleo. de seus derivados. de gás natural e de outros hidrocarbonetos fluidos. além das atividades vinculadas à energia.",
        "zip_code": "20241-030",
        "address": "Avenida Henrique Valadares, 28, 19th floor"
    },
    "next_dividends": [
        {
            "tp_provento": "DIVIDENDO",
            "dt_pagamento": "2025-05-20",
            "valor": 0.35
        },
        {
            "tp_provento": "RENDIMENTO",
            "dt_pagamento": "2025-05-20",
            "valor": 0.01
        }
    ],
    "future_dividends": [
        {
            "tp_provento": "DIVIDENDO",
            "dt_pagamento": "2025-06-20",
            "valor": 0.35
        },
        {
            "tp_provento": "RENDIMENTO",
            "dt_pagamento": "2025-06-20",
            "valor": 0.01
        }
    ],
    "last_price": {
        "close": 30.85,
        "high": 31.18,
        "low": 30.46,
        "open": 30.67,
        "volume": 65650100,
        "date": "2025-04-17"
    }
}
Modificado em 2025-04-30 17:55:16
Página anterior
Obter token de acesso
Próxima página
Criar uma regra de monitoramento
Built with