Live Google Finance Explore Advanced


Live Google Finance Explore provides real-time data from the ‘Explore’ tab of Google Finance. These results are specific to the parameters you specify in the request: location and language.

checked POST
Pricing

Your account will be charged for each request.
The cost can be calculated on the Pricing page.

All POST data should be sent in the JSON format (UTF-8 encoding). When setting a task, you should send all task parameters in the task array of the generic POST array. You can send up to 2000 API calls per minute, each Live SERP API call can contain only one task.

Below you will find a detailed description of the parameters that are required or recommended for setting a task.

Main Parameters

Field nameTypeDescription
location_codeinteger

search engine location code

required field if you don't specify location_name

if you use this field, you don't need to specify location_name

you can receive the list of available locations of the search engines with their location_code by making a separate request to https://api.dataforseo.com/v3/serp/google/locations

example:

2840

language_codestring

search engine language code

required field if you don't specify language_name

if you use this field, you don't need to specify language_name

you can receive the list of available languages of the search engine with their language_code by making a separate request to the https://api.dataforseo.com/v3/serp/google/languages

example:

en

devicestring

device type

optional field

return results for a specific device type

possible value: desktop


Below you will find a drop-down list with the additional parameters you can use for setting a task.
Additional Parameters
Field nameTypeDescription
location_namestring

full name of search engine location

required field if you don't specify location_code

if you use this field, you don't need to specify location_code

you can receive the list of available locations of the search engine with their location_name by making a separate request to https://api.dataforseo.com/v3/serp/google/locations

example:

London,England,United Kingdom

language_namestring

full name of search engine language

required field if you don't specify language_code

if you use this field, you don't need to specify language_code

you can receive the list of available languages of the search engine with their language_name by making a separate request to the https://api.dataforseo.com/v3/serp/google/languages

example:

English

osstring

device operating system

optional field

possible values: windows

tagstring

user-defined task identifier

optional field

the character limit is 255

you can use this parameter to identify the task and match it with the result

you will find the specified tag value in the data object of the response

news_typestring

financial news filters

optional field

possible values: top_stories, local_market, world_markets

default value: top_stories

Note: if you specify local_market or world_markets, the charge per task will be multiplied by 2


‌‌‌‌
‌‌‌
As a response of the API server, you will receive JSON-encoded data containing a tasks array with the information specific to the set tasks.

Description of the fields in the results array:

Field nameTypeDescription
versionstring

the current version of the API

status_codeinteger

general status code
you can find the full list of the response codes here
Note: we strongly recommend designing a necessary system for handling related exceptional or error conditions

status_messagestring

general informational message
you can find the full list of general informational messages here

timestring

execution time, seconds

costfloat

total tasks cost, USD

tasks_countinteger

the number of tasks in the tasks array

tasks_errorinteger

the number of tasks in the tasks array returned with an error

tasksarray

array of tasks

    idstring

task identifier
unique task identifier in our system in the UUID format

    status_codeinteger

status code of the task
generated by DataForSEO; can be within the following range: 10000-60000
you can find the full list of the response codes here

    status_messagestring

informational message of the task
you can find the full list of general informational messages here

    timestring

execution time, seconds

    costfloat

cost of the task, USD

    result_countinteger

number of elements in the result array

    patharray

URL path

    dataobject

contains the same parameters that you specified in the POST request

    resultarray

array of results

        keywordstring

keyword received in a POST array
the keyword is returned with decoded %## (plus character '+' will be decoded to a space character)

        typestring

search engine type
in this case, equals finance_explore

        se_domainstring

search engine domain in a POST array

        location_codestring

location code in a POST array

        language_codestring

language code in a POST array

        check_urlstring

direct URL to search engine results
you can use it to make sure that we provided accurate results

        datetimestring

date and time when the result was received
in the UTC format: “yyyy-mm-dd hh-mm-ss +00:00”
example:
2019-11-15 12:57:46 +00:00

        spellobject

autocorrection of the search engine
if the search engine provided results for a keyword that was corrected, we will specify the keyword corrected by the search engine and the type of autocorrection

        refinement_chipsobject

search refinement chips
in this case, the value will be null

        item_typesarray

types of search results in SERP
contains types of search results (items) found in SERP;
possible item types: google_finance_hero_groups, google_finance_interested, google_finance_news, google_finance_earnings_calendar, google_finance_most_followed, google_finance_market_trends, google_finance_people_also_search

        se_results_countinteger

total number of results in SERP

        items_countinteger

the number of results returned in the items array

        itemsarray

elements of search results found in SERP

            google_finance_hero_groupsobject
            typestring

google_finance_hero_groups item in SERP

            rank_groupinteger

group rank in SERP
position within a group of elements with identical type values
positions of elements with different type values are omitted from rank_group

            rank_absoluteinteger

absolute rank in SERP
absolute position among all the elements in SERP

            marketsarray

financial markets data
array of items containing market indexes and other financial information related to these indexes

                marketstring

financial market identifier
possible values: US, Europe, Asia, Currencies, Crypto, Futures

                itemsarray

market indexes data
array of items containing market indexes data;
possible type of items: google_finance_asset_pair_element, google_finance_market_instrument_element, google_finance_market_index_element

                    typestring

type of element='google_finance_market_index_element'n

                    tickerstring

ticker of the market index
example: DAX

                    market_identifierstring

market identifier
example: INDEXDB

                    index_valuefloat

value of the market index
numerical value of the index at a given timestamp

                    index_value_deltafloat

change in value of the market index
change in the index_value at a given timestamp

                    identifierstring

identifier of the element
full identifier of the element that consists from ticker and market_identifier
example: PX1:INDEXDB

                    displayed_namestring

name of the market index as displayed on Google Finance
example: CAC 40

                    urlstring

URL to the page of the market index on Google Finance

                    locationstring

location of the market index
example: Europe/Paris

                    trendstring

growth trend of the market index
possible values: up, down, stable

                    timestampstring

date and time of the value readout
in the UTC format: "yyyy-mm-dd hh-mm-ss +00:00"
example:
2025-02-10 09:40:00 +00:00

                    percentage_deltafloat

percentage of change in value of the market index

                    typestring

type of element='google_finance_asset_pair_element'n

                    base_symbolstring

identifier of the base asset in a pair
example: EUR

                    quote_symbolstring

identifier of the quote asset in a pair
example: USD

                    base_display_namestring

full name of the base asset in a pair
example: Euro

                    quote_display_namestring

full name of the base asset in a pair
example: Euro

                    pricefloat

value of the base asset compared to the quote asset

                    price_deltafloat

change in price
change in price at a given timestamp

                    identifierstring

finance pair identifier
example: EUR-USD

                    displayed_namestring

displayed name of the finance pair
example: EUR / USD

                    urlstring

URL to finance pair on Google Finance

                    locationstring

location of the market index

                    trendstring

growth trend of the market index
possible values: up, down, stable

                    timestampstring

date and time of the value readout
in the UTC format: "yyyy-mm-dd hh-mm-ss +00:00"
example:
2025-02-10 09:40:00 +00:00

                    percentage_deltafloat

percentage of change in value

                    typestring

type of element='google_finance_market_instrument_element'n

                    tickerstring

ticker of the market index
example: YMW00

                    pricefloat

price of the market instrument
price of the market instrument at a given timestamp

                    price_deltafloat

change in price of the market instrument
change in price at a given timestamp

                    price_currencystring

price currency
example: USD

                    identifierstring

full identifier of the market index
example: YMW00:CBOT

                    displayed_namestring

displayed name of the market index
example: E-mini Dow ($5)

                    urlstring

URL to the page of the market index on Google Finance

                    locationstring

location of the market index

                    trendstring

growth trend of the market index
possible values: up, down, stable

                    timestampstring

date and time of the value readout
in the UTC format: "yyyy-mm-dd hh-mm-ss +00:00"
example:
2025-02-10 09:40:00 +00:00

                    percentage_deltafloat

percentage of change in value of the market index

            google_finance_interestedobject
            typestring

google_finance_interested item in SERP
list of market indexes generated from recent searches, followed securities, and other activity

            rank_groupinteger

group rank in SERP
position within a group of elements with identical type values
positions of elements with different type values are omitted from rank_group

            rank_absoluteinteger

absolute rank in SERP
absolute position among all the elements in SERP

            itemsarray

market indexes related to the market trends element
possible type of items: google_finance_asset_pair_element, google_finance_market_instrument_element, google_finance_market_index_element

                typestring

type of element='google_finance_market_index_element'n

                tickerstring

ticker of the market index
example: DAX

                market_identifierstring

market identifier
example: INDEXDB

                index_valuefloat

value of the market index
numerical value of the index at a given timestamp

                index_value_deltafloat

change in value of the market index
change in the index_value at a given timestamp

                identifierstring

identifier of the element
full identifier of the element that consists from ticker and market_identifier
example: PX1:INDEXDB

                displayed_namestring

name of the market index as displayed on Google Finance
example: CAC 40

                urlstring

URL to the page of the market index on Google Finance

                locationstring

location of the market index
example: Europe/Paris

                trendstring

growth trend of the market index
possible values: up, down, stable

                timestampstring

date and time of the value readout
in the UTC format: "yyyy-mm-dd hh-mm-ss +00:00"
example:
2025-02-10 09:40:00 +00:00

                percentage_deltafloat

percentage of change in value of the market index

                typestring

type of element='google_finance_market_instrument_element'n

                tickerstring

ticker of the market index
example: YMW00

                pricefloat

price of the market instrument
price of the market instrument at a given timestamp

                price_deltafloat

change in price of the market instrument
change in price at a given timestamp

                price_currencystring

price currency
example: USD

                identifierstring

full identifier of the market index
example: YMW00:CBOT

                displayed_namestring

displayed name of the market index
example: E-mini Dow ($5)

                urlstring

URL to the page of the market index on Google Finance

                locationstring

location of the market index

                trendstring

growth trend of the market index
possible values: up, down, stable

                timestampstring

date and time of the value readout
in the UTC format: "yyyy-mm-dd hh-mm-ss +00:00"
example:
2025-02-10 09:40:00 +00:00

                percentage_deltafloat

percentage of change in value of the market index

                typestring

type of element='google_finance_asset_pair_element'n

                base_symbolstring

identifier of the base asset in a pair
example: EUR

                quote_symbolstring

identifier of the quote asset in a pair
example: USD

                base_display_namestring

full name of the base asset in a pair
example: Euro

                quote_display_namestring

full name of the base asset in a pair
example: Euro

                pricefloat

value of the base asset compared to the quote asset

                price_deltafloat

change in price
change in price at a given timestamp

                identifierstring

finance pair identifier
example: EUR-USD

                displayed_namestring

displayed name of the finance pair
example: EUR / USD

                urlstring

URL to finance pair on Google Finance

                locationstring

location of the market index

                trendstring

growth trend of the market index
possible values: up, down, stable

                timestampstring

date and time of the value readout
in the UTC format: "yyyy-mm-dd hh-mm-ss +00:00"
example:
2025-02-10 09:40:00 +00:00

                percentage_deltafloat

percentage of change in value of the market index

            google_finance_newsobject
            typestring

google_finance_news item in SERP

            rank_groupinteger

group rank in SERP
position within a group of elements with identical type values
positions of elements with different type values are omitted from rank_group

            rank_absoluteinteger

absolute rank in SERP
absolute position among all the elements in SERP

            titlestring

title of the news element
example: In the news

            sub_titlestring

sub-title of the news element
example: Based on Europe, Middle East, and Africa

            itemsarray

google finance news articles

                typestring

type of element='google_finance_news_element'n

                titlestring

