Hi,
I want to use stock_quote for French actions (like here: https://www.google.com/search?channel=fs&client=ubuntu&q=cours+ai), but the "AI" symbol already exist in USA market. So when I use StockQuote::Stock.quote("AI"), it's the US action by default.
What is the best way to modify the code above to find "Air Liquide" data for french market (Paris) ?
Hi,
I want to use stock_quote for French actions (like here: https://www.google.com/search?channel=fs&client=ubuntu&q=cours+ai), but the "AI" symbol already exist in USA market. So when I use
StockQuote::Stock.quote("AI"), it's the US action by default.What is the best way to modify the code above to find "Air Liquide" data for french market (Paris) ?