End of Day Price
Retrieve end of day prices from Google Finance
Endpoint
POST /v1/price/eod_priceRequest
Name
Type
Required
Description
Parameter
Type
Required
Description
curl -X 'POST' \
'https://api.orbitfin.ai/v1/price/eod_price' \
-H 'accept: application/json' \
-H 'X-API-KEY: <your-api-key>' \
-H 'Content-Type: application/json' \
-d '{
"orbit_entity_id": "1-4295903294",
"window": "1D"
}'Response
Field
Type
Description
Field
Type
Description
Field
Type
Description
Error Handling
Last updated