Programmatic access to TEFAS fund data — JSON, free, 500 requests/day. No credit card required.
Pass your key as the api_key query parameter on every request:
curl "https://fonindex.com/fon-api/v1/funds/AFO/?api_key=YOUR_KEY"
Daily limit: 500 requests/key. Resets at midnight UTC+3.
{
"fon_kodu": "AFO",
"fon_unvani": "AK PORTFÖY ALTIN FONU",
"fon_turu": "Altın Fonu",
"kurucu": "AK PORTFÖY YÖNETİMİ A.Ş.",
"isin": "TRYAKBK00052",
"son_fiyat": 1.360915,
"getiri_1y_pct": 42.88,
"as_of": "2026-09-07",
"portfolio": [
{ "type": "Kıymetli Madenler", "weight_pct": 97.8 },
{ "type": "Ters Repo", "weight_pct": 2.1 }
]
}