Created at 1pm, Dec 29
benjaminBusiness
1
Netflix Stock Price Historic'
1dgxRYlhEpoPPSvdtXKPLKzd50NB-LY2TjNGIfw3u7Y
File Type
CSV
Entry Count
1258
Embed. Model
jina_embeddings_v2_base_en
Index Type
hnsw

Netflix Stock Prices for each day including open, close, highest and lowest price.

Dataset Viewer
DateClose/LastVolumeOpenHighLowYearMax Close/LastMin Close/LastMax HighMin HighMax LowMin LowRemarksSentence
2021-06-10487.274382928487.165490.21482.142021691.69484.98700.9894488.57686.09478.54On 2021-06-10, Netflix had a closing price of $487.27, opened at $487.165, with a high of $490.21 and a low of $482.14.
2021-06-09485.813055029494.5496.09484.652021691.69484.98700.9894488.57686.09478.54On 2021-06-09, Netflix had a closing price of $485.81, opened at $494.5, with a high of $496.09 and a low of $484.65.
2021-06-08492.392374037497.0498.82489.372021691.69484.98700.9894488.57686.09478.54On 2021-06-08, Netflix had a closing price of $492.39, opened at $497.0, with a high of $498.82 and a low of $489.37.
2021-06-07494.662791932492.917496.7490.552021691.69484.98700.9894488.57686.09478.54On 2021-06-07, Netflix had a closing price of $494.66, opened at $492.917, with a high of $496.7 and a low of $490.55.
How to Retrieve?
# Search

curl -X POST "https://search.dria.co/hnsw/search" \
-H "x-api-key: <YOUR_API_KEY>" \
-H "Content-Type: application/json" \
-d '{"rerank": true, "top_n": 10, "contract_id": "1dgxRYlhEpoPPSvdtXKPLKzd50NB-LY2TjNGIfw3u7Y", "query": "What is alexanDRIA library?"}'
        
# Query

curl -X POST "https://search.dria.co/hnsw/query" \
-H "x-api-key: <YOUR_API_KEY>" \
-H "Content-Type: application/json" \
-d '{"vector": [0.123, 0.5236], "top_n": 10, "contract_id": "1dgxRYlhEpoPPSvdtXKPLKzd50NB-LY2TjNGIfw3u7Y", "level": 2}'