title of the news article

                urlstring

URL of the news article

                sourcestring

name of the news source
name of the website where the news article is published

                image_urlstring

featured image URL
URL of the news article's featured image

                timestampstring

date and time of the value readout
in the UTC format: "yyyy-mm-dd hh-mm-ss +00:00"
example:
2025-02-10 09:40:00 +00:00

                quotesarray

market indexes quoted in the news article
information about market indexes quoted in the google_finance_news_element

                    typestring

type of element='google_finance_market_index_element'n

                    tickerstring

ticker of the market index
example: DAX

                    market_identifierstring

market identifier
example: INDEXDB

                    index_valuefloat

value of the market index
numerical value of the index at a given timestamp

                    index_value_deltafloat

change in value of the market index
change in the index_value at a given timestamp

                    identifierstring

identifier of the element
full identifier of the element that consists from ticker and market_identifier
example: PX1:INDEXDB

                    displayed_namestring

name of the market index as displayed on Google Finance
example: CAC 40

                    urlstring

URL to the page of the market index on Google Finance

                    locationstring

location of the market index
example: Europe/Paris

                    trendstring

growth trend of the market index
possible values: up, down, stable

                    timestampstring

date and time of the value readout
in the UTC format: "yyyy-mm-dd hh-mm-ss +00:00"
example:
2025-02-10 09:40:00 +00:00

                    percentage_deltafloat

percentage of change in value of the market index

                    typestring

type of element='google_finance_market_instrument_element'n

                    tickerstring

ticker of the market index
example: YMW00

                    pricefloat

price of the market instrument
price of the market instrument at a given timestamp

                    price_deltafloat

change in price of the market instrument
change in price at a given timestamp

                    price_currencystring

price currency
example: USD

                    identifierstring

full identifier of the market index
example: YMW00:CBOT

                    displayed_namestring

displayed name of the market index
example: E-mini Dow ($5)

                    urlstring

URL to the page of the market index on Google Finance

                    locationstring

location of the market index

                    trendstring

growth trend of the market index
possible values: up, down, stable

                    timestampstring

date and time of the value readout
in the UTC format: "yyyy-mm-dd hh-mm-ss +00:00"
example:
2025-02-10 09:40:00 +00:00

                    percentage_deltafloat

percentage of change in value of the market index

                    typestring

type of element='google_finance_asset_pair_element'n

                    base_symbolstring

identifier of the base asset in a pair
example: EUR

                    quote_symbolstring

identifier of the quote asset in a pair
example: USD

                    base_display_namestring

full name of the base asset in a pair
example: Euro

                    quote_display_namestring

full name of the base asset in a pair
example: Euro

                    pricefloat

value of the base asset compared to the quote asset

                    price_deltafloat

change in price
change in price at a given timestamp

                    identifierstring

finance pair identifier
example: EUR-USD

                    displayed_namestring

displayed name of the finance pair
example: EUR / USD

                    urlstring

URL to finance pair on Google Finance

                    locationstring

location of the market index

                    trendstring

growth trend of the market index
possible values: up, down, stable

                    timestampstring

date and time of the value readout
in the UTC format: "yyyy-mm-dd hh-mm-ss +00:00"
example:
2025-02-10 09:40:00 +00:00

                    percentage_deltafloat

percentage of change in value of the market index

            google_finance_earnings_calendarobject
            typestring

google_finance_earnings_calendar item in SERP

            rank_groupinteger

group rank in SERP
position within a group of elements with identical type values
positions of elements with different type values are omitted from rank_group

            rank_absoluteinteger

absolute rank in SERP
absolute position among all the elements in SERP

            itemsarray

array of item objects

                typestring

type of element='google_finance_earnings_calendar_element'n

                titlestring

title of the earnings calendar element

                urlstring

link to Google Calendar

                timestampstring

date and time of the value readout
in the UTC format: "yyyy-mm-dd hh-mm-ss +00:00"
example:
2025-02-10 09:40:00 +00:00

            google_finance_most_followedobject
            typestring

google_finance_most_followed item in SERP

            rank_groupinteger

group rank in SERP
position within a group of elements with identical type values
positions of elements with different type values are omitted from rank_group

            rank_absoluteinteger

absolute rank in SERP
absolute position among all the elements in SERP

            itemsarray

array of item objects
possible type of items: google_finance_asset_pair_element, google_finance_market_instrument_element, google_finance_market_index_element

                typestring

type of element='google_finance_asset_pair_element'n

                base_symbolstring

identifier of the base asset in a pair
example: EUR

                quote_symbolstring

identifier of the quote asset in a pair
example: USD

                base_display_namestring

full name of the base asset in a pair
example: Euro

                quote_display_namestring

full name of the base asset in a pair
example: Euro

                pricefloat

value of the base asset compared to the quote asset

                price_deltafloat

change in price
change in price at a given timestamp

                identifierstring

finance pair identifier
example: EUR-USD

                displayed_namestring

displayed name of the finance pair
example: EUR / USD

                urlstring

URL to finance pair on Google Finance

                locationstring

location of the market index

                trendstring

growth trend of the market index
possible values: up, down, stable

                timestampstring

date and time of the value readout
in the UTC format: "yyyy-mm-dd hh-mm-ss +00:00"
example:
2025-02-10 09:40:00 +00:00

                percentage_deltafloat

percentage of change in value of the market index

                typestring

type of element='google_finance_market_index_element'n

                tickerstring

ticker of the market index
example: DAX

                market_identifierstring

market identifier
example: INDEXDB

                index_valuefloat

value of the market index
numerical value of the index at a given timestamp

                index_value_deltafloat

change in value of the market index
change in the index_value at a given timestamp

                identifierstring

identifier of the element
full identifier of the element that consists from ticker and market_identifier
example: PX1:INDEXDB

                displayed_namestring

name of the market index as displayed on Google Finance
example: CAC 40

                urlstring

URL to the page of the market index on Google Finance

                locationstring

location of the market index
example: Europe/Paris

                trendstring

growth trend of the market index
possible values: up, down, stable

                timestampstring

date and time of the value readout
in the UTC format: "yyyy-mm-dd hh-mm-ss +00:00"
example:
2025-02-10 09:40:00 +00:00

                percentage_deltafloat

percentage of change in value of the market index

                typestring

type of element='google_finance_market_instrument_element'n

                tickerstring

ticker of the market index
example: YMW00

                pricefloat

price of the market instrument
price of the market instrument at a given timestamp

                price_deltafloat

change in price of the market instrument
change in price at a given timestamp

                price_currencystring

price currency
example: USD

                identifierstring

full identifier of the market index
example: YMW00:CBOT

                displayed_namestring

displayed name of the market index
example: E-mini Dow ($5)

                urlstring

URL to the page of the market index on Google Finance

                locationstring

location of the market index

                trendstring

growth trend of the market index
possible values: up, down, stable

                timestampstring

date and time of the value readout
in the UTC format: "yyyy-mm-dd hh-mm-ss +00:00"
example:
2025-02-10 09:40:00 +00:00

                percentage_deltafloat

percentage of change in value of the market index

            google_finance_market_trendsobject
            typestring

google_finance_market_trends item in SERP

            rank_groupinteger

group rank in SERP
position within a group of elements with identical type values
positions of elements with different type values are omitted from rank_group

            rank_absoluteinteger

absolute rank in SERP
absolute position among all the elements in SERP

            itemsobject

object with arrays of items
contains the following arrays: most_active, gainers, losers

                most_activearray

array of items
this array can take the following names: most_active, gainers, losers

                    typestring

type of element='google_finance_market_trends_element'n

                    quoteobject

object of items
array contains the following type of items: google_finance_asset_pair_element, google_finance_market_instrument_element, google_finance_market_index_element

                        typestring

type of element='google_finance_market_index_element'n

                        tickerstring

ticker of the market index
example: DAX

                        market_identifierstring

market identifier
example: INDEXDB

                        index_valuefloat

value of the market index
numerical value of the index at a given timestamp

                        index_value_deltafloat

change in value of the market index
change in the index_value at a given timestamp

                        identifierstring

identifier of the element
full identifier of the element that consists from ticker and market_identifier
example: PX1:INDEXDB

                        displayed_namestring

name of the market index as displayed on Google Finance
example: CAC 40

                        urlstring

URL to the page of the market index on Google Finance

                        locationstring

location of the market index
example: Europe/Paris

                        trendstring

growth trend of the market index
possible values: up, down, stable

                        timestampstring

date and time of the value readout
in the UTC format: "yyyy-mm-dd hh-mm-ss +00:00"
example:
2025-02-10 09:40:00 +00:00

                        percentage_deltafloat

percentage of change in value of the market index

                        typestring

type of element='google_finance_market_instrument_element'n

                        tickerstring

ticker of the market index
example: YMW00

                        pricefloat

price of the market instrument
price of the market instrument at a given timestamp

                        price_deltafloat

change in price of the market instrument
change in price at a given timestamp

                        price_currencystring

price currency
example: USD

                        identifierstring

full identifier of the market index
example: YMW00:CBOT

                        displayed_namestring

displayed name of the market index
example: E-mini Dow ($5)

                        urlstring

URL to the page of the market index on Google Finance

                        locationstring

location of the market index

                        trendstring

growth trend of the market index
possible values: up, down, stable

                        timestampstring

date and time of the value readout
in the UTC format: "yyyy-mm-dd hh-mm-ss +00:00"
example:
2025-02-10 09:40:00 +00:00

                        percentage_deltafloat

percentage of change in value of the market index

                        typestring

type of element='google_finance_asset_pair_element'n

                        base_symbolstring

identifier of the base asset in a pair
example: EUR

                        quote_symbolstring

identifier of the quote asset in a pair
example: USD

                        base_display_namestring

full name of the base asset in a pair
example: Euro

                        quote_display_namestring

full name of the base asset in a pair
example: Euro

                        pricefloat

value of the base asset compared to the quote asset

                        price_deltafloat

change in price
change in price at a given timestamp

                        identifierstring

finance pair identifier
example: EUR-USD

                        displayed_namestring

displayed name of the finance pair
example: EUR / USD

                        urlstring

URL to finance pair on Google Finance

                        locationstring

location of the market index

                        trendstring

growth trend of the market index
possible values: up, down, stable

                        timestampstring

date and time of the value readout
in the UTC format: "yyyy-mm-dd hh-mm-ss +00:00"
example:
2025-02-10 09:40:00 +00:00

                        percentage_deltafloat

percentage of change in value of the market index

                    newsarray

array of items
array contains the following type of items: google_finance_news_element

                        typestring

type of element='google_finance_news_element'n

                        titlestring

title of the news article

                        urlstring

URL of the news article

                        sourcestring

name of the news source
name of the website where the news article is published

                        image_urlstring

featured image URL
URL of the news article's featured image

                        timestampstring

date and time of the value readout
in the UTC format: "yyyy-mm-dd hh-mm-ss +00:00"
example:
2025-02-10 09:40:00 +00:00

                        quotesarray

market indexes quoted in the news article
information about market indexes quoted in the google_finance_news_element

                            typestring

type of element='google_finance_market_index_element'n

                            tickerstring

ticker of the market index
example: DAX

                            market_identifierstring

market identifier
example: INDEXDB

                            index_valuefloat

value of the market index
numerical value of the index at a given timestamp

                            index_value_deltafloat

change in value of the market index
change in the index_value at a given timestamp

                            identifierstring

identifier of the element
full identifier of the element that consists from ticker and market_identifier
example: PX1:INDEXDB

                            displayed_namestring

name of the market index as displayed on Google Finance
example: CAC 40

                            urlstring

URL to the page of the market index on Google Finance

                            locationstring

location of the market index
example: Europe/Paris

                            trendstring

growth trend of the market index
possible values: up, down, stable

                            timestampstring

date and time of the value readout
in the UTC format: "yyyy-mm-dd hh-mm-ss +00:00"
example:
2025-02-10 09:40:00 +00:00

                            percentage_deltafloat

percentage of change in value of the market index

                            typestring

type of element='google_finance_market_instrument_element'n

                            tickerstring

ticker of the market index
example: YMW00

                            pricefloat

price of the market instrument
price of the market instrument at a given timestamp

                            price_deltafloat

change in price of the market instrument
change in price at a given timestamp

                            price_currencystring

price currency
example: USD

                            identifierstring

full identifier of the market index
example: YMW00:CBOT

                            displayed_namestring

displayed name of the market index
example: E-mini Dow ($5)

                            urlstring

URL to the page of the market index on Google Finance

                            locationstring

location of the market index

                            trendstring

growth trend of the market index
possible values: up, down, stable

                            timestampstring

date and time of the value readout
in the UTC format: "yyyy-mm-dd hh-mm-ss +00:00"
example:
2025-02-10 09:40:00 +00:00

                            percentage_deltafloat

percentage of change in value of the market index

                            typestring

type of element='google_finance_asset_pair_element'n

                            base_symbolstring

identifier of the base asset in a pair
example: EUR

                            quote_symbolstring

identifier of the quote asset in a pair
example: USD

                            base_display_namestring

full name of the base asset in a pair
example: Euro

                            quote_display_namestring

full name of the base asset in a pair
example: Euro

                            pricefloat

value of the base asset compared to the quote asset

                            price_deltafloat

change in price
change in price at a given timestamp

                            identifierstring

finance pair identifier
example: EUR-USD

                            displayed_namestring

displayed name of the finance pair
example: EUR / USD

                            urlstring

URL to finance pair on Google Finance

                            locationstring

location of the market index

                            trendstring

growth trend of the market index
possible values: up, down, stable

                            timestampstring

date and time of the value readout
in the UTC format: "yyyy-mm-dd hh-mm-ss +00:00"
example:
2025-02-10 09:40:00 +00:00

                            percentage_deltafloat

percentage of change in value of the market index

            google_finance_people_also_searchobject
            typestring

google_finance_people_also_search item in SERP

            itemsarray

market indexes related to the market trends element
possible type of items: google_finance_asset_pair_element, google_finance_market_instrument_element, google_finance_market_index_element

                typestring

type of element='google_finance_market_index_element'n

                tickerstring

ticker of the market index
example: DAX

                market_identifierstring

market identifier
example: INDEXDB

                index_valuefloat

value of the market index
numerical value of the index at a given timestamp

                index_value_deltafloat

change in value of the market index
change in the index_value at a given timestamp

                identifierstring

identifier of the element
full identifier of the element that consists from ticker and market_identifier
example: PX1:INDEXDB

                displayed_namestring

name of the market index as displayed on Google Finance
example: CAC 40

                urlstring

URL to the page of the market index on Google Finance

                locationstring

location of the market index
example: Europe/Paris

                trendstring

growth trend of the market index
possible values: up, down, stable

                timestampstring

date and time of the value readout
in the UTC format: "yyyy-mm-dd hh-mm-ss +00:00"
example:
2025-02-10 09:40:00 +00:00

                percentage_deltafloat

percentage of change in value of the market index

                typestring

type of element='google_finance_market_instrument_element'n

                tickerstring

ticker of the market index
example: YMW00

                pricefloat

price of the market instrument
price of the market instrument at a given timestamp

                price_deltafloat

change in price of the market instrument
change in price at a given timestamp

                price_currencystring

price currency
example: USD

                identifierstring

full identifier of the market index
example: YMW00:CBOT

                displayed_namestring

displayed name of the market index
example: E-mini Dow ($5)

                urlstring

URL to the page of the market index on Google Finance

                locationstring

location of the market index

                trendstring

growth trend of the market index
possible values: up, down, stable

                timestampstring

date and time of the value readout
in the UTC format: "yyyy-mm-dd hh-mm-ss +00:00"
example:
2025-02-10 09:40:00 +00:00

                percentage_deltafloat

percentage of change in value of the market index

                typestring

type of element='google_finance_asset_pair_element'n

                base_symbolstring

identifier of the base asset in a pair
example: EUR

                quote_symbolstring

identifier of the quote asset in a pair
example: USD

                base_display_namestring

full name of the base asset in a pair
example: Euro

                quote_display_namestring

full name of the base asset in a pair
example: Euro

                pricefloat

value of the base asset compared to the quote asset

                price_deltafloat

change in price
change in price at a given timestamp

                identifierstring

finance pair identifier
example: EUR-USD

                displayed_namestring

displayed name of the finance pair
example: EUR / USD

                urlstring

URL to finance pair on Google Finance

                locationstring

location of the market index

                trendstring

growth trend of the market index
possible values: up, down, stable

                timestampstring

date and time of the value readout
in the UTC format: "yyyy-mm-dd hh-mm-ss +00:00"
example:
2025-02-10 09:40:00 +00:00

                percentage_deltafloat

percentage of change in value of the market index


‌‌

Instead of ‘login’ and ‘password’ use your credentials from https://app.dataforseo.com/api-access

# Instead of 'login' and 'password' use your credentials from https://app.dataforseo.com/api-access 
login="login" 
password="password" 
cred="$(printf ${login}:${password} | base64)" 
curl --location --request POST "https://api.dataforseo.com/v3/serp/google/finance_explore/live/advanced" 
--header "Authorization: Basic ${cred}"  
--header "Content-Type: application/json" 
--data-raw '[
    {
        "location_code": 2840,
        "language_name": "English"
    }
]'
<?php
// You can download this file from here https://cdn.dataforseo.com/v3/examples/php/php_RestClient.zip
require('RestClient.php');
$api_url = 'https://api.dataforseo.com/';
try {
    // Instead of 'login' and 'password' use your credentials from https://app.dataforseo.com/api-access
    $client = new RestClient($api_url, null, 'login', 'password');
} catch (RestClientException $e) {
    echo "n";
    print "HTTP code: {$e->getHttpCode()}n";
    print "Error code: {$e->getCode()}n";
    print "Message: {$e->getMessage()}n";
    print  $e->getTraceAsString();
    echo "n";
    exit();
}
$post_array = array();
// You can set only one task at a time
$post_array[] = array(
    "location_code" => 2840,
    "language_name" => "English"
);
try {
    // POST /v3/serp/google/finance_explore/live/advanced
    // in addition to 'google' and 'finance_explore' you can also set other search engine and type parameters
    // the full list of possible parameters is available in documentation
    $result = $client->post('/v3/serp/google/finance_explore/live/advanced', $post_array);
    print_r($result);
    // do something with post result
} catch (RestClientException $e) {
    echo "n";
    print "HTTP code: {$e->getHttpCode()}n";
    print "Error code: {$e->getCode()}n";
    print "Message: {$e->getMessage()}n";
    print  $e->getTraceAsString();
    echo "n";
}
$client = null;
?>
const axios = require('axios');

axios({
    method: 'post',
    url: 'https://api.dataforseo.com/v3/serp/google/finance_explore/live/advanced',
    auth: {
        username: 'login',
        password: 'password'
    },
    data: [{
        "location_code" => 2840,
        "language_name" => "English"
    }],
    headers: {
        'content-type': 'application/json'
    }
}).then(function (response) {
    var result = response['data']['tasks'];
    // Result data
    console.log(result);
}).catch(function (error) {
    console.log(error);
});
from client import RestClient
# You can download this file from here https://cdn.dataforseo.com/v3/examples/python/python_Client.zip
client = RestClient("login", "password")
post_data = dict()
# You can set only one task at a time
post_data[len(post_data)] = dict(
    location_code=2840,
    language_name="English"
)
# POST /v3/serp/google/finance_explore/live/advanced
# in addition to 'google' and 'finance_explore' you can also set other search engine and type parameters
# the full list of possible parameters is available in documentation
response = client.post("/v3/serp/google/finance_explore/live/advanced", post_data)
# you can find the full list of the response codes here https://docs.dataforseo.com/v3/appendix/errors
if response["status_code"] == 20000:
print(response)
# do something with result
else:
print("error. Code: %d Message: %s" % (response["status_code"], response["status_message"]))
using Newtonsoft.Json;
using System;
using System.Collections.Generic;
using System.Net.Http;
using System.Threading.Tasks;

namespace DataForSeoDemos
{
    public static partial class Demos
    {
        public static async Task serp_live_advanced()
        {
            var httpClient = new HttpClient
            {
                BaseAddress = new Uri("https://api.dataforseo.com/"),
                // Instead of 'login' and 'password' use your credentials from https://app.dataforseo.com/api-access
                //DefaultRequestHeaders = { Authorization = new AuthenticationHeaderValue("Basic", Convert.ToBase64String(Encoding.ASCII.GetBytes("login:password"))) }
            };
            var postData = new List<object>();
            // You can set only one task at a time
            postData.Add(new
            {
                location_code=2840,
                language_name="English"
            });
            // POST /v3/serp/google/finance_explore/live/advanced
            // in addition to 'google' and 'finance_explore' you can also set other search engine and type parameters
            // the full list of possible parameters is available in documentation
            var taskPostResponse = await httpClient.PostAsync("/v3/serp/google/finance_explore/live/advanced", new StringContent(JsonConvert.SerializeObject(postData)));
            var result = JsonConvert.DeserializeObject<dynamic>(await taskPostResponse.Content.ReadAsStringAsync());
            // you can find the full list of the response codes here https://docs.dataforseo.com/v3/appendix/errors
            if (result.status_code == 20000)
            {
                // do something with result
                Console.WriteLine(result);
            }
            else
                Console.WriteLine($"error. Code: {result.status_code} Message: {result.status_message}");
        }
    }
}

The above command returns JSON structured like this:

{
  "version": "0.1.20241227",
  "status_code": 20000,
  "status_message": "Ok.",
  "time": "4.1038 sec.",
  "cost": 0.002,
  "tasks_count": 1,
  "tasks_error": 0,
  "tasks": [
    {
      "id": "02131216-1535-0139-0000-a0631cca4ece",
      "status_code": 20000,
      "status_message": "Ok.",
      "time": "4.0310 sec.",
      "cost": 0.002,
      "result_count": 1,
      "path": [
        "v3",
        "serp",
        "google",
        "finance_explore",
        "live",
        "advanced"
      ],
      "data": {
        "api": "serp",
        "function": "live",
        "se": "google",
        "se_type": "finance_explore",
        "language_name": "English",
        "location_code": 2840,
        "device": "desktop",
        "os": "windows"
      },
      "result": [
        {
          "keyword": null,
          "type": "finance_explore",
          "se_domain": "google.com",
          "location_code": 2840,
          "language_code": "en",
          "check_url": "https://www.google.com/finance?hl=en&gl=us",
          "datetime": "2025-02-13 10:16:04 +00:00",
          "spell": null,
          "refinement_chips": null,
          "item_types": [
            "google_finance_hero_groups",
            "google_finance_interested",
            "google_finance_news",
            "google_finance_earnings_calendar",
            "google_finance_most_followed",
            "google_finance_market_trends"
          ],
          "se_results_count": 0,
          "items_count": 7,
          "items": [
            {
              "type": "google_finance_hero_groups",
              "rank_group": 1,
              "rank_absolute": 1,
              "markets": [
                {
                  "market": "US",
                  "items": [
                    {
                      "type": "google_finance_market_index_element",
                      "ticker": ".DJI",
                      "market_identifier": "INDEXDJX",
                      "index_value": 44368.56,
                      "index_value_delta": -225.08984,
                      "identifier": ".DJI:INDEXDJX",
                      "displayed_name": "Dow Jones Industrial Average",
                      "url": "https://google.com/finance/quote/.DJI:INDEXDJX?hl=en&gl=us",
                      "location": "America/New_York",
                      "trend": "down",
                      "timestamp": "2025-02-12 21:56:05 +00:00",
                      "percentage_delta": -0.50475764
                    },
                    {
                      "type": "google_finance_market_index_element",
                      "ticker": ".INX",
                      "market_identifier": "INDEXSP",
                      "index_value": 6051.97,
                      "index_value_delta": -16.529785,
                      "identifier": ".INX:INDEXSP",
                      "displayed_name": "S&P 500",
                      "url": "https://google.com/finance/quote/.INX:INDEXSP?hl=en&gl=us",
                      "location": "America/New_York",
                      "trend": "down",
                      "timestamp": "2025-02-12 21:56:05 +00:00",
                      "percentage_delta": -0.27238667
                    },
                    {
                      "type": "google_finance_market_index_element",
                      "ticker": ".IXIC",
                      "market_identifier": "INDEXNASDAQ",
                      "index_value": 19649.951,
                      "index_value_delta": 6.095703,
                      "identifier": ".IXIC:INDEXNASDAQ",
                      "displayed_name": "Nasdaq Composite",
                      "url": "https://google.com/finance/quote/.IXIC:INDEXNASDAQ?hl=en&gl=us",
                      "location": "America/New_York",
                      "trend": "up",
                      "timestamp": "2025-02-12 22:15:59 +00:00",
                      "percentage_delta": 0.031031093
                    },
                    {
                      "type": "google_finance_market_index_element",
                      "ticker": "RUT",
                      "market_identifier": "INDEXRUSSELL",
                      "index_value": 2255.8877,
                      "index_value_delta": -19.812988,
                      "identifier": "RUT:INDEXRUSSELL",
                      "displayed_name": "Russell 2000 Index",
                      "url": "https://google.com/finance/quote/RUT:INDEXRUSSELL?hl=en&gl=us",
                      "location": "America/New_York",
                      "trend": "down",
                      "timestamp": "2025-02-12 21:30:08 +00:00",
                      "percentage_delta": -0.8706324
                    },
                    {
                      "type": "google_finance_market_index_element",
                      "ticker": "VIX",
                      "market_identifier": "INDEXCBOE",
                      "index_value": 15.98,
                      "index_value_delta": -0.040000916,
                      "identifier": "VIX:INDEXCBOE",
                      "displayed_name": "VIX",
                      "url": "https://google.com/finance/quote/VIX:INDEXCBOE?hl=en&gl=us",
                      "location": "America/Chicago",
                      "trend": "down",
                      "timestamp": "2025-02-13 10:00:31 +00:00",
                      "percentage_delta": -0.2496936
                    }
                  ]
                },
                {
                  "market": "Europe",
                  "items": [
                    {
                      "type": "google_finance_market_index_element",
                      "ticker": "DAX",
                      "market_identifier": "INDEXDB",
                      "index_value": 22417.1,
                      "index_value_delta": 269.0703,
                      "identifier": "DAX:INDEXDB",
                      "displayed_name": "DAX PERFORMANCE-INDEX",
                      "url": "https://google.com/finance/quote/DAX:INDEXDB?hl=en&gl=us",
                      "location": "Europe/Berlin",
                      "trend": "up",
                      "timestamp": "2025-02-13 10:00:52 +00:00",
                      "percentage_delta": 1.2148725
                    },
                    {
                      "type": "google_finance_market_index_element",
                      "ticker": "UKX",
                      "market_identifier": "INDEXFTSE",
                      "index_value": 8732.64,
                      "index_value_delta": -74.80078,
                      "identifier": "UKX:INDEXFTSE",
                      "displayed_name": "FTSE 100 Index",
                      "url": "https://google.com/finance/quote/UKX:INDEXFTSE?hl=en&gl=us",
                      "location": "Europe/London",
                      "trend": "down",
                      "timestamp": "2025-02-13 10:15:39 +00:00",
                      "percentage_delta": -0.8492908
                    },
                    {
                      "type": "google_finance_market_index_element",
                      "ticker": "PX1",
                      "market_identifier": "INDEXEURO",
                      "index_value": 8127.42,
                      "index_value_delta": 85.22998,
                      "identifier": "PX1:INDEXEURO",
                      "displayed_name": "CAC 40",
                      "url": "https://google.com/finance/quote/PX1:INDEXEURO?hl=en&gl=us",
                      "location": "Europe/Paris",
                      "trend": "up",
                      "timestamp": "2025-02-13 10:00:45 +00:00",
                      "percentage_delta": 1.0597857
                    },
                    {
                      "type": "google_finance_market_index_element",
                      "ticker": "INDI",
                      "market_identifier": "INDEXBME",
                      "index_value": 12920.3,
                      "index_value_delta": 8.799805,
                      "identifier": "INDI:INDEXBME",
                      "displayed_name": "IBEX 35",
                      "url": "https://google.com/finance/quote/INDI:INDEXBME?hl=en&gl=us",
                      "location": "Europe/Madrid",
                      "trend": "up",
                      "timestamp": "2025-02-13 10:00:45 +00:00",
                      "percentage_delta": 0.06815478
                    },
                    {
                      "type": "google_finance_market_index_element",
                      "ticker": "SX5E",
                      "market_identifier": "INDEXSTOXX",
                      "index_value": 5462.54,
                      "index_value_delta": 56.890137,
                      "identifier": "SX5E:INDEXSTOXX",
                      "displayed_name": "EURO STOXX 50",
                      "url": "https://google.com/finance/quote/SX5E:INDEXSTOXX?hl=en&gl=us",
                      "location": "Europe/Berlin",
                      "trend": "up",
                      "timestamp": "2025-02-13 10:00:45 +00:00",
                      "percentage_delta": 1.0524199
                    }
                  ]
                },
                {
                  "market": "Asia",
                  "items": [
                    {
                      "type": "google_finance_market_index_element",
                      "ticker": "NI225",
                      "market_identifier": "INDEXNIKKEI",
                      "index_value": 39461.47,
                      "index_value_delta": 497.76953,
                      "identifier": "NI225:INDEXNIKKEI",
                      "displayed_name": "Nikkei 225",
                      "url": "https://google.com/finance/quote/NI225:INDEXNIKKEI?hl=en&gl=us",
                      "location": "Asia/Tokyo",
                      "trend": "up",
                      "timestamp": "2025-02-13 06:45:03 +00:00",
                      "percentage_delta": 1.2775213
                    },
                    {
                      "type": "google_finance_market_index_element",
                      "ticker": "000001",
                      "market_identifier": "SHA",
                      "index_value": 3332.4827,
                      "index_value_delta": -13.902832,
                      "identifier": "000001:SHA",
                      "displayed_name": "SSE Composite Index",
                      "url": "https://google.com/finance/quote/000001:SHA?hl=en&gl=us",
                      "location": "Asia/Shanghai",
                      "trend": "down",
                      "timestamp": "2025-02-13 08:15:00 +00:00",
                      "percentage_delta": -0.41545817
                    },
                    {
                      "type": "google_finance_market_index_element",
                      "ticker": "HSI",
                      "market_identifier": "INDEXHANGSENG",
                      "index_value": 21814.37,
                      "index_value_delta": -43.55078,
                      "identifier": "HSI:INDEXHANGSENG",
                      "displayed_name": "Hang Seng Index",
                      "url": "https://google.com/finance/quote/HSI:INDEXHANGSENG?hl=en&gl=us",
                      "location": "Asia/Hong_Kong",
                      "trend": "down",
                      "timestamp": "2025-02-13 08:09:24 +00:00",
                      "percentage_delta": -0.19924486
                    },
                    {
                      "type": "google_finance_market_index_element",
                      "ticker": "SENSEX",
                      "market_identifier": "INDEXBOM",
                      "index_value": 76138.97,
                      "index_value_delta": -32.109375,
                      "identifier": "SENSEX:INDEXBOM",
                      "displayed_name": "BSE SENSEX",
                      "url": "https://google.com/finance/quote/SENSEX:INDEXBOM?hl=en&gl=us",
                      "location": "Asia/Calcutta",
                      "trend": "down",
                      "timestamp": "2025-02-13 10:00:47 +00:00",
                      "percentage_delta": -0.042154286
                    },
                    {
                      "type": "google_finance_market_index_element",
                      "ticker": "NIFTY_50",
                      "market_identifier": "INDEXNSE",
                      "index_value": 23031.4,
                      "index_value_delta": -13.849609,
                      "identifier": "NIFTY_50:INDEXNSE",
                      "displayed_name": "NIFTY 50",
                      "url": "https://google.com/finance/quote/NIFTY_50:INDEXNSE?hl=en&gl=us",
                      "location": "Asia/Calcutta",
                      "trend": "down",
                      "timestamp": "2025-02-13 10:01:05 +00:00",
                      "percentage_delta": -0.060097456
                    }
                  ]
                },
                {
                  "market": "Currencies",
                  "items": [
                    {
                      "type": "google_finance_asset_pair_element",
                      "base_symbol": "EUR",
                      "quote_symbol": "USD",
                      "base_display_name": "Euro",
                      "quote_display_name": "United States Dollar",
                      "price": 1.04285,
                      "price_delta": 0.00361,
                      "identifier": "EUR-USD",
                      "displayed_name": "EUR / USD",
                      "url": "https://google.com/finance/quote/EUR-USD?hl=en&gl=us",
                      "location": null,
                      "trend": "up",
                      "timestamp": "2025-02-13 10:15:05 +00:00",
                      "percentage_delta": 0.3473692
                    },
                    {
                      "type": "google_finance_asset_pair_element",
                      "base_symbol": "USD",
                      "quote_symbol": "JPY",
                      "base_display_name": "United States Dollar",
                      "quote_display_name": "Japanese Yen",
                      "price": 153.979998,
                      "price_delta": -0.283502,
                      "identifier": "USD-JPY",
                      "displayed_name": "USD / JPY",
                      "url": "https://google.com/finance/quote/USD-JPY?hl=en&gl=us",
                      "location": null,
                      "trend": "down",
                      "timestamp": "2025-02-13 10:15:05 +00:00",
                      "percentage_delta": -0.1837777
                    },
                    {
                      "type": "google_finance_asset_pair_element",
                      "base_symbol": "GBP",
                      "quote_symbol": "USD",
                      "base_display_name": "Pound sterling",
                      "quote_display_name": "United States Dollar",
                      "price": 1.25036,
                      "price_delta": 0.00536,
                      "identifier": "GBP-USD",
                      "displayed_name": "GBP / USD",
                      "url": "https://google.com/finance/quote/GBP-USD?hl=en&gl=us",
                      "location": null,
                      "trend": "up",
                      "timestamp": "2025-02-13 10:15:05 +00:00",
                      "percentage_delta": 0.43052199999999996
                    },
                    {
                      "type": "google_finance_asset_pair_element",
                      "base_symbol": "USD",
                      "quote_symbol": "CAD",
                      "base_display_name": "United States Dollar",
                      "quote_display_name": "Canadian Dollar",
                      "price": 1.42882658,
                      "price_delta": -0.00130842,
                      "identifier": "USD-CAD",
                      "displayed_name": "USD / CAD",
                      "url": "https://google.com/finance/quote/USD-CAD?hl=en&gl=us",
                      "location": null,
                      "trend": "down",
                      "timestamp": "2025-02-13 10:15:05 +00:00",
                      "percentage_delta": -0.09148926
                    },
                    {
                      "type": "google_finance_asset_pair_element",
                      "base_symbol": "AUD",
                      "quote_symbol": "USD",
                      "base_display_name": "Australian Dollar",
                      "quote_display_name": "United States Dollar",
                      "price": 0.6271399999999999,
                      "price_delta": -0.001,
                      "identifier": "AUD-USD",
                      "displayed_name": "AUD / USD",
                      "url": "https://google.com/finance/quote/AUD-USD?hl=en&gl=us",
                      "location": null,
                      "trend": "down",
                      "timestamp": "2025-02-13 10:15:05 +00:00",
                      "percentage_delta": -0.15920010000000004
                    }
                  ]
                },
                {
                  "market": "Crypto",
                  "items": [
                    {
                      "type": "google_finance_asset_pair_element",
                      "base_symbol": "BTC",
                      "quote_symbol": "USD",
                      "base_display_name": "Bitcoin",
                      "quote_display_name": "United States Dollar",
                      "price": 96291.75,
                      "price_delta": -1563.74,
                      "identifier": "BTC-USD",
                      "displayed_name": "Bitcoin (BTC / USD)",
                      "url": "https://google.com/finance/quote/BTC-USD?hl=en&gl=us",
                      "location": null,
                      "trend": "down",
                      "timestamp": "2025-02-13 10:14:54 +00:00",
                      "percentage_delta": -1.598009
                    },
                    {
                      "type": "google_finance_asset_pair_element",
                      "base_symbol": "ETH",
                      "quote_symbol": "USD",
                      "base_display_name": "Ether",
                      "quote_display_name": "United States Dollar",
                      "price": 2683.4251230735,
                      "price_delta": -53.2210813645,
                      "identifier": "ETH-USD",
                      "displayed_name": "Ether (ETH / USD)",
                      "url": "https://google.com/finance/quote/ETH-USD?hl=en&gl=us",
                      "location": null,
                      "trend": "down",
                      "timestamp": "2025-02-13 10:13:59 +00:00",
                      "percentage_delta": -1.944755
                    },
                    {
                      "type": "google_finance_asset_pair_element",
                      "base_symbol": "ADA",
                      "quote_symbol": "USD",
                      "base_display_name": "Cardano",
                      "quote_display_name": "United States Dollar",
                      "price": 0.78134035905,
                      "price_delta": -0.01872612719,
                      "identifier": "ADA-USD",
                      "displayed_name": "Cardano (ADA / USD)",
                      "url": "https://google.com/finance/quote/ADA-USD?hl=en&gl=us",
                      "location": null,
                      "trend": "down",
                      "timestamp": "2025-02-13 10:13:59 +00:00",
                      "percentage_delta": -2.3405709999999997
                    },
                    {
                      "type": "google_finance_asset_pair_element",
                      "base_symbol": "XRP",
                      "quote_symbol": "USD",
                      "base_display_name": "XRP",
                      "quote_display_name": "United States Dollar",
                      "price": 2.45407308336,
                      "price_delta": -0.01834372698,
                      "identifier": "XRP-USD",
                      "displayed_name": "XRP (XRP / USD)",
                      "url": "https://google.com/finance/quote/XRP-USD?hl=en&gl=us",
                      "location": null,
                      "trend": "down",
                      "timestamp": "2025-02-13 10:13:59 +00:00",
                      "percentage_delta": -0.7419350000000002
                    },
                    {
                      "type": "google_finance_asset_pair_element",
                      "base_symbol": "DOGE",
                      "quote_symbol": "USD",
                      "base_display_name": "Dogecoin",
                      "quote_display_name": "United States Dollar",
                      "price": 0.25900253430000003,
                      "price_delta": -0.00481586674,
                      "identifier": "DOGE-USD",
                      "displayed_name": "Dogecoin (DOGE / USD)",
                      "url": "https://google.com/finance/quote/DOGE-USD?hl=en&gl=us",
                      "location": null,
                      "trend": "down",
                      "timestamp": "2025-02-13 10:13:59 +00:00",
                      "percentage_delta": -1.8254469999999998
                    }
                  ]
                },
                {
                  "market": "Futures",
                  "items": [
                    {
                      "type": "google_finance_market_instrument_element",
                      "ticker": "YMW00",
                      "price": 44452,
                      "price_delta": -10,
                      "price_currency": "USD",
                      "identifier": "YMW00:CBOT",
                      "displayed_name": "E-mini Dow ($5)",
                      "url": "https://google.com/finance/quote/YMW00:CBOT?hl=en&gl=us",
                      "location": null,
                      "trend": "down",
                      "timestamp": "2025-02-13 10:05:48 +00:00",
                      "percentage_delta": -0.022491116
                    },
                    {
                      "type": "google_finance_market_instrument_element",
                      "ticker": "ESW00",
                      "price": 6071.25,
                      "price_delta": -1.5,
                      "price_currency": "USD",
                      "identifier": "ESW00:CME_EMINIS",
                      "displayed_name": "E-mini S&P 500",
                      "url": "https://google.com/finance/quote/ESW00:CME_EMINIS?hl=en&gl=us",
                      "location": null,
                      "trend": "down",
                      "timestamp": "2025-02-13 10:05:45 +00:00",
                      "percentage_delta": -0.024700506
                    },
                    {
                      "type": "google_finance_market_instrument_element",
                      "ticker": "NQW00",
                      "price": 21828.5,
                      "price_delta": 23.75,
                      "price_currency": "USD",
                      "identifier": "NQW00:CME_EMINIS",
                      "displayed_name": "E-mini NASDAQ 100",
                      "url": "https://google.com/finance/quote/NQW00:CME_EMINIS?hl=en&gl=us",
                      "location": null,
                      "trend": "up",
                      "timestamp": "2025-02-13 10:05:47 +00:00",
                      "percentage_delta": 0.10892122
                    },
                    {
                      "type": "google_finance_market_instrument_element",
                      "ticker": "GCW00",
                      "price": 2942.699951171875,
                      "price_delta": 14,
                      "price_currency": "USD",
                      "identifier": "GCW00:COMEX",
                      "displayed_name": "Gold",
                      "url": "https://google.com/finance/quote/GCW00:COMEX?hl=en&gl=us",
                      "location": null,
                      "trend": "up",
                      "timestamp": "2025-02-13 10:05:43 +00:00",
                      "percentage_delta": 0.4780278
                    },
                    {
                      "type": "google_finance_market_instrument_element",
                      "ticker": "CLW00",
                      "price": 70.31999969482422,
                      "price_delta": -0.91999817,
                      "price_currency": "USD",
                      "identifier": "CLW00:NYMEX",
                      "displayed_name": "Crude Oil",
                      "url": "https://google.com/finance/quote/CLW00:NYMEX?hl=en&gl=us",
                      "location": null,
                      "trend": "down",
                      "timestamp": "2025-02-13 10:05:45 +00:00",
                      "percentage_delta": -1.2914068
                    }
                  ]
                }
              ]
            },
            {
              "type": "google_finance_interested",
              "rank_group": 1,
              "rank_absolute": 2,
              "items": [
                {
                  "type": "google_finance_market_instrument_element",
                  "ticker": "TSLA",
                  "price": 336.51,
                  "price_delta": 8.01001,
                  "price_currency": "USD",
                  "identifier": "TSLA:NASDAQ",
                  "displayed_name": "Tesla Inc",
                  "url": "https://google.com/finance/quote/TSLA:NASDAQ?hl=en&gl=us",
                  "location": "America/New_York",
                  "trend": "up",
                  "timestamp": "2025-02-13 10:15:34 +00:00",
                  "percentage_delta": 2.438359
                },
                {
                  "type": "google_finance_market_instrument_element",
                  "ticker": "AAPL",
                  "price": 236.87,
                  "price_delta": 4.25,
                  "price_currency": "USD",
                  "identifier": "AAPL:NASDAQ",
                  "displayed_name": "Apple Inc",
                  "url": "https://google.com/finance/quote/AAPL:NASDAQ?hl=en&gl=us",
                  "location": "America/New_York",
                  "trend": "up",
                  "timestamp": "2025-02-13 10:15:52 +00:00",
                  "percentage_delta": 1.8270141
                },
                {
                  "type": "google_finance_market_instrument_element",
                  "ticker": "AMZN",
                  "price": 228.93,
                  "price_delta": -3.8300018,
                  "price_currency": "USD",
                  "identifier": "AMZN:NASDAQ",
                  "displayed_name": "Amazon.com Inc",
                  "url": "https://google.com/finance/quote/AMZN:NASDAQ?hl=en&gl=us",
                  "location": "America/New_York",
                  "trend": "down",
                  "timestamp": "2025-02-13 10:15:52 +00:00",
                  "percentage_delta": -1.6454725
                },
                {
                  "type": "google_finance_market_instrument_element",
                  "ticker": "CCL",
                  "price": 25.89,
                  "price_delta": 0.27999878,
                  "price_currency": "USD",
                  "identifier": "CCL:NYSE",
                  "displayed_name": "Carnival Corp",
                  "url": "https://google.com/finance/quote/CCL:NYSE?hl=en&gl=us",
                  "location": "America/New_York",
                  "trend": "up",
                  "timestamp": "2025-02-13 10:05:51 +00:00",
                  "percentage_delta": 1.0933181
                },
                {
                  "type": "google_finance_market_instrument_element",
                  "ticker": "NXST",
                  "price": 149.75,
                  "price_delta": -1.449997,
                  "price_currency": "USD",
                  "identifier": "NXST:NASDAQ",
                  "displayed_name": "Nexstar Media Group Inc",
                  "url": "https://google.com/finance/quote/NXST:NASDAQ?hl=en&gl=us",
                  "location": "America/New_York",
                  "trend": "down",
                  "timestamp": "2025-02-13 09:39:18 +00:00",
                  "percentage_delta": -0.9589927
                }
              ]
            },
            {
              "type": "google_finance_news",
              "rank_group": 1,
              "rank_absolute": 3,
              "title": "Today's financial news",
              "sub_title": null,
              "items": [
                {
                  "type": "google_finance_news_element",
                  "title": "Tesla is suing drivers who complain about their cars after accidents – and nwinning",
                  "url": "https://www.independent.co.uk/tech/tesla-crash-brakes-musk-china-zhang-yazhou-b2697360.html",
                  "source": "The Independent",
                  "image_url": "https://encrypted-tbn3.gstatic.com/images?q=tbn:ANd9GcSKpngeEvWOMZS4hDGDN7CtxjTRHIdUlK7T2ok-pzGRxJUW25ISAYi_3pVJekc",
                  "timestamp": "2025-02-13 05:05:00 +00:00",
                  "quotes": [
                    {
                      "type": "google_finance_market_instrument_element",
                      "ticker": "TSLA",
                      "price": 336.51,
                      "price_delta": 8.01001,
                      "price_currency": "USD",
                      "identifier": "TSLA:NASDAQ",
                      "displayed_name": "Tesla Inc",
                      "url": "https://google.com/finance/quote/TSLA:NASDAQ?hl=en&gl=us",
                      "location": "America/New_York",
                      "trend": "up",
                      "timestamp": "2025-02-13 10:14:28 +00:00",
                      "percentage_delta": 2.438359
                    }
                  ]
                },
                {
                  "type": "google_finance_news_element",
                  "title": "Exclusive: JPMorgan CEO Dimon derides in-office work pushback, demands nefficiency",
                  "url": "https://www.reuters.com/business/finance/jpmorgan-ceo-dimon-derides-in-office-work-pushback-demands-efficiency-2025-02-13/",
                  "source": "Reuters",
                  "image_url": "https://encrypted-tbn2.gstatic.com/images?q=tbn:ANd9GcTBCsiJ1RT68LluPPfeUus4mAMGqZaibXdhtkqqsteaGyW6YmNraem5-kme3OI",
                  "timestamp": "2025-02-13 09:02:55 +00:00",
                  "quotes": [
                    {
                      "type": "google_finance_market_instrument_element",
                      "ticker": "JPM",
                      "price": 275.45,
                      "price_delta": 0.46002197,
                      "price_currency": "USD",
                      "identifier": "JPM:NYSE",
                      "displayed_name": "JPMorgan Chase & Co",
                      "url": "https://google.com/finance/quote/JPM:NYSE?hl=en&gl=us",
                      "location": "America/New_York",
                      "trend": "up",
                      "timestamp": "2025-02-13 10:12:57 +00:00",
                      "percentage_delta": 0.16728681
                    }
                  ]
                },
                {
                  "type": "google_finance_news_element",
                  "title": "Woman Gives Birth to Baby Girl on NYC Subway",
                  "url": "https://www.nytimes.com/2025/02/12/nyregion/nyc-subway-birth-baby.html",
                  "source": "The New York Times",
                  "image_url": "https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSAnVJ9w4Tk4QWQltyq2zVeRhczBdi2FOJsgc-p97UU9ZYIG-bYEnvvvyZHnF0",
                  "timestamp": "2025-02-13 00:41:55 +00:00",
                  "quotes": null
                },
                {
                  "type": "google_finance_news_element",
                  "title": "Sharing the latest Model Spec",
                  "url": "https://openai.com/index/sharing-the-latest-model-spec/",
                  "source": "OpenAI",
                  "image_url": "https://encrypted-tbn2.gstatic.com/images?q=tbn:ANd9GcRBmj73Zsjywqk3s3JweRJd7RFvNdWpwyb7v-rxxlBBv_LTMTWY53gdqLv2ROQ",
                  "timestamp": "2025-02-12 20:58:46 +00:00",
                  "quotes": null
                },
                {
                  "type": "google_finance_news_element",
                  "title": "Joann closing 500 fabric and craft stores in 49 states: Search full list of nclosures",
                  "url": "https://www.usatoday.com/story/money/2025/02/12/joann-fabric-store-closings/78469056007/",
                  "source": "USA Today",
                  "image_url": "https://encrypted-tbn3.gstatic.com/images?q=tbn:ANd9GcSt0HZjFtthn463yVARd_h4NhpnkPXK1utZnL8A6Pzo3Fg6C5IhWVcNk_Uobi4",
                  "timestamp": "2025-02-12 21:02:18 +00:00",
                  "quotes": null
                },
                {
                  "type": "google_finance_news_element",
                  "title": "Trump Mocked After Blaming Bad Inflation Report On Biden",
                  "url": "https://www.huffpost.com/entry/trump-mocked-for-blaming-bad-inflation-report-on-biden_n_67ace219e4b0239406decef9",
                  "source": "HuffPost",
                  "image_url": "https://encrypted-tbn1.gstatic.com/images?q=tbn:ANd9GcS00n81d8YC_u593wCsDI-23_REKS5G7wtDBBzQaUIAhl22y2lh_S9X_bl3p-w",
                  "timestamp": "2025-02-12 20:24:09 +00:00",
                  "quotes": null
                },
                {
                  "type": "google_finance_news_element",
                  "title": "Honda and Nissan Scrap $50 Billion Merger Plan",
                  "url": "https://www.nytimes.com/2025/02/13/business/honda-nissan-merger.html",
                  "source": "The New York Times",
                  "image_url": "https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcStYnStlSl2Lk8lsQrExRk6Ab6dbF_HE9nkATf77g-6GWask3uJ8EKiewHwBmI",
                  "timestamp": "2025-02-13 09:54:49 +00:00",
                  "quotes": [
                    {
                      "type": "google_finance_market_instrument_element",
                      "ticker": "7201",
                      "price": 415.1,
                      "price_delta": -1.3999939,
                      "price_currency": "JPY",
                      "identifier": "7201:TYO",
                      "displayed_name": "Nissan Motor Co Ltd",
                      "url": "https://google.com/finance/quote/7201:TYO?hl=en&gl=us",
                      "location": "Asia/Tokyo",
                      "trend": "down",
                      "timestamp": "2025-02-13 09:15:01 +00:00",
                      "percentage_delta": -0.336133
                    },
                    {
                      "type": "google_finance_market_instrument_element",
                      "ticker": "7267",
                      "price": 1434,
                      "price_delta": 30,
                      "price_currency": "JPY",
                      "identifier": "7267:TYO",
                      "displayed_name": "Honda Motor Co Ltd",
                      "url": "https://google.com/finance/quote/7267:TYO?hl=en&gl=us",
                      "location": "Asia/Tokyo",
                      "trend": "up",
                      "timestamp": "2025-02-13 09:15:01 +00:00",
                      "percentage_delta": 2.1367521
                    }
                  ]
                },
                {
                  "type": "google_finance_news_element",
                  "title": "Reddit shares plunge after Google algorithm change contributes to miss in nuser numbers",
                  "url": "https://www.cnbc.com/2025/02/12/reddit-rddt-q4-2024.html",
                  "source": "CNBC",
                  "image_url": "https://encrypted-tbn1.gstatic.com/images?q=tbn:ANd9GcRqP-0LEj_8K_FkVwB9jEW_KH7A3JqHl5crbFt_vVVUEXuzH3QMsN2o75HIIo0",
                  "timestamp": "2025-02-12 21:08:56 +00:00",
                  "quotes": null
                },
                {
                  "type": "google_finance_news_element",
                  "title": "Bezos’ Rocket Firm Bracing for Job Cuts After Years of Expansion",
                  "url": "https://www.bloomberg.com/news/articles/2025-02-13/bezos-rocket-firm-bracing-for-job-cuts-after-years-of-expansion",
                  "source": "Bloomberg",
                  "image_url": "https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcTi3RxlqmKOr8i_u5grD3qKhdqC0mFUPMIqYOx-G6CFObgxyzrIJqaQ240NlSY",
                  "timestamp": "2025-02-13 02:18:00 +00:00",
                  "quotes": null
                }
              ]
            },
            {
              "type": "google_finance_earnings_calendar",
              "rank_group": 1,
              "rank_absolute": 4,
              "items": [
                {
                  "type": "google_finance_earnings_calendar_element",
                  "title": "Palo Alto Networks",
                  "url": "https://www.google.com/finance/quote/PANW:NASDAQn&location=https://paloaltonetworks.zoom.us/webinar/register/WN__ex9uZb6S12v8CjwYpcJxA#/registration",
                  "timestamp": "2025-02-13 21:00:00 +00:00"
                },
                {
                  "type": "google_finance_earnings_calendar_element",
                  "title": "Coinbase",
                  "url": "https://www.youtube.com/live/ZLdIV8gC6hY?feature=share",
                  "timestamp": "2025-02-13 21:00:00 +00:00"
                },
                {
                  "type": "google_finance_earnings_calendar_element",
                  "title": "Applied Materials",
                  "url": "https://www.google.com/finance/quote/AMAT:NASDAQn&location=https://ir.appliedmaterials.com",
                  "timestamp": "2025-02-13 00:00:00 +00:00"
                }
              ]
            },
            {
              "type": "google_finance_most_followed",
              "rank_group": 1,
              "rank_absolute": 5,
              "items": [
                {
                  "type": "google_finance_market_instrument_element",
                  "ticker": "AAPL",
                  "price": 236.87,
                  "price_delta": 4.25,
                  "price_currency": "USD",
                  "identifier": "AAPL:NASDAQ",
                  "displayed_name": "Apple Inc",
                  "url": "https://google.com/finance/quote/AAPL:NASDAQ?hl=en&gl=us",
                  "location": "America/New_York",
                  "trend": "up",
                  "timestamp": "2025-02-13 10:15:52 +00:00",
                  "percentage_delta": 1.8270141
                },
                {
                  "type": "google_finance_market_instrument_element",
                  "ticker": "GOOGL",
                  "price": 183.61,
                  "price_delta": -1.7100067,
                  "price_currency": "USD",
                  "identifier": "GOOGL:NASDAQ",
                  "displayed_name": "Alphabet Inc Class A",
                  "url": "https://google.com/finance/quote/GOOGL:NASDAQ?hl=en&gl=us",
                  "location": "America/New_York",
                  "trend": "down",
                  "timestamp": "2025-02-13 10:15:01 +00:00",
                  "percentage_delta": -0.9227318
                },
                {
                  "type": "google_finance_market_instrument_element",
                  "ticker": "MSFT",
                  "price": 409.04,
                  "price_delta": -2.399994,
                  "price_currency": "USD",
                  "identifier": "MSFT:NASDAQ",
                  "displayed_name": "Microsoft Corp",
                  "url": "https://google.com/finance/quote/MSFT:NASDAQ?hl=en&gl=us",
                  "location": "America/New_York",
                  "trend": "down",
                  "timestamp": "2025-02-13 10:14:23 +00:00",
                  "percentage_delta": -0.5833157
                },
                {
                  "type": "google_finance_market_instrument_element",
                  "ticker": "AMZN",
                  "price": 228.93,
                  "price_delta": -3.8300018,
                  "price_currency": "USD",
                  "identifier": "AMZN:NASDAQ",
                  "displayed_name": "Amazon.com Inc",
                  "url": "https://google.com/finance/quote/AMZN:NASDAQ?hl=en&gl=us",
                  "location": "America/New_York",
                  "trend": "down",
                  "timestamp": "2025-02-13 10:15:52 +00:00",
                  "percentage_delta": -1.6454725
                },
                {
                  "type": "google_finance_market_instrument_element",
                  "ticker": "META",
                  "price": 725.38,
                  "price_delta": 5.580017,
                  "price_currency": "USD",
                  "identifier": "META:NASDAQ",
                  "displayed_name": "Meta Platforms Inc",
                  "url": "https://google.com/finance/quote/META:NASDAQ?hl=en&gl=us",
                  "location": "America/New_York",
                  "trend": "up",
                  "timestamp": "2025-02-13 10:13:37 +00:00",
                  "percentage_delta": 0.7752177
                },
                {
                  "type": "google_finance_market_instrument_element",
                  "ticker": "TSLA",
                  "price": 336.51,
                  "price_delta": 8.01001,
                  "price_currency": "USD",
                  "identifier": "TSLA:NASDAQ",
                  "displayed_name": "Tesla Inc",
                  "url": "https://google.com/finance/quote/TSLA:NASDAQ?hl=en&gl=us",
                  "location": "America/New_York",
                  "trend": "up",
                  "timestamp": "2025-02-13 10:15:34 +00:00",
                  "percentage_delta": 2.438359
                }
              ]
            },
            {
              "type": "google_finance_market_trends",
              "rank_group": 1,
              "rank_absolute": 6,
              "items": {
                "most_active": [
                  {
                    "type": "google_finance_market_trends_element",
                    "quote": {
                      "type": "google_finance_market_instrument_element",
                      "ticker": "BBAI",
                      "price": 9.74,
                      "price_delta": 1.7399998,
                      "price_currency": "USD",
                      "identifier": "BBAI:NYSE",
                      "displayed_name": "BigBear.ai Holdings Inc",
                      "url": "https://google.com/finance/quote/BBAI:NYSE?hl=en&gl=us",
                      "location": "America/New_York",
                      "trend": "up",
                      "timestamp": "2025-02-13 10:15:36 +00:00",
                      "percentage_delta": 21.749996
                    },
                    "news": [
                      {
                        "type": "google_finance_news_element",
                        "title": "Why BigBear.ai Stock Is Skyrocketing Today",
                        "url": "https://www.fool.com/investing/2025/02/12/why-bigbearai-stock-is-skyrocketing-today/",
                        "source": "The Motley Fool",
                        "image_url": "https://encrypted-tbn3.gstatic.com/images?q=tbn:ANd9GcS6y_IV_wKDSQLykP6WExddvHPNYZmorn28K4bMuT3sFLjAK1IsvknR4jWz0xk",
                        "timestamp": "2025-02-12 18:07:39 +00:00",
                        "quotes": [
                          {
                            "type": "google_finance_market_instrument_element",
                            "ticker": "BBAI",
                            "price": 9.74,
                            "price_delta": 1.7399998,
                            "price_currency": "USD",
                            "identifier": "BBAI:NYSE",
                            "displayed_name": "BigBear.ai Holdings Inc",
                            "url": "https://google.com/finance/quote/BBAI:NYSE?hl=en&gl=us",
                            "location": "America/New_York",
                            "trend": "up",
                            "timestamp": "2025-02-13 10:06:30 +00:00",
                            "percentage_delta": 21.749996
                          }
                        ]
                      }
                    ]
                  },
                  {
                    "type": "google_finance_market_trends_element",
                    "quote": {
                      "type": "google_finance_market_instrument_element",
                      "ticker": "NVDA",
                      "price": 131.14,
                      "price_delta": -1.6600037,
                      "price_currency": "USD",
                      "identifier": "NVDA:NASDAQ",
                      "displayed_name": "NVIDIA Corp",
                      "url": "https://google.com/finance/quote/NVDA:NASDAQ?hl=en&gl=us",
                      "location": "America/New_York",
                      "trend": "down",
                      "timestamp": "2025-02-13 10:15:40 +00:00",
                      "percentage_delta": -1.2500027
                    },
                    "news": null
                  },
                  {
                    "type": "google_finance_market_trends_element",
                    "quote": {
                      "type": "google_finance_market_instrument_element",
                      "ticker": "SMCI",
                      "price": 39.68,
                      "price_delta": 1.0699997,
                      "price_currency": "USD",
                      "identifier": "SMCI:NASDAQ",
                      "displayed_name": "Super Micro Computer Inc",
                      "url": "https://google.com/finance/quote/SMCI:NASDAQ?hl=en&gl=us",
                      "location": "America/New_York",
                      "trend": "up",
                      "timestamp": "2025-02-13 10:15:36 +00:00",
                      "percentage_delta": 2.771302
                    },
                    "news": [
                      {
                        "type": "google_finance_news_element",
                        "title": "Is Super Micro Computer Stock Finally Out of the Woods?",
                        "url": "https://www.nasdaq.com/articles/super-micro-computer-stock-finally-out-woods",
                        "source": "Nasdaq",
                        "image_url": "https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcR8lcaRUHBs1yG3Z3A4xxEVndyt2LzdlwK8fqG4dHYbxwl_U_1s2fa81EuRCK0",
                        "timestamp": "2025-02-13 09:12:00 +00:00",
                        "quotes": [
                          {
                            "type": "google_finance_market_instrument_element",
                            "ticker": "SMCI",
                            "price": 39.68,
                            "price_delta": 1.0699997,
                            "price_currency": "USD",
                            "identifier": "SMCI:NASDAQ",
                            "displayed_name": "Super Micro Computer Inc",
                            "url": "https://google.com/finance/quote/SMCI:NASDAQ?hl=en&gl=us",
                            "location": "America/New_York",
                            "trend": "up",
                            "timestamp": "2025-02-13 10:15:36 +00:00",
                            "percentage_delta": 2.771302
                          }
                        ]
                      }
                    ]
                  }
                ],
                "gainers": [
                  {
                    "type": "google_finance_market_trends_element",
                    "quote": {
                      "type": "google_finance_market_instrument_element",
                      "ticker": "UPST",
                      "price": 88.77,
                      "price_delta": 21.43,
                      "price_currency": "USD",
                      "identifier": "UPST:NASDAQ",
                      "displayed_name": "Upstart Holdings Inc",
                      "url": "https://google.com/finance/quote/UPST:NASDAQ?hl=en&gl=us",
                      "location": "America/New_York",
                      "trend": "up",
                      "timestamp": "2025-02-13 10:15:12 +00:00",
                      "percentage_delta": 31.823584
                    },
                    "news": [
                      {
                        "type": "google_finance_news_element",
                        "title": "Upstart Is Soaring After Stellar Earnings -- Here's What You Need to Know",
                        "url": "https://www.fool.com/investing/2025/02/12/upstart-is-soaring-after-stellar-earnings-heres-wh/",
                        "source": "The Motley Fool",
                        "image_url": "https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcRGLgYwvx6zAB_Xk1p1SdSyhKJXnBKNuIlgT4K3HiGHRpKkYEaOIE8KQ74qIU0",
                        "timestamp": "2025-02-12 15:08:17 +00:00",
                        "quotes": [
                          {
                            "type": "google_finance_market_instrument_element",
                            "ticker": "UPST",
                            "price": 88.77,
                            "price_delta": 21.43,
                            "price_currency": "USD",
                            "identifier": "UPST:NASDAQ",
                            "displayed_name": "Upstart Holdings Inc",
                            "url": "https://google.com/finance/quote/UPST:NASDAQ?hl=en&gl=us",
                            "location": "America/New_York",
                            "trend": "up",
                            "timestamp": "2025-02-13 10:15:12 +00:00",
                            "percentage_delta": 31.823584
                          }
                        ]
                      }
                    ]
                  },
                  {
                    "type": "google_finance_market_trends_element",
                    "quote": {
                      "type": "google_finance_market_instrument_element",
                      "ticker": "BBAI",
                      "price": 9.74,
                      "price_delta": 1.7399998,
                      "price_currency": "USD",
                      "identifier": "BBAI:NYSE",
                      "displayed_name": "BigBear.ai Holdings Inc",
                      "url": "https://google.com/finance/quote/BBAI:NYSE?hl=en&gl=us",
                      "location": "America/New_York",
                      "trend": "up",
                      "timestamp": "2025-02-13 10:15:36 +00:00",
                      "percentage_delta": 21.749996
                    },
                    "news": [
                      {
                        "type": "google_finance_news_element",
                        "title": "Why BigBear.ai Stock Is Skyrocketing Today",
                        "url": "https://www.fool.com/investing/2025/02/12/why-bigbearai-stock-is-skyrocketing-today/",
                        "source": "The Motley Fool",
                        "image_url": "https://encrypted-tbn3.gstatic.com/images?q=tbn:ANd9GcS6y_IV_wKDSQLykP6WExddvHPNYZmorn28K4bMuT3sFLjAK1IsvknR4jWz0xk",
                        "timestamp": "2025-02-12 18:07:39 +00:00",
                        "quotes": [
                          {
                            "type": "google_finance_market_instrument_element",
                            "ticker": "BBAI",
                            "price": 9.74,
                            "price_delta": 1.7399998,
                            "price_currency": "USD",
                            "identifier": "BBAI:NYSE",
                            "displayed_name": "BigBear.ai Holdings Inc",
                            "url": "https://google.com/finance/quote/BBAI:NYSE?hl=en&gl=us",
                            "location": "America/New_York",
                            "trend": "up",
                            "timestamp": "2025-02-13 10:06:30 +00:00",
                            "percentage_delta": 21.749996
                          }
                        ]
                      }
                    ]
                  },
                  {
                    "type": "google_finance_market_trends_element",
                    "quote": {
                      "type": "google_finance_market_instrument_element",
                      "ticker": "BB",
                      "price": 5.82,
                      "price_delta": 0.5500002,
                      "price_currency": "USD",
                      "identifier": "BB:NYSE",
                      "displayed_name": "BlackBerry Ltd",
                      "url": "https://google.com/finance/quote/BB:NYSE?hl=en&gl=us",
                      "location": "America/New_York",
                      "trend": "up",
                      "timestamp": "2025-02-13 10:11:31 +00:00",
                      "percentage_delta": 10.436437
                    },
                    "news": [
                      {
                        "type": "google_finance_news_element",
                        "title": "Why BlackBerry Stock Is Soaring Today",
                        "url": "https://www.fool.com/investing/2025/02/12/why-blackberry-stock-is-soaring-today/",
                        "source": "The Motley Fool",
                        "image_url": "https://encrypted-tbn1.gstatic.com/images?q=tbn:ANd9GcT8KImSJ95qj_Wb_WL5rZq6Xz4SNHxzkmE1RO-2mTCAyg41fSt4K_0fbpmtb-4",
                        "timestamp": "2025-02-12 21:15:41 +00:00",
                        "quotes": [
                          {
                            "type": "google_finance_market_instrument_element",
                            "ticker": "BB",
                            "price": 5.82,
                            "price_delta": 0.5500002,
                            "price_currency": "USD",
                            "identifier": "BB:NYSE",
                            "displayed_name": "BlackBerry Ltd",
                            "url": "https://google.com/finance/quote/BB:NYSE?hl=en&gl=us",
                            "location": "America/New_York",
                            "trend": "up",
                            "timestamp": "2025-02-13 10:11:31 +00:00",
                            "percentage_delta": 10.436437
                          }
                        ]
                      }
                    ]
                  }
                ],
                "losers": [
                  {
                    "type": "google_finance_market_trends_element",
                    "quote": {
                      "type": "google_finance_market_instrument_element",
                      "ticker": "VRT",
                      "price": 111.24,
                      "price_delta": -12.010002,
                      "price_currency": "USD",
                      "identifier": "VRT:NYSE",
                      "displayed_name": "Vertiv Holdings Co",
                      "url": "https://google.com/finance/quote/VRT:NYSE?hl=en&gl=us",
                      "location": "America/New_York",
                      "trend": "down",
                      "timestamp": "2025-02-13 10:14:45 +00:00",
                      "percentage_delta": -9.744424
                    },
                    "news": [
                      {
                        "type": "google_finance_news_element",
                        "title": "Vertiv Stock Falls On Mixed Outlook Despite Q4 Beat",
                        "url": "https://www.investors.com/news/technology/vrt-stock-vertiv-q4-2024-earnings/",
                        "source": "Investor's Business Daily",
                        "image_url": "https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcRf7gbxQ2j8KdKVndqO6rHw2cHkVXivcv2zWVfT9wQP8y8XpKvSbM72Ci74miM",
                        "timestamp": "2025-02-12 21:40:00 +00:00",
                        "quotes": [
                          {
                            "type": "google_finance_market_instrument_element",
                            "ticker": "VRT",
                            "price": 111.24,
                            "price_delta": -12.010002,
                            "price_currency": "USD",
                            "identifier": "VRT:NYSE",
                            "displayed_name": "Vertiv Holdings Co",
                            "url": "https://google.com/finance/quote/VRT:NYSE?hl=en&gl=us",
                            "location": "America/New_York",
                            "trend": "down",
                            "timestamp": "2025-02-13 10:14:45 +00:00",
                            "percentage_delta": -9.744424
                          }
                        ]
                      }
                    ]
                  },
                  {
                    "type": "google_finance_market_trends_element",
                    "quote": {
                      "type": "google_finance_market_instrument_element",
                      "ticker": "LYFT",
                      "price": 13.25,
                      "price_delta": -1.1400003,
                      "price_currency": "USD",
                      "identifier": "LYFT:NASDAQ",
                      "displayed_name": "LYFT Inc",
                      "url": "https://google.com/finance/quote/LYFT:NASDAQ?hl=en&gl=us",
                      "location": "America/New_York",
                      "trend": "down",
                      "timestamp": "2025-02-13 10:13:22 +00:00",
                      "percentage_delta": -7.92217
                    },
                    "news": [
                      {
                        "type": "google_finance_news_element",
                        "title": "Lyft stock falls on earnings, outlook",
                        "url": "https://finance.yahoo.com/video/lyft-stock-falls-earnings-outlook-212055304.html",
                        "source": "Yahoo Finance",
                        "image_url": "https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSwIDbN6uQGzdrWllCuCiYX08kcsd9rp2le-808W4D1sBeLrQf3b2_Pg4Oifbs",
                        "timestamp": "2025-02-11 21:20:55 +00:00",
                        "quotes": null
                      }
                    ]
                  },
                  {
                    "type": "google_finance_market_trends_element",
                    "quote": {
                      "type": "google_finance_market_instrument_element",
                      "ticker": "NBIS",
                      "price": 39.3,
                      "price_delta": -2.119999,
                      "price_currency": "USD",
                      "identifier": "NBIS:NASDAQ",
                      "displayed_name": "Nebius Group NV",
                      "url": "https://google.com/finance/quote/NBIS:NASDAQ?hl=en&gl=us",
                      "location": "America/New_York",
                      "trend": "down",
                      "timestamp": "2025-02-13 10:15:41 +00:00",
                      "percentage_delta": -5.118298
                    },
                    "news": null
                  },
                  {
                    "type": "google_finance_market_trends_element",
                    "quote": {
                      "type": "google_finance_market_instrument_element",
                      "ticker": "ZIM",
                      "price": 19.81,
                      "price_delta": -0.98000145,
                      "price_currency": "USD",
                      "identifier": "ZIM:NYSE",
                      "displayed_name": "ZIM Integrated Shipping Services Ltd",
                      "url": "https://google.com/finance/quote/ZIM:NYSE?hl=en&gl=us",
                      "location": "America/New_York",
                      "trend": "down",
                      "timestamp": "2025-02-13 10:15:33 +00:00",
                      "percentage_delta": -4.7138114
                    },
                    "news": null
                  }
                ]
              }
            },
            {
              "type": "google_finance_interested",
              "rank_group": 2,
              "rank_absolute": 7,
              "items": [
                {
                  "type": "google_finance_market_index_element",
                  "ticker": ".DJI",
                  "market_identifier": "INDEXDJX",
                  "index_value": 44368.56,
                  "index_value_delta": -225.08984,
                  "identifier": ".DJI:INDEXDJX",
                  "displayed_name": "Dow Jones Industrial Average",
                  "url": "https://google.com/finance/quote/.DJI:INDEXDJX?hl=en&gl=us",
                  "location": "America/New_York",
                  "trend": "down",
                  "timestamp": "2025-02-12 21:56:05 +00:00",
                  "percentage_delta": -0.50475764
                },
                {
                  "type": "google_finance_market_index_element",
                  "ticker": ".INX",
                  "market_identifier": "INDEXSP",
                  "index_value": 6051.97,
                  "index_value_delta": -16.529785,
                  "identifier": ".INX:INDEXSP",
                  "displayed_name": "S&P 500",
                  "url": "https://google.com/finance/quote/.INX:INDEXSP?hl=en&gl=us",
                  "location": "America/New_York",
                  "trend": "down",
                  "timestamp": "2025-02-12 21:56:05 +00:00",
                  "percentage_delta": -0.27238667
                },
                {
                  "type": "google_finance_market_instrument_element",
                  "ticker": "TSLA",
                  "price": 336.51,
                  "price_delta": 8.01001,
                  "price_currency": "USD",
                  "identifier": "TSLA:NASDAQ",
                  "displayed_name": "Tesla Inc",
                  "url": "https://google.com/finance/quote/TSLA:NASDAQ?hl=en&gl=us",
                  "location": "America/New_York",
                  "trend": "up",
                  "timestamp": "2025-02-13 10:15:34 +00:00",
                  "percentage_delta": 2.438359
                },
                {
                  "type": "google_finance_market_instrument_element",
                  "ticker": "AAPL",
                  "price": 236.87,
                  "price_delta": 4.25,
                  "price_currency": "USD",
                  "identifier": "AAPL:NASDAQ",
                  "displayed_name": "Apple Inc",
                  "url": "https://google.com/finance/quote/AAPL:NASDAQ?hl=en&gl=us",
                  "location": "America/New_York",
                  "trend": "up",
                  "timestamp": "2025-02-13 10:15:52 +00:00",
                  "percentage_delta": 1.8270141
                },
                {
                  "type": "google_finance_market_instrument_element",
                  "ticker": "AMZN",
                  "price": 228.93,
                  "price_delta": -3.8300018,
                  "price_currency": "USD",
                  "identifier": "AMZN:NASDAQ",
                  "displayed_name": "Amazon.com Inc",
                  "url": "https://google.com/finance/quote/AMZN:NASDAQ?hl=en&gl=us",
                  "location": "America/New_York",
                  "trend": "down",
                  "timestamp": "2025-02-13 10:15:52 +00:00",
                  "percentage_delta": -1.6454725
                },
                {
                  "type": "google_finance_market_instrument_element",
                  "ticker": "CCL",
                  "price": 25.89,
                  "price_delta": 0.27999878,
                  "price_currency": "USD",
                  "identifier": "CCL:NYSE",
                  "displayed_name": "Carnival Corp",
                  "url": "https://google.com/finance/quote/CCL:NYSE?hl=en&gl=us",
                  "location": "America/New_York",
                  "trend": "up",
                  "timestamp": "2025-02-13 10:05:51 +00:00",
                  "percentage_delta": 1.0933181
                },
                {
                  "type": "google_finance_market_instrument_element",
                  "ticker": "F",
                  "price": 9.23,
                  "price_delta": 0.019999504,
                  "price_currency": "USD",
                  "identifier": "F:NYSE",
                  "displayed_name": "Ford Motor Co",
                  "url": "https://google.com/finance/quote/F:NYSE?hl=en&gl=us",
                  "location": "America/New_York",
                  "trend": "up",
                  "timestamp": "2025-02-13 10:14:34 +00:00",
                  "percentage_delta": 0.21714988
                },
                {
                  "type": "google_finance_market_instrument_element",
                  "ticker": "DIS",
                  "price": 109.23,
                  "price_delta": 0.21000671,
                  "price_currency": "USD",
                  "identifier": "DIS:NYSE",
                  "displayed_name": "Walt Disney Co",
                  "url": "https://google.com/finance/quote/DIS:NYSE?hl=en&gl=us",
                  "location": "America/New_York",
                  "trend": "up",
                  "timestamp": "2025-02-13 10:12:57 +00:00",
                  "percentage_delta": 0.19263136
                },
                {
                  "type": "google_finance_market_instrument_element",
                  "ticker": "NXST",
                  "price": 149.75,
                  "price_delta": -1.449997,
                  "price_currency": "USD",
                  "identifier": "NXST:NASDAQ",
                  "displayed_name": "Nexstar Media Group Inc",
                  "url": "https://google.com/finance/quote/NXST:NASDAQ?hl=en&gl=us",
                  "location": "America/New_York",
                  "trend": "down",
                  "timestamp": "2025-02-13 09:39:18 +00:00",
                  "percentage_delta": -0.9589927
                },
                {
                  "type": "google_finance_market_instrument_element",
                  "ticker": "MSFT",
                  "price": 409.04,
                  "price_delta": -2.399994,
                  "price_currency": "USD",
                  "identifier": "MSFT:NASDAQ",
                  "displayed_name": "Microsoft Corp",
                  "url": "https://google.com/finance/quote/MSFT:NASDAQ?hl=en&gl=us",
                  "location": "America/New_York",
                  "trend": "down",
                  "timestamp": "2025-02-13 10:14:23 +00:00",
                  "percentage_delta": -0.5833157
                },
                {
                  "type": "google_finance_market_index_element",
                  "ticker": ".IXIC",
                  "market_identifier": "INDEXNASDAQ",
                  "index_value": 19649.951,
                  "index_value_delta": 6.095703,
                  "identifier": ".IXIC:INDEXNASDAQ",
                  "displayed_name": "Nasdaq Composite",
                  "url": "https://google.com/finance/quote/.IXIC:INDEXNASDAQ?hl=en&gl=us",
                  "location": "America/New_York",
                  "trend": "up",
                  "timestamp": "2025-02-12 22:15:59 +00:00",
                  "percentage_delta": 0.031031093
                },
                {
                  "type": "google_finance_market_instrument_element",
                  "ticker": "AAL",
                  "price": 16.26,
                  "price_delta": -0.14999962,
                  "price_currency": "USD",
                  "identifier": "AAL:NASDAQ",
                  "displayed_name": "American Airlines Group Inc",
                  "url": "https://google.com/finance/quote/AAL:NASDAQ?hl=en&gl=us",
                  "location": "America/New_York",
                  "trend": "down",
                  "timestamp": "2025-02-13 10:05:19 +00:00",
                  "percentage_delta": -0.9140745
                },
                {
                  "type": "google_finance_market_instrument_element",
                  "ticker": "T",
                  "price": 25.36,
                  "price_delta": 0.21000099,
                  "price_currency": "USD",
                  "identifier": "T:NYSE",
                  "displayed_name": "AT&T Inc",
                  "url": "https://google.com/finance/quote/T:NYSE?hl=en&gl=us",
                  "location": "America/New_York",
                  "trend": "up",
                  "timestamp": "2025-02-13 10:12:36 +00:00",
                  "percentage_delta": 0.834994
                },
                {
                  "type": "google_finance_market_index_element",
                  "ticker": "VIX",
                  "market_identifier": "INDEXCBOE",
                  "index_value": 15.98,
                  "index_value_delta": -0.040000916,
                  "identifier": "VIX:INDEXCBOE",
                  "displayed_name": "VIX",
                  "url": "https://google.com/finance/quote/VIX:INDEXCBOE?hl=en&gl=us",
                  "location": "America/Chicago",
                  "trend": "down",
                  "timestamp": "2025-02-13 10:00:31 +00:00",
                  "percentage_delta": -0.2496936
                },
                {
                  "type": "google_finance_market_instrument_element",
                  "ticker": "NFLX",
                  "price": 1027.31,
                  "price_delta": 19.230042,
                  "price_currency": "USD",
                  "identifier": "NFLX:NASDAQ",
                  "displayed_name": "Netflix Inc",
                  "url": "https://google.com/finance/quote/NFLX:NASDAQ?hl=en&gl=us",
                  "location": "America/New_York",
                  "trend": "up",
                  "timestamp": "2025-02-13 10:14:33 +00:00",
                  "percentage_delta": 1.9075907
                },
                {
                  "type": "google_finance_market_instrument_element",
                  "ticker": "PFE",
                  "price": 25.47,
                  "price_delta": -0.060001373,
                  "price_currency": "USD",
                  "identifier": "PFE:NYSE",
                  "displayed_name": "Pfizer Inc",
                  "url": "https://google.com/finance/quote/PFE:NYSE?hl=en&gl=us",
                  "location": "America/New_York",
                  "trend": "down",
                  "timestamp": "2025-02-13 10:12:01 +00:00",
                  "percentage_delta": -0.23502299
                }
              ]
            }
          ]
        }
      ]
    }
  ]
}