Fintatica
Home
WebsiteContato
Home
WebsiteContato
  1. Getting started
  • Getting started
    • Introduction
    • Quick start
    • SDKs & Libraries
    • Authentication & Limits
    • Error Codes
    • Common Params
  • Investment Funds
    • Retrive Portifolio
      GET
    • FOF Portifolio Look-Through
      GET
  • Others
    • Flight Fares
      GET
  • FAQ
    • FAQ
  1. Getting started

Introduction

Welcome to Fintatica — we turn messy Brazilian market data (CVM/B3/IBGE, etc.) into clean, developer-first APIs and bite-size insights for investors and fintechs. These docs are your guide to what’s available, how it’s structured, and the fastest way to ship something useful.

What you’ll find in the product#

Ready-to-use datasets
CVM funds & portfolios — including fund-of-funds look-through.
B3 index constituents — index membership by day.
IBGE airline fares for IPCA — inputs used to build inflation sub-indices.
Clear, consistent JSON responses.
Versioned base URL: https://api.fintatica.com.br/v1
(No sandbox yet; production only.)
Endpoint-level freshness: some endpoints update daily, others weekly or monthly depending on the source. Each endpoint page states its cadence.
Coming soon: official JavaScript and Python SDKs (see the SDKs section once available).

What you’ll find in the documentation#

Quick Start — your first successful request in minutes.
Authentication & Limits — how to pass your API key and understand rate limits.
Error Codes — status codes, error shapes, and how to recover.
Common Params — pagination, filtering, date ranges, and sorting conventions.
Dataset Pages — one page per dataset with fields, examples, and update cadence.
FAQ — short answers to common “why is this number different?” questions.
Each endpoint page includes:
What this endpoint returns (with a sample response),
Field reference (names, types, nullability),
Update cadence & revision notes (can values be backfilled/updated?),
Source & attribution (direct links to CVM/B3/IBGE materials),
Usage examples (curl + code once SDKs are live),
Known caveats specific to Brazilian market conventions.

How to navigate#

1.
New to Fintatica? Start with Quick Start → then skim Common Params.
2.
Know what you need? Jump straight to the dataset page (e.g., CVM Funds, B3 Indexes, IBGE Fares).
3.
Integrating into production? Read Authentication & Limits and Error Codes, then bookmark the Changelog and Status.
Tip: If you’re comparing our numbers to another vendor, check the dataset’s cadence, revision behavior, and definition notes first—most mismatches come from those details.

Mental model & expectations#

Per-endpoint cadence: Not all sources update daily. Each endpoint page states when it updates and if historical values can be revised by the source.
Data lineage & attribution: We link to the official sources on every dataset page so you can trace values end-to-end.
Formats: Responses are JSON by default. If an endpoint supports CSV/Parquet, it will say so on that page.
Versioning: You’re on v1. We aim for additive changes within a version. If we need to deprecate something, we’ll announce it in the Changelog with reasonable notice.
Time & locale: Endpoint pages state timestamp conventions. Unless noted otherwise, timestamps follow standard ISO-8601 formatting.

What most people miss (read this once)#

Cadence differences: Comparing daily and monthly series without aligning frequencies creates false discrepancies. Check the cadence.
Revisions/backfills: Some official sources revise prior periods. If you cache aggressively, plan for occasional updates to historical rows.
Brazil-specific conventions: Index membership dates, fund class hierarchies, and identifier changes can be non-obvious—dataset pages call out the gotchas.
Pagination & filtering: Use the patterns in Common Params to avoid timeouts and to make your fetches rate-limit friendly.

Getting help & staying informed#

Status page: Live availability and incident history — https://status.fintatica.com.br
Support: Email support (see the Support or FAQ page for the current address). We aim to respond as soon as possible.
Changelog: We announce new endpoints, field additions, and breaking changes here.

Next steps#

Head to Quick Start to make your first request against https://api.fintatica.com.br/v1.
Then read Authentication & Limits and Common Params.
Pick your dataset page and plug it into your workflow.
If something’s unclear or missing, tell us—these docs evolve with your feedback.
Next
Quick start
Built with