diff --git a/doc/example.php b/doc/example.php index e063936..f7f8c4b 100644 --- a/doc/example.php +++ b/doc/example.php @@ -18,7 +18,7 @@ $searchResult = $client->search('Apple'); // Returns an array of Scheb\YahooFinanceApi\Results\HistoricalData -$historicalData = $client->getHistoricalData('AAPL', ApiClient::INTERVAL_1_DAY, new \DateTime('-14 days'), new \DateTime('today')); +$historicalData = $client->getHistoricalData('AAPL', ApiClient::INTERVAL_1_DAY, new DateTime('-14 days'), new DateTime('today')); // Returns Scheb\YahooFinanceApi\Results\Quote $exchangeRate = $client->getExchangeRate('USD', 'EUR');