Freemium

Brapi API

Brapi API offers developers access to Brazilian stock market data, including real-time quotes, historical prices, and market indexes. Perfect for building trading dashboards, financial analysis tools, and investment apps. This open-source public API empowers developers with accurate and reliable financial market data for Brazil.

1

Endpoints

0

Views

Jul 20, 2025

Last Checked

15 k requests/month

Rate Limit

API Endpoints

Retrieves current quotes for Brazilian stocks

Full URL

https://brapi.dev/api/quote/list

Code Examples

curl -X GET 'https://brapi.dev/api/quote/list'

Parameters

{
  "token": "API_TOKEN",
  "symbols": "PETR4,ITUB4"
}

Example Response

{
  "ITUB4": {
    "price": 26.78,
    "change": -0.12
  },
  "PETR4": {
    "price": 32.15,
    "change": 0.45
  }
}

Version

v1

Rate Limit

100 requests/day
Tags
financestocks
Technical Details
Authentication
API Key
Response Formats
JSON
Availability
Brazil
Status
Published
Rate Limits

15k requests/month

Supported Languages
Portuguese
Use Cases
financial dashboards
investment tools
https://brapi.dev/pricing

Related APIs

Discover similar APIs that might interest you

APIfreemium

ExchangeRate API

Real-time currency conversion rates

Category
Finance
Endpoints
1
currencyfinance
APIfreemium

Stripe Payments API

Stripe Payments API provides developers ...

Category
Finance
Endpoints
1
e-commercepayments
APIfreemium

Marketaux Financial News

Marketaux API provides real-time financi...

Category
Finance
Endpoints
1
financestocks
Brapi API – Brazilian Stock Market Public API | Free API Hub