published

Brapi API

Brapi API provides developers access to Brazilian stock market data, including real-time quotes and historical prices, suitable for financial applications.

Developed by Brapi Open Source Project

99.90%Uptime
150msLatency
250Stars
API KeyAuth
NoCredit Card
RESTStyle
v1Version
API Endpoints

Reference for available routes, request structures, and live examples.

Retrieves current quotes for Brazilian stocks

Full Endpoint URL
https://brapi.dev/quote/list
Implementation Example
curl -X GET 'https://brapi.dev/quote/list'
Request Payload
{
  "token": "API_TOKEN",
  "symbols": "PETR4,ITUB4"
}
Expected Response
{
  "ITUB4": {
    "price": 26.78,
    "change": -0.12
  },
  "PETR4": {
    "price": 32.15,
    "change": 0.45
  }
}
Version:v1
Limit:100 requests/day
Real-World Applications
  • Building trading dashboards for monitoring Brazilian stocksOptimized Capability
  • Creating financial applications for investment analysisOptimized Capability
  • Integrating real-time stock data into portfolio management toolsOptimized Capability
  • Powering analytics tools for market research and trend analysisOptimized Capability
Advantages
  • Comprehensive coverage of Brazilian stock market data
  • Low latency suitable for real-time trading applications
  • Detailed documentation with example integration snippets
  • Supports multiple data types including stocks, indices, and currencies
Limitations
  • API is limited to Brazilian market data only
  • No built-in AI or predictive analytics features
  • Rate limits may restrict heavy testing or high-frequency trading
  • Lack of official SDKs for some popular languages like Ruby or Go

API Specifications

v1
Pricing Model
Tiered subscription based on usage
Credit Card
Not Required
Response Formats
JSON
Supported Languages
4 Languages
SDK Support
Python, JavaScript
Time to Hello World

Under 1 hour including API key signup and initial integration

Rate Limit

1000 requests per minute

Free Tier Usage

Free tier includes 1000 API calls per month with access to real-time and historical data endpoints.

Use Case: Best For

Developers building financial and trading applications focused on the Brazilian stock market

Not Recommended For

Global stock market data needs or high-frequency trading requiring ultra-low latency

#stocks#finance

Explore Related APIs

Discover similar APIs to Brapi API

View All APIs
PUBLIC

Currency Exchange API

The Currency Exchange API offers developers reliable access to real-time and historical foreign exchange and cryptocurrency rates, suitable for integration into various applications.

PUBLIC

finlight

Finlight API offers developers access to real-time financial data and market analytics, making it ideal for creating fintech applications and investment tools.

PUBLIC

ExchangeRate API

The ExchangeRate API offers real-time and historical foreign exchange rates for over 160 currencies, ideal for financial applications and currency conversion.