apilayer / marketstack

Free Real-Time, Intraday & Historical Stock Market Data API
https://marketstack.com
67 stars 14 forks source link

DOCS: Historical Data Example #2

Closed edev2383 closed 4 years ago

edev2383 commented 4 years ago

Unsure if it's a typo or a usage issue, but I got an error using the following example from Historical Data Example API Request

https://api.marketstack.com/v1/eod
    ? access_key = YOUR_ACCESS_KEY
    & symbol = AAPL
    & date_from = 2019-01-01
    & date_to = 2019-02-01

I had to change 'symbol' param to 'symbols' and it worked.

paulzehetmayr commented 4 years ago

done