Skip to content

data-avail/company-craw

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Getting market data

##erp-scrumble (Org names)##

Get organization company names, from [www.erpr.ru]. Store them directly in mongo.

##finam-scrumble (MICEX historical data)##

No free sources for MICEX historical data.

MICEX data access fees

Stocks list : MICEX stock list No utf encoding, needs to be converted, most convinent way via word)

Finam web interface for getting historical data.

Project facilitate getting data from finam mot by hands, but scrumble them from web.

The js code to get internal-finam-id code to stock symbol:

 finam.issuer-profile.js

 aEmitentCodes

 var index = $.inArray(this.quote(), aEmitentIds);
        if (index != -1) {
            return aEmitentCodes[index];
        } else {
            return null;
        }

 #$(".finam-ui-dropdown-list:eq(1) li a").map(function(f, el){console.log($(el).attr("value"));});

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published