Skip to content

Get historical data of public investment funds in Turkey

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md
Notifications You must be signed in to change notification settings

can-taslicukur/tefasr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tefasr

This package enables you to fetch historical data of public investment funds in Turkey from Turkey Electronic Fund Trading Platform.

Installation

You can install the development version of tefasr from GitHub with:

# install.packages("devtools")
devtools::install_github("can-taslicukur/tefasr")

Example

You can get general information such as price for a given fund type within a date range like this.

library(tefasr)
dat <- historical_information(
  information_type = "BindHistoryInfo",
  fund_type = "YAT",
  start_date = as.Date("2021-10-01"),
  end_date = as.Date("2021-10-01")
)

About

Get historical data of public investment funds in Turkey

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages