AI agent for Turkish financial markets. Multi-agent architecture for BIST stocks, TEFAS funds, crypto, forex, and macroeconomic data.


Borsacı is an AI agent that accesses and analyzes Turkish financial market data using the Borsa MCP server. It is developed for educational and research purposes.
git clone https://github.com/saidsurucu/borsaci.git
cd borsaci
cat > .env << EOF
OPENROUTER_API_KEY=sk-or-v1-your-api-key-here
EOF
docker-compose run --rm borsaci
git clone https://github.com/saidsurucu/borsaci.git
cd borsaci
uv sync
uv run borsaci
>> What is ASELS stock's last quarter revenue growth?
>> Bitcoin TRY price and 24-hour change?
>> List the top 5 performing A-type mutual funds
ASELS is Aselsan (Turkish defense company), similar to Lockheed Martin in the US market. A-type funds are equity-focused mutual funds in Turkey's TEFAS (Electronic Fund Distribution Platform).
>> ASELS 1-week candlestick chart
>> Show THYAO candlestick chart
THYAO is Turkish Airlines' stock ticker on Borsa Istanbul.
>> Tell me about ASELS stock
>> elaborate
>> should I buy?
>> ASELS THYAO GARAN EREGL SAHOL latest prices
>> Gold, dollar, euro, bitcoin prices
GARAN is Garanti Bank, EREGL is Ereğli Iron & Steel, SAHOL is Sabancı Holding - major blue-chip stocks on Borsa Istanbul (BIST).
Not Investment Advice: This is purely an educational and research project. The information provided does not constitute financial advice, professional consultation, or buy/sell recommendations, and should never influence real investment decisions.
MIT License
Borsacı is open source. If your organization needs something similar for its own data sources, let's talk.