MVFC.Connectors.Financas
4.0.0
dotnet add package MVFC.Connectors.Financas --version 4.0.0
NuGet\Install-Package MVFC.Connectors.Financas -Version 4.0.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="MVFC.Connectors.Financas" Version="4.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="MVFC.Connectors.Financas" Version="4.0.0" />
<PackageReference Include="MVFC.Connectors.Financas" />
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add MVFC.Connectors.Financas --version 4.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: MVFC.Connectors.Financas, 4.0.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package MVFC.Connectors.Financas@4.0.0
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=MVFC.Connectors.Financas&version=4.0.0
#tool nuget:?package=MVFC.Connectors.Financas&version=4.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
MVFC.Connectors.Financas
Connectors for financial data including BCB institutions, Yahoo Finance, and Reddit stock discussions.
English | Português
Features
- Full list of financial institutions registered at Banco Central do Brasil (BCB)
- Stock and asset market data via Yahoo Finance
- Stock ticker sentiment and discussion data from Reddit
Installation
dotnet add package MVFC.Connectors.Financas
Supported Services
| Interface | Description |
|---|---|
IBcbInstituicaoApi |
Financial institutions registered at BCB |
IYahooApi |
Stock and asset market data |
IRedditStockApi |
Reddit stock discussions and sentiment |
Quick Start
var builder = WebApplication.CreateBuilder(args);
builder.Services.AddFinancas();
var app = builder.Build();
Examples
// List all BCB-registered financial institutions
public class InstitutionService(IBcbInstituicaoApi bcbApi)
{
public async Task<IEnumerable<InstituicaoDto>> GetAllAsync(CancellationToken ct)
{
return await bcbApi.ObterAsync(ct);
}
}
// Get stock quote from Yahoo Finance
public class StockService(IYahooApi yahooApi)
{
public async Task<QuoteDto> GetQuoteAsync(string ticker, CancellationToken ct)
{
return await yahooApi.ObterAsync(ticker, ct);
}
}
Related Packages
| Package | Description |
|---|---|
| MVFC.Connectors.Commons | Shared HTTP infrastructure |
| MVFC.Connectors.BrasilApi | BrasilAPI financial endpoints (exchange rates, interest rates) |
| MVFC.Connectors | Repository overview |
Contributing
Read CONTRIBUTING.md before opening issues or pull requests.
Security
If you discover a vulnerability, please refer to SECURITY.md.
License
Distributed under the license available in LICENSE.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net9.0 is compatible. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 is compatible. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net10.0
- MVFC.Connectors.Commons (>= 4.0.0)
-
net9.0
- MVFC.Connectors.Commons (>= 4.0.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 4.0.0 | 120 | 4/7/2026 |
| 3.0.6 | 111 | 3/21/2026 |
| 3.0.5 | 116 | 3/17/2026 |
| 3.0.4 | 116 | 3/16/2026 |
| 2.1.4 | 111 | 2/19/2026 |
| 2.1.1 | 121 | 1/19/2026 |
| 2.1.0 | 116 | 1/19/2026 |
| 2.0.5 | 123 | 1/8/2026 |
| 2.0.4 | 126 | 1/7/2026 |
| 2.0.3 | 124 | 1/4/2026 |
| 2.0.2 | 126 | 1/3/2026 |
| 2.0.1 | 123 | 1/3/2026 |
| 1.2.0 | 250 | 11/16/2025 |
| 1.1.1 | 268 | 11/10/2025 |
| 1.1.0 | 223 | 11/10/2025 |
| 1.0.0 | 222 | 11/10/2025 |