Skip to content

battlmonstr/FinamTicksDownloader

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FinamTicksDownloader

Ticks Downloader for Finam.ru

Limited to FORTS market only.

Description

Standard download form has several limitations like: period restrictions, file size restriction, user sometimes must wait too long for the file being prepared. In this repository you'll find my implementation of ticks downloader.

Usage

FinamTicksDownloader.exe <ticker> <timeframe> <from> <to>

Parameters:

  • ticker - valid FORTS ticker (RTS, SBRF, Si, etc.)
  • timeframe - valid timeframe. Supported timeframes are:
    • M30 - 30 minutes timeframe
    • M15 - 15 minutes timeframe
    • M10 - 10 minutes timeframe
    • M5 - 5 minute timeframe
    • M1 - 1 minute timeframe
    • ticks - tick data
  • from - date to start from
  • to - final date

Example 1:

FinamTicksDownloader.exe RTS M5 2013.01.01 2013.12.31

Will download 5 minute candle series for RTS ticker since 1 January till 31 December 2013.

Like it?

Please contribute!

About

Ticks Downloader for Finam.ru

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%