TEFAS Funds Historical Price Scraper avatar

TEFAS Funds Historical Price Scraper

Pricing

from $2.00 / 1,000 results

Go to Apify Store
TEFAS Funds Historical Price Scraper

TEFAS Funds Historical Price Scraper

Scans TEFAS for historical or latest fund prices.

Pricing

from $2.00 / 1,000 results

Rating

0.0

(0)

Developer

Eray Diler

Eray Diler

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

6 hours ago

Last modified

Share

TEFAS Historical Price Scraper 📉

Fetch historical mutual fund prices from TEFAS.

This Apify Actor extracts mutual fund historical price data directly from TEFAS (Turkey Electronic Fund Trading Platform). It uses Playwright-based browser automation with optional proxy support to reliably navigate TEFAS anti-bot protections and retrieve data for your financial analysis tools.


📥 Configuration (Input)

ParameterDefaultDescription
Fund Code (kod)TI1The code of the mutual fund you want to track (e.g., TI1, AFA, TCD).
Start Date""(Optional) The starting date in YYYY-MM-DD format.
End Date""(Optional) The ending date in YYYY-MM-DD format.
Proxy ConfigurationAutomaticUses Apify Proxy to improve reliability against anti-bot blocks.

Note: If no dates are provided, the actor will fetch the most recent available data (usually the last 1 month) by default based on TEFAS UI behavior.

Example Input

{
"kod": "TI1",
"start_date": "2024-01-01",
"end_date": "2024-01-31",
"proxyConfiguration": {
"useApifyProxy": true
}
}

📤 Results (Output)

The output provides the date, the closing price, and additional fundamental metrics of the fund (if available):

[
{
"date": "2024-01-02",
"price": 12.3456,
"shares": 113019404.65,
"investors": 226223,
"total_value": 162314520145.91
},
{
"date": "2024-01-03",
"price": 12.4567,
"shares": 113218543.65,
"investors": 225380,
"total_value": 162439566414.83
}
]

📦 About

Created by Eray Diler for StrategyLab.