Brasilapi.Rates (BrasilAPI v0.1.5)

View Source

Rates domain module for BrasilAPI.

This module provides the main interface for tax rates and official indices functionality from the Brazilian financial system.

Summary

Functions

Fetches information about all available tax rates and indices.

Fetches information about a specific tax rate or index by its name/acronym.

Functions

get_all()

Fetches information about all available tax rates and indices.

Delegates to Brasilapi.Rates.API.get_all/0.

get_by_acronym(acronym)

Fetches information about a specific tax rate or index by its name/acronym.

Delegates to Brasilapi.Rates.API.get_by_acronym/1.