add paris
authorAlan <alan@roojs.com>
Tue, 6 Feb 2024 03:04:28 +0000 (11:04 +0800)
committerAlan <alan@roojs.com>
Tue, 6 Feb 2024 03:04:28 +0000 (11:04 +0800)
Finance/ISIN.php

index 7ae0066..8fd85d8 100644 (file)
@@ -15,6 +15,8 @@ class Finance_ISIN
                 case 'NYSE':
                 case 'NASDAQ':
                     return $this->getExchangeISIN($stockcode, $exchange);
+                case 'PA':
+                    return $this->getExchangeISIN($stockcode, 'EURONEXT');
                 default:
                     return false;