switched eod to new exchange way

This commit is contained in:
Boki 2025-07-09 12:09:18 -04:00
parent f4366f7289
commit 7a99d08d04
7 changed files with 11 additions and 12 deletions

View file

@ -57,7 +57,7 @@ export async function scheduleFetchPrices(
await this.scheduleOperation('fetch-prices', {
symbol: symbol.Code,
exchange: symbol.Exchange,
exchange: symbol.eodExchange || symbol.Exchange, // Use eodExchange if available
country: symbol.Country
}, {
attempts: 3,