I understand that the fields parameter can return historical data fields such as TIMESTAMP, VALUE, VOLUME, HIGH, LOW, OPEN, CLOSE, and COUNT.
Currently, I am using the following parameters:
start_date: Previous day
end_date: Current day
interval: daily
fields: CLOSE
I have two questions:
- If I would like to retrieve the current Bid and Ask prices shown on the market watch screen, do I need to change the fields parameter or use a different API/function? If so, which parameters should be used?
- For instruments traded in countries with public holidays, can I use the same request parameters (start_date, end_date, interval=daily), or do I need to specify additional parameters?
Could you please advise?