Skip to content
In development

API Docs
coming soon

Complete documentation for FinData API, MCP Protocol, and webhooks. Leave your email to be notified at launch.

No spam. Just one email when docs are ready.

What will you find?

Everything you need to integrate Vietnamese financial data into your product.

REST API Reference

Endpoints for stock prices, financial reports, technical indicators, and real-time market data.

MCP Protocol

Integrate directly with Claude, GPT, and other LLMs via the Model Context Protocol.

Guides & Tutorials

Step-by-step guides: authentication, pagination, rate limits, error handling.

Data Models

Detailed schemas for 1,600+ stock tickers, 30+ financial indicators, candlestick, and order book.

Webhooks

Receive real-time notifications on price movements, news, or technical signals.

SDKs & Code Samples

Client libraries for Python, JavaScript/TypeScript. Copy-paste examples for every endpoint.

Sneak peek

Vietnamese financial data is just a few lines of code away.

example.py
# Get VNM financial reports for the last 5 years
import finalpha

client = finalpha.Client("your-api-key")

financials = client.get_financials(
    symbol="VNM",
    period="annual",
    limit=5
)

# Get real-time price
price = client.get_price("VNM")
print(f"VNM: {price.close:,.0f} VND ({price.change_pct:+.1f}%)")

* API interface may change before official launch.

Need API access now?

If you are an enterprise or securities firm looking to integrate data, contact us for early access support.