Skip to content

rateSeries() not working #11

@luria

Description

@luria

Hi, I think the rateSeries is not working,

Even after fixing the minor typo in the date,

//Get historical rate series
$rates = Currency::rateSeries('USD', 'NOK', '2016-12-24', ''2016-12-31);

//Get historical rate series
$rates = Currency::rateSeries('USD', 'NOK', '2016-12-24', '2016-12-31');

the system says:

Call to undefined method danielme85\CConverter\Currency::rateSeries()

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions