Historical Fund Data
You can get historical data on TEFAS funds, such as the price, portfolio size, and investor count.
Funds Historical
Retrieve historical data for a TEFAS fund, including price and other metrics. Only tr is supported for region.
Parameters
Name | Description | Example | Parameter Type | Data Type |
---|---|---|---|---|
region | Region code (tr, us) | query | string | |
symbol | Symbol of the stock. | AFA | query | string |
period | The requested period. | query | string |
Response
(Note: Actual response can be different length and other fields may be present)
"root":[
0:{
"date":
string"2023-10-01T00:00:00Z"
"price":
float100.5
"aum":
int5000000
"investorCount":
int150
"shareCount":
int10000
1:{
"date":
string"2023-10-02T00:00:00Z"
"price":
int101
"aum":
int5050000
"investorCount":
int152
"shareCount":
int10050
2:{
"date":
string"2023-10-03T00:00:00Z"
"price":
float102.3
"aum":
int5100000
"investorCount":
int155
"shareCount":
int10100
3:{
"date":
string"2023-10-04T00:00:00Z"
"price":
float103.7
"aum":
int5150000
"investorCount":
int158
"shareCount":
int10150
4:{
"date":
string"2023-10-05T00:00:00Z"
"price":
float104.2
"aum":
int5200000
"investorCount":
int160
"shareCount":
int10200
5:{
"date":
string"2023-10-06T00:00:00Z"
"price":
float105.5
"aum":
int5250000
"investorCount":
int162
"shareCount":
int10250
6:{
"date":
string"2023-10-07T00:00:00Z"
"price":
int106
"aum":
int5300000
"investorCount":
int165
"shareCount":
int10300
On This Page