mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-07-19 13:19:39 +02:00
Search securities with correct exchange mic
This commit is contained in:
parent
eac5d5e663
commit
5f8a3c9f50
1 changed files with 2 additions and 2 deletions
|
@ -15,7 +15,7 @@ module Security::Price::Provided
|
||||||
|
|
||||||
response = provider.fetch_security_prices \
|
response = provider.fetch_security_prices \
|
||||||
ticker: security.ticker,
|
ticker: security.ticker,
|
||||||
mic_code: security.exchange_mic,
|
mic_code: security.exchange_operating_mic,
|
||||||
start_date: date,
|
start_date: date,
|
||||||
end_date: date
|
end_date: date
|
||||||
|
|
||||||
|
@ -40,7 +40,7 @@ module Security::Price::Provided
|
||||||
|
|
||||||
response = provider.fetch_security_prices \
|
response = provider.fetch_security_prices \
|
||||||
ticker: security.ticker,
|
ticker: security.ticker,
|
||||||
mic_code: security.exchange_mic,
|
mic_code: security.exchange_operating_mic,
|
||||||
start_date: start_date,
|
start_date: start_date,
|
||||||
end_date: end_date
|
end_date: end_date
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue