Skip to content
View otaviovicario's full-sized avatar
🏠
Working from home
🏠
Working from home

Block or report otaviovicario

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
otaviovicario/README.md

Python SQL FastAPI Docker GCP Git Claude

Otávio Vicario Muraca

🚀 Financial Data & API Engineer

Focusing on Financial Data Engineering, API integrations, and automation.


💹 Financial Focus

  • 💰 Currency & Crypto exchange rates
  • 🏦 Banking and Payment APIs
  • 📊 Investment calculations (FIIs, yields, portfolios)
  • ⚡ Automation of financial processes

🛠️ Projects

🏢 Statlys — SaaS · Live

Professional bank statement analysis made simple.

Upload PDF bank statements, get instant AI-powered insights, automatic transaction categorization, cash flow visualization, and client management — built for accountants and financial professionals.

Website Free Trial


🏦 BankKit — Open Source · pip install bankkit

Python SDK for validating banking data — built for Latin America, ready for the world.

PyPI version Python 3.8+ License: MIT Tests

Validates CPF, CNPJ, PIX, IBAN, SWIFT, CLABE, CBU, RUT, ABA Routing, card numbers, passports and more — covering Brazil, Argentina, Mexico, Chile, USA, Canada and 80+ countries via IBAN.

from bankkit import BankKit
bk = BankKit()

bk.validate_pix("user@email.com")          # → {"valid": True, "type": "EMAIL"}
bk.validate_iban("GB82WEST12345698765432") # → {"valid": True, "country": "United Kingdom"}
bk.validate_clabe("032180000118359719")    # → {"valid": True, "bank_code": "032"}

Real-time exchange rates for any currency or crypto to BRL.


🌱 Currently Learning

  • Advanced Open Banking APIs & fintech integrations (BR + US)
  • Cloud architecture for financial applications

Popular repositories Loading

  1. bankkit bankkit Public

    Python 2

  2. Currency-Crypto-Rate-API Currency-Crypto-Rate-API Public

    Provides real-time exchange rates for any currency or cryptocurrency against BRL.

    Python

  3. otaviovicario otaviovicario Public

  4. auth-DIO auth-DIO Public

    DIO - Authentication Education Repository