Browse Source

Add missing country mapping for Czech Republic

pull/7611/head
Thomas Kaul 2 weeks ago
parent
commit
909b292625
  1. 1
      apps/api/src/services/data-provider/data-enhancer/yahoo-finance/yahoo-finance.service.ts

1
apps/api/src/services/data-provider/data-enhancer/yahoo-finance/yahoo-finance.service.ts

@ -25,6 +25,7 @@ import type { Price } from 'yahoo-finance2/esm/src/modules/quoteSummary-iface';
@Injectable()
export class YahooFinanceDataEnhancerService implements DataEnhancerInterface {
private static countriesMapping = {
'Czech Republic': 'CZ',
Turkey: 'TR'
};

Loading…
Cancel
Save