switched eod to new exchange way
This commit is contained in:
parent
f4366f7289
commit
7a99d08d04
7 changed files with 11 additions and 12 deletions
|
|
@ -88,7 +88,7 @@ export async function scheduleIntradayCrawl(
|
|||
|
||||
await this.scheduleOperation('crawl-intraday', {
|
||||
symbol: symbol.Code,
|
||||
exchange: symbol.Exchange,
|
||||
exchange: symbol.eodExchange || symbol.Exchange, // Use eodExchange if available
|
||||
interval,
|
||||
country: symbol.Country
|
||||
}, {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue