Skip to content
This repository has been archived by the owner on Jul 18, 2024. It is now read-only.

Commit

Permalink
fix: change MOEX data source as it doesn't allow to connect from bad-…
Browse files Browse the repository at this point in the history
…bad countries
  • Loading branch information
adamant-al committed Nov 25, 2022
1 parent 7e04cb0 commit b7c934c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion helpers/getMoex.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ const log = require('./log');
const notify = require('./notify');
const _ = require('underscore');

const url = 'https://iss.moex.com/iss/engines/currency/markets/selt/securities.jsonp';
// const url = 'https://iss.moex.com/iss/engines/currency/markets/selt/securities.jsonp';
const url = 'https://rusdoor.adamant.im/securities.jsonp';

module.exports = (cb) => {

Expand Down

0 comments on commit b7c934c

Please sign in to comment.